Guide

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 7

Scroll down to view the document on your mobile browser.
1. How do Individual Values (IV) work?We consider the example of Mewtwo. Mewtwo’s base statistics are (from https://pokemon.gameinfo.io/fr/pokemon/150-mewtwo):MewtwoBase_ATT300Base_DEF182Base_HP214The attack statistic defines the damages your Pokémon will do, the defence statistic defines the speed at which your Pokémon will die, the HP is your Pokémon’s Health Points.Assume you are very lucky, and you caught a perfect Mewtwo, with (ATT_IV, DEF_IV, HP_IV) = (15, 15, 15). Your perfect Mewtwo based stats are:Base_ATT + ATT_IV315Base_DEF + DEF_IV197Base_HP + HP_IV229Depending on the level of your Pokémon, you will multiply all these stats by a coefficients given in the following table:Level 20 Level 25 Level 30 Level 35 Level 400.5974 0.667934 0.7317 0.76156384 0.7903This table tells that: at level 25, your Pokemon is at 84.5% of its capacity; at level 30, your Pokemon is at 92.6% of its capacity; at level 35, your Pokemon is at 96.4% of itscapacity. Coming back to Mewtwo, if you level up it to level 30, its statistics are finally:ATT = (ATT + ATT_IV) at level 30230DEF = (DEF + DEF_IV) at level 30144HP = (HP + HP_IV) at level 30167CP formula is:CP = floor ATT×DEF×HP10 =floor 230×144×16710 =3566

Navigation menu