directives 
Vars | |
| active_directives | Currently active directives. |
|---|---|
| all_directives | Directive singletons. |
| directive_pick_cooldowns | After enacting a directive, sets next_direct_time to the value associated with the severity. |
| finished_directives | Finished directives, successful or unsuccessful. |
| next_directive_time | world.time for the next time an edict should be pushed. |
| selectable_directives | Directives awaiting selection via directMAN program. |
| severity_weights | Determines the odds of rolling each category. |
Procs | |
| choosing_time | Selects new selectable directives. |
| enact_directive | Enact a directive, with all the bells and whistles. |
| end_directive | End an active directive |
Var Details
active_directives 
Currently active directives.
all_directives 
Directive singletons.
directive_pick_cooldowns 
After enacting a directive, sets next_direct_time to the value associated with the severity.
finished_directives 
Finished directives, successful or unsuccessful.
next_directive_time 
world.time for the next time an edict should be pushed.
selectable_directives 
Directives awaiting selection via directMAN program.
severity_weights 
Determines the odds of rolling each category.
Proc Details
choosing_time
Selects new selectable directives.
enact_directive
Enact a directive, with all the bells and whistles.
end_directive
End an active directive