pokemon-rogue-battle
    Preparing search index...
    interface Starter {
        abilityIndex: number;
        dexAttr: bigint;
        moveset?: StarterMoveset;
        nature: Nature;
        nickname?: string;
        passive: boolean;
        pokerus: boolean;
        species: default;
        teraType?: PokemonType;
    }
    Index

    Properties

    abilityIndex: number
    dexAttr: bigint
    moveset?: StarterMoveset
    nature: Nature
    nickname?: string
    passive: boolean
    pokerus: boolean
    species: default
    teraType?: PokemonType