mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:53:31 +00:00
.8
This commit is contained in:
@@ -565,9 +565,9 @@ export class DefaultConfig implements Config {
|
||||
numAdjacentTilesWithEnemy: number,
|
||||
): number {
|
||||
if (defender.isPlayer()) {
|
||||
return 30 * numAdjacentTilesWithEnemy ** 0.7;
|
||||
return 30 * numAdjacentTilesWithEnemy ** 0.8;
|
||||
} else {
|
||||
return 36 * numAdjacentTilesWithEnemy ** 0.7;
|
||||
return 36 * numAdjacentTilesWithEnemy ** 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user