Class for abilities that convert single-strike moves to two-strike moves (i.e. Parental Bond).

Param: damageMultiplier

the damage multiplier for the second strike, relative to the first.

Hierarchy (view full)

Constructors

Properties

damageMultiplier: number
showAbility: boolean

Methods

  • If conditions are met, this doubles the move's hit count (via args[1]) or multiplies the damage of secondary strikes (via args[2])

    Parameters

    • pokemon: default

      the Pokemon using the move

    • passive: boolean

      n/a

    • defender: default

      n/a

    • move: default

      the move used by the ability source

    • args: any[]

    Returns boolean

  • Determines whether this attribute can apply to a given move.

    Parameters

    • move: default

      the move to which this attribute may apply

    • numTargets: number

      the number of Pokemon targeted by this move

    Returns boolean

    true if the attribute can apply to the move, false otherwise