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, };