From 0c0234270a47b36ae55926841e2a9c7d1f63e570 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 22 Jul 2020 15:27:00 -0700
Subject: Fix names for HK416 and HK416 rifles and mags

---
 json/items/gun/223.json      |  9 +++++++++
 json/items/gun/308.json      |  7 +++++++
 json/items/magazine/308.json | 23 +++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 100644 json/items/gun/223.json
 create mode 100644 json/items/magazine/308.json

(limited to 'json')

diff --git a/json/items/gun/223.json b/json/items/gun/223.json
new file mode 100644
index 0000000..9bfdd82
--- /dev/null
+++ b/json/items/gun/223.json
@@ -0,0 +1,9 @@
+[
+  {
+    "id": "h&k416a5",
+    "copy-from": "h&k416a5",
+    "type": "GUN",
+    "name": { "str": "H&K HK416 A5" },
+    "description": "Designed to replace the M4A1, the Heckler and Koch HK416A5 features most of the former's strengths, while being considerably more durable."
+  }
+]
diff --git a/json/items/gun/308.json b/json/items/gun/308.json
index 587753d..707bbb4 100644
--- a/json/items/gun/308.json
+++ b/json/items/gun/308.json
@@ -1,4 +1,11 @@
 [
+  {
+    "id": "hk417_13",
+    "copy-from": "hk417_13",
+    "type": "GUN",
+    "name": { "str": "H&K HK417 A2" },
+    "description": "A German battle rifle with a 13\" barrel and telescopic stock.  It is a gas operated, rotating bolt rifle with a short-stroke piston design similar to that of the G36."
+  },
   {
     "id": "hk_psg1a1",
     "copy-from": "rifle_manual",
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