Skip to content

Commit

Permalink
Nerf Blaze speed 4.3 -> 4.0 (#6375)
Browse files Browse the repository at this point in the history
Reduce Blaze's speed 4.3 -> 4.0 as its speed allows the unit to exceed at both efficiently dealing with T1 as well as raiding.
  • Loading branch information
lL1l1 authored Aug 14, 2024
1 parent 858a85d commit 3cf0fd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog/snippets/balance.6375.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 4 additions & 4 deletions units/XAL0203/XAL0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3cf0fd9

Please sign in to comment.