From dd3a03e0872ae8e84313c85126619ad3167b9c7e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 10 Mar 2021 16:15:42 -0800 Subject: Initial commit --- json/items/magazine/shot.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 json/items/magazine/shot.json (limited to 'json/items/magazine') diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json new file mode 100644 index 0000000..10fdf49 --- /dev/null +++ b/json/items/magazine/shot.json @@ -0,0 +1,29 @@ + [ + { + "id": "m26_mass_mag", + "looks_like": "20x66_10_mag", + "type": "MAGAZINE", + "name": { "str": "M26 MASS compact magazine" }, + "description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.", + "weight": "140 g", + "volume": "250 ml", + "price": 5000, + "material": [ "steel", "plastic" ], + "symbol": "#", + "color": "dark_gray", + "ammo_type": "shot", + "capacity": 3, + "flags": [ "MAG_COMPACT" ] + }, + { + "id": "m26_mass_mag_big", + "copy-from": "m26_mass_mag", + "type": "MAGAZINE", + "name": { "str": "M26 MASS magazine" }, + "description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.", + "weight": "210 g", + "volume": "250 ml", + "price": 7500, + "capacity": 5 + } +] -- cgit v1.2.1