status_effect 
Vars | |
| id | A unique ID that is used to see if there is already a status effect of the same type on something. Also used for screen alerts |
|---|---|
| show_duration | Do we show the duration of the status effect on the alert |
Procs | |
| before_remove | Called before being removed; returning FALSE will cancel removal |
| update_shown_duration | Updates the status effect alert's maptext (if possible) |
Var Details
id 
A unique ID that is used to see if there is already a status effect of the same type on something. Also used for screen alerts
show_duration 
Do we show the duration of the status effect on the alert
Proc Details
before_remove
Called before being removed; returning FALSE will cancel removal
update_shown_duration
Updates the status effect alert's maptext (if possible)