Added orderable slimeperson life support emergency crate (#14377)

This commit is contained in:
lapatison
2023-03-13 04:04:27 +03:00
committed by GitHub
parent 349eae0b70
commit 38aab8ac73
3 changed files with 26 additions and 0 deletions

View File

@@ -12,3 +12,6 @@ ent-CrateEmergencyRadiation = Radiation protection crate
ent-CrateEmergencyInflatablewall = Inflatable wall crate
.desc = Three stacks of inflatable walls for when the stations metal walls don't want to hold atmosphere anymore.
ent-CrateSlimepersonLifeSupport = Slimeperson life support crate
.desc = Contains four breath masks and four large nitrogen tanks.

View File

@@ -47,3 +47,13 @@
cost: 500
category: Emergency
group: market
- type: cargoProduct
id: EmergencyNitrogenTanks
icon:
sprite: Objects/Tanks/red.rsi
state: icon
product: CrateSlimepersonLifeSupport
cost: 300
category: Emergency
group: market

View File

@@ -53,6 +53,19 @@
- id: ClothingOuterSuitEmergency
amount: 3
- type: entity
id: CrateSlimepersonLifeSupport
parent: CrateInternals
components:
- type: StorageFill
contents:
- id: ClothingMaskGas
amount: 2
- id: ClothingMaskBreath
amount: 2
- id: NitrogenTankFilled
amount: 4
- type: entity
id: CrateEmergencyRadiation
parent: CrateRadiation