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/magazine/45.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 json/items/magazine/45.json (limited to 'json/items/magazine/45.json') diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json new file mode 100644 index 0000000..297f6a4 --- /dev/null +++ b/json/items/magazine/45.json @@ -0,0 +1,36 @@ +[ + { + "id": "usp45mag", + "looks_like": "glock17_17", + "type": "MAGAZINE", + "name": { "str": "H&K USP .45 magazine" }, + "description": "A standard capacity magazine for use with the H&K USP handgun.", + "weight": "60 g", + "volume": "250 ml", + "price": 5900, + "material": "plastic", + "symbol": "#", + "color": "light_gray", + "ammo_type": "45", + "capacity": 12, + "reliability": 10, + "flags": [ "MAG_COMPACT" ] +}, + { + "id": "ump45mag", + "looks_like": "mp5mag", + "type": "MAGAZINE", + "name": { "str": "H&K UMP45 magazine" }, + "description": "A standard 25-round box magazine for use with the H&K UMP45 SMG.", + "weight": "200 g", + "volume": "500 ml", + "price": 4950, + "material": "steel", + "symbol": "#", + "color": "light_gray", + "ammo_type": "45", + "capacity": 25, + "reliability": 9, + "flags": [ "MAG_COMPACT" ] +} +] -- cgit v1.2.1