obj_regen
Object integrity regeneration element added by alien alloy.
Vars | |
currentrun | The current stack of objects we are processing. |
---|---|
processing | The objects that are regenerating due to this element. |
rate | The rate of regeneration as a function of maximum integrity. |
resumed | Whether we stopped processing early the last tick. |
Procs | |
on_take_damage | Handles beginning processing objects. |
process | Handle regenerating attached objects. |
Var Details
currentrun
The current stack of objects we are processing.
processing
The objects that are regenerating due to this element.
rate
The rate of regeneration as a function of maximum integrity.
resumed
Whether we stopped processing early the last tick.
Proc Details
on_take_damage
Handles beginning processing objects.
process
Handle regenerating attached objects.