From 4467d6669c6e7d2d1032a8504454d0fca38e2bd7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 27 May 2020 14:13:42 -0700 Subject: Add USP .40 Tweak masses --- json/items/gun/40.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 json/items/gun/40.json (limited to 'json/items/gun/40.json') diff --git a/json/items/gun/40.json b/json/items/gun/40.json new file mode 100644 index 0000000..3ff0b63 --- /dev/null +++ b/json/items/gun/40.json @@ -0,0 +1,11 @@ +[ + { + "id": "usp_40", + "copy-from": "usp_9mm", + "type": "GUN", + "name": { "str": "H&K USP .40" }, + "weight": "748 g", + "ammo": "45", + "magazines": [ [ "40", [ "usp40mag" ] ] ] +} +] -- cgit v1.2.1