Transient Status Effect (basetype) ![code/datums/status_effects/debuffs.dm 140](git.png)
A status effect that works off a (possibly decimal) counter before expiring, rather than a specified world.time. This allows for a more precise tweaking of status durations at runtime (e.g. paralysis).
Vars | |
strength | How much strength left before expiring? time in deciseconds. |
---|---|
Procs | |
calc_decay | Returns how much strength should be adjusted per tick. |
Var Details
strength ![code/datums/status_effects/debuffs.dm 144](git.png)
How much strength left before expiring? time in deciseconds.
Proc Details
calc_decay
Returns how much strength should be adjusted per tick.