How to create Combat System similar to Absolver?

@baobao4435 @VisAgilis @doctorpepperdan

This is another example of what I am trying to create. This game also has “Combo Chain Presets” that I would like to replicate.

Sorry for spamming. I am trying to get as much information as I can from experienced developers alongside the trial and error process of trying to make it on my own.

I have been researching it on the internet but the search results aren’t that great when I search for “make your own combo system,” “custom combo system,” or “design your own combo system.” Predictably, the results are just tutorials on how to make a generic combo system.

I am currently trying to implement the suggestion about using arrays of anim montages. Having to learn how to communicate the player’s choice of which anim to play through a UI widget in a separate menu, like these examples.

Thanks in advance for any help you can provide.