summaryrefslogtreecommitdiff
path: root/json/itemgroups
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/itemgroups
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/itemgroups')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/magazines.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/magazines.json b/json/itemgroups/Weapons_Mods_Ammo/magazines.json
index 1fbc69b..a9fab0d 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/magazines.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/magazines.json
@@ -24,5 +24,13 @@
"items": [
[ "usp40mag", 12 ]
]
+ },
+ {
+ "type": "item_group",
+ "id": "mags_rifle_rare",
+ "//": "Aftermarket or otherwise uncommon rifle magazines excluding milspec.",
+ "items": [
+ [ "hk_g36_mag", 80 ]
+ ]
}
]