From 2952e57a520355cf7b5adb963c6e61373471aee6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 13 Mar 2023 09:54:32 -0700 Subject: Fix rocket and launcher weights. --- json/items/gun/84x246mm.json | 2 +- json/items/ranged/launcher.json | 1 + json/items/tool/explosives.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/json/items/gun/84x246mm.json b/json/items/gun/84x246mm.json index ea39bab..915a21a 100644 --- a/json/items/gun/84x246mm.json +++ b/json/items/gun/84x246mm.json @@ -7,7 +7,7 @@ "description": "Mil-Spec rocket launcher. An 84-mm unguided, portable, single-shot recoilless smoothbore weapon used primarily by the US military.", "extend": { "flags": [ "FIRE_TWOHAND", "NO_REPAIR", "NO_UNLOAD", "NO_RELOAD", "TRADER_AVOID" ] }, "ammo": [ "84x246mm" ], - "weight": "6803 g", + "weight": "6260 g", "volume": "3500 ml", "price": 400000, "price_postapoc": 5000, diff --git a/json/items/ranged/launcher.json b/json/items/ranged/launcher.json index cfaab87..f805a09 100644 --- a/json/items/ranged/launcher.json +++ b/json/items/ranged/launcher.json @@ -5,6 +5,7 @@ "looks_like": "m79", "type": "GUN", "name": { "str_sp": "M72 LAW" }, + "weight": "700 g", "extend": { "flags": [ "FIRE_TWOHAND", "NO_REPAIR" ] } } ] diff --git a/json/items/tool/explosives.json b/json/items/tool/explosives.json index 281a231..5f020fd 100644 --- a/json/items/tool/explosives.json +++ b/json/items/tool/explosives.json @@ -6,7 +6,7 @@ "type": "TOOL", "category": "guns", "name": { "str": "packed M72 LAW" }, - "weight": "2831 g", + "weight": "2500 g", "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 2 }, "extend": { "flags": [ "BELTED", "OVERSIZE" ] } }, @@ -18,7 +18,7 @@ "category": "guns", "name": { "str": "packed AT4" }, "description": "This is an AT4, packed in its storage form. Use it to pop it out and make it ready to fire. Once it is activated, it cannot be repacked.", - "weight": "10103 g", + "weight": "6700 g", "volume": "2500 ml", "price": 400000, "price_postapoc": 5000, -- cgit v1.2.1