diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index e54c8dd1..5ee990be 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -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": {},