Added shooterbtr type to durability

This commit is contained in:
Chomp
2025-01-21 13:51:26 +00:00
parent 992d183a6f
commit f2b754892f
+14
View File
@@ -301,6 +301,20 @@
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"shooterbtr": {
"armor": {
"maxDelta": 0,
"minDelta": 0,
"minLimitPercent": 0
},
"weapon": {
"lowestMax": 100,
"highestMax": 100,
"maxDelta": 0,
"minDelta": 0,
"minLimitPercent": 0
}
}
}