diff --git a/Content.Shared/_Offbrand/Wounds/WoundComponent.cs b/Content.Shared/_Offbrand/Wounds/WoundComponent.cs index d18e137943..9d007c14d8 100644 --- a/Content.Shared/_Offbrand/Wounds/WoundComponent.cs +++ b/Content.Shared/_Offbrand/Wounds/WoundComponent.cs @@ -77,7 +77,7 @@ public sealed partial class PainfulWoundComponent : Component public Dictionary, FixedPoint2> FreshPainCoefficients; [DataField] - public double FreshPainDecreasePerSecond = 0.15d; + public double FreshPainDecreasePerSecond = 0.05d; } [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] diff --git a/Resources/Prototypes/_Offbrand/wounds.yml b/Resources/Prototypes/_Offbrand/wounds.yml index ef416e2eb0..d60e665f65 100644 --- a/Resources/Prototypes/_Offbrand/wounds.yml +++ b/Resources/Prototypes/_Offbrand/wounds.yml @@ -16,18 +16,18 @@ Blunt: 0.8 Slash: 0.8 Piercing: 0.8 - Heat: 0.6 - Shock: 0.6 - Cold: 0.6 - Caustic: 0.6 - freshPainCoefficients: - Blunt: 0.6 - Slash: 0.6 - Piercing: 0.6 Heat: 0.8 Shock: 0.8 Cold: 0.8 Caustic: 0.8 + freshPainCoefficients: + Blunt: 0.2 + Slash: 0.2 + Piercing: 0.2 + Heat: 0.2 + Shock: 0.2 + Cold: 0.2 + Caustic: 0.2 - type: TendableWound - type: BleedingWound bleedingCoefficients: