give attack bonus starting at 35k

This commit is contained in:
Evan
2025-02-15 20:26:10 -08:00
parent d9f2b683d7
commit 081ccb5f67
+2 -2
View File
@@ -301,8 +301,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()) {