Adjusted Rogues to use NVGs at night
This commit is contained in:
parent
8dbb284bf4
commit
1697f5e34e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user