Modifier used for held items that apply Stat boost(s) using a multiplier if the holder is of a specific Species.

See

apply

Hierarchy (view full)

Constructors

Properties

multiplier: number

The multiplier used to increase the relevant stat(s)

pokemonId: number
species: Species[]

The species that the held item's stat boost(s) apply to

stackCount: number
stats: Stat[]

The stats that the held item boosts

virtualStackCount: number

Methods

  • Checks if either parameter is included in the corresponding lists

    Parameters

    Returns boolean

    true if both parameters are in species and stats respectively, false otherwise