From 2be282236193ac96592b2fa629165082ab4acea7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 8 Jan 2024 12:43:47 -0800 Subject: Buff the explosion and shrapnel of the 84mm HE to compensate for its lack of primary target damage. --- json/items/ammo/84x246mm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/items/ammo/84x246mm.json b/json/items/ammo/84x246mm.json index 7a53494..f088f5e 100644 --- a/json/items/ammo/84x246mm.json +++ b/json/items/ammo/84x246mm.json @@ -6,7 +6,7 @@ "name": { "str": "84x246mm HE rocket" }, "weight": "440 g", "damage": { "damage_type": "bullet", "amount": 60, "armor_penetration": 10 }, - "effects": [ "COOKOFF", "EXPLOSIVE", "FRAG", "NEVER_MISFIRES" ] + "effects": [ "COOKOFF", "EXPLOSIVE_HUGE", "FRAG_BIG", "NEVER_MISFIRES" ] }, { "type": "AMMO", -- cgit v1.2.1