From 22fa5e062966bc413f09f83eacb365c05c157dcc Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Fri, 4 Jun 2021 11:14:27 +0100 Subject: [PATCH] Clarifications --- config/example/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/example/config.toml b/config/example/config.toml index 54a79eb25b0..f255d84d4cc 100644 --- a/config/example/config.toml +++ b/config/example/config.toml @@ -197,14 +197,15 @@ forward_all_ahelps = true # Disable this to disable all random events allow_random_events = true -# Map of lower bounds for event delays +# Map of lower bounds for event delays. In minutes. event_delay_lower_bounds = {mundane = 10, moderate = 30, major = 50} -# Map of upper bounds for event delays +# Map of upper bounds for event delays. In minutes. event_delay_upper_bounds = {mundane = 15, moderate = 45, major = 70} # Expected round length in minutes. Changes event weights expected_round_length = 120 # Initial delays for the first events firing off. If any of these are commented, a random value based on above thresholds is used. # You must specify an upper and lower bound, or the code cries a lot. The events system is so bad good god. +# Values are in minutes event_initial_delays = [ #{severity = "mundane", lower_bound = 10, upper_bound = 15}, {severity = "moderate", lower_bound = 25, upper_bound = 40},