pokemon-rogue-battle
    Preparing search index...

    Class AddPledgeEffectAttr

    Attribute that adds a secondary effect to the field when two unique Pledge moves are combined. The effect added varies based on the two Pledge moves combined.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    options?: MoveEffectAttrOptions

    A container for this attribute's optional parameters

    MoveEffectAttrOptions for supported params.

    selfSideTarget: boolean
    selfTarget: boolean

    Should this Move target the user?

    tagType: ArenaTagType
    turnCount: number

    Accessors

    • get effectChanceOverride(): undefined | number

      If defined, overrides the move's base chance for this secondary effect to trigger.

      Returns undefined | number

    • get firstHitOnly(): boolean

      true if this effect should only trigger on the first hit of multi-hit moves.

      Returns boolean

      false
      
    • get firstTargetOnly(): boolean

      true if this effect should apply only upon hitting a target for the first time when targeting multiple Pokemon.

      Returns boolean

      false
      
    • get lastHitOnly(): boolean

      true if this effect should only trigger on the last hit of multi-hit moves.

      Returns boolean

      false
      

    Methods