Add Eva crate (#16957)
This commit is contained in:
@@ -30,3 +30,6 @@ ent-CrateEngineeringMiniJetpack = Mini jetpack crate
|
|||||||
|
|
||||||
ent-CrateAirlockKit = Airlock kit
|
ent-CrateAirlockKit = Airlock kit
|
||||||
.desc = A kit for building 6 airlocks, doesn't include tools.
|
.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.
|
||||||
|
|||||||
@@ -77,3 +77,13 @@
|
|||||||
cost: 1100
|
cost: 1100
|
||||||
category: Engineering
|
category: Engineering
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
id: EvaKit
|
||||||
|
icon:
|
||||||
|
sprite: Clothing/Head/Helmets/eva.rsi
|
||||||
|
state: icon
|
||||||
|
product: CrateEvaKit
|
||||||
|
cost: 9500
|
||||||
|
category: Engineering
|
||||||
|
group: market
|
||||||
|
|||||||
@@ -116,3 +116,14 @@
|
|||||||
- id: CableApcStack
|
- id: CableApcStack
|
||||||
- id: DoorElectronics
|
- id: DoorElectronics
|
||||||
amount: 6
|
amount: 6
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateEvaKit
|
||||||
|
parent: CrateCommandSecure
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: ClothingHeadHelmetEVA
|
||||||
|
amount: 2
|
||||||
|
- id: ClothingOuterHardsuitEVA
|
||||||
|
amount: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user