mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 04:26:05 +00:00
give attack bonus starting at 35k
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user