summaryrefslogtreecommitdiff
path: root/json/items/gun
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/items/gun
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/items/gun')
-rw-r--r--json/items/gun/40.json13
-rw-r--r--json/items/gun/45.json17
-rw-r--r--json/items/gun/9mm.json13
3 files changed, 42 insertions, 1 deletions
diff --git a/json/items/gun/40.json b/json/items/gun/40.json
index 011b97b..e37b151 100644
--- a/json/items/gun/40.json
+++ b/json/items/gun/40.json
@@ -9,6 +9,19 @@
"magazines": [ [ "40", [ "usp40mag" ] ] ]
},
{
+ "id": "hk_p30_40",
+ "copy-from": "usp_9mm",
+ "type": "GUN",
+ "name": { "str_sp": "H&K P30 .40" },
+ "description": "Developed as a successor to the USP .40 handgun, the P30 .49 retains the earlier model's famed durability, but with improved control and reduced weight.",
+ "weight": "647 g",
+ "price": 75000,
+ "price_postapoc": 3000,
+ "min_cycle_recoil": 400,
+ "magazines": [ [ "40", [ "p3040mag" ] ] ],
+ "built_in_mods": [ "pistol_grip" ]
+ },
+ {
"id": "hk_ump40",
"copy-from": "hk_ump45",
"type": "GUN",
diff --git a/json/items/gun/45.json b/json/items/gun/45.json
index 6bb45dd..4084f04 100644
--- a/json/items/gun/45.json
+++ b/json/items/gun/45.json
@@ -22,7 +22,22 @@
"blackpowder_tolerance": 48,
"min_cycle_recoil": 450,
"magazine_well": "250 ml",
- "magazines": [ [ "45", [ "usp45mag" ] ] ]
+ "magazines": [ [ "45", [ "usp45mag" ] ] ],
+ "delete": { "built_in_mods": [ "match_trigger" ] }
+ },
+ {
+ "id": "hk_45",
+ "copy-from": "usp_45",
+ "looks_like": "glock_17",
+ "type": "GUN",
+ "name": { "str_sp": "H&K HK45" },
+ "description": "Originally intended to replace the US military's aging M9 pistol, the HK45 combines the famed durability of the USP series with a more ergonomic design based on the P2000 to allow for greater control during operation.",
+ "weight": "770 g",
+ "price": 75000,
+ "price_postapoc": 3000,
+ "min_cycle_recoil": 400,
+ "magazines": [ [ "45", [ "hk45mag" ] ] ],
+ "built_in_mods": [ "pistol_grip" ]
},
{
"id": "hk_ump45",
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json
index 5d71b52..1983dc3 100644
--- a/json/items/gun/9mm.json
+++ b/json/items/gun/9mm.json
@@ -7,6 +7,19 @@
"weight": "748 g"
},
{
+ "id": "hk_p30_9",
+ "copy-from": "usp_9mm",
+ "type": "GUN",
+ "name": { "str_sp": "H&K P30 9mm" },
+ "description": "Developed as a successor to the USP 9mm handgun, the P30 9mm retains the earlier model's famed durability, but with improved control and reduced weight.",
+ "weight": "647 g",
+ "price": 75000,
+ "price_postapoc": 3000,
+ "min_cycle_recoil": 400,
+ "magazines": [ [ "9mm", [ "p309mag" ] ] ],
+ "built_in_mods": [ "pistol_grip" ]
+ },
+ {
"id": "hk_mp5",
"copy-from": "hk_mp5",
"type": "GUN",