init
This commit is contained in:
793
acidphantasm-botplacementsystem/config.json
Normal file
793
acidphantasm-botplacementsystem/config.json
Normal file
@@ -0,0 +1,793 @@
|
||||
{
|
||||
"pmcDifficulty": {
|
||||
"easy": 10,
|
||||
"normal": 50,
|
||||
"hard": 30,
|
||||
"impossible": 10
|
||||
},
|
||||
"pmcType": {
|
||||
"usecChance": 50
|
||||
},
|
||||
"pmcConfig": {
|
||||
"startingPMCs": {
|
||||
"enable": true,
|
||||
"ignoreMaxBotCaps": true,
|
||||
"groupChance": 20,
|
||||
"maxGroupSize": 2,
|
||||
"maxGroupCount": 3,
|
||||
"mapLimits": {
|
||||
"bigmap": {
|
||||
"max": 10,
|
||||
"min": 8
|
||||
},
|
||||
"factory4_day": {
|
||||
"max": 7,
|
||||
"min": 5
|
||||
},
|
||||
"factory4_night": {
|
||||
"max": 7,
|
||||
"min": 5
|
||||
},
|
||||
"interchange": {
|
||||
"max": 13,
|
||||
"min": 9
|
||||
},
|
||||
"laboratory": {
|
||||
"max": 9,
|
||||
"min": 7
|
||||
},
|
||||
"lighthouse": {
|
||||
"max": 10,
|
||||
"min": 7
|
||||
},
|
||||
"rezervbase": {
|
||||
"max": 10,
|
||||
"min": 8
|
||||
},
|
||||
"sandbox": {
|
||||
"max": 11,
|
||||
"min": 8
|
||||
},
|
||||
"sandbox_high": {
|
||||
"max": 11,
|
||||
"min": 8
|
||||
},
|
||||
"shoreline": {
|
||||
"max": 13,
|
||||
"min": 9
|
||||
},
|
||||
"tarkovstreets": {
|
||||
"max": 10,
|
||||
"min": 7
|
||||
},
|
||||
"woods": {
|
||||
"max": 13,
|
||||
"min": 9
|
||||
},
|
||||
"labyrinth": {
|
||||
"max": 0,
|
||||
"min": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"waves": {
|
||||
"enable": false,
|
||||
"allowPmcsOnLabyrinth": false,
|
||||
"ignoreMaxBotCaps": false,
|
||||
"groupChance": 10,
|
||||
"maxGroupSize": 2,
|
||||
"maxGroupCount": 3,
|
||||
"maxBotsPerWave": 5,
|
||||
"delayBeforeFirstWave": 500,
|
||||
"secondsBetweenWaves": 360,
|
||||
"stopWavesBeforeEndOfRaidLimit": 1800
|
||||
}
|
||||
},
|
||||
"scavConfig": {
|
||||
"startingScavs": {
|
||||
"enable": true,
|
||||
"maxBotSpawns": {
|
||||
"bigmap": 5,
|
||||
"factory4_day": 3,
|
||||
"factory4_night": 3,
|
||||
"interchange": 5,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 5,
|
||||
"rezervbase": 5,
|
||||
"sandbox": 5,
|
||||
"sandbox_high": 5,
|
||||
"shoreline": 5,
|
||||
"tarkovstreets": 5,
|
||||
"woods": 5,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"startingMarksman": true
|
||||
},
|
||||
"waves": {
|
||||
"enable": true,
|
||||
"enableCustomTimers": true,
|
||||
"allowScavsOnLaboratory": false,
|
||||
"allowScavsOnLabyrinth": false,
|
||||
"startSpawns": 60,
|
||||
"stopSpawns": 600,
|
||||
"activeTimeMin": 180,
|
||||
"activeTimeMax": 240,
|
||||
"quietTimeMin": 120,
|
||||
"quietTimeMax": 180,
|
||||
"checkToSpawnTimer": 15,
|
||||
"pendingBotsToTrigger": 3,
|
||||
"nonWaveSpawnBotsLimitPerPlayer": 20
|
||||
}
|
||||
},
|
||||
"bossDifficulty": {
|
||||
"easy": 5,
|
||||
"normal": 60,
|
||||
"hard": 30,
|
||||
"impossible": 5
|
||||
},
|
||||
"weeklyBoss": {
|
||||
"enable": true
|
||||
},
|
||||
"bossConfig": {
|
||||
"bossKnight": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 25,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 25,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 25,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 25,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "ZoneScavBase",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "Zone_TreatmentContainers,Zone_Chalet",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "ZoneMeteoStation",
|
||||
"tarkovstreets": "",
|
||||
"woods": "ZoneScavBase2",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossBully": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 30,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "ZoneDormitory,ZoneGasStation,ZoneScavBase",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossTagilla": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 30,
|
||||
"factory4_night": 30,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "BotZone",
|
||||
"factory4_night": "BotZone",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossKilla": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 30,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "ZoneCenterBot,ZoneCenter,ZoneOLI,ZoneIDEA,ZoneGoshan",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossZryachiy": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 100,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "Zone_Island",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossGluhar": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 30,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "ZoneRailStrorage,ZonePTOR2,ZoneBarrack,ZoneSubStorage",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossSanitar": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 30,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "ZoneGreenHouses,ZoneSanatorium1,ZoneSanatorium2,ZonePort",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossKolontay": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 30,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 30,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "ZoneSandbox",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "ZoneClimova,ZoneMvd",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossBoar": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 30,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "ZoneCarShowroom",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossKojaniy": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 30,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "ZoneWoodCutter",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossTagillaAgro": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 100
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossKillaAgro": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 100
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"tagillaHelperAgro": {
|
||||
"enable": true,
|
||||
"addExtraSpawns": false,
|
||||
"disableVanillaSpawns": false,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 100
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"bossPartisan": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 25,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 25,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 25,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 25,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"sectantPriest": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 15,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 20,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 44,
|
||||
"shoreline": 15,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 15,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "ZoneScavBase",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "BotZone",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "ZoneSandbox",
|
||||
"shoreline": "ZoneSanatorium1,ZoneSanatorium2,ZoneForestSpawn",
|
||||
"tarkovstreets": "",
|
||||
"woods": "ZoneMiniHouse,ZoneBrokenVill",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"arenaFighterEvent": {
|
||||
"enable": true,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 5,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 5,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "ZoneFactoryCenter,ZoneScavBase",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "ZoneMiniHouse,ZoneClearVill,ZoneRoad,ZoneBrokenVill,ZoneScavBase2",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"pmcBot": {
|
||||
"enable": true,
|
||||
"addExtraSpawns": true,
|
||||
"disableVanillaSpawns": false,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 40,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "BotZoneBasement,BotZoneFloor1,BotZoneFloor2",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"exUsec": {
|
||||
"enable": true,
|
||||
"addExtraSpawns": false,
|
||||
"disableVanillaSpawns": false,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
},
|
||||
"gifter": {
|
||||
"enable": false,
|
||||
"time": -1,
|
||||
"spawnChance": {
|
||||
"bigmap": 0,
|
||||
"factory4_day": 0,
|
||||
"factory4_night": 0,
|
||||
"interchange": 0,
|
||||
"laboratory": 0,
|
||||
"lighthouse": 0,
|
||||
"rezervbase": 0,
|
||||
"sandbox": 0,
|
||||
"sandbox_high": 0,
|
||||
"shoreline": 0,
|
||||
"tarkovstreets": 0,
|
||||
"woods": 0,
|
||||
"labyrinth": 0
|
||||
},
|
||||
"bossZone": {
|
||||
"bigmap": "",
|
||||
"factory4_day": "",
|
||||
"factory4_night": "",
|
||||
"interchange": "",
|
||||
"laboratory": "",
|
||||
"lighthouse": "",
|
||||
"rezervbase": "",
|
||||
"sandbox": "",
|
||||
"sandbox_high": "",
|
||||
"shoreline": "",
|
||||
"tarkovstreets": "",
|
||||
"woods": "",
|
||||
"labyrinth": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"configAppSettings": {
|
||||
"showUndo": true,
|
||||
"showDefault": false,
|
||||
"disableAnimations": false,
|
||||
"allowUpdateChecks": false,
|
||||
"requireAuthCode": false,
|
||||
"authCode": "Kitten Mittons"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user