make NPCs easier

This commit is contained in:
Evan
2024-11-20 21:09:55 -08:00
parent f664657e78
commit 8be9cda4f9
+1 -1
View File
@@ -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
}