From 53f367d6893a08ade18c92516971c83449e553dc Mon Sep 17 00:00:00 2001 From: BramvanZijp <56019239+BramvanZijp@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:04:15 +0200 Subject: [PATCH] Re-Add Stamina Damage Resistances to Nukie & ERT Suits after the Test Merge. (#38526) * Add stamina damage resists to the bloodred suits. * Apply suggestions from code review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Entities/Clothing/OuterClothing/armor.yml | 4 ++-- .../Entities/Clothing/OuterClothing/hardsuits.yml | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 0898ac0627..218e5b283c 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -250,8 +250,8 @@ Caustic: 0.5 - type: ExplosionResistance damageCoefficient: 0.35 - #- type: StaminaResistance - # damageCoefficient: 0.45 + - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere + damageCoefficient: 0.45 - type: ClothingSpeedModifier walkModifier: 0.9 sprintModifier: 0.9 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 08c5de4ea4..59ee0786ed 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -556,8 +556,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.5 - #- type: StaminaResistance - # damageCoefficient: 0.75 + - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere + damageCoefficient: 0.75 - type: Armor modifiers: coefficients: @@ -621,8 +621,8 @@ damageCoefficient: 0.2 - type: FireProtection reduction: 0.8 - #- type: StaminaResistance - # damageCoefficient: 0.6 + - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere + damageCoefficient: 0.6 - type: Armor modifiers: coefficients: @@ -662,8 +662,8 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.5 - #- type: StaminaResistance - # damageCoefficient: 0.6 + - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere + damageCoefficient: 0.6 - type: Armor modifiers: coefficients: @@ -702,8 +702,7 @@ lowPressureMultiplier: 1000 - type: ExplosionResistance damageCoefficient: 0.3 - #- type: StaminaResistance # Should not have stamina resistance, this is purely so people know it was not forgotten. - # damageCoefficient: 0.99 + # - type: StaminaResistance # Should not have stamina resistance, this is purely so people know it was not forgotten. - type: Armor modifiers: coefficients: -- 2.51.2