diff options
Diffstat (limited to 'json/itemgroups')
-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 } ] } ] |