From a503c2401129c0007293cb4b4959b09109cf8ca6 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:50:29 -0700 Subject: [PATCH 1/2] Blaze speed 4.3 -> 4.0 --- units/XAL0203/XAL0203_unit.bp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, From 84246e6e080f55b7c1a6160b4d1918fea50cd4c8 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:08:35 -0700 Subject: [PATCH 2/2] Create balance.6375.md --- changelog/snippets/balance.6375.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/snippets/balance.6375.md 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.