Add arenaFighterEvent to bot.json config

This commit is contained in:
Dev 2023-06-15 20:23:35 +01:00
parent 17ae7c5f3f
commit a49d33b4a5

View File

@ -30,6 +30,7 @@
"gifter": 5, "gifter": 5,
"test": 30, "test": 30,
"exUsec": 30, "exUsec": 30,
"arenaFighterEvent": 15,
"sptUsec": 20, "sptUsec": 20,
"sptBear": 20 "sptBear": 20
}, },
@ -149,6 +150,20 @@
"minLimitPercent": 15 "minLimitPercent": 15
} }
}, },
"arenafighterevent": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 80,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"exusec": { "exusec": {
"armor": { "armor": {
"maxDelta": 10, "maxDelta": 10,
@ -236,6 +251,7 @@
"sectantwarrior": {}, "sectantwarrior": {},
"test": {}, "test": {},
"pmcbot": {}, "pmcbot": {},
"arenafighterevent": {},
"assaultgroup": {}, "assaultgroup": {},
"gifter": {}, "gifter": {},
"pmc": { "pmc": {
@ -481,6 +497,18 @@
"scopeLimit": 1, "scopeLimit": 1,
"lightLaserLimit": 1 "lightLaserLimit": 1
} }
},
"arenafighterevent": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 95,
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 35,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 95,
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
}, },
"assaultgroup": {}, "assaultgroup": {},
"gifter": { "gifter": {