summaryrefslogtreecommitdiff
path: root/json/items/gun/223.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-04 01:17:29 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-04 01:17:29 -0800
commit424e7774fe8bd2586e477c93c0d9fb0de369b6f8 (patch)
treea876636997619e9a2c53c4c6d79e97ac3fba7340 /json/items/gun/223.json
parentUpdated readme to mention CAWS (diff)
downloadcataclysm-dda-mod_hk-loadout-424e7774fe8bd2586e477c93c0d9fb0de369b6f8.tar.xz
Add the stock G36 magazine
Expand H&K in descriptions
Diffstat (limited to 'json/items/gun/223.json')
-rw-r--r--json/items/gun/223.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/json/items/gun/223.json b/json/items/gun/223.json
index 2aeb418..87da684 100644
--- a/json/items/gun/223.json
+++ b/json/items/gun/223.json
@@ -5,5 +5,13 @@
"type": "GUN",
"name": { "str": "H&K HK416 A5" },
"description": "Designed to replace the M4A1, the Heckler & Koch HK416A5 features most of the former's strengths, while being considerably more durable."
- }
+ },
+ {
+ "id": "hk_g36",
+ "copy-from": "hk_g36",
+ "type": "GUN",
+ "name": { "str": "H&K G36" },
+ "description": "Designed as a replacement for the early Heckler & Koch G3 battle rifle, the G36 is more accurate, and uses the much-lighter .223 round, allowing for a higher ammo capacity.",
+ "magazines": [ [ "223", [ "hk_g36_mag", "stanag30", "stanag50", "survivor223mag" ] ] ]
+ },
]