diff --git a/bin/app/data/config/world.toml b/bin/app/data/config/world.toml index cfca2be..23c6baf 100644 --- a/bin/app/data/config/world.toml +++ b/bin/app/data/config/world.toml @@ -23,12 +23,12 @@ push_expand_columns_tiles = 10 boss_advance_seconds = 60 [waves] -threat_rate_formula = "0.01*x" +threat_rate_formula = "x" ship_level_formula = "1" gap_min_seconds = 15 gap_max_seconds = 45 spawn_duration_seconds = 10 boss_countdown_seconds = 300 boss_threat_duration_seconds = 60 -boss_quiet_before_seconds = 60 -boss_quiet_after_seconds = 60 +boss_quiet_before_seconds = 20 +boss_quiet_after_seconds = 20