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": {