mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 06:52:16 +02:00
1087 lines
27 KiB
TypeScript
1087 lines
27 KiB
TypeScript
import { SimpleTranslationEntries } from '#app/plugins/i18n';
|
|
|
|
export const pokemon: SimpleTranslationEntries = {
|
|
'bulbasaur': 'Bulbasaur',
|
|
'ivysaur': 'Ivysaur',
|
|
'venusaur': 'Venusaur',
|
|
'charmander': 'Charmander',
|
|
'charmeleon': 'Charmeleon',
|
|
'charizard': 'Charizard',
|
|
'squirtle': 'Squirtle',
|
|
'wartortle': 'Wartortle',
|
|
'blastoise': 'Blastoise',
|
|
'caterpie': 'Caterpie',
|
|
'metapod': 'Metapod',
|
|
'butterfree': 'Butterfree',
|
|
'weedle': 'Weedle',
|
|
'kakuna': 'Kakuna',
|
|
'beedrill': 'Beedrill',
|
|
'pidgey': 'Pidgey',
|
|
'pidgeotto': 'Pidgeotto',
|
|
'pidgeot': 'Pidgeot',
|
|
'rattata': 'Rattata',
|
|
'raticate': 'Raticate',
|
|
'spearow': 'Spearow',
|
|
'fearow': 'Fearow',
|
|
'ekans': 'Ekans',
|
|
'arbok': 'Arbok',
|
|
'pikachu': 'Pikachu',
|
|
'raichu': 'Raichu',
|
|
'sandshrew': 'Sandshrew',
|
|
'sandslash': 'Sandslash',
|
|
'nidoran_f': 'Nidoran♀',
|
|
'nidorina': 'Nidorina',
|
|
'nidoqueen': 'Nidoqueen',
|
|
'nidoran_m': 'Nidoran♂',
|
|
'nidorino': 'Nidorino',
|
|
'nidoking': 'Nidoking',
|
|
'clefairy': 'Clefairy',
|
|
'clefable': 'Clefable',
|
|
'vulpix': 'Vulpix',
|
|
'ninetales': 'Ninetales',
|
|
'jigglypuff': 'Jigglypuff',
|
|
'wigglytuff': 'Wigglytuff',
|
|
'zubat': 'Zubat',
|
|
'golbat': 'Golbat',
|
|
'oddish': 'Oddish',
|
|
'gloom': 'Gloom',
|
|
'vileplume': 'Vileplume',
|
|
'paras': 'Paras',
|
|
'parasect': 'Parasect',
|
|
'venonat': 'Venonat',
|
|
'venomoth': 'Venomoth',
|
|
'diglett': 'Diglett',
|
|
'dugtrio': 'Dugtrio',
|
|
'meowth': 'Meowth',
|
|
'persian': 'Persian',
|
|
'psyduck': 'Psyduck',
|
|
'golduck': 'Golduck',
|
|
'mankey': 'Mankey',
|
|
'primeape': 'Primeape',
|
|
'growlithe': 'Growlithe',
|
|
'arcanine': 'Arcanine',
|
|
'poliwag': 'Poliwag',
|
|
'poliwhirl': 'Poliwhirl',
|
|
'poliwrath': 'Poliwrath',
|
|
'abra': 'Abra',
|
|
'kadabra': 'Kadabra',
|
|
'alakazam': 'Alakazam',
|
|
'machop': 'Machop',
|
|
'machoke': 'Machoke',
|
|
'machamp': 'Machamp',
|
|
'bellsprout': 'Bellsprout',
|
|
'weepinbell': 'Weepinbell',
|
|
'victreebel': 'Victreebel',
|
|
'tentacool': 'Tentacool',
|
|
'tentacruel': 'Tentacruel',
|
|
'geodude': 'Geodude',
|
|
'graveler': 'Graveler',
|
|
'golem': 'Golem',
|
|
'ponyta': 'Ponyta',
|
|
'rapidash': 'Rapidash',
|
|
'slowpoke': 'Slowpoke',
|
|
'slowbro': 'Slowbro',
|
|
'magnemite': 'Magnemite',
|
|
'magneton': 'Magneton',
|
|
'farfetchd': 'Farfetch\'d',
|
|
'doduo': 'Doduo',
|
|
'dodrio': 'Dodrio',
|
|
'seel': 'Seel',
|
|
'dewgong': 'Dewgong',
|
|
'grimer': 'Grimer',
|
|
'muk': 'Muk',
|
|
'shellder': 'Shellder',
|
|
'cloyster': 'Cloyster',
|
|
'gastly': 'Gastly',
|
|
'haunter': 'Haunter',
|
|
'gengar': 'Gengar',
|
|
'onix': 'Onix',
|
|
'drowzee': 'Drowzee',
|
|
'hypno': 'Hypno',
|
|
'krabby': 'Krabby',
|
|
'kingler': 'Kingler',
|
|
'voltorb': 'Voltorb',
|
|
'electrode': 'Electrode',
|
|
'exeggcute': 'Exeggcute',
|
|
'exeggutor': 'Exeggutor',
|
|
'cubone': 'Cubone',
|
|
'marowak': 'Marowak',
|
|
'hitmonlee': 'Hitmonlee',
|
|
'hitmonchan': 'Hitmonchan',
|
|
'lickitung': 'Lickitung',
|
|
'koffing': 'Koffing',
|
|
'weezing': 'Weezing',
|
|
'rhyhorn': 'Rhyhorn',
|
|
'rhydon': 'Rhydon',
|
|
'chansey': 'Chansey',
|
|
'tangela': 'Tangela',
|
|
'kangaskhan': 'Kangaskhan',
|
|
'horsea': 'Horsea',
|
|
'seadra': 'Seadra',
|
|
'goldeen': 'Goldeen',
|
|
'seaking': 'Seaking',
|
|
'staryu': 'Staryu',
|
|
'starmie': 'Starmie',
|
|
'mr_mime': 'Mr. Mime',
|
|
'scyther': 'Scyther',
|
|
'jynx': 'Jynx',
|
|
'electabuzz': 'Electabuzz',
|
|
'magmar': 'Magmar',
|
|
'pinsir': 'Pinsir',
|
|
'tauros': 'Tauros',
|
|
'magikarp': 'Magikarp',
|
|
'gyarados': 'Gyarados',
|
|
'lapras': 'Lapras',
|
|
'ditto': 'Ditto',
|
|
'eevee': 'Eevee',
|
|
'vaporeon': 'Vaporeon',
|
|
'jolteon': 'Jolteon',
|
|
'flareon': 'Flareon',
|
|
'porygon': 'Porygon',
|
|
'omanyte': 'Omanyte',
|
|
'omastar': 'Omastar',
|
|
'kabuto': 'Kabuto',
|
|
'kabutops': 'Kabutops',
|
|
'aerodactyl': 'Aerodactyl',
|
|
'snorlax': 'Snorlax',
|
|
'articuno': 'Articuno',
|
|
'zapdos': 'Zapdos',
|
|
'moltres': 'Moltres',
|
|
'dratini': 'Dratini',
|
|
'dragonair': 'Dragonair',
|
|
'dragonite': 'Dragonite',
|
|
'mewtwo': 'Mewtwo',
|
|
'mew': 'Mew',
|
|
'chikorita': 'Chikorita',
|
|
'bayleef': 'Bayleef',
|
|
'meganium': 'Meganium',
|
|
'cyndaquil': 'Cyndaquil',
|
|
'quilava': 'Quilava',
|
|
'typhlosion': 'Typhlosion',
|
|
'totodile': 'Totodile',
|
|
'croconaw': 'Croconaw',
|
|
'feraligatr': 'Feraligatr',
|
|
'sentret': 'Sentret',
|
|
'furret': 'Furret',
|
|
'hoothoot': 'Hoothoot',
|
|
'noctowl': 'Noctowl',
|
|
'ledyba': 'Ledyba',
|
|
'ledian': 'Ledian',
|
|
'spinarak': 'Spinarak',
|
|
'ariados': 'Ariados',
|
|
'crobat': 'Crobat',
|
|
'chinchou': 'Chinchou',
|
|
'lanturn': 'Lanturn',
|
|
'pichu': 'Pichu',
|
|
'cleffa': 'Cleffa',
|
|
'igglybuff': 'Igglybuff',
|
|
'togepi': 'Togepi',
|
|
'togetic': 'Togetic',
|
|
'natu': 'Natu',
|
|
'xatu': 'Xatu',
|
|
'mareep': 'Mareep',
|
|
'flaaffy': 'Flaaffy',
|
|
'ampharos': 'Ampharos',
|
|
'bellossom': 'Bellossom',
|
|
'marill': 'Marill',
|
|
'azumarill': 'Azumarill',
|
|
'sudowoodo': 'Sudowoodo',
|
|
'politoed': 'Politoed',
|
|
'hoppip': 'Hoppip',
|
|
'skiploom': 'Skiploom',
|
|
'jumpluff': 'Jumpluff',
|
|
'aipom': 'Aipom',
|
|
'sunkern': 'Sunkern',
|
|
'sunflora': 'Sunflora',
|
|
'yanma': 'Yanma',
|
|
'wooper': 'Wooper',
|
|
'quagsire': 'Quagsire',
|
|
'espeon': 'Espeon',
|
|
'umbreon': 'Umbreon',
|
|
'murkrow': 'Murkrow',
|
|
'slowking': 'Slowking',
|
|
'misdreavus': 'Misdreavus',
|
|
'unown': 'Unown',
|
|
'wobbuffet': 'Wobbuffet',
|
|
'girafarig': 'Girafarig',
|
|
'pineco': 'Pineco',
|
|
'forretress': 'Forretress',
|
|
'dunsparce': 'Dunsparce',
|
|
'gligar': 'Gligar',
|
|
'steelix': 'Steelix',
|
|
'snubbull': 'Snubbull',
|
|
'granbull': 'Granbull',
|
|
'qwilfish': 'Qwilfish',
|
|
'scizor': 'Scizor',
|
|
'shuckle': 'Shuckle',
|
|
'heracross': 'Heracross',
|
|
'sneasel': 'Sneasel',
|
|
'teddiursa': 'Teddiursa',
|
|
'ursaring': 'Ursaring',
|
|
'slugma': 'Slugma',
|
|
'magcargo': 'Magcargo',
|
|
'swinub': 'Swinub',
|
|
'piloswine': 'Piloswine',
|
|
'corsola': 'Corsola',
|
|
'remoraid': 'Remoraid',
|
|
'octillery': 'Octillery',
|
|
'delibird': 'Delibird',
|
|
'mantine': 'Mantine',
|
|
'skarmory': 'Skarmory',
|
|
'houndour': 'Houndour',
|
|
'houndoom': 'Houndoom',
|
|
'kingdra': 'Kingdra',
|
|
'phanpy': 'Phanpy',
|
|
'donphan': 'Donphan',
|
|
'porygon2': 'Porygon2',
|
|
'stantler': 'Stantler',
|
|
'smeargle': 'Smeargle',
|
|
'tyrogue': 'Tyrogue',
|
|
'hitmontop': 'Hitmontop',
|
|
'smoochum': 'Smoochum',
|
|
'elekid': 'Elekid',
|
|
'magby': 'Magby',
|
|
'miltank': 'Miltank',
|
|
'blissey': 'Blissey',
|
|
'raikou': 'Raikou',
|
|
'entei': 'Entei',
|
|
'suicune': 'Suicune',
|
|
'larvitar': 'Larvitar',
|
|
'pupitar': 'Pupitar',
|
|
'tyranitar': 'Tyranitar',
|
|
'lugia': 'Lugia',
|
|
'ho_oh': 'Ho-Oh',
|
|
'celebi': 'Celebi',
|
|
'treecko': 'Treecko',
|
|
'grovyle': 'Grovyle',
|
|
'sceptile': 'Sceptile',
|
|
'torchic': 'Torchic',
|
|
'combusken': 'Combusken',
|
|
'blaziken': 'Blaziken',
|
|
'mudkip': 'Mudkip',
|
|
'marshtomp': 'Marshtomp',
|
|
'swampert': 'Swampert',
|
|
'poochyena': 'Poochyena',
|
|
'mightyena': 'Mightyena',
|
|
'zigzagoon': 'Zigzagoon',
|
|
'linoone': 'Linoone',
|
|
'wurmple': 'Wurmple',
|
|
'silcoon': 'Silcoon',
|
|
'beautifly': 'Beautifly',
|
|
'cascoon': 'Cascoon',
|
|
'dustox': 'Dustox',
|
|
'lotad': 'Lotad',
|
|
'lombre': 'Lombre',
|
|
'ludicolo': 'Ludicolo',
|
|
'seedot': 'Seedot',
|
|
'nuzleaf': 'Nuzleaf',
|
|
'shiftry': 'Shiftry',
|
|
'taillow': 'Taillow',
|
|
'swellow': 'Swellow',
|
|
'wingull': 'Wingull',
|
|
'pelipper': 'Pelipper',
|
|
'ralts': 'Ralts',
|
|
'kirlia': 'Kirlia',
|
|
'gardevoir': 'Gardevoir',
|
|
'surskit': 'Surskit',
|
|
'masquerain': 'Masquerain',
|
|
'shroomish': 'Shroomish',
|
|
'breloom': 'Breloom',
|
|
'slakoth': 'Slakoth',
|
|
'vigoroth': 'Vigoroth',
|
|
'slaking': 'Slaking',
|
|
'nincada': 'Nincada',
|
|
'ninjask': 'Ninjask',
|
|
'shedinja': 'Shedinja',
|
|
'whismur': 'Whismur',
|
|
'loudred': 'Loudred',
|
|
'exploud': 'Exploud',
|
|
'makuhita': 'Makuhita',
|
|
'hariyama': 'Hariyama',
|
|
'azurill': 'Azurill',
|
|
'nosepass': 'Nosepass',
|
|
'skitty': 'Skitty',
|
|
'delcatty': 'Delcatty',
|
|
'sableye': 'Sableye',
|
|
'mawile': 'Mawile',
|
|
'aron': 'Aron',
|
|
'lairon': 'Lairon',
|
|
'aggron': 'Aggron',
|
|
'meditite': 'Meditite',
|
|
'medicham': 'Medicham',
|
|
'electrike': 'Electrike',
|
|
'manectric': 'Manectric',
|
|
'plusle': 'Plusle',
|
|
'minun': 'Minun',
|
|
'volbeat': 'Volbeat',
|
|
'illumise': 'Illumise',
|
|
'roselia': 'Roselia',
|
|
'gulpin': 'Gulpin',
|
|
'swalot': 'Swalot',
|
|
'carvanha': 'Carvanha',
|
|
'sharpedo': 'Sharpedo',
|
|
'wailmer': 'Wailmer',
|
|
'wailord': 'Wailord',
|
|
'numel': 'Numel',
|
|
'camerupt': 'Camerupt',
|
|
'torkoal': 'Torkoal',
|
|
'spoink': 'Spoink',
|
|
'grumpig': 'Grumpig',
|
|
'spinda': 'Spinda',
|
|
'trapinch': 'Trapinch',
|
|
'vibrava': 'Vibrava',
|
|
'flygon': 'Flygon',
|
|
'cacnea': 'Cacnea',
|
|
'cacturne': 'Cacturne',
|
|
'swablu': 'Swablu',
|
|
'altaria': 'Altaria',
|
|
'zangoose': 'Zangoose',
|
|
'seviper': 'Seviper',
|
|
'lunatone': 'Lunatone',
|
|
'solrock': 'Solrock',
|
|
'barboach': 'Barboach',
|
|
'whiscash': 'Whiscash',
|
|
'corphish': 'Corphish',
|
|
'crawdaunt': 'Crawdaunt',
|
|
'baltoy': 'Baltoy',
|
|
'claydol': 'Claydol',
|
|
'lileep': 'Lileep',
|
|
'cradily': 'Cradily',
|
|
'anorith': 'Anorith',
|
|
'armaldo': 'Armaldo',
|
|
'feebas': 'Feebas',
|
|
'milotic': 'Milotic',
|
|
'castform': 'Castform',
|
|
'kecleon': 'Kecleon',
|
|
'shuppet': 'Shuppet',
|
|
'banette': 'Banette',
|
|
'duskull': 'Duskull',
|
|
'dusclops': 'Dusclops',
|
|
'tropius': 'Tropius',
|
|
'chimecho': 'Chimecho',
|
|
'absol': 'Absol',
|
|
'wynaut': 'Wynaut',
|
|
'snorunt': 'Snorunt',
|
|
'glalie': 'Glalie',
|
|
'spheal': 'Spheal',
|
|
'sealeo': 'Sealeo',
|
|
'walrein': 'Walrein',
|
|
'clamperl': 'Clamperl',
|
|
'huntail': 'Huntail',
|
|
'gorebyss': 'Gorebyss',
|
|
'relicanth': 'Relicanth',
|
|
'luvdisc': 'Luvdisc',
|
|
'bagon': 'Bagon',
|
|
'shelgon': 'Shelgon',
|
|
'salamence': 'Salamence',
|
|
'beldum': 'Beldum',
|
|
'metang': 'Metang',
|
|
'metagross': 'Metagross',
|
|
'regirock': 'Regirock',
|
|
'regice': 'Regice',
|
|
'registeel': 'Registeel',
|
|
'latias': 'Latias',
|
|
'latios': 'Latios',
|
|
'kyogre': 'Kyogre',
|
|
'groudon': 'Groudon',
|
|
'rayquaza': 'Rayquaza',
|
|
'jirachi': 'Jirachi',
|
|
'deoxys': 'Deoxys',
|
|
'turtwig': 'Turtwig',
|
|
'grotle': 'Grotle',
|
|
'torterra': 'Torterra',
|
|
'chimchar': 'Chimchar',
|
|
'monferno': 'Monferno',
|
|
'infernape': 'Infernape',
|
|
'piplup': 'Piplup',
|
|
'prinplup': 'Prinplup',
|
|
'empoleon': 'Empoleon',
|
|
'starly': 'Starly',
|
|
'staravia': 'Staravia',
|
|
'staraptor': 'Staraptor',
|
|
'bidoof': 'Bidoof',
|
|
'bibarel': 'Bibarel',
|
|
'kricketot': 'Kricketot',
|
|
'kricketune': 'Kricketune',
|
|
'shinx': 'Shinx',
|
|
'luxio': 'Luxio',
|
|
'luxray': 'Luxray',
|
|
'budew': 'Budew',
|
|
'roserade': 'Roserade',
|
|
'cranidos': 'Cranidos',
|
|
'rampardos': 'Rampardos',
|
|
'shieldon': 'Shieldon',
|
|
'bastiodon': 'Bastiodon',
|
|
'burmy': 'Burmy',
|
|
'wormadam': 'Wormadam',
|
|
'mothim': 'Mothim',
|
|
'combee': 'Combee',
|
|
'vespiquen': 'Vespiquen',
|
|
'pachirisu': 'Pachirisu',
|
|
'buizel': 'Buizel',
|
|
'floatzel': 'Floatzel',
|
|
'cherubi': 'Cherubi',
|
|
'cherrim': 'Cherrim',
|
|
'shellos': 'Shellos',
|
|
'gastrodon': 'Gastrodon',
|
|
'ambipom': 'Ambipom',
|
|
'drifloon': 'Drifloon',
|
|
'drifblim': 'Drifblim',
|
|
'buneary': 'Buneary',
|
|
'lopunny': 'Lopunny',
|
|
'mismagius': 'Mismagius',
|
|
'honchkrow': 'Honchkrow',
|
|
'glameow': 'Glameow',
|
|
'purugly': 'Purugly',
|
|
'chingling': 'Chingling',
|
|
'stunky': 'Stunky',
|
|
'skuntank': 'Skuntank',
|
|
'bronzor': 'Bronzor',
|
|
'bronzong': 'Bronzong',
|
|
'bonsly': 'Bonsly',
|
|
'mime_jr': 'Mime Jr.',
|
|
'happiny': 'Happiny',
|
|
'chatot': 'Chatot',
|
|
'spiritomb': 'Spiritomb',
|
|
'gible': 'Gible',
|
|
'gabite': 'Gabite',
|
|
'garchomp': 'Garchomp',
|
|
'munchlax': 'Munchlax',
|
|
'riolu': 'Riolu',
|
|
'lucario': 'Lucario',
|
|
'hippopotas': 'Hippopotas',
|
|
'hippowdon': 'Hippowdon',
|
|
'skorupi': 'Skorupi',
|
|
'drapion': 'Drapion',
|
|
'croagunk': 'Croagunk',
|
|
'toxicroak': 'Toxicroak',
|
|
'carnivine': 'Carnivine',
|
|
'finneon': 'Finneon',
|
|
'lumineon': 'Lumineon',
|
|
'mantyke': 'Mantyke',
|
|
'snover': 'Snover',
|
|
'abomasnow': 'Abomasnow',
|
|
'weavile': 'Weavile',
|
|
'magnezone': 'Magnezone',
|
|
'lickilicky': 'Lickilicky',
|
|
'rhyperior': 'Rhyperior',
|
|
'tangrowth': 'Tangrowth',
|
|
'electivire': 'Electivire',
|
|
'magmortar': 'Magmortar',
|
|
'togekiss': 'Togekiss',
|
|
'yanmega': 'Yanmega',
|
|
'leafeon': 'Leafeon',
|
|
'glaceon': 'Glaceon',
|
|
'gliscor': 'Gliscor',
|
|
'mamoswine': 'Mamoswine',
|
|
'porygon_z': 'Porygon-Z',
|
|
'gallade': 'Gallade',
|
|
'probopass': 'Probopass',
|
|
'dusknoir': 'Dusknoir',
|
|
'froslass': 'Froslass',
|
|
'rotom': 'Rotom',
|
|
'uxie': 'Uxie',
|
|
'mesprit': 'Mesprit',
|
|
'azelf': 'Azelf',
|
|
'dialga': 'Dialga',
|
|
'palkia': 'Palkia',
|
|
'heatran': 'Heatran',
|
|
'regigigas': 'Regigigas',
|
|
'giratina': 'Giratina',
|
|
'cresselia': 'Cresselia',
|
|
'phione': 'Phione',
|
|
'manaphy': 'Manaphy',
|
|
'darkrai': 'Darkrai',
|
|
'shaymin': 'Shaymin',
|
|
'arceus': 'Arceus',
|
|
'victini': 'Victini',
|
|
'snivy': 'Snivy',
|
|
'servine': 'Servine',
|
|
'serperior': 'Serperior',
|
|
'tepig': 'Tepig',
|
|
'pignite': 'Pignite',
|
|
'emboar': 'Emboar',
|
|
'oshawott': 'Oshawott',
|
|
'dewott': 'Dewott',
|
|
'samurott': 'Samurott',
|
|
'patrat': 'Patrat',
|
|
'watchog': 'Watchog',
|
|
'lillipup': 'Lillipup',
|
|
'herdier': 'Herdier',
|
|
'stoutland': 'Stoutland',
|
|
'purrloin': 'Purrloin',
|
|
'liepard': 'Liepard',
|
|
'pansage': 'Pansage',
|
|
'simisage': 'Simisage',
|
|
'pansear': 'Pansear',
|
|
'simisear': 'Simisear',
|
|
'panpour': 'Panpour',
|
|
'simipour': 'Simipour',
|
|
'munna': 'Munna',
|
|
'musharna': 'Musharna',
|
|
'pidove': 'Pidove',
|
|
'tranquill': 'Tranquill',
|
|
'unfezant': 'Unfezant',
|
|
'blitzle': 'Blitzle',
|
|
'zebstrika': 'Zebstrika',
|
|
'roggenrola': 'Roggenrola',
|
|
'boldore': 'Boldore',
|
|
'gigalith': 'Gigalith',
|
|
'woobat': 'Woobat',
|
|
'swoobat': 'Swoobat',
|
|
'drilbur': 'Drilbur',
|
|
'excadrill': 'Excadrill',
|
|
'audino': 'Audino',
|
|
'timburr': 'Timburr',
|
|
'gurdurr': 'Gurdurr',
|
|
'conkeldurr': 'Conkeldurr',
|
|
'tympole': 'Tympole',
|
|
'palpitoad': 'Palpitoad',
|
|
'seismitoad': 'Seismitoad',
|
|
'throh': 'Throh',
|
|
'sawk': 'Sawk',
|
|
'sewaddle': 'Sewaddle',
|
|
'swadloon': 'Swadloon',
|
|
'leavanny': 'Leavanny',
|
|
'venipede': 'Venipede',
|
|
'whirlipede': 'Whirlipede',
|
|
'scolipede': 'Scolipede',
|
|
'cottonee': 'Cottonee',
|
|
'whimsicott': 'Whimsicott',
|
|
'petilil': 'Petilil',
|
|
'lilligant': 'Lilligant',
|
|
'basculin': 'Basculin',
|
|
'sandile': 'Sandile',
|
|
'krokorok': 'Krokorok',
|
|
'krookodile': 'Krookodile',
|
|
'darumaka': 'Darumaka',
|
|
'darmanitan': 'Darmanitan',
|
|
'maractus': 'Maractus',
|
|
'dwebble': 'Dwebble',
|
|
'crustle': 'Crustle',
|
|
'scraggy': 'Scraggy',
|
|
'scrafty': 'Scrafty',
|
|
'sigilyph': 'Sigilyph',
|
|
'yamask': 'Yamask',
|
|
'cofagrigus': 'Cofagrigus',
|
|
'tirtouga': 'Tirtouga',
|
|
'carracosta': 'Carracosta',
|
|
'archen': 'Archen',
|
|
'archeops': 'Archeops',
|
|
'trubbish': 'Trubbish',
|
|
'garbodor': 'Garbodor',
|
|
'zorua': 'Zorua',
|
|
'zoroark': 'Zoroark',
|
|
'minccino': 'Minccino',
|
|
'cinccino': 'Cinccino',
|
|
'gothita': 'Gothita',
|
|
'gothorita': 'Gothorita',
|
|
'gothitelle': 'Gothitelle',
|
|
'solosis': 'Solosis',
|
|
'duosion': 'Duosion',
|
|
'reuniclus': 'Reuniclus',
|
|
'ducklett': 'Ducklett',
|
|
'swanna': 'Swanna',
|
|
'vanillite': 'Vanillite',
|
|
'vanillish': 'Vanillish',
|
|
'vanilluxe': 'Vanilluxe',
|
|
'deerling': 'Deerling',
|
|
'sawsbuck': 'Sawsbuck',
|
|
'emolga': 'Emolga',
|
|
'karrablast': 'Karrablast',
|
|
'escavalier': 'Escavalier',
|
|
'foongus': 'Foongus',
|
|
'amoonguss': 'Amoonguss',
|
|
'frillish': 'Frillish',
|
|
'jellicent': 'Jellicent',
|
|
'alomomola': 'Alomomola',
|
|
'joltik': 'Joltik',
|
|
'galvantula': 'Galvantula',
|
|
'ferroseed': 'Ferroseed',
|
|
'ferrothorn': 'Ferrothorn',
|
|
'klink': 'Klink',
|
|
'klang': 'Klang',
|
|
'klinklang': 'Klinklang',
|
|
'tynamo': 'Tynamo',
|
|
'eelektrik': 'Eelektrik',
|
|
'eelektross': 'Eelektross',
|
|
'elgyem': 'Elgyem',
|
|
'beheeyem': 'Beheeyem',
|
|
'litwick': 'Litwick',
|
|
'lampent': 'Lampent',
|
|
'chandelure': 'Chandelure',
|
|
'axew': 'Axew',
|
|
'fraxure': 'Fraxure',
|
|
'haxorus': 'Haxorus',
|
|
'cubchoo': 'Cubchoo',
|
|
'beartic': 'Beartic',
|
|
'cryogonal': 'Cryogonal',
|
|
'shelmet': 'Shelmet',
|
|
'accelgor': 'Accelgor',
|
|
'stunfisk': 'Stunfisk',
|
|
'mienfoo': 'Mienfoo',
|
|
'mienshao': 'Mienshao',
|
|
'druddigon': 'Druddigon',
|
|
'golett': 'Golett',
|
|
'golurk': 'Golurk',
|
|
'pawniard': 'Pawniard',
|
|
'bisharp': 'Bisharp',
|
|
'bouffalant': 'Bouffalant',
|
|
'rufflet': 'Rufflet',
|
|
'braviary': 'Braviary',
|
|
'vullaby': 'Vullaby',
|
|
'mandibuzz': 'Mandibuzz',
|
|
'heatmor': 'Heatmor',
|
|
'durant': 'Durant',
|
|
'deino': 'Deino',
|
|
'zweilous': 'Zweilous',
|
|
'hydreigon': 'Hydreigon',
|
|
'larvesta': 'Larvesta',
|
|
'volcarona': 'Volcarona',
|
|
'cobalion': 'Cobalion',
|
|
'terrakion': 'Terrakion',
|
|
'virizion': 'Virizion',
|
|
'tornadus': 'Tornadus',
|
|
'thundurus': 'Thundurus',
|
|
'reshiram': 'Reshiram',
|
|
'zekrom': 'Zekrom',
|
|
'landorus': 'Landorus',
|
|
'kyurem': 'Kyurem',
|
|
'keldeo': 'Keldeo',
|
|
'meloetta': 'Meloetta',
|
|
'genesect': 'Genesect',
|
|
'chespin': 'Chespin',
|
|
'quilladin': 'Quilladin',
|
|
'chesnaught': 'Chesnaught',
|
|
'fennekin': 'Fennekin',
|
|
'braixen': 'Braixen',
|
|
'delphox': 'Delphox',
|
|
'froakie': 'Froakie',
|
|
'frogadier': 'Frogadier',
|
|
'greninja': 'Greninja',
|
|
'bunnelby': 'Bunnelby',
|
|
'diggersby': 'Diggersby',
|
|
'fletchling': 'Fletchling',
|
|
'fletchinder': 'Fletchinder',
|
|
'talonflame': 'Talonflame',
|
|
'scatterbug': 'Scatterbug',
|
|
'spewpa': 'Spewpa',
|
|
'vivillon': 'Vivillon',
|
|
'litleo': 'Litleo',
|
|
'pyroar': 'Pyroar',
|
|
'flabebe': 'Flabébé',
|
|
'floette': 'Floette',
|
|
'florges': 'Florges',
|
|
'skiddo': 'Skiddo',
|
|
'gogoat': 'Gogoat',
|
|
'pancham': 'Pancham',
|
|
'pangoro': 'Pangoro',
|
|
'furfrou': 'Furfrou',
|
|
'espurr': 'Espurr',
|
|
'meowstic': 'Meowstic',
|
|
'honedge': 'Honedge',
|
|
'doublade': 'Doublade',
|
|
'aegislash': 'Aegislash',
|
|
'spritzee': 'Spritzee',
|
|
'aromatisse': 'Aromatisse',
|
|
'swirlix': 'Swirlix',
|
|
'slurpuff': 'Slurpuff',
|
|
'inkay': 'Inkay',
|
|
'malamar': 'Malamar',
|
|
'binacle': 'Binacle',
|
|
'barbaracle': 'Barbaracle',
|
|
'skrelp': 'Skrelp',
|
|
'dragalge': 'Dragalge',
|
|
'clauncher': 'Clauncher',
|
|
'clawitzer': 'Clawitzer',
|
|
'helioptile': 'Helioptile',
|
|
'heliolisk': 'Heliolisk',
|
|
'tyrunt': 'Tyrunt',
|
|
'tyrantrum': 'Tyrantrum',
|
|
'amaura': 'Amaura',
|
|
'aurorus': 'Aurorus',
|
|
'sylveon': 'Sylveon',
|
|
'hawlucha': 'Hawlucha',
|
|
'dedenne': 'Dedenne',
|
|
'carbink': 'Carbink',
|
|
'goomy': 'Goomy',
|
|
'sliggoo': 'Sliggoo',
|
|
'goodra': 'Goodra',
|
|
'klefki': 'Klefki',
|
|
'phantump': 'Phantump',
|
|
'trevenant': 'Trevenant',
|
|
'pumpkaboo': 'Pumpkaboo',
|
|
'gourgeist': 'Gourgeist',
|
|
'bergmite': 'Bergmite',
|
|
'avalugg': 'Avalugg',
|
|
'noibat': 'Noibat',
|
|
'noivern': 'Noivern',
|
|
'xerneas': 'Xerneas',
|
|
'yveltal': 'Yveltal',
|
|
'zygarde': 'Zygarde',
|
|
'diancie': 'Diancie',
|
|
'hoopa': 'Hoopa',
|
|
'volcanion': 'Volcanion',
|
|
'rowlet': 'Rowlet',
|
|
'dartrix': 'Dartrix',
|
|
'decidueye': 'Decidueye',
|
|
'litten': 'Litten',
|
|
'torracat': 'Torracat',
|
|
'incineroar': 'Incineroar',
|
|
'popplio': 'Popplio',
|
|
'brionne': 'Brionne',
|
|
'primarina': 'Primarina',
|
|
'pikipek': 'Pikipek',
|
|
'trumbeak': 'Trumbeak',
|
|
'toucannon': 'Toucannon',
|
|
'yungoos': 'Yungoos',
|
|
'gumshoos': 'Gumshoos',
|
|
'grubbin': 'Grubbin',
|
|
'charjabug': 'Charjabug',
|
|
'vikavolt': 'Vikavolt',
|
|
'crabrawler': 'Crabrawler',
|
|
'crabominable': 'Crabominable',
|
|
'oricorio': 'Oricorio',
|
|
'cutiefly': 'Cutiefly',
|
|
'ribombee': 'Ribombee',
|
|
'rockruff': 'Rockruff',
|
|
'lycanroc': 'Lycanroc',
|
|
'wishiwashi': 'Wishiwashi',
|
|
'mareanie': 'Mareanie',
|
|
'toxapex': 'Toxapex',
|
|
'mudbray': 'Mudbray',
|
|
'mudsdale': 'Mudsdale',
|
|
'dewpider': 'Dewpider',
|
|
'araquanid': 'Araquanid',
|
|
'fomantis': 'Fomantis',
|
|
'lurantis': 'Lurantis',
|
|
'morelull': 'Morelull',
|
|
'shiinotic': 'Shiinotic',
|
|
'salandit': 'Salandit',
|
|
'salazzle': 'Salazzle',
|
|
'stufful': 'Stufful',
|
|
'bewear': 'Bewear',
|
|
'bounsweet': 'Bounsweet',
|
|
'steenee': 'Steenee',
|
|
'tsareena': 'Tsareena',
|
|
'comfey': 'Comfey',
|
|
'oranguru': 'Oranguru',
|
|
'passimian': 'Passimian',
|
|
'wimpod': 'Wimpod',
|
|
'golisopod': 'Golisopod',
|
|
'sandygast': 'Sandygast',
|
|
'palossand': 'Palossand',
|
|
'pyukumuku': 'Pyukumuku',
|
|
'type_null': 'Type: Null',
|
|
'silvally': 'Silvally',
|
|
'minior': 'Minior',
|
|
'komala': 'Komala',
|
|
'turtonator': 'Turtonator',
|
|
'togedemaru': 'Togedemaru',
|
|
'mimikyu': 'Mimikyu',
|
|
'bruxish': 'Bruxish',
|
|
'drampa': 'Drampa',
|
|
'dhelmise': 'Dhelmise',
|
|
'jangmo_o': 'Jangmo-o',
|
|
'hakamo_o': 'Hakamo-o',
|
|
'kommo_o': 'Kommo-o',
|
|
'tapu_koko': 'Tapu Koko',
|
|
'tapu_lele': 'Tapu Lele',
|
|
'tapu_bulu': 'Tapu Bulu',
|
|
'tapu_fini': 'Tapu Fini',
|
|
'cosmog': 'Cosmog',
|
|
'cosmoem': 'Cosmoem',
|
|
'solgaleo': 'Solgaleo',
|
|
'lunala': 'Lunala',
|
|
'nihilego': 'Nihilego',
|
|
'buzzwole': 'Buzzwole',
|
|
'pheromosa': 'Pheromosa',
|
|
'xurkitree': 'Xurkitree',
|
|
'celesteela': 'Celesteela',
|
|
'kartana': 'Kartana',
|
|
'guzzlord': 'Guzzlord',
|
|
'necrozma': 'Necrozma',
|
|
'magearna': 'Magearna',
|
|
'marshadow': 'Marshadow',
|
|
'poipole': 'Poipole',
|
|
'naganadel': 'Naganadel',
|
|
'stakataka': 'Stakataka',
|
|
'blacephalon': 'Blacephalon',
|
|
'zeraora': 'Zeraora',
|
|
'meltan': 'Meltan',
|
|
'melmetal': 'Melmetal',
|
|
'grookey': 'Grookey',
|
|
'thwackey': 'Thwackey',
|
|
'rillaboom': 'Rillaboom',
|
|
'scorbunny': 'Scorbunny',
|
|
'raboot': 'Raboot',
|
|
'cinderace': 'Cinderace',
|
|
'sobble': 'Sobble',
|
|
'drizzile': 'Drizzile',
|
|
'inteleon': 'Inteleon',
|
|
'skwovet': 'Skwovet',
|
|
'greedent': 'Greedent',
|
|
'rookidee': 'Rookidee',
|
|
'corvisquire': 'Corvisquire',
|
|
'corviknight': 'Corviknight',
|
|
'blipbug': 'Blipbug',
|
|
'dottler': 'Dottler',
|
|
'orbeetle': 'Orbeetle',
|
|
'nickit': 'Nickit',
|
|
'thievul': 'Thievul',
|
|
'gossifleur': 'Gossifleur',
|
|
'eldegoss': 'Eldegoss',
|
|
'wooloo': 'Wooloo',
|
|
'dubwool': 'Dubwool',
|
|
'chewtle': 'Chewtle',
|
|
'drednaw': 'Drednaw',
|
|
'yamper': 'Yamper',
|
|
'boltund': 'Boltund',
|
|
'rolycoly': 'Rolycoly',
|
|
'carkol': 'Carkol',
|
|
'coalossal': 'Coalossal',
|
|
'applin': 'Applin',
|
|
'flapple': 'Flapple',
|
|
'appletun': 'Appletun',
|
|
'silicobra': 'Silicobra',
|
|
'sandaconda': 'Sandaconda',
|
|
'cramorant': 'Cramorant',
|
|
'arrokuda': 'Arrokuda',
|
|
'barraskewda': 'Barraskewda',
|
|
'toxel': 'Toxel',
|
|
'toxtricity': 'Toxtricity',
|
|
'sizzlipede': 'Sizzlipede',
|
|
'centiskorch': 'Centiskorch',
|
|
'clobbopus': 'Clobbopus',
|
|
'grapploct': 'Grapploct',
|
|
'sinistea': 'Sinistea',
|
|
'polteageist': 'Polteageist',
|
|
'hatenna': 'Hatenna',
|
|
'hattrem': 'Hattrem',
|
|
'hatterene': 'Hatterene',
|
|
'impidimp': 'Impidimp',
|
|
'morgrem': 'Morgrem',
|
|
'grimmsnarl': 'Grimmsnarl',
|
|
'obstagoon': 'Obstagoon',
|
|
'perrserker': 'Perrserker',
|
|
'cursola': 'Cursola',
|
|
'sirfetchd': 'Sirfetch\'d',
|
|
'mr_rime': 'Mr. Rime',
|
|
'runerigus': 'Runerigus',
|
|
'milcery': 'Milcery',
|
|
'alcremie': 'Alcremie',
|
|
'falinks': 'Falinks',
|
|
'pincurchin': 'Pincurchin',
|
|
'snom': 'Snom',
|
|
'frosmoth': 'Frosmoth',
|
|
'stonjourner': 'Stonjourner',
|
|
'eiscue': 'Eiscue',
|
|
'indeedee': 'Indeedee',
|
|
'morpeko': 'Morpeko',
|
|
'cufant': 'Cufant',
|
|
'copperajah': 'Copperajah',
|
|
'dracozolt': 'Dracozolt',
|
|
'arctozolt': 'Arctozolt',
|
|
'dracovish': 'Dracovish',
|
|
'arctovish': 'Arctovish',
|
|
'duraludon': 'Duraludon',
|
|
'dreepy': 'Dreepy',
|
|
'drakloak': 'Drakloak',
|
|
'dragapult': 'Dragapult',
|
|
'zacian': 'Zacian',
|
|
'zamazenta': 'Zamazenta',
|
|
'eternatus': 'Eternatus',
|
|
'kubfu': 'Kubfu',
|
|
'urshifu': 'Urshifu',
|
|
'zarude': 'Zarude',
|
|
'regieleki': 'Regieleki',
|
|
'regidrago': 'Regidrago',
|
|
'glastrier': 'Glastrier',
|
|
'spectrier': 'Spectrier',
|
|
'calyrex': 'Calyrex',
|
|
'wyrdeer': 'Wyrdeer',
|
|
'kleavor': 'Kleavor',
|
|
'ursaluna': 'Ursaluna',
|
|
'basculegion': 'Basculegion',
|
|
'sneasler': 'Sneasler',
|
|
'overqwil': 'Overqwil',
|
|
'enamorus': 'Enamorus',
|
|
'sprigatito': 'Sprigatito',
|
|
'floragato': 'Floragato',
|
|
'meowscarada': 'Meowscarada',
|
|
'fuecoco': 'Fuecoco',
|
|
'crocalor': 'Crocalor',
|
|
'skeledirge': 'Skeledirge',
|
|
'quaxly': 'Quaxly',
|
|
'quaxwell': 'Quaxwell',
|
|
'quaquaval': 'Quaquaval',
|
|
'lechonk': 'Lechonk',
|
|
'oinkologne': 'Oinkologne',
|
|
'tarountula': 'Tarountula',
|
|
'spidops': 'Spidops',
|
|
'nymble': 'Nymble',
|
|
'lokix': 'Lokix',
|
|
'pawmi': 'Pawmi',
|
|
'pawmo': 'Pawmo',
|
|
'pawmot': 'Pawmot',
|
|
'tandemaus': 'Tandemaus',
|
|
'maushold': 'Maushold',
|
|
'fidough': 'Fidough',
|
|
'dachsbun': 'Dachsbun',
|
|
'smoliv': 'Smoliv',
|
|
'dolliv': 'Dolliv',
|
|
'arboliva': 'Arboliva',
|
|
'squawkabilly': 'Squawkabilly',
|
|
'nacli': 'Nacli',
|
|
'naclstack': 'Naclstack',
|
|
'garganacl': 'Garganacl',
|
|
'charcadet': 'Charcadet',
|
|
'armarouge': 'Armarouge',
|
|
'ceruledge': 'Ceruledge',
|
|
'tadbulb': 'Tadbulb',
|
|
'bellibolt': 'Bellibolt',
|
|
'wattrel': 'Wattrel',
|
|
'kilowattrel': 'Kilowattrel',
|
|
'maschiff': 'Maschiff',
|
|
'mabosstiff': 'Mabosstiff',
|
|
'shroodle': 'Shroodle',
|
|
'grafaiai': 'Grafaiai',
|
|
'bramblin': 'Bramblin',
|
|
'brambleghast': 'Brambleghast',
|
|
'toedscool': 'Toedscool',
|
|
'toedscruel': 'Toedscruel',
|
|
'klawf': 'Klawf',
|
|
'capsakid': 'Capsakid',
|
|
'scovillain': 'Scovillain',
|
|
'rellor': 'Rellor',
|
|
'rabsca': 'Rabsca',
|
|
'flittle': 'Flittle',
|
|
'espathra': 'Espathra',
|
|
'tinkatink': 'Tinkatink',
|
|
'tinkatuff': 'Tinkatuff',
|
|
'tinkaton': 'Tinkaton',
|
|
'wiglett': 'Wiglett',
|
|
'wugtrio': 'Wugtrio',
|
|
'bombirdier': 'Bombirdier',
|
|
'finizen': 'Finizen',
|
|
'palafin': 'Palafin',
|
|
'varoom': 'Varoom',
|
|
'revavroom': 'Revavroom',
|
|
'cyclizar': 'Cyclizar',
|
|
'orthworm': 'Orthworm',
|
|
'glimmet': 'Glimmet',
|
|
'glimmora': 'Glimmora',
|
|
'greavard': 'Greavard',
|
|
'houndstone': 'Houndstone',
|
|
'flamigo': 'Flamigo',
|
|
'cetoddle': 'Cetoddle',
|
|
'cetitan': 'Cetitan',
|
|
'veluza': 'Veluza',
|
|
'dondozo': 'Dondozo',
|
|
'tatsugiri': 'Tatsugiri',
|
|
'annihilape': 'Annihilape',
|
|
'clodsire': 'Clodsire',
|
|
'farigiraf': 'Farigiraf',
|
|
'dudunsparce': 'Dudunsparce',
|
|
'kingambit': 'Kingambit',
|
|
'great_tusk': 'Great Tusk',
|
|
'scream_tail': 'Scream Tail',
|
|
'brute_bonnet': 'Brute Bonnet',
|
|
'flutter_mane': 'Flutter Mane',
|
|
'slither_wing': 'Slither Wing',
|
|
'sandy_shocks': 'Sandy Shocks',
|
|
'iron_treads': 'Iron Treads',
|
|
'iron_bundle': 'Iron Bundle',
|
|
'iron_hands': 'Iron Hands',
|
|
'iron_jugulis': 'Iron Jugulis',
|
|
'iron_moth': 'Iron Moth',
|
|
'iron_thorns': 'Iron Thorns',
|
|
'frigibax': 'Frigibax',
|
|
'arctibax': 'Arctibax',
|
|
'baxcalibur': 'Baxcalibur',
|
|
'gimmighoul': 'Gimmighoul',
|
|
'gholdengo': 'Gholdengo',
|
|
'wo_chien': 'Wo-Chien',
|
|
'chien_pao': 'Chien-Pao',
|
|
'ting_lu': 'Ting-Lu',
|
|
'chi_yu': 'Chi-Yu',
|
|
'roaring_moon': 'Roaring Moon',
|
|
'iron_valiant': 'Iron Valiant',
|
|
'koraidon': 'Koraidon',
|
|
'miraidon': 'Miraidon',
|
|
'walking_wake': 'Walking Wake',
|
|
'iron_leaves': 'Iron Leaves',
|
|
'dipplin': 'Dipplin',
|
|
'poltchageist': 'Poltchageist',
|
|
'sinistcha': 'Sinistcha',
|
|
'okidogi': 'Okidogi',
|
|
'munkidori': 'Munkidori',
|
|
'fezandipiti': 'Fezandipiti',
|
|
'ogerpon': 'Ogerpon',
|
|
'archaludon': 'Archaludon',
|
|
'hydrapple': 'Hydrapple',
|
|
'gouging_fire': 'Gouging Fire',
|
|
'raging_bolt': 'Raging Bolt',
|
|
'iron_boulder': 'Iron Boulder',
|
|
'iron_crown': 'Iron Crown',
|
|
'terapagos': 'Terapagos',
|
|
'pecharunt': 'Pecharunt',
|
|
'alola_rattata': 'Rattata',
|
|
'alola_raticate': 'Raticate',
|
|
'alola_raichu': 'Raichu',
|
|
'alola_sandshrew': 'Sandshrew',
|
|
'alola_sandslash': 'Sandslash',
|
|
'alola_vulpix': 'Vulpix',
|
|
'alola_ninetales': 'Ninetales',
|
|
'alola_diglett': 'Diglett',
|
|
'alola_dugtrio': 'Dugtrio',
|
|
'alola_meowth': 'Meowth',
|
|
'alola_persian': 'Persian',
|
|
'alola_geodude': 'Geodude',
|
|
'alola_graveler': 'Graveler',
|
|
'alola_golem': 'Golem',
|
|
'alola_grimer': 'Grimer',
|
|
'alola_muk': 'Muk',
|
|
'alola_exeggutor': 'Exeggutor',
|
|
'alola_marowak': 'Marowak',
|
|
'eternal_floette': 'Floette',
|
|
'galar_meowth': 'Meowth',
|
|
'galar_ponyta': 'Ponyta',
|
|
'galar_rapidash': 'Rapidash',
|
|
'galar_slowpoke': 'Slowpoke',
|
|
'galar_slowbro': 'Slowbro',
|
|
'galar_farfetchd': 'Farfetch\'d',
|
|
'galar_weezing': 'Weezing',
|
|
'galar_mr_mime': 'Mr. Mime',
|
|
'galar_articuno': 'Articuno',
|
|
'galar_zapdos': 'Zapdos',
|
|
'galar_moltres': 'Moltres',
|
|
'galar_slowking': 'Slowking',
|
|
'galar_corsola': 'Corsola',
|
|
'galar_zigzagoon': 'Zigzagoon',
|
|
'galar_linoone': 'Linoone',
|
|
'galar_darumaka': 'Darumaka',
|
|
'galar_darmanitan': 'Darmanitan',
|
|
'galar_yamask': 'Yamask',
|
|
'galar_stunfisk': 'Stunfisk',
|
|
'hisui_growlithe': 'Growlithe',
|
|
'hisui_arcanine': 'Arcanine',
|
|
'hisui_voltorb': 'Voltorb',
|
|
'hisui_electrode': 'Electrode',
|
|
'hisui_typhlosion': 'Typhlosion',
|
|
'hisui_qwilfish': 'Qwilfish',
|
|
'hisui_sneasel': 'Sneasel',
|
|
'hisui_samurott': 'Samurott',
|
|
'hisui_lilligant': 'Lilligant',
|
|
'hisui_zorua': 'Zorua',
|
|
'hisui_zoroark': 'Zoroark',
|
|
'hisui_braviary': 'Braviary',
|
|
'hisui_sliggoo': 'Sliggoo',
|
|
'hisui_goodra': 'Goodra',
|
|
'hisui_avalugg': 'Avalugg',
|
|
'hisui_decidueye': 'Decidueye',
|
|
'paldea_tauros': 'Tauros',
|
|
'paldea_wooper': 'Wooper',
|
|
'bloodmoon_ursaluna': 'Ursaluna',
|
|
} as const;
|