From 104fb137d2ae4f6b7fb4f6e33332ec78305f3b35 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 17 Jun 2022 00:24:42 -0700 Subject: Reduce Packed LAW/AT4 encumbrance to 2 and 3, respectively. -This places them on par with equivalent volume guns on a shoulder strap. --- json/items/tool/explosives.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'json/items/tool') diff --git a/json/items/tool/explosives.json b/json/items/tool/explosives.json index 0da1852..281a231 100644 --- a/json/items/tool/explosives.json +++ b/json/items/tool/explosives.json @@ -7,7 +7,7 @@ "category": "guns", "name": { "str": "packed M72 LAW" }, "weight": "2831 g", - "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 5 }, + "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 2 }, "extend": { "flags": [ "BELTED", "OVERSIZE" ] } }, { @@ -22,6 +22,7 @@ "volume": "2500 ml", "price": 400000, "price_postapoc": 5000, + "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 3 }, "use_action": { "target": "AT4", "msg": "You pull the activating lever, readying the LAW to fire.", -- cgit v1.2.1