Optional
ppUsed: numberOptional
ppUp: numberOptional
virtual: booleanOptional
ignorePp: booleanStatic
loadCopies an existing move or creates a valid PokemonMove object from json representing one
The data for the move to copy
A valid pokemonmove object
Wrapper class for the
Move
class for Pokemon to interact with. These are the moves assigned to aPokemon
object. It links toMove
class via the move ID. Compared toMove
, this class also tracks if a move has received. PP Ups, amount of PP used, and things like that.See
isUsable
- checks if move is disabled, out of PP, or not implemented.getMove
- returnsMove
object by looking it up via ID.usePp
- removes a point of PP from the move.getMovePp
- returns amount of PP a move currently has.getPpRatio
- returns the current PP amount / max PP amount.getName
- returns name ofMove
.