event_configuration  
Config holder for all stuff relating to ingame random events
| Vars | |
| delay_lower_bound | Assoc list of lower bounds of event delays. key: severity | value: delay (deciseconds) | 
|---|---|
| delay_upper_bound | Assoc list of lower bounds of event delays. key: severity | value: delay (deciseconds) | 
| enable_random_events | Do we want to enable random events at all | 
| expected_round_length | Expected time of a round in deciseconds | 
| first_run_times | Assoc list of when the first event in a group can run. key: severity | value: assoc list with upper and low bounds (key: "upper"/"lower" | value: time in deciseconds) | 
Var Details
delay_lower_bound  
Assoc list of lower bounds of event delays. key: severity | value: delay (deciseconds)
delay_upper_bound  
Assoc list of lower bounds of event delays. key: severity | value: delay (deciseconds)
enable_random_events  
Do we want to enable random events at all
expected_round_length  
Expected time of a round in deciseconds
first_run_times  
Assoc list of when the first event in a group can run. key: severity | value: assoc list with upper and low bounds (key: "upper"/"lower" | value: time in deciseconds)