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/gun/308.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'json/items/gun/308.json') diff --git a/json/items/gun/308.json b/json/items/gun/308.json index 600e81c..a65f298 100644 --- a/json/items/gun/308.json +++ b/json/items/gun/308.json @@ -13,7 +13,8 @@ "name": { "str_sp": "H&K PSG1A1" }, "description": "The Heckler & Koch PSG1A1 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle.", "weight": "6670 g", - "volume": "2250 ml", + "volume": "4000 ml", + "longest_side": "1028 mm", "price": 205000, "price_postapoc": 3850, "to_hit": -1, @@ -21,13 +22,18 @@ "material": [ "steel", "plastic" ], "symbol": "(", "color": "dark_gray", - "ammo": "308", + "ammo": [ "308" ], "dispersion": 80, "min_cycle_recoil": 2700, "durability": 8, "barrel_length": "650 ml", "default_mods": [ "rifle_scope", "adjustable_stock" ], - "magazines": [ [ "308", [ "g3smallmag", "g3mag", "g3bigmag", "g3_makeshiftmag" ] ] ] + "pocket_data": [ + { + "pocket_type": "MAGAZINE_WELL", + "item_restriction": [ "g3smallmag", "g3mag", "g3bigmag", "g3_makeshiftmag" ] + } + ] }, { "id": "hk_msg90a2", @@ -37,10 +43,17 @@ "name": { "str_sp": "H&K MSG90A2" }, "description": "The Heckler & Koch MSG90A2 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle. This is the military version.", "weight": "5280 g", - "volume": "2250 ml", + "volume": "4000 ml", + "longest_side": "978 mm", "price": 255000, "price_postapoc": 4750, "barrel_length": "600 ml", - "default_mods": [ "rifle_scope", "adjustable_stock" ] + "default_mods": [ "rifle_scope", "adjustable_stock" ], + "pocket_data": [ + { + "pocket_type": "MAGAZINE_WELL", + "item_restriction": [ "g3mag", "g3smallmag", "g3bigmag", "g3_makeshiftmag" ] + } + ] } ] -- cgit v1.2.1