Add jetpack to cargo (#11350)

This commit is contained in:
corentt
2022-09-16 23:21:46 +02:00
committed by GitHub
parent 4262f4685e
commit c477a5e482
4 changed files with 25 additions and 0 deletions

View File

@@ -12,3 +12,6 @@ ent-EngineeringCableBulk = { ent-CrateEngineeringCableBulk }
ent-EngineeringElectricalSupplies = { ent-CrateEngineeringElectricalSupplies }
.desc = { ent-CrateEngineeringElectricalSupplies.desc }
ent-EngineeringJetpack = { ent-CrateEngineeringJetpack }
.desc = { ent-CrateEngineeringJetpack.desc }

View File

@@ -21,3 +21,6 @@ ent-CrateEngineeringCableBulk = Bulk cable crate
ent-CrateEngineeringElectricalSupplies = Electrical Supplies Crate
.desc = NT is not responsible for any workplace infighting relating to the insulated gloves included within these crates.
ent-CrateEngineeringJetpack = Jetpack crate
.desc = Two jetpacks for those who don't know how to use fire extinguishers.

View File

@@ -47,3 +47,13 @@
cost: 4500
category: Engineering
group: market
- type: cargoProduct
id: EngineeringJetpack
icon:
sprite: Objects/Tanks/Jetpacks/blue.rsi
state: icon
product: CrateEngineeringJetpack
cost: 1000
category: Engineering
group: market

View File

@@ -87,3 +87,12 @@
amount: 2
- id: ClothingHandsGlovesColorYellow
amount: 2
- type: entity
id: CrateEngineeringJetpack
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: JetpackBlue
amount: 2