diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 09:54:32 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 09:54:32 -0700 |
commit | 2952e57a520355cf7b5adb963c6e61373471aee6 (patch) | |
tree | 653e71ffee8ea1a45325f2e75fc0ad819b5153bc /json/items/tool | |
parent | Updated to use BN depends. (diff) | |
download | cataclysm-bn-mod_packed-at4-2952e57a520355cf7b5adb963c6e61373471aee6.tar.xz |
Fix rocket and launcher weights.
Diffstat (limited to 'json/items/tool')
-rw-r--r-- | json/items/tool/explosives.json | 4 |
1 files changed, 2 insertions, 2 deletions
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, |