diff options
Diffstat (limited to 'json/items/tool')
-rw-r--r-- | json/items/tool/explosives.json | 3 |
1 files changed, 2 insertions, 1 deletions
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.", |