Plumb in sandbox_high to configs
This commit is contained in:
parent
8ff241b7b9
commit
a63f1c3890
@ -2588,6 +2588,7 @@
|
||||
"laboratory": 20,
|
||||
"tarkovstreets": 26,
|
||||
"sandbox": 16,
|
||||
"sandbox_high": 16,
|
||||
"default": 16
|
||||
},
|
||||
"walletLoot": {
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user