Adjust follower weapon durability down based on feedback

This commit is contained in:
Dev 2023-10-12 13:50:59 +01:00
parent a59a8a3fc4
commit 8c2233a0a1

View File

@ -92,10 +92,10 @@
"minLimitPercent": 15 "minLimitPercent": 15
}, },
"weapon": { "weapon": {
"lowestMax": 80, "lowestMax": 50,
"highestMax": 100, "highestMax": 100,
"maxDelta": 10, "maxDelta": 40,
"minDelta": 0, "minDelta": 10,
"minLimitPercent": 15 "minLimitPercent": 15
} }
}, },