From 9ee716657f8403275e5b0e8efc4946320c24c1df Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:46:33 -0700 Subject: [PATCH 1/6] Formatting --- lua/formations.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lua/formations.lua b/lua/formations.lua index 5c44d51441..5ecc9b9fda 100644 --- a/lua/formations.lua +++ b/lua/formations.lua @@ -935,7 +935,12 @@ function BlockBuilderLand(unitsList, formationBlock, categoryTable) rowType = type end - TableInsert(FormationPos, {xPos * spacing, (-formationLength - offsetY) * spacing, groupData.Filter, formationLength, true}) + TableInsert(FormationPos, { + xPos * spacing, (-formationLength - offsetY) * spacing, + groupData.Filter, + formationLength, + true + }) inserted = true groupData.Count = groupData.Count - 1 From 46e1125155140ee46efa27057ee23ebd899ab8d5 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:46:46 -0700 Subject: [PATCH 2/6] Make land formations move instantly --- lua/formations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/formations.lua b/lua/formations.lua index 5ecc9b9fda..859145cfdf 100644 --- a/lua/formations.lua +++ b/lua/formations.lua @@ -938,7 +938,7 @@ function BlockBuilderLand(unitsList, formationBlock, categoryTable) TableInsert(FormationPos, { xPos * spacing, (-formationLength - offsetY) * spacing, groupData.Filter, - formationLength, + 0, true }) inserted = true From f4f2d1440ffbe3466534a32d94002280e8f58fb3 Mon Sep 17 00:00:00 2001 From: FAForever Machine User Date: Wed, 26 Aug 2026 23:55:58 +0000 Subject: [PATCH 3/6] Add snippet template --- changelog/snippets/balance.7251.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/snippets/balance.7251.md diff --git a/changelog/snippets/balance.7251.md b/changelog/snippets/balance.7251.md new file mode 100644 index 0000000000..7b48fef024 --- /dev/null +++ b/changelog/snippets/balance.7251.md @@ -0,0 +1,6 @@ +{% unit %} + +{% endunit %} + (#7251) +- : + - : -> From 0be41d00332f6b54e74826847a27954f56fa1050 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:53:41 -0700 Subject: [PATCH 4/6] Add delay every 10th row instead of never --- lua/formations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/formations.lua b/lua/formations.lua index 859145cfdf..8c8becfa2d 100644 --- a/lua/formations.lua +++ b/lua/formations.lua @@ -938,7 +938,7 @@ function BlockBuilderLand(unitsList, formationBlock, categoryTable) TableInsert(FormationPos, { xPos * spacing, (-formationLength - offsetY) * spacing, groupData.Filter, - 0, + formationLength / 10, true }) inserted = true From 08b536dfa820dfd03f619e4e979d641e297383ff Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:53:07 -0700 Subject: [PATCH 5/6] Update balance.7251.md --- changelog/snippets/balance.7251.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/changelog/snippets/balance.7251.md b/changelog/snippets/balance.7251.md index 7b48fef024..27cf7dc3be 100644 --- a/changelog/snippets/balance.7251.md +++ b/changelog/snippets/balance.7251.md @@ -1,6 +1,2 @@ -{% unit %} - -{% endunit %} - (#7251) -- : - - : -> +Make land and naval unit formations delay starting movement after every 10th row instead of every row (#7251). + From a10c3760f0e7d39f3acafd0656833ab08a61cb40 Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:43:57 -0700 Subject: [PATCH 6/6] Update balance.7251.md --- changelog/snippets/balance.7251.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog/snippets/balance.7251.md b/changelog/snippets/balance.7251.md index 27cf7dc3be..ad8c1c9bd2 100644 --- a/changelog/snippets/balance.7251.md +++ b/changelog/snippets/balance.7251.md @@ -1,2 +1 @@ Make land and naval unit formations delay starting movement after every 10th row instead of every row (#7251). -