From 2a72f0b0f440a8152683aadc61be42a9b9dbe03c Mon Sep 17 00:00:00 2001 From: Kaeno Date: Fri, 24 May 2024 07:14:31 +0000 Subject: [PATCH] Add Sandbox_high to Bot config and PMC config to prevent Custom ai patch from breaking in modules. (!351) Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/351 --- project/assets/configs/bot.json | 24 ++++++++++++++++++ project/assets/configs/pmc.json | 44 +++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index 71750748..c0669b73 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -2518,6 +2518,26 @@ "arenaFighterEvent": 0, "crazyAssaultEvent": 0, "pmcBot": 0 + }, + "sandbox_high": { + "bossKilla": 0, + "bossKnight": 0, + "bossGluhar": 0, + "bossSanitar": 0, + "bossTagilla": 0, + "bossZryachiy": 0, + "bossBoar": 0, + "followerGluharAssault": 0, + "followerBully": 0, + "followerBigPipe": 0, + "followerSanitar": 0, + "assault": 1, + "cursedAssault": 0, + "exUsec": 0, + "arenaFighter": 0, + "arenaFighterEvent": 0, + "crazyAssaultEvent": 0, + "pmcBot": 0 } }, "playerScavBrainType": { @@ -2574,6 +2594,10 @@ "sandbox": { "assault": 2, "pmcBot": 1 + }, + "sandbox_high": { + "assault": 2, + "pmcBot": 1 } }, "maxBotCap": { diff --git a/project/assets/configs/pmc.json b/project/assets/configs/pmc.json index f3acf939..724131bb 100644 --- a/project/assets/configs/pmc.json +++ b/project/assets/configs/pmc.json @@ -398,6 +398,28 @@ "arenaFighterEvent": 1, "crazyAssaultEvent": 1, "pmcBot": 7 + }, + "sandbox_high": { + "bossKilla": 2, + "bossKnight": 0, + "bossGluhar": 0, + "bossSanitar": 1, + "bossTagilla": 0, + "bossZryachiy": 0, + "bossBoar": 0, + "followerGluharAssault": 0, + "followerBully": 2, + "followerBigPipe": 0, + "followerSanitar": 0, + "followerKolontayAssault": 0, + "followerKolontaySecurity": 0, + "assault": 3, + "cursedAssault": 0, + "exUsec": 0, + "arenaFighter": 0, + "arenaFighterEvent": 1, + "crazyAssaultEvent": 1, + "pmcBot": 7 } }, "sptusec": { @@ -623,6 +645,28 @@ "arenaFighterEvent": 1, "crazyAssaultEvent": 1, "pmcBot": 7 + }, + "sandbox_high": { + "bossKilla": 2, + "bossKnight": 0, + "bossGluhar": 0, + "bossSanitar": 1, + "bossTagilla": 0, + "bossZryachiy": 0, + "bossBoar": 0, + "followerGluharAssault": 0, + "followerBully": 2, + "followerBigPipe": 0, + "followerSanitar": 0, + "followerKolontayAssault": 0, + "followerKolontaySecurity": 0, + "assault": 3, + "cursedAssault": 0, + "exUsec": 0, + "arenaFighter": 0, + "arenaFighterEvent": 1, + "crazyAssaultEvent": 1, + "pmcBot": 7 } } },