Add arenaFighterEvent to bot.json config
This commit is contained in:
parent
17ae7c5f3f
commit
a49d33b4a5
@ -30,6 +30,7 @@
|
||||
"gifter": 5,
|
||||
"test": 30,
|
||||
"exUsec": 30,
|
||||
"arenaFighterEvent": 15,
|
||||
"sptUsec": 20,
|
||||
"sptBear": 20
|
||||
},
|
||||
@ -149,6 +150,20 @@
|
||||
"minLimitPercent": 15
|
||||
}
|
||||
},
|
||||
"arenafighterevent": {
|
||||
"armor": {
|
||||
"maxDelta": 10,
|
||||
"minDelta": 0,
|
||||
"minLimitPercent": 15
|
||||
},
|
||||
"weapon": {
|
||||
"lowestMax": 80,
|
||||
"highestMax": 100,
|
||||
"maxDelta": 10,
|
||||
"minDelta": 0,
|
||||
"minLimitPercent": 15
|
||||
}
|
||||
},
|
||||
"exusec": {
|
||||
"armor": {
|
||||
"maxDelta": 10,
|
||||
@ -236,6 +251,7 @@
|
||||
"sectantwarrior": {},
|
||||
"test": {},
|
||||
"pmcbot": {},
|
||||
"arenafighterevent": {},
|
||||
"assaultgroup": {},
|
||||
"gifter": {},
|
||||
"pmc": {
|
||||
@ -481,6 +497,18 @@
|
||||
"scopeLimit": 1,
|
||||
"lightLaserLimit": 1
|
||||
}
|
||||
},
|
||||
"arenafighterevent": {
|
||||
"nvgIsActiveChanceDayPercent": 10,
|
||||
"nvgIsActiveChanceNightPercent": 95,
|
||||
"faceShieldIsActiveChancePercent": 100,
|
||||
"lightIsActiveDayChancePercent": 35,
|
||||
"lightIsActiveNightChancePercent": 95,
|
||||
"laserIsActiveChancePercent": 95,
|
||||
"weaponModLimits": {
|
||||
"scopeLimit": 1,
|
||||
"lightLaserLimit": 1
|
||||
}
|
||||
},
|
||||
"assaultgroup": {},
|
||||
"gifter": {
|
||||
|
Loading…
Reference in New Issue
Block a user