vampire_state

Vars | |
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) |
Procs | |
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. |
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.