From 4aff51a20dd6bcc0947bfcb95b33fed553786719 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 28 Aug 2024 19:07:03 -0700 Subject: Remove n-round from maagzine names when no alternate magazine exists. --- json/items/magazine/308.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'json/items/magazine/308.json') diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json index db2d710..71d6967 100644 --- a/json/items/magazine/308.json +++ b/json/items/magazine/308.json @@ -36,12 +36,26 @@ "name": { "str": "H&K HK417 5-round makeshift magazine" }, "description": "An improvised 5-round single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch HK417 rifle." }, + { + "id": "g3mag", + "copy-from": "g3mag", + "type": "MAGAZINE", + "name": { "str": "H&K G3 20-round magazine" }, + "description": "A standard 20-round box magazine for the Heckler & Koch G3 rifle." + }, + { + "id": "g3bigmag", + "copy-from": "g3bigmag", + "type": "MAGAZINE", + "name": { "str": "H&K G3 50-round drum magazine" }, + "description": "A bulky 50-round drum magazine for the Heckler & Koch G3 rifle." + }, { "id": "g3smallmag", "looks_like": "g3mag", "type": "MAGAZINE", - "name": { "str": "H&K G3 10 round magazine" }, - "description": "A compact 10-round aluminum box magazine for the Heckler & Koch G3 rifle.", + "name": { "str": "H&K G3 10-round magazine" }, + "description": "A compact 10-round box magazine for the Heckler & Koch G3 rifle.", "weight": "75 g", "volume": "250 ml", "price": 4500, @@ -53,5 +67,12 @@ "reliability": 9, "flags": [ "MAG_COMPACT" ], "capacity": 10 + }, + { + "id": "g3_makeshiftmag", + "copy-from": "g3_makeshiftmag", + "type": "MAGAZINE", + "name": { "str": "H&K G3 5-round makeshift magazine" }, + "description": "An improvised 5-round single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch G3 rifle." } ] -- cgit v1.2.1