code/datums/status_effects/debuffs.dm
HEALING_SLEEP_DEFAULT | The damage healed per tick while sleeping without any modifiers |
---|---|
/datum/status_effect/transient | 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). |
/datum/status_effect/transient/confusion | Prevents moving straight, sometimes changing movement direction at random. Decays at a rate of 1 per second. |
/datum/status_effect/teleport_madness | Maddly teleports the victim around all of space for 10 seconds |
Define Details
HEALING_SLEEP_DEFAULT
The damage healed per tick while sleeping without any modifiers