pokemon-rogue-battle
    Preparing search index...

    Interface StarterAttributes

    interface StarterAttributes {
        ability?: number;
        favorite?: boolean;
        female?: boolean;
        form?: number;
        nature?: number;
        nickname?: string;
        shiny?: boolean;
        tera?: PokemonType;
        variant?: number;
    }
    Index

    Properties

    ability?: number
    favorite?: boolean
    female?: boolean
    form?: number
    nature?: number
    nickname?: string
    shiny?: boolean
    variant?: number