summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/guns.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-06 20:10:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-06 20:10:49 -0700
commit691fbc79f895672d9e7c3c8f69d492f142589602 (patch)
tree993a7222b1869cd3de972aab7d7cfd80caa791c9 /json/itemgroups/Weapons_Mods_Ammo/guns.json
parentRephrase UMP9 description. (diff)
downloadcataclysm-dda-mod_hk-loadout-691fbc79f895672d9e7c3c8f69d492f142589602.tar.xz
Add P30 9mm, P30 .40, and HK45 handguns, plus magazines and itemgroups.
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 }
]
},
{