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,