summaryrefslogtreecommitdiff
path: root/json/itemgroups
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
parentRephrase UMP9 description. (diff)
downloadcataclysm-bn-mod_hk-loadout-691fbc79f895672d9e7c3c8f69d492f142589602.tar.xz
Add P30 9mm, P30 .40, and HK45 handguns, plus magazines and itemgroups.
Diffstat (limited to 'json/itemgroups')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/guns.json15
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/magazines.json5
2 files changed, 16 insertions, 4 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 }
]
},
{
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 ]
]
},
{