From 8ee0188fdd884bc483148ac55ab8d156d8b1d7e8 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 2 Nov 2023 15:02:45 +0000 Subject: [PATCH] Reduce flashlight usage on cultists to 5% --- project/assets/configs/bot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": {},