The long overdue downfall of stun meta - Stamina resists on Nukie & ERT Suits. (#35580)
* Add stamina damage resistance * Probably starting a civil war within the community. * Tweak some values, my chart was outdated. * Tone down the values * Allow a way to bypass the resistances, which forks downstream can use. * Apply suggestions from code review Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Comment out the changes to non-deathsquad suits. * minor text fix e * review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Co-authored-by: SlamBamActionman <slambamactionman@gmail.com> Co-authored-by: Milon <milonpl.git@proton.me>
This commit is contained in:
@@ -130,6 +130,8 @@
|
||||
Caustic: 0.5
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.35
|
||||
#- type: StaminaResistance
|
||||
# damageCoefficient: 0.45
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 0.9
|
||||
sprintModifier: 0.9
|
||||
|
||||
@@ -533,6 +533,8 @@
|
||||
lowPressureMultiplier: 1000
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.5
|
||||
#- type: StaminaResistance
|
||||
# damageCoefficient: 0.75
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
@@ -593,6 +595,8 @@
|
||||
damageCoefficient: 0.2
|
||||
- type: FireProtection
|
||||
reduction: 0.8
|
||||
#- type: StaminaResistance
|
||||
# damageCoefficient: 0.6
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
@@ -627,6 +631,8 @@
|
||||
lowPressureMultiplier: 1000
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.5
|
||||
#- type: StaminaResistance
|
||||
# damageCoefficient: 0.6
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
@@ -659,6 +665,8 @@
|
||||
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: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
@@ -912,6 +920,8 @@
|
||||
damageCoefficient: 0.2
|
||||
- type: FireProtection
|
||||
reduction: 0.8
|
||||
- type: StaminaResistance
|
||||
damageCoefficient: 0.15 # Needs 21 hits with a disabler to stun :godo:
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
|
||||
Reference in New Issue
Block a user