smogon / damage-calc

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

Support Meteor Beam & Electro Shot #534

Closed Zrp200 closed 9 months ago

Zrp200 commented 1 year ago

The only real possible oversight I can see with this is that this doesn't take into account abilities.

Are these concerning enough to add checks for them? Otherwise this should be content-complete as a one-line pull request.

Zrp200 commented 9 months ago
  • I am unsure if Sheer Force suppresses the boost.

Sheer Force should not suppress the Meteor Beam boost, nor should it boost the damage output.

In that case it should be good to go (pending the Simple check being added?)

ShivaD173 commented 9 months ago

Can you include Electro Shot in this as well?

Zrp200 commented 9 months ago

@ShivaD173 implemented in 9992afc, that was on my list of things I wanted to do, thanks for reminding me.

I also implemented interactions with the Simple and Contrary abilities while I was at it, and added tests to match.

This should be ready to merge in.

thejetou commented 9 months ago

Thanks!