From 08753e2e1a88813f133e1cb411a27d1d7e4e85c6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 22:54:38 -0700 Subject: Port to DDA. --- json/items/magazine/223.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'json/items/magazine/223.json') diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json index 1129624..1fa20c4 100644 --- a/json/items/magazine/223.json +++ b/json/items/magazine/223.json @@ -5,11 +5,11 @@ "looks_like": "stanag30", "type": "MAGAZINE", "name": { "str": "H&K G36 30-round magazine" }, + "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.", "weight": "127 g", "material": [ "plastic" ], - "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.", "ammo_type": [ "223" ], - "reliability": 9 + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 30 } } ] }, { "id": "g36mag_100rd", @@ -18,6 +18,7 @@ "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" ] + "ammo_type": [ "223" ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 100 } } ] } ] -- cgit v1.2.1