Space Station 13 - Modules - TypesDefine Details

code/datums/status_effects/debuffs.dm

HEALING_SLEEP_DEFAULTThe damage healed per tick while sleeping without any modifiers
/datum/status_effect/transientA 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/confusionPrevents moving straight, sometimes changing movement direction at random. Decays at a rate of 1 per second.
/datum/status_effect/teleport_madnessMaddly 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