精灵宝可梦GO官方CP计算公司解读,首先声明,小编是看不懂英文的,所以自带翻译成中文,如果你有兴趣,也可以关注下英文方面的介绍,或许更能真是反应cp计算。
蚕豆网口袋妖怪GO交流群:560822105(点击加入)
首先,看看这里的所有新的口袋妖怪去基地的统计值。新的价值观遵循这些公式是
basestamina = 2×惠普
baseattack = 2 *轮(atk0.5 spa0.5 + spe0.5)
basedefense = 2 *轮(def0.5 spd0.5 + spe0.5)
在HP,攻击力,防御力,SPA,SPD,SPE在Gen 6的基础值。带
totalcpmultiplier = cpmultiplier + additionalcpmultiplier
totalcpmultiplier约0.095 * sqrt(pokemonlevel),在pokemonlevel增加1每一个电。
注:看到这个帖子看多少(totalcpmultiplier)2每升高电。30级后(或pokemonlevel = 30×2,因为每两级功率UPS),每次上电大约一半是有效的。
然后把
耐力=(basestamina + individualstamina)* totalcpmultiplier
攻击=(baseattack +进攻)* totalcpmultiplier
防御=(basedefense + individualdefense)* totalcpmultiplier
(不舍五舍五入)。个人游范围从0到15。最后,
CP = max(10,地板(stamina0.5 *攻击* def0.5 / 10))
编辑:公式应该是固定的。
按2:哎呀,固定基值估计(错过了一个0的速度指数)。
edit3:新基值的精确计算公式。
英文模式:
First, look here for all the new Pokemon Go base stat values. The new values follow these formulas exactly (Credit: /u/Fourier864):
BaseStamina = 2 * Hp
BaseAttack = 2 * ROUND(Atk0.5 SpA0.5 + Spe0.5)
BaseDefense = 2 * ROUND(Def0.5 SpD0.5 + Spe0.5)
where HP, Atk, Def, SpA, SpD, Spe are all the base values in Gen 6. Take
TotalCpMultiplier = CpMultiplier + AdditionalCpMultiplier
TotalCpMultiplier 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 take
Stamina = (BaseStamina + IndividualStamina) * TotalCPMultiplier
Attack = (BaseAttack + IndividualAttack) * TotalCpMultiplier
Defense = (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).
Edit3: Exact formula for new base values.
(责任编辑:小明同学)
标签: 精灵宝可梦GO 精灵宝可梦GOcp计算