You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Knowing a Pokémon’s speed tiers is one of the most crucial things in VGC. One of the moves which affects speed is tailwind (essentially doubling speed for all Pokémon on your side of the field). The fact that there is a helping hand field effect but no tailwind effect makes it difficult to determine if your side can outspeed the opponent.
Ask: Implement a Tailwind widget that when clicked will show the Pokémon’s speed after tailwind, and when turned off returns the speed to its original value.
The text was updated successfully, but these errors were encountered:
Knowing a Pokémon’s speed tiers is one of the most crucial things in VGC. One of the moves which affects speed is tailwind (essentially doubling speed for all Pokémon on your side of the field). The fact that there is a helping hand field effect but no tailwind effect makes it difficult to determine if your side can outspeed the opponent.
Ask: Implement a Tailwind widget that when clicked will show the Pokémon’s speed after tailwind, and when turned off returns the speed to its original value.
The text was updated successfully, but these errors were encountered: