From 106370c895b71157fb1661ccec771284ded2285d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 20 Apr 2021 05:40:30 -0700 Subject: Add 2 round burst fire to the UMP45 --- json/items/gun/45.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'json/items/gun/45.json') 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 ] ] } ] -- cgit v1.2.1