Individual values: Difference between revisions

Line 565: Line 565:
IVs in Pokémon GO are simply added onto the [[List of Pokémon by base stats (GO)|base stat]], and then the sum is multiplied by the {{DL|Power Up|CP multiplier}}.  
IVs in Pokémon GO are simply added onto the [[List of Pokémon by base stats (GO)|base stat]], and then the sum is multiplied by the {{DL|Power Up|CP multiplier}}.  


[[File:Stat calc GO.png|x25px]]
<math>Stat = (base + IV) \times cpMult</math>


If a Pokémon is transferred from Pokémon GO to [[Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!]], the IVs will be recalculated directly based off the IVs it had in Pokémon GO.  
If a Pokémon is transferred from Pokémon GO to [[Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!]], the IVs will be recalculated directly based off the IVs it had in Pokémon GO.  


* IV for HP will equal <code>2 × IV<sub>HP</sub> + 1</code>
* IV for HP will equal <math>2 \times IV_{HP}+1</math>
* IVs for Attack and Sp. Attack will both equal <code>2 × IV<sub>Attack</sub> + 1</code>
* IVs for Attack and Sp. Attack will both equal <math>2 \times IV_{Attack}+1</math>
* IVs for Defense and Sp. Defense will both equal <code>2 × IV<sub>Defense</sub> + 1</code>
* IVs for Defense and Sp. Defense will both equal <math>2 \times IV_{Defense}+1</math>
* IV for Speed will be randomly determined
* IV for Speed will be randomly determined