summaryrefslogtreecommitdiff
path: root/json/items/magazine
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 01:16:20 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 01:16:20 -0700
commit90689a3cbae853ea46f33bc88b92ca95b7af01e7 (patch)
treea2ce6d4633d76b9c0dfcaa36a8532e9156b5a279 /json/items/magazine
parentResync item stats against bright nights (diff)
downloadcataclysm-bn-mod_hk-loadout-90689a3cbae853ea46f33bc88b92ca95b7af01e7.tar.xz
Fix G36 drum mag name
Update Readme
Diffstat (limited to 'json/items/magazine')
-rw-r--r--json/items/magazine/223.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json
index 5e30602..39cb92c 100644
--- a/json/items/magazine/223.json
+++ b/json/items/magazine/223.json
@@ -10,5 +10,14 @@
"description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
"ammo_type": "223",
"reliability": 9
+ },
+ {
+ "id": "g36mag_100rd",
+ "copy-from": "stanag100drum",
+ "looks_like": "stanag30",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K G36 100-round double drum magazine" },
+ "description": "A bulky 100-round double drum magazine for use with the H&K G36 assault rifle.",
+ "ammo_type": "223"
}
]