interface Starter {
    abilityIndex: number;
    dexAttr: bigint;
    moveset?: StarterMoveset;
    nature: Nature;
    passive: boolean;
    pokerus: boolean;
    species: default;
}

Properties

abilityIndex: number
dexAttr: bigint
moveset?: StarterMoveset
nature: Nature
passive: boolean
pokerus: boolean
species: default