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

    Whether this item can be transfered to or stolen by another Pokemon.

    pokemonId: number

    The ID of the Pokemon that this item belongs to.

    stackCount: number
    stat: HP | ATK | DEF | SPATK | SPDEF | SPD
    virtualStackCount: number

    Methods