smogon / damage-calc

Pokemon games damage calculator
https://calc.pokemonshowdown.com
MIT License
369 stars 345 forks source link

Pokemon with Wind Rider should gain an Attack boost if in Tailwind #609

Closed shrianshChari closed 3 months ago

shrianshChari commented 3 months ago

When a Pokemon has the ability Wind Rider and has Tailwind on its side of the field, it will gain an Attack boost.

Case: Brambleghast using Power Whip against Brambleghast, with the attacking Brambleghast under Tailwind.

Current: 0 Atk Brambleghast Power Whip vs. 0 HP / 0 Def Brambleghast: 97-115 (38.6 - 45.8%) -- guaranteed 3HKO

New: +1 0 Atk Brambleghast Power Whip vs. 0 HP / 0 Def Brambleghast: 146-172 (58.1 - 68.5%) -- guaranteed 2HKO

Zrp200 commented 3 months ago

Can you add this case as a test?

shrianshChari commented 3 months ago

Can you add this case as a test?

Done

thejetou commented 3 months ago

Thanks.