From 27887be9daba9179ca86beaf522e2439ed9decad Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 6 Apr 2024 17:52:20 -0700 Subject: Increase range of shotgun shells as per rebalance. --- json/items/ammo/shot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json index 158907a..e33fc96 100644 --- a/json/items/ammo/shot.json +++ b/json/items/ammo/shot.json @@ -18,7 +18,7 @@ "stack_size": 20, "ammo_type": "shot", "casing": "shot_hull", - "range": 12, + "range": 18, "damage": { "damage_type": "bullet", "amount": 90, "armor_multiplier": 2.0 }, "recoil": 3500, "loudness": 160, -- cgit v1.2.1