Revert "[Balance] [QoL] Allow Pirouette Meloetta to be selectable on starter …" (#3552)

This reverts commit 16b9df2d15.
This commit is contained in:
Frederico Santos 2024-08-15 03:27:45 +01:00 committed by GitHub
parent f6d9a11044
commit 0018650688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 3 additions and 13 deletions

View File

@ -630,6 +630,7 @@ export const pokemonFormChanges: PokemonFormChanges = {
[Species.MELOETTA]: [ [Species.MELOETTA]: [
new SpeciesFormChange(Species.MELOETTA, "aria", "pirouette", new SpeciesFormChangePostMoveTrigger(Moves.RELIC_SONG), true), new SpeciesFormChange(Species.MELOETTA, "aria", "pirouette", new SpeciesFormChangePostMoveTrigger(Moves.RELIC_SONG), true),
new SpeciesFormChange(Species.MELOETTA, "pirouette", "aria", new SpeciesFormChangePostMoveTrigger(Moves.RELIC_SONG), true), new SpeciesFormChange(Species.MELOETTA, "pirouette", "aria", new SpeciesFormChangePostMoveTrigger(Moves.RELIC_SONG), true),
new SpeciesFormChange(Species.MELOETTA, "pirouette", "aria", new SpeciesFormChangeActiveTrigger(false), true)
], ],
[Species.GENESECT]: [ [Species.GENESECT]: [
new SpeciesFormChange(Species.GENESECT, "", "shock", new SpeciesFormChangeItemTrigger(FormChangeItem.SHOCK_DRIVE)), new SpeciesFormChange(Species.GENESECT, "", "shock", new SpeciesFormChangeItemTrigger(FormChangeItem.SHOCK_DRIVE)),

View File

@ -1870,7 +1870,7 @@ export function initSpecies() {
), ),
new PokemonSpecies(Species.MELOETTA, 5, false, false, true, "Melody Pokémon", Type.NORMAL, Type.PSYCHIC, 0.6, 6.5, Abilities.SERENE_GRACE, Abilities.NONE, Abilities.NONE, 600, 100, 77, 77, 128, 128, 90, 3, 100, 270, GrowthRate.SLOW, null, false, true, new PokemonSpecies(Species.MELOETTA, 5, false, false, true, "Melody Pokémon", Type.NORMAL, Type.PSYCHIC, 0.6, 6.5, Abilities.SERENE_GRACE, Abilities.NONE, Abilities.NONE, 600, 100, 77, 77, 128, 128, 90, 3, 100, 270, GrowthRate.SLOW, null, false, true,
new PokemonForm("Aria Forme", "aria", Type.NORMAL, Type.PSYCHIC, 0.6, 6.5, Abilities.SERENE_GRACE, Abilities.NONE, Abilities.NONE, 600, 100, 77, 77, 128, 128, 90, 3, 100, 270, false, null, true), new PokemonForm("Aria Forme", "aria", Type.NORMAL, Type.PSYCHIC, 0.6, 6.5, Abilities.SERENE_GRACE, Abilities.NONE, Abilities.NONE, 600, 100, 77, 77, 128, 128, 90, 3, 100, 270, false, null, true),
new PokemonForm("Pirouette Forme", "pirouette", Type.NORMAL, Type.FIGHTING, 0.6, 6.5, Abilities.SERENE_GRACE, Abilities.NONE, Abilities.NONE, 600, 100, 128, 90, 77, 77, 128, 3, 100, 270, false, null, true), new PokemonForm("Pirouette Forme", "pirouette", Type.NORMAL, Type.FIGHTING, 0.6, 6.5, Abilities.SERENE_GRACE, Abilities.NONE, Abilities.NONE, 600, 100, 128, 90, 77, 77, 128, 3, 100, 270),
), ),
new PokemonSpecies(Species.GENESECT, 5, false, false, true, "Paleozoic Pokémon", Type.BUG, Type.STEEL, 1.5, 82.5, Abilities.DOWNLOAD, Abilities.NONE, Abilities.NONE, 600, 71, 120, 95, 120, 95, 99, 3, 0, 300, GrowthRate.SLOW, null, false, true, new PokemonSpecies(Species.GENESECT, 5, false, false, true, "Paleozoic Pokémon", Type.BUG, Type.STEEL, 1.5, 82.5, Abilities.DOWNLOAD, Abilities.NONE, Abilities.NONE, 600, 71, 120, 95, 120, 95, 99, 3, 0, 300, GrowthRate.SLOW, null, false, true,
new PokemonForm("Normal", "", Type.BUG, Type.STEEL, 1.5, 82.5, Abilities.DOWNLOAD, Abilities.NONE, Abilities.NONE, 600, 71, 120, 95, 120, 95, 99, 3, 0, 300, false, null, true), new PokemonForm("Normal", "", Type.BUG, Type.STEEL, 1.5, 82.5, Abilities.DOWNLOAD, Abilities.NONE, Abilities.NONE, 600, 71, 120, 95, 120, 95, 99, 3, 0, 300, false, null, true),

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Incarnate", "landorusIncarnate": "Incarnate",
"keldeoOrdinary": "Ordinary", "keldeoOrdinary": "Ordinary",
"meloettaAria": "Aria", "meloettaAria": "Aria",
"meloettaPirouette": "Pirouette",
// 6G // 6G
"froakieBattleBond": "Battle Bond", "froakieBattleBond": "Battle Bond",
"scatterbugMeadow": "Meadow", "scatterbugMeadow": "Meadow",

View File

@ -89,7 +89,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Inkarnationsform", "landorusIncarnate": "Inkarnationsform",
"keldeoOrdinary": "Standardform", "keldeoOrdinary": "Standardform",
"meloettaAria": "Gesangsform", "meloettaAria": "Gesangsform",
"meloettaPirouette": "Tanzform",
// 6G // 6G
"froakieBattleBond": "Ash-Form", "froakieBattleBond": "Ash-Form",
"scatterbugMeadow": "Blumenmeermuster", "scatterbugMeadow": "Blumenmeermuster",

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Incarnate", "landorusIncarnate": "Incarnate",
"keldeoOrdinary": "Ordinary", "keldeoOrdinary": "Ordinary",
"meloettaAria": "Aria", "meloettaAria": "Aria",
"meloettaPirouette": "Pirouette",
// 6G // 6G
"froakieBattleBond": "Battle Bond", "froakieBattleBond": "Battle Bond",
"scatterbugMeadow": "Meadow", "scatterbugMeadow": "Meadow",

View File

@ -87,8 +87,7 @@ export const pokemonForm: SimpleTranslationEntries = {
"thundurusIncarnate": "Incarnate", "thundurusIncarnate": "Incarnate",
"landorusIncarnate": "Incarnate", "landorusIncarnate": "Incarnate",
"keldeoOrdinary": "Ordinary", "keldeoOrdinary": "Ordinary",
"meloettaAria": "Lírica", "meloettaAria": "Aria",
"meloettaPirouette": "Danza",
// 6G // 6G
"froakieBattleBond": "Fuerte Afecto", "froakieBattleBond": "Fuerte Afecto",
"scatterbugMeadow": "Floral", "scatterbugMeadow": "Floral",

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Avatar", "landorusIncarnate": "Avatar",
"keldeoOrdinary": "Normal", "keldeoOrdinary": "Normal",
"meloettaAria": "Chant", "meloettaAria": "Chant",
"meloettaPirouette": "Danse",
// 6G // 6G
"froakieBattleBond": "Synergie", "froakieBattleBond": "Synergie",
"scatterbugMeadow": "Floraison", "scatterbugMeadow": "Floraison",

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Incarnazione", "landorusIncarnate": "Incarnazione",
"keldeoOrdinary": "Normale", "keldeoOrdinary": "Normale",
"meloettaAria": "Canto", "meloettaAria": "Canto",
"meloettaPirouette": "Danza",
// 6G // 6G
"froakieBattleBond": "Morfosintonia", "froakieBattleBond": "Morfosintonia",
"scatterbugMeadow": "Giardinfiore", "scatterbugMeadow": "Giardinfiore",

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Incarnate", "landorusIncarnate": "Incarnate",
"keldeoOrdinary": "Ordinary", "keldeoOrdinary": "Ordinary",
"meloettaAria": "Aria", "meloettaAria": "Aria",
"meloettaPirouette": "Pirouette",
// 6G // 6G
"froakieBattleBond": "Battle Bond", "froakieBattleBond": "Battle Bond",
"scatterbugMeadow": "Meadow", "scatterbugMeadow": "Meadow",

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "화신폼", "landorusIncarnate": "화신폼",
"keldeoOrdinary": "평상시 모습", "keldeoOrdinary": "평상시 모습",
"meloettaAria": "보이스폼", "meloettaAria": "보이스폼",
"meloettaPirouette": "스텝폼",
// 6G // 6G
"froakieBattleBond": "유대변화", "froakieBattleBond": "유대변화",
"scatterbugMeadow": "화원의 모양", "scatterbugMeadow": "화원의 모양",

View File

@ -89,7 +89,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Incarnate", "landorusIncarnate": "Incarnate",
"keldeoOrdinary": "Ordinary", "keldeoOrdinary": "Ordinary",
"meloettaAria": "Aria", "meloettaAria": "Aria",
"meloettaPirouette": "Pirueta",
// 6G // 6G
"froakieBattleBond": "Vínculo de Batalha", "froakieBattleBond": "Vínculo de Batalha",
"scatterbugMeadow": "Prado", "scatterbugMeadow": "Prado",

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "化身", "landorusIncarnate": "化身",
"keldeoOrdinary": "通常", "keldeoOrdinary": "通常",
"meloettaAria": "歌声", "meloettaAria": "歌声",
"meloettaPirouette": "Pirouette",
// 6G // 6G
"froakieBattleBond": "牵绊变身", "froakieBattleBond": "牵绊变身",
"scatterbugMeadow": "花园花纹", "scatterbugMeadow": "花园花纹",

View File

@ -88,7 +88,6 @@ export const pokemonForm: SimpleTranslationEntries = {
"landorusIncarnate": "Incarnate", "landorusIncarnate": "Incarnate",
"keldeoOrdinary": "Ordinary", "keldeoOrdinary": "Ordinary",
"meloettaAria": "Aria", "meloettaAria": "Aria",
"meloettaPirouette": "Pirouette",
// 6G // 6G
"froakieBattleBond": "Battle Bond", "froakieBattleBond": "Battle Bond",
"scatterbugMeadow": "Meadow", "scatterbugMeadow": "Meadow",