Add missing Mega Diancie evolution

pull/14/head
Flashfyre 2023-12-14 01:01:10 -05:00
parent 47181ea868
commit 243bfa1624
2 changed files with 4 additions and 61 deletions

View File

@ -1916,66 +1916,6 @@ export function initAbilities() {
new Ability(Abilities.SUPERSWEET_SYRUP, "Supersweet Syrup (N)", "A sickly sweet scent spreads across the field the first time the Pokémon enters a battle, lowering the evasiveness of opposing Pokémon.", 9), new Ability(Abilities.SUPERSWEET_SYRUP, "Supersweet Syrup (N)", "A sickly sweet scent spreads across the field the first time the Pokémon enters a battle, lowering the evasiveness of opposing Pokémon.", 9),
new Ability(Abilities.HOSPITALITY, "Hospitality (N)", "When the Pokémon enters a battle, it showers its ally with hospitality, restoring a small amount of the ally's HP.", 9), new Ability(Abilities.HOSPITALITY, "Hospitality (N)", "When the Pokémon enters a battle, it showers its ally with hospitality, restoring a small amount of the ally's HP.", 9),
new Ability(Abilities.TOXIC_CHAIN, "Toxic Chain (N)", "The power of the Pokémon's toxic chain may badly poison any target the Pokémon hits with a move.", 9), new Ability(Abilities.TOXIC_CHAIN, "Toxic Chain (N)", "The power of the Pokémon's toxic chain may badly poison any target the Pokémon hits with a move.", 9),
new Ability(Abilities.EMBODY_ASPECT, "Embody Aspect (N)", "Depending on the Mask held, the Pokémon receives a boost to either their Attack, Defense, Sp. Def, or Speed.", 9), new Ability(Abilities.EMBODY_ASPECT, "Embody Aspect (N)", "Depending on the Mask held, the Pokémon receives a boost to either their Attack, Defense, Sp. Def, or Speed.", 9)
new Ability(Abilities.MOUNTAINEER, "Mountaineer (N)", "", 5),
new Ability(Abilities.WAVE_RIDER, "Wave Rider (N)", "", 5),
new Ability(Abilities.SKATER, "Skater (N)", "", 5),
new Ability(Abilities.THRUST, "Thrust (N)", "", 5),
new Ability(Abilities.PERCEPTION, "Perception (N)", "", 5),
new Ability(Abilities.PARRY, "Parry (N)", "", 5),
new Ability(Abilities.INSTINCT, "Instinct (N)", "", 5),
new Ability(Abilities.DODGE, "Dodge (N)", "", 5),
new Ability(Abilities.JAGGED_EDGE, "Jagged Edge (N)", "", 5),
new Ability(Abilities.FROSTBITE, "Frostbite (N)", "", 5),
new Ability(Abilities.TENACITY, "Tenacity (N)", "", 5),
new Ability(Abilities.PRIDE, "Pride (N)", "", 5),
new Ability(Abilities.DEEP_SLEEP, "Deep Sleep (N)", "", 5),
new Ability(Abilities.POWER_NAP, "Power Nap (N)", "", 5),
new Ability(Abilities.SPIRIT, "Spirit (N)", "", 5),
new Ability(Abilities.WARM_BLANKET, "Warm Blanket (N)", "", 5),
new Ability(Abilities.GULP, "Gulp (N)", "", 5),
new Ability(Abilities.HERBIVORE, "Herbivore (N)", "", 5),
new Ability(Abilities.SANDPIT, "Sandpit (N)", "", 5),
new Ability(Abilities.HOT_BLOODED, "Hot Blooded (N)", "", 5),
new Ability(Abilities.MEDIC, "Medic (N)", "", 5),
new Ability(Abilities.LIFE_FORCE, "Life Force (N)", "", 5),
new Ability(Abilities.LUNCHBOX, "Lunchbox (N)", "", 5),
new Ability(Abilities.NURSE, "Nurse (N)", "", 5),
new Ability(Abilities.MELEE, "Melee (N)", "", 5),
new Ability(Abilities.SPONGE, "Sponge (N)", "", 5),
new Ability(Abilities.BODYGUARD, "Bodyguard (N)", "", 5),
new Ability(Abilities.HERO, "Hero (N)", "", 5),
new Ability(Abilities.LAST_BASTION, "Last Bastion (N)", "", 5),
new Ability(Abilities.STEALTH, "Stealth (N)", "", 5),
new Ability(Abilities.VANGUARD, "Vanguard (N)", "", 5),
new Ability(Abilities.NOMAD, "Nomad (N)", "", 5),
new Ability(Abilities.SEQUENCE, "Sequence (N)", "", 5),
new Ability(Abilities.GRASS_CLOAK, "Grass Cloak (N)", "", 5),
new Ability(Abilities.CELEBRATE, "Celebrate (N)", "", 5),
new Ability(Abilities.LULLABY, "Lullaby (N)", "", 5),
new Ability(Abilities.CALMING, "Calming (N)", "", 5),
new Ability(Abilities.DAZE, "Daze (N)", "", 5),
new Ability(Abilities.FRIGHTEN, "Frighten (N)", "", 5),
new Ability(Abilities.INTERFERENCE, "Interference (N)", "", 5),
new Ability(Abilities.MOOD_MAKER, "Mood Maker (N)", "", 5),
new Ability(Abilities.CONFIDENCE, "Confidence (N)", "", 5),
new Ability(Abilities.FORTUNE, "Fortune (N)", "", 5),
new Ability(Abilities.BONANZA, "Bonanza (N)", "", 5),
new Ability(Abilities.EXPLODE, "Explode (N)", "", 5),
new Ability(Abilities.OMNIPOTENT, "Omnipotent (N)", "", 5),
new Ability(Abilities.SHARE, "Share (N)", "", 5),
new Ability(Abilities.BLACK_HOLE, "Black Hole (N)", "", 5),
new Ability(Abilities.SHADOW_DASH, "Shadow Dash (N)", "", 5),
new Ability(Abilities.SPRINT, "Sprint (N)", "", 5),
new Ability(Abilities.DISGUST, "Disgust (N)", "", 5),
new Ability(Abilities.HIGH_RISE, "High-rise (N)", "", 5),
new Ability(Abilities.CLIMBER, "Climber (N)", "", 5),
new Ability(Abilities.FLAME_BOOST, "Flame Boost (N)", "", 5),
new Ability(Abilities.AQUA_BOOST, "Aqua Boost (N)", "", 5),
new Ability(Abilities.RUN_UP, "Run Up (N)", "", 5),
new Ability(Abilities.CONQUEROR, "Conqueror (N)", "", 5),
new Ability(Abilities.SHACKLE, "Shackle (N)", "", 5),
new Ability(Abilities.DECOY, "Decoy (N)", "", 5),
new Ability(Abilities.SHIELD, "Shield (N)", "", 5)
); );
} }

View File

@ -1745,6 +1745,9 @@ export const pokemonEvolutions: PokemonEvolutions = {
], ],
[Species.AUDINO]: [ [Species.AUDINO]: [
new SpeciesFormEvolution(Species.AUDINO, '', SpeciesFormKey.MEGA, 1, EvolutionItem.AUDINITE, null, SpeciesWildEvolutionDelay.MEGA) new SpeciesFormEvolution(Species.AUDINO, '', SpeciesFormKey.MEGA, 1, EvolutionItem.AUDINITE, null, SpeciesWildEvolutionDelay.MEGA)
],
[Species.DIANCIE]: [
new SpeciesFormEvolution(Species.DIANCIE, '', SpeciesFormKey.MEGA, 1, EvolutionItem.DIANCITE, null, SpeciesWildEvolutionDelay.MEGA)
] ]
}; };