Modifier for held items that add a chance to steal items from the target of a successful attack.

Hierarchy (view full)

Constructors

Properties

chance: number
isTransferable: boolean = true
pokemonId: number
stackCount: number
virtualStackCount: number

Methods

  • Steals an item from a set of target Pokemon. This prioritizes high-tier held items when selecting the item to steal.

    Parameters

    Returns boolean

    true if an item was stolen; false otherwise.