mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
Fix TM compatibility on forms, Tera Blast on Indigo Disk mons
This commit is contained in:
parent
af51c1f2f0
commit
d168eba1e2
@ -1107,12 +1107,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.QUILLADIN,
|
Species.QUILLADIN,
|
||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.FLETCHLING,
|
Species.FLETCHLING,
|
||||||
@ -2878,12 +2873,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.FLETCHLING,
|
Species.FLETCHLING,
|
||||||
@ -6987,14 +6977,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -8301,7 +8284,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
[
|
[
|
||||||
Species.WORMADAM,
|
Species.WORMADAM,
|
||||||
"sandy",
|
"sandy",
|
||||||
"trash",
|
|
||||||
],
|
],
|
||||||
Species.ALOLA_SANDSHREW,
|
Species.ALOLA_SANDSHREW,
|
||||||
Species.ALOLA_SANDSLASH,
|
Species.ALOLA_SANDSLASH,
|
||||||
@ -8612,12 +8594,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.LITLEO,
|
Species.LITLEO,
|
||||||
@ -9406,14 +9383,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -9766,14 +9736,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.VIVILLON,
|
Species.VIVILLON,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
[
|
Species.FLOETTE,
|
||||||
Species.FLOETTE,
|
|
||||||
"red",
|
|
||||||
"yellow",
|
|
||||||
"orange",
|
|
||||||
"blue",
|
|
||||||
"white",
|
|
||||||
],
|
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
Species.ESPURR,
|
Species.ESPURR,
|
||||||
Species.MEOWSTIC,
|
Species.MEOWSTIC,
|
||||||
@ -11147,14 +11110,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -13657,12 +13613,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.FLETCHLING,
|
Species.FLETCHLING,
|
||||||
Species.FLETCHINDER,
|
Species.FLETCHINDER,
|
||||||
Species.TALONFLAME,
|
Species.TALONFLAME,
|
||||||
@ -15326,14 +15277,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -16934,14 +16878,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -18483,14 +18420,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -20250,14 +20180,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -21583,12 +21506,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.LITLEO,
|
Species.LITLEO,
|
||||||
@ -22516,7 +22434,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
[
|
[
|
||||||
Species.WORMADAM,
|
Species.WORMADAM,
|
||||||
"sandy",
|
"sandy",
|
||||||
"trash",
|
|
||||||
],
|
],
|
||||||
Species.ALOLA_DIGLETT,
|
Species.ALOLA_DIGLETT,
|
||||||
Species.ALOLA_DUGTRIO,
|
Species.ALOLA_DUGTRIO,
|
||||||
@ -22691,14 +22608,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
Species.VIVILLON,
|
Species.VIVILLON,
|
||||||
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,
|
||||||
@ -23402,12 +23312,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.FLETCHLING,
|
Species.FLETCHLING,
|
||||||
@ -24134,12 +24039,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.KELDEO,
|
Species.KELDEO,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.PANCHAM,
|
Species.PANCHAM,
|
||||||
Species.PANGORO,
|
Species.PANGORO,
|
||||||
Species.HONEDGE,
|
Species.HONEDGE,
|
||||||
@ -24842,14 +24742,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -25712,14 +25605,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -26695,14 +26581,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -27845,14 +27724,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -28911,14 +28783,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -29514,14 +29379,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.VIVILLON,
|
Species.VIVILLON,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
[
|
Species.FLOETTE,
|
||||||
Species.FLOETTE,
|
|
||||||
"red",
|
|
||||||
"yellow",
|
|
||||||
"orange",
|
|
||||||
"blue",
|
|
||||||
"white",
|
|
||||||
],
|
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
Species.ESPURR,
|
Species.ESPURR,
|
||||||
Species.MEOWSTIC,
|
Species.MEOWSTIC,
|
||||||
@ -31408,14 +31266,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -32327,14 +32178,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -33037,14 +32881,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -36644,14 +36481,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -37389,14 +37219,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
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,
|
||||||
@ -38266,23 +38089,11 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
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,
|
||||||
@ -39323,12 +39134,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CHESPIN,
|
Species.CHESPIN,
|
||||||
Species.QUILLADIN,
|
Species.QUILLADIN,
|
||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.SKIDDO,
|
Species.SKIDDO,
|
||||||
@ -40356,7 +40162,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.FENNEKIN,
|
Species.FENNEKIN,
|
||||||
Species.BRAIXEN,
|
Species.BRAIXEN,
|
||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.MEOWSTIC,
|
[
|
||||||
|
Species.MEOWSTIC,
|
||||||
|
"male",
|
||||||
|
],
|
||||||
Species.KLEFKI,
|
Species.KLEFKI,
|
||||||
Species.PHANTUMP,
|
Species.PHANTUMP,
|
||||||
Species.TREVENANT,
|
Species.TREVENANT,
|
||||||
@ -41805,7 +41614,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
[
|
[
|
||||||
Species.WORMADAM,
|
Species.WORMADAM,
|
||||||
"sandy",
|
"sandy",
|
||||||
"trash",
|
|
||||||
],
|
],
|
||||||
Species.ALOLA_SANDSHREW,
|
Species.ALOLA_SANDSHREW,
|
||||||
Species.ALOLA_SANDSLASH,
|
Species.ALOLA_SANDSLASH,
|
||||||
@ -43701,12 +43509,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.SKIDDO,
|
Species.SKIDDO,
|
||||||
@ -44160,14 +43963,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.QUILLADIN,
|
Species.QUILLADIN,
|
||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
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,
|
||||||
@ -44377,14 +44173,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.VIVILLON,
|
Species.VIVILLON,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
[
|
Species.FLOETTE,
|
||||||
Species.FLOETTE,
|
|
||||||
"red",
|
|
||||||
"yellow",
|
|
||||||
"orange",
|
|
||||||
"blue",
|
|
||||||
"white",
|
|
||||||
],
|
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
Species.ESPURR,
|
Species.ESPURR,
|
||||||
Species.MEOWSTIC,
|
Species.MEOWSTIC,
|
||||||
@ -45256,6 +45045,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.IRON_CROWN,
|
Species.IRON_CROWN,
|
||||||
Species.TERAPAGOS,
|
Species.TERAPAGOS,
|
||||||
Species.ALOLA_EXEGGUTOR,
|
Species.ALOLA_EXEGGUTOR,
|
||||||
|
[
|
||||||
|
Species.INDEEDEE,
|
||||||
|
"male",
|
||||||
|
],
|
||||||
],
|
],
|
||||||
[Moves.GYRO_BALL]: [
|
[Moves.GYRO_BALL]: [
|
||||||
Species.SQUIRTLE,
|
Species.SQUIRTLE,
|
||||||
@ -47501,12 +47294,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.ACCELGOR,
|
Species.ACCELGOR,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.SKRELP,
|
Species.SKRELP,
|
||||||
Species.DRAGALGE,
|
Species.DRAGALGE,
|
||||||
Species.MAREANIE,
|
Species.MAREANIE,
|
||||||
@ -48143,7 +47931,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.RUNERIGUS,
|
Species.RUNERIGUS,
|
||||||
Species.MORPEKO,
|
Species.MORPEKO,
|
||||||
Species.DURALUDON,
|
Species.DURALUDON,
|
||||||
Species.URSHIFU,
|
|
||||||
Species.ZARUDE,
|
Species.ZARUDE,
|
||||||
Species.SPECTRIER,
|
Species.SPECTRIER,
|
||||||
Species.OVERQWIL,
|
Species.OVERQWIL,
|
||||||
@ -48179,6 +47966,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.GALAR_WEEZING,
|
Species.GALAR_WEEZING,
|
||||||
Species.GALAR_MOLTRES,
|
Species.GALAR_MOLTRES,
|
||||||
Species.GALAR_YAMASK,
|
Species.GALAR_YAMASK,
|
||||||
|
[
|
||||||
|
Species.URSHIFU,
|
||||||
|
"single-strike",
|
||||||
|
],
|
||||||
[
|
[
|
||||||
Species.CALYREX,
|
Species.CALYREX,
|
||||||
"shadow",
|
"shadow",
|
||||||
@ -48456,14 +48247,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.QUILLADIN,
|
Species.QUILLADIN,
|
||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
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,
|
||||||
@ -49622,7 +49406,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.TORTERRA,
|
Species.TORTERRA,
|
||||||
Species.BUDEW,
|
Species.BUDEW,
|
||||||
Species.ROSERADE,
|
Species.ROSERADE,
|
||||||
Species.WORMADAM,
|
[
|
||||||
|
Species.WORMADAM,
|
||||||
|
"plant",
|
||||||
|
],
|
||||||
Species.MOTHIM,
|
Species.MOTHIM,
|
||||||
Species.CHERUBI,
|
Species.CHERUBI,
|
||||||
Species.CHERRIM,
|
Species.CHERRIM,
|
||||||
@ -49698,14 +49485,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
Species.VIVILLON,
|
Species.VIVILLON,
|
||||||
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,
|
||||||
@ -52635,7 +52415,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.TORTERRA,
|
Species.TORTERRA,
|
||||||
Species.BUDEW,
|
Species.BUDEW,
|
||||||
Species.ROSERADE,
|
Species.ROSERADE,
|
||||||
Species.WORMADAM,
|
[
|
||||||
|
Species.WORMADAM,
|
||||||
|
"plant",
|
||||||
|
],
|
||||||
Species.SNOVER,
|
Species.SNOVER,
|
||||||
Species.ABOMASNOW,
|
Species.ABOMASNOW,
|
||||||
Species.TANGROWTH,
|
Species.TANGROWTH,
|
||||||
@ -53751,7 +53534,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BIBAREL,
|
Species.BIBAREL,
|
||||||
Species.BUDEW,
|
Species.BUDEW,
|
||||||
Species.ROSERADE,
|
Species.ROSERADE,
|
||||||
Species.WORMADAM,
|
[
|
||||||
|
Species.WORMADAM,
|
||||||
|
"plant",
|
||||||
|
],
|
||||||
Species.PACHIRISU,
|
Species.PACHIRISU,
|
||||||
Species.CHERUBI,
|
Species.CHERUBI,
|
||||||
Species.CHERRIM,
|
Species.CHERRIM,
|
||||||
@ -53863,14 +53649,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
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,
|
||||||
@ -55590,12 +55369,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CHESPIN,
|
Species.CHESPIN,
|
||||||
Species.QUILLADIN,
|
Species.QUILLADIN,
|
||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.PANCHAM,
|
Species.PANCHAM,
|
||||||
Species.PANGORO,
|
Species.PANGORO,
|
||||||
Species.HELIOPTILE,
|
Species.HELIOPTILE,
|
||||||
@ -55877,7 +55651,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.MR_RIME,
|
Species.MR_RIME,
|
||||||
Species.MORPEKO,
|
Species.MORPEKO,
|
||||||
Species.DURALUDON,
|
Species.DURALUDON,
|
||||||
Species.URSHIFU,
|
|
||||||
Species.SPECTRIER,
|
Species.SPECTRIER,
|
||||||
Species.MEOWSCARADA,
|
Species.MEOWSCARADA,
|
||||||
Species.SQUAWKABILLY,
|
Species.SQUAWKABILLY,
|
||||||
@ -55918,6 +55691,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.GALAR_MOLTRES,
|
Species.GALAR_MOLTRES,
|
||||||
Species.GALAR_SLOWKING,
|
Species.GALAR_SLOWKING,
|
||||||
Species.GALAR_STUNFISK,
|
Species.GALAR_STUNFISK,
|
||||||
|
[
|
||||||
|
Species.URSHIFU,
|
||||||
|
"single-strike",
|
||||||
|
],
|
||||||
[
|
[
|
||||||
Species.CALYREX,
|
Species.CALYREX,
|
||||||
"shadow",
|
"shadow",
|
||||||
@ -56577,14 +56354,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -57019,14 +56789,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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.PANCHAM,
|
Species.PANCHAM,
|
||||||
Species.PANGORO,
|
Species.PANGORO,
|
||||||
@ -57354,14 +57117,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BRAIXEN,
|
Species.BRAIXEN,
|
||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
[
|
Species.FLOETTE,
|
||||||
Species.FLOETTE,
|
|
||||||
"red",
|
|
||||||
"yellow",
|
|
||||||
"orange",
|
|
||||||
"blue",
|
|
||||||
"white",
|
|
||||||
],
|
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
Species.ESPURR,
|
Species.ESPURR,
|
||||||
Species.MEOWSTIC,
|
Species.MEOWSTIC,
|
||||||
@ -58997,7 +58753,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
[
|
[
|
||||||
Species.WORMADAM,
|
Species.WORMADAM,
|
||||||
"sandy",
|
"sandy",
|
||||||
"trash",
|
|
||||||
],
|
],
|
||||||
Species.ALOLA_SANDSHREW,
|
Species.ALOLA_SANDSHREW,
|
||||||
Species.ALOLA_SANDSLASH,
|
Species.ALOLA_SANDSLASH,
|
||||||
@ -60070,7 +59825,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DURALUDON,
|
Species.DURALUDON,
|
||||||
Species.ZACIAN,
|
Species.ZACIAN,
|
||||||
Species.ZAMAZENTA,
|
Species.ZAMAZENTA,
|
||||||
Species.URSHIFU,
|
|
||||||
Species.ZARUDE,
|
Species.ZARUDE,
|
||||||
Species.GLASTRIER,
|
Species.GLASTRIER,
|
||||||
Species.SPECTRIER,
|
Species.SPECTRIER,
|
||||||
@ -60116,6 +59870,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.HISUI_ZOROARK,
|
Species.HISUI_ZOROARK,
|
||||||
Species.HISUI_BRAVIARY,
|
Species.HISUI_BRAVIARY,
|
||||||
Species.BLOODMOON_URSALUNA,
|
Species.BLOODMOON_URSALUNA,
|
||||||
|
[
|
||||||
|
Species.URSHIFU,
|
||||||
|
"single-strike",
|
||||||
|
],
|
||||||
],
|
],
|
||||||
[Moves.PHANTOM_FORCE]: [
|
[Moves.PHANTOM_FORCE]: [
|
||||||
Species.HAUNTER,
|
Species.HAUNTER,
|
||||||
@ -60446,14 +60204,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.QUILLADIN,
|
Species.QUILLADIN,
|
||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
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,
|
||||||
@ -60529,16 +60280,12 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.WHIMSICOTT,
|
Species.WHIMSICOTT,
|
||||||
Species.ALOMOMOLA,
|
Species.ALOMOMOLA,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
[
|
Species.FLOETTE,
|
||||||
Species.FLOETTE,
|
|
||||||
"red",
|
|
||||||
"yellow",
|
|
||||||
"orange",
|
|
||||||
"blue",
|
|
||||||
"white",
|
|
||||||
],
|
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
Species.MEOWSTIC,
|
[
|
||||||
|
Species.MEOWSTIC,
|
||||||
|
"male",
|
||||||
|
],
|
||||||
Species.SPRITZEE,
|
Species.SPRITZEE,
|
||||||
Species.AROMATISSE,
|
Species.AROMATISSE,
|
||||||
Species.SYLVEON,
|
Species.SYLVEON,
|
||||||
@ -61402,14 +61149,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -61899,14 +61639,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.MELOETTA,
|
Species.MELOETTA,
|
||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
[
|
Species.FLOETTE,
|
||||||
Species.FLOETTE,
|
|
||||||
"red",
|
|
||||||
"yellow",
|
|
||||||
"orange",
|
|
||||||
"blue",
|
|
||||||
"white",
|
|
||||||
],
|
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
Species.SPRITZEE,
|
Species.SPRITZEE,
|
||||||
Species.AROMATISSE,
|
Species.AROMATISSE,
|
||||||
@ -63541,12 +63274,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.KELDEO,
|
Species.KELDEO,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.INKAY,
|
Species.INKAY,
|
||||||
Species.MALAMAR,
|
Species.MALAMAR,
|
||||||
Species.BINACLE,
|
Species.BINACLE,
|
||||||
@ -65933,12 +65661,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DELPHOX,
|
Species.DELPHOX,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.BUNNELBY,
|
Species.BUNNELBY,
|
||||||
Species.DIGGERSBY,
|
Species.DIGGERSBY,
|
||||||
Species.FLETCHLING,
|
Species.FLETCHLING,
|
||||||
@ -65950,14 +65673,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
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,
|
||||||
@ -66291,6 +66007,13 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.MUNKIDORI,
|
Species.MUNKIDORI,
|
||||||
Species.FEZANDIPITI,
|
Species.FEZANDIPITI,
|
||||||
Species.OGERPON,
|
Species.OGERPON,
|
||||||
|
Species.ARCHALUDON,
|
||||||
|
Species.HYDRAPPLE,
|
||||||
|
Species.GOUGING_FIRE,
|
||||||
|
Species.RAGING_BOLT,
|
||||||
|
Species.IRON_BOULDER,
|
||||||
|
Species.IRON_CROWN,
|
||||||
|
Species.PECHARUNT,
|
||||||
Species.GALAR_MEOWTH,
|
Species.GALAR_MEOWTH,
|
||||||
Species.GALAR_SLOWPOKE,
|
Species.GALAR_SLOWPOKE,
|
||||||
Species.GALAR_SLOWBRO,
|
Species.GALAR_SLOWBRO,
|
||||||
@ -66429,16 +66152,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.PIPLUP,
|
Species.PIPLUP,
|
||||||
Species.PRINPLUP,
|
Species.PRINPLUP,
|
||||||
Species.EMPOLEON,
|
Species.EMPOLEON,
|
||||||
[
|
Species.SHELLOS,
|
||||||
Species.SHELLOS,
|
Species.GASTRODON,
|
||||||
"east",
|
|
||||||
"west",
|
|
||||||
],
|
|
||||||
[
|
|
||||||
Species.GASTRODON,
|
|
||||||
"east",
|
|
||||||
"west",
|
|
||||||
],
|
|
||||||
Species.MISMAGIUS,
|
Species.MISMAGIUS,
|
||||||
Species.HAPPINY,
|
Species.HAPPINY,
|
||||||
Species.SNOVER,
|
Species.SNOVER,
|
||||||
@ -66456,25 +66171,11 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CUBCHOO,
|
Species.CUBCHOO,
|
||||||
Species.BEARTIC,
|
Species.BEARTIC,
|
||||||
Species.CRYOGONAL,
|
Species.CRYOGONAL,
|
||||||
[
|
Species.TORNADUS,
|
||||||
Species.TORNADUS,
|
Species.KYUREM,
|
||||||
"incarnate",
|
|
||||||
"therian",
|
|
||||||
],
|
|
||||||
[
|
|
||||||
Species.KYUREM,
|
|
||||||
"",
|
|
||||||
"black",
|
|
||||||
"white",
|
|
||||||
],
|
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.SKRELP,
|
Species.SKRELP,
|
||||||
Species.DRAGALGE,
|
Species.DRAGALGE,
|
||||||
Species.BERGMITE,
|
Species.BERGMITE,
|
||||||
@ -66482,11 +66183,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DIANCIE,
|
Species.DIANCIE,
|
||||||
Species.PRIMARINA,
|
Species.PRIMARINA,
|
||||||
Species.CRABOMINABLE,
|
Species.CRABOMINABLE,
|
||||||
[
|
Species.MAGEARNA,
|
||||||
Species.MAGEARNA,
|
|
||||||
"",
|
|
||||||
"original",
|
|
||||||
],
|
|
||||||
Species.INTELEON,
|
Species.INTELEON,
|
||||||
Species.FROSMOTH,
|
Species.FROSMOTH,
|
||||||
Species.EISCUE,
|
Species.EISCUE,
|
||||||
@ -66779,12 +66476,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CHESNAUGHT,
|
Species.CHESNAUGHT,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.LITLEO,
|
Species.LITLEO,
|
||||||
Species.PYROAR,
|
Species.PYROAR,
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
@ -67007,23 +66699,14 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.WEAVILE,
|
Species.WEAVILE,
|
||||||
Species.GLACEON,
|
Species.GLACEON,
|
||||||
Species.FROSLASS,
|
Species.FROSLASS,
|
||||||
[
|
Species.PALKIA,
|
||||||
Species.PALKIA,
|
|
||||||
"",
|
|
||||||
"origin",
|
|
||||||
],
|
|
||||||
Species.PHIONE,
|
Species.PHIONE,
|
||||||
Species.MANAPHY,
|
Species.MANAPHY,
|
||||||
Species.ARCEUS,
|
Species.ARCEUS,
|
||||||
Species.OSHAWOTT,
|
Species.OSHAWOTT,
|
||||||
Species.DEWOTT,
|
Species.DEWOTT,
|
||||||
Species.SAMUROTT,
|
Species.SAMUROTT,
|
||||||
[
|
Species.BASCULIN,
|
||||||
Species.BASCULIN,
|
|
||||||
"red-striped",
|
|
||||||
"blue-striped",
|
|
||||||
"white-striped",
|
|
||||||
],
|
|
||||||
Species.MINCCINO,
|
Species.MINCCINO,
|
||||||
Species.CINCCINO,
|
Species.CINCCINO,
|
||||||
Species.DUCKLETT,
|
Species.DUCKLETT,
|
||||||
@ -67036,12 +66719,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.KELDEO,
|
Species.KELDEO,
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
Species.GRENINJA,
|
||||||
Species.GRENINJA,
|
|
||||||
"",
|
|
||||||
"battle-bond",
|
|
||||||
"ash",
|
|
||||||
],
|
|
||||||
Species.FLABEBE,
|
Species.FLABEBE,
|
||||||
Species.FLOETTE,
|
Species.FLOETTE,
|
||||||
Species.FLORGES,
|
Species.FLORGES,
|
||||||
@ -67304,6 +66982,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.FEZANDIPITI,
|
Species.FEZANDIPITI,
|
||||||
Species.ALOLA_RAICHU,
|
Species.ALOLA_RAICHU,
|
||||||
Species.ETERNAL_FLOETTE,
|
Species.ETERNAL_FLOETTE,
|
||||||
|
[
|
||||||
|
Species.INDEEDEE,
|
||||||
|
"female",
|
||||||
|
],
|
||||||
],
|
],
|
||||||
[Moves.TEMPER_FLARE]: [
|
[Moves.TEMPER_FLARE]: [
|
||||||
Species.CHARMANDER,
|
Species.CHARMANDER,
|
||||||
|
Loading…
Reference in New Issue
Block a user