Plumb in sandbox_high to configs

This commit is contained in:
Dev 2024-04-30 21:51:11 +01:00
parent 8ff241b7b9
commit a63f1c3890
2 changed files with 51 additions and 0 deletions

View File

@ -2588,6 +2588,7 @@
"laboratory": 20, "laboratory": 20,
"tarkovstreets": 26, "tarkovstreets": 26,
"sandbox": 16, "sandbox": 16,
"sandbox_high": 16,
"default": 16 "default": 16
}, },
"walletLoot": { "walletLoot": {

View File

@ -16,6 +16,7 @@
"tarkovstreets": 3, "tarkovstreets": 3,
"terminal": 1, "terminal": 1,
"sandbox": 2.8, "sandbox": 2.8,
"sandbox_high": 2.8,
"town": 0 "town": 0
}, },
"staticLootMultiplier": { "staticLootMultiplier": {
@ -35,6 +36,7 @@
"tarkovstreets": 1, "tarkovstreets": 1,
"terminal": 1, "terminal": 1,
"sandbox": 1, "sandbox": 1,
"sandbox_high": 1,
"town": 1 "town": 1
}, },
"customWaves": { "customWaves": {
@ -792,6 +794,54 @@
"RandomTimeSpawn": false, "RandomTimeSpawn": false,
"ChanceGroup": 0 "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": { "normal": {