PokéRogue
    Preparing search index...

    Represents a single stat stage change. Readonly to avoid accidental changes.

    interface StatChange {
        stages: number;
        stat: ATK | DEF | SPATK | SPDEF | SPD | ACC | EVA;
    }
    Index

    Properties

    Properties

    stages: number
    stat: ATK | DEF | SPATK | SPDEF | SPD | ACC | EVA