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/46.json | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'json/items/magazine/46.json') diff --git a/json/items/magazine/46.json b/json/items/magazine/46.json index 856a12f..5e39fb2 100644 --- a/json/items/magazine/46.json +++ b/json/items/magazine/46.json @@ -1,33 +1,46 @@ [ { "id": "hk46mag", - "looks_like": "mp5mag", - "copy-from": "hk46mag", + "//": "Overwrite to ensure other 4.6mm mags are based on this.", + "looks_like": "usp9mag", "type": "MAGAZINE", - "name": { "str": "H&K 4.6mm magazine" }, + "name": { "str": "H&K 4.6mm 20-round magazine" }, "description": "A standard capacity 20-round magazine for use with H&K's proprietary 4.6x30mm round.", - "weight": "100 g" + "weight": "100 g", + "volume": "250 ml", + "price": 4700, + "price_postapoc": 100, + "material": [ "steel" ], + "symbol": "#", + "color": "light_gray", + "ammo_type": [ "46" ], + "flags": [ "MAG_COMPACT" ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 20 } } ] }, { "id": "hk46bigmag", "looks_like": "mp5mag", - "copy-from": "hk46bigmag", + "copy-from": "hk46mag", "type": "MAGAZINE", - "name": { "str": "H&K 4.6mm extended magazine" }, + "name": { "str": "H&K 4.6mm 40-round magazine" }, "description": "An extended 40-round magazine for use with H&K's proprietary 4.6x30mm round.", - "weight": "200 g" + "weight": "200 g", + "volume": "500 ml", + "price": 6300, + "price_postapoc": 500, + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 40 } } ] }, { "id": "hk46midmag", "looks_like": "hk46bigmag", - "copy-from": "hk46bigmag", + "copy-from": "hk46mag", "type": "MAGAZINE", - "name": { "str": "H&K 4.6mm expanded magazine" }, + "name": { "str": "H&K 4.6mm 30-round magazine" }, "description": "An expanded 30-round magazine for use with H&K's proprietary 4.6x30mm round.", "weight": "150 g", "volume": "375 ml", "price": 5500, "price_postapoc": 300, - "capacity": 30 + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 30 } } ] } ] -- cgit v1.2.1