Skip to content

Commit

Permalink
Buffed security suits to not be shit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jul 30, 2023
1 parent 91daa5e commit 446f05a
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
sprite: Clothing/OuterClothing/Hardsuits/basic.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/basic.rsi
- type: ClothingSpeedModifier
walkModifier: 0.80
sprintModifier: 0.80
- type: Armor
modifiers:
coefficients:
Expand All @@ -23,9 +26,6 @@
Caustic: 0.85
- type: ExplosionResistance
damageCoefficient: 0.9
- type: ClothingSpeedModifier
walkModifier: 0.80
sprintModifier: 0.80
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitBasic
- type: StaticPrice
Expand Down Expand Up @@ -173,8 +173,8 @@
highPressureMultiplier: 0.525
lowPressureMultiplier: 10000
- type: ClothingSpeedModifier
walkModifier: 0.7
sprintModifier: 0.7
walkModifier: 0.85
sprintModifier: 0.75
- type: Armor
modifiers:
coefficients:
Expand Down Expand Up @@ -203,7 +203,7 @@
highPressureMultiplier: 0.3
lowPressureMultiplier: 5500
- type: ClothingSpeedModifier
walkModifier: 0.8
walkModifier: 0.90
sprintModifier: 0.85
- type: Armor
modifiers:
Expand All @@ -230,6 +230,9 @@
- type: PressureProtection
highPressureMultiplier: 0.525
lowPressureMultiplier: 10000
- type: ClothingSpeedModifier
walkModifier: 0.85
sprintModifier: 0.75
- type: Armor
modifiers:
coefficients:
Expand Down Expand Up @@ -384,7 +387,7 @@
highPressureMultiplier: 0.45
lowPressureMultiplier: 10000
- type: ClothingSpeedModifier
walkModifier: 0.75
walkModifier: 0.85
sprintModifier: 0.75
- type: Armor
modifiers:
Expand Down Expand Up @@ -795,6 +798,9 @@
- type: PressureProtection
highPressureMultiplier: 0.525
lowPressureMultiplier: 10000
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: Armor
modifiers:
coefficients:
Expand All @@ -809,6 +815,3 @@
node: clownHardsuit
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitClown
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9

0 comments on commit 446f05a

Please sign in to comment.