pokemon-rogue-battle
    Preparing search index...

    Class InstantChargeAttr

    Attribute that allows charge moves to resolve in 1 turn under a given condition. Should only be used for ChargingMoves as a chargeAttr.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    condition: UserMoveConditionFunc

    The condition in which the move with this attribute instantly charges

    selfTarget: boolean

    Should this Move target the user?

    Methods

    • Flags the move with this attribute as instantly charged if this attribute's condition is met.

      Parameters

      Returns boolean

      true if the instant charge condition is met; false otherwise.