PokéRogue
    Preparing search index...

    Interface MoveEffectAttrOptions

    interface MoveEffectAttrOptions {
        effectChanceOverride?: number;
        firstHitOnly?: boolean;
        firstTargetOnly?: boolean;
        lastHitOnly?: boolean;
        trigger?: MoveEffectTrigger;
    }

    Hierarchy (View Summary)

    Index

    Properties

    effectChanceOverride?: number

    Overrides the secondary effect chance for this attr if set.

    firstHitOnly?: boolean

    Should this effect only apply on the first hit?

    firstTargetOnly?: boolean

    Should this effect only apply on the first target hit?

    lastHitOnly?: boolean

    Should this effect only apply on the last hit?

    Defines when this effect should trigger in the move's effect order

    MoveEffectPhase