From 5d0c6824804f2034b92583088cab74341e534e7f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 6 Apr 2024 21:25:37 -0700 Subject: Rebalance UMP drop rates such that 9mm and .40 are more common. --- json/itemgroups/Weapons_Mods_Ammo/guns.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json index a24f7cf..c27f81b 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/guns.json +++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json @@ -37,8 +37,8 @@ "id": "guns_smg_rare", "//": "Less common SMGs including those only used by police/paramilitary forces.", "items": [ - { "group": "nested_hk_ump9", "prob": 30 }, - { "group": "nested_hk_ump40", "prob": 30 } + { "group": "nested_hk_ump9", "prob": 40 }, + { "group": "nested_hk_ump40", "prob": 35 } ] }, { @@ -55,8 +55,8 @@ "id": "guns_smg_rare_display", "//": "Less common SMGs found exclusively in gun stores.", "items": [ - { "item": "hk_ump9", "prob": 30, "charges-min": 0, "charges-max": 0 }, - { "item": "hk_ump40", "prob": 30, "charges-min": 0, "charges-max": 0 } + { "item": "hk_ump9", "prob": 40, "charges-min": 0, "charges-max": 0 }, + { "item": "hk_ump40", "prob": 35, "charges-min": 0, "charges-max": 0 } ] }, { @@ -152,8 +152,8 @@ "id": "guns_swat", "//": "Guns issued to paramilitary forces in addition to standard police issue.", "items": [ - { "group": "nested_hk_ump9", "prob": 15 }, - { "group": "nested_hk_ump40", "prob": 15 } + { "group": "nested_hk_ump9", "prob": 25 }, + { "group": "nested_hk_ump40", "prob": 20 } ] }, { @@ -161,8 +161,8 @@ "id": "carried_guns_swat", "//": "Guns issued to paramilitary forces in addition to standard police issue.", "items": [ - { "group": "everyday_hk_ump9", "prob": 15 }, - { "group": "everyday_hk_ump40", "prob": 15 } + { "group": "everyday_hk_ump9", "prob": 25 }, + { "group": "everyday_hk_ump40", "prob": 20 } ] } ] -- cgit v1.2.1