From 5689abeb4f44b9444d702d0158672065e6280efb Mon Sep 17 00:00:00 2001 From: drivver44 <75929927+drivver44@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:38:56 -0800 Subject: [PATCH] change HABOT4 from 4x4 to 5x5 (#4083) Changes movedef HABOT4 from 4x4 to 5x5 to give Marauder, Shiva and Javelin a better sizing on their spacing. This helps address friendly fire issues that can occur due to the very tight spacing. --- gamedata/movedefs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/movedefs.lua b/gamedata/movedefs.lua index b0b6a2a2dd..2137f5324b 100644 --- a/gamedata/movedefs.lua +++ b/gamedata/movedefs.lua @@ -312,8 +312,8 @@ local moveDatas = { HABOT4 = { crushstrength = 252, depthmod = 0, - footprintx = 4, - footprintz = 4, + footprintx = 5, + footprintz = 5, maxslope = 36, maxwaterdepth = 5000, maxwaterslope = 80,