removed comment

This commit is contained in:
1brucben
2025-04-24 14:56:58 +02:00
parent 27a50d2349
commit 26a8bf888d
-11
View File
@@ -472,17 +472,6 @@ export class DefaultConfig implements Config {
const defenderTiles = defender.numTilesOwned();
const defenderdensity = defenderTroops / defenderTiles;
const adjustedRatio = within(defenderTroops / attackTroops, 0.3, 20);
// if (attacker.type() == PlayerType.Human) {
// console.log(
// "speed:",
// 4 *
// within(defenderdensity, 3, 90) ** 0.6 *
// adjustedRatio ** 0.7 *
// speed,
// );
// console.log("density", defenderdensity);
// }
return {
attackerTroopLoss:
mag * 10 +