mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Added missing bot equipment settings for skier/peacemaker
(cherry picked from commit 1d407f8787790f38b534352a065b377008da3ad1)
This commit is contained in:
parent
7a0f0e8297
commit
d956400315
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user