PokéRogue
    Preparing search index...

    Variable lastResortConditionConst

    lastResortCondition: MoveCondition = ...

    Condition used by the move Last Resort

    Last resort fails if

    • It is not in the user's moveset
    • The user does not know at least one other move
    • The user has not directly used each other move in its moveset since it was sent into battle
      • A move is considered used for this purpose if it passed the first failure check sequence in the move phase (i.e. its usage message was displayed)