Multiplies a BattleStat if the checked Pokemon lacks this ability. If this ability cannot stack, a BooleanHolder can be used to prevent this from stacking.

Hierarchy (view full)

  • AbAttr
    • FieldMultiplyBattleStatAbAttr

Constructors

Properties

showAbility: boolean

Methods

  • Parameters

    Returns boolean | Promise<boolean>

  • applyFieldBattleStat: Tries to multiply a Pokemon's BattleStat

    Parameters

    Returns boolean

    true if this changed the checked stat, false otherwise.