give more attack bonus larger attack.

This commit is contained in:
Evan
2025-04-09 22:17:40 -07:00
parent 6cb99ea921
commit f273bc1315
+1 -1
View File
@@ -474,7 +474,7 @@ export class DefaultConfig implements Config {
if (defender.isPlayer()) { if (defender.isPlayer()) {
const ratio = within( const ratio = within(
Math.pow(defender.troops() / attackTroops, 0.2), Math.pow(defender.troops() / attackTroops, 0.4),
0.1, 0.1,
10, 10,
); );