Skip to content

Commit

Permalink
Merge branch 'develop' into patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuchenjimmy authored Jan 17, 2025
2 parents b68a0dc + 6a450f0 commit c3d99ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog/snippets/balance.6595.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions units/XSA0203/XSA0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit c3d99ff

Please sign in to comment.