pokemon-rogue-battle
    Preparing search index...

    Class IgnoreOpponentStatStagesAbAttr

    Ability attribute for ignoring the opponent's stat changes

    the stats that should be ignored

    Hierarchy (View Summary)

    • AbAttr
      • IgnoreOpponentStatStagesAbAttr
    Index

    Constructors

    Properties

    showAbility: boolean

    Methods

    • Modifies a BooleanHolder and returns the result to see if a stat is ignored or not

      Parameters

      • _pokemon: default

        n/a

      • _passive: boolean

        n/a

      • simulated: boolean

        n/a

      • _cancelled: BooleanHolder

        n/a

      • args: any[]

        A BooleanHolder that represents whether or not to ignore a stat's stat changes

      Returns void

    • Returns a boolean describing whether the ability can be applied under current conditions

      Parameters

      • pokemon: default
      • passive: boolean
      • simulated: boolean
      • args: any[]

      Returns boolean

      true if the ability can be applied, false otherwise

      apply