2,124
edits
Line 88: | Line 88: | ||
When it is Kirby's turn to attack, abilities have a chance of appearing on each side of the screen. Several random numbers are used during this process. This calculation is different from power calculation in The Arena rest area. | When it is Kirby's turn to attack, abilities have a chance of appearing on each side of the screen. Several random numbers are used during this process. This calculation is different from power calculation in The Arena rest area. | ||
[[File:BattleWindowsRNGFlowchart.png|thumb|Flowchart depicting how Battle Windows uses RNG.]] | [[File:BattleWindowsRNGFlowchart.png|thumb|Flowchart depicting how Battle Windows uses RNG.]] | ||
If an ability does not appear, RNG advances by 1, while if an ability does appear, RNG advances by 3. RNG can advance at least 2 times or at most 6 times when calculating powers (unless under a specific circumstance, [[#ability-circumstance|see notes below]]). | If an ability does not appear, RNG advances by 1, while if an ability does appear, RNG advances by 3. RNG can advance at least 2 times or at most 6 times when calculating powers (unless under a specific circumstance, [[#ability-circumstance|see notes below]]). |