summaryrefslogtreecommitdiff
path: root/json/items/magazine
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 01:04:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 01:04:35 -0700
commit618a6c701f38565eba5ab06d2b8a3765d0a3daf2 (patch)
tree4585a3ae425795dc281d753254a1bb12ef0900b2 /json/items/magazine
parentAdd replacements for 4.6mm ammo (diff)
downloadcataclysm-bn-mod_hk-loadout-618a6c701f38565eba5ab06d2b8a3765d0a3daf2.tar.xz
Resync item stats against bright nights
Migrate custom g36 magazine to the new stock g36 magazine
Diffstat (limited to 'json/items/magazine')
-rw-r--r--json/items/magazine/223.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json
index a3a866d..5e30602 100644
--- a/json/items/magazine/223.json
+++ b/json/items/magazine/223.json
@@ -1,13 +1,14 @@
[
{
- "id": "hk_g36_mag",
+ "id": "g36mag_30rd",
"copy-from": "stanag30",
+ "looks_like": "stanag30",
"type": "MAGAZINE",
- "name": { "str": "H&K G36 magazine" },
- "description": "A 30 round box magazine for the Heckler & Koch G36 rifle.",
+ "name": { "str": "H&K G36 30-round magazine" },
"weight": "127 g",
"material": "plastic",
- "ammo_type": [ "223" ],
+ "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
+ "ammo_type": "223",
"reliability": 9
}
]