PokéRogue
    Preparing search index...

    Interface DailySeedStarter

    Configuration for a custom daily run starter Pokémon.

    interface DailySeedStarter {
        abilityIndex?: number;
        formIndex?: number;
        moveset?: StarterMoveset;
        nature?: Nature;
        speciesId: SpeciesId;
        variant?: Variant;
    }
    Index

    Properties

    abilityIndex?: number
    formIndex?: number
    moveset?: StarterMoveset
    nature?: Nature
    speciesId: SpeciesId
    variant?: Variant