diff --git a/changelog/snippets/balance.7244.md b/changelog/snippets/balance.7244.md new file mode 100644 index 0000000000..c66ac6a88d --- /dev/null +++ b/changelog/snippets/balance.7244.md @@ -0,0 +1,8 @@ +{% unit XSL0205 %} +Iashavoh: Mobile Anti-Air Flak Artillery +{% endunit %} +Equalize Seraphim mobile flak speed with the Aeon one now that the Blaze and the Yenzyne are equally fast (#7244). +- Max speed: 2.6 -> 2.7 +- Max reverse speed: 2.6 -> 2.7 +- Max acceleration: 2.6 -> 2.7 +- Max brake: 2.6 -> 2.7 diff --git a/units/XSL0205/XSL0205_unit.bp b/units/XSL0205/XSL0205_unit.bp index 3ee6838bd8..69e68559d5 100644 --- a/units/XSL0205/XSL0205_unit.bp +++ b/units/XSL0205/XSL0205_unit.bp @@ -154,10 +154,10 @@ UnitBlueprint{ BankingSlope = 0.5, DragCoefficient = 0.2, Elevation = 0.25, - MaxAcceleration = 2.6, - MaxBrake = 2.6, - MaxSpeed = 2.6, - MaxSpeedReverse = 2.6, + MaxAcceleration = 2.7, + MaxBrake = 2.7, + MaxSpeed = 2.7, + MaxSpeedReverse = 2.7, MaxSteerForce = 5, MeshExtentsX = 1.1, MeshExtentsY = 0.5,