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/40.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/magazine/40.json') diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index 3be341c..2fcaab8 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -6,7 +6,7 @@ "name": { "str": "H&K USP .40 magazine" }, "description": "A standard capacity magazine for use with the Heckler & Koch USP .40 handgun.", "ammo_type": [ "40" ], - "capacity": 13 + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "40": 13 } } ] }, { "id": "p3040mag", @@ -23,6 +23,6 @@ "description": "A standard 30-round box magazine for use with the Heckler & Koch UMP40 SMG.", "weight": "200 g", "ammo_type": [ "40" ], - "capacity": 30 + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "40": 30 } } ] } ] -- cgit v1.2.1