-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to get pokemon attacks ? #251
Comments
I don't know about the attacks, but you can get the candy like this
|
Thanks a lot @ameyer ! Anyone knows how to get pokemons' attacks details? |
@litil inside hb: ` // Show MapPokemons (catchable) & catch
Also check that #263 to get all correct response |
I've been playing with the lib for a few days and I'm trying to understand what mean all attributes I get in the GetInventory response. For a pokemon for example, I see :
"pokemon_id":124, "cp":546, "stamina":61, "stamina_max":61, "move_1":222, "move_2":33, "individual_attack":15, "individual_defense":7, "individual_stamina":2, "cp_multiplier":0.4627983868122101, ...
How do I know the name and the strength of a pokemon's attacks? Is it related to move_X or individual_X ?
Also, how could I know how many candies I have for a pokemon family?
Thanks
The text was updated successfully, but these errors were encountered: