Adjust raider and rogue weapon durability values based on feedback
This commit is contained in:
parent
968911e3de
commit
c468e267db
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user