mini jetpack changes (#11682)

This commit is contained in:
Scribbles0
2022-10-29 22:54:03 -07:00
committed by GitHub
parent 05e4bee5a8
commit 14194cf2e0
5 changed files with 32 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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