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/gun/308.json | 2 +- json/items/magazine/308.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'json/items') diff --git a/json/items/gun/308.json b/json/items/gun/308.json index 4b6fbb3..3054b6b 100644 --- a/json/items/gun/308.json +++ b/json/items/gun/308.json @@ -27,7 +27,7 @@ "durability": 8, "barrel_length": "650 ml", "default_mods": [ "rifle_scope", "adjustable_stock" ], - "magazines": [ [ "308", [ "g3mag", "g3bigmag", "g3_makeshiftmag" ] ] ] + "magazines": [ [ "308", [ "g3smallmag", "g3mag", "g3bigmag", "g3_makeshiftmag" ] ] ] }, { "id": "hk_msg90a2", 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