Added airlock kit orderable from cargo (#12722)

This commit is contained in:
Easypoller
2022-12-03 03:04:34 +01:00
committed by GitHub
parent 9fd1158cf1
commit afbb3f28f0
4 changed files with 31 additions and 2 deletions

View File

@@ -17,4 +17,7 @@ ent-EngineeringJetpack = { ent-CrateEngineeringJetpack }
.desc = { ent-CrateEngineeringJetpack.desc }
ent-EngineeringMiniJetpack = { ent-CrateEngineeringMiniJetpack }
.desc = { ent-CrateEngineeringMiniJetpack.desc }
.desc = { ent-CrateEngineeringMiniJetpack.desc }
ent-AirlockKit = { ent-CrateAirlockKit }
.desc = { ent-CrateAirlockKit.desc }

View File

@@ -26,4 +26,7 @@ ent-CrateEngineeringJetpack = Jetpack crate
.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.
.desc = Two mini jetpacks for those who want an extra challenge.
ent-CrateAirlockKit = Airlock kit
.desc = A kit for building 6 airlocks, doesn't include tools.

View File

@@ -67,3 +67,13 @@
cost: 750
category: Engineering
group: market
- type: cargoProduct
id: AirlockKit
icon:
sprite: Objects/Tools/Toolboxes/toolbox_yellow.rsi
state: icon
product: CrateAirlockKit
cost: 1100
category: Engineering
group: market

View File

@@ -105,3 +105,16 @@
contents:
- id: JetpackMini
amount: 2
- type: entity
id: CrateAirlockKit
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: SheetSteel
amount: 1
- id: CableApcStack
amount: 1
- id: DoorElectronics
amount: 6