diff --git a/changelog/snippets/balance.6375.md b/changelog/snippets/balance.6375.md new file mode 100644 index 0000000000..afb11f6370 --- /dev/null +++ b/changelog/snippets/balance.6375.md @@ -0,0 +1 @@ +- (#6375) Reduce blaze speed from 4.3 to 4.0 to make it easier to catch and reduce its powerful raiding capabilities. diff --git a/units/XAL0203/XAL0203_unit.bp b/units/XAL0203/XAL0203_unit.bp index 78d406848e..bf48a64970 100644 --- a/units/XAL0203/XAL0203_unit.bp +++ b/units/XAL0203/XAL0203_unit.bp @@ -139,10 +139,10 @@ UnitBlueprint{ BackUpDistance = 8, DragCoefficient = 0.2, Elevation = 0.15, - MaxAcceleration = 4.3, - MaxBrake = 4.3, - MaxSpeed = 4.3, - MaxSpeedReverse = 4.3, + MaxAcceleration = 4, + MaxBrake = 4, + MaxSpeed = 4, + MaxSpeedReverse = 4, MaxSteerForce = 20, MeshExtentsX = 1, MeshExtentsY = 0.5,