>People not using Gen 1 mathRhyhorn
HP Attack Defense Speed Special
80 85 95 25 30
Jolteon
65 65 60 130 110
http://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_base_stats_%28Generation_I%29Damage = ((((Level * 0.4 * C) + 2) * A * B / 50 / D) + 2) * M * R / 255
C - Critical hit. If the move is a critical hit, this value is 2, otherwise 1.
A - Attack power if you use a Physical attack, Special power if you use a Special attack.
B - Base power of the move. For example, 85 for Body Slam, 90 for Psychic, 150 for Hyper Beam.
D - Defense power of the opponent if you use a Physical attack, Special power if you're using a Special attack.
M - Multipliers. This value starts as 1, and is multiplied by 2 if your attack is super effective versus your opponents typing, 0,5 if your opponent resists it, 0 if your opponent is immune and 1.5 if you get STAB (Same Type Attack Bonus).
R - A random number from 217 to 255. This creates the minimum and maximum each attack can do.
http://wiki.pokemon-online.eu/wiki/Damage_formulaEV's in Gen 1 work like this:
http://bulbapedia.bulbagarden.net/wiki/EVs#Stat_Experience(SqRt of Stat Exp) / 4 (At level 100)
Max for all stats = 65,535 (no hard limit)
ThunderBolt's Stats:
Electric, 95 power, 100 accuracy (changed to 90 after gen V)
http://bulbapedia.bulbagarden.net/wiki/Thunderbolt#Generations_I_to_VStat Formula:
HP Stat = (((IV + Base + (sqrtEV/8) + 50) * Level) /50) + 10
Other stat = ((IV + Base + ((sqrtEV)/8) x Level) / 50) + 5
http://bulbapedia.bulbagarden.net/wiki/Stats#Formula