rkha / libpogo-sml

Pokemon Go IV Calculator Library
2 stars 0 forks source link

Match new base stat formula to Nov. 21, 2016 CP update's changes #1

Closed rkha closed 7 years ago

rkha commented 7 years ago

It's no longer \sqrt{ATK SPATK} but \cuberoot{ATK SPATK * max{ATK, SPATK)}. Repeat for defense.

rkha commented 7 years ago

Apparently cube root was wrong according to: https://pokemongo.gamepress.gg/pokemon-stat-change

Need to compare with: https://docs.google.com/spreadsheets/d/1_WS9FIGSlKVk6XAJTE3TxXIqlBPIQ5Lsx5qifE72vXY/htmlview?sle=true#gid=0 or preferably the new MASTER file's base stats to confirm.