GamePress

did i do this good?

i calculated the damage that a vileplume with razor leaf and 14% atk iv and level 40 can do to a vaporeon with 15% def iv and level 40. Per attack i think it does 13,1835. And then i did the same but with a vileplume with 15% atk iv and it does 13,2445. Am i wrong or i did it good? I used the damage formula.

Asked by Trebelyan8 years 5 months ago
Report

Answers

by BoBozl 8 years 5 months ago

I don't know about the calculations you did, but IVs are not expressed as %, they are integers between 0-15 each :)

Up
0
Down

Yup, got the same values. For anyone who's confused, some countries use commas as their decimal marks, so the values are 13.18 and 13.24.

Although you missed out the floor(damage)+1 part. Floor rounds down both attacks to 13 damage and adds 1, so the Vaporeon would lose 14 HP.

Up
0
Down

by Amu 8 years 5 months ago

dmg = floor (1/2∗15∗((202+14)/(177+15))∗1.25∗1.25)+1
= floor (13,1836)+1 = 13 + 1 = 14

Up
0
Down

yes i forgot iv here isnt % and +1 to my result but ty every one. I see that 14 atk iv or 15 is almost the same

Up
0
Down