summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/guns.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/guns.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/guns.json15
1 files changed, 12 insertions, 3 deletions
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 }
]
},
{