PDA

View Full Version : GSC max stats forumula


scwizard
October 22nd, 2007, 08:36 PM
Does anyone know a formula you can use to determine a pokemon's maximum stats in Gold/Silver/Crystal?

I've been asking all over and I haven't been able to find it. If anyone knows it it'd be most appreciated.

Improfane
October 23rd, 2007, 12:53 AM
Plug in all the maximum values into the formula http://bulbapedia.bulbagarden.net/wiki/Stats#Formula

I believe 999 is the highest number representable in the games.

scwizard
October 23rd, 2007, 02:17 AM
I tried that. Those aren't the formulas for generation two. According to the pokemon of the day chick and the person who replied to my topic on IGN (boards.ign.com/pokemon/b5012/152626654/p1/?2) Hitmonlee's max attack for GSC is 338, which isn't the result that formula gives.

scwizard
October 26th, 2007, 07:00 PM
It turns out for that IVs are doubled for the metal generation (because IVs go up to 31 in the new games).

So it would go like this:
Hitmonlee attack, base = 120
At level 100 max according to POTDC = 338

[ (IV * 2) + (2*base) + (EV/4) ] * (level/100) + 5
or
[ (15 * 2) + (2 * 120) + (255/4) ] * (100/100) + 5
or
30 + 240 + 63 + 5 = 338

So it's that that was throwing me off. It also explains why his max attack is 339 according to: pokemon.marriland.com/statcalc.php

Because 31 is one more than 15*2.