"Exact Pokemon CP Formula"
#PokemonGO: First, look here for all the new Pokemon Go base stat values. The new values approximately follow this formula:BaseStamina = 2 * HpBaseAttack = 2.6 * Atk0.46 SpA0.46 Spe0.04 + 3BaseDefense = 2.6 * Def0.46 SpD0.46 Spe0.04 + 3where HP, Atk, Def, SpA, SpD, Spe are all the base values in Gen 6. TakeTotalCpMultiplier = CpMultiplier + AdditionalCpMultiplierTotalCpMultiplier is approximately 0.095 * Sqrt(PokemonLevel), where PokemonLevel increases by 1 every power up.Note: See this post to see how much (TotalCpMultiplier)2 increases every power up. After level 30 (or PokemonLevel = 30 * 2, since two power ups per level), each power up is about half as effective.Then takeStamina = (BaseStamina + IndividualStamina) * TotalCPMultiplierAttack = (BaseAttack + IndividualAttack) * TotalCpMultiplierDefense = (BaseDefense + IndividualDefense) * TotalCpMultiplier(no rounding). The IVs range from 0 to 15. Finally,CP = MAX(10, FLOOR(Stamina0.5 * Attack * Def0.5 / 10))Edit: Formulas should be fixed now.Edit2: Oops, fixed the Base value estimates (missed a 0 in the Speed exponent). via /r/TheSilphRoad http://ift.tt/29ZaNX0
"Exact Pokemon CP Formula"
Reviewed by The Pokémonger
on
06:00
Rating:
No comments