summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-20 05:40:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-20 05:40:30 -0700
commit106370c895b71157fb1661ccec771284ded2285d (patch)
treec02966fd335ad02adbbac1956dc2ba86674b9f9b
parentAdd MP5 and UMP to Krav Maga style (diff)
downloadcataclysm-bn-mod_hk-loadout-106370c895b71157fb1661ccec771284ded2285d.tar.xz
Add 2 round burst fire to the UMP45
-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 ] ]
}
]