2,124
edits
Line 11: | Line 11: | ||
In specific circumstances, it is actually beneficial to have Battle Windows to attack first, but this is typically only done in TAS. An example of this is using Suplex while fighting Red Dragon. By having Red Dragon attack first, Kirby can grab its attack and defeat it in one turn. | In specific circumstances, it is actually beneficial to have Battle Windows to attack first, but this is typically only done in TAS. An example of this is using Suplex while fighting Red Dragon. By having Red Dragon attack first, Kirby can grab its attack and defeat it in one turn. | ||
====Procedure==== | |||
Calculating the outcome for first turn attack uses one RNG number. | |||
Slime and Magician: | |||
64 < RNG < 127: Battle Windows attacks first | |||
Else: Kirby attacks first | |||
Puppet and Dark Knight: | |||
128 < RNG < 191: Battle Windows attacks first | |||
Else: Kirby attacks first | |||
Red Dragon: | |||
192 < RNG < 255: Battle Windows attacks first | |||
Else: Kirby attacks first | |||
===All Attacks=== | ===All Attacks=== |