mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Clarifications
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user