Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security hardsuit rebalance. #216

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,12 @@
Blunt: 0.6
Slash: 0.6
Piercing: 0.6
Heat: 0.7
Radiation: 0.7
Caustic: 0.7
- type: ClothingSpeedModifier
walkModifier: 0.75
sprintModifier: 0.75
walkModifier: 0.85
sprintModifier: 0.85
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSecurity
Expand Down Expand Up @@ -250,7 +252,7 @@
parent: [ClothingOuterHardsuitBase, BaseRestrictedContraband]
id: ClothingOuterHardsuitWarden
name: warden's hardsuit
description: A specialized riot suit geared to combat low pressure environments.
description: The Warden's suit. Built like a tank.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/security-warden.rsi
Expand All @@ -260,17 +262,19 @@
highPressureMultiplier: 0.5
lowPressureMultiplier: 1000
- type: ExplosionResistance
damageCoefficient: 0.4
damageCoefficient: 0.35
- type: Armor
modifiers:
coefficients:
Blunt: 0.5
Slash: 0.6
Piercing: 0.6
Blunt: 0.35
Slash: 0.35
Piercing: 0.35
Radiation: 0.7
Heat: 0.35
Caustic: 0.7
- type: ClothingSpeedModifier
walkModifier: 0.7
sprintModifier: 0.7
walkModifier: 0.65
sprintModifier: 0.65
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitWarden
Expand Down Expand Up @@ -414,8 +418,8 @@
- type: entity
parent: [ClothingOuterHardsuitBase, BaseCommandContraband]
id: ClothingOuterHardsuitSecurityRed
name: head of security's hardsuit
description: A special suit that protects against hazardous, low pressure environments. Has an additional layer of armor.
name: head of security's assault suit
description: A huge, looming, armored space suit. The biggest and the baddest.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/security-red.rsi
Expand All @@ -425,18 +429,19 @@
highPressureMultiplier: 0.45
lowPressureMultiplier: 1000
- type: ExplosionResistance
damageCoefficient: 0.6
damageCoefficient: 0.4
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.5
Piercing: 0.5
Radiation: 0.5
Caustic: 0.6
Heat: 0.6
Radiation: 0.7
Caustic: 0.7
- type: ClothingSpeedModifier
walkModifier: 0.8
sprintModifier: 0.8
walkModifier: 0.85
sprintModifier: 0.85
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSecurityRed
Expand Down
Loading