pokemon-rogue-battle
    Preparing search index...

    Class StatBoosterModifier

    Modifier used for held items that Applies Stat boost(s) using a multiplier.

    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