Electronics Crate (#8183)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
magmodius
2022-05-18 18:30:11 -04:00
committed by GitHub
parent 090c3b948e
commit 6cb2537bb1
2 changed files with 24 additions and 0 deletions

View File

@@ -45,3 +45,15 @@
cost: 3000
category: Engineering
group: market
- type: cargoProduct
name: "electrical supplies crate"
id: EngineeringElectricalSupplies
description: "N.T. is not responsible for any workplace infighting relating to the insulated gloves included within these crates."
icon:
sprite: Objects/Tools/Toolboxes/toolbox_yellow.rsi
state: icon
product: CrateEngineeringElectricalSupplies
cost: 4500
category: Engineering
group: market

View File

@@ -87,3 +87,15 @@
amount: 2
- id: CableApcStack
amount: 2
- type: entity
id: CrateEngineeringElectricalSupplies
name: Electrical Supplies Crate
parent: CrateElectrical
components:
- type: StorageFill
contents:
- id: ToolboxElectricalFilled
amount: 2
- id: ClothingHandsGlovesColorYellow
amount: 2