[Balance] Fix Liquidation, Double-Edge, Body Press compatibility (#4879)
This commit is contained in:
parent
c535e928d8
commit
5e7d44abfd
|
@ -3302,11 +3302,23 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.FERALIGATR,
|
Species.FERALIGATR,
|
||||||
Species.SENTRET,
|
Species.SENTRET,
|
||||||
Species.FURRET,
|
Species.FURRET,
|
||||||
|
Species.HOOTHOOT,
|
||||||
Species.NOCTOWL,
|
Species.NOCTOWL,
|
||||||
|
Species.LEDYBA,
|
||||||
|
Species.LEDIAN,
|
||||||
|
Species.SPINARAK,
|
||||||
|
Species.ARIADOS,
|
||||||
Species.CROBAT,
|
Species.CROBAT,
|
||||||
Species.CHINCHOU,
|
Species.CHINCHOU,
|
||||||
Species.LANTURN,
|
Species.LANTURN,
|
||||||
|
Species.PICHU,
|
||||||
|
Species.CLEFFA,
|
||||||
Species.IGGLYBUFF,
|
Species.IGGLYBUFF,
|
||||||
|
Species.TYROGUE,
|
||||||
|
Species.TOGEPI,
|
||||||
|
Species.TOGETIC,
|
||||||
|
Species.NATU,
|
||||||
|
Species.XATU,
|
||||||
Species.MAREEP,
|
Species.MAREEP,
|
||||||
Species.FLAAFFY,
|
Species.FLAAFFY,
|
||||||
Species.AMPHAROS,
|
Species.AMPHAROS,
|
||||||
|
@ -3328,6 +3340,7 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.UMBREON,
|
Species.UMBREON,
|
||||||
Species.MURKROW,
|
Species.MURKROW,
|
||||||
Species.SLOWKING,
|
Species.SLOWKING,
|
||||||
|
Species.MISDREAVUS,
|
||||||
Species.GIRAFARIG,
|
Species.GIRAFARIG,
|
||||||
Species.PINECO,
|
Species.PINECO,
|
||||||
Species.FORRETRESS,
|
Species.FORRETRESS,
|
||||||
|
@ -3338,11 +3351,21 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.GRANBULL,
|
Species.GRANBULL,
|
||||||
Species.QWILFISH,
|
Species.QWILFISH,
|
||||||
Species.SCIZOR,
|
Species.SCIZOR,
|
||||||
|
Species.SHUCKLE,
|
||||||
Species.HERACROSS,
|
Species.HERACROSS,
|
||||||
|
Species.SNEASEL,
|
||||||
Species.TEDDIURSA,
|
Species.TEDDIURSA,
|
||||||
Species.URSARING,
|
Species.URSARING,
|
||||||
|
Species.SLUGMA,
|
||||||
|
Species.MAGCARGO,
|
||||||
Species.SWINUB,
|
Species.SWINUB,
|
||||||
Species.PILOSWINE,
|
Species.PILOSWINE,
|
||||||
|
Species.CORSOLA,
|
||||||
|
Species.REMORAID,
|
||||||
|
Species.OCTILLERY,
|
||||||
|
Species.DELIBIRD,
|
||||||
|
Species.MANTINE,
|
||||||
|
Species.SKARMORY,
|
||||||
Species.HOUNDOUR,
|
Species.HOUNDOUR,
|
||||||
Species.HOUNDOOM,
|
Species.HOUNDOOM,
|
||||||
Species.KINGDRA,
|
Species.KINGDRA,
|
||||||
|
@ -3350,9 +3373,12 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.DONPHAN,
|
Species.DONPHAN,
|
||||||
Species.PORYGON2,
|
Species.PORYGON2,
|
||||||
Species.STANTLER,
|
Species.STANTLER,
|
||||||
|
Species.TYROGUE,
|
||||||
Species.HITMONTOP,
|
Species.HITMONTOP,
|
||||||
|
Species.SMOOCHUM,
|
||||||
Species.ELEKID,
|
Species.ELEKID,
|
||||||
Species.MAGBY,
|
Species.MAGBY,
|
||||||
|
Species.MILTANK,
|
||||||
Species.BLISSEY,
|
Species.BLISSEY,
|
||||||
Species.RAIKOU,
|
Species.RAIKOU,
|
||||||
Species.ENTEI,
|
Species.ENTEI,
|
||||||
|
@ -3362,6 +3388,9 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.TYRANITAR,
|
Species.TYRANITAR,
|
||||||
Species.LUGIA,
|
Species.LUGIA,
|
||||||
Species.HO_OH,
|
Species.HO_OH,
|
||||||
|
Species.CELEBI,
|
||||||
|
Species.TREECKO,
|
||||||
|
Species.GROVYLE,
|
||||||
Species.SCEPTILE,
|
Species.SCEPTILE,
|
||||||
Species.TORCHIC,
|
Species.TORCHIC,
|
||||||
Species.COMBUSKEN,
|
Species.COMBUSKEN,
|
||||||
|
@ -3371,41 +3400,116 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.SWAMPERT,
|
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.PELIPPER,
|
||||||
|
Species.RALTS,
|
||||||
|
Species.KIRLIA,
|
||||||
|
Species.GARDEVOIR,
|
||||||
|
Species.SURSKIT,
|
||||||
|
Species.MASQUERAIN,
|
||||||
|
Species.SHROOMISH,
|
||||||
|
Species.BRELOOM,
|
||||||
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.NOSEPASS,
|
Species.NOSEPASS,
|
||||||
|
Species.SKITTY,
|
||||||
|
Species.DELCATTY,
|
||||||
|
Species.SABLEYE,
|
||||||
|
Species.MAWILE,
|
||||||
|
Species.ARON,
|
||||||
|
Species.LAIRON,
|
||||||
|
Species.AGGRON,
|
||||||
|
Species.MEDITITE,
|
||||||
|
Species.MEDICHAM,
|
||||||
|
Species.ELECTRIKE,
|
||||||
|
Species.MANECTRIC,
|
||||||
|
Species.PLUSLE,
|
||||||
|
Species.MINUN,
|
||||||
Species.VOLBEAT,
|
Species.VOLBEAT,
|
||||||
Species.ILLUMISE,
|
Species.ILLUMISE,
|
||||||
|
Species.ROSELIA,
|
||||||
|
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.GRUMPIG,
|
||||||
|
Species.SPINDA,
|
||||||
|
Species.TRAPINCH,
|
||||||
|
Species.VIBRAVA,
|
||||||
Species.FLYGON,
|
Species.FLYGON,
|
||||||
|
Species.CACNEA,
|
||||||
|
Species.CACTURNE,
|
||||||
|
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.BANETTE,
|
||||||
|
Species.DUSKULL,
|
||||||
|
Species.DUSCLOPS,
|
||||||
Species.TROPIUS,
|
Species.TROPIUS,
|
||||||
Species.CHIMECHO,
|
Species.CHIMECHO,
|
||||||
|
Species.ABSOL,
|
||||||
|
Species.SNORUNT,
|
||||||
|
Species.GLALIE,
|
||||||
|
Species.SPHEAL,
|
||||||
|
Species.SEALEO,
|
||||||
|
Species.WALREIN,
|
||||||
|
Species.CLAMPERL,
|
||||||
|
Species.HUNTAIL,
|
||||||
|
Species.GOREBYSS,
|
||||||
|
Species.RELICANTH,
|
||||||
|
Species.LUVDISC,
|
||||||
Species.BAGON,
|
Species.BAGON,
|
||||||
Species.SHELGON,
|
Species.SHELGON,
|
||||||
Species.SALAMENCE,
|
Species.SALAMENCE,
|
||||||
Species.METANG,
|
Species.METANG,
|
||||||
Species.METAGROSS,
|
Species.METAGROSS,
|
||||||
Species.REGIROCK,
|
Species.REGIROCK,
|
||||||
|
Species.REGICE,
|
||||||
Species.REGISTEEL,
|
Species.REGISTEEL,
|
||||||
Species.LATIAS,
|
Species.LATIAS,
|
||||||
Species.LATIOS,
|
Species.LATIOS,
|
||||||
|
@ -3413,6 +3517,7 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.GROUDON,
|
Species.GROUDON,
|
||||||
Species.RAYQUAZA,
|
Species.RAYQUAZA,
|
||||||
Species.JIRACHI,
|
Species.JIRACHI,
|
||||||
|
Species.DEOXYS,
|
||||||
Species.TURTWIG,
|
Species.TURTWIG,
|
||||||
Species.GROTLE,
|
Species.GROTLE,
|
||||||
Species.TORTERRA,
|
Species.TORTERRA,
|
||||||
|
@ -64246,12 +64351,16 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.BLOODMOON_URSALUNA,
|
Species.BLOODMOON_URSALUNA,
|
||||||
],
|
],
|
||||||
[Moves.LIQUIDATION]: [
|
[Moves.LIQUIDATION]: [
|
||||||
|
Species.SQUIRTLE,
|
||||||
|
Species.WARTORTLE,
|
||||||
Species.BLASTOISE,
|
Species.BLASTOISE,
|
||||||
Species.PSYDUCK,
|
Species.PSYDUCK,
|
||||||
Species.GOLDUCK,
|
Species.GOLDUCK,
|
||||||
Species.POLIWAG,
|
Species.POLIWAG,
|
||||||
Species.POLIWHIRL,
|
Species.POLIWHIRL,
|
||||||
Species.POLIWRATH,
|
Species.POLIWRATH,
|
||||||
|
Species.TENTACOOL,
|
||||||
|
Species.TENTACRUEL,
|
||||||
Species.SLOWPOKE,
|
Species.SLOWPOKE,
|
||||||
Species.SLOWBRO,
|
Species.SLOWBRO,
|
||||||
Species.DEWGONG,
|
Species.DEWGONG,
|
||||||
|
@ -64267,7 +64376,11 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.KABUTO,
|
Species.KABUTO,
|
||||||
Species.KABUTOPS,
|
Species.KABUTOPS,
|
||||||
Species.MEW,
|
Species.MEW,
|
||||||
|
Species.TOTODILE,
|
||||||
|
Species.CROCONAW,
|
||||||
Species.FERALIGATR,
|
Species.FERALIGATR,
|
||||||
|
Species.CHINCHOU,
|
||||||
|
Species.LANTURN,
|
||||||
Species.MARILL,
|
Species.MARILL,
|
||||||
Species.AZUMARILL,
|
Species.AZUMARILL,
|
||||||
Species.POLITOED,
|
Species.POLITOED,
|
||||||
|
@ -64280,6 +64393,9 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.MANTINE,
|
Species.MANTINE,
|
||||||
Species.KINGDRA,
|
Species.KINGDRA,
|
||||||
Species.SUICUNE,
|
Species.SUICUNE,
|
||||||
|
Species.LUGIA,
|
||||||
|
Species.MUDKIP,
|
||||||
|
Species.MARSHTOMP,
|
||||||
Species.SWAMPERT,
|
Species.SWAMPERT,
|
||||||
Species.WINGULL,
|
Species.WINGULL,
|
||||||
Species.PELIPPER,
|
Species.PELIPPER,
|
||||||
|
@ -64296,6 +64412,8 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.WALREIN,
|
Species.WALREIN,
|
||||||
Species.RELICANTH,
|
Species.RELICANTH,
|
||||||
Species.LUVDISC,
|
Species.LUVDISC,
|
||||||
|
Species.LATIAS,
|
||||||
|
Species.LATIOS,
|
||||||
Species.KYOGRE,
|
Species.KYOGRE,
|
||||||
Species.PIPLUP,
|
Species.PIPLUP,
|
||||||
Species.PRINPLUP,
|
Species.PRINPLUP,
|
||||||
|
@ -64407,11 +64525,13 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.ONIX,
|
Species.ONIX,
|
||||||
Species.HYPNO,
|
Species.HYPNO,
|
||||||
Species.LICKITUNG,
|
Species.LICKITUNG,
|
||||||
|
Species.RHYHORN,
|
||||||
Species.RHYDON,
|
Species.RHYDON,
|
||||||
Species.LAPRAS,
|
Species.LAPRAS,
|
||||||
Species.SNORLAX,
|
Species.SNORLAX,
|
||||||
Species.DRAGONITE,
|
Species.DRAGONITE,
|
||||||
Species.MEW,
|
Species.MEW,
|
||||||
|
Species.MEGANIUM,
|
||||||
Species.SUDOWOODO,
|
Species.SUDOWOODO,
|
||||||
Species.QUAGSIRE,
|
Species.QUAGSIRE,
|
||||||
Species.FORRETRESS,
|
Species.FORRETRESS,
|
||||||
|
@ -64445,6 +64565,8 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.REGISTEEL,
|
Species.REGISTEEL,
|
||||||
Species.GROUDON,
|
Species.GROUDON,
|
||||||
Species.TORTERRA,
|
Species.TORTERRA,
|
||||||
|
Species.RAMPARDOS,
|
||||||
|
Species.BASTIODON,
|
||||||
Species.BRONZONG,
|
Species.BRONZONG,
|
||||||
Species.HIPPOPOTAS,
|
Species.HIPPOPOTAS,
|
||||||
Species.HIPPOWDON,
|
Species.HIPPOWDON,
|
||||||
|
@ -64459,6 +64581,7 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.HEATRAN,
|
Species.HEATRAN,
|
||||||
Species.REGIGIGAS,
|
Species.REGIGIGAS,
|
||||||
Species.ARCEUS,
|
Species.ARCEUS,
|
||||||
|
Species.EMBOAR,
|
||||||
Species.ROGGENROLA,
|
Species.ROGGENROLA,
|
||||||
Species.BOLDORE,
|
Species.BOLDORE,
|
||||||
Species.GIGALITH,
|
Species.GIGALITH,
|
||||||
|
@ -64471,6 +64594,7 @@ export const tmSpecies: TmSpecies = {
|
||||||
Species.CUBCHOO,
|
Species.CUBCHOO,
|
||||||
Species.BEARTIC,
|
Species.BEARTIC,
|
||||||
Species.GOLURK,
|
Species.GOLURK,
|
||||||
|
Species.COBALION,
|
||||||
Species.RESHIRAM,
|
Species.RESHIRAM,
|
||||||
Species.ZEKROM,
|
Species.ZEKROM,
|
||||||
Species.KYUREM,
|
Species.KYUREM,
|
||||||
|
|
Loading…
Reference in New Issue