summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 21:33:52 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 21:33:52 -0700
commitd3a8c4b83b7c8e9e822818574972b79ed40b407c (patch)
tree79863aa06053399032614c4ceedaea92357cc028
parentPort ammo fixes from DDA. (diff)
downloadcataclysm-bn-mod_packed-at4-d3a8c4b83b7c8e9e822818574972b79ed40b407c.tar.xz
Backported bufgixes.
-rw-r--r--json/items/gun/84x246mm.json9
-rw-r--r--json/items/tool/explosives.json2
-rw-r--r--modinfo.json2
3 files changed, 7 insertions, 6 deletions
diff --git a/json/items/gun/84x246mm.json b/json/items/gun/84x246mm.json
index 915a21a..f4210bb 100644
--- a/json/items/gun/84x246mm.json
+++ b/json/items/gun/84x246mm.json
@@ -4,13 +4,14 @@
"type": "GUN",
"copy-from": "m3_carlgustav",
"name": { "str": "AT4" },
- "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" ] },
+ "description": "A milspec rocket launcher - an 84mm unguided, portable, single-shot recoilless smoothbore weapon used primarily by the US military.",
+ "extend": { "flags": [ "FIRE_TWOHAND", "NO_REPAIR", "NO_RELOAD", "NO_UNLOAD", "TRADER_AVOID" ] },
+ "delete": { "flags": [ "RELOAD_ONE" ] },
"ammo": [ "84x246mm" ],
"weight": "6260 g",
"volume": "3500 ml",
- "price": 400000,
- "price_postapoc": 5000,
+ "price": 2000000,
+ "price_postapoc": 6000,
"bashing": 4,
"dispersion": 200,
"durability": 7
diff --git a/json/items/tool/explosives.json b/json/items/tool/explosives.json
index 5f020fd..5c3bb32 100644
--- a/json/items/tool/explosives.json
+++ b/json/items/tool/explosives.json
@@ -25,7 +25,7 @@
"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.",
+ "msg": "You pull the activating lever, readying the AT4 to fire.",
"target_charges": 1,
"target_ammo": "84x246mm_hedp",
"menu_text": "Activate",
diff --git a/modinfo.json b/modinfo.json
index 76bd17d..30045b0 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -5,7 +5,7 @@
"name": "Packed AT4",
"authors": ["jc_gargma"],
"description": "Convert the AT4 to function like the M72 LAW. Also add a carrying strap to both packed M72 and AT4.",
- "category": "rebalance",
+ "category": "items",
"dependencies": [ "bn" ]
}
]