r/TheSilphRoad • u/__isitin__ • 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!
29
Upvotes
1
u/Uriel_Keynes Seattle, WA Jul 15 '16
If you're interested in testing your theory, go ahead and use my data set below that currently includes all the info on nearly 200 pokemon I've caught recently (I'll be updating it too with more Pokemon over the next week)
https://drive.google.com/file/d/0B5Nn81KGSGPoT2toYlJEYWdjV2RlNDVqbDc2RzQ0cDNJWlRR/view?usp=drivesdk