Stat: Difference between revisions

838 bytes added ,  19 February 2019
→‎In Pokémon GO: adding info on how core series converts to GO stats
(→‎Stage multipliers: apparently someone on silphroad tested ancientpower and it uses the second set of multipliers (game_master's COMBAT_STAT_STAGE_SETTINGS_KEY))
(→‎In Pokémon GO: adding info on how core series converts to GO stats)
Line 1,437: Line 1,437:
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.
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.


====CP====
===Conversion from the core series===
'''CP''' (Japanese: '''{{j|CP}}'''), or '''Combat Power''' (Japanese: '''{{tt|総合的|そうごうてき}}な{{tt||つよ}}さ''' ''Total Power''), is a stat that roughly indicates a Pokémon's capability in combat. CP's value is derived from all three of the other stats, with Attack most heavily influencing its value. This means that two Pokémon of the same species with the same CP may still have slightly different underlying stats.
Each [[List of Pokémon by base stats (Pokémon GO)|Pokémon's base stats]] are based off its stats from the core series. Aside from a few outliers, such as {{p|Shedinja}}'s HP, base stats in GO can be approximated by the following formulas: <ref>[https://pokemongo.gamepress.gg/pokemon-stat-change Understanding the Pokémon Stats Update LEGACY]</ref>
 
[[File:HP conversion GO.png|x25px]]
 
[[File:Attack conversion GO.png|x50px]]
 
[[File:Defense conversion GO.png|x50px]]
 
[[File:SpeedMult GO.png|x50px]]
 
where
* <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>Defense</code> and <code>SpDef</code> are the Defense and Sp. Defense stats from the core series
* <code>Speed</code> is the Speed stat from the core series


====Determination of stats====
====Determination of stats====
Calculating a Pokémon's stats in Pokémon GO depends on [[List of Pokémon by base stats (Pokémon GO)|its species' base stats]], its [[individual values|IVs]], and its [[Power Up]] level. Whereas the core games have many ways in which one Pokémon's stats can become different from another's, in Pokémon GO, ultimately only a Pokémon's IVs will distinguish its stats from another of the same species.
Calculating a Pokémon's stats in Pokémon GO depends on [[List of Pokémon by base stats (Pokémon GO)|its species' base stats]], its [[individual values|IVs]], and its [[Power Up]] level. Whereas the core games have many ways in which one Pokémon's stats can become different from another's, in Pokémon GO, ultimately only a Pokémon's IVs will distinguish its stats from another of the same species.


The formulas for the three basic stats are...
The formulas for the three basic stats are


[[File:Stat calc GO.png]]
[[File:Stat calc GO.png|x25px]]


...where <code>base</code> and <code>IV</code> refer to the relevant base stat (HP is calculated using the base Stamina) and IV for the stat in question, and <code>lvMult</code> (CP Multiplier) is a multiplier determined by the Pokémon's current [[Power Up]] level. However, the minimum value for HP is 10. Pokémon defending a {{OBP|Gym|GO}} have twice their regular HP during battles.
where
* <code>base</code> refers to the relevant base stat
* <code>IV</code> refers to the IV for the stat in question
* <code>cpMult</code> is the CP multiplier, which is determined by the Pokémon's current [[Power Up]] level.  
** For HP, the minimum value is 10. Pokémon defending a {{OBP|Gym|GO}} have twice their regular HP during Gym battles.
 
====CP====
'''CP''' (Japanese: '''{{j|CP}}'''), or '''Combat Power''' (Japanese: '''{{tt|総合的|そうごうてき}}な{{tt|強|つよ}}さ''' ''Total Power''), is a stat that roughly indicates a Pokémon's capability in combat. CP's value is derived from all three of the other stats, with Attack most heavily influencing its value. This means that two Pokémon of the same species with the same CP may still have slightly different underlying stats.


The formula for CP uses the values of the stats resulting from the formula above (without rounding their results and before accounting for HP's minimum of 10):
The formula for CP uses the values of the stats resulting from the formula above (without rounding their results and before accounting for HP's minimum of 10):