Tweaked MOAR Map-Specific Spawns and Config

This commit is contained in:
2025-01-15 18:47:15 -05:00
parent c6a4c23e0d
commit 4a1cdbcd20
5 changed files with 23 additions and 23 deletions
@@ -5,7 +5,7 @@
"scavDifficulty": 0.4,
"scavWaveDistribution": 0.5,
"scavWaveQuantity": 1.5,
"scavWaveQuantity": 1.2,
"startingPmcs": false,
@@ -14,7 +14,7 @@
"allOpenZones": false,
"pmcWaveDistribution": 0.8,
"pmcWaveQuantity": 1.5,
"pmcWaveQuantity": 1.2,
"zombiesEnabled": true,
"zombieWaveDistribution": 0.2,
@@ -1,8 +1,8 @@
{
"customs": {
"spawnMinDistance": 30,
"pmcWaveCount": 12,
"scavWaveCount": 21,
"pmcWaveCount": 18,
"scavWaveCount": 24,
"zombieWaveCount": 9,
"scavHotZones": [
"ZoneDormitory"
@@ -16,7 +16,7 @@
"maxBotCapOverride": 12,
"maxBotPerZoneOverride": 10,
"pmcWaveCount": 8,
"scavWaveCount": 9,
"scavWaveCount": 10,
"zombieWaveCount": 6
},
"factoryNight": {
@@ -24,12 +24,12 @@
"maxBotCapOverride": 12,
"maxBotPerZoneOverride": 10,
"pmcWaveCount": 8,
"scavWaveCount": 9,
"scavWaveCount": 10,
"zombieWaveCount": 6
},
"interchange": {
"spawnMinDistance": 40,
"pmcWaveCount": 14,
"pmcWaveCount": 18,
"scavWaveCount": 32,
"zombieWaveCount": 12,
"scavHotZones": [
@@ -45,8 +45,8 @@
},
"lighthouse": {
"spawnMinDistance": 40,
"pmcWaveCount": 12,
"scavWaveCount": 20,
"pmcWaveCount": 18,
"scavWaveCount": 32,
"zombieWaveCount": 10,
"scavHotZones": [
"Zone_LongRoad",
@@ -55,8 +55,8 @@
},
"rezervbase": {
"spawnMinDistance": 40,
"pmcWaveCount": 11,
"scavWaveCount": 24,
"pmcWaveCount": 14,
"scavWaveCount": 28,
"zombieWaveCount": 9,
"scavHotZones": [
"ZoneRailStrorage"
@@ -67,7 +67,7 @@
},
"shoreline": {
"spawnMinDistance": 40,
"pmcWaveCount": 14,
"pmcWaveCount": 18,
"scavWaveCount": 32,
"zombieWaveCount": 12,
"scavHotZones": [
@@ -79,13 +79,13 @@
},
"tarkovstreets": {
"spawnMinDistance": 40,
"pmcWaveCount": 16,
"pmcWaveCount": 18,
"scavWaveCount": 28,
"zombieWaveCount": 13
},
"woods": {
"spawnMinDistance": 40,
"pmcWaveCount": 14,
"pmcWaveCount": 20,
"scavWaveCount": 28,
"zombieWaveCount": 10,
"scavHotZones": [
@@ -97,14 +97,14 @@
},
"gzLow": {
"spawnMinDistance": 30,
"pmcWaveCount": 10,
"scavWaveCount": 18,
"pmcWaveCount": 12,
"scavWaveCount": 20,
"zombieWaveCount": 9
},
"gzHigh": {
"spawnMinDistance": 30,
"pmcWaveCount": 12,
"scavWaveCount": 18,
"scavWaveCount": 20,
"zombieWaveCount": 9
}
}