diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 21:35:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 21:35:09 -0700 |
commit | 3b131ce6b938ce51591d48b2e1c18abea1f2297a (patch) | |
tree | 4b995df1a476e66fda502f2fa5db684a780317b9 /json/itemgroups | |
parent | Rebalance UMP drop rates such that 9mm and .40 are more common. (diff) | |
download | cataclysm-bn-mod_hk-loadout-3b131ce6b938ce51591d48b2e1c18abea1f2297a.tar.xz |
Rebalance the drop rates for USP .40, P30, and HK45.
Also fix the excessively high drop rate for carried_guns_cop.
Diffstat (limited to 'json/itemgroups')
-rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/guns.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json index c27f81b..7fd9e20 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/guns.json +++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json @@ -4,10 +4,10 @@ "id": "guns_pistol_rare", "//": "Less common pistols including those only used by police/paramilitary forces.", "items": [ - { "group": "nested_usp_40", "prob": 90 }, - { "group": "nested_hk_p30_9", "prob": 90 }, - { "group": "nested_hk_p30_40", "prob": 90 }, - { "group": "nested_hk_45", "prob": 90 } + { "group": "nested_usp_40", "prob": 95 }, + { "group": "nested_hk_p30_9", "prob": 95 }, + { "group": "nested_hk_p30_40", "prob": 70 }, + { "group": "nested_hk_45", "prob": 45 } ] }, { @@ -15,10 +15,10 @@ "id": "carried_guns_pistol_rare", "//": "Less common pistols including those only used by police/paramilitary forces. As these are carried, they either have mags OR loose ammo rather than both", "items": [ - { "group": "everyday_usp_40", "prob": 100 }, - { "group": "everyday_hk_p30_9", "prob": 120 }, - { "group": "everyday_hk_p30_40", "prob": 90 }, - { "group": "everyday_hk_45", "prob": 60 } + { "group": "everyday_usp_40", "prob": 95 }, + { "group": "everyday_hk_p30_9", "prob": 95 }, + { "group": "everyday_hk_p30_40", "prob": 70 }, + { "group": "everyday_hk_45", "prob": 45 } ] }, { @@ -26,10 +26,10 @@ "id": "guns_pistol_rare_display", "//": "Empty uncommon pistols found exclusively at gun stores.", "items": [ - { "item": "usp_40", "prob": 90, "charges-min": 0, "charges-max": 0 }, - { "item": "hk_p30_9", "prob": 90, "charges-min": 0, "charges-max": 0 }, - { "item": "hk_p30_40", "prob": 90, "charges-min": 0, "charges-max": 0 }, - { "item": "hk_45", "prob": 90, "charges-min": 0, "charges-max": 0 } + { "item": "usp_40", "prob": 95, "charges-min": 0, "charges-max": 0 }, + { "item": "hk_p30_9", "prob": 95, "charges-min": 0, "charges-max": 0 }, + { "item": "hk_p30_40", "prob": 70, "charges-min": 0, "charges-max": 0 }, + { "item": "hk_45", "prob": 45, "charges-min": 0, "charges-max": 0 } ] }, { @@ -141,10 +141,10 @@ "id": "carried_guns_cop", "//": "gun plus potential expended magazines", "items": [ - { "group": "everyday_usp_40", "prob": 100 }, - { "group": "everyday_hk_p30_9", "prob": 120 }, - { "group": "everyday_hk_p30_40", "prob": 90 }, - { "group": "everyday_hk_45", "prob": 60 } + { "group": "everyday_usp_40", "prob": 10 }, + { "group": "everyday_hk_p30_9", "prob": 10 }, + { "group": "everyday_hk_p30_40", "prob": 10 }, + { "group": "everyday_hk_45", "prob": 10 } ] }, { |