pokemon-rogue-battle
    Preparing search index...

    Class EvolutionStatBoosterModifier

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

    apply

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    isTransferable: boolean = true
    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