wound

WOUNDS
Vars | |
damage | amount of damage this wound has |
---|---|
damage_type | one of CUT, BRUISE, BURN |
desc | description of the wound |
parent_limb | The limb this wound is on |
Procs | |
heal_wound_damage | heal the given amount of damage, and if the given amount of damage was more than what needed to be healed, return how much heal was left |
open_wound | Reopens the wound again. Remove applied treatment, if there is any, and add new damage |
process | Called by the parent limb every life tick by default |
Var Details
damage

amount of damage this wound has
damage_type

one of CUT, BRUISE, BURN
desc

description of the wound
parent_limb

The limb this wound is on
Proc Details
heal_wound_damage
heal the given amount of damage, and if the given amount of damage was more than what needed to be healed, return how much heal was left
open_wound
Reopens the wound again. Remove applied treatment, if there is any, and add new damage
process
Called by the parent limb every life tick by default