Skip to content
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

attacks and damages #51

Closed
f2008305 opened this issue Aug 6, 2016 · 3 comments
Closed

attacks and damages #51

f2008305 opened this issue Aug 6, 2016 · 3 comments

Comments

@f2008305
Copy link
Contributor

f2008305 commented Aug 6, 2016

are in the code the attacks and damages of a pokemon?
or can we have only the id of that attack?

@Ni42
Copy link
Collaborator

Ni42 commented Aug 6, 2016

You can do $pokemon->getMove1() and $pokemon->getMove2() to get an integer with the move IDs, but the remaining details you need yourself, this probably also needs some meta files to support the move information.

@DrDelay
Copy link
Collaborator

DrDelay commented Aug 6, 2016

You can get the "code-name" by ID with this. Damage will get tricky though.

@ghost
Copy link

ghost commented Aug 6, 2016

#63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants