0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:50:43 -05:00

Added additional PMC waves to customs + woods

This commit is contained in:
Dev 2024-09-24 11:04:28 +01:00
parent 6610961025
commit 63774da653

View File

@ -40,7 +40,104 @@
"town": 1 "town": 1
}, },
"customWaves": { "customWaves": {
"boss": {}, "boss": {
"bigmap": [{
"sptId": "usecbigmap",
"BossChance": 50,
"BossDifficult": "normal",
"BossEscortAmount": "0,0,2,2,2,1,1,1,1,1,0,2,3",
"BossEscortDifficult": "normal",
"BossEscortType": "pmcUSEC",
"BossName": "pmcUSEC",
"BossPlayer": false,
"BossZone": "",
"Delay": 0,
"DependKarma": false,
"DependKarmaPVE": false,
"ForceSpawn": false,
"IgnoreMaxBots": true,
"RandomTimeSpawn": false,
"SpawnMode": [
"pve"
],
"Supports": null,
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
"sptId": "bearbigmap",
"BossChance": 50,
"BossDifficult": "normal",
"BossEscortAmount": "0,0,2,2,2,1,1,1,1,1,0,2,3",
"BossEscortDifficult": "normal",
"BossEscortType": "pmcBEAR",
"BossName": "pmcBEAR",
"BossPlayer": false,
"BossZone": "",
"Delay": 0,
"DependKarma": false,
"DependKarmaPVE": false,
"ForceSpawn": false,
"IgnoreMaxBots": true,
"RandomTimeSpawn": false,
"SpawnMode": [
"pve"
],
"Supports": null,
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}
],
"woods": [{
"sptId": "usecbigmap",
"BossChance": 50,
"BossDifficult": "normal",
"BossEscortAmount": "0,0,2,2,2,1,1,1,1,1,1,2,3",
"BossEscortDifficult": "normal",
"BossEscortType": "pmcUSEC",
"BossName": "pmcUSEC",
"BossPlayer": false,
"BossZone": "",
"Delay": 0,
"DependKarma": false,
"DependKarmaPVE": false,
"ForceSpawn": false,
"IgnoreMaxBots": true,
"RandomTimeSpawn": false,
"SpawnMode": [
"pve"
],
"Supports": null,
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}, {
"sptId": "bearbigmap",
"BossChance": 50,
"BossDifficult": "normal",
"BossEscortAmount": "0,0,2,2,2,1,1,1,1,1,1,2,3",
"BossEscortDifficult": "normal",
"BossEscortType": "pmcBEAR",
"BossName": "pmcBEAR",
"BossPlayer": false,
"BossZone": "",
"Delay": 0,
"DependKarma": false,
"DependKarmaPVE": false,
"ForceSpawn": false,
"IgnoreMaxBots": true,
"RandomTimeSpawn": false,
"SpawnMode": [
"pve"
],
"Supports": null,
"Time": -1,
"TriggerId": "",
"TriggerName": ""
}
]
},
"normal": {} "normal": {}
}, },
"openZones": {}, "openZones": {},
@ -91,7 +188,7 @@
], ],
"laboratory": ["6398a4cfb5992f573c6562b3", "64e74a44c2b4f829615ec334"], "laboratory": ["6398a4cfb5992f573c6562b3", "64e74a44c2b4f829615ec334"],
"sandbox": ["6575a6ca8778e96ded05a802", "6582bd252b50c61c565828e2"], "sandbox": ["6575a6ca8778e96ded05a802", "6582bd252b50c61c565828e2"],
"factory4_day": ["591093bb86f7747caa7bb2ee"] "factory4_day": ["591093bb86f7747caa7bb2ee"]
}, },
"splitWaveIntoSingleSpawnsSettings": { "splitWaveIntoSingleSpawnsSettings": {
"enabled": true, "enabled": true,
@ -121,22 +218,19 @@
"addCustomBotWavesToMaps": true, "addCustomBotWavesToMaps": true,
"enableBotTypeLimits": true, "enableBotTypeLimits": true,
"botTypeLimits": { "botTypeLimits": {
"tarkovstreets": [ "tarkovstreets": [{
{
"type": "marksman", "type": "marksman",
"min": 2, "min": 2,
"max": 4 "max": 4
} }
], ],
"woods": [ "woods": [{
{
"type": "marksman", "type": "marksman",
"min": 2, "min": 2,
"max": 5 "max": 5
} }
], ],
"bigmap": [ "bigmap": [{
{
"type": "marksman", "type": "marksman",
"min": 2, "min": 2,
"max": 4 "max": 4