From b1596c9f18e2af4eab7e965e601a44695d70fceb Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Wed, 24 May 2023 03:19:36 -0600 Subject: [PATCH] combat hardsuit balance patch (#16768) * sec hardsuits buff * riot suit * syndie suits --- .../Entities/Clothing/OuterClothing/armor.yml | 2 +- .../Clothing/OuterClothing/hardsuits.yml | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index a270f4a959..ab227b2c64 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -135,7 +135,7 @@ coefficients: Blunt: 0.4 Slash: 0.4 - Piercing: 0.9 + Piercing: 0.7 Heat: 0.9 Caustic: 0.9 - type: ExplosionResistance diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index aaf32f13e7..d3f69e273e 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -320,6 +320,9 @@ - type: PressureProtection highPressureMultiplier: 0.525 lowPressureMultiplier: 10000 + - type: ClothingSpeedModifier + walkModifier: 0.7 + sprintModifier: 0.7 - type: Armor modifiers: coefficients: @@ -348,14 +351,14 @@ highPressureMultiplier: 0.45 lowPressureMultiplier: 10000 - type: ClothingSpeedModifier - walkModifier: 0.7 + walkModifier: 0.75 sprintModifier: 0.75 - type: Armor modifiers: coefficients: Blunt: 0.6 - Slash: 0.6 - Piercing: 0.6 + Slash: 0.5 + Piercing: 0.5 Heat: 0.8 Radiation: 0.25 Caustic: 0.6 @@ -432,8 +435,8 @@ highPressureMultiplier: 0.05 lowPressureMultiplier: 1000 - type: ClothingSpeedModifier - walkModifier: 1.0 - sprintModifier: 1.0 + walkModifier: 0.8 + sprintModifier: 0.8 - type: Armor modifiers: coefficients: @@ -581,10 +584,10 @@ - type: Armor modifiers: coefficients: - Blunt: 0.35 + Blunt: 0.2 Slash: 0.2 - Piercing: 0.1 - Heat: 0.1 + Piercing: 0.2 + Heat: 0.5 Radiation: 0.1 Caustic: 0.35 - type: ExplosionResistance