Abstract class for held items that steal other Pokemon's items.

Hierarchy (view full)

Constructors

Properties

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

    • args: any[]

      [0] The Pokemon holding this item

    Returns boolean

    true if an item was stolen; false otherwise.