Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-hit moves and Max moves #122

Open
Phil-DS opened this issue Mar 17, 2020 · 0 comments
Open

Multi-hit moves and Max moves #122

Phil-DS opened this issue Mar 17, 2020 · 0 comments

Comments

@Phil-DS
Copy link

Phil-DS commented Mar 17, 2020

A move that is multi hit, with the Max move flag applied, still calculates for multiple hits.

Test: Cinccino - Give Rock Blast and Rock Slide (Target was lapras, but whatevs)

Rock blast selected - Max number of hits set to 5 due to skill link

252 Atk Cinccino Max Rockfall (90 BP) vs. 252 HP / 148 Def Lapras: 420-500 (88.6 - 105.4%) -- approx. 12.5% chance to OHKO
(84, 86, 86, 88, 88, 90, 90, 92, 92, 94, 94, 96, 96, 98, 98, 100)

Rock Blast selected - Max hits set to 2
252 Atk Cinccino Max Rockfall (90 BP) vs. 252 HP / 148 Def Lapras: 168-200 (35.4 - 42.1%) -- guaranteed 3HKO
(84, 86, 86, 88, 88, 90, 90, 92, 92, 94, 94, 96, 96, 98, 98, 100)

Rock Slide Selected

252 Atk Cinccino Max Rockfall (130 BP) vs. 252 HP / 148 Def Lapras: 122-144 (25.7 - 30.3%) -- guaranteed 4HKO
(122, 122, 124, 126, 128, 128, 130, 132, 132, 134, 136, 138, 138, 140, 142, 144)

As you can see, a 90BP move is doing more than a 130BP move of the same type, and that the damage rolls and damage range do not match up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant