[Balance] Fix TM compatibility on forms, Tera Blast on Indigo Disk mons (#4568)
* Fix TM compatibility on forms, Tera Blast on Indigo Disk mons * Additional single strike moves --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2c97b2bda2
commit
75bd730c04
|
@ -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,
|
||||||
|
@ -3910,7 +3900,6 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.YAMPER,
|
Species.YAMPER,
|
||||||
Species.BOLTUND,
|
Species.BOLTUND,
|
||||||
Species.ZAMAZENTA,
|
Species.ZAMAZENTA,
|
||||||
Species.URSHIFU,
|
|
||||||
Species.ZARUDE,
|
Species.ZARUDE,
|
||||||
Species.GLASTRIER,
|
Species.GLASTRIER,
|
||||||
Species.WYRDEER,
|
Species.WYRDEER,
|
||||||
|
@ -3940,6 +3929,10 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.ALOLA_NINETALES,
|
Species.ALOLA_NINETALES,
|
||||||
Species.ALOLA_PERSIAN,
|
Species.ALOLA_PERSIAN,
|
||||||
Species.ALOLA_GOLEM,
|
Species.ALOLA_GOLEM,
|
||||||
|
[
|
||||||
|
Species.URSHIFU,
|
||||||
|
"single-strike",
|
||||||
|
],
|
||||||
Species.HISUI_GROWLITHE,
|
Species.HISUI_GROWLITHE,
|
||||||
Species.HISUI_ARCANINE,
|
Species.HISUI_ARCANINE,
|
||||||
Species.HISUI_TYPHLOSION,
|
Species.HISUI_TYPHLOSION,
|
||||||
|
@ -6987,14 +6980,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 +8287,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 +8597,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 +9386,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 +9739,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 +11113,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 +13616,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 +15280,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 +16881,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 +18423,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 +20183,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 +21509,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 +22437,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 +22611,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 +23315,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 +24042,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 +24745,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 +25608,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 +26584,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 +27727,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 +28786,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 +29382,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 +31269,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 +32181,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 +32884,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,
|
||||||
|
@ -33471,7 +33311,6 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.ARCTOVISH,
|
Species.ARCTOVISH,
|
||||||
Species.ZACIAN,
|
Species.ZACIAN,
|
||||||
Species.ZAMAZENTA,
|
Species.ZAMAZENTA,
|
||||||
Species.URSHIFU,
|
|
||||||
Species.ZARUDE,
|
Species.ZARUDE,
|
||||||
Species.REGIDRAGO,
|
Species.REGIDRAGO,
|
||||||
Species.GLASTRIER,
|
Species.GLASTRIER,
|
||||||
|
@ -33522,6 +33361,10 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.ALOLA_MUK,
|
Species.ALOLA_MUK,
|
||||||
Species.GALAR_MEOWTH,
|
Species.GALAR_MEOWTH,
|
||||||
Species.GALAR_STUNFISK,
|
Species.GALAR_STUNFISK,
|
||||||
|
[
|
||||||
|
Species.URSHIFU,
|
||||||
|
"single-strike",
|
||||||
|
],
|
||||||
[
|
[
|
||||||
Species.CALYREX,
|
Species.CALYREX,
|
||||||
"ice",
|
"ice",
|
||||||
|
@ -36644,14 +36487,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 +37225,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 +38095,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 +39140,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 +40168,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 +41620,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 +43515,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 +43969,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 +44179,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 +45051,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 +47300,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 +47937,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 +47972,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 +48253,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 +49412,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 +49491,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 +52421,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 +53540,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 +53655,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 +55375,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 +55657,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 +55697,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 +56360,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 +56795,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 +57123,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 +58759,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 +59831,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 +59876,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 +60210,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 +60286,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 +61155,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 +61645,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,
|
||||||
|
@ -62617,7 +62356,6 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.SIRFETCHD,
|
Species.SIRFETCHD,
|
||||||
Species.FALINKS,
|
Species.FALINKS,
|
||||||
Species.PINCURCHIN,
|
Species.PINCURCHIN,
|
||||||
Species.URSHIFU,
|
|
||||||
Species.ZARUDE,
|
Species.ZARUDE,
|
||||||
Species.GLASTRIER,
|
Species.GLASTRIER,
|
||||||
Species.TAROUNTULA,
|
Species.TAROUNTULA,
|
||||||
|
@ -62647,6 +62385,10 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.GALAR_ZAPDOS,
|
Species.GALAR_ZAPDOS,
|
||||||
Species.GALAR_CORSOLA,
|
Species.GALAR_CORSOLA,
|
||||||
Species.GALAR_LINOONE,
|
Species.GALAR_LINOONE,
|
||||||
|
[
|
||||||
|
Species.URSHIFU,
|
||||||
|
"single-strike",
|
||||||
|
],
|
||||||
[
|
[
|
||||||
Species.CALYREX,
|
Species.CALYREX,
|
||||||
"ice",
|
"ice",
|
||||||
|
@ -63541,12 +63283,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,
|
||||||
|
@ -64755,7 +64492,6 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.OBSTAGOON,
|
Species.OBSTAGOON,
|
||||||
Species.PERRSERKER,
|
Species.PERRSERKER,
|
||||||
Species.MORPEKO,
|
Species.MORPEKO,
|
||||||
Species.URSHIFU,
|
|
||||||
Species.ZARUDE,
|
Species.ZARUDE,
|
||||||
Species.GLASTRIER,
|
Species.GLASTRIER,
|
||||||
Species.SPECTRIER,
|
Species.SPECTRIER,
|
||||||
|
@ -64803,6 +64539,10 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.GALAR_LINOONE,
|
Species.GALAR_LINOONE,
|
||||||
Species.GALAR_DARMANITAN,
|
Species.GALAR_DARMANITAN,
|
||||||
Species.GALAR_STUNFISK,
|
Species.GALAR_STUNFISK,
|
||||||
|
[
|
||||||
|
Species.URSHIFU,
|
||||||
|
"single-strike",
|
||||||
|
],
|
||||||
[
|
[
|
||||||
Species.CALYREX,
|
Species.CALYREX,
|
||||||
"ice",
|
"ice",
|
||||||
|
@ -65933,12 +65673,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 +65685,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 +66019,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 +66164,8 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.PIPLUP,
|
Species.PIPLUP,
|
||||||
Species.PRINPLUP,
|
Species.PRINPLUP,
|
||||||
Species.EMPOLEON,
|
Species.EMPOLEON,
|
||||||
[
|
|
||||||
Species.SHELLOS,
|
Species.SHELLOS,
|
||||||
"east",
|
|
||||||
"west",
|
|
||||||
],
|
|
||||||
[
|
|
||||||
Species.GASTRODON,
|
Species.GASTRODON,
|
||||||
"east",
|
|
||||||
"west",
|
|
||||||
],
|
|
||||||
Species.MISMAGIUS,
|
Species.MISMAGIUS,
|
||||||
Species.HAPPINY,
|
Species.HAPPINY,
|
||||||
Species.SNOVER,
|
Species.SNOVER,
|
||||||
|
@ -66456,25 +66183,11 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.CUBCHOO,
|
Species.CUBCHOO,
|
||||||
Species.BEARTIC,
|
Species.BEARTIC,
|
||||||
Species.CRYOGONAL,
|
Species.CRYOGONAL,
|
||||||
[
|
|
||||||
Species.TORNADUS,
|
Species.TORNADUS,
|
||||||
"incarnate",
|
|
||||||
"therian",
|
|
||||||
],
|
|
||||||
[
|
|
||||||
Species.KYUREM,
|
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 +66195,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 +66488,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 +66711,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 +66731,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 +66994,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