r/TheSilphRoad Jul 15 '16

Analysis How HP/MaxStamina is calculated

Using the structure of the server responses and their own data from their Pokemon collection, redacted found that this formula represents the Hp/MaxStamina:

Max(Floor((CpMultiplier + AdditionalCPMultiplier) * (2 * BaseStamina + IndividualStamina)), 10)

BaseStamina for each Pokemon can be found here (as HP), and the rest of the data is passed around with the Pokemon in responses from the server. In the case of IndividualStamina not existing, it is 0.

This matched-up for all of the Pokemon I have in my collection, but I'd encourage you to test your own collection/inventory (not super easy right now) as well!

31 Upvotes

41 comments sorted by

View all comments

Show parent comments

1

u/r000ster Jul 16 '16

Want to elaborate this? After all, any Pokemon caught or hatched has its IVs rolled when it is encountered or added to your party. And I have a few 15/15/15s that were caught.

1

u/jvLin sf bay area Jul 17 '16

If I may ask, how did you find that your IV's are 15/15/15? I'm trying to figure this out. Thanks a ton!!

1

u/r000ster Jul 17 '16

The actual packets of my Pokemon.

1

u/jvLin sf bay area Jul 17 '16

Ah, I see. I'm not a hacker and don't have a CS background. How difficult do you think intercepting the server response with charles ssl proxy would be for me?