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

canStack: boolean
multiplier: number
showAbility: boolean
stat: Stat

Methods

  • applyFieldBattleStat: Tries to multiply a Pokemon's BattleStat

    Parameters

    Returns boolean

    true if this changed the checked stat, false otherwise.