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

Implement Z-Moves #10

Open
rhysm94 opened this issue Mar 19, 2018 · 0 comments
Open

Implement Z-Moves #10

rhysm94 opened this issue Mar 19, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rhysm94
Copy link
Owner

rhysm94 commented Mar 19, 2018

Z-Moves are special, once-per-battle moves, which deal far more damage than their non Z-Move equivalents, or add extra effects to Status moves.
Z-Moves are enabled on a per-Type basis, by having a Pokémon hold a Z-Crystal for that type. Therefore, this is dependent upon implementing #8 first, for Pokémon to be able to hold Z-Crystals. When a Pokémon holds a Z-Crystal of a certain type, activates it in battle, and uses a Move that Z-Crystal corresponds with, that Move will be replaced by its Z-Move replacement.

@rhysm94 rhysm94 added the enhancement New feature or request label Mar 19, 2018
@rhysm94 rhysm94 self-assigned this Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant