Updated SWAG/DONUTS Spawn Settings
This commit is contained in:
parent
69f3954bcb
commit
7456838720
|
@ -6,8 +6,8 @@
|
|||
"coolDownTimer": 300.0,
|
||||
"pmcGroupChance": "Default",
|
||||
"scavGroupChance": "Default",
|
||||
"botDifficultiesPMC": "Normal",
|
||||
"botDifficultiesSCAV": "Normal",
|
||||
"botDifficultiesPMC": "Hard",
|
||||
"botDifficultiesSCAV": "Hard",
|
||||
"botDifficultiesOther": "Normal",
|
||||
"ShowRandomFolderChoice": true,
|
||||
"pmcFaction": "Default",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"useTimeBasedHardStop": false,
|
||||
"hardStopOptionPMC": true,
|
||||
"hardStopTimePMC": 300,
|
||||
"hardStopPercentPMC": 70,
|
||||
"hardStopPercentPMC": 50,
|
||||
"hardStopOptionSCAV": true,
|
||||
"hardStopTimeSCAV": 300,
|
||||
"hardStopPercentSCAV": 10,
|
||||
|
@ -25,8 +25,8 @@
|
|||
"hotspotIgnoreHardCapSCAV": true,
|
||||
"pmcFactionRatio": 70,
|
||||
"battleStateCoolDown": 20.0,
|
||||
"maxRespawnsPMC": 24,
|
||||
"maxRespawnsSCAV": 18,
|
||||
"maxRespawnsPMC": 30,
|
||||
"maxRespawnsSCAV": 24,
|
||||
"globalMinSpawnDistanceFromPlayerBool": true,
|
||||
"globalMinSpawnDistanceFromPlayerFactory": 35.0,
|
||||
"globalMinSpawnDistanceFromPlayerCustoms": 60.0,
|
||||
|
@ -51,7 +51,7 @@
|
|||
"globalMinSpawnDistanceFromOtherBotsLighthouse": 60.0,
|
||||
"replenishInterval": 10.0,
|
||||
"maxSpawnTriesPerBot": 1,
|
||||
"despawnInterval": 15.0,
|
||||
"despawnInterval": 45.0,
|
||||
"groupWeightDistroLow": "400,90,9,0,0",
|
||||
"groupWeightDistroDefault": "210,210,45,25,10",
|
||||
"groupWeightDistroHigh": "0,75,175,175,75",
|
||||
|
|
|
@ -2,30 +2,30 @@
|
|||
{
|
||||
"Name": "live-like",
|
||||
"PMCBotLimitPresets": {
|
||||
"FactoryBotLimit": 6,
|
||||
"InterchangeBotLimit": 9,
|
||||
"LaboratoryBotLimit": 9,
|
||||
"LighthouseBotLimit": 9,
|
||||
"ReserveBotLimit": 9,
|
||||
"ShorelineBotLimit": 9,
|
||||
"WoodsBotLimit": 9,
|
||||
"CustomsBotLimit": 9,
|
||||
"TarkovStreetsBotLimit": 9,
|
||||
"GroundZeroBotLimit": 8,
|
||||
"GroundZeroHighBotLimit": 8
|
||||
"FactoryBotLimit": 8,
|
||||
"InterchangeBotLimit": 16,
|
||||
"LaboratoryBotLimit": 12,
|
||||
"LighthouseBotLimit": 16,
|
||||
"ReserveBotLimit": 12,
|
||||
"ShorelineBotLimit": 16,
|
||||
"WoodsBotLimit": 16,
|
||||
"CustomsBotLimit": 14,
|
||||
"TarkovStreetsBotLimit": 16,
|
||||
"GroundZeroBotLimit": 12,
|
||||
"GroundZeroHighBotLimit": 12
|
||||
},
|
||||
"SCAVBotLimitPresets": {
|
||||
"FactoryBotLimit": 6,
|
||||
"InterchangeBotLimit": 9,
|
||||
"LaboratoryBotLimit": 6,
|
||||
"LighthouseBotLimit": 9,
|
||||
"ReserveBotLimit": 9,
|
||||
"FactoryBotLimit": 12,
|
||||
"InterchangeBotLimit": 18,
|
||||
"LaboratoryBotLimit": 12,
|
||||
"LighthouseBotLimit": 18,
|
||||
"ReserveBotLimit": 18,
|
||||
"ShorelineBotLimit": 9,
|
||||
"WoodsBotLimit": 9,
|
||||
"CustomsBotLimit": 9,
|
||||
"TarkovStreetsBotLimit": 10,
|
||||
"GroundZeroBotLimit": 8,
|
||||
"GroundZeroHighBotLimit": 8
|
||||
"WoodsBotLimit": 18,
|
||||
"CustomsBotLimit": 16,
|
||||
"TarkovStreetsBotLimit": 16,
|
||||
"GroundZeroBotLimit": 12,
|
||||
"GroundZeroHighBotLimit": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -83,16 +83,16 @@
|
|||
}
|
||||
},
|
||||
"MaxBotCap": {
|
||||
"factory": 16,
|
||||
"customs": 24,
|
||||
"woods": 26,
|
||||
"shoreline": 24,
|
||||
"factory": 18,
|
||||
"customs": 28,
|
||||
"woods": 30,
|
||||
"shoreline": 26,
|
||||
"lighthouse": 26,
|
||||
"reserve": 24,
|
||||
"interchange": 24,
|
||||
"reserve": 30,
|
||||
"interchange": 28,
|
||||
"laboratory": 18,
|
||||
"streets": 26,
|
||||
"groundzero": 22,
|
||||
"groundzero": 24,
|
||||
"groundzero_high": 24
|
||||
},
|
||||
"NightMaxBotCap": {
|
||||
|
|
Loading…
Reference in New Issue