PokéRogue
    Preparing search index...
    • Matcher that checks if a Pokemon has a specific Stat stage.

      Parameters

      • this: MatcherState
      • received: unknown

        The object to check. Should be a Pokemon.

      • stat: ATK | DEF | SPATK | SPDEF | SPD | ACC | EVA

        The Stat to check

      • expectedStage: number

        The expected numerical value of stat; should be within the range [-6, 6]

      Returns SyncExpectationResult

      Whether the matcher passed