mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
Give vox health regen for poison below 20 damage (#33722)
(cherry picked from commit dc8b859916a4718d8b487b63b495cdaab121b138)
This commit is contained in:
committed by
Spatison
parent
2013e8bb43
commit
16f3a0221d
@@ -32,6 +32,18 @@
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
damageModifierSet: Vox
|
||||
- type: PassiveDamage
|
||||
# Augment normal health regen to be able to tank some Poison damage
|
||||
# This allows Vox to take their mask off temporarily to eat something without needing a trip to medbay afterwards.
|
||||
allowedStates:
|
||||
- Alive
|
||||
damageCap: 20
|
||||
damage:
|
||||
types:
|
||||
Heat: -0.07
|
||||
Poison: -0.2
|
||||
groups:
|
||||
Brute: -0.07
|
||||
- type: DamageVisuals
|
||||
damageOverlayGroups:
|
||||
Brute:
|
||||
|
||||
Reference in New Issue
Block a user