mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 12:26:32 +00:00
make plains have more defence, mountains less
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1 class="text-4xl sm:text-5xl md:text-6xl lg:text-7xl mb-2">OpenFront.io</h1>
|
||||
<h2 class="text-3xl sm:text-4xl md:text-5xl lg:text-6xl mb-4">(v0.14.0)</h2>
|
||||
<h2 class="text-3xl sm:text-4xl md:text-5xl lg:text-6xl mb-4">(v0.14.1)</h2>
|
||||
<div class="flex justify-center items-start">
|
||||
<div class="w-full max-w-3xl p-4 space-y-4">
|
||||
<username-input></username-input>
|
||||
|
||||
@@ -191,7 +191,7 @@ export class DefaultConfig implements Config {
|
||||
let speed = 0
|
||||
switch (tileToConquer.terrain()) {
|
||||
case TerrainType.Plains:
|
||||
mag = 70
|
||||
mag = 80
|
||||
speed = 15
|
||||
break
|
||||
case TerrainType.Highland:
|
||||
@@ -199,7 +199,7 @@ export class DefaultConfig implements Config {
|
||||
speed = 20
|
||||
break
|
||||
case TerrainType.Mountain:
|
||||
mag = 130
|
||||
mag = 120
|
||||
speed = 25
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user