From 423215771b59d6cae4207b1a9fb8eb022f688ec4 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Wed, 13 Dec 2023 06:20:43 -0600 Subject: [PATCH] feat(balance): belatedly rebalance ATGMs relative to other ammo (#3886) --- data/json/items/ammo/atgm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/ammo/atgm.json b/data/json/items/ammo/atgm.json index 8c11ff63c318..c32129fafc92 100644 --- a/data/json/items/ammo/atgm.json +++ b/data/json/items/ammo/atgm.json @@ -15,7 +15,7 @@ "bashing": 1, "ammo_type": "atgm", "casing": "atgm_spent", - "damage": { "damage_type": "bullet", "amount": 30, "armor_multiplier": 0.1 }, + "damage": { "damage_type": "bullet", "amount": 200, "armor_multiplier": 0.1 }, "range": 100, "recoil": 6000, "effects": [ "EXPLOSIVE_HUGE", "NEVER_MISFIRES" ]