Buff zombie resists (#25876)
* Buff zombie resists Tweaks zombies to be tankier but still have a similar damage grouping for a specific weakness * Removed unnecessary values of 1
This commit is contained in:
committed by
GitHub
parent
77f969af0e
commit
0000f1b899
@@ -198,12 +198,10 @@
|
|||||||
- type: damageModifierSet
|
- type: damageModifierSet
|
||||||
id: Zombie #Blunt resistant and immune to biological threats, but can be hacked apart and burned
|
id: Zombie #Blunt resistant and immune to biological threats, but can be hacked apart and burned
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.7
|
Blunt: 0.6
|
||||||
Slash: 1.1
|
Piercing: 0.8
|
||||||
Piercing: 0.9
|
|
||||||
Shock: 1.25
|
|
||||||
Cold: 0.3
|
Cold: 0.3
|
||||||
Heat: 1.5
|
Heat: 1.25
|
||||||
Poison: 0.0
|
Poison: 0.0
|
||||||
Radiation: 0.0
|
Radiation: 0.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user