From 7453f459c939b0052a055a96106f435b2128939d Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:03:05 -0600 Subject: [PATCH] hardsuit fireproof nerf (#29416) hardsuit nerf --- .../Prototypes/Entities/Clothing/Head/base_clothinghead.yml | 4 +--- .../Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml | 4 ++++ .../Entities/Clothing/OuterClothing/base_clothingouter.yml | 4 +--- .../Entities/Clothing/OuterClothing/hardsuits.yml | 6 +++++- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index f9ff59d6b8..462032547b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -169,8 +169,6 @@ lowPressureMultiplier: 1000 - type: TemperatureProtection coefficient: 0.1 - - type: FireProtection - reduction: 0.2 - type: Armor modifiers: coefficients: @@ -266,4 +264,4 @@ slots: - Hair - HeadTop - - HeadSide \ No newline at end of file + - HeadSide diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 3c50319836..398c383406 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -61,6 +61,8 @@ lowPressureMultiplier: 1000 - type: TemperatureProtection coefficient: 0.005 + - type: FireProtection + reduction: 0.2 #Engineering Hardsuit - type: entity @@ -688,6 +690,8 @@ - type: PressureProtection highPressureMultiplier: 0.08 lowPressureMultiplier: 1000 + - type: FireProtection + reduction: 0.2 - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml index c6a3f01f15..7c264a596a 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml @@ -110,8 +110,6 @@ lowPressureMultiplier: 1000 - type: TemperatureProtection coefficient: 0.01 - - type: FireProtection - reduction: 0.75 # almost perfectly sealed, atmos firesuit is better - type: ClothingSpeedModifier walkModifier: 0.4 sprintModifier: 0.6 @@ -180,4 +178,4 @@ id: ClothingOuterBaseMedium components: - type: Item - size: Huge \ No newline at end of file + size: Huge diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 1f69f7efb3..e88b184708 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -44,6 +44,8 @@ lowPressureMultiplier: 1000 - type: TemperatureProtection coefficient: 0.001 + - type: FireProtection + reduction: 0.8 - type: ExplosionResistance damageCoefficient: 0.5 - type: Armor @@ -543,7 +545,7 @@ - type: ExplosionResistance damageCoefficient: 0.2 - type: FireProtection - reduction: 0.8 # perfect protection like atmos firesuit for pyro tf2 ops + reduction: 0.8 - type: Armor modifiers: coefficients: @@ -860,6 +862,8 @@ coefficient: 0.001 - type: ExplosionResistance damageCoefficient: 0.2 + - type: FireProtection + reduction: 0.8 - type: Armor modifiers: coefficients: -- 2.51.2