From 0c0234270a47b36ae55926841e2a9c7d1f63e570 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 22 Jul 2020 15:27:00 -0700 Subject: Fix names for HK416 and HK416 rifles and mags --- json/items/magazine/308.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 json/items/magazine/308.json (limited to 'json/items/magazine') diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json new file mode 100644 index 0000000..ed9de92 --- /dev/null +++ b/json/items/magazine/308.json @@ -0,0 +1,23 @@ +[ + { + "id": "hk417mag_20rd", + "copy-from": "hk417mag_20rd", + "type": "MAGAZINE", + "name": { "str": "H&K HK417 magazine" }, + "description": "A 20 round double stack box magazine for the H&K HK417 rifle." + }, + { + "id": "hk417mag_10rd", + "copy-from": "hk417mag_10rd", + "type": "MAGAZINE", + "name": { "str": "H&K HK417 compact magazine" }, + "description": "A 10 round double stack box magazine for the H&K HK417 rifle." + }, + { + "id": "hk417_makeshiftmag", + "copy-from": "hk417_makeshiftmag", + "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 H&K HK417 rifle." + } +] -- cgit v1.2.1