From 4fd7d203a5d5f4637ed096fff0a0f65fe5b5cc85 Mon Sep 17 00:00:00 2001 From: Basilisk3 <126026384+Basilisk3@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:27:37 +0100 Subject: [PATCH 1/2] Prevent the Vulthoo from missing units that are directly beneath it --- units/XSA0203/XSA0203_unit.bp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/units/XSA0203/XSA0203_unit.bp b/units/XSA0203/XSA0203_unit.bp index 94e2275beb..c232f9ca3e 100644 --- a/units/XSA0203/XSA0203_unit.bp +++ b/units/XSA0203/XSA0203_unit.bp @@ -217,8 +217,8 @@ UnitBlueprint{ TurretBonePitch = "Left_Turret_Barrel", TurretBoneYaw = "Left_Turret", TurretDualManipulators = false, - TurretPitch = -20, - TurretPitchRange = 60, + TurretPitch = -40, + TurretPitchRange = 90, TurretPitchSpeed = 360, TurretYaw = 0, TurretYawRange = 180, @@ -280,8 +280,8 @@ UnitBlueprint{ TurretBonePitch = "Right_Turret_Barrel", TurretBoneYaw = "Right_Turret", TurretDualManipulators = false, - TurretPitch = -20, - TurretPitchRange = 60, + TurretPitch = -40, + TurretPitchRange = 90, TurretPitchSpeed = 360, TurretYaw = 0, TurretYawRange = 180, From b0720a77d6b6d61d632c7cdf5ee154b1f1f6d30e Mon Sep 17 00:00:00 2001 From: Basilisk3 <126026384+Basilisk3@users.noreply.github.com> Date: Fri, 27 Dec 2024 23:38:59 +0100 Subject: [PATCH 2/2] Create balance.6595.md --- changelog/snippets/balance.6595.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/snippets/balance.6595.md diff --git a/changelog/snippets/balance.6595.md b/changelog/snippets/balance.6595.md new file mode 100644 index 0000000000..fa96632a6d --- /dev/null +++ b/changelog/snippets/balance.6595.md @@ -0,0 +1,6 @@ +- (#6595) Fix a bug that prevented the Vulthoo from hitting units directly beneath it. + + - Vulthoo: T2 Gunship (XSA0203): + - Heavy Phasic AutogunĀ (x2) + - TurretPitch: -20 --> -40 + - TurretPitchRange: 60 --> 90