summaryrefslogtreecommitdiff
path: root/json/items/magazine/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/magazine/223.json
parentUpdated readme to mention CAWS (diff)
downloadcataclysm-bn-mod_hk-loadout-424e7774fe8bd2586e477c93c0d9fb0de369b6f8.tar.xz
Add the stock G36 magazine
Expand H&K in descriptions
Diffstat (limited to 'json/items/magazine/223.json')
-rw-r--r--json/items/magazine/223.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json
new file mode 100644
index 0000000..79b80cf
--- /dev/null
+++ b/json/items/magazine/223.json
@@ -0,0 +1,13 @@
+[
+ {
+ "id": "hk_g36_mag",
+ "type": "MAGAZINE",
+ "copy_from": "stanag30",
+ "name": { "str": "H&K G36 magazine" },
+ "description": "A 30 round box magazine for the Heckler & Koch G36 rifle.",
+ "weight": "127 g",
+ "material": "plastic",
+ "ammo_type": [ "223" ],
+ "reliability": 9
+ }
+]