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/tool/explosives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/tool') 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