Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog/snippets/balance.7244.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% 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 acceleration: 2.6 -> 2.7
- Max brake: 2.6 -> 2.7
Comment thread
K-ETFreeman marked this conversation as resolved.
8 changes: 4 additions & 4 deletions units/XSL0205/XSL0205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down