jake-white / VGC-Damage-Calculator

Gen 8 VGC Damage Calculator
http://trainertower.com/damagecalc
MIT License
80 stars 50 forks source link

Multi-hit moves and Max moves #122

Open Phil-DS opened 4 years ago

Phil-DS commented 4 years ago

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.