From 1697f5e34ea96ab7e45b35119178fe36cb7110a8 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 12 Oct 2024 22:32:54 +0100 Subject: [PATCH] Adjusted Rogues to use NVGs at night --- project/assets/configs/bot.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index 3794a9d1..cb3f7643 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -501,7 +501,23 @@ "lightIsActiveNightChancePercent": 90, "laserIsActiveChancePercent": 85, "forceStock": true, - "weaponSlotIdsToMakeRequired": ["mod_reciever"] + "weaponSlotIdsToMakeRequired": ["mod_reciever"], + "randomisation": [ + { + "levelRange": { + "min": 1, + "max": 100 + }, + "equipmentMods": { + "mod_nvg": 0 + }, + "nighttimeChanges": { + "equipmentModsModifiers": { + "mod_nvg": 90 + } + } + } + ] }, "bossbully": { "nvgIsActiveChanceDayPercent": 10,