Stat: Difference between revisions

3 bytes added ,  2 February 2021
m
Line 1,491: Line 1,491:


===In Pokémon GO===
===In Pokémon GO===
{{incomplete|section|Stat calculation example}}
Pokémon in [[Pokémon GO]] have '''HP''', '''Attack''', and '''Defense''' stats, as well as a derived stat, '''CP'''. Pokémon GO makes no distinction between physical or special damage like the core games do; instead, all [[List of moves in Pokémon GO|attacks]] simply use Attack and Defense to calculate damage. Of the four stats in Pokémon GO, however, only HP and CP are directly visible. For more information on how damage is calculated in GO, see {{DL|Damage|Pokémon GO|Damage → Pokémon GO}}.
Pokémon in [[Pokémon GO]] have '''HP''', '''Attack''', and '''Defense''' stats, as well as a derived stat, '''CP'''. Pokémon GO makes no distinction between physical or special damage like the core games do; instead, all [[List of moves in Pokémon GO|attacks]] simply use Attack and Defense to calculate damage. Of the four stats in Pokémon GO, however, only HP and CP are directly visible. For more information on how damage is calculated in GO, see {{DL|Damage|Pokémon GO|Damage → Pokémon GO}}.


Line 1,509: Line 1,508:
where
where
* <code>HP</code> is the HP stat from the core series
* <code>HP</code> is the HP stat from the core series
* <code>Attack</code> and <code>SpAtk</code> are the Attack and Sp. Attack stats from the core series
* <code>Attack</code> is the Attack stat from the core series
* <code>Defense</code> and <code>SpDef</code> are the Defense and Sp. Defense stats from the core series
* <code>Defense</code> is the Defense and stat from the core series
* <code>SpAtk</code> is the Sp. Attack stat from the core series
* <code>SpDef</code> and Sp. Defense stat from the core series
* <code>Speed</code> is the Speed stat from the core series
* <code>Speed</code> is the Speed stat from the core series