Server/project/assets/configs/bot.json

1679 lines
64 KiB
JSON
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
"presetBatch": {
"assault": 50,
"bossBully": 5,
"bossGluhar": 5,
"bossKilla": 5,
"bossKojaniy": 5,
"bossSanitar": 5,
"bossTagilla": 5,
"bossKnight": 5,
"bossZryachiy": 5,
"bossTest": 10,
"cursedAssault": 50,
2023-04-14 12:49:18 +02:00
"followerBully": 5,
"followerGluharAssault": 5,
"followerGluharScout": 5,
"followerGluharSecurity": 5,
"followerGluharSnipe": 5,
"followerKojaniy": 5,
"followerSanitar": 5,
"followerTagilla": 5,
"followerBirdEye": 5,
"followerBigPipe": 5,
2023-03-03 16:23:46 +01:00
"followerZryachiy": 15,
2023-04-14 12:49:18 +02:00
"followerTest": 10,
2023-03-03 16:23:46 +01:00
"marksman": 30,
"pmcBot": 50,
2023-04-14 12:49:18 +02:00
"sectantPriest": 10,
2023-03-03 16:23:46 +01:00
"sectantWarrior": 10,
"gifter": 5,
"test": 30,
"exUsec": 30,
"arenaFighterEvent": 15,
"arenaFighter": 15,
2023-07-28 20:07:22 +02:00
"crazyAssaultEvent": 15,
2023-03-03 16:23:46 +01:00
"sptUsec": 20,
"sptBear": 20
},
"bosses": ["bossbully", "bossgluhar", "bosskilla", "bosskojaniy", "bosssanitar", "bosstagilla", "bossknight", "bossZryachiy"],
"durability": {
"default": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 60,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"pmc": {
"armor": {
"lowestMaxPercent": 90,
"highestMaxPercent": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 95,
"highestMax": 100,
"maxDelta": 5,
"minDelta": 0,
"minLimitPercent": 15
}
},
"boss": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 80,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"follower": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 80,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"assault": {
"armor": {
"maxDelta": 50,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 85,
"highestMax": 100,
"maxDelta": 45,
"minDelta": 30,
"minLimitPercent": 15
}
},
"cursedassault": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 80,
"highestMax": 100,
"maxDelta": 25,
"minDelta": 0,
"minLimitPercent": 15
}
},
"marksman": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 60,
"highestMax": 100,
"maxDelta": 25,
"minDelta": 0,
"minLimitPercent": 15
}
},
"pmcbot": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 80,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"arenafighterevent": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 80,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"arenafighter": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 80,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"crazyassaultevent": {
"armor": {
"maxDelta": 50,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 35,
"highestMax": 65,
"maxDelta": 45,
"minDelta": 30,
"minLimitPercent": 15
}
},
2023-03-03 16:23:46 +01:00
"exusec": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 79,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"sectantpriest": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 90,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"sectantwarrior": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 90,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
}
},
"lootNValue": {
"scav": 4,
"pmc": 3,
"assault": 4,
"marksman": 4,
"arenafighterevent": 4,
"arenafighter": 4,
"crazyassaultevent": 4,
"bossbully": 4,
2023-07-05 19:51:09 +02:00
"sptbear": 3,
"sptusec": 3,
"bossgluhar": 3,
"bosskilla": 3,
"bossknight": 3,
"bosskojaniy": 3,
"bosssanitar": 3,
"bosstagilla": 3,
"bosstest": 4,
"bosszryachiy": 3,
"cursedassault": 4,
"exusec": 4,
"followerbigpipe": 4,
"followerbirdeye": 4,
"followerbully": 4,
"followergluharassault": 4,
"followergluharscout": 4,
"followergluharsecurity": 4,
"followergluharsnipe": 4,
"followerkojaniy": 4,
"followersanitar": 4,
"followertagilla": 4,
"followertest": 4,
"followerzryachiy": 4,
"gifter": 4,
"pmcbot": 4,
"sectantpriest": 4,
"sectantwarrior": 4,
"test": 4
2023-03-03 16:23:46 +01:00
},
"chanceAssaultScavHasPlayerScavName": 10,
"secureContainerAmmoStackCount": 20,
2023-03-03 16:23:46 +01:00
"revenge": {
"assault": ["assault", "marksman", "gifter"],
"marksman": ["assault", "marksman", "gifter"]
},
"itemSpawnLimits": {
"default": {},
"assault": {
"5a0c27731526d80618476ac4": 1,
"5c99f98d86f7745c314214b3": 1
},
"marksman": {},
"cursedassault": {},
"exusec": {},
"bossbully": {},
"bossgluhar": {},
"bosskilla": {},
"bosskojaniy": {},
"bosssanitar": {},
"bosstagilla": {},
"bossknight": {},
"bosszryachiy": {},
"bosstest": {},
"followerbully": {},
"followergluharassault": {},
"followergluharscout": {},
"followergluharsecurity": {},
"followergluharsnipe": {},
"followerkojaniy": {},
"followersanitar": {},
"followertagilla": {},
"followerbirdeye": {},
"followerbigpipe": {},
"followerzryachiy": {},
"followertest": {},
"sectantpriest": {},
"sectantwarrior": {},
"test": {},
"pmcbot": {},
"arenafighterevent": {},
"arenafighter": {},
"crazyassaultevent": {},
2023-03-03 16:23:46 +01:00
"assaultgroup": {},
"gifter": {},
"pmc": {
"5c99f98d86f7745c314214b3": 1,
"5c164d2286f774194c5e69fa": 1,
"550aa4cd4bdc2dd8348b456c": 2,
"55818add4bdc2d5b648b456f": 1,
"55818ad54bdc2ddc698b4569": 1,
"55818aeb4bdc2ddc698b456a": 1,
"55818ae44bdc2dde698b456c": 1,
"55818af64bdc2d5b648b4570": 1,
"5448e54d4bdc2dcc718b4568": 1,
"5448f3a64bdc2d60728b456a": 2,
"5447e1d04bdc2dff2f8b4567": 1,
"5a341c4686f77469e155819e": 1,
"55818b164bdc2ddc698b456c": 2,
"5448bc234bdc2d3c308b4569": 2,
"543be5dd4bdc2deb348b4569": 2,
"543be5cb4bdc2deb348b4568": 2,
"5485a8684bdc2da71d8b4567": 2,
"5d650c3e815116009f6201d2": 2,
"5448f39d4bdc2d0a728b4568": 2,
"543be6564bdc2df4348b4568": 1
}
},
"equipment": {
"assault": {
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 2
},
"faceShieldIsActiveChancePercent": 85,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 85,
"laserIsActiveChancePercent": 75,
2023-03-03 16:23:46 +01:00
"weightingAdjustments": [{
"levelRange": {
"min": 1,
"max": 6
},
"add": {},
"edit": {
"ArmorVest": {
"59e7635f86f7742cbf2c1095": 5
},
"FaceCover": {
"572b7fa524597762b747ce82": 30
},
"FirstPrimaryWeapon": {
"54491c4f4bdc2db1078b4568": 90,
"5a38e6bac4a2826c6e06d79b": 90
}
}
}
]
},
"marksman": {
"nvgIsActiveChanceDayPercent": 60,
"nvgIsActiveChanceNightPercent": 60,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 85,
"laserIsActiveChancePercent": 85,
2023-03-03 16:23:46 +01:00
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
"cursedassault": {
"faceShieldIsActiveChancePercent": 90,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"exusec": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 90,
"laserIsActiveChancePercent": 85
2023-03-03 16:23:46 +01:00
},
"bossbully": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"bossgluhar": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 45,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 95
2023-03-03 16:23:46 +01:00
},
"bosskilla": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 35,
"lightIsActiveNightChancePercent": 85,
"laserIsActiveChancePercent": 85
2023-03-03 16:23:46 +01:00
},
"bosskojaniy": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75,
2023-03-03 16:23:46 +01:00
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
"bosssanitar": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 85
2023-03-03 16:23:46 +01:00
},
"bosstagilla": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"bossknight": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"bosszryachiy": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 85,
"laserIsActiveChancePercent": 85
2023-03-03 16:23:46 +01:00
},
"bosstest": {},
"followerbully": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followergluharassault": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 85,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followergluharscout": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followergluharsecurity": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followergluharsnipe": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followerkojaniy": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 85,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followersanitar": {
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followertagilla": {},
"followerbirdeye": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75,
2023-03-03 16:23:46 +01:00
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
"followerbigpipe": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"followerzryachiy": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 90,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 85,
"laserIsActiveChancePercent": 85
2023-03-03 16:23:46 +01:00
},
"followertest": {},
"sectantpriest": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 100,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 85,
"laserIsActiveChancePercent": 95
2023-03-03 16:23:46 +01:00
},
"sectantwarrior": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 100,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 95
2023-03-03 16:23:46 +01:00
},
"test": {},
"pmcbot": {
"nvgIsActiveChanceDayPercent": 20,
"nvgIsActiveChanceNightPercent": 95,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 35,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 95,
2023-03-03 16:23:46 +01:00
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
2023-06-15 21:24:39 +02:00
"arenafighterevent": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 95,
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 35,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 95,
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
2023-03-03 16:23:46 +01:00
},
"arenafighter": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 95,
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 35,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 95,
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
"crazyassaultevent": {
"nvgIsActiveChanceDayPercent": 20,
"nvgIsActiveChanceNightPercent": 85,
"faceShieldIsActiveChancePercent": 80,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75,
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
2023-03-03 16:23:46 +01:00
"assaultgroup": {},
"gifter": {
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75
2023-03-03 16:23:46 +01:00
},
"pmc": {
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
},
"weaponSightWhitelist": {
"5447b5fc4bdc2d87278b4567": ["55818ad54bdc2ddc698b4569", "55818acf4bdc2dde698b456b", "55818ac54bdc2d5b648b456e", "55818add4bdc2d5b648b456f", "55818aeb4bdc2ddc698b456a"],
"5447b5f14bdc2d61278b4567": ["55818ad54bdc2ddc698b4569", "55818acf4bdc2dde698b456b", "55818ac54bdc2d5b648b456e", "55818add4bdc2d5b648b456f", "55818aeb4bdc2ddc698b456a"],
"5447bedf4bdc2d87278b4568": ["55818ad54bdc2ddc698b4569", "55818add4bdc2d5b648b456f", "55818aeb4bdc2ddc698b456a"],
"5447bed64bdc2d97278b4568": ["55818ad54bdc2ddc698b4569", "55818acf4bdc2dde698b456b", "55818ac54bdc2d5b648b456e", "55818add4bdc2d5b648b456f", "55818aeb4bdc2ddc698b456a"],
"5447b6194bdc2d67278b4567": ["55818ad54bdc2ddc698b4569", "55818ae44bdc2dde698b456c", "55818ac54bdc2d5b648b456e", "55818aeb4bdc2ddc698b456a", "55818add4bdc2d5b648b456f"],
"5447b5cf4bdc2d65278b4567": ["55818ad54bdc2ddc698b4569", "55818acf4bdc2dde698b456b", "55818ac54bdc2d5b648b456e"],
"617f1ef5e8b54b0998387733": ["55818ad54bdc2ddc698b4569", "55818acf4bdc2dde698b456b", "55818ac54bdc2d5b648b456e"],
"5447b6094bdc2dc3278b4567": ["55818ad54bdc2ddc698b4569", "55818acf4bdc2dde698b456b", "55818ac54bdc2d5b648b456e"],
"5447b5e04bdc2d62278b4567": ["55818ad54bdc2ddc698b4569", "55818acf4bdc2dde698b456b", "55818ac54bdc2d5b648b456e"],
"5447b6254bdc2dc3278b4568": ["55818ae44bdc2dde698b456c", "55818ac54bdc2d5b648b456e", "55818aeb4bdc2ddc698b456a", "55818add4bdc2d5b648b456f"]
},
"nvgIsActiveChanceDayPercent": 20,
"nvgIsActiveChanceNightPercent": 95,
2023-03-03 16:23:46 +01:00
"faceShieldIsActiveChancePercent": 85,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 85,
2023-03-03 16:23:46 +01:00
"randomisation": [{
"levelRange": {
"min": 1,
"max": 14
},
"generation": {
"drugs": {
"min": 0,
"max": 1
},
"grenades": {
"min": 0,
"max": 1,
"whitelist": [
"5710c24ad2720bc3458b45a3",
"58d3db5386f77426186285a0",
"5448be9a4bdc2dfd2f8b456a"
]
2023-03-03 16:23:46 +01:00
},
"healing": {
"min": 0,
"max": 1
},
"looseLoot": {
"min": 0,
"max": 5
},
"magazines": {
"min": 1,
"max": 2
},
"stims": {
"min": 0,
"max": 0
}
},
"equipment": {
"ArmBand": 90,
"FirstPrimaryWeapon": 80,
"Holster": 5,
"Earpiece": 35,
"Eyewear": 5,
"Backpack": 35,
2023-03-03 16:23:46 +01:00
"FaceCover": 5
},
"mods": {
"mod_barrel": 20,
"mod_bipod": 10,
"mod_flashlight": 5,
"mod_foregrip": 15,
"mod_handguard": 25,
"mod_launcher": 0,
"mod_magazine": 25,
"mod_mount": 15,
"mod_mount_000": 15,
"mod_mount_001": 15,
"mod_mount_002": 15,
"mod_mount_003": 15,
"mod_mount_004": 15,
"mod_mount_005": 15,
"mod_mount_006": 15,
"mod_muzzle": 10,
"mod_muzzle_000": 10,
"mod_muzzle_001": 10,
"mod_equipment": 5,
"mod_equipment_000": 10,
"mod_equipment_001": 5,
"mod_equipment_002": 0,
"mod_nvg": 0,
"mod_pistol_grip_akms": 15,
"mod_pistol_grip": 10,
"mod_scope": 15,
"mod_scope_000": 15,
"mod_scope_001": 15,
"mod_scope_002": 15,
"mod_scope_003": 15,
"mod_tactical": 10,
"mod_tactical001": 10,
"mod_tactical002": 10,
"mod_tactical_000": 10,
"mod_tactical_001": 10,
"mod_tactical_002": 10,
"mod_tactical_003": 10,
"mod_tactical_2": 10
}
}, {
"levelRange": {
"min": 15,
"max": 100
},
"randomisedArmorSlots": ["Headwear"],
"randomisedWeaponModSlots": ["mod_scope", "mod_scope_000", "mod_scope_001", "mod_scope_002", "mod_scope_003",
"mod_handguard", "mod_magazine", "mod_muzzle", "mod_bipod",
"mod_muzzle_000", "mod_charge", "mod_reciever", "mod_hammer",
2023-03-03 16:23:46 +01:00
"mod_trigger", "mod_gas_block", "mod_pistol_grip", "mod_pistol_grip_akms", "mod_foregrip",
"mod_stock", "mod_stock_000", "mod_stock_001", "mod_stock_akms", "mod_stock_axis",
"mod_mount_000", "mod_mount_001", "mod_mount_002", "mod_mount_003", "mod_mount_004", "mod_mount_005", "mod_mount_006",
"mod_tactical", "mod_tactical_2", "mod_tactical_000", "mod_tactical_001", "mod_tactical_002", "mod_tactical_003"]
}
],
"blacklist": [{
"levelRange": {
"min": 1,
"max": 100
},
"equipment": {
"mod_magazine": ["57838f0b2459774a256959b2", "5aaa5e60e5b5b000140293d6", "5b1fd4e35acfc40018633c39", "59e5d83b86f7745aed03d262",
"5b7bef1e5acfc43d82528402", "617130016c780c1e710c9a24", "55d4837c4bdc2d1d4e8b456c", "5c503ac82e221602b21d6e9a",
"6241c2c2117ad530666a5108"],
"mod_scope": ["5a1ead28fcdbcb001912fa9f", "5a1eaa87fcdbcb001865f75e", "5d1b5e94d7ad1a2b865a96b0", "5a7c74b3e899ef0014332c29",
"618b9643526131765025ab35", "618bab21526131765025ab3f"],
"mod_nvg": ["5c11046cd174af02a012e42b"],
"mod_reciever": ["5d4405aaa4b9361e6a4e6bd3"],
"mod_stock": ["5cde739cd7f00c0010373bd3"],
"mod_rear_sight": ["5a0ed824fcdbcb0176308b0d"],
"mod_front_sight": ["5a0f096dfcdbcb0176308b15"]
},
"cartridge": {
"Caliber23x75": ["5e85a9f4add9fe03027d9bf1"],
"Caliber127x55": ["5cadf6e5ae921500113bb973", "5cadf6ddae9215051e1c23b2"]
}
}
],
"weightingAdjustments": [{
"levelRange": {
"min": 1,
"max": 14
},
"ammo": {
"add": {},
"edit": {
"Caliber556x45NATO": {
"59e6920f86f77411d82aa167": 300,
"59e6927d86f77411da468256": 300,
"54527a984bdc2d4e668b4567": 250,
"59e6918f86f7746c9f75e849": 200,
"5c0d5ae286f7741e46554302": 200
},
"Caliber545x39": {
"56dff3afd2720bba668b4567": 200
},
"Caliber762x39": {
"5656d7c34bdc2d9d198b4587": 200
},
"Caliber762x35": {
"6196364158ef8c428c287d9f": 25
},
"Caliber762x51": {
"5e023e6e34d52a55c3304f71": 35,
"5e023e88277cce2b522ff2b1": 20
},
"Caliber762x54R": {
"5e023cf8186a883be655e54f": 200,
"5887431f2459777e1612938f": 150
},
"Caliber9x19PARA": {
"58864a4f2459770fcc257101": 30,
"5c3df7d588a4501f290594e5": 30
},
"Caliber9x39": {
"57a0dfb82459774d3078b56c": 15
},
"Caliber12g": {
"5d6e6806a4b936088465b17e": 20
},
"Caliber20g": {
"5a38ebd9c4a282000d722a5b": 10
}
}
},
"equipment": {
"add": {
"TacticalVest": {
"5e4abc1f86f774069619fbaa": 220,
"6034d0230ca681766b6a0fb5": 150,
"6034cf5fffd42c541047f72e": 150
},
"Backpack": {
"5ab8f04f86f774585f4237d8": 100
},
"Headwear": {
"5aa7d193e5b5b000171d063f": 90,
"59e7711e86f7746cae05fbe1": 90
}
},
"edit": {
"ArmorVest": {
"5c0e5bab86f77461f55ed1f3": 250,
"5c0e5edb86f77461f55ed1f7": 250,
"5648a7494bdc2d9d488b4583": 250,
"5ab8e4ed86f7742d8e50c7fa": 250,
"5df8a2ca86f7740bfe6df777": 155,
"5c0e655586f774045612eeb2": 80,
"5e4abb5086f77406975c9342": 5,
"6038b4ca92ec1c3103795a0d": 5,
"6038b4b292ec1c3103795a0b": 5
2023-03-03 16:23:46 +01:00
},
"TacticalVest": {
"628d0618d1ba6e4fa07ce5a4": 1,
"628b9c7d45122232a872358f": 1,
"628b9784bcf6e2659e09b8a2": 1,
"628cd624459354321c4b7fa2": 1,
"609e860ebd219504d8507525": 1,
"60a3c68c37ea821725773ef5": 1,
"5e4ac41886f77406a511c9a8": 1,
"5b44cad286f77402a54ae7e5": 1,
"5c0e3eb886f7742015526062": 200,
"572b7adb24597762ae139821": 250,
"544a5caa4bdc2d1a388b4568": 50,
"5929a2a086f7744f4b234d43": 150
},
"Headwear": {
"5a7c4850e899ef00150be885": 240,
"5645bc214bdc2d363b8b4571": 120,
"5aa7cfc0e5b5b00015693143": 200,
"5c06c6a80db834001b735491": 240,
"5aa7d03ae5b5b00016327db5": 120
},
"FirstPrimaryWeapon": {
"59e6152586f77473dc057aa1": 150,
"57d14d2524597714373db789": 150,
"5c07c60e0db834002330051f": 90,
"56dee2bdd2720bc8328b4567": 120,
"574d967124597745970e7c94": 200,
"587e02ff24597743df3deaeb": 120,
"583990e32459771419544dd2": 110,
"59d6088586f774275f37482f": 110,
"5ae08f0a5acfc408fb1398a1": 90,
"5bfd297f0db834001a669119": 90,
"5447a9cd4bdc2dbd208b4567": 50,
"5926bb2186f7744b1c6c6e60": 120,
"58948c8e86f77409493f7266": 50,
"5fc3e272f8b6a877a729eac5": 60,
"5644bd2b4bdc2d3b4c8b4572": 80,
"59e6687d86f77411d949b251": 100,
"54491c4f4bdc2db1078b4568": 100,
"5ba26383d4351e00334c93d9": 50,
"5c501a4d2e221602b412b540": 100,
"60db29ce99594040e04c4a27": 110,
"5580223e4bdc2d1c128b457f": 100,
"5e870397991fd70db46995c8": 10,
"61f7c9e189e6fb1a5e3ea78d": 110,
"5a38e6bac4a2826c6e06d79b": 90,
"5ea03f7400685063ec28bfa8": 50
},
"Backpack": {
"544a5cde4bdc2d39388b456b": 100,
"5ca20d5986f774331e7c9602": 100,
"5ab8ee7786f7742d8f33f0b9": 100,
"5e9dcf5986f7746c417435b3": 90
},
"Holster": {
"576a581d2459771e7b1bc4f1": 50,
"5cadc190ae921500103bb3b6": 50,
"56d59856d2720bd8418b456a": 50,
"5a17f98cfcdbcb0980087290": 45
},
"Earpiece": {
"5b432b965acfc47a8774094e": 50,
"6033fa48ffd42c541047f728": 45
}
}
}
}, {
"levelRange": {
"min": 30,
"max": 50
},
"equipment": {
"edit": {
"ArmorVest": {
"5ab8e79e86f7742d8b372e78": 35,
"5c0e541586f7747fa54205c9": 35,
"5ca2151486f774244a3b8d30": 35,
"5ca21c6986f77479963115a7": 35,
"5e9dacf986f774054d6b89f4": 35,
"5f5f41476bdad616ad46d631": 35,
"5e4abb5086f77406975c9342": 25,
"5fd4c474dd870108a754b241": 25,
"6038b4b292ec1c3103795a0b": 25,
"6038b4ca92ec1c3103795a0d": 25,
"60a283193cb70855c43a381d": 25,
"545cdb794bdc2d3a198b456a": 25
},
"TacticalVest": {
"5b44cad286f77402a54ae7e5": 70,
"5e4ac41886f77406a511c9a8": 70,
"60a3c68c37ea821725773ef5": 45,
"628b9784bcf6e2659e09b8a2": 45,
"628b9c7d45122232a872358f": 45,
"609e860ebd219504d8507525": 25,
"628cd624459354321c4b7fa2": 35
},
"Headwear": {
"5aa7e4a4e5b5b000137b76f2": 40,
"5b40e1525acfc4771e1c6611": 40,
"5b40e2bc5acfc40016388216": 40,
"5b40e3f35acfc40016388218": 40,
"5b40e4035acfc47a87740943": 40,
"5d6d3716a4b9361bc8618872": 40,
"5ea17ca01412a1425304d1c0": 40,
"5c17a7ed2e2216152142459c": 45,
"5f60c74e3b85f6263c145586": 15
}
}
}
}, {
"levelRange": {
"min": 51,
"max": 100
},
"ammo": {
"add": {},
"edit": {
"Caliber545x39": {
"56dff061d2720bb5668b4567": 110,
"61962b617c6c7b169525f168": 60,
"56dff026d2720bb8668b4567": 90,
"5c0d5e4486f77478390952fe": 50
},
"Caliber556x45NATO": {
"601949593ae8f707c4608daa": 40,
"59e690b686f7746c9f75e848": 40
},
"Caliber762x51": {
"5efb0c1bd79ff02a1f5e68d9": 12,
"5a6086ea4f39f99cd479502f": 12,
"5a608bf24f39f98ffc77720e": 12
},
"Caliber762x39": {
"601aa3d2b2bcb34913271e6d": 40,
"59e0d99486f7744a32234762": 50
},
"Caliber1143x23ACP": {
"5efb0cabfb3e451d70735af5": 12
},
"Caliber762x35": {
"5fd20ff893a8961fc660a954": 11
},
"Caliber366TKM": {
"5f0596629e22f464da6bbdd9": 11
},
"Caliber46x30": {
"5ba26835d4351e0035628ff5": 11
},
"Caliber12g": {
"5d6e6911a4b9361bd5780d52": 12,
"5d6e68a8a4b9360b6c0d54e2": 12
},
"Caliber9x18PM": {
2023-07-31 15:40:38 +02:00
"573719df2459775a626ccbc2": 3,
"57371aab2459775a77142f22": 2
},
"Caliber9x19PARA": {
"5efb0da7a29a85116f6ea05f": 11
2023-07-31 15:40:38 +02:00
},
"Caliber127x55": {
"5cadf6eeae921500134b2799": 11
},
"Caliber23x75": {
"5e85aa1a988a8701445df1f5": 3
}
}
},
"equipment": {
"edit": {
"ArmorVest": {
"5ab8e79e86f7742d8b372e78": 40,
"5c0e541586f7747fa54205c9": 40,
"5ca2151486f774244a3b8d30": 40,
"5ca21c6986f77479963115a7": 40,
"5e9dacf986f774054d6b89f4": 40,
"5f5f41476bdad616ad46d631": 40,
"5e4abb5086f77406975c9342": 60,
"5fd4c474dd870108a754b241": 60,
"6038b4b292ec1c3103795a0b": 60,
"6038b4ca92ec1c3103795a0d": 60,
"60a283193cb70855c43a381d": 60,
"545cdb794bdc2d3a198b456a": 60
},
"TacticalVest": {
"5b44cad286f77402a54ae7e5": 70,
"5e4ac41886f77406a511c9a8": 70,
"60a3c68c37ea821725773ef5": 70,
"628b9784bcf6e2659e09b8a2": 70,
"628b9c7d45122232a872358f": 70,
"609e860ebd219504d8507525": 35,
"628cd624459354321c4b7fa2": 65
},
"Headwear": {
"5aa7e4a4e5b5b000137b76f2": 60,
"5b40e1525acfc4771e1c6611": 60,
"5b40e2bc5acfc40016388216": 60,
"5b40e3f35acfc40016388218": 60,
"5b40e4035acfc47a87740943": 60,
"5d6d3716a4b9361bc8618872": 60,
"5ea17ca01412a1425304d1c0": 60,
"5c17a7ed2e2216152142459c": 65,
"5f60c74e3b85f6263c145586": 50
}
}
}
2023-03-03 16:23:46 +01:00
}
],
"whitelist": [{
"levelRange": {
"min": 101,
"max": 101
},
"equipment": {},
"cartridge": {}
}
],
"clothing": [{
"levelRange": {
"min": 1,
"max": 20
},
"clothing": {
"add": {},
"edit": {
"body": {
"5cc0858d14c02e000c6bea66": 10,
"5cde95d97d6c8b647a3769b0": 10
},
"feet": {
"5cc085bb14c02e000e67a5c5": 10,
"5cde95ef7d6c8b04713c4f2d": 10
}
}
}
}
]
}
},
"pmc": {
"gameVersionWeight": {
"standard": 5,
"left_behind": 1,
"prepare_for_escape": 1,
"edge_of_darkness": 3
},
"accountTypeWeight": {
2023-07-15 21:06:14 +02:00
"0": 15,
"1": 1,
"256": 3,
"512": 3
},
2023-03-03 16:23:46 +01:00
"vestLoot": {
"whitelist": [
"5485a8684bdc2da71d8b4567",
"5448bc234bdc2d3c308b4569",
"5448f3a14bdc2d27728b4569",
"5448f3a64bdc2d60728b456a",
"5448f39d4bdc2d0a728b4568",
"5448e8d04bdc2ddf718b4569",
"5448e8d64bdc2dce718b4568",
"590c745b86f7743cc433c5f2",
"543be6564bdc2df4348b4568",
"5448f3ac4bdc2dce718b4569"
],
"blacklist": [
"57864a3d24597754843f8721",
"57864a66245977548f04a81f",
"57864ada245977548638de91",
"57864bb7245977548b3b66c2",
"57864c322459775490116fbf",
"57864e4c24597754843f8723",
"57864ee62459775490116fc1",
"5c164d2286f774194c5e69fa",
"5c99f98d86f7745c314214b3",
"55818add4bdc2d5b648b456f",
"55818ad54bdc2ddc698b4569",
"55818aeb4bdc2ddc698b456a",
"55818ae44bdc2dde698b456c",
"55818b164bdc2ddc698b456c",
"5447e1d04bdc2dff2f8b4567",
"5448eb774bdc2d0a728b4567",
"550aa4cd4bdc2dd8348b456c",
"55818af64bdc2d5b648b4570",
"5448ecbe4bdc2d60728b4568",
"5d650c3e815116009f6201d2",
"5448e54d4bdc2dcc718b4568",
"543be5cb4bdc2deb348b4568",
"5485a8684bdc2da71d8b4567",
"543be5dd4bdc2deb348b4569",
"5fca13ca637ee0341a484f46",
"59f32c3b86f77472a31742f0",
"59f32bb586f774757e1e8442",
"617aa4dd8166f034d57de9c5",
"5a2a57cfc4a2826c6e06d44a",
"619256e5f8af2c1a4e1f5d92",
"5a0c27731526d80618476ac4",
"57864c8c245977548867e7f1",
"6087e570b998180e9f76dc24"
]
},
"pocketLoot": {
"whitelist": [
"5485a8684bdc2da71d8b4567",
"5448f3a14bdc2d27728b4569",
"5448f3a64bdc2d60728b456a",
"5448f39d4bdc2d0a728b4568",
"543be6564bdc2df4348b4568",
"590c745b86f7743cc433c5f2",
"543be5dd4bdc2deb348b4569",
"5448bc234bdc2d3c308b4569",
"57864a3d24597754843f8721",
"57864a66245977548f04a81f",
"57864ada245977548638de91",
"57864bb7245977548b3b66c2",
"57864c322459775490116fbf",
"57864e4c24597754843f8723",
"55818af64bdc2d5b648b4570",
"5448ecbe4bdc2d60728b4568",
"5448eb774bdc2d0a728b4567",
"5448f3ac4bdc2dce718b4569"
],
"blacklist": [
"5448e8d04bdc2ddf718b4569",
"5448e8d64bdc2dce718b4568",
"57864ee62459775490116fc1",
"5c164d2286f774194c5e69fa",
"5c99f98d86f7745c314214b3",
"55818add4bdc2d5b648b456f",
"55818ad54bdc2ddc698b4569",
"55818aeb4bdc2ddc698b456a",
"55818ae44bdc2dde698b456c",
"55818b164bdc2ddc698b456c",
"5447e1d04bdc2dff2f8b4567",
"550aa4cd4bdc2dd8348b456c",
"5d650c3e815116009f6201d2",
"5448e54d4bdc2dcc718b4568",
"543be5cb4bdc2deb348b4568",
"5fca13ca637ee0341a484f46",
"59f32c3b86f77472a31742f0",
"59f32bb586f774757e1e8442",
"617aa4dd8166f034d57de9c5",
"5a2a57cfc4a2826c6e06d44a",
"619256e5f8af2c1a4e1f5d92",
"5a0c27731526d80618476ac4",
"57864c8c245977548867e7f1",
"6087e570b998180e9f76dc24"
]
},
"backpackLoot": {
"whitelist": [
"57864a3d24597754843f8721",
"57864a66245977548f04a81f",
"57864ada245977548638de91",
"57864bb7245977548b3b66c2",
"57864c322459775490116fbf",
"57864c8c245977548867e7f1",
"57864e4c24597754843f8723",
"57864ee62459775490116fc1",
"5c164d2286f774194c5e69fa",
"5c99f98d86f7745c314214b3",
"55818add4bdc2d5b648b456f",
"55818ad54bdc2ddc698b4569",
"55818aeb4bdc2ddc698b456a",
"55818ae44bdc2dde698b456c",
"55818b164bdc2ddc698b456c",
"5448bc234bdc2d3c308b4569",
"5447e1d04bdc2dff2f8b4567",
"5448eb774bdc2d0a728b4567",
"550aa4cd4bdc2dd8348b456c",
"55818af64bdc2d5b648b4570",
"5448ecbe4bdc2d60728b4568",
"5448e8d04bdc2ddf718b4569",
"5d650c3e815116009f6201d2",
"5448e8d64bdc2dce718b4568",
"5448f3a14bdc2d27728b4569",
"5448e54d4bdc2dcc718b4568",
"5448f3a64bdc2d60728b456a",
"543be5cb4bdc2deb348b4568",
"5485a8684bdc2da71d8b4567",
"543be5dd4bdc2deb348b4569",
"590c745b86f7743cc433c5f2",
"5448f39d4bdc2d0a728b4568",
"543be6564bdc2df4348b4568",
"5448f3ac4bdc2dce718b4569"
],
"blacklist": [
"5e99711486f7744bfc4af328",
2023-03-03 16:23:46 +01:00
"5fca13ca637ee0341a484f46",
"59f32c3b86f77472a31742f0",
"59f32bb586f774757e1e8442",
"617aa4dd8166f034d57de9c5",
"5a2a57cfc4a2826c6e06d44a",
"619256e5f8af2c1a4e1f5d92",
"5a0c27731526d80618476ac4",
"6087e570b998180e9f76dc24"
]
},
"dynamicLoot": {
"moneyStackLimits": {
"5449016a4bdc2d6f028b456f": 12000,
"5696686a4bdc2da3298b456a": 120,
"569668774bdc2da2298b4568": 120
}
},
"useDifficultyOverride": false,
"difficulty": "AsOnline",
"botRelativeLevelDeltaMax": 10,
"_isUsec": "Percentage chance PMC will be USEC",
"isUsec": 50,
"chanceSameSideIsHostilePercent": 80,
"_pmcType": "Controls what bot brain can be chosen for each PMC bot type, the number is the weighting to be picked",
"pmcType": {
"sptbear": {
"factory4_day": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"bossZryachiy": 0,
2023-03-03 16:23:46 +01:00
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"factory4_night": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"bossZryachiy": 0,
2023-03-03 16:23:46 +01:00
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"bigmap": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"laboratory": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"woods": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"bossKojaniy": 0,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"interchange": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"lighthouse": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"rezervbase": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"shoreline": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"tarkovstreets": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
}
},
"sptusec": {
"factory4_day": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"factory4_night": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"bigmap": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"laboratory": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"woods": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"bossKojaniy": 0,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"interchange": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"lighthouse": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"rezervbase": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"shoreline": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
},
"tarkovstreets": {
"bossKilla": 2,
"bossKnight": 2,
"bossGluhar": 0,
"bossSanitar": 1,
"bossTagilla": 1,
"followerGluharAssault": 0,
"followerBully": 2,
"followerBigPipe": 2,
"followerSanitar": 0,
"assault": 5,
"cursedAssault": 1,
"exUsec": 5,
"arenafighter": 0,
"arenafighterevent": 0,
"crazyassaultevent": 0,
2023-03-03 16:23:46 +01:00
"pmcBot": 5
}
}
},
"usecType": "sptUsec",
"bearType": "sptBear",
"looseWeaponInBackpackChancePercent": 15,
"looseWeaponInBackpackLootMinMax": {
"min": 1,
"max": 1
},
"maxBackpackLootTotalRub": 150000,
"maxPocketLootTotalRub": 50000,
"maxVestLootTotalRub": 50000,
"convertIntoPmcChance": {
"assault": {
"min": 20,
"max": 30
},
"cursedassault": {
"min": 15,
"max": 30
},
"pmcbot": {
"min": 5,
"max": 10
},
"exusec": {
"min": 5,
"max": 5
},
"arenafighter": {
"min": 0,
"max": 0
},
"arenafighterevent": {
"min": 0,
"max": 0
},
"crazyassaultevent": {
"min": 5,
"max": 10
2023-03-03 16:23:46 +01:00
}
},
"enemyTypes": ["assault", "marksman", "pmcBot", "bossBully", "bossKilla", "bossKojaniy", "bossGluhar", "bossSanitar", "bossTagilla", "bossKnight", "bossZryachiy", "followerBully", "followerKojaniy", "followerGluharAssault", "followerGluharSecurity", "followerGluharScout", "followerGluharSnipe", "followerSanitar", "followerBirdEye", "followerBigPipe", "followerZryachiy", "sectantWarrior", "sectantPriest"],
"forceHealingItemsIntoSecure": true,
"addPrefixToSameNamePMCAsPlayerChance": 40,
2023-08-01 21:16:27 +02:00
"allPMCsHavePlayerNameWithRandomPrefixChance": 1
},
2023-03-03 16:23:46 +01:00
"showTypeInNickname": false,
"maxBotCap": {
"factory4_day": 12,
"factory4_night": 12,
"bigmap": 18,
"woods": 18,
"shoreline": 20,
"lighthouse": 20,
"rezervbase": 20,
"interchange": 18,
"laboratory": 16,
"tarkovstreets": 18,
"default": 15
},
"botGenerationBatchSizePerType": 15
2023-03-03 16:23:46 +01:00
}