From 372de25443b69f535b86225c0ed288a544de679d Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 26 Mar 2024 16:01:09 +0000 Subject: [PATCH] Add missing nvg properties to assault bots --- project/assets/configs/bot.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index 12b25505..1b30ea7b 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -413,6 +413,8 @@ "lightIsActiveDayChancePercent": 25, "lightIsActiveNightChancePercent": 85, "laserIsActiveChancePercent": 75, + "nvgIsActiveChanceDayPercent": 20, + "nvgIsActiveChanceNightPercent": 90, "weightingAdjustmentsByPlayerLevel": [{ "levelRange": { "min": 1,