0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Reduce flashlight usage on cultists to 5%

This commit is contained in:
Dev 2023-11-02 15:02:45 +00:00
parent 981da646b0
commit 8ee0188fdd

View File

@ -599,16 +599,16 @@
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 100,
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 85,
"lightIsActiveDayChancePercent": 5,
"lightIsActiveNightChancePercent": 5,
"laserIsActiveChancePercent": 95
},
"sectantwarrior": {
"nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 100,
"faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25,
"lightIsActiveNightChancePercent": 75,
"lightIsActiveDayChancePercent": 5,
"lightIsActiveNightChancePercent": 5,
"laserIsActiveChancePercent": 95
},
"test": {},