From 7bdbec5eefe463d560ec30a2aee0f902b920ecee Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Feb 2024 18:10:04 -0800 Subject: Fix 22 ratshot to hit targets in a cone. --- json/items/ammo/22.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/json/items/ammo/22.json b/json/items/ammo/22.json index 306218e..4b5c165 100644 --- a/json/items/ammo/22.json +++ b/json/items/ammo/22.json @@ -49,7 +49,9 @@ "count": 100, "price_postapoc": "4 USD", "dispersion": 0, - "proportional": { "range": 0.6, "damage": { "damage_type": "bullet", "amount": 0.5 }, "recoil": 0.5 }, + "range": 0, + "shape": [ "cone", { "half_angle": 15, "length": 8 } ], + "proportional": { "damage": { "damage_type": "bullet", "amount": 0.6 }, "recoil": 0.5 }, "extend": { "effects": [ "SHOT", "NOGIB" ] } }, { -- cgit v1.2.1