Removes a random held item (or berry) from target. Used for Incinerate and Knock Off. Not Implemented Cases: (Same applies for Thief) "If the user faints due to the target's Ability (Rough Skin or Iron Barbs) or held Rocky Helmet, it cannot remove the target's held item." "If Knock Off causes a Pokémon with the Sticky Hold Ability to faint, it can now remove that Pokémon's held item."

Hierarchy (view full)

Constructors

Properties

berriesOnly: boolean

Optional restriction for item pool to berries only i.e. Differentiating Incinerate and Knock Off

firstHitOnly: boolean

Should this effect only apply on the first hit?

selfTarget: boolean

Should this Move target the user?

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

See

MoveEffectPhase.start

Methods