summaryrefslogtreecommitdiff
path: root/json/items/magazine/308.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-22 15:27:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-22 15:27:00 -0700
commit0c0234270a47b36ae55926841e2a9c7d1f63e570 (patch)
treeb901530babf715eb063eed9ec38b3a92739d2cb0 /json/items/magazine/308.json
parentReorder my krav maga additions to the end of the list (diff)
downloadcataclysm-dda-mod_hk-loadout-0c0234270a47b36ae55926841e2a9c7d1f63e570.tar.xz
Fix names for HK416 and HK416 rifles and mags
Diffstat (limited to 'json/items/magazine/308.json')
-rw-r--r--json/items/magazine/308.json23
1 files changed, 23 insertions, 0 deletions
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."
+ }
+]