Rename toolboxes to make more sense.
Also adds filled version of emergency toolboxes, currently empty.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- type: entity
|
||||
name: Emergency Toolbox
|
||||
parent: ToolboxBase
|
||||
id: RedToolboxItem
|
||||
id: ToolboxEmergency
|
||||
description: A bright red toolbox, stocked with emergency tools
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -23,6 +23,11 @@
|
||||
- type: Icon
|
||||
texture: Objects/Tools/toolbox_r.png
|
||||
|
||||
- type: entity
|
||||
id: ToolboxEmergencyFilled
|
||||
parent: ToolboxEmergency
|
||||
suffix: Filled
|
||||
|
||||
- type: entity
|
||||
name: Mechanical Toolbox
|
||||
parent: ToolboxBase
|
||||
@@ -37,7 +42,7 @@
|
||||
- type: entity
|
||||
name: Electrical Toolbox
|
||||
parent: ToolboxBase
|
||||
id: YellowToolboxItem
|
||||
id: ToolboxElectrical
|
||||
description: A toolbox typically stocked with electrical gear
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -46,9 +51,9 @@
|
||||
texture: Objects/Tools/Toolbox_y.png
|
||||
|
||||
- type: entity
|
||||
id: YellowToolboxItemFilled
|
||||
id: ToolboxElectricalFilled
|
||||
name: Electrical Toolbox
|
||||
suffix: Filled
|
||||
parent: YellowToolboxItem
|
||||
parent: ToolboxElectrical
|
||||
components:
|
||||
- type: ToolboxElectricalFill
|
||||
|
||||
Reference in New Issue
Block a user