round_event_control 
Vars | |
| admin_setup | Datum that will handle admin options for forcing the event. If there are no options, just leave it as an empty list. |
|---|---|
| calculated_weight | Last calculated weight that the storyteller assigned this event |
| can_run_post_roundstart | Whether a roundstart event can happen post roundstart. Very important for events which override job assignments. |
| map_flags | Flags dictating whether this event should be run on certain kinds of map |
| max_wizard_trigger_potency | Maximum wizard rituals at which to trigger this event, inclusive |
| min_wizard_trigger_potency | Minimum wizard rituals at which to trigger this event, inclusive |
| shared_occurences | Tags of the event List of the shared occurence types. |
Procs | |
| add_occurence | Adds an occurence. Has to use the setter to properly handle shared occurences |
| get_href_actions | Prints the action buttons for this event. |
| get_occurences | Gets occurences. Has to use the getter to properly handle shared occurences |
| subtract_occurence | Subtracts an occurence. Has to use the setter to properly handle shared occurences |
| valid_for_map | Returns true if event can run in current map |
Var Details
admin_setup 
Datum that will handle admin options for forcing the event. If there are no options, just leave it as an empty list.
calculated_weight 
Last calculated weight that the storyteller assigned this event
can_run_post_roundstart 
Whether a roundstart event can happen post roundstart. Very important for events which override job assignments.
map_flags 
Flags dictating whether this event should be run on certain kinds of map
max_wizard_trigger_potency 
Maximum wizard rituals at which to trigger this event, inclusive
min_wizard_trigger_potency 
Minimum wizard rituals at which to trigger this event, inclusive
shared_occurences 
Tags of the event List of the shared occurence types.
Proc Details
add_occurence
Adds an occurence. Has to use the setter to properly handle shared occurences
get_href_actions
Prints the action buttons for this event.
get_occurences
Gets occurences. Has to use the getter to properly handle shared occurences
subtract_occurence
Subtracts an occurence. Has to use the setter to properly handle shared occurences
valid_for_map
Returns true if event can run in current map