Function getRandomSpeciesByStarterTier
- getRandomSpeciesByStarterTier(starterTiers, excludedSpecies?, types?, allowSubLegendary?, allowLegendary?, allowMythical?): Species
Parameters
- starterTiers: number | [number, number]
Optional
excludedSpecies: Species[]Optional
types: Type[]- allowSubLegendary: boolean = true
- allowLegendary: boolean = true
- allowMythical: boolean = true
NOTE: This returns ANY random species, including those locked behind eggs, etc.