EVA now has EVA Suits (#5799)

This commit is contained in:
Elijahrane
2021-12-22 17:47:34 -05:00
committed by GitHub
parent 1b028c5ff7
commit b8b22c9210
14 changed files with 276 additions and 60 deletions

View File

@@ -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

View File

@@ -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