From 0a15817a872da7fe9e89fb261d76af1794dc5e74 Mon Sep 17 00:00:00 2001 From: GetParanoid Date: Sun, 19 Apr 2026 05:26:33 -0700 Subject: [PATCH] cfg(ABPS): Increase PMC counts --- .../mods/acidphantasm-botplacementsystem/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SPT/user/mods/acidphantasm-botplacementsystem/config.json b/SPT/user/mods/acidphantasm-botplacementsystem/config.json index 994978c..cf6f9ab 100644 --- a/SPT/user/mods/acidphantasm-botplacementsystem/config.json +++ b/SPT/user/mods/acidphantasm-botplacementsystem/config.json @@ -12,13 +12,13 @@ "startingPMCs": { "enable": true, "ignoreMaxBotCaps": true, - "groupChance": 25, - "maxGroupSize": 3, + "groupChance": 33, + "maxGroupSize": 2, "maxGroupCount": 4, "mapLimits": { "bigmap": { - "max": 12, - "min": 8 + "max": 15, + "min": 12 }, "factory4_day": { "max": 7, @@ -87,7 +87,7 @@ "startingScavs": { "enable": true, "maxBotSpawns": { - "bigmap": 5, + "bigmap": 7, "factory4_day": 3, "factory4_night": 3, "interchange": 5,