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/308.json | 50 +++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 17 deletions(-) (limited to 'json/items/magazine/308.json') diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json index 50a4d02..1eb894f 100644 --- a/json/items/magazine/308.json +++ b/json/items/magazine/308.json @@ -1,35 +1,52 @@ [ { "id": "hk417mag_20rd", - "copy-from": "hk417mag_20rd", + "looks_like": "stanag30", "type": "MAGAZINE", - "name": { "str": "H&K HK417 magazine" }, - "description": "A 20 round double stack box magazine for the Heckler & Koch HK417 rifle.", + "name": { "str": "H&K HK417 20-round magazine" }, + "description": "A 20-round double stack box magazine for the H&K HK417 rifle.", + "weight": "90 g", + "volume": "500 ml", + "price": 5600, + "price_postapoc": 250, "material": [ "plastic" ], - "weight": "90 g" + "symbol": "#", + "color": "light_gray", + "ammo_type": [ "308" ], + "flags": [ "MAG_COMPACT" ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "308": 20 } } ] }, { "id": "hk417mag_10rd", - "copy-from": "hk417mag_10rd", + "looks_like": "stanag30", "type": "MAGAZINE", - "name": { "str": "H&K HK417 compact magazine" }, - "description": "A 10 round double stack box magazine for the Heckler & Koch HK417 rifle.", + "name": { "str": "H&K HK417 10-round magazine" }, + "description": "A 10-round double stack box magazine for the Heckler & Koch HK417 rifle.", + "weight": "55 g", + "volume": "250 ml", + "price": 5000, + "price_postapoc": 100, "material": [ "plastic" ], - "weight": "55 g" + "symbol": "#", + "color": "light_gray", + "ammo_type": [ "308" ], + "flags": [ "MAG_COMPACT" ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "308": 10 } } ] }, { "id": "hk417_makeshiftmag", - "copy-from": "hk417_makeshiftmag", + "copy-from": "fal_makeshiftmag", "type": "MAGAZINE", - "name": { "str": "H&K HK417 makeshift magazine" }, - "description": "An improvised 5-round straight single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with Heckler & Koch HK417 rifle." + "price_postapoc": 50, + "name": { "str": "H&K HK417 5-round makeshift magazine" }, + "description": "An improvised 5-round straight single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch HK417 rifle." }, { "id": "g3smallmag", - "looks_like": "stanag30", + "looks_like": "g3mag", "type": "MAGAZINE", - "name": { "str": "H&K PSG1 magazine" }, - "description": "A 10-round aluminum box magazine for the H&K PSG1A1 rifle.", + "name": { "str": "H&K G3 10 round magazine" }, + "description": "A 10-round aluminum box magazine for the H&K G3 rifle.", "weight": "75 g", "volume": "250 ml", "price": 4500, @@ -38,8 +55,7 @@ "symbol": "#", "color": "light_gray", "ammo_type": [ "308" ], - "capacity": 10, - "reliability": 9, - "flags": [ "MAG_COMPACT" ] + "flags": [ "MAG_COMPACT" ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "308": 10 } } ] } ] -- cgit v1.2.1