From bccb80f2e497119196ef97b32be23b625bee52a2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Jan 2021 21:14:02 -0800 Subject: Add 10 round magazine for PSG1A1 --- json/items/magazine/308.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'json/items/magazine') diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json index d34d64a..ee82dc3 100644 --- a/json/items/magazine/308.json +++ b/json/items/magazine/308.json @@ -19,5 +19,22 @@ "type": "MAGAZINE", "name": { "str": "H&K HK417 makeshift magazine" }, "description": "An improvised 5-round straight single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with Heckler & Koch HK417 rifle." + }, + { + "id": "g3smallmag", + "looks_like": "stanag30", + "type": "MAGAZINE", + "name": { "str": "H&K PSG1 magazine" }, + "description": "A 10-round aluminum box magazine for the H&K PSG1A1 rifle.", + "weight": "75 g", + "volume": "250 ml", + "price": 900, + "material": "aluminum", + "symbol": "#", + "color": "light_gray", + "ammo_type": "308", + "capacity": 10, + "reliability": 9, + "flags": [ "MAG_COMPACT" ] } ] -- cgit v1.2.1