From 58a86825956168b7f28dccbd3f8f8b930ec7ca32 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Tue, 13 May 2025 19:12:02 +0200 Subject: [PATCH] attack adjust --- src/core/configuration/DefaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 8b6d82875..27e052633 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -525,7 +525,7 @@ export class DefaultConfig implements Config { }; } else { return { - attackerTroopLoss: attackerType == PlayerType.Bot ? mag * 12 : mag * 12, + attackerTroopLoss: attackerType == PlayerType.Bot ? mag * 16 : mag * 16, defenderTroopLoss: 0, tilesPerTickUsed: 31 * speed, // * (10_000 / attackTroops) ** 0.5, };