Compare this image to the below equation: http://cdn.bulbagarden.net/media/upload/c/c1/ OtherStatCalcGen34.png
stat = round(((((iv + (2 * base) + (ev/4)) * level)/100) + 5),1) * Nature("stat")
Thanks!
ID:154848
Dec 2 2011, 5:37 pm
|
|
Do these two equations line up? The result I'm getting is nowhere near close, so I'm not so sure...
Compare this image to the below equation: http://cdn.bulbagarden.net/media/upload/c/c1/ OtherStatCalcGen34.png
stat = round(((((iv + (2 * base) + (ev/4)) * level)/100) + 5),1) * Nature("stat")
Thanks! |
round(((abs(iv+(2*Base)+(ev/4))*Level)/100)+5)*Nature("stat")