From 9ddc09c10d3903be5055e71e0a406e684eec5e20 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 26 Mar 2024 16:01:29 +0000 Subject: [PATCH] Adjust marksman nvg properties --- project/assets/configs/bot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index 1b30ea7b..d7d8f427 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -436,8 +436,8 @@ ] }, "marksman": { - "nvgIsActiveChanceDayPercent": 60, - "nvgIsActiveChanceNightPercent": 60, + "nvgIsActiveChanceDayPercent": 20, + "nvgIsActiveChanceNightPercent": 90, "faceShieldIsActiveChancePercent": 100, "lightIsActiveDayChancePercent": 25, "lightIsActiveNightChancePercent": 85,