Individual Values or IVs (Also called Determinant Values or DVs for short) are values that determine the stats of a Pokémon. These are comparable to Genes, and are the reason for the difference in power from one Pokémon to the next, trained or otherwise.
Each of the battle stats have a certain number assigned to them that range from 0 to 31. These come into calculation within the base stats of a Pokémon which determine the number for each individual stat. These IVs are determined when it is generated by the game, which is often random and at the start of a wild battle, given to the player by an NPC or when an egg is received from the Pokémon Day Care.
Contents |
[edit] Generation I
In Generation I there were only 4 IVs that were available: Attack, Defense, Speed, and Special. Each of these increased their respective stat and the HP IV culminated from the IVs stored in the other 4 stats. In this generation the IVs could only range from 0 - 15 (or 0000 - 1111 in binary in which the HP IV took it's total from the final binary number from each stat. It took them from Attack, Defense, Speed, and Special, in that specific order, in order to create it's own Individual Value).
The IVs were determined with this formula:
HP = (((IV + Base + (√EV / 8) + 50) * Level) / 50) + 10
Other Stat = (((IV + Base + (√EV / 8) * Level) / 50) + 5


