Skip to content

Commit

Permalink
Merge branch 'arumoon-server' into 'arumoon-server'
Browse files Browse the repository at this point in the history
улучшение скафандров мед. и инж. отделов.

See merge request Workbench-Team/space-station-14!110
  • Loading branch information
AruMoon committed Aug 11, 2023
2 parents 5893501 + fd8182a commit e6ae694
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
Slash: 0.95
Heat: 0.90
Radiation: 0.75
- type: ClothingGrantComponent
component:
- type: ShowHealthBars
damageContainer: Biological

#Ancient Void Helmet
- type: entity
Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
lowPressureMultiplier: 1000
- type: TemperatureProtection
coefficient: 0.005
- type: EyeProtection

#Engineering Hardsuit
- type: entity
Expand All @@ -73,6 +74,7 @@
- type: PressureProtection
highPressureMultiplier: 0.1
lowPressureMultiplier: 1000
- type: EyeProtection

#Spationaut Hardsuit
- type: entity
Expand Down Expand Up @@ -277,6 +279,7 @@
- type: PressureProtection
highPressureMultiplier: 0.08
lowPressureMultiplier: 1000
- type: EyeProtection

#Chief Medical Officer's Hardsuit
- type: entity
Expand All @@ -295,6 +298,10 @@
- type: PressureProtection
highPressureMultiplier: 0.6
lowPressureMultiplier: 1000
- type: ClothingGrantComponent
component:
- type: ShowHealthBars
damageContainer: Biological

#Research Director's Hardsuit
- type: entity
Expand Down Expand Up @@ -416,6 +423,10 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: ClothingGrantComponent
component:
- type: ShowHealthBars
damageContainer: Biological

#Syndicate Commander Hardsuit
- type: entity
Expand Down Expand Up @@ -560,6 +571,10 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: PressureProtection
highPressureMultiplier: 0.1
lowPressureMultiplier: 1000
- type: EyeProtection

#ERT Medical Hardsuit
- type: entity
Expand All @@ -574,6 +589,10 @@
sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi
- type: PointLight
color: "#adffec"
- type: ClothingGrantComponent
component:
- type: ShowHealthBars
damageContainer: Biological

#ERT Security Hardsuit
- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
sprintModifier: 0.7
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitAtmos
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated

#Engineering Hardsuit
- type: entity
Expand Down Expand Up @@ -125,6 +128,9 @@
sprintModifier: 0.7
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitEngineering
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated

#Spationaut Hardsuit
- type: entity
Expand Down Expand Up @@ -359,6 +365,9 @@
sprintModifier: 0.8
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitEngineeringWhite
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated

#Chief Medical Officer's Hardsuit
- type: entity
Expand Down

0 comments on commit e6ae694

Please sign in to comment.