summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json/items/gun/45.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/json/items/gun/45.json b/json/items/gun/45.json
index 5963a8f..34ddb05 100644
--- a/json/items/gun/45.json
+++ b/json/items/gun/45.json
@@ -5,5 +5,12 @@
"type": "GUN",
"name": { "str": "H&K USP .45", "str_pl": "H&K USP .45" },
"weight": "789 g"
+ },
+ {
+ "id": "hk_ump45",
+ "copy-from": "hk_ump45",
+ "type": "GUN",
+ "name": { "str": "H&K UMP45", "str_pl": "H&K UMP45" },
+ "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "2 rd.", 2 ], [ "AUTO", "auto", 4 ] ]
}
]