diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 01:16:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 01:16:20 -0700 |
commit | 90689a3cbae853ea46f33bc88b92ca95b7af01e7 (patch) | |
tree | a2ce6d4633d76b9c0dfcaa36a8532e9156b5a279 /json | |
parent | Resync item stats against bright nights (diff) | |
download | cataclysm-bn-mod_hk-loadout-90689a3cbae853ea46f33bc88b92ca95b7af01e7.tar.xz |
Fix G36 drum mag name
Update Readme
Diffstat (limited to 'json')
-rw-r--r-- | json/items/magazine/223.json | 9 |
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" } ] |