[SUPPORT] Advanced Turn Based Tile Toolkit

How much modification would I have to make for simultaneous to turns play out?

For example: both players (or one player one AI) set all of their moves ahead of time, and when end turn is triggered both teams engage all of their actions.

I’ve spent a few hours with this template, I am understanding a bit better how it works. It is somewhat tightly coupled with turn -> animate -> turn loop. This leads me to believe making simultaneous turns will be quite a bit of work since I’d need to re-do how the simulation is executed.

I can also imagine a hacky system where all attacks work like overwatch, and the turns play out in sequence only after end turn is hit.

Any advice? Thanks again.