PokéRogue
    Preparing search index...

    Container for info about a Move

    interface MoveInfo {
        maxPp: number;
        move: Move;
        ppUsed: number;
    }
    Index

    Properties

    Properties

    maxPp: number

    The maximum PP of the Move

    move: Move

    The Move itself

    ppUsed: number

    The amount of PP used by the Move