From 6fb51e7db84c84a1c8f77f50118ca68d51925ab7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 7 Jun 2021 01:25:18 -0700 Subject: Tweak MK7A2 mass Set 40 round magazine as the default for the MP7A2 Add 30 round 4.6mm magazine and droptable --- json/items/gun/46.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'json/items/gun') diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 630e6bf..79f54ec 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -39,7 +39,9 @@ "copy-from": "hk_mp7", "type": "GUN", "name": { "str": "H&K MP7A2" }, + "weight": "1960 g", "volume": "1000 ml", - "bashing": 10 + "bashing": 10, + "magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ] } ] -- cgit v1.2.1