give attack bonus starting at 35k

This commit is contained in:
Evan
2025-02-15 20:26:10 -08:00
parent e37cba91dc
commit 5d0e0561ca
+2 -2
View File
@@ -309,8 +309,8 @@ export class DefaultConfig implements Config {
}
let largeModifier = 1;
if (attacker.numTilesOwned() > 50_000) {
largeModifier = Math.sqrt(50_000 / attacker.numTilesOwned());
if (attacker.numTilesOwned() > 35_000) {
largeModifier = Math.sqrt(35_000 / attacker.numTilesOwned());
}
if (defender.isPlayer()) {