From 1fd0a22a5836c0024300c66f733acdb9f2df6ac5 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 19 Oct 2024 15:50:35 +0100 Subject: [PATCH] Increased base chance of root item return by 10% --- project/assets/configs/insurance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/configs/insurance.json b/project/assets/configs/insurance.json index f29ffd28..e9877c5f 100644 --- a/project/assets/configs/insurance.json +++ b/project/assets/configs/insurance.json @@ -1,7 +1,7 @@ { "returnChancePercent": { - "54cb50c76803fa8b248b4571": 75, - "54cb57776803fa99248b456e": 85 + "54cb50c76803fa8b248b4571": 85, + "54cb57776803fa99248b456e": 95 }, "blacklistedEquipment": ["SpecialSlot1", "SpecialSlot2", "SpecialSlot3"], "slotIdsToAlwaysRemove": ["cartridges", "patron_in_weapon"],