diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 21:25:37 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 21:25:37 -0700 |
commit | 5d0c6824804f2034b92583088cab74341e534e7f (patch) | |
tree | 1004f074c0b97c14ea6bb0be852226ff47943086 /json/itemgroups/Weapons_Mods_Ammo | |
parent | Fix several descriptions using H&K instead of Heckler & Koch. (diff) | |
download | cataclysm-bn-mod_hk-loadout-5d0c6824804f2034b92583088cab74341e534e7f.tar.xz |
Rebalance UMP drop rates such that 9mm and .40 are more common.
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo')
-rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/guns.json | 16 |
1 files 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 } ] } ] |