From 5219b227c5fe11234c8bbc618b465a6e8006cce6 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 16 Jun 2026 21:51:45 +0200 Subject: [PATCH] improve targeting rules config --- bin/app/data/config/world.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/app/data/config/world.toml b/bin/app/data/config/world.toml index 4240e26..0cea7a7 100644 --- a/bin/app/data/config/world.toml +++ b/bin/app/data/config/world.toml @@ -27,7 +27,7 @@ boss_advance_seconds = 60 [targeting] target_score_formula = "1 / (1 + x)" # x = distance / max weapon range; higher = better, clamped to >=0 overclaim_penalty_formula = "max(0.5, 1 - 0.1*x)" # x = competing claim count; multiplies score, clamped to [0,1] -target_hysteresis = 0.10 # keep current target unless a challenger beats it by >10% +target_hysteresis = 0.40 # keep current target unless a challenger beats it by >10% [waves] threat_rate_formula = "x"