pokemon-rogue-battle
    Preparing search index...

    Class ReduceBurnDamageAbAttr

    Causes Pokemon to take reduced damage from the Burn status

    Multiplied with the damage taken

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    multiplier: number
    showAbility: boolean

    Methods

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

      Parameters

      • pokemon: default

        The pokemon to apply this ability to

      • passive: boolean

        Whether or not the ability is a passive

      • simulated: boolean

        Whether the call is simulated

      • args: any[]

        Extra args passed to the function. Handled by child classes.

      Returns boolean

      true if the ability can be applied, false otherwise

      apply