/tg/ Station 13 - Modules - TypesDefine Details

code/datums/status_effects/debuffs/terrified.dm

DARKNESS_TERROR_AMOUNTAmount of terror passively generated (or removed) on every tick based on lighting.
PANIC_ATTACK_TERROR_AMOUNTHow much terror a random panic attack will give the victim.
HUG_TERROR_AMOUNTAmount of terror actively removed (or generated) upon being hugged.
STACK_TERROR_AMOUNTAmount of terror caused by subsequent casting of the Terrify spell.
DARKNESS_TERROR_CAPThe soft cap on how much passively generated terror you can have. Takes about 30 seconds to reach without the victim being actively terrorized.
TERROR_FEAR_THRESHOLDThe terror_buildup threshold for minor fear effects to occur.
TERROR_PANIC_THRESHOLDThe terror_buildup threshold for the more serious effects. Takes about 20 seconds of darkness buildup to reach.
TERROR_HEART_ATTACK_THRESHOLDTerror buildup will cause a heart attack and knock them out, removing the status effect.
/atom/movable/screen/alert/status_effect/terrifiedThe status effect popup for the terror status effect

Define Details

DARKNESS_TERROR_AMOUNT

Amount of terror passively generated (or removed) on every tick based on lighting.

DARKNESS_TERROR_CAP

The soft cap on how much passively generated terror you can have. Takes about 30 seconds to reach without the victim being actively terrorized.

HUG_TERROR_AMOUNT

Amount of terror actively removed (or generated) upon being hugged.

PANIC_ATTACK_TERROR_AMOUNT

How much terror a random panic attack will give the victim.

STACK_TERROR_AMOUNT

Amount of terror caused by subsequent casting of the Terrify spell.

TERROR_FEAR_THRESHOLD

The terror_buildup threshold for minor fear effects to occur.

TERROR_HEART_ATTACK_THRESHOLD

Terror buildup will cause a heart attack and knock them out, removing the status effect.

TERROR_PANIC_THRESHOLD

The terror_buildup threshold for the more serious effects. Takes about 20 seconds of darkness buildup to reach.