mini jetpack changes (#11682)
This commit is contained in:
@@ -15,3 +15,6 @@ ent-EngineeringElectricalSupplies = { ent-CrateEngineeringElectricalSupplies }
|
|||||||
|
|
||||||
ent-EngineeringJetpack = { ent-CrateEngineeringJetpack }
|
ent-EngineeringJetpack = { ent-CrateEngineeringJetpack }
|
||||||
.desc = { ent-CrateEngineeringJetpack.desc }
|
.desc = { ent-CrateEngineeringJetpack.desc }
|
||||||
|
|
||||||
|
ent-EngineeringMiniJetpack = { ent-CrateEngineeringMiniJetpack }
|
||||||
|
.desc = { ent-CrateEngineeringMiniJetpack.desc }
|
||||||
@@ -24,3 +24,6 @@ ent-CrateEngineeringElectricalSupplies = Electrical Supplies Crate
|
|||||||
|
|
||||||
ent-CrateEngineeringJetpack = Jetpack crate
|
ent-CrateEngineeringJetpack = Jetpack crate
|
||||||
.desc = Two jetpacks for those who don't know how to use fire extinguishers.
|
.desc = Two jetpacks for those who don't know how to use fire extinguishers.
|
||||||
|
|
||||||
|
ent-CrateEngineeringMiniJetpack = Mini jetpack crate
|
||||||
|
.desc = Two mini jetpacks for those who want an extra challenge.
|
||||||
@@ -57,3 +57,13 @@
|
|||||||
cost: 1000
|
cost: 1000
|
||||||
category: Engineering
|
category: Engineering
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
id: EngineeringMiniJetpack
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Tanks/Jetpacks/mini.rsi
|
||||||
|
state: icon
|
||||||
|
product: CrateEngineeringMiniJetpack
|
||||||
|
cost: 750
|
||||||
|
category: Engineering
|
||||||
|
group: market
|
||||||
@@ -96,3 +96,12 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: JetpackBlue
|
- id: JetpackBlue
|
||||||
amount: 2
|
amount: 2
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateEngineeringMiniJetpack
|
||||||
|
parent: CrateGenericSteel
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: JetpackMini
|
||||||
|
amount: 2
|
||||||
|
|||||||
@@ -180,6 +180,10 @@
|
|||||||
slots:
|
slots:
|
||||||
- Back
|
- Back
|
||||||
- suitStorage
|
- suitStorage
|
||||||
|
- type: GasTank
|
||||||
|
outputPressure: 42.6
|
||||||
|
air:
|
||||||
|
volume: 4
|
||||||
|
|
||||||
# Filled mini
|
# Filled mini
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -192,10 +196,10 @@
|
|||||||
outputPressure: 42.6
|
outputPressure: 42.6
|
||||||
air:
|
air:
|
||||||
temperature: 293.15
|
temperature: 293.15
|
||||||
volume: 2
|
volume: 4
|
||||||
moles:
|
moles:
|
||||||
- 0.161
|
- 0.747
|
||||||
- 0.161
|
- 0.747
|
||||||
|
|
||||||
#Empty security
|
#Empty security
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
Reference in New Issue
Block a user