0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:10:43 -05:00

Adjust Raider weapon durabilities based on feedback from live

This commit is contained in:
Dev 2023-10-11 10:57:16 +01:00
parent 2f2e7c2e32
commit ad33405e75

View File

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