summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-17 00:24:42 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-06-17 00:24:42 -0700
commit104fb137d2ae4f6b7fb4f6e33332ec78305f3b35 (patch)
tree3e822e1e63821a105c28282df25564e1e927c7b9
parentSet ammo types to arrays. (diff)
downloadcataclysm-bn-mod_packed-at4-104fb137d2ae4f6b7fb4f6e33332ec78305f3b35.tar.xz
Reduce Packed LAW/AT4 encumbrance to 2 and 3, respectively.
-This places them on par with equivalent volume guns on a shoulder strap.
-rw-r--r--json/items/tool/explosives.json3
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.",