code/datums/components/fearful/effects.dm 
| FEAR_SCALING | Macro to scale a base value from 0x to ?x based on the current terror level, clamped to the base value |
|---|---|
| /datum/terror_handler/jittering | Causes mild jittering, scaling with current terror level |
| /datum/terror_handler/stuttering | Stutter when afraid |
| /datum/terror_handler/heart_problems | Can randomly give you some oxyloss, and cause a heart attack past TERROR_BUILDUP_HEART_ATTACK |
| /datum/terror_handler/vomiting | Low chance to vomit when terrified, increases significantly during panic attacks |
| /datum/terror_handler/panic | Causes tunnel vision, blurry eyes and periodic panic attacks when panicking |
| /datum/terror_handler/force_stop_drop_roll | Forces you to stop, drop, and roll when on fire and sufficiently panicked |
Define Details
FEAR_SCALING 
Macro to scale a base value from 0x to ?x based on the current terror level, clamped to the base value