summaryrefslogtreecommitdiff
path: root/json/items/gun/40.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-06 19:03:09 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-06 19:03:09 -0700
commit7b282ed66e28771b701c210aef39069b3e800a46 (patch)
treef99b9b1927c106b5fa935ecdffac59a87fb2a67c /json/items/gun/40.json
parentFix 000 shot ordering so as to not place types before their copy-froms. (diff)
downloadcataclysm-dda-mod_hk-loadout-7b282ed66e28771b701c210aef39069b3e800a46.tar.xz
Add the UMP9 and UMP40 plus magazines and itemgroups.
Diffstat (limited to 'json/items/gun/40.json')
-rw-r--r--json/items/gun/40.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/items/gun/40.json b/json/items/gun/40.json
index f6a6947..011b97b 100644
--- a/json/items/gun/40.json
+++ b/json/items/gun/40.json
@@ -7,5 +7,17 @@
"weight": "748 g",
"ammo": "40",
"magazines": [ [ "40", [ "usp40mag" ] ] ]
+ },
+ {
+ "id": "hk_ump40",
+ "copy-from": "hk_ump45",
+ "type": "GUN",
+ "name": { "str_sp": "H&K UMP40" },
+ "description": "Developed as a successor to the MP5 submachine gun, the UMP40 retains the earlier model's supreme accuracy and low recoil, but in the higher .40 caliber.",
+ "weight": "2300 g",
+ "ammo": "40",
+ "min_cycle_recoil": 500,
+ "magazines": [ [ "40", [ "ump40mag" ] ] ],
+ "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ]
}
]