Add Eva crate (#16957)

This commit is contained in:
lzk
2023-06-27 07:45:29 +03:00
committed by GitHub
parent 3fa8f906eb
commit 3982037d08
3 changed files with 24 additions and 0 deletions

View File

@@ -30,3 +30,6 @@ ent-CrateEngineeringMiniJetpack = Mini jetpack crate
ent-CrateAirlockKit = Airlock kit
.desc = A kit for building 6 airlocks, doesn't include tools.
ent-CrateEvaKit = EVA kit
.desc = A set consisting of two prestigious EVA suits and helmets.

View File

@@ -77,3 +77,13 @@
cost: 1100
category: Engineering
group: market
- type: cargoProduct
id: EvaKit
icon:
sprite: Clothing/Head/Helmets/eva.rsi
state: icon
product: CrateEvaKit
cost: 9500
category: Engineering
group: market

View File

@@ -116,3 +116,14 @@
- id: CableApcStack
- id: DoorElectronics
amount: 6
- type: entity
id: CrateEvaKit
parent: CrateCommandSecure
components:
- type: StorageFill
contents:
- id: ClothingHeadHelmetEVA
amount: 2
- id: ClothingOuterHardsuitEVA
amount: 2