Daedalus Dock - Modules - TypesVar Details - Proc Details

vampire_state

Vars

actions_to_grantActions to grant while this stage is active.
min_stageThe minimum stage for this datum to be active.
progress_into_messageA message sent when entering this state from a lower one (a bad thing)
regress_into_messageA message sent when entering this state from a higher one (a good thing)

Procs

apply_effectsApply persistent effects to the mob.
can_be_activeIf this stage can be active.
exit_stateCalled when a vampire past this stage is regressing.
remove_effectsRemove persistent effects from the mob.
tickCalled every second this state is active.

Var Details

actions_to_grant

Actions to grant while this stage is active.

min_stage

The minimum stage for this datum to be active.

progress_into_message

A message sent when entering this state from a lower one (a bad thing)

regress_into_message

A message sent when entering this state from a higher one (a good thing)

Proc Details

apply_effects

Apply persistent effects to the mob.

can_be_active

If this stage can be active.

exit_state

Called when a vampire past this stage is regressing.

remove_effects

Remove persistent effects from the mob.

tick

Called every second this state is active.