Valens-AIO/config/bots.json

84 lines
1.7 KiB
JSON
Raw Permalink Normal View History

{
"bossChance":
{
"activated": false,
"chance": 100
},
"botGenerationBatchSizePerType": 15,
"maxBotCap": {
"factory": 10,
"customs": 15,
"woods": 15,
"shoreline": 15,
"lighthouse": 15,
"reservebase": 15,
"interchange": 15,
"laboratory": 15,
"streets of tarkov": 18,
"default": 15
},
"pmc":
{
"chanceSameSideIsHostile": 50,
"containersOnPMCs": true,
"isUsec": 50,
"lootNValue": 3,
"maxBackpackLootTotalRub": 150000,
"maxPocketLootTotalRub": 50000,
"maxVestLootTotalRub": 50000,
"convertIntoPmcChance":
{
"assault":
{
"min": 15,
"max": 40
},
"cursedAssault":
{
"min": 15,
"max": 40
},
"pmcBot":
{
"min": 15,
"max": 30
},
"exUsec":
{
"min": 5,
"max": 20
}
},
"useDifficultyOverride": false,
"difficulty": "AsOnline",
"botRelativeLevelDeltaMax": 10,
"difficultyWeights":
{
"useWeights": false,
"weights":
{
"easy": 0,
"normal": 40,
"hard": 30,
"impossible": 30
}
},
"looseWeaponInBackpackChance": 15,
2023-01-13 00:20:15 -05:00
"looseWeaponInBackpackLootMinMax":
{
"min": 1,
"max": 1
}
},
"scav":
{
"lootNValue": 4
}
}