boost mountain speed slightly

This commit is contained in:
1brucben
2025-04-26 16:28:20 +02:00
parent a9f899a9de
commit 252f97ba6a
+1 -1
View File
@@ -419,7 +419,7 @@ export class DefaultConfig implements Config {
const terrainModifiers = {
[TerrainType.Plains]: { mag: 0.85, speed: 0.75 },
[TerrainType.Highland]: { mag: 1, speed: 1 },
[TerrainType.Mountain]: { mag: 1.2, speed: 1.5 },
[TerrainType.Mountain]: { mag: 1.2, speed: 1.4 },
} as const;
const type = gm.terrainType(tileToConquer);