From 421a94025221b8dbadf5b5bd0200c44706c15599 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Sun, 1 Jun 2025 21:56:59 +0200 Subject: [PATCH] nerf bot speed more --- src/core/configuration/DefaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 2ac61fe53..1ee16ef85 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -521,7 +521,7 @@ export class DefaultConfig implements Config { } } if (attackerType === PlayerType.Bot) { - speed *= 5; // slow bot attacks + speed *= 6; // slow bot attacks } if (defenderIsPlayer) { const defenderTroops = defender.troops();