diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 19:07:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 19:07:03 -0700 |
commit | 4aff51a20dd6bcc0947bfcb95b33fed553786719 (patch) | |
tree | 2631c6af8354dffd1c098391e772a16b61c848db /json/items/magazine/308.json | |
parent | Clean up some magazine descriptions. (diff) | |
download | cataclysm-bn-mod_hk-loadout-4aff51a20dd6bcc0947bfcb95b33fed553786719.tar.xz |
Remove n-round from maagzine names when no alternate magazine exists.
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." } ] |