/tg/ Station 13 - Modules - TypesVar Details - Proc Details

simple_source

Simple source which passively increases terror based on a single condition and can do something when its added/removed

Vars

activeHave we already applied our effects?

Procs

check_conditionChecks how much terror to build up this tick
on_activationProc that's called when the effect is first applied, for moodlets and alike
on_deactivationProc that's called when the effect stops working, for moodlets and alike

Var Details

active

Have we already applied our effects?

Proc Details

check_condition

Checks how much terror to build up this tick

Return a number, which is the amount of terror to build up this tick. Return 0 for no buildup.

on_activation

Proc that's called when the effect is first applied, for moodlets and alike

on_deactivation

Proc that's called when the effect stops working, for moodlets and alike