EVA now has EVA Suits (#5799)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Helmets/cosmonaut.rsi
|
||||
- type: IngestionBlocker
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHelmetCult
|
||||
@@ -34,6 +34,18 @@
|
||||
sprite: Clothing/Head/Helmets/cult.rsi
|
||||
- type: IngestionBlocker
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHelmetEVA
|
||||
name: EVA helmet
|
||||
description: A basic helmet designed for extravehicular activies.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Helmets/eva.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Helmets/eva.rsi
|
||||
- type: IngestionBlocker
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHelmetHelmet
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
Piercing: 0.95
|
||||
Heat: 0.8
|
||||
Radiation: 0.05 #combines the engi and atmos bonuses
|
||||
|
||||
#The voidsuit and eva suit are not techically 'hardsuits' but this seems to be the place for all EVA-capable outer clothing. This may be worth reevaluating when we have a lot more items.
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitBase
|
||||
id: IHSVoidsuit
|
||||
@@ -122,6 +122,20 @@
|
||||
highPressureMultiplier: 1
|
||||
lowPressureMultiplier: 100
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitBase
|
||||
id: ClothingOuterHardsuitEVA
|
||||
name: EVA suit
|
||||
description: A lightweight space suit with the basic ability to protect the wearer from the vacuum of space during emergencies.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 1
|
||||
lowPressureMultiplier: 100
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitBase
|
||||
id: ClothingOuterHardsuitMedical
|
||||
|
||||
Reference in New Issue
Block a user