Adjust raider and rogue weapon durability values based on feedback
This commit is contained in:
parent
968911e3de
commit
c468e267db
@ -150,7 +150,7 @@
|
||||
"weapon": {
|
||||
"lowestMax": 50,
|
||||
"highestMax": 100,
|
||||
"maxDelta": 45,
|
||||
"maxDelta": 40,
|
||||
"minDelta": 10,
|
||||
"minLimitPercent": 15
|
||||
}
|
||||
@ -204,10 +204,10 @@
|
||||
"minLimitPercent": 15
|
||||
},
|
||||
"weapon": {
|
||||
"lowestMax": 79,
|
||||
"lowestMax": 50,
|
||||
"highestMax": 100,
|
||||
"maxDelta": 10,
|
||||
"minDelta": 0,
|
||||
"maxDelta": 40,
|
||||
"minDelta": 10,
|
||||
"minLimitPercent": 15
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user