From 7c663e29a6d8dd23ecb582dbafa68e361bcd2339 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 9 Jun 2026 21:46:01 +0200 Subject: [PATCH] fix threat accumulation config --- bin/app/data/config/world.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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