What would the most optimal Chain Orders be (which characters in which round) for this setup?
@cross_nn50362 ай бұрын
[1. Nikol 2. Glimmer 3. A 4. Rex 5. Matthew] is optimal. (In short, it's exactly as shown in this video.) Even if the order of Nikol and Glimmer is reversed, the difference is about 2 million, so it's within the acceptable range.
I don't understand how you got the damage bonus maxed so early or why you needed so much TP in later rounds. GG on blowing past the integer limit tho
@MaxAutoAttack2 ай бұрын
Doing a Unity Combo against a launched enemy increases the chain multiplier by 25%. It takes about 20 hours to max out the multiplier. And the TP isn't important, it's maximizing the number of characters per round.
@prfctstrm2 ай бұрын
@@MaxAutoAttack Thank you, I guess what I meant to say about TP was why isn't a new round starting after it gets over 100? Is there something that raises the threshold?
@MaxAutoAttack2 ай бұрын
@@prfctstrm Shulk and Na'el have accessories that give them Melia's chain attack bonus of not completing a round if they raise the TP bar over 100%. Rex and Matthew also have accessories that guarantee their reactivation when used, which is how 5 characters come back every round.
@prfctstrm2 ай бұрын
@@MaxAutoAttack Ah, thank you
@cross_nn50362 ай бұрын
@@MaxAutoAttack Thanks for your comment, it explained exactly what I needed to explain.
Nickol just sitting there watching everyone have all the fun.
@shot-j7s2 ай бұрын
すごすぎます!
@Zachruff2 ай бұрын
w
@Takyomi2 ай бұрын
That poor poor soldier..
@sofern26812 ай бұрын
Negative?
@Lawaleeth2 ай бұрын
It is a signed 32-bit integer which means when the number exceeds 2,147,483,647 it will overflow (which sets it to -2,147,483,648) and start counting up from there.
@stunned_swallow2 ай бұрын
@@Lawaleethso is there any way to know what the real damage was? Because the easy way would be to add to 2^31 - 1 the difference between the number attained at the end and -2^31, but the implicit assumption in doing so would be that the variable overflowed only once (which I guess is reasonable given that the damage cap on each attack is 9.999.999?) Otherwise we would have to add manually all the numbers on screen 😂