rebalanced attack troop loss

This commit is contained in:
evanpelle
2024-09-06 16:31:40 -07:00
parent 0f37fc0c31
commit 0bc78d07eb
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class DefaultConfig implements Config {
let mag = 0
switch (tileToConquer.terrain()) {
case TerrainType.Plains:
mag = -5
mag = 1
case TerrainType.Highland:
mag = 3
case TerrainType.Mountain: