Add jetpack to cargo (#11350)
This commit is contained in:
@@ -12,3 +12,6 @@ ent-EngineeringCableBulk = { ent-CrateEngineeringCableBulk }
|
||||
|
||||
ent-EngineeringElectricalSupplies = { ent-CrateEngineeringElectricalSupplies }
|
||||
.desc = { ent-CrateEngineeringElectricalSupplies.desc }
|
||||
|
||||
ent-EngineeringJetpack = { ent-CrateEngineeringJetpack }
|
||||
.desc = { ent-CrateEngineeringJetpack.desc }
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -87,3 +87,12 @@
|
||||
amount: 2
|
||||
- id: ClothingHandsGlovesColorYellow
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringJetpack
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: JetpackBlue
|
||||
amount: 2
|
||||
|
||||
Reference in New Issue
Block a user