Added missing bot equipment settings for skier/peacemaker

This commit is contained in:
Dev 2024-07-08 21:12:23 +01:00
parent 2941ae10e0
commit 1d407f8787

View File

@ -777,6 +777,32 @@
"weaponSlotIdsToMakeRequired": [
"mod_reciever"
]
},
"peacemaker": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 95,
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 35,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 95,
"forceStock": true,
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
"skier": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 95,
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 35,
"lightIsActiveNightChancePercent": 95,
"laserIsActiveChancePercent": 95,
"forceStock": true,
"weaponModLimits": {
"scopeLimit": 1,
"lightLaserLimit": 1
}
},
"arenafighterevent": {
"nvgIsActiveChanceDayPercent": 10,