PokéRogue
    Preparing search index...

    Interface DailySeedBoss

    Configuration for a custom daily run boss Pokémon.

    interface DailySeedBoss {
        ability?: AbilityId;
        formIndex?: number;
        moveset?: StarterMoveset;
        nature?: Nature;
        passive?: AbilityId;
        speciesId: SpeciesId;
        variant?: Variant;
    }
    Index

    Properties

    ability?: AbilityId
    formIndex?: number
    moveset?: StarterMoveset
    nature?: Nature
    passive?: AbilityId
    speciesId: SpeciesId
    variant?: Variant