From 343ce595b8ad9a6c277872c367a4736e14b69f71 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Apr 2020 22:13:31 -0700 Subject: Initial commit --- json/items/gun/45.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 json/items/gun/45.json (limited to 'json/items/gun/45.json') diff --git a/json/items/gun/45.json b/json/items/gun/45.json new file mode 100644 index 0000000..1170609 --- /dev/null +++ b/json/items/gun/45.json @@ -0,0 +1,13 @@ +[ + { + "id": "usp_45", + "copy-from": "usp_9mm", + "type": "GUN", + "name": { "str": "H&K USP .45" }, + "weight": "930 g", + "ammo": "45", + "ranged_damage": 0, + "built_in_mods": [ "match_trigger" ], + "magazines": [ [ "45", [ "usp45mag" ] ] ] +} +] -- cgit v1.2.1