Nuke Wars Gamemode

Implemented the following:
This commit is contained in:
Restart2008
2025-10-23 20:13:25 -07:00
parent 661d5b3fc7
commit 8663e1ab70
+3 -7
View File
@@ -654,7 +654,6 @@ largeAttackerSpeedThresholdDebuff(attacker: Player, totalLandTiles: number): num
return 0.005;
}
}
attackLogic(
gm: Game,
attackTroops: number,
@@ -735,14 +734,11 @@ largeAttackerSpeedThresholdDebuff(attacker: Player, totalLandTiles: number): num
const largeDefenderSpeedDebuff = 0.7 + 0.3 * defenseSig;
const largeDefenderAttackDebuff = 0.7 + 0.3 * defenseSig;
const largeAttackBonus = 1;
const largeAttackerSpeedBonus = 1;
const thresholdDebuff = this.largeAttackerSpeedThresholdDebuff(
attacker,
gm.numLandTiles()
);
attacker,
gm.numLandTiles()
);
return {
attackerTroopLoss: