PokéRogue
    Preparing search index...

    Interface StarterPreferences

    The starter's current attributes (such as selected nature, nickname, etc).

    interface StarterPreferences {
        abilityIndex?: number;
        favorite?: boolean;
        female?: boolean;
        formIndex?: number;
        nature?: number;
        nickname?: string;
        shiny?: boolean;
        tera?: PokemonType;
        variant?: Variant;
    }
    Index
    abilityIndex?: number
    favorite?: boolean
    female?: boolean
    formIndex?: number
    nature?: number
    nickname?: string
    shiny?: boolean
    variant?: Variant