attack adjust

This commit is contained in:
1brucben
2025-05-13 19:12:02 +02:00
parent 8ad236371a
commit 58a8682595
+1 -1
View File
@@ -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,
};