Rename toolboxes to make more sense.

Also adds filled version of emergency toolboxes, currently empty.
This commit is contained in:
Pieter-Jan Briers
2020-05-22 17:48:35 +02:00
parent c711bd8322
commit a8e2900052
3 changed files with 12 additions and 7 deletions

View File

@@ -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