pokemon-rogue-battle
    Preparing search index...

    Class CopyMoveAttr

    Attribute used to copy a previously-used move. Used for Moves.COPYCAT and Moves.MIRROR_MOVE

    apply for move selection and move call

    Hierarchy

    • CallMoveAttr
      • CopyMoveAttr
    Index

    Constructors

    Properties

    hasTarget: boolean
    invalidMoves: ReadonlySet<Moves>
    selfTarget: boolean

    Should this Move target the user?

    Methods