mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 14:15:07 +00:00
boost mountain speed slightly
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user