Hey, BASIC Programmers...
Posted by: Ratipharos
Date: 2009-04-01 16:05:57
Hit Point IV = ((Stat ? Level Value - 10) * 100 / Level Value ) - 2 * Base Stat ? Math.Floor(EV / 4)
and
IV = ((Math.Ceiling(Stat / Personality Value) - 5) * 100 / Level Value) - 2 * Base Stat ? Math.Floor(Effort Points / 4)
So, if anybody is up to the challenge, I would like it so that you input the values and the end result comes out.
Yeah, I don't know the base stats of every Pokemon, but I suppose I can program that.