simple_source 
Simple source which passively increases terror based on a single condition and can do something when its added/removed
Vars | |
| active | Have we already applied our effects? |
|---|---|
Procs | |
| check_condition | Checks how much terror to build up this tick |
| 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 |
Var Details
active 
Have we already applied our effects?
Proc Details
check_condition
Checks how much terror to build up this tick
- seconds_per_tick - How many seconds are in each tick, static
- terror_buildup - How much terror the owner currently has
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