mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Forgot to add tms
This commit is contained in:
parent
53cae9e135
commit
ba07a79398
624
src/data/tms.ts
624
src/data/tms.ts
@ -62012,21 +62012,49 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.ALOLA_MAROWAK,
|
Species.ALOLA_MAROWAK,
|
||||||
],
|
],
|
||||||
[Moves.TERA_BLAST]: [
|
[Moves.TERA_BLAST]: [
|
||||||
|
Species.BULBASAUR,
|
||||||
|
Species.IVYSAUR,
|
||||||
|
Species.VENUSAUR,
|
||||||
Species.CHARMANDER,
|
Species.CHARMANDER,
|
||||||
Species.CHARMELEON,
|
Species.CHARMELEON,
|
||||||
Species.CHARIZARD,
|
Species.CHARIZARD,
|
||||||
|
Species.SQUIRTLE,
|
||||||
|
Species.WARTORTLE,
|
||||||
|
Species.BLASTOISE,
|
||||||
|
Species.BUTTERFREE,
|
||||||
|
Species.BEEDRILL,
|
||||||
|
Species.PIDGEY,
|
||||||
|
Species.PIDGEOTTO,
|
||||||
|
Species.PIDGEOT,
|
||||||
|
Species.RATTATA,
|
||||||
|
Species.RATICATE,
|
||||||
|
Species.SPEAROW,
|
||||||
|
Species.FEAROW,
|
||||||
Species.EKANS,
|
Species.EKANS,
|
||||||
Species.ARBOK,
|
Species.ARBOK,
|
||||||
Species.PIKACHU,
|
Species.PIKACHU,
|
||||||
Species.RAICHU,
|
Species.RAICHU,
|
||||||
Species.SANDSHREW,
|
Species.SANDSHREW,
|
||||||
Species.SANDSLASH,
|
Species.SANDSLASH,
|
||||||
|
Species.NIDORAN_F,
|
||||||
|
Species.NIDORINA,
|
||||||
|
Species.NIDOQUEEN,
|
||||||
|
Species.NIDORAN_M,
|
||||||
|
Species.NIDORINO,
|
||||||
|
Species.NIDOKING,
|
||||||
Species.CLEFAIRY,
|
Species.CLEFAIRY,
|
||||||
Species.CLEFABLE,
|
Species.CLEFABLE,
|
||||||
Species.VULPIX,
|
Species.VULPIX,
|
||||||
Species.NINETALES,
|
Species.NINETALES,
|
||||||
Species.JIGGLYPUFF,
|
Species.JIGGLYPUFF,
|
||||||
Species.WIGGLYTUFF,
|
Species.WIGGLYTUFF,
|
||||||
|
Species.ZUBAT,
|
||||||
|
Species.GOLBAT,
|
||||||
|
Species.ODDISH,
|
||||||
|
Species.GLOOM,
|
||||||
|
Species.VILEPLUME,
|
||||||
|
Species.PARAS,
|
||||||
|
Species.PARASECT,
|
||||||
Species.VENONAT,
|
Species.VENONAT,
|
||||||
Species.VENOMOTH,
|
Species.VENOMOTH,
|
||||||
Species.DIGLETT,
|
Species.DIGLETT,
|
||||||
@ -62042,16 +62070,31 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.POLIWAG,
|
Species.POLIWAG,
|
||||||
Species.POLIWHIRL,
|
Species.POLIWHIRL,
|
||||||
Species.POLIWRATH,
|
Species.POLIWRATH,
|
||||||
|
Species.ABRA,
|
||||||
|
Species.KADABRA,
|
||||||
|
Species.ALAKAZAM,
|
||||||
|
Species.MACHOP,
|
||||||
|
Species.MACHOKE,
|
||||||
|
Species.MACHAMP,
|
||||||
Species.BELLSPROUT,
|
Species.BELLSPROUT,
|
||||||
Species.WEEPINBELL,
|
Species.WEEPINBELL,
|
||||||
Species.VICTREEBEL,
|
Species.VICTREEBEL,
|
||||||
|
Species.TENTACOOL,
|
||||||
|
Species.TENTACRUEL,
|
||||||
Species.GEODUDE,
|
Species.GEODUDE,
|
||||||
Species.GRAVELER,
|
Species.GRAVELER,
|
||||||
Species.GOLEM,
|
Species.GOLEM,
|
||||||
|
Species.PONYTA,
|
||||||
|
Species.RAPIDASH,
|
||||||
Species.SLOWPOKE,
|
Species.SLOWPOKE,
|
||||||
Species.SLOWBRO,
|
Species.SLOWBRO,
|
||||||
Species.MAGNEMITE,
|
Species.MAGNEMITE,
|
||||||
Species.MAGNETON,
|
Species.MAGNETON,
|
||||||
|
Species.FARFETCHD,
|
||||||
|
Species.DODUO,
|
||||||
|
Species.DODRIO,
|
||||||
|
Species.SEEL,
|
||||||
|
Species.DEWGONG,
|
||||||
Species.GRIMER,
|
Species.GRIMER,
|
||||||
Species.MUK,
|
Species.MUK,
|
||||||
Species.SHELLDER,
|
Species.SHELLDER,
|
||||||
@ -62059,20 +62102,52 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.GASTLY,
|
Species.GASTLY,
|
||||||
Species.HAUNTER,
|
Species.HAUNTER,
|
||||||
Species.GENGAR,
|
Species.GENGAR,
|
||||||
|
Species.ONIX,
|
||||||
Species.DROWZEE,
|
Species.DROWZEE,
|
||||||
Species.HYPNO,
|
Species.HYPNO,
|
||||||
|
Species.KRABBY,
|
||||||
|
Species.KINGLER,
|
||||||
Species.VOLTORB,
|
Species.VOLTORB,
|
||||||
Species.ELECTRODE,
|
Species.ELECTRODE,
|
||||||
|
Species.EXEGGCUTE,
|
||||||
|
Species.EXEGGUTOR,
|
||||||
|
Species.CUBONE,
|
||||||
|
Species.MAROWAK,
|
||||||
|
Species.HITMONLEE,
|
||||||
|
Species.HITMONCHAN,
|
||||||
|
Species.LICKITUNG,
|
||||||
Species.KOFFING,
|
Species.KOFFING,
|
||||||
Species.WEEZING,
|
Species.WEEZING,
|
||||||
|
Species.RHYHORN,
|
||||||
|
Species.RHYDON,
|
||||||
Species.CHANSEY,
|
Species.CHANSEY,
|
||||||
|
Species.TANGELA,
|
||||||
|
Species.KANGASKHAN,
|
||||||
|
Species.HORSEA,
|
||||||
|
Species.SEADRA,
|
||||||
|
Species.GOLDEEN,
|
||||||
|
Species.SEAKING,
|
||||||
|
Species.STARYU,
|
||||||
|
Species.STARMIE,
|
||||||
|
Species.MR_MIME,
|
||||||
Species.SCYTHER,
|
Species.SCYTHER,
|
||||||
|
Species.JYNX,
|
||||||
|
Species.ELECTABUZZ,
|
||||||
|
Species.MAGMAR,
|
||||||
|
Species.PINSIR,
|
||||||
Species.TAUROS,
|
Species.TAUROS,
|
||||||
Species.GYARADOS,
|
Species.GYARADOS,
|
||||||
|
Species.LAPRAS,
|
||||||
Species.EEVEE,
|
Species.EEVEE,
|
||||||
Species.VAPOREON,
|
Species.VAPOREON,
|
||||||
Species.JOLTEON,
|
Species.JOLTEON,
|
||||||
Species.FLAREON,
|
Species.FLAREON,
|
||||||
|
Species.PORYGON,
|
||||||
|
Species.OMANYTE,
|
||||||
|
Species.OMASTAR,
|
||||||
|
Species.KABUTO,
|
||||||
|
Species.KABUTOPS,
|
||||||
|
Species.AERODACTYL,
|
||||||
Species.SNORLAX,
|
Species.SNORLAX,
|
||||||
Species.ARTICUNO,
|
Species.ARTICUNO,
|
||||||
Species.ZAPDOS,
|
Species.ZAPDOS,
|
||||||
@ -62082,21 +62157,37 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DRAGONITE,
|
Species.DRAGONITE,
|
||||||
Species.MEWTWO,
|
Species.MEWTWO,
|
||||||
Species.MEW,
|
Species.MEW,
|
||||||
|
Species.CHIKORITA,
|
||||||
|
Species.BAYLEEF,
|
||||||
|
Species.MEGANIUM,
|
||||||
Species.CYNDAQUIL,
|
Species.CYNDAQUIL,
|
||||||
Species.QUILAVA,
|
Species.QUILAVA,
|
||||||
Species.TYPHLOSION,
|
Species.TYPHLOSION,
|
||||||
|
Species.TOTODILE,
|
||||||
|
Species.CROCONAW,
|
||||||
|
Species.FERALIGATR,
|
||||||
Species.SENTRET,
|
Species.SENTRET,
|
||||||
Species.FURRET,
|
Species.FURRET,
|
||||||
Species.HOOTHOOT,
|
Species.HOOTHOOT,
|
||||||
Species.NOCTOWL,
|
Species.NOCTOWL,
|
||||||
|
Species.LEDYBA,
|
||||||
|
Species.LEDIAN,
|
||||||
Species.SPINARAK,
|
Species.SPINARAK,
|
||||||
Species.ARIADOS,
|
Species.ARIADOS,
|
||||||
|
Species.CROBAT,
|
||||||
|
Species.CHINCHOU,
|
||||||
|
Species.LANTURN,
|
||||||
Species.PICHU,
|
Species.PICHU,
|
||||||
Species.CLEFFA,
|
Species.CLEFFA,
|
||||||
Species.IGGLYBUFF,
|
Species.IGGLYBUFF,
|
||||||
|
Species.TOGEPI,
|
||||||
|
Species.TOGETIC,
|
||||||
|
Species.NATU,
|
||||||
|
Species.XATU,
|
||||||
Species.MAREEP,
|
Species.MAREEP,
|
||||||
Species.FLAAFFY,
|
Species.FLAAFFY,
|
||||||
Species.AMPHAROS,
|
Species.AMPHAROS,
|
||||||
|
Species.BELLOSSOM,
|
||||||
Species.MARILL,
|
Species.MARILL,
|
||||||
Species.AZUMARILL,
|
Species.AZUMARILL,
|
||||||
Species.SUDOWOODO,
|
Species.SUDOWOODO,
|
||||||
@ -62115,13 +62206,18 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.MURKROW,
|
Species.MURKROW,
|
||||||
Species.SLOWKING,
|
Species.SLOWKING,
|
||||||
Species.MISDREAVUS,
|
Species.MISDREAVUS,
|
||||||
|
Species.UNOWN,
|
||||||
Species.GIRAFARIG,
|
Species.GIRAFARIG,
|
||||||
Species.PINECO,
|
Species.PINECO,
|
||||||
Species.FORRETRESS,
|
Species.FORRETRESS,
|
||||||
Species.DUNSPARCE,
|
Species.DUNSPARCE,
|
||||||
Species.GLIGAR,
|
Species.GLIGAR,
|
||||||
|
Species.STEELIX,
|
||||||
|
Species.SNUBBULL,
|
||||||
|
Species.GRANBULL,
|
||||||
Species.QWILFISH,
|
Species.QWILFISH,
|
||||||
Species.SCIZOR,
|
Species.SCIZOR,
|
||||||
|
Species.SHUCKLE,
|
||||||
Species.HERACROSS,
|
Species.HERACROSS,
|
||||||
Species.SNEASEL,
|
Species.SNEASEL,
|
||||||
Species.TEDDIURSA,
|
Species.TEDDIURSA,
|
||||||
@ -62130,24 +62226,58 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.MAGCARGO,
|
Species.MAGCARGO,
|
||||||
Species.SWINUB,
|
Species.SWINUB,
|
||||||
Species.PILOSWINE,
|
Species.PILOSWINE,
|
||||||
|
Species.CORSOLA,
|
||||||
|
Species.REMORAID,
|
||||||
|
Species.OCTILLERY,
|
||||||
Species.DELIBIRD,
|
Species.DELIBIRD,
|
||||||
|
Species.MANTINE,
|
||||||
|
Species.SKARMORY,
|
||||||
Species.HOUNDOUR,
|
Species.HOUNDOUR,
|
||||||
Species.HOUNDOOM,
|
Species.HOUNDOOM,
|
||||||
|
Species.KINGDRA,
|
||||||
Species.PHANPY,
|
Species.PHANPY,
|
||||||
Species.DONPHAN,
|
Species.DONPHAN,
|
||||||
|
Species.PORYGON2,
|
||||||
Species.STANTLER,
|
Species.STANTLER,
|
||||||
|
Species.TYROGUE,
|
||||||
|
Species.HITMONTOP,
|
||||||
|
Species.SMOOCHUM,
|
||||||
|
Species.ELEKID,
|
||||||
|
Species.MAGBY,
|
||||||
|
Species.MILTANK,
|
||||||
Species.BLISSEY,
|
Species.BLISSEY,
|
||||||
|
Species.RAIKOU,
|
||||||
|
Species.ENTEI,
|
||||||
|
Species.SUICUNE,
|
||||||
Species.LARVITAR,
|
Species.LARVITAR,
|
||||||
Species.PUPITAR,
|
Species.PUPITAR,
|
||||||
Species.TYRANITAR,
|
Species.TYRANITAR,
|
||||||
|
Species.LUGIA,
|
||||||
|
Species.HO_OH,
|
||||||
|
Species.CELEBI,
|
||||||
|
Species.TREECKO,
|
||||||
|
Species.GROVYLE,
|
||||||
|
Species.SCEPTILE,
|
||||||
|
Species.TORCHIC,
|
||||||
|
Species.COMBUSKEN,
|
||||||
|
Species.BLAZIKEN,
|
||||||
|
Species.MUDKIP,
|
||||||
|
Species.MARSHTOMP,
|
||||||
|
Species.SWAMPERT,
|
||||||
Species.POOCHYENA,
|
Species.POOCHYENA,
|
||||||
Species.MIGHTYENA,
|
Species.MIGHTYENA,
|
||||||
|
Species.ZIGZAGOON,
|
||||||
|
Species.LINOONE,
|
||||||
|
Species.BEAUTIFLY,
|
||||||
|
Species.DUSTOX,
|
||||||
Species.LOTAD,
|
Species.LOTAD,
|
||||||
Species.LOMBRE,
|
Species.LOMBRE,
|
||||||
Species.LUDICOLO,
|
Species.LUDICOLO,
|
||||||
Species.SEEDOT,
|
Species.SEEDOT,
|
||||||
Species.NUZLEAF,
|
Species.NUZLEAF,
|
||||||
Species.SHIFTRY,
|
Species.SHIFTRY,
|
||||||
|
Species.TAILLOW,
|
||||||
|
Species.SWELLOW,
|
||||||
Species.WINGULL,
|
Species.WINGULL,
|
||||||
Species.PELIPPER,
|
Species.PELIPPER,
|
||||||
Species.RALTS,
|
Species.RALTS,
|
||||||
@ -62160,49 +62290,101 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.SLAKOTH,
|
Species.SLAKOTH,
|
||||||
Species.VIGOROTH,
|
Species.VIGOROTH,
|
||||||
Species.SLAKING,
|
Species.SLAKING,
|
||||||
|
Species.NINCADA,
|
||||||
|
Species.NINJASK,
|
||||||
|
Species.SHEDINJA,
|
||||||
|
Species.WHISMUR,
|
||||||
|
Species.LOUDRED,
|
||||||
|
Species.EXPLOUD,
|
||||||
Species.MAKUHITA,
|
Species.MAKUHITA,
|
||||||
Species.HARIYAMA,
|
Species.HARIYAMA,
|
||||||
Species.AZURILL,
|
Species.AZURILL,
|
||||||
Species.NOSEPASS,
|
Species.NOSEPASS,
|
||||||
|
Species.SKITTY,
|
||||||
|
Species.DELCATTY,
|
||||||
Species.SABLEYE,
|
Species.SABLEYE,
|
||||||
|
Species.MAWILE,
|
||||||
|
Species.ARON,
|
||||||
|
Species.LAIRON,
|
||||||
|
Species.AGGRON,
|
||||||
Species.MEDITITE,
|
Species.MEDITITE,
|
||||||
Species.MEDICHAM,
|
Species.MEDICHAM,
|
||||||
|
Species.ELECTRIKE,
|
||||||
|
Species.MANECTRIC,
|
||||||
|
Species.PLUSLE,
|
||||||
|
Species.MINUN,
|
||||||
Species.VOLBEAT,
|
Species.VOLBEAT,
|
||||||
Species.ILLUMISE,
|
Species.ILLUMISE,
|
||||||
|
Species.ROSELIA,
|
||||||
Species.GULPIN,
|
Species.GULPIN,
|
||||||
Species.SWALOT,
|
Species.SWALOT,
|
||||||
|
Species.CARVANHA,
|
||||||
|
Species.SHARPEDO,
|
||||||
|
Species.WAILMER,
|
||||||
|
Species.WAILORD,
|
||||||
Species.NUMEL,
|
Species.NUMEL,
|
||||||
Species.CAMERUPT,
|
Species.CAMERUPT,
|
||||||
Species.TORKOAL,
|
Species.TORKOAL,
|
||||||
Species.SPOINK,
|
Species.SPOINK,
|
||||||
Species.GRUMPIG,
|
Species.GRUMPIG,
|
||||||
|
Species.SPINDA,
|
||||||
|
Species.TRAPINCH,
|
||||||
|
Species.VIBRAVA,
|
||||||
|
Species.FLYGON,
|
||||||
Species.CACNEA,
|
Species.CACNEA,
|
||||||
Species.CACTURNE,
|
Species.CACTURNE,
|
||||||
Species.SWABLU,
|
Species.SWABLU,
|
||||||
Species.ALTARIA,
|
Species.ALTARIA,
|
||||||
Species.ZANGOOSE,
|
Species.ZANGOOSE,
|
||||||
Species.SEVIPER,
|
Species.SEVIPER,
|
||||||
|
Species.LUNATONE,
|
||||||
|
Species.SOLROCK,
|
||||||
Species.BARBOACH,
|
Species.BARBOACH,
|
||||||
Species.WHISCASH,
|
Species.WHISCASH,
|
||||||
Species.CORPHISH,
|
Species.CORPHISH,
|
||||||
Species.CRAWDAUNT,
|
Species.CRAWDAUNT,
|
||||||
|
Species.BALTOY,
|
||||||
|
Species.CLAYDOL,
|
||||||
|
Species.LILEEP,
|
||||||
|
Species.CRADILY,
|
||||||
|
Species.ANORITH,
|
||||||
|
Species.ARMALDO,
|
||||||
Species.FEEBAS,
|
Species.FEEBAS,
|
||||||
Species.MILOTIC,
|
Species.MILOTIC,
|
||||||
|
Species.CASTFORM,
|
||||||
|
Species.KECLEON,
|
||||||
Species.SHUPPET,
|
Species.SHUPPET,
|
||||||
Species.BANETTE,
|
Species.BANETTE,
|
||||||
Species.DUSKULL,
|
Species.DUSKULL,
|
||||||
Species.DUSCLOPS,
|
Species.DUSCLOPS,
|
||||||
Species.TROPIUS,
|
Species.TROPIUS,
|
||||||
Species.CHIMECHO,
|
Species.CHIMECHO,
|
||||||
|
Species.ABSOL,
|
||||||
Species.SNORUNT,
|
Species.SNORUNT,
|
||||||
Species.GLALIE,
|
Species.GLALIE,
|
||||||
|
Species.SPHEAL,
|
||||||
|
Species.SEALEO,
|
||||||
|
Species.WALREIN,
|
||||||
|
Species.CLAMPERL,
|
||||||
|
Species.HUNTAIL,
|
||||||
|
Species.GOREBYSS,
|
||||||
|
Species.RELICANTH,
|
||||||
Species.LUVDISC,
|
Species.LUVDISC,
|
||||||
Species.BAGON,
|
Species.BAGON,
|
||||||
Species.SHELGON,
|
Species.SHELGON,
|
||||||
Species.SALAMENCE,
|
Species.SALAMENCE,
|
||||||
|
Species.METANG,
|
||||||
|
Species.METAGROSS,
|
||||||
|
Species.REGIROCK,
|
||||||
|
Species.REGICE,
|
||||||
|
Species.REGISTEEL,
|
||||||
|
Species.LATIAS,
|
||||||
|
Species.LATIOS,
|
||||||
Species.KYOGRE,
|
Species.KYOGRE,
|
||||||
Species.GROUDON,
|
Species.GROUDON,
|
||||||
Species.RAYQUAZA,
|
Species.RAYQUAZA,
|
||||||
|
Species.JIRACHI,
|
||||||
|
Species.DEOXYS,
|
||||||
Species.TURTWIG,
|
Species.TURTWIG,
|
||||||
Species.GROTLE,
|
Species.GROTLE,
|
||||||
Species.TORTERRA,
|
Species.TORTERRA,
|
||||||
@ -62215,30 +62397,47 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.STARLY,
|
Species.STARLY,
|
||||||
Species.STARAVIA,
|
Species.STARAVIA,
|
||||||
Species.STARAPTOR,
|
Species.STARAPTOR,
|
||||||
Species.KRICKETOT,
|
Species.BIDOOF,
|
||||||
|
Species.BIBAREL,
|
||||||
Species.KRICKETUNE,
|
Species.KRICKETUNE,
|
||||||
Species.SHINX,
|
Species.SHINX,
|
||||||
Species.LUXIO,
|
Species.LUXIO,
|
||||||
Species.LUXRAY,
|
Species.LUXRAY,
|
||||||
Species.COMBEE,
|
Species.BUDEW,
|
||||||
|
Species.ROSERADE,
|
||||||
|
Species.CRANIDOS,
|
||||||
|
Species.RAMPARDOS,
|
||||||
|
Species.SHIELDON,
|
||||||
|
Species.BASTIODON,
|
||||||
|
Species.BURMY,
|
||||||
|
Species.WORMADAM,
|
||||||
|
Species.MOTHIM,
|
||||||
Species.VESPIQUEN,
|
Species.VESPIQUEN,
|
||||||
Species.PACHIRISU,
|
Species.PACHIRISU,
|
||||||
Species.BUIZEL,
|
Species.BUIZEL,
|
||||||
Species.FLOATZEL,
|
Species.FLOATZEL,
|
||||||
|
Species.CHERUBI,
|
||||||
|
Species.CHERRIM,
|
||||||
Species.SHELLOS,
|
Species.SHELLOS,
|
||||||
Species.GASTRODON,
|
Species.GASTRODON,
|
||||||
Species.AMBIPOM,
|
Species.AMBIPOM,
|
||||||
Species.DRIFLOON,
|
Species.DRIFLOON,
|
||||||
Species.DRIFBLIM,
|
Species.DRIFBLIM,
|
||||||
|
Species.BUNEARY,
|
||||||
|
Species.LOPUNNY,
|
||||||
Species.MISMAGIUS,
|
Species.MISMAGIUS,
|
||||||
Species.HONCHKROW,
|
Species.HONCHKROW,
|
||||||
|
Species.GLAMEOW,
|
||||||
|
Species.PURUGLY,
|
||||||
Species.CHINGLING,
|
Species.CHINGLING,
|
||||||
Species.STUNKY,
|
Species.STUNKY,
|
||||||
Species.SKUNTANK,
|
Species.SKUNTANK,
|
||||||
Species.BRONZOR,
|
Species.BRONZOR,
|
||||||
Species.BRONZONG,
|
Species.BRONZONG,
|
||||||
Species.BONSLY,
|
Species.BONSLY,
|
||||||
|
Species.MIME_JR,
|
||||||
Species.HAPPINY,
|
Species.HAPPINY,
|
||||||
|
Species.CHATOT,
|
||||||
Species.SPIRITOMB,
|
Species.SPIRITOMB,
|
||||||
Species.GIBLE,
|
Species.GIBLE,
|
||||||
Species.GABITE,
|
Species.GABITE,
|
||||||
@ -62248,19 +62447,30 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.LUCARIO,
|
Species.LUCARIO,
|
||||||
Species.HIPPOPOTAS,
|
Species.HIPPOPOTAS,
|
||||||
Species.HIPPOWDON,
|
Species.HIPPOWDON,
|
||||||
|
Species.SKORUPI,
|
||||||
|
Species.DRAPION,
|
||||||
Species.CROAGUNK,
|
Species.CROAGUNK,
|
||||||
Species.TOXICROAK,
|
Species.TOXICROAK,
|
||||||
|
Species.CARNIVINE,
|
||||||
Species.FINNEON,
|
Species.FINNEON,
|
||||||
Species.LUMINEON,
|
Species.LUMINEON,
|
||||||
|
Species.MANTYKE,
|
||||||
Species.SNOVER,
|
Species.SNOVER,
|
||||||
Species.ABOMASNOW,
|
Species.ABOMASNOW,
|
||||||
Species.WEAVILE,
|
Species.WEAVILE,
|
||||||
Species.MAGNEZONE,
|
Species.MAGNEZONE,
|
||||||
|
Species.LICKILICKY,
|
||||||
|
Species.RHYPERIOR,
|
||||||
|
Species.TANGROWTH,
|
||||||
|
Species.ELECTIVIRE,
|
||||||
|
Species.MAGMORTAR,
|
||||||
|
Species.TOGEKISS,
|
||||||
Species.YANMEGA,
|
Species.YANMEGA,
|
||||||
Species.LEAFEON,
|
Species.LEAFEON,
|
||||||
Species.GLACEON,
|
Species.GLACEON,
|
||||||
Species.GLISCOR,
|
Species.GLISCOR,
|
||||||
Species.MAMOSWINE,
|
Species.MAMOSWINE,
|
||||||
|
Species.PORYGON_Z,
|
||||||
Species.GALLADE,
|
Species.GALLADE,
|
||||||
Species.PROBOPASS,
|
Species.PROBOPASS,
|
||||||
Species.DUSKNOIR,
|
Species.DUSKNOIR,
|
||||||
@ -62272,39 +62482,126 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DIALGA,
|
Species.DIALGA,
|
||||||
Species.PALKIA,
|
Species.PALKIA,
|
||||||
Species.HEATRAN,
|
Species.HEATRAN,
|
||||||
|
Species.REGIGIGAS,
|
||||||
Species.GIRATINA,
|
Species.GIRATINA,
|
||||||
Species.CRESSELIA,
|
Species.CRESSELIA,
|
||||||
|
Species.PHIONE,
|
||||||
|
Species.MANAPHY,
|
||||||
|
Species.DARKRAI,
|
||||||
|
Species.SHAYMIN,
|
||||||
Species.ARCEUS,
|
Species.ARCEUS,
|
||||||
|
Species.VICTINI,
|
||||||
|
Species.SNIVY,
|
||||||
|
Species.SERVINE,
|
||||||
|
Species.SERPERIOR,
|
||||||
|
Species.TEPIG,
|
||||||
|
Species.PIGNITE,
|
||||||
|
Species.EMBOAR,
|
||||||
Species.OSHAWOTT,
|
Species.OSHAWOTT,
|
||||||
Species.DEWOTT,
|
Species.DEWOTT,
|
||||||
Species.SAMUROTT,
|
Species.SAMUROTT,
|
||||||
|
Species.PATRAT,
|
||||||
|
Species.WATCHOG,
|
||||||
|
Species.LILLIPUP,
|
||||||
|
Species.HERDIER,
|
||||||
|
Species.STOUTLAND,
|
||||||
|
Species.PURRLOIN,
|
||||||
|
Species.LIEPARD,
|
||||||
|
Species.PANSAGE,
|
||||||
|
Species.SIMISAGE,
|
||||||
|
Species.PANSEAR,
|
||||||
|
Species.SIMISEAR,
|
||||||
|
Species.PANPOUR,
|
||||||
|
Species.SIMIPOUR,
|
||||||
|
Species.MUNNA,
|
||||||
|
Species.MUSHARNA,
|
||||||
|
Species.PIDOVE,
|
||||||
|
Species.TRANQUILL,
|
||||||
|
Species.UNFEZANT,
|
||||||
|
Species.BLITZLE,
|
||||||
|
Species.ZEBSTRIKA,
|
||||||
|
Species.ROGGENROLA,
|
||||||
|
Species.BOLDORE,
|
||||||
|
Species.GIGALITH,
|
||||||
|
Species.WOOBAT,
|
||||||
|
Species.SWOOBAT,
|
||||||
|
Species.DRILBUR,
|
||||||
|
Species.EXCADRILL,
|
||||||
|
Species.AUDINO,
|
||||||
Species.TIMBURR,
|
Species.TIMBURR,
|
||||||
Species.GURDURR,
|
Species.GURDURR,
|
||||||
Species.CONKELDURR,
|
Species.CONKELDURR,
|
||||||
|
Species.TYMPOLE,
|
||||||
|
Species.PALPITOAD,
|
||||||
|
Species.SEISMITOAD,
|
||||||
|
Species.THROH,
|
||||||
|
Species.SAWK,
|
||||||
Species.SEWADDLE,
|
Species.SEWADDLE,
|
||||||
Species.SWADLOON,
|
Species.SWADLOON,
|
||||||
Species.LEAVANNY,
|
Species.LEAVANNY,
|
||||||
|
Species.VENIPEDE,
|
||||||
|
Species.WHIRLIPEDE,
|
||||||
|
Species.SCOLIPEDE,
|
||||||
|
Species.COTTONEE,
|
||||||
|
Species.WHIMSICOTT,
|
||||||
Species.PETILIL,
|
Species.PETILIL,
|
||||||
Species.LILLIGANT,
|
Species.LILLIGANT,
|
||||||
Species.BASCULIN,
|
Species.BASCULIN,
|
||||||
Species.SANDILE,
|
Species.SANDILE,
|
||||||
Species.KROKOROK,
|
Species.KROKOROK,
|
||||||
Species.KROOKODILE,
|
Species.KROOKODILE,
|
||||||
|
Species.DARUMAKA,
|
||||||
|
Species.DARMANITAN,
|
||||||
|
Species.MARACTUS,
|
||||||
|
Species.DWEBBLE,
|
||||||
|
Species.CRUSTLE,
|
||||||
|
Species.SCRAGGY,
|
||||||
|
Species.SCRAFTY,
|
||||||
|
Species.SIGILYPH,
|
||||||
|
Species.YAMASK,
|
||||||
|
Species.COFAGRIGUS,
|
||||||
|
Species.TIRTOUGA,
|
||||||
|
Species.CARRACOSTA,
|
||||||
|
Species.ARCHEN,
|
||||||
|
Species.ARCHEOPS,
|
||||||
|
Species.TRUBBISH,
|
||||||
|
Species.GARBODOR,
|
||||||
Species.ZORUA,
|
Species.ZORUA,
|
||||||
Species.ZOROARK,
|
Species.ZOROARK,
|
||||||
|
Species.MINCCINO,
|
||||||
|
Species.CINCCINO,
|
||||||
Species.GOTHITA,
|
Species.GOTHITA,
|
||||||
Species.GOTHORITA,
|
Species.GOTHORITA,
|
||||||
Species.GOTHITELLE,
|
Species.GOTHITELLE,
|
||||||
|
Species.SOLOSIS,
|
||||||
|
Species.DUOSION,
|
||||||
|
Species.REUNICLUS,
|
||||||
Species.DUCKLETT,
|
Species.DUCKLETT,
|
||||||
Species.SWANNA,
|
Species.SWANNA,
|
||||||
|
Species.VANILLITE,
|
||||||
|
Species.VANILLISH,
|
||||||
|
Species.VANILLUXE,
|
||||||
Species.DEERLING,
|
Species.DEERLING,
|
||||||
Species.SAWSBUCK,
|
Species.SAWSBUCK,
|
||||||
|
Species.EMOLGA,
|
||||||
|
Species.KARRABLAST,
|
||||||
|
Species.ESCAVALIER,
|
||||||
Species.FOONGUS,
|
Species.FOONGUS,
|
||||||
Species.AMOONGUSS,
|
Species.AMOONGUSS,
|
||||||
|
Species.FRILLISH,
|
||||||
|
Species.JELLICENT,
|
||||||
Species.ALOMOMOLA,
|
Species.ALOMOMOLA,
|
||||||
Species.TYNAMO,
|
Species.JOLTIK,
|
||||||
|
Species.GALVANTULA,
|
||||||
|
Species.FERROSEED,
|
||||||
|
Species.FERROTHORN,
|
||||||
|
Species.KLINK,
|
||||||
|
Species.KLANG,
|
||||||
|
Species.KLINKLANG,
|
||||||
Species.EELEKTRIK,
|
Species.EELEKTRIK,
|
||||||
Species.EELEKTROSS,
|
Species.EELEKTROSS,
|
||||||
|
Species.ELGYEM,
|
||||||
|
Species.BEHEEYEM,
|
||||||
Species.LITWICK,
|
Species.LITWICK,
|
||||||
Species.LAMPENT,
|
Species.LAMPENT,
|
||||||
Species.CHANDELURE,
|
Species.CHANDELURE,
|
||||||
@ -62314,23 +62611,40 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CUBCHOO,
|
Species.CUBCHOO,
|
||||||
Species.BEARTIC,
|
Species.BEARTIC,
|
||||||
Species.CRYOGONAL,
|
Species.CRYOGONAL,
|
||||||
|
Species.SHELMET,
|
||||||
|
Species.ACCELGOR,
|
||||||
|
Species.STUNFISK,
|
||||||
Species.MIENFOO,
|
Species.MIENFOO,
|
||||||
Species.MIENSHAO,
|
Species.MIENSHAO,
|
||||||
|
Species.DRUDDIGON,
|
||||||
|
Species.GOLETT,
|
||||||
|
Species.GOLURK,
|
||||||
Species.PAWNIARD,
|
Species.PAWNIARD,
|
||||||
Species.BISHARP,
|
Species.BISHARP,
|
||||||
|
Species.BOUFFALANT,
|
||||||
Species.RUFFLET,
|
Species.RUFFLET,
|
||||||
Species.BRAVIARY,
|
Species.BRAVIARY,
|
||||||
Species.VULLABY,
|
Species.VULLABY,
|
||||||
Species.MANDIBUZZ,
|
Species.MANDIBUZZ,
|
||||||
|
Species.HEATMOR,
|
||||||
|
Species.DURANT,
|
||||||
Species.DEINO,
|
Species.DEINO,
|
||||||
Species.ZWEILOUS,
|
Species.ZWEILOUS,
|
||||||
Species.HYDREIGON,
|
Species.HYDREIGON,
|
||||||
Species.LARVESTA,
|
Species.LARVESTA,
|
||||||
Species.VOLCARONA,
|
Species.VOLCARONA,
|
||||||
|
Species.COBALION,
|
||||||
|
Species.TERRAKION,
|
||||||
|
Species.VIRIZION,
|
||||||
Species.TORNADUS,
|
Species.TORNADUS,
|
||||||
Species.THUNDURUS,
|
Species.THUNDURUS,
|
||||||
|
Species.RESHIRAM,
|
||||||
|
Species.ZEKROM,
|
||||||
Species.LANDORUS,
|
Species.LANDORUS,
|
||||||
|
Species.KYUREM,
|
||||||
|
Species.KELDEO,
|
||||||
Species.MELOETTA,
|
Species.MELOETTA,
|
||||||
|
Species.GENESECT,
|
||||||
Species.CHESPIN,
|
Species.CHESPIN,
|
||||||
Species.QUILLADIN,
|
Species.QUILLADIN,
|
||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
@ -62339,29 +62653,53 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
Species.BUNNELBY,
|
||||||
'',
|
Species.DIGGERSBY,
|
||||||
'battle-bond',
|
|
||||||
'ash',
|
|
||||||
],
|
|
||||||
Species.FLETCHLING,
|
Species.FLETCHLING,
|
||||||
Species.FLETCHINDER,
|
Species.FLETCHINDER,
|
||||||
Species.TALONFLAME,
|
Species.TALONFLAME,
|
||||||
Species.SCATTERBUG,
|
|
||||||
Species.SPEWPA,
|
|
||||||
Species.VIVILLON,
|
Species.VIVILLON,
|
||||||
Species.LITLEO,
|
Species.LITLEO,
|
||||||
Species.PYROAR,
|
Species.PYROAR,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
Species.FLOETTE,
|
[
|
||||||
|
Species.FLOETTE,
|
||||||
|
'red',
|
||||||
|
'yellow',
|
||||||
|
'orange',
|
||||||
|
'blue',
|
||||||
|
'white',
|
||||||
|
],
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
Species.SKIDDO,
|
Species.SKIDDO,
|
||||||
Species.GOGOAT,
|
Species.GOGOAT,
|
||||||
|
Species.PANCHAM,
|
||||||
|
Species.PANGORO,
|
||||||
|
Species.FURFROU,
|
||||||
|
Species.ESPURR,
|
||||||
|
Species.MEOWSTIC,
|
||||||
|
Species.HONEDGE,
|
||||||
|
Species.DOUBLADE,
|
||||||
|
Species.AEGISLASH,
|
||||||
|
Species.SPRITZEE,
|
||||||
|
Species.AROMATISSE,
|
||||||
|
Species.SWIRLIX,
|
||||||
|
Species.SLURPUFF,
|
||||||
|
Species.INKAY,
|
||||||
|
Species.MALAMAR,
|
||||||
|
Species.BINACLE,
|
||||||
|
Species.BARBARACLE,
|
||||||
Species.SKRELP,
|
Species.SKRELP,
|
||||||
Species.DRAGALGE,
|
Species.DRAGALGE,
|
||||||
Species.CLAUNCHER,
|
Species.CLAUNCHER,
|
||||||
Species.CLAWITZER,
|
Species.CLAWITZER,
|
||||||
|
Species.HELIOPTILE,
|
||||||
|
Species.HELIOLISK,
|
||||||
|
Species.TYRUNT,
|
||||||
|
Species.TYRANTRUM,
|
||||||
|
Species.AMAURA,
|
||||||
|
Species.AURORUS,
|
||||||
Species.SYLVEON,
|
Species.SYLVEON,
|
||||||
Species.HAWLUCHA,
|
Species.HAWLUCHA,
|
||||||
Species.DEDENNE,
|
Species.DEDENNE,
|
||||||
@ -62372,16 +62710,30 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.KLEFKI,
|
Species.KLEFKI,
|
||||||
Species.PHANTUMP,
|
Species.PHANTUMP,
|
||||||
Species.TREVENANT,
|
Species.TREVENANT,
|
||||||
|
Species.PUMPKABOO,
|
||||||
|
Species.GOURGEIST,
|
||||||
Species.BERGMITE,
|
Species.BERGMITE,
|
||||||
Species.AVALUGG,
|
Species.AVALUGG,
|
||||||
Species.NOIBAT,
|
Species.NOIBAT,
|
||||||
Species.NOIVERN,
|
Species.NOIVERN,
|
||||||
|
Species.XERNEAS,
|
||||||
|
Species.YVELTAL,
|
||||||
|
Species.ZYGARDE,
|
||||||
Species.DIANCIE,
|
Species.DIANCIE,
|
||||||
Species.HOOPA,
|
Species.HOOPA,
|
||||||
Species.VOLCANION,
|
Species.VOLCANION,
|
||||||
Species.ROWLET,
|
Species.ROWLET,
|
||||||
Species.DARTRIX,
|
Species.DARTRIX,
|
||||||
Species.DECIDUEYE,
|
Species.DECIDUEYE,
|
||||||
|
Species.LITTEN,
|
||||||
|
Species.TORRACAT,
|
||||||
|
Species.INCINEROAR,
|
||||||
|
Species.POPPLIO,
|
||||||
|
Species.BRIONNE,
|
||||||
|
Species.PRIMARINA,
|
||||||
|
Species.PIKIPEK,
|
||||||
|
Species.TRUMBEAK,
|
||||||
|
Species.TOUCANNON,
|
||||||
Species.YUNGOOS,
|
Species.YUNGOOS,
|
||||||
Species.GUMSHOOS,
|
Species.GUMSHOOS,
|
||||||
Species.GRUBBIN,
|
Species.GRUBBIN,
|
||||||
@ -62394,208 +62746,67 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.RIBOMBEE,
|
Species.RIBOMBEE,
|
||||||
Species.ROCKRUFF,
|
Species.ROCKRUFF,
|
||||||
Species.LYCANROC,
|
Species.LYCANROC,
|
||||||
|
Species.WISHIWASHI,
|
||||||
Species.MAREANIE,
|
Species.MAREANIE,
|
||||||
Species.TOXAPEX,
|
Species.TOXAPEX,
|
||||||
Species.MUDBRAY,
|
Species.MUDBRAY,
|
||||||
Species.MUDSDALE,
|
Species.MUDSDALE,
|
||||||
|
Species.DEWPIDER,
|
||||||
|
Species.ARAQUANID,
|
||||||
Species.FOMANTIS,
|
Species.FOMANTIS,
|
||||||
Species.LURANTIS,
|
Species.LURANTIS,
|
||||||
|
Species.MORELULL,
|
||||||
|
Species.SHIINOTIC,
|
||||||
Species.SALANDIT,
|
Species.SALANDIT,
|
||||||
Species.SALAZZLE,
|
Species.SALAZZLE,
|
||||||
|
Species.STUFFUL,
|
||||||
|
Species.BEWEAR,
|
||||||
Species.BOUNSWEET,
|
Species.BOUNSWEET,
|
||||||
Species.STEENEE,
|
Species.STEENEE,
|
||||||
Species.TSAREENA,
|
Species.TSAREENA,
|
||||||
|
Species.COMFEY,
|
||||||
Species.ORANGURU,
|
Species.ORANGURU,
|
||||||
Species.PASSIMIAN,
|
Species.PASSIMIAN,
|
||||||
|
Species.WIMPOD,
|
||||||
|
Species.GOLISOPOD,
|
||||||
Species.SANDYGAST,
|
Species.SANDYGAST,
|
||||||
Species.PALOSSAND,
|
Species.PALOSSAND,
|
||||||
|
Species.TYPE_NULL,
|
||||||
|
Species.SILVALLY,
|
||||||
|
Species.MINIOR,
|
||||||
Species.KOMALA,
|
Species.KOMALA,
|
||||||
|
Species.TURTONATOR,
|
||||||
|
Species.TOGEDEMARU,
|
||||||
Species.MIMIKYU,
|
Species.MIMIKYU,
|
||||||
Species.BRUXISH,
|
Species.BRUXISH,
|
||||||
|
Species.DRAMPA,
|
||||||
|
Species.DHELMISE,
|
||||||
Species.JANGMO_O,
|
Species.JANGMO_O,
|
||||||
Species.HAKAMO_O,
|
Species.HAKAMO_O,
|
||||||
Species.KOMMO_O,
|
Species.KOMMO_O,
|
||||||
|
Species.TAPU_KOKO,
|
||||||
|
Species.TAPU_LELE,
|
||||||
|
Species.TAPU_BULU,
|
||||||
|
Species.TAPU_FINI,
|
||||||
|
Species.SOLGALEO,
|
||||||
|
Species.LUNALA,
|
||||||
|
Species.NIHILEGO,
|
||||||
|
Species.BUZZWOLE,
|
||||||
|
Species.PHEROMOSA,
|
||||||
|
Species.XURKITREE,
|
||||||
|
Species.CELESTEELA,
|
||||||
|
Species.KARTANA,
|
||||||
|
Species.GUZZLORD,
|
||||||
|
Species.NECROZMA,
|
||||||
Species.MAGEARNA,
|
Species.MAGEARNA,
|
||||||
Species.GROOKEY,
|
Species.MARSHADOW,
|
||||||
Species.THWACKEY,
|
Species.POIPOLE,
|
||||||
Species.RILLABOOM,
|
Species.NAGANADEL,
|
||||||
Species.SCORBUNNY,
|
Species.STAKATAKA,
|
||||||
Species.RABOOT,
|
Species.BLACEPHALON,
|
||||||
Species.CINDERACE,
|
Species.ZERAORA,
|
||||||
Species.SOBBLE,
|
Species.ALOLA_RATTATA,
|
||||||
Species.DRIZZILE,
|
Species.ALOLA_RATICATE,
|
||||||
Species.INTELEON,
|
|
||||||
Species.SKWOVET,
|
|
||||||
Species.GREEDENT,
|
|
||||||
Species.ROOKIDEE,
|
|
||||||
Species.CORVISQUIRE,
|
|
||||||
Species.CORVIKNIGHT,
|
|
||||||
Species.CHEWTLE,
|
|
||||||
Species.DREDNAW,
|
|
||||||
Species.ROLYCOLY,
|
|
||||||
Species.CARKOL,
|
|
||||||
Species.COALOSSAL,
|
|
||||||
Species.APPLIN,
|
|
||||||
Species.FLAPPLE,
|
|
||||||
Species.APPLETUN,
|
|
||||||
Species.SILICOBRA,
|
|
||||||
Species.SANDACONDA,
|
|
||||||
Species.CRAMORANT,
|
|
||||||
Species.ARROKUDA,
|
|
||||||
Species.BARRASKEWDA,
|
|
||||||
Species.TOXEL,
|
|
||||||
Species.TOXTRICITY,
|
|
||||||
Species.SINISTEA,
|
|
||||||
Species.POLTEAGEIST,
|
|
||||||
Species.HATENNA,
|
|
||||||
Species.HATTREM,
|
|
||||||
Species.HATTERENE,
|
|
||||||
Species.IMPIDIMP,
|
|
||||||
Species.MORGREM,
|
|
||||||
Species.GRIMMSNARL,
|
|
||||||
Species.PERRSERKER,
|
|
||||||
Species.FALINKS,
|
|
||||||
Species.PINCURCHIN,
|
|
||||||
Species.SNOM,
|
|
||||||
Species.FROSMOTH,
|
|
||||||
Species.STONJOURNER,
|
|
||||||
Species.EISCUE,
|
|
||||||
Species.INDEEDEE,
|
|
||||||
Species.MORPEKO,
|
|
||||||
Species.CUFANT,
|
|
||||||
Species.COPPERAJAH,
|
|
||||||
Species.DREEPY,
|
|
||||||
Species.DRAKLOAK,
|
|
||||||
Species.DRAGAPULT,
|
|
||||||
Species.ZACIAN,
|
|
||||||
Species.ZAMAZENTA,
|
|
||||||
Species.ETERNATUS,
|
|
||||||
Species.KUBFU,
|
|
||||||
Species.URSHIFU,
|
|
||||||
Species.ZARUDE,
|
|
||||||
Species.REGIELEKI,
|
|
||||||
Species.REGIDRAGO,
|
|
||||||
Species.GLASTRIER,
|
|
||||||
Species.SPECTRIER,
|
|
||||||
Species.CALYREX,
|
|
||||||
Species.WYRDEER,
|
|
||||||
Species.KLEAVOR,
|
|
||||||
Species.URSALUNA,
|
|
||||||
Species.BASCULEGION,
|
|
||||||
Species.SNEASLER,
|
|
||||||
Species.OVERQWIL,
|
|
||||||
Species.ENAMORUS,
|
|
||||||
Species.SPRIGATITO,
|
|
||||||
Species.FLORAGATO,
|
|
||||||
Species.MEOWSCARADA,
|
|
||||||
Species.FUECOCO,
|
|
||||||
Species.CROCALOR,
|
|
||||||
Species.SKELEDIRGE,
|
|
||||||
Species.QUAXLY,
|
|
||||||
Species.QUAXWELL,
|
|
||||||
Species.QUAQUAVAL,
|
|
||||||
Species.LECHONK,
|
|
||||||
Species.OINKOLOGNE,
|
|
||||||
Species.TAROUNTULA,
|
|
||||||
Species.SPIDOPS,
|
|
||||||
Species.NYMBLE,
|
|
||||||
Species.LOKIX,
|
|
||||||
Species.PAWMI,
|
|
||||||
Species.PAWMO,
|
|
||||||
Species.PAWMOT,
|
|
||||||
Species.TANDEMAUS,
|
|
||||||
Species.MAUSHOLD,
|
|
||||||
Species.FIDOUGH,
|
|
||||||
Species.DACHSBUN,
|
|
||||||
Species.SMOLIV,
|
|
||||||
Species.DOLLIV,
|
|
||||||
Species.ARBOLIVA,
|
|
||||||
Species.SQUAWKABILLY,
|
|
||||||
Species.NACLI,
|
|
||||||
Species.NACLSTACK,
|
|
||||||
Species.GARGANACL,
|
|
||||||
Species.CHARCADET,
|
|
||||||
Species.ARMAROUGE,
|
|
||||||
Species.CERULEDGE,
|
|
||||||
Species.TADBULB,
|
|
||||||
Species.BELLIBOLT,
|
|
||||||
Species.WATTREL,
|
|
||||||
Species.KILOWATTREL,
|
|
||||||
Species.MASCHIFF,
|
|
||||||
Species.MABOSSTIFF,
|
|
||||||
Species.SHROODLE,
|
|
||||||
Species.GRAFAIAI,
|
|
||||||
Species.BRAMBLIN,
|
|
||||||
Species.BRAMBLEGHAST,
|
|
||||||
Species.TOEDSCOOL,
|
|
||||||
Species.TOEDSCRUEL,
|
|
||||||
Species.KLAWF,
|
|
||||||
Species.CAPSAKID,
|
|
||||||
Species.SCOVILLAIN,
|
|
||||||
Species.RELLOR,
|
|
||||||
Species.RABSCA,
|
|
||||||
Species.FLITTLE,
|
|
||||||
Species.ESPATHRA,
|
|
||||||
Species.TINKATINK,
|
|
||||||
Species.TINKATUFF,
|
|
||||||
Species.TINKATON,
|
|
||||||
Species.WIGLETT,
|
|
||||||
Species.WUGTRIO,
|
|
||||||
Species.BOMBIRDIER,
|
|
||||||
Species.FINIZEN,
|
|
||||||
Species.PALAFIN,
|
|
||||||
Species.VAROOM,
|
|
||||||
Species.REVAVROOM,
|
|
||||||
Species.CYCLIZAR,
|
|
||||||
Species.ORTHWORM,
|
|
||||||
Species.GLIMMET,
|
|
||||||
Species.GLIMMORA,
|
|
||||||
Species.GREAVARD,
|
|
||||||
Species.HOUNDSTONE,
|
|
||||||
Species.FLAMIGO,
|
|
||||||
Species.CETODDLE,
|
|
||||||
Species.CETITAN,
|
|
||||||
Species.VELUZA,
|
|
||||||
Species.DONDOZO,
|
|
||||||
Species.TATSUGIRI,
|
|
||||||
Species.CLODSIRE,
|
|
||||||
Species.FARIGIRAF,
|
|
||||||
Species.DUDUNSPARCE,
|
|
||||||
Species.KINGAMBIT,
|
|
||||||
Species.GREAT_TUSK,
|
|
||||||
Species.SCREAM_TAIL,
|
|
||||||
Species.BRUTE_BONNET,
|
|
||||||
Species.FLUTTER_MANE,
|
|
||||||
Species.SLITHER_WING,
|
|
||||||
Species.SANDY_SHOCKS,
|
|
||||||
Species.IRON_TREADS,
|
|
||||||
Species.IRON_BUNDLE,
|
|
||||||
Species.IRON_HANDS,
|
|
||||||
Species.IRON_JUGULIS,
|
|
||||||
Species.IRON_MOTH,
|
|
||||||
Species.IRON_THORNS,
|
|
||||||
Species.FRIGIBAX,
|
|
||||||
Species.ARCTIBAX,
|
|
||||||
Species.BAXCALIBUR,
|
|
||||||
Species.GIMMIGHOUL,
|
|
||||||
Species.GHOLDENGO,
|
|
||||||
Species.WO_CHIEN,
|
|
||||||
Species.CHIEN_PAO,
|
|
||||||
Species.TING_LU,
|
|
||||||
Species.CHI_YU,
|
|
||||||
Species.ROARING_MOON,
|
|
||||||
Species.IRON_VALIANT,
|
|
||||||
Species.KORAIDON,
|
|
||||||
Species.MIRAIDON,
|
|
||||||
Species.WALKING_WAKE,
|
|
||||||
Species.IRON_LEAVES,
|
|
||||||
Species.DIPPLIN,
|
|
||||||
Species.POLTCHAGEIST,
|
|
||||||
Species.SINISTCHA,
|
|
||||||
Species.OKIDOGI,
|
|
||||||
Species.MUNKIDORI,
|
|
||||||
Species.FEZANDIPITI,
|
|
||||||
Species.OGERPON,
|
|
||||||
Species.ALOLA_RAICHU,
|
Species.ALOLA_RAICHU,
|
||||||
Species.ALOLA_SANDSHREW,
|
Species.ALOLA_SANDSHREW,
|
||||||
Species.ALOLA_SANDSLASH,
|
Species.ALOLA_SANDSLASH,
|
||||||
@ -62610,34 +62821,9 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.ALOLA_GOLEM,
|
Species.ALOLA_GOLEM,
|
||||||
Species.ALOLA_GRIMER,
|
Species.ALOLA_GRIMER,
|
||||||
Species.ALOLA_MUK,
|
Species.ALOLA_MUK,
|
||||||
|
Species.ALOLA_EXEGGUTOR,
|
||||||
|
Species.ALOLA_MAROWAK,
|
||||||
Species.ETERNAL_FLOETTE,
|
Species.ETERNAL_FLOETTE,
|
||||||
Species.GALAR_MEOWTH,
|
|
||||||
Species.GALAR_SLOWPOKE,
|
|
||||||
Species.GALAR_SLOWBRO,
|
|
||||||
Species.GALAR_WEEZING,
|
|
||||||
Species.GALAR_ARTICUNO,
|
|
||||||
Species.GALAR_ZAPDOS,
|
|
||||||
Species.GALAR_MOLTRES,
|
|
||||||
Species.GALAR_SLOWKING,
|
|
||||||
Species.HISUI_GROWLITHE,
|
|
||||||
Species.HISUI_ARCANINE,
|
|
||||||
Species.HISUI_VOLTORB,
|
|
||||||
Species.HISUI_ELECTRODE,
|
|
||||||
Species.HISUI_TYPHLOSION,
|
|
||||||
Species.HISUI_QWILFISH,
|
|
||||||
Species.HISUI_SNEASEL,
|
|
||||||
Species.HISUI_SAMUROTT,
|
|
||||||
Species.HISUI_LILLIGANT,
|
|
||||||
Species.HISUI_ZORUA,
|
|
||||||
Species.HISUI_ZOROARK,
|
|
||||||
Species.HISUI_BRAVIARY,
|
|
||||||
Species.HISUI_SLIGGOO,
|
|
||||||
Species.HISUI_GOODRA,
|
|
||||||
Species.HISUI_AVALUGG,
|
|
||||||
Species.HISUI_DECIDUEYE,
|
|
||||||
Species.PALDEA_TAUROS,
|
|
||||||
Species.PALDEA_WOOPER,
|
|
||||||
Species.BLOODMOON_URSALUNA,
|
|
||||||
],
|
],
|
||||||
[Moves.ICE_SPINNER]: [
|
[Moves.ICE_SPINNER]: [
|
||||||
Species.JIGGLYPUFF,
|
Species.JIGGLYPUFF,
|
||||||
|
Loading…
Reference in New Issue
Block a user