summaryrefslogtreecommitdiff
path: root/json/items/gun/9mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gun/9mm.json')
-rw-r--r--json/items/gun/9mm.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json
index 679e9e5..75f7980 100644
--- a/json/items/gun/9mm.json
+++ b/json/items/gun/9mm.json
@@ -21,5 +21,17 @@
"name": { "str_sp": "H&K MP5K-PDW" },
"weight": "2530 g",
"volume": "1250 ml"
+ },
+ {
+ "id": "hk_ump9",
+ "copy-from": "hk_ump45",
+ "type": "GUN",
+ "name": { "str_sp": "H&K UMP9" },
+ "description": "Developed as a successor to the MP5 submachine gun, the UMP9 retains the earlier model's supreme accuracy and low recoil, but with reduced weight and size.",
+ "weight": "2300 g",
+ "ammo": "9mm",
+ "min_cycle_recoil": 450,
+ "magazines": [ [ "9mm", [ "ump9mag" ] ] ],
+ "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ]
}
]