From 618a6c701f38565eba5ab06d2b8a3765d0a3daf2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 01:04:35 -0700 Subject: Resync item stats against bright nights Migrate custom g36 magazine to the new stock g36 magazine --- json/items/magazine/223.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'json/items/magazine') 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 } ] -- cgit v1.2.1