Attribute used for moves that suppress abilities like Moves.GASTRO_ACID. A suppressed ability cannot be activated.

Hierarchy (view full)

Constructors

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?

selfTarget: boolean

Should this Move target the user?

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

phases.MoveEffectPhase.start

Methods