Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardsuits Fire Protection #1445

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
lowPressureMultiplier: 1000
- type: TemperatureProtection
coefficient: 0.001
- type: FireProtection
reduction: 1
- type: ExplosionResistance
damageCoefficient: 0.5
- type: Armor
Expand Down Expand Up @@ -98,6 +100,10 @@
coefficient: 0.75 # 25%
- type: GuideHelp
guides: [ HephaestusIndustries ]
- type: TemperatureProtection
coefficient: 0.001
- type: FireProtection
reduction: 1

#Spationaut Hardsuit
- type: entity
Expand Down Expand Up @@ -225,6 +231,8 @@
damageCoefficient: 0.2
- type: TemperatureProtection
coefficient: 0.001
- type: FireProtection
reduction: 1
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitMaxim
- type: GuideHelp
Expand Down Expand Up @@ -397,6 +405,10 @@
coefficient: 0.65 # 35%
- type: GuideHelp
guides: [ HephaestusIndustries ]
- type: TemperatureProtection
coefficient: 0.001
- type: FireProtection
reduction: 1

#Chief Medical Officer's Hardsuit
- type: entity
Expand Down Expand Up @@ -622,7 +634,7 @@
- type: ExplosionResistance
damageCoefficient: 0.2
- type: FireProtection
reduction: 0.8 # perfect protection like atmos firesuit for pyro tf2 ops
reduction: 1 # perfect protection like atmos firesuit for pyro tf2 ops
- type: Armor
modifiers:
coefficients:
Expand Down Expand Up @@ -890,6 +902,10 @@
clothingPrototype: ClothingHeadHelmetHardsuitERTEngineer
- type: StaminaDamageResistance
coefficient: 0.5 # 50%
- type: TemperatureProtection
coefficient: 0.001
- type: FireProtection
reduction: 1

#ERT Medic Hardsuit
- type: entity
Expand Down
Loading