diff options
Diffstat (limited to 'json/items/magazine/308.json')
-rw-r--r-- | json/items/magazine/308.json | 25 |
1 files changed, 23 insertions, 2 deletions
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 @@ -37,11 +37,25 @@ "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." } ] |