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, "nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 100, "nvgIsActiveChanceNightPercent": 100,
"faceShieldIsActiveChancePercent": 100, "faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25, "lightIsActiveDayChancePercent": 5,
"lightIsActiveNightChancePercent": 85, "lightIsActiveNightChancePercent": 5,
"laserIsActiveChancePercent": 95 "laserIsActiveChancePercent": 95
}, },
"sectantwarrior": { "sectantwarrior": {
"nvgIsActiveChanceDayPercent": 10, "nvgIsActiveChanceDayPercent": 10,
"nvgIsActiveChanceNightPercent": 100, "nvgIsActiveChanceNightPercent": 100,
"faceShieldIsActiveChancePercent": 100, "faceShieldIsActiveChancePercent": 100,
"lightIsActiveDayChancePercent": 25, "lightIsActiveDayChancePercent": 5,
"lightIsActiveNightChancePercent": 75, "lightIsActiveNightChancePercent": 5,
"laserIsActiveChancePercent": 95 "laserIsActiveChancePercent": 95
}, },
"test": {}, "test": {},