From f70bee2fd2e44091367de7fb50562229e67726fc Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 11 Feb 2024 22:04:04 +0000 Subject: [PATCH] Adjust fence `weaponDurabilityPercentMinMax` values to better match live --- project/assets/configs/trader.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/trader.json b/project/assets/configs/trader.json index 89162b4b..3ad8445b 100644 --- a/project/assets/configs/trader.json +++ b/project/assets/configs/trader.json @@ -111,8 +111,8 @@ }, "weaponDurabilityPercentMinMax": { "current": { - "min": 1, - "max": 90 + "min": 40, + "max": 100 }, "max": { "min": 89,