[Balance] [QoL] Allow Pirouette Meloetta to be selectable on starter screen (#3537)
* Update pokemon-forms.ts * Add Data for Pirouette * Update pokemon-form.ts * Update Localization Names * Update pokemon-form.ts
This commit is contained in:
parent
bf1c634f34
commit
16b9df2d15
|
@ -633,7 +633,6 @@ export const pokemonFormChanges: PokemonFormChanges = {
|
|||
[Species.MELOETTA]: [
|
||||
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 SpeciesFormChangeActiveTrigger(false), true)
|
||||
],
|
||||
[Species.GENESECT]: [
|
||||
new SpeciesFormChange(Species.GENESECT, "", "shock", new SpeciesFormChangeItemTrigger(FormChangeItem.SHOCK_DRIVE)),
|
||||
|
|
|
@ -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 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),
|
||||
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 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),
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Incarnate",
|
||||
"keldeoOrdinary": "Ordinary",
|
||||
"meloettaAria": "Aria",
|
||||
"meloettaPirouette": "Pirouette",
|
||||
// 6G
|
||||
"froakieBattleBond": "Battle Bond",
|
||||
"scatterbugMeadow": "Meadow",
|
||||
|
|
|
@ -89,6 +89,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Inkarnationsform",
|
||||
"keldeoOrdinary": "Standardform",
|
||||
"meloettaAria": "Gesangsform",
|
||||
"meloettaPirouette": "Tanzform",
|
||||
// 6G
|
||||
"froakieBattleBond": "Ash-Form",
|
||||
"scatterbugMeadow": "Blumenmeermuster",
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Incarnate",
|
||||
"keldeoOrdinary": "Ordinary",
|
||||
"meloettaAria": "Aria",
|
||||
"meloettaPirouette": "Pirouette",
|
||||
// 6G
|
||||
"froakieBattleBond": "Battle Bond",
|
||||
"scatterbugMeadow": "Meadow",
|
||||
|
|
|
@ -87,7 +87,8 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"thundurusIncarnate": "Incarnate",
|
||||
"landorusIncarnate": "Incarnate",
|
||||
"keldeoOrdinary": "Ordinary",
|
||||
"meloettaAria": "Aria",
|
||||
"meloettaAria": "Lírica",
|
||||
"meloettaPirouette": "Danza",
|
||||
// 6G
|
||||
"froakieBattleBond": "Fuerte Afecto",
|
||||
"scatterbugMeadow": "Floral",
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Avatar",
|
||||
"keldeoOrdinary": "Normal",
|
||||
"meloettaAria": "Chant",
|
||||
"meloettaPirouette": "Danse",
|
||||
// 6G
|
||||
"froakieBattleBond": "Synergie",
|
||||
"scatterbugMeadow": "Floraison",
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Incarnazione",
|
||||
"keldeoOrdinary": "Normale",
|
||||
"meloettaAria": "Canto",
|
||||
"meloettaPirouette": "Danza",
|
||||
// 6G
|
||||
"froakieBattleBond": "Morfosintonia",
|
||||
"scatterbugMeadow": "Giardinfiore",
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Incarnate",
|
||||
"keldeoOrdinary": "Ordinary",
|
||||
"meloettaAria": "Aria",
|
||||
"meloettaPirouette": "Pirouette",
|
||||
// 6G
|
||||
"froakieBattleBond": "Battle Bond",
|
||||
"scatterbugMeadow": "Meadow",
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "화신폼",
|
||||
"keldeoOrdinary": "평상시 모습",
|
||||
"meloettaAria": "보이스폼",
|
||||
"meloettaPirouette": "스텝폼",
|
||||
// 6G
|
||||
"froakieBattleBond": "유대변화",
|
||||
"scatterbugMeadow": "화원의 모양",
|
||||
|
|
|
@ -89,6 +89,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Incarnate",
|
||||
"keldeoOrdinary": "Ordinary",
|
||||
"meloettaAria": "Aria",
|
||||
"meloettaPirouette": "Pirueta",
|
||||
// 6G
|
||||
"froakieBattleBond": "Vínculo de Batalha",
|
||||
"scatterbugMeadow": "Prado",
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "化身",
|
||||
"keldeoOrdinary": "通常",
|
||||
"meloettaAria": "歌声",
|
||||
"meloettaPirouette": "Pirouette",
|
||||
// 6G
|
||||
"froakieBattleBond": "牵绊变身",
|
||||
"scatterbugMeadow": "花园花纹",
|
||||
|
|
|
@ -88,6 +88,7 @@ export const pokemonForm: SimpleTranslationEntries = {
|
|||
"landorusIncarnate": "Incarnate",
|
||||
"keldeoOrdinary": "Ordinary",
|
||||
"meloettaAria": "Aria",
|
||||
"meloettaPirouette": "Pirouette",
|
||||
// 6G
|
||||
"froakieBattleBond": "Battle Bond",
|
||||
"scatterbugMeadow": "Meadow",
|
||||
|
|
Loading…
Reference in New Issue