Added orderable slimeperson life support emergency crate (#14377)
This commit is contained in:
@@ -12,3 +12,6 @@ ent-CrateEmergencyRadiation = Radiation protection crate
|
|||||||
|
|
||||||
ent-CrateEmergencyInflatablewall = Inflatable wall 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.
|
.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.
|
||||||
|
|||||||
@@ -47,3 +47,13 @@
|
|||||||
cost: 500
|
cost: 500
|
||||||
category: Emergency
|
category: Emergency
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
id: EmergencyNitrogenTanks
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Tanks/red.rsi
|
||||||
|
state: icon
|
||||||
|
product: CrateSlimepersonLifeSupport
|
||||||
|
cost: 300
|
||||||
|
category: Emergency
|
||||||
|
group: market
|
||||||
|
|||||||
@@ -53,6 +53,19 @@
|
|||||||
- id: ClothingOuterSuitEmergency
|
- id: ClothingOuterSuitEmergency
|
||||||
amount: 3
|
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
|
- type: entity
|
||||||
id: CrateEmergencyRadiation
|
id: CrateEmergencyRadiation
|
||||||
parent: CrateRadiation
|
parent: CrateRadiation
|
||||||
|
|||||||
Reference in New Issue
Block a user