Clarifications

This commit is contained in:
AffectedArc07
2021-06-04 11:14:27 +01:00
parent 6c774f615e
commit 22fa5e0629
+3 -2
View File
@@ -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},