Adjust raider and rogue weapon durability values based on feedback

This commit is contained in:
Dev 2023-10-12 09:42:39 +01:00
parent 968911e3de
commit c468e267db

View File

@ -150,7 +150,7 @@
"weapon": { "weapon": {
"lowestMax": 50, "lowestMax": 50,
"highestMax": 100, "highestMax": 100,
"maxDelta": 45, "maxDelta": 40,
"minDelta": 10, "minDelta": 10,
"minLimitPercent": 15 "minLimitPercent": 15
} }
@ -204,10 +204,10 @@
"minLimitPercent": 15 "minLimitPercent": 15
}, },
"weapon": { "weapon": {
"lowestMax": 79, "lowestMax": 50,
"highestMax": 100, "highestMax": 100,
"maxDelta": 10, "maxDelta": 40,
"minDelta": 0, "minDelta": 10,
"minLimitPercent": 15 "minLimitPercent": 15
} }
}, },