summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-13 09:54:32 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-13 09:54:32 -0700
commit2952e57a520355cf7b5adb963c6e61373471aee6 (patch)
tree653e71ffee8ea1a45325f2e75fc0ad819b5153bc
parentUpdated to use BN depends. (diff)
downloadcataclysm-bn-mod_packed-at4-2952e57a520355cf7b5adb963c6e61373471aee6.tar.xz
Fix rocket and launcher weights.
-rw-r--r--json/items/gun/84x246mm.json2
-rw-r--r--json/items/ranged/launcher.json1
-rw-r--r--json/items/tool/explosives.json4
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,