Black Goo

Vars | |
goo_message_cooldown | cooldown for the living mob's symptom messages |
---|---|
infection_rate | variable that handles passive increase of the virus of a host. |
stage_counter | variable to keep track of the stage level, used to prevent the stage message from being displayed more than once for any given stage. |
stage_level | variable that contains accumulated virus progression for a host. Iterates to a value above 360 and is then reset. |
zombie_is_transforming | boolean value to determine if the mob is currently transforming into a zombie. |
Var Details
goo_message_cooldown

cooldown for the living mob's symptom messages
infection_rate

variable that handles passive increase of the virus of a host.
stage_counter

variable to keep track of the stage level, used to prevent the stage message from being displayed more than once for any given stage.
stage_level

variable that contains accumulated virus progression for a host. Iterates to a value above 360 and is then reset.
zombie_is_transforming

boolean value to determine if the mob is currently transforming into a zombie.