Modifier used for held items, specifically Eviolite, that apply Stat boost(s) using a multiplier if the holder can evolve.

See

apply

Hierarchy (view full)

Constructors

Properties

multiplier: number

The multiplier used to increase the relevant stat(s)

pokemonId: number
stackCount: number
stats: Stat[]

The stats that the held item boosts

virtualStackCount: number

Methods

  • Boosts the incoming stat value by a multiplier if the holder can evolve. Note that, if the holder is a fusion, they will receive only half of the boost if either of the fused members are fully evolved. However, if they are both unevolved, the full boost will apply.

    Parameters

    Returns boolean

    true if the stat boost applies successfully, false otherwise

    See

    shouldApply