Added bossPartisan to bot config jsons

This commit is contained in:
Dev 2024-08-20 22:02:54 +01:00
parent 60c844cfd6
commit 75feed2c24
2 changed files with 18 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"bossZryachiy": 5, "bossZryachiy": 5,
"bossTest": 10, "bossTest": 10,
"bossKolontay": 5, "bossKolontay": 5,
"bossPartisan": 5,
"cursedAssault": 50, "cursedAssault": 50,
"followerBully": 5, "followerBully": 5,
"followerGluharAssault": 5, "followerGluharAssault": 5,
@ -61,7 +62,8 @@
"bossZryachiy", "bossZryachiy",
"bossBoar", "bossBoar",
"bossBoarSniper", "bossBoarSniper",
"bossKolontay" "bossKolontay",
"bossPartisan"
], ],
"durability": { "durability": {
"default": { "default": {
@ -328,6 +330,7 @@
"bossknight": {}, "bossknight": {},
"bosszryachiy": {}, "bosszryachiy": {},
"bosskolontay": {}, "bosskolontay": {},
"bosspartisan": {},
"bosstest": {}, "bosstest": {},
"followerbully": { "followerbully": {
"5448e8d64bdc2dce718b4568": 1, "5448e8d64bdc2dce718b4568": 1,
@ -740,6 +743,19 @@
"scopeLimit": 2, "scopeLimit": 2,
"lightLaserLimit": 1 "lightLaserLimit": 1
} }
},
"bosspartisan": {
"nvgIsActiveChanceDayPercent": 20,
"nvgIsActiveChanceNightPercent": 95,
"faceShieldIsActiveChancePercent": 80,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"laserIsActiveChancePercent": 75,
"forceStock": true,
"weaponModLimits": {
"scopeLimit": 2,
"lightLaserLimit": 1
}
}, },
"followertest": {}, "followertest": {},
"sectantpriest": { "sectantpriest": {

View File

@ -767,6 +767,7 @@
"bossBoar", "bossBoar",
"bossBoarSniper", "bossBoarSniper",
"bossKolontay", "bossKolontay",
"bossPartisan",
"followerBully", "followerBully",
"followerKojaniy", "followerKojaniy",
"followerGluharAssault", "followerGluharAssault",