terror_handler 
Terror handlers, aka datums which determine current fear behaviors. Separated into two groups, fear sources and fear effects, latter processing after all former are finished
Vars | |
component | Component which "houses" this handler |
---|---|
default | Is this a "default" handler? If so, it will be added to any fearful component unless its initialized with add_defaults = FALSE |
handler_type | Type of this handler, determines if it should run in the first or second batch |
overrides | Other effects which should be disabled while this one is running |
owner | Owner of this fear handler |
Procs | |
tick | Single tick of terror handler, returns adjustment to terror buildup |
Var Details
component 
Component which "houses" this handler
default 
Is this a "default" handler? If so, it will be added to any fearful component unless its initialized with add_defaults = FALSE
handler_type 
Type of this handler, determines if it should run in the first or second batch
overrides 
Other effects which should be disabled while this one is running
owner 
Owner of this fear handler
Proc Details
tick
Single tick of terror handler, returns adjustment to terror buildup