From 691fbc79f895672d9e7c3c8f69d492f142589602 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 6 Apr 2022 20:10:49 -0700 Subject: Add P30 9mm, P30 .40, and HK45 handguns, plus magazines and itemgroups. --- json/itemgroups/Weapons_Mods_Ammo/guns.json | 15 ++++++++++++--- json/itemgroups/Weapons_Mods_Ammo/magazines.json | 5 ++++- 2 files changed, 16 insertions(+), 4 deletions(-) (limited to 'json/itemgroups/Weapons_Mods_Ammo') diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json index af32d98..6336f5e 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/guns.json +++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json @@ -4,7 +4,10 @@ "id": "guns_pistol_rare", "//": "Less common pistols including those only used by police/paramilitary forces.", "items": [ - { "item": "usp_40", "prob": 90, "charges-min": 0, "charges-max": 13 } + { "item": "usp_40", "prob": 90, "charges-min": 0, "charges-max": 13 }, + { "item": "hk_p30_9", "prob": 90, "charges-min": 0, "charges-max": 15 }, + { "item": "hk_p30_40", "prob": 90, "charges-min": 0, "charges-max": 13 }, + { "item": "hk_45", "prob": 90, "charges-min": 0, "charges-max": 10 } ] }, { @@ -12,7 +15,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": "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 } ] }, { @@ -79,7 +85,10 @@ "id": "guns_cop", "//": "Police issue weapons of all types", "items": [ - { "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 13 } + { "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 13 }, + { "item": "hk_p30_9", "prob": 10, "charges-min": 0, "charges-max": 15 }, + { "item": "hk_p30_40", "prob": 10, "charges-min": 0, "charges-max": 13 }, + { "item": "hk_45", "prob": 10, "charges-min": 0, "charges-max": 10 } ] }, { diff --git a/json/itemgroups/Weapons_Mods_Ammo/magazines.json b/json/itemgroups/Weapons_Mods_Ammo/magazines.json index 0deb354..122117f 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/magazines.json +++ b/json/itemgroups/Weapons_Mods_Ammo/magazines.json @@ -24,7 +24,10 @@ "items": [ [ "ump9mag", 20 ], [ "ump40mag", 20 ], - [ "usp40mag", 10 ] + [ "usp40mag", 10 ], + [ "p309mag", 10 ], + [ "p3040mag", 10 ], + [ "hk45mag", 10 ] ] }, { -- cgit v1.2.1