pokemon-rogue-battle
    Preparing search index...

    Class BaseStatModifier

    Modifier used for held items, specifically vitamins like Carbos, Hp Up, etc., that increase the value of a given PermanentStat.

    apply

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    isTransferable: boolean = false
    pokemonId: number
    stackCount: number
    stat: HP | ATK | DEF | SPATK | SPDEF | SPD
    virtualStackCount: number

    Methods