Daedalus Dock - Modules - TypesVar Details - Proc Details

directive

Vars

enact_delayThe grace period before security is allowed to enforce it.
mutual_blacklistA list of directive types this directive cannot coexist with.
rewardHow many marks management gets for choosing this flavor of CBT.

Procs

announce_endAnnounce the directive has
announce_startAnnounce the enaction of how fucked they are.
can_rollDetermines if the directive is elligible to roll at this time.
endIdk if this will ever be used but you never know!
get_announce_end_textGetter for the text used in announce_end()
get_announce_start_textGetter for the text used in announce_start()
processJust so it doesnt call datum process and throw a runtime.
startCalled when a directive is enacted.

Var Details

enact_delay

The grace period before security is allowed to enforce it.

mutual_blacklist

A list of directive types this directive cannot coexist with.

reward

How many marks management gets for choosing this flavor of CBT.

Proc Details

announce_end

Announce the directive has

announce_start

Announce the enaction of how fucked they are.

can_roll

Determines if the directive is elligible to roll at this time.

end

Idk if this will ever be used but you never know!

get_announce_end_text

Getter for the text used in announce_end()

get_announce_start_text

Getter for the text used in announce_start()

process

Just so it doesnt call datum process and throw a runtime.

start

Called when a directive is enacted.