I'm going to go into more detail here since I think l4v.r0v likes this sort of thing and I do too. Text wall incoming.
Here's an example game to try to understand:
https://www.warzone.com/MultiPlayer?GameID=39210971It's a 2v2 multi-attack game, so some weird stuff can happen. It's certainly true that groupings are broken whenever a multi-attack chain happens. For instance:
Player 1: A attacks B
Player 2: C attacks D
Player 2: E attacks F
Player 1: B attacks Z
Player 1: G attacks H
will definitely not be one grouping because of Player 1's A -> B -> Z multi-attack. I think the groupings are "greedy" with respect to this rule: I'd guess that the first three attacks would be grouped, and then the last two would come after because the 4th attack (B -> Z) is the first one that can't be grouped with another attack, namely the 1st (A -> B).
Here are some of the breakings I don't understand:
Turn 1:Sea green: Chios -> Lesbos
Teal: Cynuria -> Laconia
These two attacks are each in their own grouping. I thought failed attacks might be separated from successful ones, but a counterexample can be found in turn 3 when gray captures Gomphoi -> Delopians and sea green fails Ionia -> Lesbos. Maybe groups are always broken after failed attacks? EDIT: Nope, the turn 7 example below breaks that theory.
Turn 4, first 2 moves:Gray: Lykentis -> Larisso-Cynoscephelae
Sea green: Ionia -> Magnesia-Miletos
These two attacks are each in their own grouping. I thought it might be that attacks with different targets get separated, but a counterexample can be found in turn 7 when sea green captures Chalcis-Eretrea-Cyme -> Hidaeo-Euboea (target: gray) and gray captures Lykentis -> Amphipolis (target: neutral).
Turn 4, near the end:Green: Sykros -> Chalcis-Eretrea-Cyme (capture, target: sea green)
Gray: Aenis-Lamia -> Hidaeo-Euboea (capture, target: sea green)
Gray: Larisso-Cynoscephelae -> Methone-Pydna (capture, target: teal)
The first two attacks are grouped together, and then the third is by itself. This also looks like different targets get separated, but this one can't explained by my theory below the next example.
Turn 7, near the end:Gray: Malis -> Dolopians (failed attack, target: neutral)
Teal: Mylos -> Cythera (capture, target: neutral)
Green: Ikaria -> Samos (capture, target: sea green)
Green: Sykros -> Chalcis-Eretrea-Cyme (failed attack, target: sea green)
These attacks are grouped two and two. It might be that attacks made against your team are separated from your team's attacks? That would explain the beginning of turn 4 as well. However, there is a counterexample in turn 6, when Gray: Amphipolis -> Philipi-Abdera (target: neutral) is grouped with Sea green: Hidaeo-Euboea -> Aenis-Lamia (target: gray).
Maybe it's poor form to look at a complicated example, so here's a more minimal game with some breaks I don't understand. One is near the end of the last turn.
https://www.warzone.com/MultiPlayer?GameID=39248019Why are my three attacks from Omsk grouped separately from my attack Argentina -> Siple? Maybe because they're in different areas of the board? All of turn 1 of this game being grouped seems to contradict this, but maybe attacks against neutrals don't count?