Adjusted Rogues to use NVGs at night

This commit is contained in:
Dev 2024-10-12 22:32:54 +01:00
parent 8dbb284bf4
commit 1697f5e34e

View File

@ -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,