From 8be9cda4f96fd1803861d08010659aee71066e52 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 20 Nov 2024 21:09:55 -0800 Subject: [PATCH] make NPCs easier --- 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 5caa2cffe..50414961c 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -166,7 +166,7 @@ export class DefaultConfig implements Config { return 10000 } if (playerInfo.playerType == PlayerType.FakeHuman) { - return 2500 // start troops * strength * difficulty + return 1000 // start troops * strength * difficulty } return 25000 }