summaryrefslogtreecommitdiff
path: root/json/items/magazine/9mm.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/magazine/9mm.json
parentFix 000 shot ordering so as to not place types before their copy-froms. (diff)
downloadcataclysm-bn-mod_hk-loadout-7b282ed66e28771b701c210aef39069b3e800a46.tar.xz
Add the UMP9 and UMP40 plus magazines and itemgroups.
Diffstat (limited to 'json/items/magazine/9mm.json')
-rw-r--r--json/items/magazine/9mm.json16
1 files changed, 13 insertions, 3 deletions
diff --git a/json/items/magazine/9mm.json b/json/items/magazine/9mm.json
index b338aeb..ffc0653 100644
--- a/json/items/magazine/9mm.json
+++ b/json/items/magazine/9mm.json
@@ -4,17 +4,27 @@
"copy-from": "usp9mag",
"type": "MAGAZINE",
"name": { "str": "H&K USP 9mm magazine" }
-},
+ },
{
"id": "mp5mag",
"copy-from": "mp5mag",
"type": "MAGAZINE",
"name": { "str": "H&K MP5 magazine" }
-},
+ },
{
"id": "mp5bigmag",
"copy-from": "mp5bigmag",
"type": "MAGAZINE",
"name": { "str": "H&K MP5 extended magazine" }
-}
+ },
+ {
+ "id": "ump9mag",
+ "copy-from": "ump45mag",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K UMP9 magazine" },
+ "description": "A standard 30-round curved box magazine for use with the Heckler & Koch UMP9 SMG.",
+ "weight": "200 g",
+ "ammo_type": [ "9mm" ],
+ "capacity": 30
+ }
]