From a3996d539f577f95fee7683c56df77b22dcb4ba1 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Tue, 6 May 2025 22:14:57 +0200 Subject: [PATCH] more balancing --- src/core/configuration/DefaultConfig.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index c90f4f910..97ece14b0 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -441,9 +441,9 @@ export class DefaultConfig implements Config { tilesPerTickUsed: number; } { const terrainModifiers = { - [TerrainType.Plains]: { mag: 0.85, speed: 0.75 }, + [TerrainType.Plains]: { mag: 0.85, speed: 0.8 }, [TerrainType.Highland]: { mag: 1, speed: 1 }, - [TerrainType.Mountain]: { mag: 1.2, speed: 1.4 }, + [TerrainType.Mountain]: { mag: 1.2, speed: 1.3 }, } as const; const type = gm.terrainType(tileToConquer); @@ -512,11 +512,11 @@ export class DefaultConfig implements Config { (defender.isTraitor() ? this.traitorDefenseDebuff() : 1), defenderTroopLoss: defenderdensity, tilesPerTickUsed: - 27 * + 25 * within(defenderdensity, 3, 100) ** 0.2 * (10_000 / attackTroops) ** 0.1 * speed * - within(attackratio, 0.3, 20) ** 0.3, + within(attackratio, 0.1, 20) ** 0.3, }; } else { return {