From a63f1c3890c1e291d0e683b11d491420fa4894ef Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 30 Apr 2024 21:51:11 +0100 Subject: [PATCH] Plumb in sandbox_high to configs --- project/assets/configs/bot.json | 1 + project/assets/configs/location.json | 50 ++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index 30009cd6..57a0abf0 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -2588,6 +2588,7 @@ "laboratory": 20, "tarkovstreets": 26, "sandbox": 16, + "sandbox_high": 16, "default": 16 }, "walletLoot": { diff --git a/project/assets/configs/location.json b/project/assets/configs/location.json index 640a7d50..726c720c 100644 --- a/project/assets/configs/location.json +++ b/project/assets/configs/location.json @@ -16,6 +16,7 @@ "tarkovstreets": 3, "terminal": 1, "sandbox": 2.8, + "sandbox_high": 2.8, "town": 0 }, "staticLootMultiplier": { @@ -35,6 +36,7 @@ "tarkovstreets": 1, "terminal": 1, "sandbox": 1, + "sandbox_high": 1, "town": 1 }, "customWaves": { @@ -792,6 +794,54 @@ "RandomTimeSpawn": false, "ChanceGroup": 0 } + ], + "sandbox_high": [ + { + "sptId": "sptBearSandboxNormalSpawn", + "BossName": "sptBear", + "BossChance": 30, + "BossZone": "ZoneSandbox", + "BossPlayer": false, + "BossDifficult": "normal", + "BossEscortType": "sptBear", + "BossEscortDifficult": "normal", + "BossEscortAmount": "2", + "Time": -1, + "Supports": [ + { + "BossEscortType": "sptBear", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortAmount": "2" + } + ], + "RandomTimeSpawn": false, + "ChanceGroup": 0 + }, + { + "sptId": "sptUsecSandboxNormalSpawn", + "BossName": "sptUsec", + "BossChance": 30, + "BossZone": "ZoneSandbox", + "BossPlayer": false, + "BossDifficult": "normal", + "BossEscortType": "sptUsec", + "BossEscortDifficult": "normal", + "BossEscortAmount": "2", + "Time": -1, + "Supports": [ + { + "BossEscortType": "sptUsec", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortAmount": "2" + } + ], + "RandomTimeSpawn": false, + "ChanceGroup": 0 + } ] }, "normal": {