Give vox health regen for poison below 20 damage (#33722)
This commit is contained in:
committed by
GitHub
parent
ce672acf91
commit
dc8b859916
@@ -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