From 7a75beabf19df5d58f280157fbcf5a803e8108a3 Mon Sep 17 00:00:00 2001 From: Shiva Devarajan Date: Sun, 27 Oct 2024 00:21:26 -0400 Subject: [PATCH] ZU unbans and gay changes --- config/formats.ts | 46 +- data/abilities.ts | 8 +- data/formats-data.ts | 8 +- data/mods/gen9vgcgay/abilities.ts | 16 +- data/mods/gen9vgcgay/learnsets.ts | 13209 +++++++++++++++------------- data/mods/gen9vgcgay/moves.ts | 40 +- data/mods/gen9vgcgay/pokedex.ts | 74 +- data/text/abilities.ts | 5 +- 8 files changed, 7274 insertions(+), 6132 deletions(-) diff --git a/config/formats.ts b/config/formats.ts index f7b51cc288b7..f0520b943cfc 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -54,14 +54,14 @@ export const Formats: import('../sim/dex-formats').FormatList = [ unbanlist: ['Mythical', 'Restricted Legendary', 'Greninja-Bond'], restricted: ['Uber'], }, - { - name: "[Gen 9] VGC Pride FFA", - searchShow: true, - mod: 'gen9vgcgay', - gameType: 'freeforall', - ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Sketch Post-Gen 7 Moves'], - unbanlist: ['Greninja-Bond'], - }, + // { + // name: "[Gen 9] VGC Pride FFA", + // searchShow: true, + // mod: 'gen9vgcgay', + // gameType: 'freeforall', + // ruleset: ['Flat Rules', '!! Adjust Level = 50', 'Sketch Post-Gen 7 Moves'], + // unbanlist: ['Greninja-Bond'], + // }, { section: "Free For All", }, @@ -262,13 +262,13 @@ export const Formats: import('../sim/dex-formats').FormatList = [ banlist: ['SU', 'IUBL'], unbanlist: ['Baton Pass + Substitute'] }, - { - name: "[Gen 3] Lol", - mod: 'gen3', - searchShow: true, - ruleset: ['[Gen 3] IU'], - banlist: ['IU', '8UBL', '8U', '9UBL', '9U', '10UBL', '10U', '11UBL', 'NFE', 'LC', 'Leftovers'], - }, + // { + // name: "[Gen 3] Lol", + // mod: 'gen3', + // searchShow: true, + // ruleset: ['[Gen 3] IU'], + // banlist: ['IU', '8UBL', '8U', '9UBL', '9U', '10UBL', '10U', '11UBL', 'NFE', 'LC', 'Leftovers'], + // }, { section: "Gen 4 Lower Tiers", }, @@ -300,13 +300,13 @@ export const Formats: import('../sim/dex-formats').FormatList = [ banlist: ['ZU', 'SUBL', 'SU', 'IUBL', 'Heat Rock'], unbanlist: ['Damp Rock'], }, - { - name: "[Gen 4] Lol", - mod: 'gen4', - searchShow: true, - ruleset: ['[Gen 4] IU'], - banlist: ['IU', '8UBL', '8U', '9U', '10UBL', '10U', '11UBL', 'NFE', 'LC', 'UR'], - }, + // { + // name: "[Gen 4] Lol", + // mod: 'gen4', + // searchShow: true, + // ruleset: ['[Gen 4] IU'], + // banlist: ['IU', '8UBL', '8U', '9U', '10UBL', '10U', '11UBL', 'NFE', 'LC', 'UR'], + // }, { section: "Gen 5 Lower Tiers", }, @@ -446,7 +446,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [ mod: 'gen9', searchShow: true, ruleset: ['[Gen 9] National Dex PU'], - banlist: ['ND PU', 'ND ZUBL', 'Shell Smash'] + banlist: ['ND PU', 'ND ZUBL'] }, { section: "S/V Singles", diff --git a/data/abilities.ts b/data/abilities.ts index 36db6fcb4d78..26ccc51686d2 100644 --- a/data/abilities.ts +++ b/data/abilities.ts @@ -6513,7 +6513,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = { num: -53, }, copycore: { - onSwitchIn(pokemon) { + onStart(pokemon) { const target = pokemon.side.foe.active[pokemon.side.foe.active.length - 1 - pokemon.position]; if (target) { this.actions.useMove(this.dex.moves.get('copycat'), pokemon); @@ -6525,7 +6525,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = { num: -54, }, onslaughtcore: { - onSwitchIn(pokemon) { + onStart(pokemon) { const target = pokemon.side.foe.active[pokemon.side.foe.active.length - 1 - pokemon.position]; if (target) { this.actions.useMove(this.dex.moves.get('confusion'), pokemon, {target: target}); @@ -6537,7 +6537,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = { num: -55, }, barriercore: { - onSwitchIn(pokemon) { + onStart(pokemon) { this.actions.useMove(this.dex.moves.get('magiccoat'), pokemon); }, name: "Barrier Core", @@ -6546,7 +6546,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = { num: -56, }, hazardcore: { - onSwitchIn(pokemon) { + onStart(pokemon) { this.actions.useMove(this.dex.moves.get('spikes'), pokemon); }, name: "Hazard Core", diff --git a/data/formats-data.ts b/data/formats-data.ts index fa74839a192f..da17ad7226e0 100644 --- a/data/formats-data.ts +++ b/data/formats-data.ts @@ -521,7 +521,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable = machamp: { isNonstandard: "Past", tier: "Illegal", - natDexTier: "ZUBL", + natDexTier: "ZU", }, machampgmax: { isNonstandard: "Past", @@ -1507,7 +1507,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable = sneasel: { tier: "ZU", doublesTier: "NFE", - natDexTier: "ZUBL", + natDexTier: "ZU", }, sneaselhisui: { tier: "SU", @@ -3143,7 +3143,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable = tier: "LC", }, whimsicott: { - tier: "ZU", + tier: "NU", doublesTier: "DOU", natDexTier: "ZU", }, @@ -4417,7 +4417,7 @@ export const FormatsData: import('../sim/dex-species').SpeciesFormatsDataTable = silvallyground: { isNonstandard: "Past", tier: "Illegal", - natDexTier: "ZUBL", + natDexTier: "ZU", }, silvallyice: { isNonstandard: "Past", diff --git a/data/mods/gen9vgcgay/abilities.ts b/data/mods/gen9vgcgay/abilities.ts index 7eb29118f875..aa5917c0c6af 100644 --- a/data/mods/gen9vgcgay/abilities.ts +++ b/data/mods/gen9vgcgay/abilities.ts @@ -189,15 +189,17 @@ export const Abilities: import('../../../sim/dex-abilities').ModdedAbilityDataTa }, liquidooze: { inherit: true, - shortDesc: "Deals damage instead of draining, Replaces foods with Black Sludges on hit.", + shortDesc: "This Pokemon's contact moves replace items with Black Sludges on hit.", + onSourceTryHeal(damage, target, source, effect) { + }, onModifyMove(move) { move.secondaries?.push({ chance: 100, onHit(target) { - if (target.item === "leftovers" || target.item.endsWith("berry")) { - this.add('message', 'Item replaced with Liquid Ooze'); - target.setItem("blacksludge"); - } + const item = target.getItem(); + if (!this.singleEvent('TakeItem', item, target.itemState, target, target, move, item)) return; + this.add('message', 'Item replaced with Liquid Ooze'); + target.setItem("blacksludge"); } }); } @@ -265,6 +267,10 @@ export const Abilities: import('../../../sim/dex-abilities').ModdedAbilityDataTa illuminate: { inherit: true, shortDesc: "While this Pokemon is active, all moves has 1.2x accuracy.", + onStart(pokemon) { + if (this.suppressingAbility(pokemon)) return; + this.add('-ability', pokemon, 'Illuminate'); + }, onTryBoost(boost, target, source, effect) { }, onModifyMove(move) { diff --git a/data/mods/gen9vgcgay/learnsets.ts b/data/mods/gen9vgcgay/learnsets.ts index 55fa0fc1acf0..eedc64542ff5 100644 --- a/data/mods/gen9vgcgay/learnsets.ts +++ b/data/mods/gen9vgcgay/learnsets.ts @@ -1295,6 +1295,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab ], "terablast": [ "9M" + ], + "hypnosis": [ + "9M" ] } }, @@ -21388,9 +21391,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychocut": [ "9M" ], - "psychoshift": [ - "9M" - ], "psyshock": [ "9M" ], @@ -24126,9 +24126,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychicnoise": [ "9M" ], - "psychoshift": [ - "9M" - ], "psychup": [ "9M" ], @@ -25435,9 +25432,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychic": [ "9M" ], - "psychoshift": [ - "9M" - ], "psychup": [ "9M" ], @@ -46115,9 +46109,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychocut": [ "9M" ], - "psychoshift": [ - "9M" - ], "psychup": [ "9M" ], @@ -52770,6 +52761,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab ], "slushcrush": [ "9M" + ], + "wavecrash": [ + "9M" ] } }, @@ -55173,9 +55167,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychocut": [ "9M" ], - "psychoshift": [ - "9M" - ], "psychup": [ "9M" ], @@ -55538,9 +55529,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychocut": [ "9M" ], - "psychoshift": [ - "9M" - ], "psychup": [ "9M" ], @@ -60529,9 +60517,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "growth": [ "9M" ], - "helpinghand": [ - "9M" - ], "hiddenpower": [ "9M" ], @@ -73028,9 +73013,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychocut": [ "9M" ], - "psychoshift": [ - "9M" - ], "psychup": [ "9M" ], @@ -74062,9 +74044,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "round": [ "9M" ], - "sandattack": [ - "9M" - ], "secretpower": [ "9M" ], @@ -74119,9 +74098,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderpunch": [ "9M" ], - "thunderwave": [ - "9M" - ], "toxic": [ "9M" ], @@ -81374,6 +81350,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab ], "return": [ "9M" + ], + "flashfreeze": [ + "9M" ] } }, @@ -117664,6 +117643,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab ], "quarry": [ "9M" + ], + "helpinghand": [ + "9M" ] } }, @@ -118139,9 +118121,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychicterrain": [ "9M" ], - "psychoshift": [ - "9M" - ], "psychup": [ "9M" ], @@ -130766,9 +130745,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "flashfreeze": [ - "9M" - ], "terrainpulse": [ "9M" ] @@ -135509,479 +135485,345 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab ] } }, - "machop": { + "mewtwo": { "inherit": true, "learnset": { - "attract": [ - "9M" - ], - "bide": [ - "9M" - ], - "bodyslam": [ - "9M" - ], - "brickbreak": [ - "9M" - ], - "bulkup": [ - "9M" - ], - "bulldoze": [ - "9M" - ], - "bulletpunch": [ - "9M" - ], - "captivate": [ - "9M" - ], - "closecombat": [ - "9M" - ], - "coaching": [ - "9M" - ], - "confide": [ - "9M" - ], - "counter": [ - "9M" - ], - "crosschop": [ - "9M" - ], - "curse": [ - "9M" - ], - "detect": [ - "9M" - ], - "dig": [ - "9M" - ], - "doubleedge": [ - "9M" - ], - "doubleteam": [ - "9M" - ], - "dualchop": [ - "9M" - ], - "dynamicpunch": [ - "9M" - ], - "earthquake": [ - "9M" - ], - "encore": [ - "9M" - ], - "endure": [ - "9M" - ], - "facade": [ - "9M" - ], - "fireblast": [ - "9M" - ], - "firepunch": [ - "9M" - ], - "flamethrower": [ - "9M" - ], - "fling": [ - "9M" - ], - "focusblast": [ - "9M" - ], - "focusenergy": [ - "9M" - ], - "focuspunch": [ - "9M" - ], - "foresight": [ - "9M" - ], - "frustration": [ - "9M" - ], - "headbutt": [ - "9M" - ], - "heavyslam": [ - "9M" - ], - "helpinghand": [ - "9M" - ], - "hiddenpower": [ - "9M" - ], - "icepunch": [ - "9M" - ], - "incinerate": [ - "9M" - ], - "karatechop": [ - "9M" - ], - "knockoff": [ + "aerialace": [ "9M" ], - "leer": [ + "agility": [ "9M" ], - "lightscreen": [ + "allyswitch": [ "9M" ], - "lowkick": [ + "amnesia": [ "9M" ], - "lowsweep": [ + "ancientpower": [ "9M" ], - "meditate": [ + "aquatail": [ "9M" ], - "megakick": [ + "aurasphere": [ "9M" ], - "megapunch": [ + "avalanche": [ "9M" ], - "metronome": [ + "barrier": [ "9M" ], - "mimic": [ + "bide": [ "9M" ], - "mudslap": [ + "blizzard": [ "9M" ], - "naturalgift": [ + "bodyslam": [ "9M" ], - "payback": [ + "brickbreak": [ "9M" ], - "poisonjab": [ + "brutalswing": [ "9M" ], - "powertrick": [ + "bubblebeam": [ "9M" ], - "poweruppunch": [ + "bulkup": [ "9M" ], - "protect": [ + "bulldoze": [ "9M" ], - "quickguard": [ + "calmmind": [ "9M" ], - "rage": [ + "chargebeam": [ "9M" ], - "raindance": [ + "chillingwater": [ "9M" ], - "rest": [ + "confide": [ "9M" ], - "retaliate": [ + "confuseray": [ "9M" ], - "return": [ + "confusion": [ "9M" ], - "revenge": [ + "counter": [ "9M" ], - "reversal": [ + "curse": [ "9M" ], - "rockclimb": [ + "darkpulse": [ "9M" ], - "rockslide": [ + "detect": [ "9M" ], - "rocksmash": [ + "disable": [ "9M" ], - "rocktomb": [ + "dive": [ "9M" ], - "roleplay": [ + "doubleedge": [ "9M" ], - "rollingkick": [ + "doubleteam": [ "9M" ], - "round": [ + "drainpunch": [ "9M" ], - "scaryface": [ + "dreameater": [ "9M" ], - "secretpower": [ + "dynamicpunch": [ "9M" ], - "seismictoss": [ + "earthpower": [ "9M" ], - "skullbash": [ + "earthquake": [ "9M" ], - "sleeptalk": [ + "electroball": [ "9M" ], - "smackdown": [ + "embargo": [ "9M" ], - "smellingsalts": [ + "endure": [ "9M" ], - "snore": [ + "energyball": [ "9M" ], - "strength": [ + "expandingforce": [ "9M" ], - "submission": [ + "facade": [ "9M" ], - "substitute": [ + "fireblast": [ "9M" ], - "sunnyday": [ + "firepunch": [ "9M" ], - "superpower": [ + "flamethrower": [ "9M" ], - "swagger": [ + "flash": [ "9M" ], - "takedown": [ + "fling": [ "9M" ], - "thief": [ + "focusblast": [ "9M" ], - "thunderpunch": [ + "focuspunch": [ "9M" ], - "tickle": [ + "foulplay": [ "9M" ], - "toxic": [ + "frustration": [ "9M" ], - "vacuumwave": [ + "futuresight": [ "9M" ], - "vitalthrow": [ + "gigaimpact": [ "9M" ], - "wakeupslap": [ + "grassknot": [ "9M" ], - "workup": [ - "9M" - ] - } - }, - "machoke": { - "inherit": true, - "learnset": { - "attract": [ + "gravity": [ "9M" ], - "bide": [ + "guardswap": [ "9M" ], - "bodyslam": [ + "headbutt": [ "9M" ], - "brickbreak": [ + "healpulse": [ "9M" ], - "bulkup": [ + "helpinghand": [ "9M" ], - "bulldoze": [ + "hex": [ "9M" ], - "captivate": [ + "hiddenpower": [ "9M" ], - "closecombat": [ + "hurricane": [ "9M" ], - "coaching": [ + "hyperbeam": [ "9M" ], - "confide": [ + "icebeam": [ "9M" ], - "counter": [ + "icepunch": [ "9M" ], - "crosschop": [ + "icywind": [ "9M" ], - "curse": [ + "imprison": [ "9M" ], - "detect": [ + "incinerate": [ "9M" ], - "dig": [ + "irontail": [ "9M" ], - "doubleedge": [ + "knockoff": [ "9M" ], - "doubleteam": [ + "laserfocus": [ "9M" ], - "dualchop": [ + "lashout": [ "9M" ], - "dynamicpunch": [ + "lifedew": [ "9M" ], - "earthquake": [ + "lightscreen": [ "9M" ], - "encore": [ + "lowkick": [ "9M" ], - "endure": [ + "lowsweep": [ "9M" ], - "facade": [ + "magiccoat": [ "9M" ], - "fireblast": [ + "magicroom": [ "9M" ], - "firepunch": [ + "mefirst": [ "9M" ], - "flamethrower": [ + "megakick": [ "9M" ], - "fling": [ + "megapunch": [ "9M" ], - "focusblast": [ + "metronome": [ "9M" ], - "focusenergy": [ + "mimic": [ "9M" ], - "focuspunch": [ + "miracleeye": [ "9M" ], - "foresight": [ + "mist": [ "9M" ], - "frustration": [ + "mudslap": [ "9M" ], - "headbutt": [ + "nastyplot": [ "9M" ], - "heavyslam": [ + "naturalgift": [ "9M" ], - "helpinghand": [ + "nightmare": [ "9M" ], - "hiddenpower": [ + "nightshade": [ "9M" ], - "icepunch": [ + "payday": [ "9M" ], - "incinerate": [ + "poisonjab": [ "9M" ], - "karatechop": [ + "powergem": [ "9M" ], - "knockoff": [ + "powerswap": [ "9M" ], - "leer": [ + "poweruppunch": [ "9M" ], - "lightscreen": [ + "protect": [ "9M" ], - "lowkick": [ + "psybeam": [ "9M" ], - "lowsweep": [ + "psychic": [ "9M" ], - "megakick": [ + "psychicnoise": [ "9M" ], - "megapunch": [ + "psychicterrain": [ "9M" ], - "metronome": [ + "psychocut": [ "9M" ], - "mimic": [ + "psychup": [ "9M" ], - "mudslap": [ + "psyshock": [ "9M" ], - "naturalgift": [ + "psystrike": [ "9M" ], - "payback": [ + "psywave": [ "9M" ], - "poisonjab": [ + "rage": [ "9M" ], - "poweruppunch": [ + "raindance": [ "9M" ], - "protect": [ + "recover": [ "9M" ], - "rage": [ + "recycle": [ "9M" ], - "raindance": [ + "reflect": [ "9M" ], "rest": [ "9M" ], - "retaliate": [ - "9M" - ], "return": [ "9M" ], - "revenge": [ - "9M" - ], "reversal": [ "9M" ], @@ -136003,6 +135845,12 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "round": [ "9M" ], + "safeguard": [ + "9M" + ], + "sandstorm": [ + "9M" + ], "scaryface": [ "9M" ], @@ -136012,21 +135860,51 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "seismictoss": [ "9M" ], + "selfdestruct": [ + "9M" + ], + "shadowball": [ + "9M" + ], + "shockwave": [ + "9M" + ], + "signalbeam": [ + "9M" + ], + "skillswap": [ + "9M" + ], "skullbash": [ "9M" ], "sleeptalk": [ "9M" ], - "smackdown": [ + "snatch": [ "9M" ], "snore": [ "9M" ], + "solarbeam": [ + "9M" + ], + "speedswap": [ + "9M" + ], + "spite": [ + "9M" + ], "stompingtantrum": [ "9M" ], + "stoneedge": [ + "9M" + ], + "storedpower": [ + "9M" + ], "strength": [ "9M" ], @@ -136039,302 +135917,294 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], - "superpower": [ + "swagger": [ "9M" ], - "swagger": [ + "swift": [ "9M" ], "takedown": [ "9M" ], - "thief": [ + "taunt": [ "9M" ], - "thunderpunch": [ + "telekinesis": [ "9M" ], - "toxic": [ + "teleport": [ "9M" ], - "vacuumwave": [ + "terablast": [ "9M" ], - "vitalthrow": [ + "thunder": [ "9M" ], - "wakeupslap": [ + "thunderbolt": [ "9M" ], - "workup": [ - "9M" - ] - } - }, - "oddish": { - "inherit": true, - "learnset": { - "absorb": [ + "thunderpunch": [ "9M" ], - "acid": [ + "thunderwave": [ "9M" ], - "acidspray": [ + "torment": [ "9M" ], - "afteryou": [ + "toxic": [ "9M" ], - "attract": [ + "trailblaze": [ "9M" ], - "bide": [ + "triattack": [ "9M" ], - "bulletseed": [ + "trick": [ "9M" ], - "captivate": [ + "trickroom": [ "9M" ], - "charm": [ + "watergun": [ "9M" ], - "confide": [ + "waterpulse": [ "9M" ], - "curse": [ + "weatherball": [ "9M" ], - "cut": [ + "willowisp": [ "9M" ], - "dazzlinggleam": [ + "wonderroom": [ "9M" ], - "doubleedge": [ + "zapcannon": [ "9M" ], - "doubleteam": [ + "zenheadbutt": [ "9M" ], - "endure": [ + "snowscape": [ "9M" ], - "energyball": [ + "closecombat": [ "9M" - ], - "facade": [ + ] + } + }, + "mew": { + "inherit": true, + "learnset": { + "acidspray": [ "9M" ], - "flail": [ + "acrobatics": [ "9M" ], - "flash": [ + "aerialace": [ "9M" ], - "frustration": [ + "afteryou": [ "9M" ], - "gastroacid": [ + "agility": [ "9M" ], - "gigadrain": [ + "aircutter": [ "9M" ], - "grassknot": [ + "airslash": [ "9M" ], - "grassyglide": [ + "alluringvoice": [ "9M" ], - "grassyterrain": [ + "allyswitch": [ "9M" ], - "growth": [ + "amnesia": [ "9M" ], - "headbutt": [ + "ancientpower": [ "9M" ], - "helpinghand": [ + "aquatail": [ "9M" ], - "hiddenpower": [ + "assurance": [ "9M" ], - "infestation": [ + "attract": [ "9M" ], - "ingrain": [ + "aurasphere": [ "9M" ], - "leafstorm": [ + "auroraveil": [ "9M" ], - "leechseed": [ + "avalanche": [ "9M" ], - "luckychant": [ + "barrier": [ "9M" ], - "magicalleaf": [ + "batonpass": [ "9M" ], - "megadrain": [ + "beatup": [ "9M" ], - "mimic": [ + "bide": [ "9M" ], - "moonblast": [ + "bind": [ "9M" ], - "moonlight": [ + "blastburn": [ "9M" ], - "naturalgift": [ + "blazekick": [ "9M" ], - "naturepower": [ + "blizzard": [ "9M" ], - "petaldance": [ + "block": [ "9M" ], - "poisonpowder": [ + "bodypress": [ "9M" ], - "protect": [ + "bodyslam": [ "9M" ], - "rage": [ + "bounce": [ "9M" ], - "razorleaf": [ + "bravebird": [ "9M" ], - "reflect": [ + "breakingswipe": [ "9M" ], - "rest": [ + "brickbreak": [ "9M" ], - "return": [ + "brine": [ "9M" ], - "round": [ + "brutalswing": [ "9M" ], - "secretpower": [ + "bubblebeam": [ "9M" ], - "seedbomb": [ + "bugbite": [ "9M" ], - "sleeptalk": [ + "bugbuzz": [ "9M" ], - "sludgebomb": [ + "bulkup": [ "9M" ], - "snore": [ + "bulldoze": [ "9M" ], - "solarbeam": [ + "bulletseed": [ "9M" ], - "strengthsap": [ + "burningjealousy": [ "9M" ], - "stunspore": [ + "calmmind": [ "9M" ], - "substitute": [ + "captivate": [ "9M" ], - "sunnyday": [ + "charge": [ "9M" ], - "swagger": [ + "chargebeam": [ "9M" ], - "sweetscent": [ + "charm": [ "9M" ], - "swordsdance": [ + "chillingwater": [ "9M" ], - "synthesis": [ + "closecombat": [ "9M" ], - "takedown": [ + "coaching": [ "9M" ], - "teeterdance": [ + "confide": [ "9M" ], - "terablast": [ + "confuseray": [ "9M" ], - "tickle": [ + "confusion": [ "9M" ], - "toxic": [ + "corrosivegas": [ "9M" ], - "trailblaze": [ + "cosmicpower": [ "9M" ], - "venoshock": [ + "counter": [ "9M" ], - "worryseed": [ + "covet": [ "9M" - ] - } - }, - "gloom": { - "inherit": true, - "learnset": { - "absorb": [ + ], + "crosspoison": [ "9M" ], - "acid": [ + "crunch": [ "9M" ], - "acidspray": [ + "curse": [ "9M" ], - "afteryou": [ + "cut": [ "9M" ], - "attract": [ + "darkestlariat": [ "9M" ], - "bide": [ + "darkpulse": [ "9M" ], - "bulletseed": [ + "dazzlinggleam": [ "9M" ], - "captivate": [ + "defensecurl": [ "9M" ], - "charm": [ + "defog": [ "9M" ], - "confide": [ + "detect": [ "9M" ], - "curse": [ + "dig": [ "9M" ], - "cut": [ + "disarmingvoice": [ "9M" ], - "dazzlinggleam": [ + "dive": [ "9M" ], "doubleedge": [ @@ -136343,530 +136213,517 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "doubleteam": [ "9M" ], - "drainpunch": [ + "dracometeor": [ "9M" ], - "endure": [ + "dragonbreath": [ "9M" ], - "energyball": [ + "dragoncheer": [ "9M" ], - "facade": [ + "dragonclaw": [ "9M" ], - "flash": [ + "dragondance": [ "9M" ], - "fling": [ + "dragonpulse": [ "9M" ], - "frustration": [ + "dragonrage": [ "9M" ], - "gastroacid": [ + "dragontail": [ "9M" ], - "gigadrain": [ + "drainingkiss": [ "9M" ], - "grassknot": [ + "drainpunch": [ "9M" ], - "grassyglide": [ + "dreameater": [ "9M" ], - "grassyterrain": [ + "drillrun": [ "9M" ], - "growth": [ + "dualchop": [ "9M" ], - "headbutt": [ + "dualwingbeat": [ "9M" ], - "helpinghand": [ + "dynamicpunch": [ "9M" ], - "hiddenpower": [ + "earthpower": [ "9M" ], - "infestation": [ + "earthquake": [ "9M" ], - "leafstorm": [ + "echoedvoice": [ "9M" ], - "luckychant": [ + "eerieimpulse": [ "9M" ], - "magicalleaf": [ + "eggbomb": [ "9M" ], - "megadrain": [ + "electricterrain": [ "9M" ], - "mimic": [ + "electroball": [ "9M" ], - "moonblast": [ + "electroweb": [ "9M" ], - "moonlight": [ + "embargo": [ "9M" ], - "naturalgift": [ + "encore": [ "9M" ], - "naturepower": [ + "endeavor": [ "9M" ], - "petalblizzard": [ + "endure": [ "9M" ], - "petaldance": [ + "energyball": [ "9M" ], - "poisonpowder": [ + "expandingforce": [ "9M" ], - "pollenpuff": [ + "explosion": [ "9M" ], - "protect": [ + "facade": [ "9M" ], - "rage": [ + "fakeout": [ "9M" ], - "razorleaf": [ + "faketears": [ "9M" ], - "reflect": [ + "falseswipe": [ "9M" ], - "rest": [ + "featherdance": [ "9M" ], - "return": [ + "feintattack": [ "9M" ], - "round": [ + "fireblast": [ "9M" ], - "secretpower": [ + "firefang": [ "9M" ], - "seedbomb": [ + "firepledge": [ "9M" ], - "sleeptalk": [ + "firepunch": [ "9M" ], - "sludgebomb": [ + "firespin": [ "9M" ], - "snore": [ + "fissure": [ "9M" ], - "solarbeam": [ + "flamecharge": [ "9M" ], - "stunspore": [ + "flamethrower": [ "9M" ], - "substitute": [ + "flareblitz": [ "9M" ], - "sunnyday": [ + "flash": [ "9M" ], - "swagger": [ + "flashcannon": [ "9M" ], - "sweetscent": [ + "fling": [ "9M" ], - "swordsdance": [ + "flipturn": [ "9M" ], - "synthesis": [ + "fly": [ "9M" ], - "takedown": [ + "focusblast": [ "9M" ], - "terablast": [ + "focusenergy": [ "9M" ], - "toxic": [ + "focuspunch": [ "9M" ], - "trailblaze": [ + "foulplay": [ "9M" ], - "venoshock": [ + "frenzyplant": [ "9M" ], - "worryseed": [ - "9M" - ] - } - }, - "impidimp": { - "inherit": true, - "learnset": { - "assurance": [ + "frostbreath": [ "9M" ], - "attract": [ + "frustration": [ "9M" ], - "bite": [ + "furycutter": [ "9M" ], - "burningjealousy": [ + "futuresight": [ "9M" ], - "chillingwater": [ + "gastroacid": [ "9M" ], - "confide": [ + "gigadrain": [ "9M" ], - "darkpulse": [ + "gigaimpact": [ "9M" ], - "dazzlinggleam": [ + "grassknot": [ "9M" ], - "drainingkiss": [ + "grasspledge": [ "9M" ], - "drainpunch": [ + "grassyglide": [ "9M" ], - "endure": [ + "grassyterrain": [ "9M" ], - "facade": [ + "gravity": [ "9M" ], - "fakeout": [ + "guardswap": [ "9M" ], - "faketears": [ + "gunkshot": [ "9M" ], - "flatter": [ + "gyroball": [ "9M" ], - "fling": [ + "hardpress": [ "9M" ], - "foulplay": [ + "haze": [ "9M" ], - "lashout": [ + "headbutt": [ "9M" ], - "leechlife": [ + "healbell": [ "9M" ], - "lightscreen": [ + "heatcrash": [ "9M" ], - "lowkick": [ + "heatwave": [ "9M" ], - "megakick": [ + "heavyslam": [ "9M" ], - "megapunch": [ + "helpinghand": [ "9M" ], - "metronome": [ + "hex": [ "9M" ], - "mistyterrain": [ + "hiddenpower": [ "9M" ], - "nastyplot": [ + "highhorsepower": [ "9M" ], - "playrough": [ + "honeclaws": [ "9M" ], - "protect": [ + "horndrill": [ "9M" ], - "reflect": [ + "hurricane": [ "9M" ], - "rest": [ + "hydrocannon": [ "9M" ], - "retaliate": [ + "hydropump": [ "9M" ], - "revenge": [ + "hyperbeam": [ "9M" ], - "round": [ + "hypervoice": [ "9M" ], - "scaryface": [ + "hypnosis": [ "9M" ], - "sleeptalk": [ + "icebeam": [ "9M" ], - "snore": [ + "icefang": [ "9M" ], - "substitute": [ + "icepunch": [ "9M" ], - "suckerpunch": [ + "icespinner": [ "9M" ], - "swagger": [ + "iciclespear": [ "9M" ], - "takedown": [ + "icywind": [ "9M" ], - "taunt": [ + "imprison": [ "9M" ], - "terablast": [ + "incinerate": [ "9M" ], - "thief": [ + "infestation": [ "9M" ], - "throatchop": [ + "irondefense": [ "9M" ], - "thunderwave": [ + "ironhead": [ "9M" ], - "torment": [ + "irontail": [ "9M" ], - "trailblaze": [ + "knockoff": [ "9M" ], - "trick": [ + "laserfocus": [ "9M" ], - "uproar": [ + "lashout": [ "9M" - ] - } - }, - "squirtle": { - "inherit": true, - "learnset": { - "aquajet": [ + ], + "lastresort": [ "9M" ], - "aquaring": [ + "leafblade": [ "9M" ], - "aquatail": [ + "leafstorm": [ "9M" ], - "attract": [ + "leechlife": [ "9M" ], - "aurasphere": [ + "lifedew": [ "9M" ], - "bide": [ + "lightscreen": [ "9M" ], - "bite": [ + "liquidation": [ "9M" ], - "blizzard": [ + "lowkick": [ "9M" ], - "block": [ + "lowsweep": [ "9M" ], - "bodyslam": [ + "lunge": [ "9M" ], - "brickbreak": [ + "magicalleaf": [ "9M" ], - "brine": [ + "magiccoat": [ "9M" ], - "bubble": [ + "magicroom": [ "9M" ], - "bubblebeam": [ + "magnetrise": [ "9M" ], - "captivate": [ + "mefirst": [ "9M" ], - "celebrate": [ + "megadrain": [ "9M" ], - "chillingwater": [ + "megahorn": [ "9M" ], - "confide": [ + "megakick": [ "9M" ], - "confusion": [ + "megapunch": [ "9M" ], - "counter": [ + "metalclaw": [ "9M" ], - "curse": [ + "metalsound": [ "9M" ], - "defensecurl": [ + "meteorbeam": [ "9M" ], - "dig": [ + "metronome": [ "9M" ], - "dive": [ + "mimic": [ "9M" ], - "doubleedge": [ + "mistyexplosion": [ "9M" ], - "doubleteam": [ + "mistyterrain": [ "9M" ], - "dragonpulse": [ + "muddywater": [ "9M" ], - "dynamicpunch": [ + "mudshot": [ "9M" ], - "endure": [ + "mudslap": [ "9M" ], - "facade": [ + "mysticalfire": [ "9M" ], - "fakeout": [ + "nastyplot": [ "9M" ], - "falseswipe": [ + "naturalgift": [ "9M" ], - "flail": [ + "naturepower": [ "9M" ], - "fling": [ + "nightmare": [ "9M" ], - "flipturn": [ + "nightshade": [ "9M" ], - "focuspunch": [ + "ominouswind": [ "9M" ], - "followme": [ + "outrage": [ "9M" ], - "foresight": [ + "overheat": [ "9M" ], - "frustration": [ + "painsplit": [ "9M" ], - "gyroball": [ + "payback": [ "9M" ], - "haze": [ + "payday": [ "9M" ], - "headbutt": [ + "petalblizzard": [ "9M" ], - "helpinghand": [ + "phantomforce": [ "9M" ], - "hiddenpower": [ + "pinmissile": [ "9M" ], - "hydrocannon": [ + "playrough": [ "9M" ], - "hydropump": [ + "pluck": [ "9M" ], - "icebeam": [ + "poisonjab": [ "9M" ], - "icepunch": [ + "poisontail": [ "9M" ], - "icespinner": [ + "pollenpuff": [ "9M" ], - "icywind": [ + "poltergeist": [ "9M" ], - "irondefense": [ + "pounce": [ "9M" ], - "irontail": [ + "pound": [ "9M" ], - "lifedew": [ + "powergem": [ "9M" ], - "liquidation": [ + "powerswap": [ "9M" ], - "megakick": [ + "poweruppunch": [ "9M" ], - "megapunch": [ + "powerwhip": [ "9M" ], - "mimic": [ + "protect": [ "9M" ], - "mirrorcoat": [ + "psybeam": [ "9M" ], - "mist": [ + "psychic": [ "9M" ], - "muddywater": [ + "psychicfangs": [ "9M" ], - "mudshot": [ + "psychicnoise": [ "9M" ], - "mudslap": [ + "psychicterrain": [ "9M" ], - "mudsport": [ + "psychocut": [ "9M" ], - "naturalgift": [ + "psychup": [ "9M" ], - "outrage": [ + "psyshock": [ "9M" ], - "poweruppunch": [ + "psywave": [ "9M" ], - "protect": [ + "quash": [ "9M" ], "rage": [ @@ -136875,404 +136732,402 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "raindance": [ "9M" ], - "rapidspin": [ + "razorshell": [ + "9M" + ], + "razorwind": [ + "9M" + ], + "recycle": [ "9M" ], "reflect": [ "9M" ], - "refresh": [ + "reflecttype": [ "9M" ], "rest": [ "9M" ], - "return": [ + "retaliate": [ "9M" ], - "rockslide": [ + "return": [ "9M" ], - "rocksmash": [ + "revenge": [ "9M" ], - "rocktomb": [ + "reversal": [ "9M" ], - "rollout": [ + "risingvoltage": [ "9M" ], - "round": [ + "roar": [ "9M" ], - "scald": [ + "rockblast": [ "9M" ], - "secretpower": [ + "rockclimb": [ "9M" ], - "seismictoss": [ + "rockpolish": [ "9M" ], - "skullbash": [ + "rockslide": [ "9M" ], - "sleeptalk": [ + "rocksmash": [ "9M" ], - "snore": [ + "rocktomb": [ "9M" ], - "strength": [ + "roleplay": [ "9M" ], - "submission": [ + "rollout": [ "9M" ], - "substitute": [ + "roost": [ "9M" ], - "surf": [ + "round": [ "9M" ], - "swagger": [ + "safeguard": [ "9M" ], - "tackle": [ + "sandstorm": [ "9M" ], - "tailwhip": [ + "sandtomb": [ "9M" ], - "takedown": [ + "scald": [ "9M" ], - "terablast": [ + "scaleshot": [ "9M" ], - "toxic": [ + "scaryface": [ "9M" ], - "waterfall": [ + "scorchingsands": [ "9M" ], - "watergun": [ + "screech": [ "9M" ], - "waterpledge": [ + "secretpower": [ "9M" ], - "waterpulse": [ + "seedbomb": [ "9M" ], - "waterspout": [ + "seismictoss": [ "9M" ], - "wavecrash": [ + "selfdestruct": [ "9M" ], - "weatherball": [ + "shadowball": [ "9M" ], - "whirlpool": [ + "shadowclaw": [ "9M" ], - "withdraw": [ + "shockwave": [ "9M" ], - "workup": [ + "signalbeam": [ "9M" ], - "yawn": [ + "silverwind": [ "9M" ], - "zenheadbutt": [ + "skillswap": [ "9M" ], - "snowscape": [ - "9M" - ] - } - }, - "wartortle": { - "inherit": true, - "learnset": { - "aquatail": [ + "skittersmack": [ "9M" ], - "attract": [ + "skullbash": [ "9M" ], - "aurasphere": [ + "skyattack": [ "9M" ], - "bide": [ + "skydrop": [ "9M" ], - "bite": [ + "sleeptalk": [ "9M" ], - "blizzard": [ + "sludgebomb": [ "9M" ], - "bodyslam": [ + "sludgewave": [ "9M" ], - "brickbreak": [ + "smackdown": [ "9M" ], - "brine": [ + "smartstrike": [ "9M" ], - "bubble": [ + "snarl": [ "9M" ], - "bubblebeam": [ + "snatch": [ "9M" ], - "captivate": [ + "snore": [ "9M" ], - "chillingwater": [ + "snowscape": [ "9M" ], - "confide": [ + "softboiled": [ "9M" ], - "counter": [ + "solarbeam": [ "9M" ], - "curse": [ + "solarblade": [ "9M" ], - "defensecurl": [ + "speedswap": [ "9M" ], - "dig": [ + "spikes": [ "9M" ], - "dive": [ + "spite": [ "9M" ], - "doubleedge": [ + "stealthrock": [ "9M" ], - "doubleteam": [ + "steelbeam": [ "9M" ], - "dragonpulse": [ + "steelroller": [ "9M" ], - "dynamicpunch": [ + "steelwing": [ "9M" ], - "endure": [ + "stompingtantrum": [ "9M" ], - "facade": [ + "stoneedge": [ "9M" ], - "falseswipe": [ + "storedpower": [ "9M" ], - "fling": [ + "strength": [ "9M" ], - "flipturn": [ + "stringshot": [ "9M" ], - "focuspunch": [ + "strugglebug": [ "9M" ], - "frustration": [ + "submission": [ "9M" ], - "gyroball": [ + "substitute": [ "9M" ], - "haze": [ + "suckerpunch": [ "9M" ], - "headbutt": [ + "sunnyday": [ "9M" ], - "helpinghand": [ + "supercellslam": [ "9M" ], - "hiddenpower": [ + "superfang": [ "9M" ], - "hydropump": [ + "superpower": [ "9M" ], - "icebeam": [ + "surf": [ "9M" ], - "icepunch": [ + "swagger": [ "9M" ], - "icespinner": [ + "sweetscent": [ "9M" ], - "icywind": [ + "swift": [ "9M" ], - "irondefense": [ + "swordsdance": [ "9M" ], - "irontail": [ + "synthesis": [ "9M" ], - "liquidation": [ + "tailslap": [ "9M" ], - "megakick": [ + "tailwind": [ "9M" ], - "megapunch": [ + "takedown": [ "9M" ], - "mimic": [ + "taunt": [ "9M" ], - "muddywater": [ + "telekinesis": [ "9M" ], - "mudshot": [ + "teleport": [ "9M" ], - "mudslap": [ + "temperflare": [ "9M" ], - "naturalgift": [ + "terablast": [ "9M" ], - "outrage": [ + "terrainpulse": [ "9M" ], - "poweruppunch": [ + "thief": [ "9M" ], - "protect": [ + "throatchop": [ "9M" ], - "rage": [ + "thunder": [ "9M" ], - "raindance": [ + "thunderbolt": [ "9M" ], - "rapidspin": [ + "thunderfang": [ "9M" ], - "reflect": [ + "thunderpunch": [ "9M" ], - "rest": [ + "thunderwave": [ "9M" ], - "return": [ + "torment": [ "9M" ], - "rockslide": [ + "toxic": [ "9M" ], - "rocksmash": [ + "toxicspikes": [ "9M" ], - "rocktomb": [ + "trailblaze": [ "9M" ], - "rollout": [ + "transform": [ "9M" ], - "round": [ + "triattack": [ "9M" ], - "scald": [ + "trick": [ "9M" ], - "secretpower": [ + "trickroom": [ "9M" ], - "seismictoss": [ + "tripleaxel": [ "9M" ], - "skullbash": [ + "twister": [ "9M" ], - "sleeptalk": [ + "upperhand": [ "9M" ], - "snore": [ + "uproar": [ "9M" ], - "strength": [ + "uturn": [ "9M" ], - "submission": [ + "vacuumwave": [ "9M" ], - "substitute": [ + "venomdrench": [ "9M" ], - "surf": [ + "venoshock": [ "9M" ], - "swagger": [ + "voltswitch": [ "9M" ], - "tackle": [ + "waterfall": [ "9M" ], - "tailwhip": [ + "watergun": [ "9M" ], - "takedown": [ + "waterpledge": [ "9M" ], - "terablast": [ + "waterpulse": [ "9M" ], - "toxic": [ + "weatherball": [ "9M" ], - "waterfall": [ + "whirlpool": [ "9M" ], - "watergun": [ + "whirlwind": [ "9M" ], - "waterpledge": [ + "wildcharge": [ "9M" ], - "waterpulse": [ + "willowisp": [ "9M" ], - "wavecrash": [ + "wonderroom": [ "9M" ], - "weatherball": [ + "workup": [ "9M" ], - "whirlpool": [ + "worryseed": [ "9M" ], - "withdraw": [ + "xscissor": [ "9M" ], - "workup": [ + "zapcannon": [ "9M" ], "zenheadbutt": [ "9M" ], - "snowscape": [ + "psychout": [ "9M" ] } }, - "mankey": { + "lugia": { "inherit": true, "learnset": { "acrobatics": [ @@ -137281,58 +137136,61 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "aerialace": [ "9M" ], - "assurance": [ + "aeroblast": [ "9M" ], - "attract": [ + "aircutter": [ "9M" ], - "beatup": [ + "airslash": [ "9M" ], - "bide": [ + "ancientpower": [ "9M" ], - "bodyslam": [ + "aquatail": [ "9M" ], - "brickbreak": [ + "avalanche": [ "9M" ], - "bulkup": [ + "blizzard": [ "9M" ], - "bulldoze": [ + "bodyslam": [ "9M" ], - "captivate": [ + "bravebird": [ "9M" ], - "closecombat": [ + "brine": [ "9M" ], - "confide": [ + "bulldoze": [ "9M" ], - "counter": [ + "calmmind": [ "9M" ], - "covet": [ + "chargebeam": [ "9M" ], - "crosschop": [ + "chillingwater": [ + "9M" + ], + "confide": [ "9M" ], "curse": [ "9M" ], - "defensecurl": [ + "defog": [ "9M" ], "detect": [ "9M" ], - "dig": [ + "dive": [ "9M" ], "doubleedge": [ @@ -137341,58 +137199,64 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "doubleteam": [ "9M" ], - "drainpunch": [ + "dragonbreath": [ "9M" ], - "dualchop": [ + "dragonpulse": [ "9M" ], - "dynamicpunch": [ + "dragonrush": [ "9M" ], - "earthquake": [ + "dragontail": [ "9M" ], - "encore": [ + "dreameater": [ "9M" ], - "endeavor": [ + "dualwingbeat": [ "9M" ], - "endure": [ + "earthpower": [ "9M" ], - "facade": [ + "earthquake": [ "9M" ], - "finalgambit": [ + "echoedvoice": [ "9M" ], - "firepunch": [ + "endure": [ "9M" ], - "fling": [ + "extrasensory": [ "9M" ], - "focusblast": [ + "facade": [ "9M" ], - "focusenergy": [ + "featherdance": [ "9M" ], - "focuspunch": [ + "flash": [ "9M" ], - "foresight": [ + "fly": [ "9M" ], "frustration": [ "9M" ], - "furyswipes": [ + "futuresight": [ "9M" ], - "gunkshot": [ + "gigadrain": [ + "9M" + ], + "gigaimpact": [ + "9M" + ], + "gust": [ "9M" ], "headbutt": [ @@ -137404,202 +137268,178 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hiddenpower": [ "9M" ], - "honeclaws": [ + "hurricane": [ "9M" ], - "icepunch": [ + "hydropump": [ "9M" ], - "irontail": [ + "hyperbeam": [ "9M" ], - "karatechop": [ + "hypervoice": [ "9M" ], - "lashout": [ + "icebeam": [ "9M" ], - "leer": [ + "icywind": [ "9M" ], - "lowkick": [ + "imprison": [ "9M" ], - "lowsweep": [ + "ironhead": [ "9M" ], - "megakick": [ + "irontail": [ "9M" ], - "megapunch": [ + "laserfocus": [ "9M" ], - "metronome": [ + "lightscreen": [ "9M" ], - "mimic": [ + "liquidation": [ "9M" ], - "mudslap": [ + "mimic": [ "9M" ], - "naturalgift": [ + "mist": [ "9M" ], - "nightslash": [ + "mudslap": [ "9M" ], - "outrage": [ + "naturalgift": [ "9M" ], - "overheat": [ + "nightmare": [ "9M" ], - "payback": [ + "ominouswind": [ "9M" ], - "payday": [ + "protect": [ "9M" ], - "poisonjab": [ + "psychic": [ "9M" ], - "powertrip": [ + "psychicnoise": [ "9M" ], - "poweruppunch": [ + "psychoboost": [ "9M" ], - "protect": [ + "psychup": [ "9M" ], - "psychup": [ + "psyshock": [ "9M" ], "punishment": [ "9M" ], - "pursuit": [ + "raindance": [ "9M" ], - "rage": [ + "recover": [ "9M" ], - "raindance": [ + "reflect": [ "9M" ], "rest": [ "9M" ], - "retaliate": [ - "9M" - ], "return": [ "9M" ], - "revenge": [ - "9M" - ], - "reversal": [ + "roar": [ "9M" ], - "rockclimb": [ + "rocksmash": [ "9M" ], - "rockslide": [ + "roost": [ "9M" ], - "rocksmash": [ + "round": [ "9M" ], - "rocktomb": [ + "safeguard": [ "9M" ], - "roleplay": [ + "sandstorm": [ "9M" ], - "round": [ + "scaleshot": [ "9M" ], "scaryface": [ "9M" ], - "scratch": [ + "secretpower": [ "9M" ], - "screech": [ + "shadowball": [ "9M" ], - "secretpower": [ + "shockwave": [ "9M" ], - "seedbomb": [ + "signalbeam": [ "9M" ], - "seismictoss": [ + "skillswap": [ "9M" ], - "shadowclaw": [ + "skyattack": [ "9M" ], - "skullbash": [ + "skydrop": [ "9M" ], "sleeptalk": [ "9M" ], - "smackdown": [ - "9M" - ], - "smellingsalts": [ - "9M" - ], "snore": [ "9M" ], - "spite": [ - "9M" - ], - "stompingtantrum": [ - "9M" - ], - "stoneedge": [ + "steelwing": [ "9M" ], "strength": [ "9M" ], - "submission": [ - "9M" - ], "substitute": [ "9M" ], "sunnyday": [ "9M" ], - "swagger": [ - "9M" - ], - "swift": [ + "surf": [ "9M" ], - "takedown": [ + "swagger": [ "9M" ], - "taunt": [ + "swift": [ "9M" ], - "terablast": [ + "tailwind": [ "9M" ], - "thief": [ + "takedown": [ "9M" ], - "thrash": [ + "telekinesis": [ "9M" ], - "throatchop": [ + "terablast": [ "9M" ], "thunder": [ @@ -137608,367 +137448,308 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderbolt": [ "9M" ], - "thunderpunch": [ + "thunderwave": [ "9M" ], "toxic": [ "9M" ], - "uproar": [ - "9M" - ], - "uturn": [ - "9M" - ], - "vacuumwave": [ - "9M" - ], - "workup": [ - "9M" - ] - } - }, - "patrat": { - "inherit": true, - "learnset": { - "afteryou": [ - "9M" - ], - "aquatail": [ - "9M" - ], - "assurance": [ - "9M" - ], - "attract": [ - "9M" - ], - "batonpass": [ - "9M" - ], - "bide": [ - "9M" - ], - "bite": [ - "9M" - ], - "bulletseed": [ - "9M" - ], - "confide": [ - "9M" - ], - "covet": [ - "9M" - ], - "crunch": [ - "9M" - ], - "cut": [ - "9M" - ], - "detect": [ + "trick": [ "9M" ], - "dig": [ + "twister": [ "9M" ], - "doubleteam": [ + "waterfall": [ "9M" ], - "endeavor": [ + "waterpulse": [ "9M" ], - "facade": [ + "weatherball": [ "9M" ], - "flail": [ + "whirlpool": [ "9M" ], - "fling": [ + "whirlwind": [ "9M" ], - "focusenergy": [ + "wonderroom": [ "9M" ], - "foresight": [ + "zapcannon": [ "9M" ], - "frustration": [ + "zenheadbutt": [ "9M" ], - "grassknot": [ + "snowscape": [ "9M" ], - "gunkshot": [ + "bleakwindstorm": [ "9M" - ], - "helpinghand": [ + ] + } + }, + "hooh": { + "inherit": true, + "learnset": { + "aerialace": [ "9M" ], - "hiddenpower": [ + "aircutter": [ "9M" ], - "hyperfang": [ + "airslash": [ "9M" ], - "hypnosis": [ + "ancientpower": [ "9M" ], - "irontail": [ + "bodyslam": [ "9M" ], - "laserfocus": [ + "bravebird": [ "9M" ], - "lastresort": [ + "bulldoze": [ "9M" ], - "leer": [ + "burnup": [ "9M" ], - "lowkick": [ + "calmmind": [ "9M" ], - "meanlook": [ + "celebrate": [ "9M" ], - "nastyplot": [ + "chargebeam": [ "9M" ], - "protect": [ + "confide": [ "9M" ], - "pursuit": [ + "curse": [ "9M" ], - "raindance": [ + "defog": [ "9M" ], - "rest": [ + "detect": [ "9M" ], - "retaliate": [ + "doubleedge": [ "9M" ], - "return": [ + "doubleteam": [ "9M" ], - "revenge": [ + "dragonbreath": [ "9M" ], - "round": [ + "dreameater": [ "9M" ], - "sandattack": [ + "dualwingbeat": [ "9M" ], - "screech": [ + "earthpower": [ "9M" ], - "secretpower": [ + "earthquake": [ "9M" ], - "seedbomb": [ + "echoedvoice": [ "9M" ], - "shadowball": [ + "endure": [ "9M" ], - "shockwave": [ + "extrasensory": [ "9M" ], - "slam": [ + "facade": [ "9M" ], - "sleeptalk": [ + "fireblast": [ "9M" ], - "snore": [ + "firespin": [ "9M" ], - "substitute": [ + "flamecharge": [ "9M" ], - "sunnyday": [ + "flamethrower": [ "9M" ], - "superfang": [ + "flareblitz": [ "9M" ], - "swordsdance": [ + "flash": [ "9M" ], - "tackle": [ + "fly": [ "9M" ], - "tearfullook": [ + "frustration": [ "9M" ], - "thunderbolt": [ + "futuresight": [ "9M" ], - "toxic": [ + "gigadrain": [ "9M" ], - "workup": [ + "gigaimpact": [ "9M" ], - "zenheadbutt": [ - "9M" - ] - } - }, - "litleo": { - "inherit": true, - "learnset": { - "acrobatics": [ + "gust": [ "9M" ], - "attract": [ + "heatwave": [ "9M" ], - "bodyslam": [ + "helpinghand": [ "9M" ], - "bulldoze": [ + "hiddenpower": [ "9M" ], - "confide": [ + "hurricane": [ "9M" ], - "crunch": [ + "hyperbeam": [ "9M" ], - "darkpulse": [ + "hypervoice": [ "9M" ], - "dig": [ + "imprison": [ "9M" ], - "doubleedge": [ + "incinerate": [ "9M" ], - "doubleteam": [ + "ironhead": [ "9M" ], - "echoedvoice": [ + "laserfocus": [ "9M" ], - "ember": [ + "lifedew": [ "9M" ], - "endeavor": [ + "lightscreen": [ "9M" ], - "endure": [ + "mimic": [ "9M" ], - "facade": [ + "mudslap": [ "9M" ], - "fireblast": [ + "mysticalfire": [ "9M" ], - "firefang": [ + "naturalgift": [ "9M" ], - "firespin": [ + "nightmare": [ "9M" ], - "flamecharge": [ + "ominouswind": [ "9M" ], - "flamethrower": [ + "overheat": [ "9M" ], - "flareblitz": [ + "pluck": [ "9M" ], - "frustration": [ + "protect": [ "9M" ], - "headbutt": [ + "psychic": [ "9M" ], - "heatwave": [ + "psychup": [ "9M" ], - "helpinghand": [ + "punishment": [ "9M" ], - "hiddenpower": [ + "raindance": [ "9M" ], - "hypervoice": [ + "recover": [ "9M" ], - "incinerate": [ + "reflect": [ "9M" ], - "irontail": [ + "rest": [ "9M" ], - "leer": [ + "return": [ "9M" ], - "mudslap": [ + "roar": [ "9M" ], - "nobleroar": [ + "rocksmash": [ "9M" ], - "overheat": [ + "roost": [ "9M" ], - "payback": [ + "round": [ "9M" ], - "protect": [ + "sacredfire": [ "9M" ], - "psychicfangs": [ + "safeguard": [ "9M" ], - "raindance": [ + "sandstorm": [ "9M" ], - "rest": [ + "scorchingsands": [ "9M" ], - "retaliate": [ + "secretpower": [ "9M" ], - "return": [ + "shadowball": [ "9M" ], - "roar": [ + "shockwave": [ "9M" ], - "rocksmash": [ + "signalbeam": [ "9M" ], - "round": [ + "skyattack": [ "9M" ], - "secretpower": [ + "skydrop": [ "9M" ], "sleeptalk": [ "9M" ], - "snarl": [ - "9M" - ], - "snatch": [ - "9M" - ], "snore": [ "9M" ], "solarbeam": [ "9M" ], + "steelwing": [ + "9M" + ], "strength": [ "9M" ], @@ -137984,54 +137765,63 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], - "tackle": [ + "tailwind": [ "9M" ], "takedown": [ "9M" ], - "taunt": [ + "terablast": [ "9M" ], - "terablast": [ + "thunder": [ "9M" ], - "thief": [ + "thunderbolt": [ "9M" ], - "thunderfang": [ + "thunderwave": [ "9M" ], "toxic": [ "9M" ], - "trailblaze": [ + "twister": [ "9M" ], - "wildcharge": [ + "weatherball": [ + "9M" + ], + "whirlwind": [ "9M" ], "willowisp": [ "9M" ], - "workup": [ + "zapcannon": [ "9M" ], - "yawn": [ + "zenheadbutt": [ "9M" ] } }, - "baltoy": { + "celebi": { "inherit": true, "learnset": { + "aerialace": [ + "9M" + ], "allyswitch": [ "9M" ], "ancientpower": [ "9M" ], - "bulldoze": [ + "aurasphere": [ + "9M" + ], + "batonpass": [ "9M" ], "calmmind": [ @@ -138046,13 +137836,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "confusion": [ "9M" ], - "cosmicpower": [ + "curse": [ + "9M" + ], + "cut": [ "9M" ], "dazzlinggleam": [ "9M" ], - "dig": [ + "defensecurl": [ + "9M" + ], + "detect": [ "9M" ], "doubleedge": [ @@ -138064,28 +137860,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "dreameater": [ "9M" ], - "drillrun": [ + "dualwingbeat": [ "9M" ], "earthpower": [ "9M" ], - "earthquake": [ - "9M" - ], - "eerieimpulse": [ + "echoedvoice": [ "9M" ], "endure": [ "9M" ], - "expandingforce": [ - "9M" - ], - "explosion": [ + "energyball": [ "9M" ], - "extrasensory": [ + "expandingforce": [ "9M" ], "facade": [ @@ -138094,73 +137884,112 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "flash": [ "9M" ], + "fling": [ + "9M" + ], "frustration": [ "9M" ], - "grassknot": [ + "futuresight": [ "9M" ], - "gravity": [ + "gigadrain": [ "9M" ], - "guardsplit": [ + "gigaimpact": [ "9M" ], - "guardswap": [ + "grassknot": [ "9M" ], - "gyroball": [ + "grassyglide": [ "9M" ], - "harden": [ + "grassyterrain": [ "9M" ], - "headbutt": [ + "healbell": [ "9M" ], "healblock": [ "9M" ], - "hex": [ + "healingwish": [ + "9M" + ], + "helpinghand": [ "9M" ], "hiddenpower": [ "9M" ], - "icebeam": [ + "holdback": [ + "9M" + ], + "hyperbeam": [ "9M" ], "imprison": [ "9M" ], + "laserfocus": [ + "9M" + ], + "lastresort": [ + "9M" + ], + "leafblade": [ + "9M" + ], + "leafstorm": [ + "9M" + ], + "leechseed": [ + "9M" + ], + "lifedew": [ + "9M" + ], "lightscreen": [ "9M" ], + "magicalleaf": [ + "9M" + ], "magiccoat": [ "9M" ], + "magicroom": [ + "9M" + ], + "metronome": [ + "9M" + ], "mimic": [ "9M" ], "mudslap": [ "9M" ], + "nastyplot": [ + "9M" + ], "naturalgift": [ "9M" ], - "powersplit": [ + "naturepower": [ "9M" ], - "powerswap": [ + "nightmare": [ "9M" ], - "powertrick": [ + "perishsong": [ "9M" ], - "protect": [ + "pollenpuff": [ "9M" ], - "psybeam": [ + "protect": [ "9M" ], "psychic": [ @@ -138169,42 +137998,27 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychicterrain": [ "9M" ], - "psychup": [ + "psychocut": [ "9M" ], - "psyshock": [ + "psychup": [ "9M" ], "raindance": [ "9M" ], - "rapidspin": [ - "9M" - ], - "recycle": [ + "recover": [ "9M" ], "reflect": [ "9M" ], - "refresh": [ - "9M" - ], "rest": [ "9M" ], "return": [ "9M" ], - "rockpolish": [ - "9M" - ], - "rockslide": [ - "9M" - ], - "rocktomb": [ - "9M" - ], "round": [ "9M" ], @@ -138214,22 +138028,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sandstorm": [ "9M" ], - "sandtomb": [ + "secretpower": [ "9M" ], - "scorchingsands": [ + "seedbomb": [ "9M" ], - "secretpower": [ + "shadowball": [ "9M" ], - "selfdestruct": [ + "shockwave": [ "9M" ], - "shadowball": [ + "signalbeam": [ "9M" ], - "signalbeam": [ + "silverwind": [ "9M" ], "skillswap": [ @@ -138238,252 +138052,249 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sleeptalk": [ "9M" ], - "smackdown": [ - "9M" - ], "snore": [ "9M" ], "solarbeam": [ "9M" ], + "solarblade": [ + "9M" + ], "stealthrock": [ "9M" ], "substitute": [ "9M" ], - "sunnyday": [ + "suckerpunch": [ "9M" ], - "telekinesis": [ + "sunnyday": [ "9M" ], - "toxic": [ + "swagger": [ "9M" ], - "trick": [ + "sweetscent": [ "9M" ], - "trickroom": [ + "swift": [ "9M" ], - "wonderroom": [ + "swordsdance": [ "9M" ], - "zenheadbutt": [ - "9M" - ] - } - }, - "natu": { - "inherit": true, - "learnset": { - "aerialace": [ + "synthesis": [ "9M" ], - "aircutter": [ + "telekinesis": [ "9M" ], - "airslash": [ + "thunderwave": [ "9M" ], - "allyswitch": [ + "toxic": [ "9M" ], - "attract": [ + "trick": [ "9M" ], - "batonpass": [ + "trickroom": [ "9M" ], - "calmmind": [ + "uproar": [ "9M" ], - "captivate": [ + "uturn": [ "9M" ], - "confide": [ + "waterpulse": [ "9M" ], - "cosmicpower": [ + "weatherball": [ "9M" ], - "curse": [ + "wonderroom": [ "9M" ], - "dazzlinggleam": [ + "worryseed": [ "9M" ], - "detect": [ + "zenheadbutt": [ "9M" ], - "doubleedge": [ + "terablast": [ "9M" ], - "doubleteam": [ + "faketears": [ "9M" - ], - "dreameater": [ + ] + } + }, + "kyogre": { + "inherit": true, + "learnset": { + "ancientpower": [ "9M" ], - "drillpeck": [ + "aquaring": [ "9M" ], - "dualwingbeat": [ + "aquatail": [ "9M" ], - "endure": [ + "avalanche": [ "9M" ], - "expandingforce": [ + "blizzard": [ "9M" ], - "facade": [ + "block": [ "9M" ], - "featherdance": [ + "bodyslam": [ "9M" ], - "feintattack": [ + "brickbreak": [ "9M" ], - "flash": [ + "brine": [ "9M" ], - "frustration": [ + "bulldoze": [ "9M" ], - "futuresight": [ + "calmmind": [ "9M" ], - "gigadrain": [ + "chillingwater": [ "9M" ], - "grassknot": [ + "confide": [ "9M" ], - "guardswap": [ + "defensecurl": [ "9M" ], - "haze": [ + "dive": [ "9M" ], - "heatwave": [ + "doubleedge": [ "9M" ], - "hiddenpower": [ + "doubleteam": [ "9M" ], - "imprison": [ + "earthquake": [ "9M" ], - "leer": [ + "endure": [ "9M" ], - "lightscreen": [ + "facade": [ "9M" ], - "luckychant": [ + "frustration": [ "9M" ], - "magiccoat": [ + "gigaimpact": [ "9M" ], - "magicroom": [ + "headbutt": [ "9M" ], - "mefirst": [ + "heavyslam": [ "9M" ], - "mimic": [ + "helpinghand": [ "9M" ], - "miracleeye": [ + "hiddenpower": [ "9M" ], - "naturalgift": [ + "hydropump": [ "9M" ], - "nightmare": [ + "hyperbeam": [ "9M" ], - "nightshade": [ + "icebeam": [ "9M" ], - "ominouswind": [ + "icywind": [ "9M" ], - "painsplit": [ + "ironhead": [ "9M" ], - "peck": [ + "liquidation": [ "9M" ], - "pluck": [ + "mimic": [ "9M" ], - "powerswap": [ + "muddywater": [ "9M" ], - "protect": [ + "mudslap": [ "9M" ], - "psychic": [ + "naturalgift": [ "9M" ], - "psychoshift": [ + "originpulse": [ "9M" ], - "psychup": [ + "protect": [ "9M" ], - "psyshock": [ + "psychup": [ "9M" ], - "quickattack": [ + "raindance": [ "9M" ], - "raindance": [ + "rest": [ "9M" ], - "reflect": [ + "return": [ "9M" ], - "refresh": [ + "roar": [ "9M" ], - "rest": [ + "rockslide": [ "9M" ], - "return": [ + "rocksmash": [ "9M" ], - "roost": [ + "rocktomb": [ "9M" ], "round": [ "9M" ], - "secretpower": [ + "safeguard": [ "9M" ], - "shadowball": [ + "scald": [ "9M" ], - "signalbeam": [ + "scaryface": [ "9M" ], - "silverwind": [ + "secretpower": [ "9M" ], - "simplebeam": [ + "sheercold": [ "9M" ], - "skillswap": [ + "shockwave": [ "9M" ], - "skyattack": [ + "signalbeam": [ "9M" ], "sleeptalk": [ @@ -138492,22 +138303,13 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "snore": [ "9M" ], - "solarbeam": [ - "9M" - ], - "steelwing": [ - "9M" - ], - "storedpower": [ + "strength": [ "9M" ], "substitute": [ "9M" ], - "suckerpunch": [ - "9M" - ], - "sunnyday": [ + "surf": [ "9M" ], "swagger": [ @@ -138516,19 +138318,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], - "synchronoise": [ - "9M" - ], - "tailwind": [ + "takedown": [ "9M" ], - "telekinesis": [ + "terablast": [ "9M" ], - "teleport": [ + "thunder": [ "9M" ], - "thief": [ + "thunderbolt": [ "9M" ], "thunderwave": [ @@ -138537,948 +138336,940 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "toxic": [ "9M" ], - "trick": [ + "uproar": [ "9M" ], - "trickroom": [ + "waterfall": [ "9M" ], - "twister": [ + "waterpulse": [ "9M" ], - "uturn": [ + "waterspout": [ "9M" ], - "wish": [ + "whirlpool": [ "9M" ], - "zenheadbutt": [ + "snowscape": [ "9M" ] } }, - "litten": { + "groudon": { "inherit": true, "learnset": { - "acrobatics": [ + "aerialace": [ "9M" ], - "attract": [ + "ancientpower": [ "9M" ], - "bite": [ + "block": [ "9M" ], - "bodyslam": [ + "bodypress": [ "9M" ], - "bulkup": [ + "bodyslam": [ "9M" ], - "confide": [ + "brickbreak": [ "9M" ], - "covet": [ + "brutalswing": [ "9M" ], - "crunch": [ + "bulkup": [ "9M" ], - "doubleedge": [ + "bulldoze": [ "9M" ], - "doublekick": [ + "confide": [ "9M" ], - "doubleteam": [ + "counter": [ "9M" ], - "ember": [ + "crunch": [ "9M" ], - "endeavor": [ + "cut": [ "9M" ], - "endure": [ + "defensecurl": [ "9M" ], - "facade": [ + "dig": [ "9M" ], - "fakeout": [ + "doubleedge": [ "9M" ], - "fireblast": [ + "doubleteam": [ "9M" ], - "firefang": [ + "dragonclaw": [ "9M" ], - "firepledge": [ + "dragonpulse": [ "9M" ], - "firespin": [ + "dragontail": [ "9M" ], - "flamecharge": [ + "dynamicpunch": [ "9M" ], - "flamethrower": [ + "earthpower": [ "9M" ], - "flareblitz": [ + "earthquake": [ "9M" ], - "frustration": [ + "endure": [ "9M" ], - "furyswipes": [ + "eruption": [ "9M" ], - "growl": [ + "facade": [ "9M" ], - "heatwave": [ + "fireblast": [ "9M" ], - "helpinghand": [ + "firefang": [ "9M" ], - "hiddenpower": [ + "firepunch": [ "9M" ], - "leechlife": [ + "fissure": [ "9M" ], - "leer": [ + "flamethrower": [ "9M" ], - "lick": [ + "fling": [ "9M" ], - "nastyplot": [ + "focusblast": [ "9M" ], - "outrage": [ + "focuspunch": [ "9M" ], - "overheat": [ + "frustration": [ "9M" ], - "payday": [ + "furycutter": [ "9M" ], - "powertrip": [ + "gigaimpact": [ "9M" ], - "protect": [ + "hammerarm": [ "9M" ], - "rest": [ + "headbutt": [ "9M" ], - "return": [ + "heatcrash": [ "9M" ], - "revenge": [ + "heatwave": [ "9M" ], - "roar": [ + "heavyslam": [ "9M" ], - "round": [ + "helpinghand": [ "9M" ], - "scaryface": [ + "hiddenpower": [ "9M" ], - "scratch": [ + "highhorsepower": [ "9M" ], - "shadowclaw": [ + "honeclaws": [ "9M" ], - "sleeptalk": [ + "hyperbeam": [ "9M" ], - "snore": [ + "incinerate": [ "9M" ], - "substitute": [ + "ironhead": [ "9M" ], - "sunnyday": [ + "irontail": [ "9M" ], - "swagger": [ + "lavaplume": [ "9M" ], - "swordsdance": [ + "megakick": [ "9M" ], - "takedown": [ + "megapunch": [ "9M" ], - "taunt": [ + "metalclaw": [ "9M" ], - "temperflare": [ + "mimic": [ "9M" ], - "terablast": [ + "mudshot": [ "9M" ], - "thrash": [ + "mudslap": [ "9M" ], - "torment": [ + "naturalgift": [ "9M" ], - "toxic": [ + "overheat": [ "9M" ], - "trailblaze": [ + "poweruppunch": [ "9M" ], - "uturn": [ + "precipiceblades": [ "9M" ], - "willowisp": [ + "protect": [ "9M" ], - "workup": [ - "9M" - ] - } - }, - "magby": { - "inherit": true, - "learnset": { - "acidspray": [ + "psychup": [ "9M" ], - "attract": [ + "rest": [ "9M" ], - "barrier": [ + "return": [ "9M" ], - "belch": [ + "roar": [ "9M" ], - "bellydrum": [ + "rockblast": [ "9M" ], - "bodyslam": [ + "rockclimb": [ "9M" ], - "brickbreak": [ + "rockpolish": [ "9M" ], - "burningjealousy": [ + "rockslide": [ "9M" ], - "captivate": [ + "rocksmash": [ "9M" ], - "clearsmog": [ + "rocktomb": [ "9M" ], - "confide": [ + "rollout": [ "9M" ], - "confuseray": [ + "round": [ "9M" ], - "counter": [ + "safeguard": [ "9M" ], - "covet": [ + "sandstorm": [ "9M" ], - "crosschop": [ + "sandtomb": [ "9M" ], - "curse": [ + "scaryface": [ "9M" ], - "detect": [ + "scorchingsands": [ "9M" ], - "doubleedge": [ + "secretpower": [ "9M" ], - "doubleteam": [ + "seismictoss": [ "9M" ], - "dualchop": [ + "shadowclaw": [ "9M" ], - "dynamicpunch": [ + "shockwave": [ "9M" ], - "ember": [ + "slash": [ "9M" ], - "endure": [ + "sleeptalk": [ "9M" ], - "facade": [ + "smackdown": [ "9M" ], - "feintattack": [ + "snore": [ "9M" ], - "fireblast": [ + "solarbeam": [ "9M" ], - "firepunch": [ + "spikes": [ "9M" ], - "firespin": [ + "stealthrock": [ "9M" ], - "flameburst": [ + "stompingtantrum": [ "9M" ], - "flamecharge": [ + "stoneedge": [ "9M" ], - "flamethrower": [ + "strength": [ "9M" ], - "flamewheel": [ + "substitute": [ "9M" ], - "flareblitz": [ + "sunnyday": [ "9M" ], - "fling": [ + "swagger": [ "9M" ], - "focusenergy": [ + "swift": [ "9M" ], - "focuspunch": [ + "swordsdance": [ "9M" ], - "frustration": [ + "takedown": [ "9M" ], - "headbutt": [ + "terablast": [ "9M" ], - "heatwave": [ + "thunder": [ "9M" ], - "helpinghand": [ + "thunderbolt": [ "9M" ], - "hiddenpower": [ + "thunderpunch": [ "9M" ], - "incinerate": [ + "thunderwave": [ "9M" ], - "irontail": [ + "toxic": [ "9M" ], - "karatechop": [ + "uproar": [ "9M" ], - "lavaplume": [ + "willowisp": [ "9M" ], - "leer": [ + "zenheadbutt": [ "9M" - ], - "lowkick": [ + ] + } + }, + "rayquaza": { + "inherit": true, + "learnset": { + "aerialace": [ "9M" ], - "machpunch": [ + "airslash": [ "9M" ], - "megakick": [ + "ancientpower": [ "9M" ], - "megapunch": [ + "aquatail": [ "9M" ], - "mimic": [ + "avalanche": [ "9M" ], - "mudslap": [ + "bind": [ "9M" ], - "naturalgift": [ + "blizzard": [ "9M" ], - "overheat": [ + "bodyslam": [ "9M" ], - "poisonjab": [ + "breakingswipe": [ "9M" ], - "powerswap": [ + "brickbreak": [ "9M" ], - "poweruppunch": [ + "brutalswing": [ "9M" ], - "protect": [ + "bulkup": [ "9M" ], - "psychic": [ + "bulldoze": [ "9M" ], - "rest": [ + "celebrate": [ "9M" ], - "return": [ + "confide": [ "9M" ], - "rocksmash": [ + "cosmicpower": [ "9M" ], - "round": [ + "crunch": [ "9M" ], - "scaryface": [ + "defog": [ "9M" ], - "screech": [ + "dive": [ "9M" ], - "secretpower": [ + "doubleedge": [ "9M" ], - "seismictoss": [ + "doubleteam": [ "9M" ], - "sleeptalk": [ + "dracometeor": [ "9M" ], - "smog": [ + "dragonascent": [ "9M" ], - "smokescreen": [ + "dragoncheer": [ "9M" ], - "snore": [ + "dragonclaw": [ "9M" ], - "substitute": [ + "dragondance": [ "9M" ], - "sunnyday": [ + "dragonpulse": [ "9M" ], - "swagger": [ + "dragontail": [ "9M" ], - "takedown": [ + "earthpower": [ "9M" ], - "temperflare": [ + "earthquake": [ "9M" ], - "terablast": [ + "echoedvoice": [ "9M" ], - "thief": [ + "endure": [ "9M" ], - "thunderpunch": [ + "energyball": [ "9M" ], - "toxic": [ + "extremespeed": [ "9M" ], - "uproar": [ + "facade": [ "9M" ], - "willowisp": [ - "9M" - ] - } - }, - "magmar": { - "inherit": true, - "learnset": { - "acidspray": [ + "fireblast": [ "9M" ], - "attract": [ + "flamethrower": [ "9M" ], - "bide": [ + "fling": [ "9M" ], - "bodyslam": [ + "fly": [ "9M" ], - "brickbreak": [ + "focusblast": [ "9M" ], - "burningjealousy": [ + "frustration": [ "9M" ], - "captivate": [ + "furycutter": [ "9M" ], - "clearsmog": [ + "gigaimpact": [ "9M" ], - "confide": [ + "gyroball": [ "9M" ], - "confuseray": [ + "headbutt": [ "9M" ], - "counter": [ + "helpinghand": [ "9M" ], - "covet": [ + "hiddenpower": [ "9M" ], - "crosschop": [ + "honeclaws": [ "9M" ], - "curse": [ + "hurricane": [ "9M" ], - "detect": [ + "hydropump": [ "9M" ], - "doubleedge": [ + "hyperbeam": [ "9M" ], - "doubleteam": [ + "hypervoice": [ "9M" ], - "dualchop": [ + "icebeam": [ "9M" ], - "dynamicpunch": [ + "icywind": [ "9M" ], - "ember": [ + "incinerate": [ "9M" ], - "endure": [ + "ironhead": [ "9M" ], - "facade": [ + "irontail": [ "9M" ], - "feintattack": [ + "meteorbeam": [ "9M" ], - "fireblast": [ + "mimic": [ "9M" ], - "firepunch": [ + "mudslap": [ "9M" ], - "firespin": [ + "naturalgift": [ "9M" ], - "flameburst": [ + "outrage": [ "9M" ], - "flamecharge": [ + "overheat": [ "9M" ], - "flamethrower": [ + "protect": [ "9M" ], - "flamewheel": [ + "psychup": [ "9M" ], - "flareblitz": [ + "raindance": [ "9M" ], - "fling": [ + "rest": [ "9M" ], - "focusblast": [ + "return": [ "9M" ], - "focusenergy": [ + "roar": [ "9M" ], - "focuspunch": [ + "rockslide": [ "9M" ], - "frustration": [ + "rocksmash": [ "9M" ], - "gigaimpact": [ + "rocktomb": [ "9M" ], - "headbutt": [ + "round": [ "9M" ], - "heatcrash": [ + "sandstorm": [ "9M" ], - "heatwave": [ + "scaleshot": [ "9M" ], - "helpinghand": [ + "scaryface": [ "9M" ], - "hiddenpower": [ + "secretpower": [ "9M" ], - "hyperbeam": [ + "shadowclaw": [ "9M" ], - "incinerate": [ + "shockwave": [ "9M" ], - "irontail": [ + "skydrop": [ "9M" ], - "knockoff": [ + "sleeptalk": [ "9M" ], - "lavaplume": [ + "snore": [ "9M" ], - "leer": [ + "solarbeam": [ "9M" ], - "lowkick": [ + "stealthrock": [ "9M" ], - "lowsweep": [ + "stoneedge": [ "9M" ], - "megakick": [ + "strength": [ "9M" ], - "megapunch": [ + "substitute": [ "9M" ], - "metronome": [ + "sunnyday": [ "9M" ], - "mimic": [ + "surf": [ "9M" ], - "mudslap": [ + "swagger": [ "9M" ], - "naturalgift": [ + "swift": [ "9M" ], - "overheat": [ + "swordsdance": [ "9M" ], - "poisonjab": [ + "tailwind": [ "9M" ], - "powerswap": [ + "takedown": [ "9M" ], - "poweruppunch": [ + "terablast": [ "9M" ], - "protect": [ + "thunder": [ "9M" ], - "psychic": [ + "thunderbolt": [ "9M" ], - "psywave": [ + "thunderwave": [ "9M" ], - "rage": [ + "toxic": [ "9M" ], - "rest": [ + "twister": [ "9M" ], - "return": [ + "uproar": [ "9M" ], - "roar": [ + "uturn": [ "9M" ], - "rockclimb": [ + "vcreate": [ "9M" ], - "rocksmash": [ + "waterfall": [ "9M" ], - "round": [ + "waterpulse": [ "9M" ], - "scaryface": [ + "whirlpool": [ "9M" ], - "scorchingsands": [ + "wildcharge": [ "9M" - ], - "screech": [ + ] + } + }, + "jirachi": { + "inherit": true, + "learnset": { + "aerialace": [ "9M" ], - "secretpower": [ + "allyswitch": [ "9M" ], - "seismictoss": [ + "amnesia": [ "9M" ], - "skullbash": [ + "ancientpower": [ "9M" ], - "sleeptalk": [ + "aurasphere": [ "9M" ], - "smog": [ + "batonpass": [ "9M" ], - "smokescreen": [ + "bodyslam": [ "9M" ], - "snore": [ + "calmmind": [ "9M" ], - "strength": [ + "chargebeam": [ "9M" ], - "submission": [ + "charm": [ "9M" ], - "substitute": [ + "confide": [ "9M" ], - "sunnyday": [ + "confuseray": [ "9M" ], - "swagger": [ + "confusion": [ "9M" ], - "takedown": [ + "cosmicpower": [ "9M" ], - "taunt": [ + "dazzlinggleam": [ "9M" ], - "teleport": [ + "defensecurl": [ "9M" ], - "temperflare": [ + "doomdesire": [ "9M" ], - "terablast": [ + "doubleedge": [ "9M" ], - "thief": [ + "doubleteam": [ "9M" ], - "thunderpunch": [ + "dracometeor": [ "9M" ], - "toxic": [ + "drainpunch": [ "9M" ], - "uproar": [ + "dreameater": [ "9M" ], - "willowisp": [ - "9M" - ] - } - }, - "elekid": { - "inherit": true, - "learnset": { - "attract": [ + "dynamicpunch": [ "9M" ], - "barrier": [ + "encore": [ "9M" ], - "bodyslam": [ + "endure": [ "9M" ], - "brickbreak": [ + "energyball": [ "9M" ], - "captivate": [ + "expandingforce": [ "9M" ], - "charge": [ + "facade": [ "9M" ], - "chargebeam": [ + "faketears": [ "9M" ], - "confide": [ + "firepunch": [ "9M" ], - "counter": [ + "flash": [ "9M" ], - "covet": [ + "flashcannon": [ "9M" ], - "crosschop": [ + "fling": [ "9M" ], - "curse": [ + "frustration": [ "9M" ], - "detect": [ + "futuresight": [ "9M" ], - "discharge": [ + "gigaimpact": [ "9M" ], - "doubleedge": [ + "grassknot": [ "9M" ], - "doubleteam": [ + "gravity": [ "9M" ], - "dualchop": [ + "happyhour": [ "9M" ], - "dynamicpunch": [ + "headbutt": [ "9M" ], - "eerieimpulse": [ + "healingwish": [ "9M" ], - "electricterrain": [ + "heartstamp": [ "9M" ], - "electroball": [ + "helpinghand": [ "9M" ], - "electroweb": [ + "hiddenpower": [ "9M" ], - "endure": [ + "hyperbeam": [ "9M" ], - "facade": [ + "icepunch": [ "9M" ], - "feint": [ + "icywind": [ "9M" ], - "firepunch": [ + "imprison": [ "9M" ], - "flash": [ + "irondefense": [ "9M" ], - "fling": [ + "ironhead": [ "9M" ], - "focusblast": [ + "lastresort": [ "9M" ], - "focuspunch": [ + "lifedew": [ "9M" ], - "frustration": [ + "lightscreen": [ "9M" ], - "hammerarm": [ + "luckychant": [ "9M" ], - "headbutt": [ + "magiccoat": [ "9M" ], - "helpinghand": [ + "magicroom": [ "9M" ], - "hiddenpower": [ + "megakick": [ "9M" ], - "icepunch": [ + "megapunch": [ "9M" ], - "karatechop": [ + "metalsound": [ "9M" ], - "knockoff": [ + "meteorbeam": [ "9M" ], - "leer": [ + "meteormash": [ "9M" ], - "lightscreen": [ + "metronome": [ "9M" ], - "lowkick": [ + "mimic": [ "9M" ], - "magnetrise": [ + "moonblast": [ "9M" ], - "meditate": [ + "mudslap": [ "9M" ], - "megakick": [ + "naturalgift": [ "9M" ], - "megapunch": [ + "nightmare": [ "9M" ], - "metalsound": [ + "playrough": [ "9M" ], - "mimic": [ + "poweruppunch": [ "9M" ], - "mudslap": [ + "protect": [ "9M" ], - "naturalgift": [ + "psybeam": [ "9M" ], - "poweruppunch": [ + "psychic": [ "9M" ], - "protect": [ + "psychicnoise": [ "9M" ], - "psychic": [ + "psychup": [ "9M" ], - "quickattack": [ + "psyshock": [ "9M" ], "raindance": [ "9M" ], - "rest": [ + "recycle": [ "9M" ], - "return": [ + "reflect": [ "9M" ], - "rocksmash": [ + "refresh": [ "9M" ], - "rollingkick": [ + "rest": [ + "9M" + ], + "return": [ "9M" ], "round": [ "9M" ], - "screech": [ + "safeguard": [ + "9M" + ], + "sandstorm": [ "9M" ], "secretpower": [ "9M" ], - "seismictoss": [ + "shadowball": [ "9M" ], "shockwave": [ @@ -139487,34 +139278,40 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "signalbeam": [ "9M" ], + "skillswap": [ + "9M" + ], "sleeptalk": [ "9M" ], "snore": [ "9M" ], - "substitute": [ + "stealthrock": [ "9M" ], - "supercellslam": [ + "steelbeam": [ "9M" ], - "swagger": [ + "storedpower": [ "9M" ], - "swift": [ + "substitute": [ "9M" ], - "takedown": [ + "sunnyday": [ "9M" ], - "taunt": [ + "swagger": [ "9M" ], - "terablast": [ + "swift": [ "9M" ], - "thief": [ + "telekinesis": [ + "9M" + ], + "terablast": [ "9M" ], "thunder": [ @@ -139526,54 +139323,66 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderpunch": [ "9M" ], - "thundershock": [ - "9M" - ], "thunderwave": [ "9M" ], "toxic": [ "9M" ], - "trailblaze": [ + "trick": [ + "9M" + ], + "trickroom": [ "9M" ], "uproar": [ "9M" ], - "voltswitch": [ + "uturn": [ "9M" ], - "wildcharge": [ + "waterpulse": [ "9M" ], - "zapcannon": [ + "wish": [ + "9M" + ], + "zenheadbutt": [ "9M" ] } }, - "electabuzz": { + "deoxys": { "inherit": true, "learnset": { - "attract": [ + "aerialace": [ "9M" ], - "bide": [ + "agility": [ "9M" ], - "bodyslam": [ + "allyswitch": [ "9M" ], - "brickbreak": [ + "amnesia": [ "9M" ], - "bulkup": [ + "avalanche": [ "9M" ], - "captivate": [ + "bind": [ "9M" ], - "charge": [ + "bodyslam": [ + "9M" + ], + "brickbreak": [ + "9M" + ], + "brutalswing": [ + "9M" + ], + "calmmind": [ "9M" ], "chargebeam": [ @@ -139582,49 +139391,46 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "confide": [ "9M" ], - "counter": [ + "cosmicpower": [ "9M" ], - "covet": [ + "counter": [ "9M" ], - "crosschop": [ + "cut": [ "9M" ], - "curse": [ + "darkpulse": [ "9M" ], "detect": [ "9M" ], - "discharge": [ - "9M" - ], "doubleedge": [ "9M" ], "doubleteam": [ "9M" ], - "dualchop": [ + "drainpunch": [ "9M" ], - "dynamicpunch": [ + "dreameater": [ "9M" ], - "eerieimpulse": [ + "dynamicpunch": [ "9M" ], - "electricterrain": [ + "endure": [ "9M" ], - "electroball": [ + "energyball": [ "9M" ], - "electroweb": [ + "expandingforce": [ "9M" ], - "endure": [ + "extremespeed": [ "9M" ], "facade": [ @@ -139636,6 +139442,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "flash": [ "9M" ], + "flashcannon": [ + "9M" + ], "fling": [ "9M" ], @@ -139648,13 +139457,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "frustration": [ "9M" ], + "futuresight": [ + "9M" + ], "gigaimpact": [ "9M" ], - "headbutt": [ + "grassknot": [ "9M" ], - "helpinghand": [ + "gravity": [ + "9M" + ], + "headbutt": [ "9M" ], "hiddenpower": [ @@ -139663,15 +139478,27 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hyperbeam": [ "9M" ], + "icebeam": [ + "9M" + ], "icepunch": [ "9M" ], - "irontail": [ + "icywind": [ + "9M" + ], + "imprison": [ + "9M" + ], + "irondefense": [ "9M" ], "knockoff": [ "9M" ], + "laserfocus": [ + "9M" + ], "leer": [ "9M" ], @@ -139684,7 +139511,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "lowsweep": [ "9M" ], - "magnetrise": [ + "magiccoat": [ "9M" ], "megakick": [ @@ -139693,42 +139520,78 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "megapunch": [ "9M" ], - "metalsound": [ + "meteorbeam": [ "9M" ], - "metronome": [ + "meteormash": [ "9M" ], "mimic": [ "9M" ], + "mirrorcoat": [ + "9M" + ], "mudslap": [ "9M" ], + "nastyplot": [ + "9M" + ], "naturalgift": [ "9M" ], + "nightmare": [ + "9M" + ], + "nightshade": [ + "9M" + ], + "painsplit": [ + "9M" + ], + "poisonjab": [ + "9M" + ], "poweruppunch": [ "9M" ], "protect": [ "9M" ], + "psybeam": [ + "9M" + ], "psychic": [ "9M" ], - "psywave": [ + "psychicnoise": [ "9M" ], - "quickattack": [ + "psychicterrain": [ "9M" ], - "rage": [ + "psychoboost": [ + "9M" + ], + "psychup": [ + "9M" + ], + "psyshock": [ + "9M" + ], + "pursuit": [ "9M" ], "raindance": [ "9M" ], + "recover": [ + "9M" + ], + "recycle": [ + "9M" + ], "reflect": [ "9M" ], @@ -139738,19 +139601,25 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "risingvoltage": [ + "rockslide": [ "9M" ], - "rockclimb": [ + "rocksmash": [ "9M" ], - "rocksmash": [ + "rocktomb": [ + "9M" + ], + "roleplay": [ "9M" ], "round": [ "9M" ], - "screech": [ + "safeguard": [ + "9M" + ], + "scaryface": [ "9M" ], "secretpower": [ @@ -139759,31 +139628,52 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "seismictoss": [ "9M" ], + "shadowball": [ + "9M" + ], "shockwave": [ "9M" ], "signalbeam": [ "9M" ], - "skullbash": [ + "skillswap": [ "9M" ], "sleeptalk": [ "9M" ], + "snatch": [ + "9M" + ], "snore": [ "9M" ], - "strength": [ + "solarbeam": [ "9M" ], - "submission": [ + "spikes": [ + "9M" + ], + "stealthrock": [ + "9M" + ], + "stompingtantrum": [ + "9M" + ], + "storedpower": [ + "9M" + ], + "strength": [ "9M" ], "substitute": [ "9M" ], - "supercellslam": [ + "sunnyday": [ + "9M" + ], + "superpower": [ "9M" ], "swagger": [ @@ -139798,13 +139688,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "taunt": [ "9M" ], + "telekinesis": [ + "9M" + ], "teleport": [ "9M" ], "terablast": [ "9M" ], - "thief": [ + "throatchop": [ "9M" ], "thunder": [ @@ -139816,1013 +139709,1017 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderpunch": [ "9M" ], - "thundershock": [ + "thunderwave": [ "9M" ], - "thunderwave": [ + "torment": [ "9M" ], "toxic": [ "9M" ], - "trailblaze": [ + "trick": [ "9M" ], - "uproar": [ + "trickroom": [ "9M" ], - "voltswitch": [ + "waterpulse": [ "9M" ], - "wildcharge": [ + "wonderroom": [ + "9M" + ], + "wrap": [ "9M" ], "zapcannon": [ "9M" + ], + "zenheadbutt": [ + "9M" ] } }, - "mewtwo": { + "dialga": { "inherit": true, "learnset": { "aerialace": [ "9M" ], - "agility": [ + "ancientpower": [ "9M" ], - "allyswitch": [ + "aurasphere": [ "9M" ], - "amnesia": [ + "blizzard": [ "9M" ], - "ancientpower": [ + "bodypress": [ "9M" ], - "aquatail": [ + "bodyslam": [ "9M" ], - "aurasphere": [ + "breakingswipe": [ "9M" ], - "avalanche": [ + "brickbreak": [ "9M" ], - "barrier": [ + "bulkup": [ "9M" ], - "bide": [ + "bulldoze": [ "9M" ], - "blizzard": [ + "confide": [ "9M" ], - "bodyslam": [ + "cut": [ "9M" ], - "brickbreak": [ + "doubleteam": [ "9M" ], - "brutalswing": [ + "dracometeor": [ "9M" ], - "bubblebeam": [ + "dragonbreath": [ "9M" ], - "bulkup": [ + "dragonclaw": [ "9M" ], - "bulldoze": [ + "dragonpulse": [ "9M" ], - "calmmind": [ + "dragontail": [ "9M" ], - "chargebeam": [ + "earthpower": [ "9M" ], - "chillingwater": [ + "earthquake": [ "9M" ], - "confide": [ + "echoedvoice": [ "9M" ], - "confuseray": [ + "endure": [ "9M" ], - "confusion": [ + "facade": [ "9M" ], - "counter": [ + "fireblast": [ "9M" ], - "curse": [ + "flamethrower": [ "9M" ], - "darkpulse": [ + "flash": [ "9M" ], - "detect": [ + "flashcannon": [ "9M" ], - "disable": [ + "focusblast": [ "9M" ], - "dive": [ + "frustration": [ "9M" ], - "doubleedge": [ + "furycutter": [ "9M" ], - "doubleteam": [ + "gigaimpact": [ "9M" ], - "drainpunch": [ + "gravity": [ "9M" ], - "dreameater": [ + "headbutt": [ "9M" ], - "dynamicpunch": [ + "healblock": [ "9M" ], - "earthpower": [ + "heavyslam": [ "9M" ], - "earthquake": [ + "hiddenpower": [ "9M" ], - "electroball": [ + "honeclaws": [ "9M" ], - "embargo": [ + "hyperbeam": [ "9M" ], - "endure": [ + "hypervoice": [ "9M" ], - "energyball": [ + "icebeam": [ "9M" ], - "expandingforce": [ + "incinerate": [ "9M" ], - "facade": [ + "irondefense": [ "9M" ], - "fireblast": [ + "ironhead": [ "9M" ], - "firepunch": [ + "irontail": [ "9M" ], - "flamethrower": [ + "magnetrise": [ "9M" ], - "flash": [ + "metalburst": [ "9M" ], - "fling": [ + "metalclaw": [ "9M" ], - "focusblast": [ + "metalsound": [ "9M" ], - "focuspunch": [ + "mudslap": [ "9M" ], - "foulplay": [ + "naturalgift": [ "9M" ], - "frustration": [ + "outrage": [ "9M" ], - "futuresight": [ + "overheat": [ "9M" ], - "gigaimpact": [ + "powergem": [ "9M" ], - "grassknot": [ + "protect": [ "9M" ], - "gravity": [ + "psychup": [ "9M" ], - "guardswap": [ + "raindance": [ "9M" ], - "headbutt": [ + "rest": [ "9M" ], - "healpulse": [ + "return": [ "9M" ], - "helpinghand": [ + "roar": [ "9M" ], - "hex": [ + "roaroftime": [ "9M" ], - "hiddenpower": [ + "rockslide": [ "9M" ], - "hurricane": [ + "rocksmash": [ "9M" ], - "hyperbeam": [ + "rocktomb": [ "9M" ], - "icebeam": [ + "round": [ "9M" ], - "icepunch": [ + "safeguard": [ "9M" ], - "icywind": [ + "sandstorm": [ "9M" ], - "imprison": [ + "scaleshot": [ "9M" ], - "incinerate": [ + "scaryface": [ "9M" ], - "irontail": [ + "secretpower": [ "9M" ], - "knockoff": [ + "shadowclaw": [ "9M" ], - "laserfocus": [ + "shockwave": [ "9M" ], - "lashout": [ + "slash": [ "9M" ], - "lifedew": [ + "sleeptalk": [ "9M" ], - "lightscreen": [ + "snore": [ "9M" ], - "lowkick": [ + "stealthrock": [ "9M" ], - "lowsweep": [ + "steelbeam": [ "9M" ], - "magiccoat": [ + "stompingtantrum": [ "9M" ], - "magicroom": [ + "stoneedge": [ "9M" ], - "mefirst": [ + "strength": [ "9M" ], - "megakick": [ + "substitute": [ "9M" ], - "megapunch": [ + "sunnyday": [ "9M" ], - "metronome": [ + "swagger": [ "9M" ], - "mimic": [ + "swift": [ "9M" ], - "miracleeye": [ + "takedown": [ "9M" ], - "mist": [ + "terablast": [ "9M" ], - "mudslap": [ + "thunder": [ "9M" ], - "nastyplot": [ + "thunderbolt": [ "9M" ], - "naturalgift": [ + "thunderwave": [ "9M" ], - "nightmare": [ + "toxic": [ "9M" ], - "nightshade": [ + "trick": [ "9M" ], - "payday": [ + "trickroom": [ "9M" ], - "poisonjab": [ + "twister": [ "9M" - ], - "powergem": [ + ] + } + }, + "palkia": { + "inherit": true, + "learnset": { + "aerialace": [ "9M" ], - "powerswap": [ + "ancientpower": [ "9M" ], - "poweruppunch": [ + "aquaring": [ "9M" ], - "protect": [ + "aquatail": [ "9M" ], - "psybeam": [ + "aurasphere": [ "9M" ], - "psychic": [ + "avalanche": [ "9M" ], - "psychicnoise": [ + "blizzard": [ "9M" ], - "psychicterrain": [ + "bodypress": [ "9M" ], - "psychocut": [ + "bodyslam": [ "9M" ], - "psychup": [ + "breakingswipe": [ "9M" ], - "psyshock": [ + "brickbreak": [ "9M" ], - "psystrike": [ + "brine": [ "9M" ], - "psywave": [ + "bulkup": [ "9M" ], - "rage": [ + "bulldoze": [ "9M" ], - "raindance": [ + "chillingwater": [ "9M" ], - "recover": [ + "confide": [ "9M" ], - "recycle": [ + "cut": [ "9M" ], - "reflect": [ + "dive": [ "9M" ], - "rest": [ + "doubleteam": [ "9M" ], - "return": [ + "dracometeor": [ "9M" ], - "reversal": [ + "dragonbreath": [ "9M" ], - "rockclimb": [ + "dragonclaw": [ "9M" ], - "rockslide": [ + "dragonpulse": [ "9M" ], - "rocksmash": [ + "dragontail": [ "9M" ], - "rocktomb": [ + "dualwingbeat": [ "9M" ], - "roleplay": [ + "earthpower": [ "9M" ], - "round": [ + "earthquake": [ "9M" ], - "safeguard": [ + "echoedvoice": [ "9M" ], - "sandstorm": [ + "endure": [ "9M" ], - "scaryface": [ + "facade": [ "9M" ], - "secretpower": [ + "fireblast": [ "9M" ], - "seismictoss": [ + "flamethrower": [ "9M" ], - "selfdestruct": [ + "fling": [ "9M" ], - "shadowball": [ + "focusblast": [ "9M" ], - "shockwave": [ + "focuspunch": [ "9M" ], - "signalbeam": [ + "frustration": [ "9M" ], - "skillswap": [ + "furycutter": [ "9M" ], - "skullbash": [ + "gigaimpact": [ "9M" ], - "sleeptalk": [ + "gravity": [ "9M" ], - "snatch": [ + "headbutt": [ "9M" ], - "snore": [ + "healblock": [ "9M" ], - "solarbeam": [ + "heavyslam": [ "9M" ], - "speedswap": [ + "hiddenpower": [ "9M" ], - "spite": [ + "honeclaws": [ "9M" ], - "stompingtantrum": [ + "hydropump": [ "9M" ], - "stoneedge": [ + "hyperbeam": [ "9M" ], - "storedpower": [ + "hypervoice": [ "9M" ], - "strength": [ + "icebeam": [ "9M" ], - "submission": [ + "icywind": [ "9M" ], - "substitute": [ + "incinerate": [ "9M" ], - "sunnyday": [ + "liquidation": [ "9M" ], - "swagger": [ + "mudslap": [ "9M" ], - "swift": [ + "naturalgift": [ "9M" ], - "takedown": [ + "outrage": [ "9M" ], - "taunt": [ + "powergem": [ "9M" ], - "telekinesis": [ + "protect": [ "9M" ], - "teleport": [ + "psychup": [ "9M" ], - "terablast": [ + "raindance": [ "9M" ], - "thunder": [ + "rest": [ "9M" ], - "thunderbolt": [ + "return": [ "9M" ], - "thunderpunch": [ + "roar": [ "9M" ], - "thunderwave": [ + "rockslide": [ "9M" ], - "torment": [ + "rocksmash": [ "9M" ], - "toxic": [ + "rocktomb": [ "9M" ], - "trailblaze": [ + "round": [ "9M" ], - "triattack": [ + "safeguard": [ "9M" ], - "trick": [ + "sandstorm": [ "9M" ], - "trickroom": [ + "scaleshot": [ "9M" ], - "watergun": [ + "scaryface": [ "9M" ], - "waterpulse": [ + "secretpower": [ "9M" ], - "weatherball": [ + "shadowclaw": [ "9M" ], - "willowisp": [ + "shockwave": [ "9M" ], - "wonderroom": [ + "slash": [ "9M" ], - "zapcannon": [ + "sleeptalk": [ "9M" ], - "zenheadbutt": [ + "snore": [ "9M" ], "snowscape": [ "9M" ], - "closecombat": [ - "9M" - ] - } - }, - "mew": { - "inherit": true, - "learnset": { - "acidspray": [ - "9M" - ], - "acrobatics": [ + "spacialrend": [ "9M" ], - "aerialace": [ + "stompingtantrum": [ "9M" ], - "afteryou": [ + "stoneedge": [ "9M" ], - "agility": [ + "strength": [ "9M" ], - "aircutter": [ + "substitute": [ "9M" ], - "airslash": [ + "sunnyday": [ "9M" ], - "alluringvoice": [ + "surf": [ "9M" ], - "allyswitch": [ + "swagger": [ "9M" ], - "amnesia": [ + "swift": [ "9M" ], - "ancientpower": [ + "takedown": [ "9M" ], - "aquatail": [ + "terablast": [ "9M" ], - "assurance": [ + "thunder": [ "9M" ], - "attract": [ + "thunderbolt": [ "9M" ], - "aurasphere": [ + "thunderwave": [ "9M" ], - "auroraveil": [ + "toxic": [ "9M" ], - "avalanche": [ + "trick": [ "9M" ], - "barrier": [ + "trickroom": [ "9M" ], - "batonpass": [ + "twister": [ "9M" ], - "beatup": [ + "waterfall": [ "9M" ], - "bide": [ + "waterpulse": [ "9M" ], - "bind": [ + "whirlpool": [ "9M" - ], - "blastburn": [ + ] + } + }, + "giratina": { + "inherit": true, + "learnset": { + "aerialace": [ "9M" ], - "blazekick": [ + "aircutter": [ "9M" ], - "blizzard": [ + "ancientpower": [ "9M" ], - "block": [ + "aquatail": [ "9M" ], - "bodypress": [ + "aurasphere": [ "9M" ], "bodyslam": [ "9M" ], - "bounce": [ + "breakingswipe": [ "9M" ], - "bravebird": [ + "brutalswing": [ "9M" ], - "breakingswipe": [ + "bulldoze": [ "9M" ], - "brickbreak": [ + "calmmind": [ "9M" ], - "brine": [ + "chargebeam": [ "9M" ], - "brutalswing": [ + "confide": [ "9M" ], - "bubblebeam": [ + "confuseray": [ "9M" ], - "bugbite": [ + "curse": [ "9M" ], - "bugbuzz": [ + "cut": [ "9M" ], - "bulkup": [ + "darkpulse": [ "9M" ], - "bulldoze": [ + "defog": [ "9M" ], - "bulletseed": [ + "destinybond": [ "9M" ], - "burningjealousy": [ + "doubleteam": [ "9M" ], - "calmmind": [ + "dracometeor": [ "9M" ], - "captivate": [ + "dragonbreath": [ "9M" ], - "charge": [ + "dragonclaw": [ "9M" ], - "chargebeam": [ + "dragonpulse": [ "9M" ], - "charm": [ + "dragontail": [ "9M" ], - "chillingwater": [ + "dreameater": [ "9M" ], - "closecombat": [ + "dualwingbeat": [ "9M" ], - "coaching": [ + "earthpower": [ "9M" ], - "confide": [ + "earthquake": [ "9M" ], - "confuseray": [ + "echoedvoice": [ "9M" ], - "confusion": [ + "endure": [ "9M" ], - "corrosivegas": [ + "energyball": [ "9M" ], - "cosmicpower": [ + "facade": [ "9M" ], - "counter": [ + "fly": [ "9M" ], - "covet": [ + "frustration": [ "9M" ], - "crosspoison": [ + "furycutter": [ "9M" ], - "crunch": [ + "gigaimpact": [ "9M" ], - "curse": [ + "gravity": [ "9M" ], - "cut": [ + "headbutt": [ "9M" ], - "darkestlariat": [ + "healblock": [ "9M" ], - "darkpulse": [ + "hex": [ "9M" ], - "dazzlinggleam": [ + "hiddenpower": [ "9M" ], - "defensecurl": [ + "honeclaws": [ "9M" ], - "defog": [ + "hyperbeam": [ "9M" ], - "detect": [ + "hypervoice": [ "9M" ], - "dig": [ + "icywind": [ "9M" ], - "disarmingvoice": [ + "ironhead": [ "9M" ], - "dive": [ + "irontail": [ "9M" ], - "doubleedge": [ + "magiccoat": [ "9M" ], - "doubleteam": [ + "mudslap": [ "9M" ], - "dracometeor": [ + "naturalgift": [ "9M" ], - "dragonbreath": [ + "ominouswind": [ "9M" ], - "dragoncheer": [ + "outrage": [ "9M" ], - "dragonclaw": [ + "painsplit": [ "9M" ], - "dragondance": [ + "payback": [ "9M" ], - "dragonpulse": [ + "phantomforce": [ "9M" ], - "dragonrage": [ - "9M" - ], - "dragontail": [ - "9M" - ], - "drainingkiss": [ + "poltergeist": [ "9M" ], - "drainpunch": [ + "protect": [ "9M" ], - "dreameater": [ + "psychic": [ "9M" ], - "drillrun": [ + "psychup": [ "9M" ], - "dualchop": [ + "raindance": [ "9M" ], - "dualwingbeat": [ + "rest": [ "9M" ], - "dynamicpunch": [ + "return": [ "9M" ], - "earthpower": [ + "roar": [ "9M" ], - "earthquake": [ + "rockclimb": [ "9M" ], - "echoedvoice": [ + "rocksmash": [ "9M" ], - "eerieimpulse": [ + "round": [ "9M" ], - "eggbomb": [ + "safeguard": [ "9M" ], - "electricterrain": [ + "scaryface": [ "9M" ], - "electroball": [ + "secretpower": [ "9M" ], - "electroweb": [ + "shadowball": [ "9M" ], - "embargo": [ + "shadowclaw": [ "9M" ], - "encore": [ + "shadowforce": [ "9M" ], - "endeavor": [ + "shadowsneak": [ "9M" ], - "endure": [ + "shockwave": [ "9M" ], - "energyball": [ + "silverwind": [ "9M" ], - "expandingforce": [ + "skittersmack": [ "9M" ], - "explosion": [ + "slash": [ "9M" ], - "facade": [ + "sleeptalk": [ "9M" ], - "fakeout": [ + "snore": [ "9M" ], - "faketears": [ + "spite": [ "9M" ], - "falseswipe": [ + "steelwing": [ "9M" ], - "featherdance": [ + "stoneedge": [ "9M" ], - "feintattack": [ + "strength": [ "9M" ], - "fireblast": [ + "substitute": [ "9M" ], - "firefang": [ + "sunnyday": [ "9M" ], - "firepledge": [ + "swagger": [ "9M" ], - "firepunch": [ + "swift": [ "9M" ], - "firespin": [ + "tailwind": [ "9M" ], - "fissure": [ + "takedown": [ "9M" ], - "flamecharge": [ + "telekinesis": [ "9M" ], - "flamethrower": [ + "terablast": [ "9M" ], - "flareblitz": [ + "thunder": [ "9M" ], - "flash": [ + "thunderbolt": [ "9M" ], - "flashcannon": [ + "thunderwave": [ "9M" ], - "fling": [ + "toxic": [ "9M" ], - "flipturn": [ + "twister": [ "9M" ], - "fly": [ + "willowisp": [ "9M" ], - "focusblast": [ + "dragondance": [ "9M" - ], - "focusenergy": [ + ] + } + }, + "manaphy": { + "inherit": true, + "learnset": { + "acidarmor": [ "9M" ], - "focuspunch": [ + "alluringvoice": [ "9M" ], - "foulplay": [ + "ancientpower": [ "9M" ], - "frenzyplant": [ + "aquaring": [ "9M" ], - "frostbreath": [ + "batonpass": [ "9M" ], - "frustration": [ + "blizzard": [ "9M" ], - "furycutter": [ + "bounce": [ "9M" ], - "futuresight": [ + "brine": [ "9M" ], - "gastroacid": [ + "bubble": [ "9M" ], - "gigadrain": [ + "bubblebeam": [ "9M" ], - "gigaimpact": [ + "calmmind": [ "9M" ], - "grassknot": [ + "charm": [ "9M" ], - "grasspledge": [ + "chillingwater": [ "9M" ], - "grassyglide": [ + "confide": [ "9M" ], - "grassyterrain": [ + "covet": [ "9M" ], - "gravity": [ + "dazzlinggleam": [ "9M" ], - "guardswap": [ + "disarmingvoice": [ "9M" ], - "gunkshot": [ + "dive": [ "9M" ], - "gyroball": [ + "doubleteam": [ "9M" ], - "hardpress": [ + "endure": [ "9M" ], - "haze": [ + "energyball": [ "9M" ], - "headbutt": [ + "facade": [ "9M" ], - "healbell": [ + "faketears": [ "9M" ], - "heatcrash": [ + "flash": [ "9M" ], - "heatwave": [ + "fling": [ "9M" ], - "heavyslam": [ + "flipturn": [ "9M" ], - "helpinghand": [ + "frustration": [ "9M" ], - "hex": [ + "gigaimpact": [ "9M" ], - "hiddenpower": [ + "grassknot": [ "9M" ], - "highhorsepower": [ + "haze": [ "9M" ], - "honeclaws": [ + "healbell": [ "9M" ], - "horndrill": [ + "heartswap": [ "9M" ], - "hurricane": [ + "helpinghand": [ "9M" ], - "hydrocannon": [ + "hiddenpower": [ "9M" ], "hydropump": [ @@ -140831,672 +140728,667 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hyperbeam": [ "9M" ], - "hypervoice": [ - "9M" - ], - "hypnosis": [ - "9M" - ], "icebeam": [ "9M" ], - "icefang": [ - "9M" - ], - "icepunch": [ - "9M" - ], - "icespinner": [ + "icywind": [ "9M" ], - "iciclespear": [ + "knockoff": [ "9M" ], - "icywind": [ + "lastresort": [ "9M" ], - "imprison": [ + "lightscreen": [ "9M" ], - "incinerate": [ + "liquidation": [ "9M" ], - "infestation": [ + "mudslap": [ "9M" ], - "irondefense": [ + "naturalgift": [ "9M" ], - "ironhead": [ + "protect": [ "9M" ], - "irontail": [ + "psybeam": [ "9M" ], - "knockoff": [ + "psychic": [ "9M" ], - "laserfocus": [ + "psychup": [ "9M" ], - "lashout": [ + "raindance": [ "9M" ], - "lastresort": [ + "reflect": [ "9M" ], - "leafblade": [ + "rest": [ "9M" ], - "leafstorm": [ + "return": [ "9M" ], - "leechlife": [ + "round": [ "9M" ], - "lifedew": [ + "safeguard": [ "9M" ], - "lightscreen": [ + "scald": [ "9M" ], - "liquidation": [ + "secretpower": [ "9M" ], - "lowkick": [ + "shadowball": [ "9M" ], - "lowsweep": [ + "signalbeam": [ "9M" ], - "lunge": [ + "skillswap": [ "9M" ], - "magicalleaf": [ + "sleeptalk": [ "9M" ], - "magiccoat": [ + "snore": [ "9M" ], - "magicroom": [ + "storedpower": [ "9M" ], - "magnetrise": [ + "substitute": [ "9M" ], - "mefirst": [ + "supersonic": [ "9M" ], - "megadrain": [ + "surf": [ "9M" ], - "megahorn": [ + "swagger": [ "9M" ], - "megakick": [ + "swift": [ "9M" ], - "megapunch": [ + "tailglow": [ "9M" ], - "metalclaw": [ + "takeheart": [ "9M" ], - "metalsound": [ + "terablast": [ "9M" ], - "meteorbeam": [ + "toxic": [ "9M" ], - "metronome": [ + "uproar": [ "9M" ], - "mimic": [ + "uturn": [ "9M" ], - "mistyexplosion": [ + "waterfall": [ "9M" ], - "mistyterrain": [ + "watergun": [ "9M" ], - "muddywater": [ + "waterpulse": [ "9M" ], - "mudshot": [ + "watersport": [ "9M" ], - "mudslap": [ + "weatherball": [ "9M" ], - "mysticalfire": [ + "whirlpool": [ "9M" ], - "nastyplot": [ + "zenheadbutt": [ "9M" ], - "naturalgift": [ + "snowscape": [ "9M" - ], - "naturepower": [ + ] + } + }, + "darkrai": { + "inherit": true, + "learnset": { + "aerialace": [ "9M" ], - "nightmare": [ + "blizzard": [ "9M" ], - "nightshade": [ + "brickbreak": [ "9M" ], - "ominouswind": [ + "calmmind": [ "9M" ], - "outrage": [ + "chargebeam": [ "9M" ], - "overheat": [ + "confide": [ "9M" ], - "painsplit": [ + "confuseray": [ "9M" ], - "payback": [ + "curse": [ "9M" ], - "payday": [ + "cut": [ "9M" ], - "petalblizzard": [ + "darkpulse": [ "9M" ], - "phantomforce": [ + "darkvoid": [ "9M" ], - "pinmissile": [ + "disable": [ "9M" ], - "playrough": [ + "doubleteam": [ "9M" ], - "pluck": [ + "drainpunch": [ "9M" ], - "poisonjab": [ + "dreameater": [ "9M" ], - "poisontail": [ + "embargo": [ "9M" ], - "pollenpuff": [ + "endure": [ "9M" ], - "poltergeist": [ + "facade": [ "9M" ], - "pounce": [ + "feintattack": [ "9M" ], - "pound": [ + "flash": [ "9M" ], - "powergem": [ + "fling": [ "9M" ], - "powerswap": [ + "focusblast": [ "9M" ], - "poweruppunch": [ + "focuspunch": [ "9M" ], - "powerwhip": [ + "foulplay": [ "9M" ], - "protect": [ + "frustration": [ "9M" ], - "psybeam": [ + "gigaimpact": [ "9M" ], - "psychic": [ + "haze": [ "9M" ], - "psychicfangs": [ + "headbutt": [ "9M" ], - "psychicnoise": [ + "hex": [ "9M" ], - "psychicterrain": [ + "hiddenpower": [ "9M" ], - "psychocut": [ + "hyperbeam": [ "9M" ], - "psychup": [ + "hypnosis": [ "9M" ], - "psyshock": [ + "icebeam": [ "9M" ], - "psywave": [ + "icywind": [ "9M" ], - "quash": [ + "incinerate": [ "9M" ], - "rage": [ + "knockoff": [ "9M" ], - "raindance": [ + "lashout": [ "9M" ], - "razorshell": [ + "lastresort": [ "9M" ], - "razorwind": [ + "mudslap": [ "9M" ], - "recycle": [ + "nastyplot": [ "9M" ], - "reflect": [ + "naturalgift": [ "9M" ], - "reflecttype": [ + "nightmare": [ "9M" ], - "rest": [ + "nightshade": [ "9M" ], - "retaliate": [ + "ominouswind": [ "9M" ], - "return": [ + "payback": [ "9M" ], - "revenge": [ + "phantomforce": [ "9M" ], - "reversal": [ + "poisonjab": [ "9M" ], - "risingvoltage": [ + "poweruppunch": [ "9M" ], - "roar": [ + "protect": [ "9M" ], - "rockblast": [ + "psychic": [ "9M" ], - "rockclimb": [ + "psychup": [ "9M" ], - "rockpolish": [ + "psyshock": [ "9M" ], - "rockslide": [ + "pursuit": [ "9M" ], - "rocksmash": [ + "quickattack": [ "9M" ], - "rocktomb": [ + "raindance": [ "9M" ], - "roleplay": [ + "rest": [ "9M" ], - "rollout": [ + "retaliate": [ "9M" ], - "roost": [ + "return": [ "9M" ], - "round": [ + "roaroftime": [ "9M" ], - "safeguard": [ + "rockclimb": [ "9M" ], - "sandstorm": [ + "rockslide": [ "9M" ], - "sandtomb": [ + "rocksmash": [ "9M" ], - "scald": [ + "rocktomb": [ "9M" ], - "scaleshot": [ + "round": [ "9M" ], "scaryface": [ "9M" ], - "scorchingsands": [ + "secretpower": [ "9M" ], - "screech": [ + "shadowball": [ "9M" ], - "secretpower": [ + "shadowclaw": [ "9M" ], - "seedbomb": [ + "shockwave": [ "9M" ], - "seismictoss": [ + "sleeptalk": [ "9M" ], - "selfdestruct": [ + "sludgebomb": [ "9M" ], - "shadowball": [ + "snarl": [ "9M" ], - "shadowclaw": [ + "snatch": [ "9M" ], - "shockwave": [ + "snore": [ "9M" ], - "signalbeam": [ + "spacialrend": [ "9M" ], - "silverwind": [ + "spite": [ "9M" ], - "skillswap": [ + "strength": [ "9M" ], - "skittersmack": [ + "substitute": [ "9M" ], - "skullbash": [ + "suckerpunch": [ "9M" ], - "skyattack": [ + "sunnyday": [ "9M" ], - "skydrop": [ + "swagger": [ "9M" ], - "sleeptalk": [ + "swift": [ "9M" ], - "sludgebomb": [ + "swordsdance": [ "9M" ], - "sludgewave": [ + "taunt": [ "9M" ], - "smackdown": [ + "terablast": [ "9M" ], - "smartstrike": [ + "thief": [ "9M" ], - "snarl": [ + "throatchop": [ "9M" ], - "snatch": [ + "thunder": [ "9M" ], - "snore": [ + "thunderbolt": [ "9M" ], - "snowscape": [ + "thunderwave": [ "9M" ], - "softboiled": [ + "torment": [ "9M" ], - "solarbeam": [ + "toxic": [ "9M" ], - "solarblade": [ + "trick": [ "9M" ], - "speedswap": [ + "willowisp": [ "9M" ], - "spikes": [ + "wonderroom": [ "9M" ], - "spite": [ + "xscissor": [ "9M" - ], - "stealthrock": [ + ] + } + }, + "shaymin": { + "inherit": true, + "learnset": { + "aircutter": [ "9M" ], - "steelbeam": [ + "airslash": [ "9M" ], - "steelroller": [ + "aromatherapy": [ "9M" ], - "steelwing": [ + "batonpass": [ "9M" ], - "stompingtantrum": [ + "bulletseed": [ "9M" ], - "stoneedge": [ + "celebrate": [ "9M" ], - "storedpower": [ + "confide": [ "9M" ], - "strength": [ + "covet": [ "9M" ], - "stringshot": [ + "dazzlinggleam": [ "9M" ], - "strugglebug": [ + "defensecurl": [ "9M" ], - "submission": [ + "disarmingvoice": [ "9M" ], - "substitute": [ + "doubleedge": [ "9M" ], - "suckerpunch": [ + "doubleteam": [ "9M" ], - "sunnyday": [ + "earthpower": [ "9M" ], - "supercellslam": [ + "endeavor": [ "9M" ], - "superfang": [ + "endure": [ "9M" ], - "superpower": [ + "energyball": [ "9M" ], - "surf": [ + "facade": [ "9M" ], - "swagger": [ + "flash": [ "9M" ], - "sweetscent": [ + "frustration": [ "9M" ], - "swift": [ + "gigadrain": [ "9M" ], - "swordsdance": [ + "gigaimpact": [ "9M" ], - "synthesis": [ + "grassknot": [ "9M" ], - "tailslap": [ + "grasswhistle": [ "9M" ], - "tailwind": [ + "grassyglide": [ "9M" ], - "takedown": [ + "grassyterrain": [ "9M" ], - "taunt": [ + "growth": [ "9M" ], - "telekinesis": [ + "headbutt": [ "9M" ], - "teleport": [ + "healingwish": [ "9M" ], - "temperflare": [ + "hiddenpower": [ "9M" ], - "terablast": [ + "hyperbeam": [ "9M" ], - "terrainpulse": [ + "laserfocus": [ "9M" ], - "thief": [ + "lastresort": [ "9M" ], - "throatchop": [ + "leafstorm": [ "9M" ], - "thunder": [ + "leechseed": [ "9M" ], - "thunderbolt": [ + "luckychant": [ "9M" ], - "thunderfang": [ + "magicalleaf": [ "9M" ], - "thunderpunch": [ + "mudslap": [ "9M" ], - "thunderwave": [ + "naturalgift": [ "9M" ], - "torment": [ + "naturepower": [ "9M" ], - "toxic": [ + "ominouswind": [ "9M" ], - "toxicspikes": [ + "petalblizzard": [ "9M" ], - "trailblaze": [ + "playrough": [ "9M" ], - "transform": [ + "protect": [ "9M" ], - "triattack": [ + "psychic": [ "9M" ], - "trick": [ + "psychup": [ "9M" ], - "trickroom": [ + "quickattack": [ "9M" ], - "tripleaxel": [ + "rest": [ "9M" ], - "twister": [ + "return": [ "9M" ], - "upperhand": [ + "round": [ "9M" ], - "uproar": [ + "safeguard": [ "9M" ], - "uturn": [ + "secretpower": [ "9M" ], - "vacuumwave": [ + "seedbomb": [ "9M" ], - "venomdrench": [ + "seedflare": [ "9M" ], - "venoshock": [ + "sleeptalk": [ "9M" ], - "voltswitch": [ + "snore": [ "9M" ], - "waterfall": [ + "solarbeam": [ "9M" ], - "watergun": [ + "substitute": [ "9M" ], - "waterpledge": [ + "sunnyday": [ "9M" ], - "waterpulse": [ + "swagger": [ "9M" ], - "weatherball": [ + "sweetkiss": [ "9M" ], - "whirlpool": [ + "sweetscent": [ "9M" ], - "whirlwind": [ + "swift": [ "9M" ], - "wildcharge": [ + "swordsdance": [ "9M" ], - "willowisp": [ + "synthesis": [ "9M" ], - "wonderroom": [ + "tailwind": [ "9M" ], - "workup": [ + "takedown": [ "9M" ], - "worryseed": [ + "terablast": [ "9M" ], - "xscissor": [ + "toxic": [ "9M" ], - "zapcannon": [ + "trailblaze": [ "9M" ], - "zenheadbutt": [ + "worryseed": [ "9M" ], - "psychout": [ + "zenheadbutt": [ "9M" ] } }, - "lugia": { + "arceus": { "inherit": true, "learnset": { - "acrobatics": [ + "acidspray": [ "9M" ], "aerialace": [ "9M" ], - "aeroblast": [ - "9M" - ], - "aircutter": [ + "agility": [ "9M" ], "airslash": [ @@ -141508,24 +141400,42 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "aquatail": [ "9M" ], + "aurasphere": [ + "9M" + ], "avalanche": [ "9M" ], + "blastburn": [ + "9M" + ], "blizzard": [ "9M" ], + "bodypress": [ + "9M" + ], "bodyslam": [ "9M" ], - "bravebird": [ + "brickbreak": [ "9M" ], "brine": [ "9M" ], + "bugbuzz": [ + "9M" + ], + "bulkup": [ + "9M" + ], "bulldoze": [ "9M" ], + "bulletseed": [ + "9M" + ], "calmmind": [ "9M" ], @@ -141538,13 +141448,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "confide": [ "9M" ], - "curse": [ + "confuseray": [ "9M" ], - "defog": [ + "cosmicpower": [ "9M" ], - "detect": [ + "cut": [ + "9M" + ], + "darkpulse": [ + "9M" + ], + "dazzlinggleam": [ + "9M" + ], + "defog": [ "9M" ], "dive": [ @@ -141556,22 +141475,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "doubleteam": [ "9M" ], - "dragonbreath": [ + "dracometeor": [ "9M" ], - "dragonpulse": [ + "dragonclaw": [ "9M" ], - "dragonrush": [ + "dragondance": [ "9M" ], - "dragontail": [ + "dragonpulse": [ "9M" ], - "dreameater": [ + "dragontail": [ "9M" ], - "dualwingbeat": [ + "dreameater": [ "9M" ], "earthpower": [ @@ -141583,27 +141502,51 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "echoedvoice": [ "9M" ], + "electricterrain": [ + "9M" + ], "endure": [ "9M" ], - "extrasensory": [ + "energyball": [ + "9M" + ], + "extremespeed": [ "9M" ], "facade": [ "9M" ], - "featherdance": [ + "fireblast": [ + "9M" + ], + "flamethrower": [ + "9M" + ], + "flareblitz": [ "9M" ], "flash": [ "9M" ], + "flashcannon": [ + "9M" + ], "fly": [ "9M" ], + "focusblast": [ + "9M" + ], + "foulplay": [ + "9M" + ], "frustration": [ "9M" ], + "furycutter": [ + "9M" + ], "futuresight": [ "9M" ], @@ -141613,21 +141556,45 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "gigaimpact": [ "9M" ], - "gust": [ + "grassknot": [ + "9M" + ], + "grassyterrain": [ + "9M" + ], + "gravity": [ + "9M" + ], + "gunkshot": [ "9M" ], "headbutt": [ "9M" ], - "helpinghand": [ + "healingwish": [ + "9M" + ], + "heatwave": [ + "9M" + ], + "heavyslam": [ + "9M" + ], + "hex": [ "9M" ], "hiddenpower": [ "9M" ], + "honeclaws": [ + "9M" + ], "hurricane": [ "9M" ], + "hydrocannon": [ + "9M" + ], "hydropump": [ "9M" ], @@ -141646,25 +141613,43 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "imprison": [ "9M" ], + "incinerate": [ + "9M" + ], + "irondefense": [ + "9M" + ], "ironhead": [ "9M" ], "irontail": [ "9M" ], + "judgment": [ + "9M" + ], "laserfocus": [ "9M" ], + "lastresort": [ + "9M" + ], "lightscreen": [ "9M" ], "liquidation": [ "9M" ], - "mimic": [ + "magicalleaf": [ "9M" ], - "mist": [ + "magiccoat": [ + "9M" + ], + "meteorbeam": [ + "9M" + ], + "mistyterrain": [ "9M" ], "mudslap": [ @@ -141673,22 +141658,37 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "naturalgift": [ "9M" ], - "nightmare": [ + "ominouswind": [ "9M" ], - "ominouswind": [ + "outrage": [ "9M" ], - "protect": [ + "overheat": [ "9M" ], - "psychic": [ + "payback": [ "9M" ], - "psychicnoise": [ + "perishsong": [ "9M" ], - "psychoboost": [ + "phantomforce": [ + "9M" + ], + "poisonjab": [ + "9M" + ], + "powergem": [ + "9M" + ], + "protect": [ + "9M" + ], + "psychic": [ + "9M" + ], + "psychicterrain": [ "9M" ], "psychup": [ @@ -141700,28 +141700,49 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "punishment": [ "9M" ], + "quash": [ + "9M" + ], "raindance": [ "9M" ], "recover": [ "9M" ], + "recycle": [ + "9M" + ], "reflect": [ "9M" ], + "refresh": [ + "9M" + ], "rest": [ "9M" ], + "retaliate": [ + "9M" + ], "return": [ "9M" ], "roar": [ "9M" ], + "roaroftime": [ + "9M" + ], + "rockclimb": [ + "9M" + ], + "rockslide": [ + "9M" + ], "rocksmash": [ "9M" ], - "roost": [ + "rocktomb": [ "9M" ], "round": [ @@ -141733,40 +141754,67 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sandstorm": [ "9M" ], - "scaleshot": [ + "scaryface": [ "9M" ], - "scaryface": [ + "scorchingsands": [ "9M" ], "secretpower": [ "9M" ], + "seismictoss": [ + "9M" + ], "shadowball": [ "9M" ], + "shadowclaw": [ + "9M" + ], + "shadowforce": [ + "9M" + ], "shockwave": [ "9M" ], "signalbeam": [ "9M" ], - "skillswap": [ + "silverwind": [ "9M" ], - "skyattack": [ + "sleeptalk": [ "9M" ], - "skydrop": [ + "sludgebomb": [ "9M" ], - "sleeptalk": [ + "snarl": [ "9M" ], "snore": [ "9M" ], - "steelwing": [ + "solarbeam": [ + "9M" + ], + "spacialrend": [ + "9M" + ], + "stealthrock": [ + "9M" + ], + "steelbeam": [ + "9M" + ], + "stompingtantrum": [ + "9M" + ], + "stoneedge": [ + "9M" + ], + "storedpower": [ "9M" ], "strength": [ @@ -141778,6 +141826,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], + "supercellslam": [ + "9M" + ], "surf": [ "9M" ], @@ -141787,12 +141838,18 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], + "swordsdance": [ + "9M" + ], "tailwind": [ "9M" ], "takedown": [ "9M" ], + "taunt": [ + "9M" + ], "telekinesis": [ "9M" ], @@ -141811,9 +141868,15 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "toxic": [ "9M" ], + "trailblaze": [ + "9M" + ], "trick": [ "9M" ], + "trickroom": [ + "9M" + ], "twister": [ "9M" ], @@ -141823,19 +141886,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "waterpulse": [ "9M" ], - "weatherball": [ + "whirlpool": [ "9M" ], - "whirlpool": [ + "wildcharge": [ "9M" ], - "whirlwind": [ + "willowisp": [ "9M" ], - "wonderroom": [ + "workup": [ "9M" ], - "zapcannon": [ + "xscissor": [ "9M" ], "zenheadbutt": [ @@ -141844,39 +141907,30 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "snowscape": [ "9M" ], - "bleakwindstorm": [ + "megahorn": [ "9M" ] } }, - "hooh": { + "victini": { "inherit": true, "learnset": { - "aerialace": [ - "9M" - ], - "aircutter": [ - "9M" - ], - "airslash": [ - "9M" - ], - "ancientpower": [ + "batonpass": [ "9M" ], - "bodyslam": [ + "blazekick": [ "9M" ], - "bravebird": [ + "blueflare": [ "9M" ], - "bulldoze": [ + "boltstrike": [ "9M" ], - "burnup": [ + "bounce": [ "9M" ], - "calmmind": [ + "brickbreak": [ "9M" ], "celebrate": [ @@ -141888,13 +141942,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "confide": [ "9M" ], - "curse": [ - "9M" - ], - "defog": [ + "confusion": [ "9M" ], - "detect": [ + "dazzlinggleam": [ "9M" ], "doubleedge": [ @@ -141903,37 +141954,37 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "doubleteam": [ "9M" ], - "dragonbreath": [ + "embargo": [ "9M" ], - "dreameater": [ + "encore": [ "9M" ], - "dualwingbeat": [ + "endure": [ "9M" ], - "earthpower": [ + "energyball": [ "9M" ], - "earthquake": [ + "expandingforce": [ "9M" ], - "echoedvoice": [ + "facade": [ "9M" ], - "endure": [ + "finalgambit": [ "9M" ], - "extrasensory": [ + "fireblast": [ "9M" ], - "facade": [ + "firepunch": [ "9M" ], - "fireblast": [ + "firespin": [ "9M" ], - "firespin": [ + "flameburst": [ "9M" ], "flamecharge": [ @@ -141948,82 +141999,88 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "flash": [ "9M" ], - "fly": [ + "fling": [ + "9M" + ], + "focusblast": [ + "9M" + ], + "focusenergy": [ "9M" ], "frustration": [ "9M" ], - "futuresight": [ + "fusionbolt": [ "9M" ], - "gigadrain": [ + "fusionflare": [ + "9M" + ], + "futuresight": [ "9M" ], "gigaimpact": [ "9M" ], - "gust": [ + "glaciate": [ "9M" ], - "heatwave": [ + "grassknot": [ "9M" ], - "helpinghand": [ + "guardswap": [ "9M" ], - "hiddenpower": [ + "headbutt": [ "9M" ], - "hurricane": [ + "heatwave": [ "9M" ], - "hyperbeam": [ + "helpinghand": [ "9M" ], - "hypervoice": [ + "hiddenpower": [ "9M" ], - "imprison": [ + "hyperbeam": [ "9M" ], "incinerate": [ "9M" ], - "ironhead": [ + "inferno": [ "9M" ], "laserfocus": [ "9M" ], - "lifedew": [ + "lastresort": [ "9M" ], "lightscreen": [ "9M" ], - "mimic": [ - "9M" - ], - "mudslap": [ + "magiccoat": [ "9M" ], - "mysticalfire": [ + "megakick": [ "9M" ], - "naturalgift": [ + "megapunch": [ "9M" ], - "nightmare": [ + "mysticalfire": [ "9M" ], - "ominouswind": [ + "overheat": [ "9M" ], - "overheat": [ + "powerswap": [ "9M" ], - "pluck": [ + "poweruppunch": [ "9M" ], "protect": [ @@ -142035,16 +142092,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychup": [ "9M" ], - "punishment": [ - "9M" - ], - "raindance": [ - "9M" - ], - "recover": [ + "psyshock": [ "9M" ], - "reflect": [ + "quickattack": [ "9M" ], "rest": [ @@ -142053,28 +142104,25 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "roar": [ + "reversal": [ "9M" ], "rocksmash": [ "9M" ], - "roost": [ + "roleplay": [ "9M" ], "round": [ "9M" ], - "sacredfire": [ - "9M" - ], "safeguard": [ "9M" ], - "sandstorm": [ + "scorchingsands": [ "9M" ], - "scorchingsands": [ + "searingshot": [ "9M" ], "secretpower": [ @@ -142089,10 +142137,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "signalbeam": [ "9M" ], - "skyattack": [ - "9M" - ], - "skydrop": [ + "skillswap": [ "9M" ], "sleeptalk": [ @@ -142104,10 +142149,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "solarbeam": [ "9M" ], - "steelwing": [ + "speedswap": [ "9M" ], - "strength": [ + "storedpower": [ "9M" ], "substitute": [ @@ -142122,13 +142167,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], - "tailwind": [ - "9M" - ], - "takedown": [ + "taunt": [ "9M" ], - "terablast": [ + "telekinesis": [ "9M" ], "thunder": [ @@ -142137,213 +142179,219 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderbolt": [ "9M" ], + "thunderpunch": [ + "9M" + ], "thunderwave": [ "9M" ], "toxic": [ "9M" ], - "twister": [ + "trick": [ "9M" ], - "weatherball": [ + "trickroom": [ "9M" ], - "whirlwind": [ + "uproar": [ "9M" ], - "willowisp": [ + "uturn": [ "9M" ], - "zapcannon": [ + "vcreate": [ "9M" ], - "zenheadbutt": [ + "wildcharge": [ "9M" - ] - } - }, - "celebi": { - "inherit": true, - "learnset": { - "aerialace": [ + ], + "willowisp": [ "9M" ], - "allyswitch": [ + "workup": [ "9M" ], - "ancientpower": [ + "zenheadbutt": [ "9M" ], - "aurasphere": [ + "terablast": [ "9M" ], - "batonpass": [ + "victorydance": [ "9M" ], - "calmmind": [ + "veeveevolley": [ + "9M" + ] + } + }, + "reshiram": { + "inherit": true, + "learnset": { + "ancientpower": [ "9M" ], - "chargebeam": [ + "blueflare": [ "9M" ], - "confide": [ + "bodypress": [ "9M" ], - "confusion": [ + "bodyslam": [ "9M" ], - "curse": [ + "breakingswipe": [ "9M" ], - "cut": [ + "brutalswing": [ "9M" ], - "dazzlinggleam": [ + "confide": [ "9M" ], - "defensecurl": [ + "crunch": [ "9M" ], - "detect": [ + "cut": [ "9M" ], - "doubleedge": [ + "defog": [ "9M" ], - "doubleteam": [ + "doubleedge": [ "9M" ], - "dreameater": [ + "doubleteam": [ "9M" ], - "dualwingbeat": [ + "dracometeor": [ "9M" ], - "earthpower": [ + "dragonbreath": [ "9M" ], - "echoedvoice": [ + "dragoncheer": [ "9M" ], - "endure": [ + "dragonclaw": [ "9M" ], - "energyball": [ + "dragondance": [ "9M" ], - "expandingforce": [ + "dragonpulse": [ "9M" ], - "facade": [ + "dragonrage": [ "9M" ], - "flash": [ + "dragontail": [ "9M" ], - "fling": [ + "dualwingbeat": [ "9M" ], - "frustration": [ + "earthpower": [ "9M" ], - "futuresight": [ + "echoedvoice": [ "9M" ], - "gigadrain": [ + "endure": [ "9M" ], - "gigaimpact": [ + "extrasensory": [ "9M" ], - "grassknot": [ + "facade": [ "9M" ], - "grassyglide": [ + "fireblast": [ "9M" ], - "grassyterrain": [ + "firefang": [ "9M" ], - "healbell": [ + "firespin": [ "9M" ], - "healblock": [ + "flamecharge": [ "9M" ], - "healingwish": [ + "flamethrower": [ "9M" ], - "helpinghand": [ + "flareblitz": [ "9M" ], - "hiddenpower": [ + "fling": [ "9M" ], - "holdback": [ + "fly": [ "9M" ], - "hyperbeam": [ + "focusblast": [ "9M" ], - "imprison": [ + "frustration": [ "9M" ], - "laserfocus": [ + "fusionflare": [ "9M" ], - "lastresort": [ + "gigaimpact": [ "9M" ], - "leafblade": [ + "heatcrash": [ "9M" ], - "leafstorm": [ + "heatwave": [ "9M" ], - "leechseed": [ + "helpinghand": [ "9M" ], - "lifedew": [ + "hiddenpower": [ "9M" ], - "lightscreen": [ + "honeclaws": [ "9M" ], - "magicalleaf": [ + "hyperbeam": [ "9M" ], - "magiccoat": [ + "hypervoice": [ "9M" ], - "magicroom": [ + "imprison": [ "9M" ], - "metronome": [ + "incinerate": [ "9M" ], - "mimic": [ + "laserfocus": [ "9M" ], - "mudslap": [ + "lightscreen": [ "9M" ], - "nastyplot": [ + "mist": [ "9M" ], - "naturalgift": [ + "mysticalfire": [ "9M" ], - "naturepower": [ + "nobleroar": [ "9M" ], - "nightmare": [ + "outrage": [ "9M" ], - "perishsong": [ + "overheat": [ "9M" ], - "pollenpuff": [ + "payback": [ "9M" ], "protect": [ @@ -142352,58 +142400,58 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psychic": [ "9M" ], - "psychicterrain": [ + "raindance": [ "9M" ], - "psychocut": [ + "reflect": [ "9M" ], - "psychup": [ + "rest": [ "9M" ], - "raindance": [ + "return": [ "9M" ], - "recover": [ + "roar": [ "9M" ], - "reflect": [ + "rockslide": [ "9M" ], - "rest": [ + "rocksmash": [ "9M" ], - "return": [ + "rocktomb": [ "9M" ], - "round": [ + "roost": [ "9M" ], - "safeguard": [ + "round": [ "9M" ], - "sandstorm": [ + "safeguard": [ "9M" ], - "secretpower": [ + "scaleshot": [ "9M" ], - "seedbomb": [ + "scaryface": [ "9M" ], - "shadowball": [ + "scorchingsands": [ "9M" ], - "shockwave": [ + "secretpower": [ "9M" ], - "signalbeam": [ + "shadowball": [ "9M" ], - "silverwind": [ + "shadowclaw": [ "9M" ], - "skillswap": [ + "slash": [ "9M" ], "sleeptalk": [ @@ -142415,16 +142463,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "solarbeam": [ "9M" ], - "solarblade": [ + "steelwing": [ "9M" ], - "stealthrock": [ + "stoneedge": [ "9M" ], - "substitute": [ + "strength": [ "9M" ], - "suckerpunch": [ + "substitute": [ "9M" ], "sunnyday": [ @@ -142433,117 +142481,117 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swagger": [ "9M" ], - "sweetscent": [ - "9M" - ], "swift": [ "9M" ], - "swordsdance": [ + "tailwind": [ "9M" ], - "synthesis": [ + "takedown": [ "9M" ], - "telekinesis": [ + "terablast": [ "9M" ], - "thunderwave": [ + "toxic": [ "9M" ], - "toxic": [ + "weatherball": [ "9M" ], - "trick": [ + "willowisp": [ "9M" ], - "trickroom": [ + "zenheadbutt": [ + "9M" + ] + } + }, + "zekrom": { + "inherit": true, + "learnset": { + "ancientpower": [ "9M" ], - "uproar": [ + "bodypress": [ "9M" ], - "uturn": [ + "bodyslam": [ "9M" ], - "waterpulse": [ + "boltstrike": [ "9M" ], - "weatherball": [ + "breakingswipe": [ "9M" ], - "wonderroom": [ + "brickbreak": [ "9M" ], - "worryseed": [ + "brutalswing": [ "9M" ], - "zenheadbutt": [ + "charge": [ "9M" ], - "terablast": [ + "chargebeam": [ "9M" ], - "faketears": [ + "confide": [ "9M" - ] - } - }, - "kyogre": { - "inherit": true, - "learnset": { - "ancientpower": [ + ], + "crunch": [ "9M" ], - "aquaring": [ + "cut": [ "9M" ], - "aquatail": [ + "defog": [ "9M" ], - "avalanche": [ + "doubleedge": [ "9M" ], - "blizzard": [ + "doubleteam": [ "9M" ], - "block": [ + "dracometeor": [ "9M" ], - "bodyslam": [ + "dragonbreath": [ "9M" ], - "brickbreak": [ + "dragoncheer": [ "9M" ], - "brine": [ + "dragonclaw": [ "9M" ], - "bulldoze": [ + "dragondance": [ "9M" ], - "calmmind": [ + "dragonpulse": [ "9M" ], - "chillingwater": [ + "dragonrage": [ "9M" ], - "confide": [ + "dragontail": [ "9M" ], - "defensecurl": [ + "dualwingbeat": [ "9M" ], - "dive": [ + "earthpower": [ "9M" ], - "doubleedge": [ + "echoedvoice": [ "9M" ], - "doubleteam": [ + "electricterrain": [ "9M" ], - "earthquake": [ + "electroball": [ "9M" ], "endure": [ @@ -142552,16 +142600,34 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], + "flash": [ + "9M" + ], + "flashcannon": [ + "9M" + ], + "fling": [ + "9M" + ], + "fly": [ + "9M" + ], + "focusblast": [ + "9M" + ], + "focuspunch": [ + "9M" + ], "frustration": [ "9M" ], - "gigaimpact": [ + "fusionbolt": [ "9M" ], - "headbutt": [ + "gigaimpact": [ "9M" ], - "heavyslam": [ + "haze": [ "9M" ], "helpinghand": [ @@ -142570,54 +142636,57 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hiddenpower": [ "9M" ], - "hydropump": [ + "honeclaws": [ "9M" ], "hyperbeam": [ "9M" ], - "icebeam": [ - "9M" - ], - "icywind": [ + "hypervoice": [ "9M" ], - "ironhead": [ + "imprison": [ "9M" ], - "liquidation": [ + "laserfocus": [ "9M" ], - "mimic": [ + "lightscreen": [ "9M" ], - "muddywater": [ + "magnetrise": [ "9M" ], - "mudslap": [ + "nobleroar": [ "9M" ], - "naturalgift": [ + "outrage": [ "9M" ], - "originpulse": [ + "payback": [ "9M" ], "protect": [ "9M" ], - "psychup": [ + "psychic": [ "9M" ], "raindance": [ "9M" ], + "reflect": [ + "9M" + ], "rest": [ "9M" ], "return": [ "9M" ], + "risingvoltage": [ + "9M" + ], "roar": [ "9M" ], @@ -142630,13 +142699,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "rocktomb": [ "9M" ], + "roost": [ + "9M" + ], "round": [ "9M" ], "safeguard": [ "9M" ], - "scald": [ + "scaleshot": [ "9M" ], "scaryface": [ @@ -142645,7 +142717,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "secretpower": [ "9M" ], - "sheercold": [ + "shadowball": [ + "9M" + ], + "shadowclaw": [ "9M" ], "shockwave": [ @@ -142654,19 +142729,34 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "signalbeam": [ "9M" ], + "slash": [ + "9M" + ], "sleeptalk": [ "9M" ], "snore": [ "9M" ], + "stealthrock": [ + "9M" + ], + "steelwing": [ + "9M" + ], + "stoneedge": [ + "9M" + ], "strength": [ "9M" ], "substitute": [ "9M" ], - "surf": [ + "sunnyday": [ + "9M" + ], + "supercellslam": [ "9M" ], "swagger": [ @@ -142675,6 +142765,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], + "tailwind": [ + "9M" + ], "takedown": [ "9M" ], @@ -142687,33 +142780,39 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderbolt": [ "9M" ], + "thunderfang": [ + "9M" + ], + "thunderpunch": [ + "9M" + ], "thunderwave": [ "9M" ], "toxic": [ "9M" ], - "uproar": [ + "voltswitch": [ "9M" ], - "waterfall": [ + "weatherball": [ "9M" ], - "waterpulse": [ + "wildcharge": [ "9M" ], - "waterspout": [ + "zenheadbutt": [ "9M" ], - "whirlpool": [ + "dragonrush": [ "9M" ], - "snowscape": [ + "thunderouskick": [ "9M" ] } }, - "groudon": { + "kyuremwhite": { "inherit": true, "learnset": { "aerialace": [ @@ -142722,7 +142821,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "ancientpower": [ "9M" ], - "block": [ + "avalanche": [ + "9M" + ], + "blizzard": [ "9M" ], "bodypress": [ @@ -142731,196 +142833,157 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "bodyslam": [ "9M" ], - "brickbreak": [ + "breakingswipe": [ "9M" ], "brutalswing": [ "9M" ], - "bulkup": [ - "9M" - ], - "bulldoze": [ - "9M" - ], "confide": [ "9M" ], - "counter": [ + "cut": [ "9M" ], - "crunch": [ + "doubleteam": [ "9M" ], - "cut": [ + "dracometeor": [ "9M" ], - "defensecurl": [ + "dragonbreath": [ "9M" ], - "dig": [ + "dragoncheer": [ "9M" ], - "doubleedge": [ + "dragonclaw": [ "9M" ], - "doubleteam": [ + "dragondance": [ "9M" ], - "dragonclaw": [ + "dragonpulse": [ "9M" ], - "dragonpulse": [ + "dragonrage": [ "9M" ], "dragontail": [ "9M" ], - "dynamicpunch": [ + "dualwingbeat": [ "9M" ], "earthpower": [ "9M" ], - "earthquake": [ + "echoedvoice": [ "9M" ], - "endure": [ + "endeavor": [ "9M" ], - "eruption": [ + "endure": [ "9M" ], "facade": [ "9M" ], - "fireblast": [ - "9M" - ], - "firefang": [ - "9M" - ], - "firepunch": [ - "9M" - ], - "fissure": [ + "flashcannon": [ "9M" ], - "flamethrower": [ + "fling": [ "9M" ], - "fling": [ + "fly": [ "9M" ], "focusblast": [ "9M" ], - "focuspunch": [ + "freezedry": [ "9M" ], "frustration": [ "9M" ], - "furycutter": [ + "fusionflare": [ "9M" ], "gigaimpact": [ "9M" ], - "hammerarm": [ - "9M" - ], - "headbutt": [ - "9M" - ], - "heatcrash": [ - "9M" - ], - "heatwave": [ - "9M" - ], - "heavyslam": [ - "9M" - ], "helpinghand": [ "9M" ], "hiddenpower": [ "9M" ], - "highhorsepower": [ - "9M" - ], "honeclaws": [ "9M" ], "hyperbeam": [ "9M" ], - "incinerate": [ - "9M" - ], - "ironhead": [ + "hypervoice": [ "9M" ], - "irontail": [ + "icebeam": [ "9M" ], - "lavaplume": [ + "iceburn": [ "9M" ], - "megakick": [ + "icefang": [ "9M" ], - "megapunch": [ + "iciclespear": [ "9M" ], - "metalclaw": [ + "icywind": [ "9M" ], - "mimic": [ + "imprison": [ "9M" ], - "mudshot": [ + "ironhead": [ "9M" ], - "mudslap": [ + "laserfocus": [ "9M" ], - "naturalgift": [ + "lightscreen": [ "9M" ], - "overheat": [ + "nobleroar": [ "9M" ], - "poweruppunch": [ + "outrage": [ "9M" ], - "precipiceblades": [ + "payback": [ "9M" ], "protect": [ "9M" ], - "psychup": [ - "9M" - ], - "rest": [ + "psychic": [ "9M" ], - "return": [ + "raindance": [ "9M" ], - "roar": [ + "reflect": [ "9M" ], - "rockblast": [ + "rest": [ "9M" ], - "rockclimb": [ + "return": [ "9M" ], - "rockpolish": [ + "roar": [ "9M" ], "rockslide": [ @@ -142932,7 +142995,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "rocktomb": [ "9M" ], - "rollout": [ + "roost": [ "9M" ], "round": [ @@ -142941,52 +143004,40 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "safeguard": [ "9M" ], - "sandstorm": [ - "9M" - ], - "sandtomb": [ + "scaleshot": [ "9M" ], "scaryface": [ "9M" ], - "scorchingsands": [ - "9M" - ], "secretpower": [ "9M" ], - "seismictoss": [ + "shadowball": [ "9M" ], "shadowclaw": [ "9M" ], - "shockwave": [ + "sheercold": [ "9M" ], - "slash": [ + "signalbeam": [ "9M" ], - "sleeptalk": [ + "slash": [ "9M" ], - "smackdown": [ + "sleeptalk": [ "9M" ], "snore": [ "9M" ], - "solarbeam": [ - "9M" - ], - "spikes": [ - "9M" - ], - "stealthrock": [ + "snowscape": [ "9M" ], - "stompingtantrum": [ + "steelwing": [ "9M" ], "stoneedge": [ @@ -143007,34 +143058,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], - "swordsdance": [ - "9M" - ], "takedown": [ "9M" ], "terablast": [ "9M" ], - "thunder": [ - "9M" - ], - "thunderbolt": [ - "9M" - ], - "thunderpunch": [ - "9M" - ], - "thunderwave": [ - "9M" - ], "toxic": [ "9M" ], - "uproar": [ - "9M" - ], - "willowisp": [ + "weatherball": [ "9M" ], "zenheadbutt": [ @@ -143042,28 +143075,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab ] } }, - "rayquaza": { + "kyuremblack": { "inherit": true, "learnset": { "aerialace": [ "9M" ], - "airslash": [ - "9M" - ], "ancientpower": [ "9M" ], - "aquatail": [ - "9M" - ], "avalanche": [ "9M" ], - "bind": [ + "blizzard": [ "9M" ], - "blizzard": [ + "bodypress": [ "9M" ], "bodyslam": [ @@ -143072,37 +143099,13 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "breakingswipe": [ "9M" ], - "brickbreak": [ - "9M" - ], "brutalswing": [ "9M" ], - "bulkup": [ - "9M" - ], - "bulldoze": [ - "9M" - ], - "celebrate": [ - "9M" - ], "confide": [ "9M" ], - "cosmicpower": [ - "9M" - ], - "crunch": [ - "9M" - ], - "defog": [ - "9M" - ], - "dive": [ - "9M" - ], - "doubleedge": [ + "cut": [ "9M" ], "doubleteam": [ @@ -143111,7 +143114,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "dracometeor": [ "9M" ], - "dragonascent": [ + "dragonbreath": [ "9M" ], "dragoncheer": [ @@ -143126,34 +143129,31 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "dragonpulse": [ "9M" ], - "dragontail": [ + "dragonrage": [ "9M" ], - "earthpower": [ + "dragontail": [ "9M" ], - "earthquake": [ + "dualwingbeat": [ "9M" ], - "echoedvoice": [ + "earthpower": [ "9M" ], - "endure": [ + "echoedvoice": [ "9M" ], - "energyball": [ + "endeavor": [ "9M" ], - "extremespeed": [ + "endure": [ "9M" ], "facade": [ "9M" ], - "fireblast": [ - "9M" - ], - "flamethrower": [ + "flashcannon": [ "9M" ], "fling": [ @@ -143165,19 +143165,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "focusblast": [ "9M" ], - "frustration": [ + "freezedry": [ "9M" ], - "furycutter": [ + "freezeshock": [ "9M" ], - "gigaimpact": [ + "frustration": [ "9M" ], - "gyroball": [ + "fusionbolt": [ "9M" ], - "headbutt": [ + "gigaimpact": [ "9M" ], "helpinghand": [ @@ -143189,12 +143189,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "honeclaws": [ "9M" ], - "hurricane": [ - "9M" - ], - "hydropump": [ - "9M" - ], "hyperbeam": [ "9M" ], @@ -143204,45 +143198,48 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "icebeam": [ "9M" ], - "icywind": [ + "icefang": [ "9M" ], - "incinerate": [ + "iciclespear": [ "9M" ], - "ironhead": [ + "icywind": [ "9M" ], - "irontail": [ + "imprison": [ "9M" ], - "meteorbeam": [ + "ironhead": [ "9M" ], - "mimic": [ + "laserfocus": [ "9M" ], - "mudslap": [ + "lightscreen": [ "9M" ], - "naturalgift": [ + "nobleroar": [ "9M" ], "outrage": [ "9M" ], - "overheat": [ + "payback": [ "9M" ], "protect": [ "9M" ], - "psychup": [ + "psychic": [ "9M" ], "raindance": [ "9M" ], + "reflect": [ + "9M" + ], "rest": [ "9M" ], @@ -143261,10 +143258,13 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "rocktomb": [ "9M" ], + "roost": [ + "9M" + ], "round": [ "9M" ], - "sandstorm": [ + "safeguard": [ "9M" ], "scaleshot": [ @@ -143276,13 +143276,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "secretpower": [ "9M" ], + "shadowball": [ + "9M" + ], "shadowclaw": [ "9M" ], - "shockwave": [ + "sheercold": [ "9M" ], - "skydrop": [ + "signalbeam": [ + "9M" + ], + "slash": [ "9M" ], "sleeptalk": [ @@ -143291,10 +143297,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "snore": [ "9M" ], - "solarbeam": [ + "snowscape": [ "9M" ], - "stealthrock": [ + "steelwing": [ "9M" ], "stoneedge": [ @@ -143309,78 +143315,51 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], - "surf": [ - "9M" - ], "swagger": [ "9M" ], "swift": [ "9M" ], - "swordsdance": [ - "9M" - ], - "tailwind": [ - "9M" - ], "takedown": [ "9M" ], "terablast": [ "9M" ], - "thunder": [ - "9M" - ], - "thunderbolt": [ - "9M" - ], - "thunderwave": [ - "9M" - ], "toxic": [ "9M" ], - "twister": [ - "9M" - ], - "uproar": [ - "9M" - ], - "uturn": [ - "9M" - ], - "vcreate": [ + "weatherball": [ "9M" ], - "waterfall": [ + "zenheadbutt": [ "9M" ], - "waterpulse": [ + "superpower": [ "9M" ], - "whirlpool": [ + "icepunch": [ "9M" ], - "wildcharge": [ + "dragonrush": [ "9M" ] } }, - "jirachi": { + "keldeo": { "inherit": true, "learnset": { "aerialace": [ "9M" ], - "allyswitch": [ + "airslash": [ "9M" ], - "amnesia": [ + "aquajet": [ "9M" ], - "ancientpower": [ + "aquatail": [ "9M" ], "aurasphere": [ @@ -143389,268 +143368,175 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "batonpass": [ "9M" ], - "bodyslam": [ - "9M" - ], - "calmmind": [ + "bounce": [ "9M" ], - "chargebeam": [ + "brickbreak": [ "9M" ], - "charm": [ + "bubblebeam": [ "9M" ], - "confide": [ + "calmmind": [ "9M" ], - "confuseray": [ + "chillingwater": [ "9M" ], - "confusion": [ + "closecombat": [ "9M" ], - "cosmicpower": [ + "coaching": [ "9M" ], - "dazzlinggleam": [ + "confide": [ "9M" ], - "defensecurl": [ + "covet": [ "9M" ], - "doomdesire": [ + "cut": [ "9M" ], "doubleedge": [ "9M" ], - "doubleteam": [ - "9M" - ], - "dracometeor": [ - "9M" - ], - "drainpunch": [ - "9M" - ], - "dreameater": [ + "doublekick": [ "9M" ], - "dynamicpunch": [ + "doubleteam": [ "9M" ], - "encore": [ + "endeavor": [ "9M" ], "endure": [ "9M" ], - "energyball": [ - "9M" - ], - "expandingforce": [ - "9M" - ], "facade": [ "9M" ], - "faketears": [ - "9M" - ], - "firepunch": [ - "9M" - ], - "flash": [ + "falseswipe": [ "9M" ], - "flashcannon": [ + "flipturn": [ "9M" ], - "fling": [ + "focusblast": [ "9M" ], "frustration": [ "9M" ], - "futuresight": [ - "9M" - ], "gigaimpact": [ "9M" ], - "grassknot": [ - "9M" - ], - "gravity": [ - "9M" - ], - "happyhour": [ - "9M" - ], - "headbutt": [ - "9M" - ], - "healingwish": [ - "9M" - ], - "heartstamp": [ - "9M" - ], "helpinghand": [ "9M" ], "hiddenpower": [ "9M" ], - "hyperbeam": [ + "hydropump": [ "9M" ], - "icepunch": [ + "hyperbeam": [ "9M" ], "icywind": [ "9M" ], - "imprison": [ - "9M" - ], - "irondefense": [ - "9M" - ], - "ironhead": [ - "9M" - ], "lastresort": [ "9M" ], - "lifedew": [ - "9M" - ], - "lightscreen": [ - "9M" - ], - "luckychant": [ - "9M" - ], - "magiccoat": [ - "9M" - ], - "magicroom": [ - "9M" - ], - "megakick": [ - "9M" - ], - "megapunch": [ - "9M" - ], - "metalsound": [ - "9M" - ], - "meteorbeam": [ - "9M" - ], - "meteormash": [ - "9M" - ], - "metronome": [ - "9M" - ], - "mimic": [ + "leer": [ "9M" ], - "moonblast": [ + "liquidation": [ "9M" ], - "mudslap": [ + "lowkick": [ "9M" ], - "naturalgift": [ + "megahorn": [ "9M" ], - "nightmare": [ + "muddywater": [ "9M" ], - "playrough": [ + "painsplit": [ "9M" ], - "poweruppunch": [ + "poisonjab": [ "9M" ], "protect": [ "9M" ], - "psybeam": [ + "psychup": [ "9M" ], - "psychic": [ + "quickguard": [ "9M" ], - "psychicnoise": [ + "raindance": [ "9M" ], - "psychup": [ + "reflect": [ "9M" ], - "psyshock": [ + "rest": [ "9M" ], - "raindance": [ + "retaliate": [ "9M" ], - "recycle": [ + "return": [ "9M" ], - "reflect": [ + "revenge": [ "9M" ], - "refresh": [ + "reversal": [ "9M" ], - "rest": [ + "roar": [ "9M" ], - "return": [ + "rocksmash": [ "9M" ], "round": [ "9M" ], - "safeguard": [ - "9M" - ], - "sandstorm": [ - "9M" - ], - "secretpower": [ + "sacredsword": [ "9M" ], - "shadowball": [ + "safeguard": [ "9M" ], - "shockwave": [ + "scald": [ "9M" ], - "signalbeam": [ + "secretpower": [ "9M" ], - "skillswap": [ + "secretsword": [ "9M" ], "sleeptalk": [ "9M" ], - "snore": [ + "smartstrike": [ "9M" ], - "stealthrock": [ + "snore": [ "9M" ], - "steelbeam": [ + "stoneedge": [ "9M" ], - "storedpower": [ + "strength": [ "9M" ], "substitute": [ @@ -143659,111 +143545,105 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], - "swagger": [ + "superpower": [ "9M" ], - "swift": [ + "surf": [ "9M" ], - "telekinesis": [ + "swagger": [ "9M" ], - "terablast": [ + "swift": [ "9M" ], - "thunder": [ + "swordsdance": [ "9M" ], - "thunderbolt": [ + "takedown": [ "9M" ], - "thunderpunch": [ + "taunt": [ "9M" ], - "thunderwave": [ + "terablast": [ "9M" ], "toxic": [ "9M" ], - "trick": [ + "trailblaze": [ "9M" ], - "trickroom": [ + "upperhand": [ "9M" ], - "uproar": [ + "vacuumwave": [ "9M" ], - "uturn": [ + "waterpulse": [ "9M" ], - "waterpulse": [ + "workup": [ "9M" ], - "wish": [ + "xscissor": [ "9M" ], - "zenheadbutt": [ + "snowscape": [ "9M" ] } }, - "deoxys": { + "meloetta": { "inherit": true, "learnset": { - "aerialace": [ + "acrobatics": [ "9M" ], - "agility": [ + "alluringvoice": [ "9M" ], "allyswitch": [ "9M" ], - "amnesia": [ + "batonpass": [ "9M" ], - "avalanche": [ + "brickbreak": [ "9M" ], - "bind": [ + "calmmind": [ "9M" ], - "bodyslam": [ + "celebrate": [ "9M" ], - "brickbreak": [ + "chargebeam": [ "9M" ], - "brutalswing": [ + "charm": [ "9M" ], - "calmmind": [ + "closecombat": [ "9M" ], - "chargebeam": [ + "coaching": [ "9M" ], "confide": [ "9M" ], - "cosmicpower": [ - "9M" - ], - "counter": [ - "9M" - ], - "cut": [ + "confusion": [ "9M" ], - "darkpulse": [ + "covet": [ "9M" ], - "detect": [ + "dazzlinggleam": [ "9M" ], - "doubleedge": [ + "disarmingvoice": [ "9M" ], "doubleteam": [ @@ -143775,31 +143655,31 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "dreameater": [ "9M" ], - "dynamicpunch": [ + "dualchop": [ "9M" ], - "endure": [ + "echoedvoice": [ "9M" ], - "energyball": [ + "embargo": [ "9M" ], - "expandingforce": [ + "endure": [ "9M" ], - "extremespeed": [ + "energyball": [ "9M" ], "facade": [ "9M" ], - "firepunch": [ + "faketears": [ "9M" ], - "flash": [ + "firepunch": [ "9M" ], - "flashcannon": [ + "flash": [ "9M" ], "fling": [ @@ -143814,9 +143694,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "frustration": [ "9M" ], - "futuresight": [ - "9M" - ], "gigaimpact": [ "9M" ], @@ -143826,28 +143703,25 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "gravity": [ "9M" ], - "headbutt": [ - "9M" - ], - "hiddenpower": [ + "healbell": [ "9M" ], - "hyperbeam": [ + "helpinghand": [ "9M" ], - "icebeam": [ + "hiddenpower": [ "9M" ], - "icepunch": [ + "honeclaws": [ "9M" ], - "icywind": [ + "hyperbeam": [ "9M" ], - "imprison": [ + "hypervoice": [ "9M" ], - "irondefense": [ + "icepunch": [ "9M" ], "knockoff": [ @@ -143856,7 +143730,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "laserfocus": [ "9M" ], - "leer": [ + "lastresort": [ "9M" ], "lightscreen": [ @@ -143871,105 +143745,66 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "magiccoat": [ "9M" ], - "megakick": [ + "magicroom": [ "9M" ], - "megapunch": [ + "metronome": [ "9M" ], - "meteorbeam": [ + "payback": [ "9M" ], - "meteormash": [ + "perishsong": [ "9M" ], - "mimic": [ + "playrough": [ "9M" ], - "mirrorcoat": [ + "poweruppunch": [ "9M" ], - "mudslap": [ + "protect": [ "9M" ], - "nastyplot": [ + "psybeam": [ "9M" ], - "naturalgift": [ + "psychic": [ "9M" ], - "nightmare": [ + "psychup": [ "9M" ], - "nightshade": [ + "psyshock": [ "9M" ], - "painsplit": [ + "quickattack": [ "9M" ], - "poisonjab": [ + "raindance": [ "9M" ], - "poweruppunch": [ + "recycle": [ "9M" ], - "protect": [ + "relicsong": [ "9M" ], - "psybeam": [ + "rest": [ "9M" ], - "psychic": [ + "retaliate": [ "9M" ], - "psychicnoise": [ + "return": [ "9M" ], - "psychicterrain": [ - "9M" - ], - "psychoboost": [ - "9M" - ], - "psychoshift": [ - "9M" - ], - "psychup": [ - "9M" - ], - "psyshock": [ - "9M" - ], - "pursuit": [ - "9M" - ], - "raindance": [ - "9M" - ], - "recover": [ - "9M" - ], - "recycle": [ - "9M" - ], - "reflect": [ - "9M" - ], - "rest": [ - "9M" - ], - "return": [ - "9M" - ], - "rockslide": [ + "reversal": [ "9M" ], "rocksmash": [ "9M" ], - "rocktomb": [ - "9M" - ], "roleplay": [ "9M" ], @@ -143979,16 +143814,13 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "safeguard": [ "9M" ], - "scaryface": [ - "9M" - ], "secretpower": [ "9M" ], - "seismictoss": [ + "shadowball": [ "9M" ], - "shadowball": [ + "shadowclaw": [ "9M" ], "shockwave": [ @@ -143997,6 +143829,9 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "signalbeam": [ "9M" ], + "sing": [ + "9M" + ], "skillswap": [ "9M" ], @@ -144009,19 +143844,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "snore": [ "9M" ], - "solarbeam": [ - "9M" - ], - "spikes": [ - "9M" - ], - "stealthrock": [ - "9M" - ], - "stompingtantrum": [ - "9M" - ], - "storedpower": [ + "stoneedge": [ "9M" ], "strength": [ @@ -144033,33 +143856,24 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], - "superpower": [ - "9M" - ], "swagger": [ "9M" ], "swift": [ "9M" ], - "takedown": [ + "swordsdance": [ "9M" ], - "taunt": [ + "teeterdance": [ "9M" ], "telekinesis": [ "9M" ], - "teleport": [ - "9M" - ], "terablast": [ "9M" ], - "throatchop": [ - "9M" - ], "thunder": [ "9M" ], @@ -144072,9 +143886,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderwave": [ "9M" ], - "torment": [ - "9M" - ], "toxic": [ "9M" ], @@ -144084,16 +143895,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "trickroom": [ "9M" ], - "waterpulse": [ + "tripleaxel": [ "9M" ], - "wonderroom": [ + "uproar": [ "9M" ], - "wrap": [ + "uturn": [ "9M" ], - "zapcannon": [ + "wakeupslap": [ + "9M" + ], + "wonderroom": [ + "9M" + ], + "workup": [ "9M" ], "zenheadbutt": [ @@ -144101,79 +143918,64 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab ] } }, - "dialga": { + "genesect": { "inherit": true, "learnset": { "aerialace": [ "9M" ], - "ancientpower": [ - "9M" - ], - "aurasphere": [ - "9M" - ], - "blizzard": [ + "allyswitch": [ "9M" ], - "bodypress": [ + "assurance": [ "9M" ], - "bodyslam": [ + "blazekick": [ "9M" ], - "breakingswipe": [ + "blizzard": [ "9M" ], - "brickbreak": [ + "bugbite": [ "9M" ], - "bulkup": [ + "bugbuzz": [ "9M" ], - "bulldoze": [ + "chargebeam": [ "9M" ], "confide": [ "9M" ], - "cut": [ + "darkpulse": [ "9M" ], "doubleteam": [ "9M" ], - "dracometeor": [ - "9M" - ], - "dragonbreath": [ - "9M" - ], - "dragonclaw": [ - "9M" - ], - "dragonpulse": [ + "electroweb": [ "9M" ], - "dragontail": [ + "endure": [ "9M" ], - "earthpower": [ + "energyball": [ "9M" ], - "earthquake": [ + "explosion": [ "9M" ], - "echoedvoice": [ + "extremespeed": [ "9M" ], - "endure": [ + "facade": [ "9M" ], - "facade": [ + "fellstinger": [ "9M" ], - "fireblast": [ + "flamecharge": [ "9M" ], "flamethrower": [ @@ -144185,7 +143987,7 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "flashcannon": [ "9M" ], - "focusblast": [ + "fly": [ "9M" ], "frustration": [ @@ -144194,19 +143996,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "furycutter": [ "9M" ], - "gigaimpact": [ - "9M" - ], - "gravity": [ + "gigadrain": [ "9M" ], - "headbutt": [ + "gigaimpact": [ "9M" ], - "healblock": [ + "gravity": [ "9M" ], - "heavyslam": [ + "gunkshot": [ "9M" ], "hiddenpower": [ @@ -144218,13 +144017,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hyperbeam": [ "9M" ], - "hypervoice": [ - "9M" - ], "icebeam": [ "9M" ], - "incinerate": [ + "infestation": [ "9M" ], "irondefense": [ @@ -144233,88 +144029,82 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "ironhead": [ "9M" ], - "irontail": [ - "9M" - ], - "magnetrise": [ + "lastresort": [ "9M" ], - "metalburst": [ + "leechlife": [ "9M" ], - "metalclaw": [ + "lightscreen": [ "9M" ], - "metalsound": [ + "lockon": [ "9M" ], - "mudslap": [ + "magiccoat": [ "9M" ], - "naturalgift": [ + "magnetbomb": [ "9M" ], - "outrage": [ + "magnetrise": [ "9M" ], - "overheat": [ + "metalclaw": [ "9M" ], - "powergem": [ + "metalsound": [ "9M" ], "protect": [ "9M" ], - "psychup": [ - "9M" - ], - "raindance": [ + "psychic": [ "9M" ], - "rest": [ + "quickattack": [ "9M" ], - "return": [ + "recycle": [ "9M" ], - "roar": [ + "reflect": [ "9M" ], - "roaroftime": [ + "rest": [ "9M" ], - "rockslide": [ + "return": [ "9M" ], - "rocksmash": [ + "rockpolish": [ "9M" ], - "rocktomb": [ + "round": [ "9M" ], - "round": [ + "screech": [ "9M" ], - "safeguard": [ + "secretpower": [ "9M" ], - "sandstorm": [ + "selfdestruct": [ "9M" ], - "scaleshot": [ + "shadowclaw": [ "9M" ], - "scaryface": [ + "shiftgear": [ "9M" ], - "secretpower": [ + "shockwave": [ "9M" ], - "shadowclaw": [ + "signalbeam": [ "9M" ], - "shockwave": [ + "simplebeam": [ "9M" ], "slash": [ @@ -144326,37 +144116,28 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "snore": [ "9M" ], - "stealthrock": [ + "solarbeam": [ "9M" ], "steelbeam": [ "9M" ], - "stompingtantrum": [ - "9M" - ], - "stoneedge": [ - "9M" - ], - "strength": [ + "strugglebug": [ "9M" ], "substitute": [ "9M" ], - "sunnyday": [ - "9M" - ], "swagger": [ "9M" ], "swift": [ "9M" ], - "takedown": [ + "technoblast": [ "9M" ], - "terablast": [ + "telekinesis": [ "9M" ], "thunder": [ @@ -144371,63 +144152,48 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "toxic": [ "9M" ], - "trick": [ + "triattack": [ "9M" ], - "trickroom": [ + "uturn": [ "9M" ], - "twister": [ - "9M" - ] - } - }, - "palkia": { - "inherit": true, - "learnset": { - "aerialace": [ + "xscissor": [ "9M" ], - "ancientpower": [ + "zapcannon": [ "9M" ], - "aquaring": [ + "zenheadbutt": [ "9M" ], - "aquatail": [ + "terablast": [ "9M" ], - "aurasphere": [ + "feint": [ "9M" - ], - "avalanche": [ + ] + } + }, + "xerneas": { + "inherit": true, + "learnset": { + "aromatherapy": [ "9M" ], - "blizzard": [ + "aurorabeam": [ "9M" ], - "bodypress": [ + "block": [ "9M" ], "bodyslam": [ "9M" ], - "breakingswipe": [ - "9M" - ], - "brickbreak": [ - "9M" - ], - "brine": [ - "9M" - ], - "bulkup": [ - "9M" - ], - "bulldoze": [ + "calmmind": [ "9M" ], - "chillingwater": [ + "closecombat": [ "9M" ], "confide": [ @@ -144436,37 +144202,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "cut": [ "9M" ], - "dive": [ - "9M" - ], - "doubleteam": [ - "9M" - ], - "dracometeor": [ - "9M" - ], - "dragonbreath": [ - "9M" - ], - "dragonclaw": [ - "9M" - ], - "dragonpulse": [ + "dazzlinggleam": [ "9M" ], - "dragontail": [ + "defog": [ "9M" ], - "dualwingbeat": [ + "doubleteam": [ "9M" ], - "earthpower": [ + "drainingkiss": [ "9M" ], - "earthquake": [ + "echoedvoice": [ "9M" ], - "echoedvoice": [ + "endeavor": [ "9M" ], "endure": [ @@ -144475,49 +144226,37 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], - "fireblast": [ - "9M" - ], - "flamethrower": [ + "flash": [ "9M" ], - "fling": [ + "flashcannon": [ "9M" ], "focusblast": [ "9M" ], - "focuspunch": [ - "9M" - ], "frustration": [ "9M" ], - "furycutter": [ + "geomancy": [ "9M" ], "gigaimpact": [ "9M" ], - "gravity": [ - "9M" - ], - "headbutt": [ + "grassknot": [ "9M" ], - "healblock": [ + "gravity": [ "9M" ], - "heavyslam": [ + "healpulse": [ "9M" ], "hiddenpower": [ "9M" ], - "honeclaws": [ - "9M" - ], - "hydropump": [ + "hornleech": [ "9M" ], "hyperbeam": [ @@ -144526,103 +144265,82 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hypervoice": [ "9M" ], - "icebeam": [ + "ingrain": [ "9M" ], - "icywind": [ + "laserfocus": [ "9M" ], - "incinerate": [ + "lightscreen": [ "9M" ], - "liquidation": [ + "megahorn": [ "9M" ], - "mudslap": [ + "mistyexplosion": [ "9M" ], - "naturalgift": [ + "mistyterrain": [ "9M" ], - "outrage": [ + "moonblast": [ "9M" ], - "powergem": [ + "naturepower": [ "9M" ], - "protect": [ + "nightslash": [ "9M" ], - "psychup": [ + "outrage": [ "9M" ], - "raindance": [ + "playrough": [ "9M" ], - "rest": [ + "protect": [ "9M" ], - "return": [ + "psychic": [ "9M" ], - "roar": [ + "psychup": [ "9M" ], - "rockslide": [ + "psyshock": [ "9M" ], - "rocksmash": [ + "raindance": [ "9M" ], - "rocktomb": [ + "reflect": [ "9M" ], - "round": [ + "rest": [ "9M" ], - "safeguard": [ + "return": [ "9M" ], - "sandstorm": [ + "roar": [ "9M" ], - "scaleshot": [ + "rockslide": [ "9M" ], - "scaryface": [ + "round": [ "9M" ], "secretpower": [ "9M" ], - "shadowclaw": [ - "9M" - ], - "shockwave": [ - "9M" - ], - "slash": [ - "9M" - ], "sleeptalk": [ "9M" ], - "snore": [ - "9M" - ], - "snowscape": [ - "9M" - ], - "spacialrend": [ - "9M" - ], - "stompingtantrum": [ - "9M" - ], - "stoneedge": [ + "smartstrike": [ "9M" ], - "strength": [ + "snore": [ "9M" ], "substitute": [ @@ -144631,19 +144349,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], - "surf": [ - "9M" - ], "swagger": [ "9M" ], "swift": [ "9M" ], + "tackle": [ + "9M" + ], "takedown": [ "9M" ], - "terablast": [ + "terrainpulse": [ "9M" ], "thunder": [ @@ -144658,71 +144376,41 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "toxic": [ "9M" ], - "trick": [ - "9M" - ], - "trickroom": [ - "9M" - ], - "twister": [ + "wonderroom": [ "9M" ], - "waterfall": [ + "zenheadbutt": [ "9M" ], - "waterpulse": [ + "snowscape": [ "9M" ], - "whirlpool": [ + "terablast": [ "9M" ] } }, - "giratina": { + "yveltal": { "inherit": true, "learnset": { - "aerialace": [ - "9M" - ], - "aircutter": [ + "acrobatics": [ "9M" ], - "ancientpower": [ + "aerialace": [ "9M" ], - "aquatail": [ + "airslash": [ "9M" ], - "aurasphere": [ + "block": [ "9M" ], "bodyslam": [ "9M" ], - "breakingswipe": [ - "9M" - ], - "brutalswing": [ - "9M" - ], - "bulldoze": [ - "9M" - ], - "calmmind": [ - "9M" - ], - "chargebeam": [ - "9M" - ], "confide": [ "9M" ], - "confuseray": [ - "9M" - ], - "curse": [ - "9M" - ], "cut": [ "9M" ], @@ -144732,25 +144420,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "defog": [ "9M" ], - "destinybond": [ + "disable": [ "9M" ], "doubleteam": [ "9M" ], - "dracometeor": [ - "9M" - ], - "dragonbreath": [ - "9M" - ], "dragonclaw": [ "9M" ], - "dragonpulse": [ - "9M" - ], - "dragontail": [ + "dragonrush": [ "9M" ], "dreameater": [ @@ -144759,46 +144438,34 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "dualwingbeat": [ "9M" ], - "earthpower": [ - "9M" - ], - "earthquake": [ - "9M" - ], - "echoedvoice": [ + "embargo": [ "9M" ], "endure": [ "9M" ], - "energyball": [ - "9M" - ], "facade": [ "9M" ], "fly": [ "9M" ], - "frustration": [ - "9M" - ], - "furycutter": [ + "focusblast": [ "9M" ], - "gigaimpact": [ + "foulplay": [ "9M" ], - "gravity": [ + "frustration": [ "9M" ], - "headbutt": [ + "gigaimpact": [ "9M" ], - "healblock": [ + "gust": [ "9M" ], - "hex": [ + "heatwave": [ "9M" ], "hiddenpower": [ @@ -144807,37 +144474,25 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "honeclaws": [ "9M" ], - "hyperbeam": [ - "9M" - ], - "hypervoice": [ - "9M" - ], - "icywind": [ - "9M" - ], - "ironhead": [ - "9M" - ], - "irontail": [ + "hurricane": [ "9M" ], - "magiccoat": [ + "hyperbeam": [ "9M" ], - "mudslap": [ + "hypervoice": [ "9M" ], - "naturalgift": [ + "knockoff": [ "9M" ], - "ominouswind": [ + "laserfocus": [ "9M" ], - "outrage": [ + "lashout": [ "9M" ], - "painsplit": [ + "oblivionwing": [ "9M" ], "payback": [ @@ -144846,19 +144501,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "phantomforce": [ "9M" ], - "poltergeist": [ - "9M" - ], "protect": [ "9M" ], "psychic": [ "9M" ], - "psychup": [ + "raindance": [ "9M" ], - "raindance": [ + "razorwind": [ "9M" ], "rest": [ @@ -144867,24 +144519,15 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "roar": [ - "9M" - ], - "rockclimb": [ + "rockslide": [ "9M" ], - "rocksmash": [ + "roost": [ "9M" ], "round": [ "9M" ], - "safeguard": [ - "9M" - ], - "scaryface": [ - "9M" - ], "secretpower": [ "9M" ], @@ -144894,43 +144537,28 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "shadowclaw": [ "9M" ], - "shadowforce": [ - "9M" - ], - "shadowsneak": [ - "9M" - ], - "shockwave": [ - "9M" - ], - "silverwind": [ - "9M" - ], - "skittersmack": [ + "skyattack": [ "9M" ], - "slash": [ + "skydrop": [ "9M" ], "sleeptalk": [ "9M" ], - "snore": [ + "snarl": [ "9M" ], - "spite": [ + "snore": [ "9M" ], "steelwing": [ "9M" ], - "stoneedge": [ - "9M" - ], - "strength": [ + "substitute": [ "9M" ], - "substitute": [ + "suckerpunch": [ "9M" ], "sunnyday": [ @@ -144945,117 +144573,105 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "tailwind": [ "9M" ], - "takedown": [ - "9M" - ], - "telekinesis": [ - "9M" - ], - "terablast": [ - "9M" - ], - "thunder": [ + "taunt": [ "9M" ], - "thunderbolt": [ + "thief": [ "9M" ], - "thunderwave": [ + "torment": [ "9M" ], "toxic": [ "9M" ], - "twister": [ + "uturn": [ "9M" ], - "willowisp": [ + "zenheadbutt": [ "9M" ], - "dragondance": [ + "terablast": [ "9M" ] } }, - "manaphy": { + "zygarde": { "inherit": true, "learnset": { - "acidarmor": [ - "9M" - ], - "alluringvoice": [ + "bind": [ "9M" ], - "ancientpower": [ + "bite": [ "9M" ], - "aquaring": [ + "block": [ "9M" ], - "batonpass": [ + "bodyslam": [ "9M" ], - "blizzard": [ + "breakingswipe": [ "9M" ], - "bounce": [ + "brickbreak": [ "9M" ], - "brine": [ + "bulldoze": [ "9M" ], - "bubble": [ + "camouflage": [ "9M" ], - "bubblebeam": [ + "coil": [ "9M" ], - "calmmind": [ + "confide": [ "9M" ], - "charm": [ + "coreenforcer": [ "9M" ], - "chillingwater": [ + "crunch": [ "9M" ], - "confide": [ + "dig": [ "9M" ], - "covet": [ + "doubleteam": [ "9M" ], - "dazzlinggleam": [ + "dracometeor": [ "9M" ], - "disarmingvoice": [ + "dragonbreath": [ "9M" ], - "dive": [ + "dragondance": [ "9M" ], - "doubleteam": [ + "dragonpulse": [ "9M" ], - "endure": [ + "dragontail": [ "9M" ], - "energyball": [ + "earthpower": [ "9M" ], - "facade": [ + "earthquake": [ "9M" ], - "faketears": [ + "endure": [ "9M" ], - "flash": [ + "extremespeed": [ "9M" ], - "fling": [ + "facade": [ "9M" ], - "flipturn": [ + "focusblast": [ "9M" ], "frustration": [ @@ -145064,76 +144680,61 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "gigaimpact": [ "9M" ], - "grassknot": [ - "9M" - ], - "haze": [ - "9M" - ], - "healbell": [ + "glare": [ "9M" ], - "heartswap": [ + "grassknot": [ "9M" ], - "helpinghand": [ + "haze": [ "9M" ], "hiddenpower": [ "9M" ], - "hydropump": [ + "highhorsepower": [ "9M" ], "hyperbeam": [ "9M" ], - "icebeam": [ - "9M" - ], - "icywind": [ - "9M" - ], - "knockoff": [ + "hypervoice": [ "9M" ], - "lastresort": [ + "irontail": [ "9M" ], - "lightscreen": [ + "landswrath": [ "9M" ], - "liquidation": [ + "outrage": [ "9M" ], - "mudslap": [ + "painsplit": [ "9M" ], - "naturalgift": [ + "payback": [ "9M" ], "protect": [ "9M" ], - "psybeam": [ - "9M" - ], - "psychic": [ + "rest": [ "9M" ], - "psychup": [ + "retaliate": [ "9M" ], - "raindance": [ + "return": [ "9M" ], - "reflect": [ + "reversal": [ "9M" ], - "rest": [ + "rockslide": [ "9M" ], - "return": [ + "rocksmash": [ "9M" ], "round": [ @@ -145142,162 +144743,159 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "safeguard": [ "9M" ], - "scald": [ - "9M" - ], - "secretpower": [ - "9M" - ], - "shadowball": [ - "9M" - ], - "signalbeam": [ + "sandstorm": [ "9M" ], - "skillswap": [ + "scaleshot": [ "9M" ], - "sleeptalk": [ + "scorchingsands": [ "9M" ], - "snore": [ + "secretpower": [ "9M" ], - "storedpower": [ + "shockwave": [ "9M" ], - "substitute": [ + "skittersmack": [ "9M" ], - "supersonic": [ + "sleeptalk": [ "9M" ], - "surf": [ + "sludgewave": [ "9M" ], - "swagger": [ + "snore": [ "9M" ], - "swift": [ + "spite": [ "9M" ], - "tailglow": [ + "stompingtantrum": [ "9M" ], - "takeheart": [ + "stoneedge": [ "9M" ], - "terablast": [ + "strength": [ "9M" ], - "toxic": [ + "substitute": [ "9M" ], - "uproar": [ + "sunnyday": [ "9M" ], - "uturn": [ + "superpower": [ "9M" ], - "waterfall": [ + "swagger": [ "9M" ], - "watergun": [ + "swift": [ "9M" ], - "waterpulse": [ + "thousandarrows": [ "9M" ], - "watersport": [ + "thousandwaves": [ "9M" ], - "weatherball": [ + "toxic": [ "9M" ], - "whirlpool": [ + "zenheadbutt": [ "9M" ], - "zenheadbutt": [ + "terablast": [ "9M" ], - "snowscape": [ + "attackorder": [ "9M" ] } }, - "darkrai": { + "diancie": { "inherit": true, "learnset": { - "aerialace": [ + "afteryou": [ "9M" ], - "blizzard": [ + "allyswitch": [ "9M" ], - "brickbreak": [ + "amnesia": [ "9M" ], - "calmmind": [ + "ancientpower": [ "9M" ], - "chargebeam": [ + "batonpass": [ "9M" ], - "confide": [ + "bodypress": [ "9M" ], - "confuseray": [ + "bodyslam": [ "9M" ], - "curse": [ + "bulldoze": [ "9M" ], - "cut": [ + "calmmind": [ "9M" ], - "darkpulse": [ + "charm": [ "9M" ], - "darkvoid": [ + "confide": [ "9M" ], - "disable": [ + "covet": [ + "9M" + ], + "dazzlinggleam": [ + "9M" + ], + "diamondstorm": [ "9M" ], "doubleteam": [ "9M" ], - "drainpunch": [ + "drainingkiss": [ "9M" ], - "dreameater": [ + "earthpower": [ "9M" ], - "embargo": [ + "encore": [ "9M" ], - "endure": [ + "endeavor": [ "9M" ], - "facade": [ + "endure": [ "9M" ], - "feintattack": [ + "explosion": [ "9M" ], - "flash": [ + "facade": [ "9M" ], - "fling": [ + "faketears": [ "9M" ], - "focusblast": [ + "flail": [ "9M" ], - "focuspunch": [ + "flash": [ "9M" ], - "foulplay": [ + "flashcannon": [ "9M" ], "frustration": [ @@ -145306,70 +144904,67 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "gigaimpact": [ "9M" ], - "haze": [ - "9M" - ], - "headbutt": [ + "gravity": [ "9M" ], - "hex": [ + "guardsplit": [ "9M" ], - "hiddenpower": [ + "guardswap": [ "9M" ], - "hyperbeam": [ + "gyroball": [ "9M" ], - "hypnosis": [ + "harden": [ "9M" ], - "icebeam": [ + "healbell": [ "9M" ], - "icywind": [ + "helpinghand": [ "9M" ], - "incinerate": [ + "hiddenpower": [ "9M" ], - "knockoff": [ + "hyperbeam": [ "9M" ], - "lashout": [ + "irondefense": [ "9M" ], "lastresort": [ "9M" ], - "mudslap": [ + "lightscreen": [ "9M" ], - "nastyplot": [ + "magnetrise": [ "9M" ], - "naturalgift": [ + "meteorbeam": [ "9M" ], - "nightmare": [ + "metronome": [ "9M" ], - "nightshade": [ + "mistyexplosion": [ "9M" ], - "ominouswind": [ + "moonblast": [ "9M" ], - "payback": [ + "mysticalfire": [ "9M" ], - "phantomforce": [ + "naturepower": [ "9M" ], - "poisonjab": [ + "playrough": [ "9M" ], - "poweruppunch": [ + "powergem": [ "9M" ], "protect": [ @@ -145384,34 +144979,25 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psyshock": [ "9M" ], - "pursuit": [ - "9M" - ], - "quickattack": [ - "9M" - ], "raindance": [ "9M" ], - "rest": [ + "reflect": [ "9M" ], - "retaliate": [ + "rest": [ "9M" ], "return": [ "9M" ], - "roaroftime": [ - "9M" - ], - "rockclimb": [ + "rockpolish": [ "9M" ], "rockslide": [ "9M" ], - "rocksmash": [ + "rockthrow": [ "9M" ], "rocktomb": [ @@ -145420,49 +145006,52 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "round": [ "9M" ], - "scaryface": [ + "safeguard": [ "9M" ], - "secretpower": [ + "sandstorm": [ "9M" ], - "shadowball": [ + "sandtomb": [ "9M" ], - "shadowclaw": [ + "scorchingsands": [ "9M" ], - "shockwave": [ + "secretpower": [ "9M" ], - "sleeptalk": [ + "sharpen": [ "9M" ], - "sludgebomb": [ + "skillswap": [ "9M" ], - "snarl": [ + "sleeptalk": [ "9M" ], - "snatch": [ + "smackdown": [ "9M" ], "snore": [ "9M" ], - "spacialrend": [ + "snowscape": [ "9M" ], - "spite": [ + "spikes": [ "9M" ], - "strength": [ + "stealthrock": [ "9M" ], - "substitute": [ + "stoneedge": [ "9M" ], - "suckerpunch": [ + "storedpower": [ + "9M" + ], + "substitute": [ "9M" ], "sunnyday": [ @@ -145474,84 +145063,57 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], - "swordsdance": [ - "9M" - ], - "taunt": [ - "9M" - ], - "terablast": [ - "9M" - ], - "thief": [ - "9M" - ], - "throatchop": [ + "tackle": [ "9M" ], - "thunder": [ + "takedown": [ "9M" ], - "thunderbolt": [ + "telekinesis": [ "9M" ], - "thunderwave": [ + "terablast": [ "9M" ], - "torment": [ + "terrainpulse": [ "9M" ], "toxic": [ "9M" ], - "trick": [ - "9M" - ], - "willowisp": [ + "trickroom": [ "9M" ], "wonderroom": [ "9M" - ], - "xscissor": [ - "9M" ] } }, - "shaymin": { + "volcanion": { "inherit": true, "learnset": { - "aircutter": [ - "9M" - ], - "airslash": [ - "9M" - ], - "aromatherapy": [ + "bodypress": [ "9M" ], - "batonpass": [ + "bodyslam": [ "9M" ], - "bulletseed": [ + "brickbreak": [ "9M" ], - "celebrate": [ + "bulldoze": [ "9M" ], "confide": [ "9M" ], - "covet": [ - "9M" - ], - "dazzlinggleam": [ + "cut": [ "9M" ], - "defensecurl": [ + "defog": [ "9M" ], - "disarmingvoice": [ + "dig": [ "9M" ], "doubleedge": [ @@ -145563,103 +145125,103 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "earthpower": [ "9M" ], - "endeavor": [ + "earthquake": [ "9M" ], "endure": [ "9M" ], - "energyball": [ + "explosion": [ "9M" ], "facade": [ "9M" ], - "flash": [ + "fireblast": [ "9M" ], - "frustration": [ + "firefang": [ "9M" ], - "gigadrain": [ + "firespin": [ "9M" ], - "gigaimpact": [ + "flamecharge": [ "9M" ], - "grassknot": [ + "flamethrower": [ "9M" ], - "grasswhistle": [ + "flareblitz": [ "9M" ], - "grassyglide": [ + "flashcannon": [ "9M" ], - "grassyterrain": [ + "fling": [ "9M" ], - "growth": [ + "focusblast": [ "9M" ], - "headbutt": [ + "focusenergy": [ "9M" ], - "healingwish": [ + "frustration": [ "9M" ], - "hiddenpower": [ + "gigaimpact": [ "9M" ], - "hyperbeam": [ + "gyroball": [ "9M" ], - "laserfocus": [ + "haze": [ "9M" ], - "lastresort": [ + "heatcrash": [ "9M" ], - "leafstorm": [ + "heatwave": [ "9M" ], - "leechseed": [ + "heavyslam": [ "9M" ], - "luckychant": [ + "hiddenpower": [ "9M" ], - "magicalleaf": [ + "hydropump": [ "9M" ], - "mudslap": [ + "hyperbeam": [ "9M" ], - "naturalgift": [ + "incinerate": [ "9M" ], - "naturepower": [ + "leer": [ "9M" ], - "ominouswind": [ + "liquidation": [ "9M" ], - "petalblizzard": [ + "mist": [ "9M" ], - "playrough": [ + "mistyterrain": [ "9M" ], - "protect": [ + "mudshot": [ "9M" ], - "psychic": [ + "overheat": [ "9M" ], - "psychup": [ + "protect": [ "9M" ], - "quickattack": [ + "raindance": [ "9M" ], "rest": [ @@ -145668,632 +145230,709 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "round": [ + "roar": [ "9M" ], - "safeguard": [ + "rockslide": [ "9M" ], - "secretpower": [ + "rocksmash": [ "9M" ], - "seedbomb": [ + "rocktomb": [ "9M" ], - "seedflare": [ + "round": [ + "9M" + ], + "sandstorm": [ + "9M" + ], + "scald": [ + "9M" + ], + "scaryface": [ + "9M" + ], + "scorchingsands": [ + "9M" + ], + "secretpower": [ + "9M" + ], + "selfdestruct": [ "9M" ], "sleeptalk": [ "9M" ], + "sludgebomb": [ + "9M" + ], + "sludgewave": [ + "9M" + ], + "smackdown": [ + "9M" + ], "snore": [ "9M" ], "solarbeam": [ "9M" ], - "substitute": [ + "steameruption": [ "9M" ], - "sunnyday": [ + "stomp": [ "9M" ], - "swagger": [ + "stompingtantrum": [ "9M" ], - "sweetkiss": [ + "stoneedge": [ "9M" ], - "sweetscent": [ + "strength": [ "9M" ], - "swift": [ + "substitute": [ "9M" ], - "swordsdance": [ + "sunnyday": [ "9M" ], - "synthesis": [ + "superpower": [ "9M" ], - "tailwind": [ + "swagger": [ "9M" ], "takedown": [ "9M" ], + "taunt": [ + "9M" + ], "terablast": [ "9M" ], + "thunderfang": [ + "9M" + ], "toxic": [ "9M" ], - "trailblaze": [ + "watergun": [ "9M" ], - "worryseed": [ + "waterpulse": [ "9M" ], - "zenheadbutt": [ + "weatherball": [ + "9M" + ], + "wildcharge": [ + "9M" + ], + "willowisp": [ "9M" ] } }, - "arceus": { + "cosmoem": { "inherit": true, "learnset": { - "acidspray": [ + "cosmicpower": [ "9M" ], - "aerialace": [ + "teleport": [ "9M" ], + "storedpower": [ + "9M" + ] + } + }, + "solgaleo": { + "inherit": true, + "learnset": { "agility": [ "9M" ], - "airslash": [ + "bodyslam": [ "9M" ], - "ancientpower": [ + "bulldoze": [ "9M" ], - "aquatail": [ + "calmmind": [ "9M" ], - "aurasphere": [ + "closecombat": [ "9M" ], - "avalanche": [ + "confide": [ "9M" ], - "blastburn": [ + "cosmicpower": [ "9M" ], - "blizzard": [ + "crunch": [ "9M" ], - "bodypress": [ + "doubleedge": [ "9M" ], - "bodyslam": [ + "doubleteam": [ "9M" ], - "brickbreak": [ + "earthquake": [ "9M" ], - "brine": [ + "endeavor": [ "9M" ], - "bugbuzz": [ + "endure": [ "9M" ], - "bulkup": [ + "expandingforce": [ "9M" ], - "bulldoze": [ + "facade": [ "9M" ], - "bulletseed": [ + "fireblast": [ "9M" ], - "calmmind": [ + "firespin": [ "9M" ], - "chargebeam": [ + "flamecharge": [ "9M" ], - "chillingwater": [ + "flamethrower": [ "9M" ], - "confide": [ + "flareblitz": [ "9M" ], - "confuseray": [ + "flashcannon": [ "9M" ], - "cosmicpower": [ + "focusblast": [ "9M" ], - "cut": [ + "frustration": [ "9M" ], - "darkpulse": [ + "futuresight": [ "9M" ], - "dazzlinggleam": [ + "gigaimpact": [ "9M" ], - "defog": [ + "gyroball": [ "9M" ], - "dive": [ + "heatcrash": [ "9M" ], - "doubleedge": [ + "heavyslam": [ "9M" ], - "doubleteam": [ + "helpinghand": [ "9M" ], - "dracometeor": [ + "hiddenpower": [ "9M" ], - "dragonclaw": [ + "hyperbeam": [ "9M" ], - "dragondance": [ + "hypervoice": [ "9M" ], - "dragonpulse": [ + "irondefense": [ "9M" ], - "dragontail": [ + "ironhead": [ "9M" ], - "dreameater": [ + "irontail": [ "9M" ], - "earthpower": [ + "knockoff": [ "9M" ], - "earthquake": [ + "lastresort": [ "9M" ], - "echoedvoice": [ + "lightscreen": [ "9M" ], - "electricterrain": [ + "metalburst": [ "9M" ], - "endure": [ + "metalclaw": [ "9M" ], - "energyball": [ + "metalsound": [ "9M" ], - "extremespeed": [ + "meteorbeam": [ "9M" ], - "facade": [ + "morningsun": [ "9M" ], - "fireblast": [ + "mysticalfire": [ "9M" ], - "flamethrower": [ + "nobleroar": [ "9M" ], - "flareblitz": [ + "outrage": [ "9M" ], - "flash": [ + "protect": [ "9M" ], - "flashcannon": [ + "psychic": [ "9M" ], - "fly": [ + "psychicfangs": [ "9M" ], - "focusblast": [ + "psychup": [ "9M" ], - "foulplay": [ + "psyshock": [ "9M" ], - "frustration": [ + "reflect": [ "9M" ], - "furycutter": [ + "rest": [ "9M" ], - "futuresight": [ + "return": [ "9M" ], - "gigadrain": [ + "roar": [ "9M" ], - "gigaimpact": [ + "rockslide": [ "9M" ], - "grassknot": [ + "rocktomb": [ "9M" ], - "grassyterrain": [ + "round": [ "9M" ], - "gravity": [ + "safeguard": [ "9M" ], - "gunkshot": [ + "scaryface": [ "9M" ], - "headbutt": [ + "shockwave": [ "9M" ], - "healingwish": [ + "sleeptalk": [ "9M" ], - "heatwave": [ + "snarl": [ "9M" ], - "heavyslam": [ + "snore": [ "9M" ], - "hex": [ + "solarbeam": [ "9M" ], - "hiddenpower": [ + "steelbeam": [ "9M" ], - "honeclaws": [ + "steelroller": [ "9M" ], - "hurricane": [ + "stoneedge": [ "9M" ], - "hydrocannon": [ + "substitute": [ "9M" ], - "hydropump": [ + "sunnyday": [ "9M" ], - "hyperbeam": [ + "sunsteelstrike": [ "9M" ], - "hypervoice": [ + "superpower": [ "9M" ], - "icebeam": [ + "swagger": [ "9M" ], - "icywind": [ + "swift": [ "9M" ], - "imprison": [ + "takedown": [ "9M" ], - "incinerate": [ + "teleport": [ "9M" ], - "irondefense": [ + "terablast": [ "9M" ], - "ironhead": [ + "thunder": [ "9M" ], - "irontail": [ + "thunderbolt": [ "9M" ], - "judgment": [ + "thunderwave": [ "9M" ], - "laserfocus": [ + "toxic": [ "9M" ], - "lastresort": [ + "trickroom": [ "9M" ], - "lightscreen": [ + "wakeupslap": [ "9M" ], - "liquidation": [ + "wideguard": [ "9M" ], - "magicalleaf": [ + "wildcharge": [ "9M" ], - "magiccoat": [ + "workup": [ "9M" ], - "meteorbeam": [ + "zenheadbutt": [ + "9M" + ] + } + }, + "lunala": { + "inherit": true, + "learnset": { + "acrobatics": [ "9M" ], - "mistyterrain": [ + "aerialace": [ "9M" ], - "mudslap": [ + "agility": [ "9M" ], - "naturalgift": [ + "airslash": [ "9M" ], - "ominouswind": [ + "blizzard": [ "9M" ], - "outrage": [ + "calmmind": [ "9M" ], - "overheat": [ + "chargebeam": [ "9M" ], - "payback": [ + "confide": [ "9M" ], - "perishsong": [ + "confuseray": [ "9M" ], - "phantomforce": [ + "confusion": [ "9M" ], - "poisonjab": [ + "cosmicpower": [ "9M" ], - "powergem": [ + "dazzlinggleam": [ "9M" ], - "protect": [ + "defog": [ "9M" ], - "psychic": [ + "doubleteam": [ "9M" ], - "psychicterrain": [ + "dreameater": [ "9M" ], - "psychup": [ + "dualwingbeat": [ "9M" ], - "psyshock": [ + "endure": [ "9M" ], - "punishment": [ + "expandingforce": [ "9M" ], - "quash": [ + "facade": [ "9M" ], - "raindance": [ + "fly": [ "9M" ], - "recover": [ + "focusblast": [ "9M" ], - "recycle": [ + "frustration": [ "9M" ], - "reflect": [ + "futuresight": [ "9M" ], - "refresh": [ + "gigaimpact": [ "9M" ], - "rest": [ + "heatwave": [ "9M" ], - "retaliate": [ + "helpinghand": [ "9M" ], - "return": [ + "hex": [ "9M" ], - "roar": [ + "hiddenpower": [ "9M" ], - "roaroftime": [ + "hyperbeam": [ "9M" ], - "rockclimb": [ + "hypnosis": [ "9M" ], - "rockslide": [ + "icebeam": [ "9M" ], - "rocksmash": [ + "icywind": [ "9M" ], - "rocktomb": [ + "lightscreen": [ "9M" ], - "round": [ + "magiccoat": [ "9M" ], - "safeguard": [ + "magicroom": [ "9M" ], - "sandstorm": [ + "meteorbeam": [ "9M" ], - "scaryface": [ + "moonblast": [ "9M" ], - "scorchingsands": [ + "moongeistbeam": [ "9M" ], - "secretpower": [ + "moonlight": [ "9M" ], - "seismictoss": [ + "nightdaze": [ "9M" ], - "shadowball": [ + "nightshade": [ "9M" ], - "shadowclaw": [ + "phantomforce": [ "9M" ], - "shadowforce": [ + "poltergeist": [ "9M" ], - "shockwave": [ + "protect": [ "9M" ], - "signalbeam": [ + "psychic": [ "9M" ], - "silverwind": [ + "psychocut": [ "9M" ], - "sleeptalk": [ + "psychup": [ "9M" ], - "sludgebomb": [ + "psyshock": [ "9M" ], - "snarl": [ + "raindance": [ "9M" ], - "snore": [ + "reflect": [ "9M" ], - "solarbeam": [ + "rest": [ "9M" ], - "spacialrend": [ + "return": [ "9M" ], - "stealthrock": [ + "roar": [ "9M" ], - "steelbeam": [ + "roost": [ "9M" ], - "stompingtantrum": [ + "round": [ "9M" ], - "stoneedge": [ + "safeguard": [ "9M" ], - "storedpower": [ + "scaryface": [ "9M" ], - "strength": [ + "shadowball": [ "9M" ], - "substitute": [ + "shadowclaw": [ "9M" ], - "sunnyday": [ + "shockwave": [ "9M" ], - "supercellslam": [ + "signalbeam": [ "9M" ], - "surf": [ + "skyattack": [ "9M" ], - "swagger": [ + "skydrop": [ "9M" ], - "swift": [ + "sleeptalk": [ "9M" ], - "swordsdance": [ + "snore": [ "9M" ], - "tailwind": [ + "solarbeam": [ "9M" ], - "takedown": [ + "spite": [ "9M" ], - "taunt": [ + "substitute": [ "9M" ], - "telekinesis": [ + "sunnyday": [ "9M" ], - "terablast": [ + "swagger": [ "9M" ], - "thunder": [ + "swift": [ "9M" ], - "thunderbolt": [ + "tailwind": [ "9M" ], - "thunderwave": [ + "telekinesis": [ "9M" ], - "toxic": [ + "teleport": [ "9M" ], - "trailblaze": [ + "terablast": [ "9M" ], - "trick": [ + "thunder": [ "9M" ], - "trickroom": [ + "thunderbolt": [ "9M" ], - "twister": [ + "thunderwave": [ "9M" ], - "waterfall": [ + "toxic": [ "9M" ], - "waterpulse": [ + "trick": [ "9M" ], - "whirlpool": [ + "trickroom": [ "9M" ], - "wildcharge": [ + "wideguard": [ "9M" ], "willowisp": [ "9M" ], + "wonderroom": [ + "9M" + ], "workup": [ "9M" + ] + } + }, + "necrozmaduskmane": { + "inherit": true, + "learnset": { + "sunsteelstrike": [ + "9M" ], - "xscissor": [ + "hiddenpower": [ "9M" ], - "zenheadbutt": [ + "terablast": [ + "9M" + ] + } + }, + "necrozmadawnwings": { + "inherit": true, + "learnset": { + "moongeistbeam": [ "9M" ], - "snowscape": [ + "hiddenpower": [ "9M" ], - "megahorn": [ + "terablast": [ "9M" ] } }, - "victini": { + "magearna": { "inherit": true, "learnset": { - "batonpass": [ + "afteryou": [ "9M" ], - "blazekick": [ + "agility": [ "9M" ], - "blueflare": [ + "aurasphere": [ "9M" ], - "boltstrike": [ + "aurorabeam": [ "9M" ], - "bounce": [ + "batonpass": [ + "9M" + ], + "bodyslam": [ "9M" ], "brickbreak": [ "9M" ], - "celebrate": [ + "calmmind": [ "9M" ], "chargebeam": [ @@ -146302,100 +145941,97 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "confide": [ "9M" ], - "confusion": [ + "confuseray": [ "9M" ], - "dazzlinggleam": [ + "craftyshield": [ "9M" ], - "doubleedge": [ + "dazzlinggleam": [ "9M" ], - "doubleteam": [ + "defensecurl": [ "9M" ], - "embargo": [ + "disarmingvoice": [ "9M" ], - "encore": [ + "doubleteam": [ "9M" ], - "endure": [ + "drainingkiss": [ "9M" ], - "energyball": [ + "echoedvoice": [ "9M" ], - "expandingforce": [ + "eerieimpulse": [ "9M" ], - "facade": [ + "electroball": [ "9M" ], - "finalgambit": [ + "electroweb": [ "9M" ], - "fireblast": [ + "embargo": [ "9M" ], - "firepunch": [ + "encore": [ "9M" ], - "firespin": [ + "endure": [ "9M" ], - "flameburst": [ + "energyball": [ "9M" ], - "flamecharge": [ + "explosion": [ "9M" ], - "flamethrower": [ + "facade": [ "9M" ], - "flareblitz": [ + "falseswipe": [ "9M" ], - "flash": [ + "flashcannon": [ "9M" ], - "fling": [ + "fleurcannon": [ "9M" ], "focusblast": [ "9M" ], - "focusenergy": [ - "9M" - ], "frustration": [ "9M" ], - "fusionbolt": [ + "gearup": [ "9M" ], - "fusionflare": [ + "gigaimpact": [ "9M" ], - "futuresight": [ + "grassknot": [ "9M" ], - "gigaimpact": [ + "gravity": [ "9M" ], - "glaciate": [ + "guardswap": [ "9M" ], - "grassknot": [ + "gyroball": [ "9M" ], - "guardswap": [ + "healbell": [ "9M" ], - "headbutt": [ + "heartswap": [ "9M" ], - "heatwave": [ + "heavyslam": [ "9M" ], "helpinghand": [ @@ -146407,13 +146043,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hyperbeam": [ "9M" ], - "incinerate": [ + "icebeam": [ "9M" ], - "inferno": [ + "icespinner": [ "9M" ], - "laserfocus": [ + "imprison": [ + "9M" + ], + "irondefense": [ + "9M" + ], + "ironhead": [ "9M" ], "lastresort": [ @@ -146422,75 +146064,78 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "lightscreen": [ "9M" ], - "magiccoat": [ + "lockon": [ "9M" ], - "megakick": [ + "luckychant": [ "9M" ], - "megapunch": [ + "magneticflux": [ "9M" ], - "mysticalfire": [ + "magnetrise": [ "9M" ], - "overheat": [ + "metalsound": [ "9M" ], - "powerswap": [ + "mindreader": [ "9M" ], - "poweruppunch": [ + "mirrorshot": [ "9M" ], - "protect": [ + "mistyexplosion": [ "9M" ], - "psychic": [ + "mistyterrain": [ "9M" ], - "psychup": [ + "painsplit": [ "9M" ], - "psyshock": [ + "playrough": [ "9M" ], - "quickattack": [ + "powerswap": [ "9M" ], - "rest": [ + "protect": [ "9M" ], - "return": [ + "psybeam": [ "9M" ], - "reversal": [ + "psychic": [ "9M" ], - "rocksmash": [ + "psyshock": [ "9M" ], - "roleplay": [ + "reflect": [ "9M" ], - "round": [ + "rest": [ "9M" ], - "safeguard": [ + "return": [ "9M" ], - "scorchingsands": [ + "rollout": [ "9M" ], - "searingshot": [ + "round": [ "9M" ], - "secretpower": [ + "selfdestruct": [ "9M" ], "shadowball": [ "9M" ], + "shiftgear": [ + "9M" + ], "shockwave": [ "9M" ], @@ -146506,12 +146151,27 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "snore": [ "9M" ], + "snowscape": [ + "9M" + ], "solarbeam": [ "9M" ], + "sonicboom": [ + "9M" + ], "speedswap": [ "9M" ], + "spikes": [ + "9M" + ], + "steelbeam": [ + "9M" + ], + "steelroller": [ + "9M" + ], "storedpower": [ "9M" ], @@ -146527,25 +146187,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], - "taunt": [ + "synchronoise": [ "9M" ], - "telekinesis": [ + "takedown": [ "9M" ], - "thunder": [ + "terablast": [ "9M" ], "thunderbolt": [ "9M" ], - "thunderpunch": [ - "9M" - ], "thunderwave": [ "9M" ], - "toxic": [ + "triattack": [ "9M" ], "trick": [ @@ -146554,216 +146211,177 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "trickroom": [ "9M" ], - "uproar": [ - "9M" - ], - "uturn": [ - "9M" - ], - "vcreate": [ - "9M" - ], - "wildcharge": [ + "trumpcard": [ "9M" ], - "willowisp": [ + "voltswitch": [ "9M" ], - "workup": [ + "zapcannon": [ "9M" ], "zenheadbutt": [ "9M" - ], - "terablast": [ - "9M" - ], - "victorydance": [ - "9M" - ], - "veeveevolley": [ - "9M" ] } }, - "reshiram": { + "marshadow": { "inherit": true, "learnset": { - "ancientpower": [ - "9M" - ], - "blueflare": [ - "9M" - ], - "bodypress": [ - "9M" - ], - "bodyslam": [ - "9M" - ], - "breakingswipe": [ - "9M" - ], - "brutalswing": [ - "9M" - ], - "confide": [ + "acrobatics": [ "9M" ], - "crunch": [ + "agility": [ "9M" ], - "cut": [ + "assurance": [ "9M" ], - "defog": [ + "aurasphere": [ "9M" ], - "doubleedge": [ + "blazekick": [ "9M" ], - "doubleteam": [ + "bounce": [ "9M" ], - "dracometeor": [ + "brickbreak": [ "9M" ], - "dragonbreath": [ + "bulkup": [ "9M" ], - "dragoncheer": [ + "calmmind": [ "9M" ], - "dragonclaw": [ + "closecombat": [ "9M" ], - "dragondance": [ + "coaching": [ "9M" ], - "dragonpulse": [ + "confide": [ "9M" ], - "dragonrage": [ + "copycat": [ "9M" ], - "dragontail": [ + "counter": [ "9M" ], - "dualwingbeat": [ + "doubleteam": [ "9M" ], - "earthpower": [ + "drainpunch": [ "9M" ], "echoedvoice": [ "9M" ], - "endure": [ + "endeavor": [ "9M" ], - "extrasensory": [ + "endure": [ "9M" ], "facade": [ "9M" ], - "fireblast": [ - "9M" - ], - "firefang": [ + "falseswipe": [ "9M" ], - "firespin": [ + "feint": [ "9M" ], - "flamecharge": [ + "firepunch": [ "9M" ], - "flamethrower": [ + "fling": [ "9M" ], - "flareblitz": [ + "focusblast": [ "9M" ], - "fling": [ + "focuspunch": [ "9M" ], - "fly": [ + "forcepalm": [ "9M" ], - "focusblast": [ + "foulplay": [ "9M" ], "frustration": [ "9M" ], - "fusionflare": [ - "9M" - ], "gigaimpact": [ "9M" ], - "heatcrash": [ - "9M" - ], - "heatwave": [ + "grassknot": [ "9M" ], - "helpinghand": [ + "hex": [ "9M" ], "hiddenpower": [ "9M" ], - "honeclaws": [ + "hyperbeam": [ "9M" ], - "hyperbeam": [ + "icepunch": [ "9M" ], - "hypervoice": [ + "ironhead": [ "9M" ], - "imprison": [ + "jumpkick": [ "9M" ], - "incinerate": [ + "knockoff": [ "9M" ], "laserfocus": [ "9M" ], - "lightscreen": [ + "lastresort": [ "9M" ], - "mist": [ + "lowkick": [ "9M" ], - "mysticalfire": [ + "lowsweep": [ "9M" ], - "nobleroar": [ + "megakick": [ "9M" ], - "outrage": [ + "megapunch": [ "9M" ], - "overheat": [ + "outrage": [ "9M" ], "payback": [ "9M" ], - "protect": [ + "phantomforce": [ "9M" ], - "psychic": [ + "poisonjab": [ "9M" ], - "raindance": [ + "poltergeist": [ "9M" ], - "reflect": [ + "protect": [ + "9M" + ], + "psychup": [ + "9M" + ], + "pursuit": [ "9M" ], "rest": [ @@ -146772,70 +146390,67 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "roar": [ + "revenge": [ "9M" ], - "rockslide": [ + "reversal": [ "9M" ], - "rocksmash": [ + "rockslide": [ "9M" ], "rocktomb": [ "9M" ], - "roost": [ + "roleplay": [ "9M" ], - "round": [ + "rollingkick": [ "9M" ], - "safeguard": [ + "round": [ "9M" ], - "scaleshot": [ + "shadowball": [ "9M" ], - "scaryface": [ + "shadowclaw": [ "9M" ], - "scorchingsands": [ + "shadowpunch": [ "9M" ], - "secretpower": [ + "shadowsneak": [ "9M" ], - "shadowball": [ + "skittersmack": [ "9M" ], - "shadowclaw": [ + "sleeptalk": [ "9M" ], - "slash": [ + "smackdown": [ "9M" ], - "sleeptalk": [ + "snatch": [ "9M" ], "snore": [ "9M" ], - "solarbeam": [ - "9M" - ], - "steelwing": [ + "spectralthief": [ "9M" ], "stoneedge": [ "9M" ], - "strength": [ + "substitute": [ "9M" ], - "substitute": [ + "suckerpunch": [ "9M" ], - "sunnyday": [ + "superpower": [ "9M" ], "swagger": [ @@ -146844,114 +146459,105 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "swift": [ "9M" ], - "tailwind": [ + "thief": [ "9M" ], - "takedown": [ + "throatchop": [ "9M" ], - "terablast": [ + "thunderpunch": [ "9M" ], "toxic": [ "9M" ], - "weatherball": [ + "willowisp": [ "9M" ], - "willowisp": [ + "workup": [ "9M" ], "zenheadbutt": [ "9M" + ], + "terablast": [ + "9M" ] } }, - "zekrom": { + "zeraora": { "inherit": true, "learnset": { - "ancientpower": [ - "9M" - ], - "bodypress": [ - "9M" - ], - "bodyslam": [ - "9M" - ], - "boltstrike": [ - "9M" - ], - "breakingswipe": [ + "acrobatics": [ "9M" ], - "brickbreak": [ + "aerialace": [ "9M" ], - "brutalswing": [ + "agility": [ "9M" ], - "charge": [ + "assurance": [ "9M" ], - "chargebeam": [ + "aurasphere": [ "9M" ], - "confide": [ + "blazekick": [ "9M" ], - "crunch": [ + "bounce": [ "9M" ], - "cut": [ + "brickbreak": [ "9M" ], - "defog": [ + "brutalswing": [ "9M" ], - "doubleedge": [ + "bulkup": [ "9M" ], - "doubleteam": [ + "calmmind": [ "9M" ], - "dracometeor": [ + "charge": [ "9M" ], - "dragonbreath": [ + "closecombat": [ "9M" ], - "dragoncheer": [ + "coaching": [ "9M" ], - "dragonclaw": [ + "confide": [ "9M" ], - "dragondance": [ + "discharge": [ "9M" ], - "dragonpulse": [ + "doubleteam": [ "9M" ], - "dragonrage": [ + "drainpunch": [ "9M" ], - "dragontail": [ + "dualchop": [ "9M" ], - "dualwingbeat": [ + "echoedvoice": [ "9M" ], - "earthpower": [ + "electricterrain": [ "9M" ], - "echoedvoice": [ + "electroball": [ "9M" ], - "electricterrain": [ + "electroweb": [ "9M" ], - "electroball": [ + "endeavor": [ "9M" ], "endure": [ @@ -146960,18 +146566,15 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], - "flash": [ + "falseswipe": [ "9M" ], - "flashcannon": [ + "firepunch": [ "9M" ], "fling": [ "9M" ], - "fly": [ - "9M" - ], "focusblast": [ "9M" ], @@ -146981,13 +146584,13 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "frustration": [ "9M" ], - "fusionbolt": [ + "furyswipes": [ "9M" ], "gigaimpact": [ "9M" ], - "haze": [ + "grassknot": [ "9M" ], "helpinghand": [ @@ -147002,136 +146605,109 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hyperbeam": [ "9M" ], - "hypervoice": [ + "irontail": [ "9M" ], - "imprison": [ + "knockoff": [ "9M" ], "laserfocus": [ "9M" ], - "lightscreen": [ + "lowkick": [ "9M" ], - "magnetrise": [ + "lowsweep": [ "9M" ], - "nobleroar": [ + "megakick": [ "9M" ], - "outrage": [ + "megapunch": [ "9M" ], - "payback": [ + "outrage": [ "9M" ], - "protect": [ + "payday": [ "9M" ], - "psychic": [ + "plasmafists": [ "9M" ], - "raindance": [ + "playrough": [ "9M" ], - "reflect": [ + "poweruppunch": [ "9M" ], - "rest": [ + "protect": [ "9M" ], - "return": [ + "quickattack": [ "9M" ], - "risingvoltage": [ + "quickguard": [ "9M" ], - "roar": [ + "rest": [ "9M" ], - "rockslide": [ + "return": [ "9M" ], - "rocksmash": [ + "revenge": [ "9M" ], - "rocktomb": [ + "reversal": [ "9M" ], - "roost": [ + "risingvoltage": [ "9M" ], "round": [ "9M" ], - "safeguard": [ - "9M" - ], - "scaleshot": [ - "9M" - ], "scaryface": [ "9M" ], - "secretpower": [ - "9M" - ], - "shadowball": [ - "9M" - ], - "shadowclaw": [ + "scratch": [ "9M" ], "shockwave": [ "9M" ], - "signalbeam": [ - "9M" - ], "slash": [ "9M" ], "sleeptalk": [ "9M" ], - "snore": [ - "9M" - ], - "stealthrock": [ + "snarl": [ "9M" ], - "steelwing": [ + "snatch": [ "9M" ], - "stoneedge": [ + "snore": [ "9M" ], - "strength": [ + "spark": [ "9M" ], "substitute": [ "9M" ], - "sunnyday": [ - "9M" - ], - "supercellslam": [ - "9M" - ], - "swagger": [ + "superpower": [ "9M" ], "swift": [ "9M" ], - "tailwind": [ - "9M" - ], - "takedown": [ + "taunt": [ "9M" ], - "terablast": [ + "throatchop": [ "9M" ], "thunder": [ @@ -147140,9 +146716,6 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "thunderbolt": [ "9M" ], - "thunderfang": [ - "9M" - ], "thunderpunch": [ "9M" ], @@ -147155,36 +146728,21 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "voltswitch": [ "9M" ], - "weatherball": [ - "9M" - ], "wildcharge": [ "9M" ], - "zenheadbutt": [ - "9M" - ], - "dragonrush": [ + "workup": [ "9M" ], - "thunderouskick": [ + "terablast": [ "9M" ] } }, - "kyuremwhite": { + "melmetal": { "inherit": true, "learnset": { - "aerialace": [ - "9M" - ], - "ancientpower": [ - "9M" - ], - "avalanche": [ - "9M" - ], - "blizzard": [ + "acidarmor": [ "9M" ], "bodypress": [ @@ -147193,737 +146751,743 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "bodyslam": [ "9M" ], - "breakingswipe": [ + "brickbreak": [ "9M" ], "brutalswing": [ "9M" ], - "confide": [ + "darkestlariat": [ "9M" ], - "cut": [ + "discharge": [ "9M" ], - "doubleteam": [ + "doubleironbash": [ "9M" ], - "dracometeor": [ + "dynamicpunch": [ "9M" ], - "dragonbreath": [ + "earthquake": [ "9M" ], - "dragoncheer": [ + "electricterrain": [ "9M" ], - "dragonclaw": [ + "endure": [ "9M" ], - "dragondance": [ + "facade": [ "9M" ], - "dragonpulse": [ + "flashcannon": [ "9M" ], - "dragonrage": [ + "gigaimpact": [ "9M" ], - "dragontail": [ + "gyroball": [ "9M" ], - "dualwingbeat": [ + "harden": [ "9M" ], - "earthpower": [ + "headbutt": [ "9M" ], - "echoedvoice": [ + "heavyslam": [ "9M" ], - "endeavor": [ + "highhorsepower": [ "9M" ], - "endure": [ + "hyperbeam": [ "9M" ], - "facade": [ + "icebeam": [ "9M" ], - "flashcannon": [ - "9M" - ], - "fling": [ + "icepunch": [ "9M" ], - "fly": [ + "irondefense": [ "9M" ], - "focusblast": [ + "ironhead": [ "9M" ], - "freezedry": [ + "megakick": [ "9M" ], - "frustration": [ + "megapunch": [ "9M" ], - "fusionflare": [ + "protect": [ "9M" ], - "gigaimpact": [ + "rest": [ "9M" ], - "helpinghand": [ + "rockslide": [ "9M" ], - "hiddenpower": [ + "rocktomb": [ "9M" ], - "honeclaws": [ + "round": [ "9M" ], - "hyperbeam": [ + "selfdestruct": [ "9M" ], - "hypervoice": [ + "sleeptalk": [ "9M" ], - "icebeam": [ + "snore": [ "9M" ], - "iceburn": [ + "solarbeam": [ "9M" ], - "icefang": [ + "steelbeam": [ "9M" ], - "iciclespear": [ + "steelroller": [ "9M" ], - "icywind": [ + "substitute": [ "9M" ], - "imprison": [ + "superpower": [ "9M" ], - "ironhead": [ + "tailwhip": [ "9M" ], - "laserfocus": [ + "thunder": [ "9M" ], - "lightscreen": [ + "thunderbolt": [ "9M" ], - "nobleroar": [ + "thunderpunch": [ "9M" ], - "outrage": [ + "thundershock": [ "9M" ], - "payback": [ + "thunderwave": [ "9M" ], - "protect": [ + "toxic": [ "9M" ], - "psychic": [ + "hiddenpower": [ "9M" ], - "raindance": [ + "return": [ "9M" ], - "reflect": [ + "terablast": [ "9M" - ], - "rest": [ + ] + } + }, + "zacian": { + "inherit": true, + "learnset": { + "agility": [ "9M" ], - "return": [ + "airslash": [ "9M" ], - "roar": [ + "assurance": [ "9M" ], - "rockslide": [ + "bite": [ "9M" ], - "rocksmash": [ + "bodyslam": [ "9M" ], - "rocktomb": [ + "brickbreak": [ "9M" ], - "roost": [ + "brutalswing": [ "9M" ], - "round": [ + "closecombat": [ "9M" ], - "safeguard": [ + "crunch": [ "9M" ], - "scaleshot": [ + "dazzlinggleam": [ "9M" ], - "scaryface": [ + "dig": [ "9M" ], - "secretpower": [ + "endure": [ "9M" ], - "shadowball": [ + "facade": [ "9M" ], - "shadowclaw": [ + "falseswipe": [ "9M" ], - "sheercold": [ + "firefang": [ "9M" ], - "signalbeam": [ + "flashcannon": [ "9M" ], - "slash": [ + "focusblast": [ "9M" ], - "sleeptalk": [ + "focusenergy": [ "9M" ], - "snore": [ + "gigaimpact": [ "9M" ], - "snowscape": [ + "helpinghand": [ "9M" ], - "steelwing": [ + "howl": [ "9M" ], - "stoneedge": [ + "hyperbeam": [ "9M" ], - "strength": [ + "hypervoice": [ "9M" ], - "substitute": [ + "icefang": [ "9M" ], - "sunnyday": [ + "imprison": [ "9M" ], - "swagger": [ + "irondefense": [ "9M" ], - "swift": [ + "ironhead": [ "9M" ], - "takedown": [ + "irontail": [ "9M" ], - "terablast": [ + "laserfocus": [ "9M" ], - "toxic": [ + "metalclaw": [ "9M" ], - "weatherball": [ + "mistyterrain": [ "9M" ], - "zenheadbutt": [ - "9M" - ] - } - }, - "kyuremblack": { - "inherit": true, - "learnset": { - "aerialace": [ + "moonblast": [ "9M" ], - "ancientpower": [ + "nobleroar": [ "9M" ], - "avalanche": [ + "playrough": [ "9M" ], - "blizzard": [ + "poisonjab": [ "9M" ], - "bodypress": [ + "protect": [ "9M" ], - "bodyslam": [ + "psychicfangs": [ "9M" ], - "breakingswipe": [ + "psychocut": [ "9M" ], - "brutalswing": [ + "quickattack": [ "9M" ], - "confide": [ + "quickguard": [ "9M" ], - "cut": [ + "rest": [ "9M" ], - "doubleteam": [ + "retaliate": [ "9M" ], - "dracometeor": [ + "revenge": [ "9M" ], - "dragonbreath": [ + "reversal": [ "9M" ], - "dragoncheer": [ + "round": [ "9M" ], - "dragonclaw": [ + "sacredsword": [ "9M" ], - "dragondance": [ + "scaryface": [ "9M" ], - "dragonpulse": [ + "slash": [ "9M" ], - "dragonrage": [ + "sleeptalk": [ "9M" ], - "dragontail": [ + "snarl": [ "9M" ], - "dualwingbeat": [ + "snore": [ "9M" ], - "earthpower": [ + "solarblade": [ "9M" ], - "echoedvoice": [ + "steelbeam": [ "9M" ], - "endeavor": [ + "substitute": [ "9M" ], - "endure": [ + "swift": [ "9M" ], - "facade": [ + "swordsdance": [ "9M" ], - "flashcannon": [ + "tailslap": [ "9M" ], - "fling": [ + "takedown": [ "9M" ], - "fly": [ + "terablast": [ "9M" ], - "focusblast": [ + "thunderfang": [ "9M" ], - "freezedry": [ + "trailblaze": [ "9M" ], - "freezeshock": [ + "wildcharge": [ "9M" ], - "frustration": [ + "workup": [ "9M" ], - "fusionbolt": [ + "hiddenpower": [ "9M" ], - "gigaimpact": [ + "return": [ "9M" - ], - "helpinghand": [ + ] + } + }, + "zaciancrowned": { + "inherit": true, + "learnset": { + "behemothblade": [ "9M" ], "hiddenpower": [ "9M" ], - "honeclaws": [ + "return": [ "9M" ], - "hyperbeam": [ + "terablast": [ "9M" - ], - "hypervoice": [ + ] + } + }, + "zamazenta": { + "inherit": true, + "learnset": { + "agility": [ "9M" ], - "icebeam": [ + "bite": [ "9M" ], - "icefang": [ + "bodypress": [ "9M" ], - "iciclespear": [ + "bodyslam": [ "9M" ], - "icywind": [ + "brickbreak": [ "9M" ], - "imprison": [ + "closecombat": [ "9M" ], - "ironhead": [ + "coaching": [ "9M" ], - "laserfocus": [ + "crunch": [ "9M" ], - "lightscreen": [ + "dazzlinggleam": [ "9M" ], - "nobleroar": [ + "dig": [ "9M" ], - "outrage": [ + "endure": [ "9M" ], - "payback": [ + "facade": [ "9M" ], - "protect": [ + "firefang": [ "9M" ], - "psychic": [ + "flashcannon": [ "9M" ], - "raindance": [ + "focusblast": [ "9M" ], - "reflect": [ + "focusenergy": [ "9M" ], - "rest": [ + "gigaimpact": [ "9M" ], - "return": [ + "guardswap": [ "9M" ], - "roar": [ + "heavyslam": [ "9M" ], - "rockslide": [ + "helpinghand": [ "9M" ], - "rocksmash": [ + "howl": [ "9M" ], - "rocktomb": [ + "hyperbeam": [ "9M" ], - "roost": [ + "hypervoice": [ "9M" ], - "round": [ + "icefang": [ "9M" ], - "safeguard": [ + "imprison": [ "9M" ], - "scaleshot": [ + "irondefense": [ "9M" ], - "scaryface": [ + "ironhead": [ "9M" ], - "secretpower": [ + "irontail": [ "9M" ], - "shadowball": [ + "laserfocus": [ "9M" ], - "shadowclaw": [ + "lightscreen": [ "9M" ], - "sheercold": [ + "metalburst": [ "9M" ], - "signalbeam": [ + "metalclaw": [ "9M" ], - "slash": [ + "moonblast": [ "9M" ], - "sleeptalk": [ + "payback": [ "9M" ], - "snore": [ + "playrough": [ "9M" ], - "snowscape": [ + "powerswap": [ "9M" ], - "steelwing": [ + "protect": [ "9M" ], - "stoneedge": [ + "psychicfangs": [ "9M" ], - "strength": [ + "quickattack": [ "9M" ], - "substitute": [ + "raindance": [ "9M" ], - "sunnyday": [ + "reflect": [ "9M" ], - "swagger": [ + "rest": [ "9M" ], - "swift": [ + "retaliate": [ "9M" ], - "takedown": [ + "revenge": [ "9M" ], - "terablast": [ + "reversal": [ "9M" ], - "toxic": [ + "roar": [ "9M" ], - "weatherball": [ + "round": [ "9M" ], - "zenheadbutt": [ + "safeguard": [ "9M" ], - "superpower": [ + "sandstorm": [ "9M" ], - "icepunch": [ + "scaryface": [ "9M" ], - "dragonrush": [ - "9M" - ] - } - }, - "keldeo": { - "inherit": true, - "learnset": { - "aerialace": [ + "slash": [ "9M" ], - "airslash": [ + "sleeptalk": [ "9M" ], - "aquajet": [ + "snarl": [ "9M" ], - "aquatail": [ + "snore": [ "9M" ], - "aurasphere": [ + "solarbeam": [ "9M" ], - "batonpass": [ + "steelbeam": [ "9M" ], - "bounce": [ + "stoneedge": [ "9M" ], - "brickbreak": [ + "substitute": [ "9M" ], - "bubblebeam": [ + "sunnyday": [ "9M" ], - "calmmind": [ + "swift": [ "9M" ], - "chillingwater": [ + "tailslap": [ "9M" ], - "closecombat": [ + "takedown": [ "9M" ], - "coaching": [ + "terablast": [ "9M" ], - "confide": [ + "thunderfang": [ "9M" ], - "covet": [ + "trailblaze": [ "9M" ], - "cut": [ + "wideguard": [ "9M" ], - "doubleedge": [ + "wildcharge": [ "9M" ], - "doublekick": [ + "workup": [ "9M" ], - "doubleteam": [ + "hiddenpower": [ "9M" ], - "endeavor": [ + "return": [ "9M" - ], - "endure": [ + ] + } + }, + "zamazentacrowned": { + "inherit": true, + "learnset": { + "behemothbash": [ "9M" ], - "facade": [ + "hiddenpower": [ "9M" ], - "falseswipe": [ + "return": [ "9M" ], - "flipturn": [ + "terablast": [ "9M" - ], - "focusblast": [ + ] + } + }, + "eternatus": { + "inherit": true, + "learnset": { + "agility": [ "9M" ], - "frustration": [ + "assurance": [ "9M" ], - "gigaimpact": [ + "bodyslam": [ "9M" ], - "helpinghand": [ + "brutalswing": [ "9M" ], - "hiddenpower": [ + "confuseray": [ "9M" ], - "hydropump": [ + "cosmicpower": [ "9M" ], - "hyperbeam": [ + "crosspoison": [ "9M" ], - "icywind": [ + "dracometeor": [ "9M" ], - "lastresort": [ + "dragondance": [ "9M" ], - "leer": [ + "dragonpulse": [ "9M" ], - "liquidation": [ + "dragontail": [ "9M" ], - "lowkick": [ + "dynamaxcannon": [ "9M" ], - "megahorn": [ + "endure": [ "9M" ], - "muddywater": [ + "eternabeam": [ "9M" ], - "painsplit": [ + "facade": [ "9M" ], - "poisonjab": [ + "fireblast": [ "9M" ], - "protect": [ + "firespin": [ "9M" ], - "psychup": [ + "flamethrower": [ "9M" ], - "quickguard": [ + "flashcannon": [ "9M" ], - "raindance": [ + "fly": [ "9M" ], - "reflect": [ + "gigaimpact": [ "9M" ], - "rest": [ + "gravity": [ "9M" ], - "retaliate": [ + "gunkshot": [ "9M" ], - "return": [ + "hyperbeam": [ "9M" ], - "revenge": [ + "lightscreen": [ "9M" ], - "reversal": [ + "meteorbeam": [ "9M" ], - "roar": [ + "mysticalfire": [ "9M" ], - "rocksmash": [ + "outrage": [ "9M" ], - "round": [ + "payback": [ "9M" ], - "sacredsword": [ + "poisonjab": [ "9M" ], - "safeguard": [ + "poisontail": [ "9M" ], - "scald": [ + "protect": [ "9M" ], - "secretpower": [ + "raindance": [ "9M" ], - "secretsword": [ + "recover": [ "9M" ], - "sleeptalk": [ + "reflect": [ "9M" ], - "smartstrike": [ + "rest": [ "9M" ], - "snore": [ + "round": [ "9M" ], - "stoneedge": [ + "scaryface": [ "9M" ], - "strength": [ + "screech": [ "9M" ], - "substitute": [ + "shadowball": [ "9M" ], - "sunnyday": [ + "sleeptalk": [ "9M" ], - "superpower": [ + "sludgebomb": [ "9M" ], - "surf": [ + "sludgewave": [ "9M" ], - "swagger": [ + "snore": [ "9M" ], - "swift": [ + "solarbeam": [ "9M" ], - "swordsdance": [ + "substitute": [ "9M" ], - "takedown": [ + "sunnyday": [ "9M" ], - "taunt": [ + "takedown": [ "9M" ], "terablast": [ @@ -147932,96 +147496,78 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "toxic": [ "9M" ], - "trailblaze": [ - "9M" - ], - "upperhand": [ - "9M" - ], - "vacuumwave": [ + "toxicspikes": [ "9M" ], - "waterpulse": [ + "venomdrench": [ "9M" ], - "workup": [ + "venoshock": [ "9M" ], - "xscissor": [ + "hiddenpower": [ "9M" ], - "snowscape": [ + "return": [ "9M" ] } }, - "meloetta": { + "zarude": { "inherit": true, "learnset": { "acrobatics": [ "9M" ], - "alluringvoice": [ - "9M" - ], - "allyswitch": [ + "aerialace": [ "9M" ], - "batonpass": [ + "assurance": [ "9M" ], - "brickbreak": [ + "bind": [ "9M" ], - "calmmind": [ + "bite": [ "9M" ], - "celebrate": [ + "bodyslam": [ "9M" ], - "chargebeam": [ + "brickbreak": [ "9M" ], - "charm": [ + "brutalswing": [ "9M" ], - "closecombat": [ + "bulkup": [ "9M" ], - "coaching": [ + "bulletseed": [ "9M" ], - "confide": [ + "closecombat": [ "9M" ], - "confusion": [ + "crunch": [ "9M" ], - "covet": [ + "darkestlariat": [ "9M" ], - "dazzlinggleam": [ + "darkpulse": [ "9M" ], - "disarmingvoice": [ + "dig": [ "9M" ], - "doubleteam": [ + "doubleedge": [ "9M" ], "drainpunch": [ "9M" ], - "dreameater": [ - "9M" - ], - "dualchop": [ - "9M" - ], - "echoedvoice": [ - "9M" - ], - "embargo": [ + "encore": [ "9M" ], "endure": [ @@ -148033,25 +147579,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], - "faketears": [ - "9M" - ], - "firepunch": [ - "9M" - ], - "flash": [ - "9M" - ], "fling": [ "9M" ], - "focusblast": [ + "focuspunch": [ "9M" ], - "focuspunch": [ + "furyswipes": [ "9M" ], - "frustration": [ + "gigadrain": [ "9M" ], "gigaimpact": [ @@ -148060,19 +147597,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "grassknot": [ "9M" ], - "gravity": [ + "grassyglide": [ "9M" ], - "healbell": [ + "grassyterrain": [ "9M" ], - "helpinghand": [ + "growth": [ "9M" ], - "hiddenpower": [ + "hammerarm": [ "9M" ], - "honeclaws": [ + "helpinghand": [ "9M" ], "hyperbeam": [ @@ -148081,19 +147618,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hypervoice": [ "9M" ], - "icepunch": [ + "irontail": [ + "9M" + ], + "junglehealing": [ "9M" ], "knockoff": [ "9M" ], - "laserfocus": [ + "lashout": [ "9M" ], - "lastresort": [ + "leafstorm": [ "9M" ], - "lightscreen": [ + "leer": [ "9M" ], "lowkick": [ @@ -148102,330 +147642,339 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "lowsweep": [ "9M" ], - "magiccoat": [ + "magicalleaf": [ "9M" ], - "magicroom": [ + "megakick": [ "9M" ], - "metronome": [ + "megapunch": [ "9M" ], - "payback": [ + "mudshot": [ "9M" ], - "perishsong": [ + "nastyplot": [ "9M" ], - "playrough": [ + "payback": [ "9M" ], - "poweruppunch": [ + "petalblizzard": [ "9M" ], - "protect": [ + "powerwhip": [ "9M" ], - "psybeam": [ + "protect": [ "9M" ], - "psychic": [ + "rest": [ "9M" ], - "psychup": [ + "revenge": [ "9M" ], - "psyshock": [ + "roar": [ "9M" ], - "quickattack": [ + "rockslide": [ "9M" ], - "raindance": [ + "rocktomb": [ "9M" ], - "recycle": [ + "round": [ "9M" ], - "relicsong": [ + "scaryface": [ "9M" ], - "rest": [ + "scratch": [ "9M" ], - "retaliate": [ + "seedbomb": [ "9M" ], - "return": [ + "sleeptalk": [ "9M" ], - "reversal": [ + "snarl": [ "9M" ], - "rocksmash": [ + "snore": [ "9M" ], - "roleplay": [ + "solarbeam": [ "9M" ], - "round": [ + "solarblade": [ "9M" ], - "safeguard": [ + "stompingtantrum": [ "9M" ], - "secretpower": [ + "substitute": [ "9M" ], - "shadowball": [ + "sunnyday": [ "9M" ], - "shadowclaw": [ + "superpower": [ "9M" ], - "shockwave": [ + "swagger": [ "9M" ], - "signalbeam": [ + "swift": [ "9M" ], - "sing": [ + "swordsdance": [ "9M" ], - "skillswap": [ + "synthesis": [ "9M" ], - "sleeptalk": [ + "takedown": [ "9M" ], - "snatch": [ + "taunt": [ "9M" ], - "snore": [ + "terablast": [ "9M" ], - "stoneedge": [ + "thief": [ "9M" ], - "strength": [ + "thrash": [ "9M" ], - "substitute": [ + "throatchop": [ "9M" ], - "sunnyday": [ + "trailblaze": [ "9M" ], - "swagger": [ + "uturn": [ "9M" ], - "swift": [ + "vinewhip": [ "9M" ], - "swordsdance": [ + "hiddenpower": [ "9M" ], - "teeterdance": [ + "return": [ + "9M" + ] + } + }, + "calyrexice": { + "inherit": true, + "learnset": { + "agility": [ "9M" ], - "telekinesis": [ + "allyswitch": [ "9M" ], - "terablast": [ + "aromatherapy": [ "9M" ], - "thunder": [ + "assurance": [ "9M" ], - "thunderbolt": [ + "avalanche": [ "9M" ], - "thunderpunch": [ + "batonpass": [ "9M" ], - "thunderwave": [ + "blizzard": [ "9M" ], - "toxic": [ + "bodypress": [ "9M" ], - "trick": [ + "bodyslam": [ "9M" ], - "trickroom": [ + "bulldoze": [ "9M" ], - "tripleaxel": [ + "bulletseed": [ "9M" ], - "uproar": [ + "calmmind": [ "9M" ], - "uturn": [ + "closecombat": [ "9M" ], - "wakeupslap": [ + "confusion": [ "9M" ], - "wonderroom": [ + "crunch": [ "9M" ], - "workup": [ + "curse": [ "9M" ], - "zenheadbutt": [ + "doubleedge": [ "9M" - ] - } - }, - "genesect": { - "inherit": true, - "learnset": { - "aerialace": [ + ], + "doublekick": [ "9M" ], - "allyswitch": [ + "drainingkiss": [ "9M" ], - "assurance": [ + "encore": [ "9M" ], - "blazekick": [ + "endure": [ "9M" ], - "blizzard": [ + "energyball": [ "9M" ], - "bugbite": [ + "expandingforce": [ "9M" ], - "bugbuzz": [ + "facade": [ "9M" ], - "chargebeam": [ + "futuresight": [ "9M" ], - "confide": [ + "gigadrain": [ "9M" ], - "darkpulse": [ + "gigaimpact": [ "9M" ], - "doubleteam": [ + "glaciallance": [ "9M" ], - "electroweb": [ + "grassknot": [ "9M" ], - "endure": [ + "grassyterrain": [ "9M" ], - "energyball": [ + "gravity": [ "9M" ], - "explosion": [ + "growth": [ "9M" ], - "extremespeed": [ + "guardswap": [ "9M" ], - "facade": [ + "healpulse": [ "9M" ], - "fellstinger": [ + "heavyslam": [ "9M" ], - "flamecharge": [ + "helpinghand": [ "9M" ], - "flamethrower": [ + "highhorsepower": [ "9M" ], - "flash": [ + "hyperbeam": [ "9M" ], - "flashcannon": [ + "icebeam": [ "9M" ], - "fly": [ + "iciclecrash": [ "9M" ], - "frustration": [ + "iciclespear": [ "9M" ], - "furycutter": [ + "icywind": [ "9M" ], - "gigadrain": [ + "imprison": [ "9M" ], - "gigaimpact": [ + "irondefense": [ "9M" ], - "gravity": [ + "lashout": [ "9M" ], - "gunkshot": [ + "leafstorm": [ "9M" ], - "hiddenpower": [ + "leechseed": [ "9M" ], - "honeclaws": [ + "lifedew": [ "9M" ], - "hyperbeam": [ + "lightscreen": [ "9M" ], - "icebeam": [ + "magicalleaf": [ "9M" ], - "infestation": [ + "magicroom": [ "9M" ], - "irondefense": [ + "megadrain": [ "9M" ], - "ironhead": [ + "megahorn": [ "9M" ], - "lastresort": [ + "metronome": [ "9M" ], - "leechlife": [ + "mist": [ "9M" ], - "lightscreen": [ + "mudshot": [ "9M" ], - "lockon": [ + "outrage": [ "9M" ], - "magiccoat": [ + "payback": [ "9M" ], - "magnetbomb": [ + "payday": [ "9M" ], - "magnetrise": [ + "pollenpuff": [ "9M" ], - "metalclaw": [ + "pound": [ "9M" ], - "metalsound": [ + "powerswap": [ "9M" ], "protect": [ "9M" ], + "psybeam": [ + "9M" + ], "psychic": [ "9M" ], - "quickattack": [ + "psychicterrain": [ "9M" ], - "recycle": [ + "psychup": [ + "9M" + ], + "psyshock": [ "9M" ], "reflect": [ @@ -148434,171 +147983,207 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "rest": [ "9M" ], - "return": [ + "roar": [ "9M" ], - "rockpolish": [ + "round": [ "9M" ], - "round": [ + "safeguard": [ "9M" ], - "screech": [ + "scaryface": [ "9M" ], - "secretpower": [ + "seedbomb": [ "9M" ], - "selfdestruct": [ + "skillswap": [ "9M" ], - "shadowclaw": [ + "sleeptalk": [ "9M" ], - "shiftgear": [ + "smartstrike": [ "9M" ], - "shockwave": [ + "snarl": [ "9M" ], - "signalbeam": [ + "snore": [ "9M" ], - "simplebeam": [ + "snowscape": [ "9M" ], - "slash": [ + "solarbeam": [ "9M" ], - "sleeptalk": [ + "solarblade": [ "9M" ], - "snore": [ + "speedswap": [ "9M" ], - "solarbeam": [ + "stomp": [ "9M" ], - "steelbeam": [ + "stompingtantrum": [ "9M" ], - "strugglebug": [ + "storedpower": [ "9M" ], "substitute": [ "9M" ], - "swagger": [ + "sunnyday": [ + "9M" + ], + "superpower": [ "9M" ], "swift": [ "9M" ], - "technoblast": [ + "swordsdance": [ "9M" ], - "telekinesis": [ + "tackle": [ "9M" ], - "thunder": [ + "tailwhip": [ "9M" ], - "thunderbolt": [ + "takedown": [ "9M" ], - "thunderwave": [ + "taunt": [ "9M" ], - "toxic": [ + "terablast": [ + "9M" + ], + "thrash": [ + "9M" + ], + "throatchop": [ + "9M" + ], + "torment": [ + "9M" + ], + "trailblaze": [ "9M" ], "triattack": [ "9M" ], - "uturn": [ + "trick": [ "9M" ], - "xscissor": [ + "trickroom": [ "9M" ], - "zapcannon": [ + "uproar": [ + "9M" + ], + "wonderroom": [ "9M" ], "zenheadbutt": [ "9M" ], - "terablast": [ + "hiddenpower": [ "9M" ], - "feint": [ + "return": [ "9M" ] } }, - "xerneas": { + "calyrexshadow": { "inherit": true, "learnset": { + "agility": [ + "9M" + ], + "allyswitch": [ + "9M" + ], "aromatherapy": [ "9M" ], - "aurorabeam": [ + "assurance": [ "9M" ], - "block": [ + "astralbarrage": [ + "9M" + ], + "batonpass": [ "9M" ], "bodyslam": [ "9M" ], + "bulldoze": [ + "9M" + ], + "bulletseed": [ + "9M" + ], "calmmind": [ "9M" ], - "closecombat": [ + "confuseray": [ "9M" ], - "confide": [ + "confusion": [ "9M" ], - "cut": [ + "crunch": [ "9M" ], - "dazzlinggleam": [ + "curse": [ "9M" ], - "defog": [ + "darkpulse": [ "9M" ], - "doubleteam": [ + "disable": [ "9M" ], - "drainingkiss": [ + "doubleedge": [ "9M" ], - "echoedvoice": [ + "doublekick": [ "9M" ], - "endeavor": [ + "drainingkiss": [ + "9M" + ], + "encore": [ "9M" ], "endure": [ "9M" ], - "facade": [ + "energyball": [ "9M" ], - "flash": [ + "expandingforce": [ "9M" ], - "flashcannon": [ + "facade": [ "9M" ], - "focusblast": [ + "foulplay": [ "9M" ], - "frustration": [ + "futuresight": [ "9M" ], - "geomancy": [ + "gigadrain": [ "9M" ], "gigaimpact": [ @@ -148607,133 +148192,205 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "grassknot": [ "9M" ], + "grassyterrain": [ + "9M" + ], "gravity": [ "9M" ], - "healpulse": [ + "growth": [ "9M" ], - "hiddenpower": [ + "guardswap": [ "9M" ], - "hornleech": [ + "haze": [ "9M" ], - "hyperbeam": [ + "healpulse": [ "9M" ], - "hypervoice": [ + "helpinghand": [ "9M" ], - "ingrain": [ + "hex": [ "9M" ], - "laserfocus": [ + "hyperbeam": [ "9M" ], - "lightscreen": [ + "imprison": [ "9M" ], - "megahorn": [ + "lashout": [ "9M" ], - "mistyexplosion": [ + "leafstorm": [ "9M" ], - "mistyterrain": [ + "leechseed": [ "9M" ], - "moonblast": [ + "lifedew": [ "9M" ], - "naturepower": [ + "lightscreen": [ "9M" ], - "nightslash": [ + "magicalleaf": [ "9M" ], - "outrage": [ + "magicroom": [ "9M" ], - "playrough": [ + "megadrain": [ "9M" ], - "protect": [ + "metronome": [ "9M" ], - "psychic": [ + "mudshot": [ "9M" ], - "psychup": [ + "nastyplot": [ "9M" ], - "psyshock": [ + "nightshade": [ "9M" ], - "raindance": [ + "painsplit": [ "9M" ], - "reflect": [ + "payback": [ "9M" ], - "rest": [ + "payday": [ "9M" ], - "return": [ + "phantomforce": [ "9M" ], - "roar": [ + "pollenpuff": [ "9M" ], - "rockslide": [ + "pound": [ "9M" ], - "round": [ + "powerswap": [ "9M" ], - "secretpower": [ + "protect": [ "9M" ], - "sleeptalk": [ + "psybeam": [ "9M" ], - "smartstrike": [ + "psychic": [ "9M" ], - "snore": [ + "psychicterrain": [ "9M" ], - "substitute": [ + "psychocut": [ "9M" ], - "sunnyday": [ + "psychup": [ "9M" ], - "swagger": [ + "psyshock": [ "9M" ], - "swift": [ + "reflect": [ "9M" ], - "tackle": [ + "rest": [ + "9M" + ], + "round": [ + "9M" + ], + "safeguard": [ + "9M" + ], + "scaryface": [ + "9M" + ], + "seedbomb": [ + "9M" + ], + "shadowball": [ + "9M" + ], + "skillswap": [ + "9M" + ], + "sleeptalk": [ + "9M" + ], + "snarl": [ + "9M" + ], + "snore": [ + "9M" + ], + "solarbeam": [ + "9M" + ], + "solarblade": [ + "9M" + ], + "speedswap": [ + "9M" + ], + "stomp": [ + "9M" + ], + "stompingtantrum": [ + "9M" + ], + "storedpower": [ + "9M" + ], + "substitute": [ + "9M" + ], + "sunnyday": [ + "9M" + ], + "swift": [ + "9M" + ], + "tackle": [ + "9M" + ], + "tailwhip": [ "9M" ], "takedown": [ "9M" ], - "terrainpulse": [ + "taunt": [ "9M" ], - "thunder": [ + "terablast": [ "9M" ], - "thunderbolt": [ + "thrash": [ "9M" ], - "thunderwave": [ + "triattack": [ "9M" ], - "toxic": [ + "trick": [ + "9M" + ], + "trickroom": [ + "9M" + ], + "uproar": [ + "9M" + ], + "willowisp": [ "9M" ], "wonderroom": [ @@ -148742,63 +148399,81 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "zenheadbutt": [ "9M" ], - "snowscape": [ + "hiddenpower": [ "9M" ], - "terablast": [ + "return": [ "9M" ] } }, - "yveltal": { + "koraidon": { "inherit": true, "learnset": { "acrobatics": [ "9M" ], - "aerialace": [ + "agility": [ "9M" ], - "airslash": [ + "ancientpower": [ "9M" ], - "block": [ + "bodypress": [ "9M" ], "bodyslam": [ "9M" ], - "confide": [ + "breakingswipe": [ "9M" ], - "cut": [ + "brickbreak": [ "9M" ], - "darkpulse": [ + "bulkup": [ "9M" ], - "defog": [ + "bulldoze": [ "9M" ], - "disable": [ + "closecombat": [ "9M" ], - "doubleteam": [ + "collisioncourse": [ + "9M" + ], + "counter": [ + "9M" + ], + "crunch": [ + "9M" + ], + "dig": [ + "9M" + ], + "doubleedge": [ + "9M" + ], + "dracometeor": [ + "9M" + ], + "dragoncheer": [ "9M" ], "dragonclaw": [ "9M" ], - "dragonrush": [ + "dragonpulse": [ "9M" ], - "dreameater": [ + "dragontail": [ "9M" ], - "dualwingbeat": [ + "drainpunch": [ "9M" ], - "embargo": [ + "dualwingbeat": [ "9M" ], "endure": [ @@ -148807,100 +148482,100 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], - "fly": [ + "fireblast": [ "9M" ], - "focusblast": [ + "firefang": [ "9M" ], - "foulplay": [ + "firespin": [ "9M" ], - "frustration": [ + "flamecharge": [ "9M" ], - "gigaimpact": [ + "flamethrower": [ "9M" ], - "gust": [ + "flareblitz": [ "9M" ], - "heatwave": [ + "focusblast": [ "9M" ], - "hiddenpower": [ + "focuspunch": [ "9M" ], - "honeclaws": [ + "gigaimpact": [ "9M" ], - "hurricane": [ + "heatcrash": [ "9M" ], - "hyperbeam": [ + "heatwave": [ "9M" ], - "hypervoice": [ + "heavyslam": [ "9M" ], - "knockoff": [ + "helpinghand": [ "9M" ], - "laserfocus": [ + "hyperbeam": [ "9M" ], - "lashout": [ + "icefang": [ "9M" ], - "oblivionwing": [ + "ironhead": [ "9M" ], - "payback": [ + "lowkick": [ "9M" ], - "phantomforce": [ + "lowsweep": [ "9M" ], - "protect": [ + "meteorbeam": [ "9M" ], - "psychic": [ + "mudshot": [ "9M" ], - "raindance": [ + "mudslap": [ "9M" ], - "razorwind": [ + "outrage": [ "9M" ], - "rest": [ + "overheat": [ "9M" ], - "return": [ + "protect": [ "9M" ], - "rockslide": [ + "rest": [ "9M" ], - "roost": [ + "reversal": [ "9M" ], - "round": [ + "roar": [ "9M" ], - "secretpower": [ + "rocksmash": [ "9M" ], - "shadowball": [ + "scaleshot": [ "9M" ], - "shadowclaw": [ + "scaryface": [ "9M" ], - "skyattack": [ + "screech": [ "9M" ], - "skydrop": [ + "shadowclaw": [ "9M" ], "sleeptalk": [ @@ -148909,96 +148584,99 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "snarl": [ "9M" ], - "snore": [ + "solarbeam": [ "9M" ], - "steelwing": [ + "stompingtantrum": [ "9M" ], "substitute": [ "9M" ], - "suckerpunch": [ - "9M" - ], "sunnyday": [ "9M" ], - "swagger": [ + "swordsdance": [ "9M" ], - "swift": [ + "takedown": [ "9M" ], - "tailwind": [ + "taunt": [ "9M" ], - "taunt": [ + "temperflare": [ "9M" ], - "thief": [ + "terablast": [ "9M" ], - "torment": [ + "thunderfang": [ "9M" ], - "toxic": [ + "uproar": [ "9M" ], "uturn": [ "9M" ], + "wildcharge": [ + "9M" + ], "zenheadbutt": [ "9M" ], - "terablast": [ + "hiddenpower": [ "9M" - ] - } - }, - "zygarde": { - "inherit": true, - "learnset": { - "bind": [ + ], + "return": [ "9M" ], - "bite": [ + "shiftgear": [ "9M" ], - "block": [ + "dragondance": [ "9M" ], - "bodyslam": [ + "dragonrush": [ "9M" ], - "breakingswipe": [ + "divebomb": [ + "9M" + ] + } + }, + "miraidon": { + "inherit": true, + "learnset": { + "acrobatics": [ "9M" ], - "brickbreak": [ + "agility": [ "9M" ], - "bulldoze": [ + "bodyslam": [ "9M" ], - "camouflage": [ + "calmmind": [ "9M" ], - "coil": [ + "charge": [ "9M" ], - "confide": [ + "chargebeam": [ "9M" ], - "coreenforcer": [ + "confuseray": [ "9M" ], "crunch": [ "9M" ], - "dig": [ + "dazzlinggleam": [ "9M" ], - "doubleteam": [ + "discharge": [ "9M" ], "dracometeor": [ @@ -149007,7 +148685,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "dragonbreath": [ "9M" ], - "dragondance": [ + "dragoncheer": [ + "9M" + ], + "dragonclaw": [ "9M" ], "dragonpulse": [ @@ -149016,443 +148697,448 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "dragontail": [ "9M" ], - "earthpower": [ + "eerieimpulse": [ "9M" ], - "earthquake": [ + "electricterrain": [ "9M" ], - "endure": [ + "electroball": [ "9M" ], - "extremespeed": [ + "electrodrift": [ "9M" ], - "facade": [ + "endure": [ "9M" ], - "focusblast": [ + "facade": [ "9M" ], - "frustration": [ + "flashcannon": [ "9M" ], "gigaimpact": [ "9M" ], - "glare": [ - "9M" - ], - "grassknot": [ + "heavyslam": [ "9M" ], - "haze": [ + "helpinghand": [ "9M" ], - "hiddenpower": [ + "hyperbeam": [ "9M" ], - "highhorsepower": [ + "lightscreen": [ "9M" ], - "hyperbeam": [ + "metalsound": [ "9M" ], - "hypervoice": [ + "mirrorcoat": [ "9M" ], - "irontail": [ + "outrage": [ "9M" ], - "landswrath": [ + "overheat": [ "9M" ], - "outrage": [ + "paraboliccharge": [ "9M" ], - "painsplit": [ + "powergem": [ "9M" ], - "payback": [ + "protect": [ "9M" ], - "protect": [ + "reflect": [ "9M" ], "rest": [ "9M" ], - "retaliate": [ + "scaryface": [ "9M" ], - "return": [ + "shockwave": [ "9M" ], - "reversal": [ + "sleeptalk": [ "9M" ], - "rockslide": [ + "snarl": [ "9M" ], - "rocksmash": [ + "solarbeam": [ "9M" ], - "round": [ + "substitute": [ "9M" ], - "safeguard": [ + "supercellslam": [ "9M" ], - "sandstorm": [ + "swordsdance": [ "9M" ], - "scaleshot": [ + "takedown": [ "9M" ], - "scorchingsands": [ + "taunt": [ "9M" ], - "secretpower": [ + "terablast": [ "9M" ], - "shockwave": [ + "thunder": [ "9M" ], - "skittersmack": [ + "thunderbolt": [ "9M" ], - "sleeptalk": [ + "thundershock": [ "9M" ], - "sludgewave": [ + "thunderwave": [ "9M" ], - "snore": [ + "uturn": [ "9M" ], - "spite": [ + "voltswitch": [ "9M" ], - "stompingtantrum": [ + "wildcharge": [ "9M" ], - "stoneedge": [ + "zenheadbutt": [ "9M" ], - "strength": [ + "hiddenpower": [ "9M" ], - "substitute": [ + "return": [ "9M" ], - "sunnyday": [ + "shiftgear": [ "9M" - ], - "superpower": [ + ] + } + }, + "pecharunt": { + "inherit": true, + "learnset": { + "acidspray": [ "9M" ], - "swagger": [ + "astonish": [ "9M" ], - "swift": [ + "curse": [ "9M" ], - "thousandarrows": [ + "defensecurl": [ "9M" ], - "thousandwaves": [ + "destinybond": [ "9M" ], - "toxic": [ + "endure": [ "9M" ], - "zenheadbutt": [ + "faketears": [ "9M" ], - "terablast": [ + "foulplay": [ "9M" ], - "attackorder": [ - "9M" - ] - } - }, - "diancie": { - "inherit": true, - "learnset": { - "afteryou": [ + "gunkshot": [ "9M" ], - "allyswitch": [ + "hex": [ "9M" ], - "amnesia": [ + "imprison": [ "9M" ], - "ancientpower": [ + "malignantchain": [ "9M" ], - "batonpass": [ + "meanlook": [ "9M" ], - "bodypress": [ + "memento": [ "9M" ], - "bodyslam": [ + "nastyplot": [ "9M" ], - "bulldoze": [ + "nightshade": [ "9M" ], - "calmmind": [ + "partingshot": [ "9M" ], - "charm": [ + "phantomforce": [ "9M" ], - "confide": [ + "poisongas": [ "9M" ], - "covet": [ + "poltergeist": [ "9M" ], - "dazzlinggleam": [ + "protect": [ "9M" ], - "diamondstorm": [ + "recover": [ "9M" ], - "doubleteam": [ + "rest": [ "9M" ], - "drainingkiss": [ + "rollout": [ "9M" ], - "earthpower": [ + "shadowball": [ "9M" ], - "encore": [ + "sleeptalk": [ "9M" ], - "endeavor": [ + "sludgebomb": [ "9M" ], - "endure": [ + "sludgewave": [ "9M" ], - "explosion": [ + "smog": [ "9M" ], - "facade": [ + "spite": [ "9M" ], - "faketears": [ + "substitute": [ "9M" ], - "flail": [ + "terablast": [ "9M" ], - "flash": [ + "toxic": [ "9M" ], - "flashcannon": [ + "venoshock": [ "9M" ], - "frustration": [ + "withdraw": [ "9M" ], - "gigaimpact": [ + "hiddenpower": [ "9M" ], - "gravity": [ + "return": [ + "9M" + ] + } + }, + "terapagos": { + "inherit": true, + "learnset": { + "ancientpower": [ "9M" ], - "guardsplit": [ + "aurasphere": [ "9M" ], - "guardswap": [ + "bodypress": [ "9M" ], - "gyroball": [ + "bodyslam": [ "9M" ], - "harden": [ + "bugbuzz": [ "9M" ], - "healbell": [ + "calmmind": [ "9M" ], - "helpinghand": [ + "crunch": [ "9M" ], - "hiddenpower": [ + "darkpulse": [ "9M" ], - "hyperbeam": [ + "dazzlinggleam": [ "9M" ], - "irondefense": [ + "doubleedge": [ "9M" ], - "lastresort": [ + "dragonpulse": [ "9M" ], - "lightscreen": [ + "earthpower": [ "9M" ], - "magnetrise": [ + "earthquake": [ "9M" ], - "meteorbeam": [ + "endure": [ "9M" ], - "metronome": [ + "energyball": [ "9M" ], - "mistyexplosion": [ + "facade": [ "9M" ], - "moonblast": [ + "flamethrower": [ "9M" ], - "mysticalfire": [ + "flareblitz": [ "9M" ], - "naturepower": [ + "flashcannon": [ "9M" ], - "playrough": [ + "gigaimpact": [ "9M" ], - "powergem": [ + "gravity": [ "9M" ], - "protect": [ + "gyroball": [ "9M" ], - "psychic": [ + "headbutt": [ "9M" ], - "psychup": [ + "heatcrash": [ "9M" ], - "psyshock": [ + "heavyslam": [ "9M" ], - "raindance": [ + "hyperbeam": [ "9M" ], - "reflect": [ + "icebeam": [ "9M" ], - "rest": [ + "icespinner": [ "9M" ], - "return": [ + "ironhead": [ "9M" ], - "rockpolish": [ + "meteorbeam": [ "9M" ], - "rockslide": [ + "powergem": [ "9M" ], - "rockthrow": [ + "protect": [ "9M" ], - "rocktomb": [ + "raindance": [ "9M" ], - "round": [ + "rapidspin": [ "9M" ], - "safeguard": [ + "rest": [ "9M" ], - "sandstorm": [ + "roar": [ "9M" ], - "sandtomb": [ + "rockpolish": [ "9M" ], - "scorchingsands": [ + "rockslide": [ "9M" ], - "secretpower": [ + "scorchingsands": [ "9M" ], - "sharpen": [ + "sleeptalk": [ "9M" ], - "skillswap": [ + "solarbeam": [ "9M" ], - "sleeptalk": [ + "stealthrock": [ "9M" ], - "smackdown": [ + "stoneedge": [ "9M" ], - "snore": [ + "storedpower": [ "9M" ], - "snowscape": [ + "substitute": [ "9M" ], - "spikes": [ + "sunnyday": [ "9M" ], - "stealthrock": [ + "supercellslam": [ "9M" ], - "stoneedge": [ + "surf": [ "9M" ], - "storedpower": [ + "takedown": [ "9M" ], - "substitute": [ + "terastarstorm": [ "9M" ], - "sunnyday": [ + "thunder": [ "9M" ], - "swagger": [ + "thunderbolt": [ "9M" ], - "swift": [ + "toxic": [ "9M" ], - "tackle": [ + "triattack": [ "9M" ], - "takedown": [ + "waterpulse": [ "9M" ], - "telekinesis": [ + "weatherball": [ "9M" ], - "terablast": [ + "wildcharge": [ "9M" ], - "terrainpulse": [ + "withdraw": [ "9M" ], - "toxic": [ + "zenheadbutt": [ "9M" ], - "trickroom": [ + "hiddenpower": [ "9M" ], - "wonderroom": [ + "return": [ "9M" ] } }, - "volcanion": { + "machop": { "inherit": true, "learnset": { - "bodypress": [ + "attract": [ + "9M" + ], + "bide": [ "9M" ], "bodyslam": [ @@ -149461,16 +149147,37 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "brickbreak": [ "9M" ], + "bulkup": [ + "9M" + ], "bulldoze": [ "9M" ], + "bulletpunch": [ + "9M" + ], + "captivate": [ + "9M" + ], + "closecombat": [ + "9M" + ], + "coaching": [ + "9M" + ], "confide": [ "9M" ], - "cut": [ + "counter": [ "9M" ], - "defog": [ + "crosschop": [ + "9M" + ], + "curse": [ + "9M" + ], + "detect": [ "9M" ], "dig": [ @@ -149482,16 +149189,19 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "doubleteam": [ "9M" ], - "earthpower": [ + "dualchop": [ + "9M" + ], + "dynamicpunch": [ "9M" ], "earthquake": [ "9M" ], - "endure": [ + "encore": [ "9M" ], - "explosion": [ + "endure": [ "9M" ], "facade": [ @@ -149500,162 +149210,177 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "fireblast": [ "9M" ], - "firefang": [ + "firepunch": [ "9M" ], - "firespin": [ + "flamethrower": [ "9M" ], - "flamecharge": [ + "fling": [ "9M" ], - "flamethrower": [ + "focusblast": [ "9M" ], - "flareblitz": [ + "focusenergy": [ "9M" ], - "flashcannon": [ + "focuspunch": [ "9M" ], - "fling": [ + "foresight": [ "9M" ], - "focusblast": [ + "frustration": [ "9M" ], - "focusenergy": [ + "headbutt": [ "9M" ], - "frustration": [ + "heavyslam": [ "9M" ], - "gigaimpact": [ + "helpinghand": [ "9M" ], - "gyroball": [ + "hiddenpower": [ "9M" ], - "haze": [ + "icepunch": [ "9M" ], - "heatcrash": [ + "incinerate": [ "9M" ], - "heatwave": [ + "karatechop": [ "9M" ], - "heavyslam": [ + "knockoff": [ "9M" ], - "hiddenpower": [ + "leer": [ "9M" ], - "hydropump": [ + "lightscreen": [ "9M" ], - "hyperbeam": [ + "lowkick": [ "9M" ], - "incinerate": [ + "lowsweep": [ "9M" ], - "leer": [ + "meditate": [ "9M" ], - "liquidation": [ + "megakick": [ "9M" ], - "mist": [ + "megapunch": [ "9M" ], - "mistyterrain": [ + "metronome": [ "9M" ], - "mudshot": [ + "mimic": [ "9M" ], - "overheat": [ + "mudslap": [ "9M" ], - "protect": [ + "naturalgift": [ "9M" ], - "raindance": [ + "payback": [ "9M" ], - "rest": [ + "poisonjab": [ "9M" ], - "return": [ + "powertrick": [ "9M" ], - "roar": [ + "poweruppunch": [ "9M" ], - "rockslide": [ + "protect": [ "9M" ], - "rocksmash": [ + "quickguard": [ "9M" ], - "rocktomb": [ + "rage": [ "9M" ], - "round": [ + "raindance": [ "9M" ], - "sandstorm": [ + "rest": [ "9M" ], - "scald": [ + "retaliate": [ "9M" ], - "scaryface": [ + "return": [ "9M" ], - "scorchingsands": [ + "revenge": [ "9M" ], - "secretpower": [ + "reversal": [ "9M" ], - "selfdestruct": [ + "rockclimb": [ "9M" ], - "sleeptalk": [ + "rockslide": [ "9M" ], - "sludgebomb": [ + "rocksmash": [ "9M" ], - "sludgewave": [ + "rocktomb": [ "9M" ], - "smackdown": [ + "roleplay": [ "9M" ], - "snore": [ + "rollingkick": [ "9M" ], - "solarbeam": [ + "round": [ "9M" ], - "steameruption": [ + "scaryface": [ "9M" ], - "stomp": [ + "secretpower": [ "9M" ], - "stompingtantrum": [ + "seismictoss": [ "9M" ], - "stoneedge": [ + "skullbash": [ + "9M" + ], + "sleeptalk": [ + "9M" + ], + "smackdown": [ + "9M" + ], + "smellingsalts": [ + "9M" + ], + "snore": [ "9M" ], "strength": [ "9M" ], + "submission": [ + "9M" + ], "substitute": [ "9M" ], @@ -149671,74 +149396,78 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "takedown": [ "9M" ], - "taunt": [ + "thief": [ "9M" ], - "terablast": [ + "thunderpunch": [ "9M" ], - "thunderfang": [ + "tickle": [ "9M" ], "toxic": [ "9M" ], - "watergun": [ - "9M" - ], - "waterpulse": [ + "vacuumwave": [ "9M" ], - "weatherball": [ + "vitalthrow": [ "9M" ], - "wildcharge": [ + "wakeupslap": [ "9M" ], - "willowisp": [ + "workup": [ "9M" ] } }, - "cosmoem": { + "machoke": { "inherit": true, "learnset": { - "cosmicpower": [ + "attract": [ "9M" ], - "teleport": [ + "bide": [ "9M" ], - "storedpower": [ + "bodyslam": [ "9M" - ] - } - }, - "solgaleo": { - "inherit": true, - "learnset": { - "agility": [ + ], + "brickbreak": [ "9M" ], - "bodyslam": [ + "bulkup": [ "9M" ], "bulldoze": [ "9M" ], - "calmmind": [ + "captivate": [ "9M" ], "closecombat": [ "9M" ], + "coaching": [ + "9M" + ], "confide": [ "9M" ], - "cosmicpower": [ + "counter": [ "9M" ], - "crunch": [ + "crosschop": [ + "9M" + ], + "curse": [ + "9M" + ], + "detect": [ + "9M" + ], + "dig": [ "9M" ], "doubleedge": [ @@ -149747,55 +149476,52 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "doubleteam": [ "9M" ], - "earthquake": [ + "dualchop": [ "9M" ], - "endeavor": [ + "dynamicpunch": [ "9M" ], - "endure": [ + "earthquake": [ "9M" ], - "expandingforce": [ + "encore": [ "9M" ], - "facade": [ + "endure": [ "9M" ], - "fireblast": [ + "facade": [ "9M" ], - "firespin": [ + "fireblast": [ "9M" ], - "flamecharge": [ + "firepunch": [ "9M" ], "flamethrower": [ "9M" ], - "flareblitz": [ - "9M" - ], - "flashcannon": [ + "fling": [ "9M" ], "focusblast": [ "9M" ], - "frustration": [ + "focusenergy": [ "9M" ], - "futuresight": [ + "focuspunch": [ "9M" ], - "gigaimpact": [ + "foresight": [ "9M" ], - "gyroball": [ + "frustration": [ "9M" ], - "heatcrash": [ + "headbutt": [ "9M" ], "heavyslam": [ @@ -149807,327 +149533,309 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hiddenpower": [ "9M" ], - "hyperbeam": [ - "9M" - ], - "hypervoice": [ - "9M" - ], - "irondefense": [ + "icepunch": [ "9M" ], - "ironhead": [ + "incinerate": [ "9M" ], - "irontail": [ + "karatechop": [ "9M" ], "knockoff": [ "9M" ], - "lastresort": [ + "leer": [ "9M" ], "lightscreen": [ "9M" ], - "metalburst": [ + "lowkick": [ "9M" ], - "metalclaw": [ + "lowsweep": [ "9M" ], - "metalsound": [ + "megakick": [ "9M" ], - "meteorbeam": [ + "megapunch": [ "9M" ], - "morningsun": [ + "metronome": [ "9M" ], - "mysticalfire": [ + "mimic": [ "9M" ], - "nobleroar": [ + "mudslap": [ "9M" ], - "outrage": [ + "naturalgift": [ "9M" ], - "protect": [ + "payback": [ "9M" ], - "psychic": [ + "poisonjab": [ "9M" ], - "psychicfangs": [ + "poweruppunch": [ "9M" ], - "psychup": [ + "protect": [ "9M" ], - "psyshock": [ + "rage": [ "9M" ], - "reflect": [ + "raindance": [ "9M" ], "rest": [ "9M" ], - "return": [ + "retaliate": [ "9M" ], - "roar": [ + "return": [ "9M" ], - "rockslide": [ + "revenge": [ "9M" ], - "rocktomb": [ + "reversal": [ "9M" ], - "round": [ + "rockclimb": [ "9M" ], - "safeguard": [ + "rockslide": [ "9M" ], - "scaryface": [ + "rocksmash": [ "9M" ], - "shockwave": [ + "rocktomb": [ "9M" ], - "sleeptalk": [ + "roleplay": [ "9M" ], - "snarl": [ + "round": [ "9M" ], - "snore": [ + "scaryface": [ "9M" ], - "solarbeam": [ + "secretpower": [ "9M" ], - "steelbeam": [ + "seismictoss": [ "9M" ], - "steelroller": [ + "skullbash": [ "9M" ], - "stoneedge": [ + "sleeptalk": [ "9M" ], - "substitute": [ + "smackdown": [ "9M" ], - "sunnyday": [ + "snore": [ "9M" ], - "sunsteelstrike": [ + "stompingtantrum": [ "9M" ], - "superpower": [ + "strength": [ "9M" ], - "swagger": [ + "submission": [ "9M" ], - "swift": [ + "substitute": [ "9M" ], - "takedown": [ + "sunnyday": [ "9M" ], - "teleport": [ + "superpower": [ "9M" ], - "terablast": [ + "swagger": [ "9M" ], - "thunder": [ + "takedown": [ "9M" ], - "thunderbolt": [ + "thief": [ "9M" ], - "thunderwave": [ + "thunderpunch": [ "9M" ], "toxic": [ "9M" ], - "trickroom": [ - "9M" - ], - "wakeupslap": [ + "vacuumwave": [ "9M" ], - "wideguard": [ + "vitalthrow": [ "9M" ], - "wildcharge": [ + "wakeupslap": [ "9M" ], "workup": [ "9M" - ], - "zenheadbutt": [ - "9M" ] } }, - "lunala": { + "oddish": { "inherit": true, "learnset": { - "acrobatics": [ - "9M" - ], - "aerialace": [ + "absorb": [ "9M" ], - "agility": [ + "acid": [ "9M" ], - "airslash": [ + "acidspray": [ "9M" ], - "blizzard": [ + "afteryou": [ "9M" ], - "calmmind": [ + "attract": [ "9M" ], - "chargebeam": [ + "bide": [ "9M" ], - "confide": [ + "bulletseed": [ "9M" ], - "confuseray": [ + "captivate": [ "9M" ], - "confusion": [ + "charm": [ "9M" ], - "cosmicpower": [ + "confide": [ "9M" ], - "dazzlinggleam": [ + "curse": [ "9M" ], - "defog": [ + "cut": [ "9M" ], - "doubleteam": [ + "dazzlinggleam": [ "9M" ], - "dreameater": [ + "doubleedge": [ "9M" ], - "dualwingbeat": [ + "doubleteam": [ "9M" ], "endure": [ "9M" ], - "expandingforce": [ + "energyball": [ "9M" ], "facade": [ "9M" ], - "fly": [ + "flail": [ "9M" ], - "focusblast": [ + "flash": [ "9M" ], "frustration": [ "9M" ], - "futuresight": [ - "9M" - ], - "gigaimpact": [ + "gastroacid": [ "9M" ], - "heatwave": [ + "gigadrain": [ "9M" ], - "helpinghand": [ + "grassknot": [ "9M" ], - "hex": [ + "grassyglide": [ "9M" ], - "hiddenpower": [ + "grassyterrain": [ "9M" ], - "hyperbeam": [ + "growth": [ "9M" ], - "hypnosis": [ + "headbutt": [ "9M" ], - "icebeam": [ + "helpinghand": [ "9M" ], - "icywind": [ + "hiddenpower": [ "9M" ], - "lightscreen": [ + "infestation": [ "9M" ], - "magiccoat": [ + "ingrain": [ "9M" ], - "magicroom": [ + "leafstorm": [ "9M" ], - "meteorbeam": [ + "leechseed": [ "9M" ], - "moonblast": [ + "luckychant": [ "9M" ], - "moongeistbeam": [ + "magicalleaf": [ "9M" ], - "moonlight": [ + "megadrain": [ "9M" ], - "nightdaze": [ + "mimic": [ "9M" ], - "nightshade": [ + "moonblast": [ "9M" ], - "phantomforce": [ + "moonlight": [ "9M" ], - "poltergeist": [ + "naturalgift": [ "9M" ], - "protect": [ + "naturepower": [ "9M" ], - "psychic": [ + "petaldance": [ "9M" ], - "psychocut": [ + "poisonpowder": [ "9M" ], - "psychup": [ + "protect": [ "9M" ], - "psyshock": [ + "rage": [ "9M" ], - "raindance": [ + "razorleaf": [ "9M" ], "reflect": [ @@ -150139,507 +149847,532 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "roar": [ + "round": [ "9M" ], - "roost": [ + "secretpower": [ "9M" ], - "round": [ + "seedbomb": [ "9M" ], - "safeguard": [ + "sleeptalk": [ "9M" ], - "scaryface": [ + "sludgebomb": [ "9M" ], - "shadowball": [ + "snore": [ "9M" ], - "shadowclaw": [ + "solarbeam": [ "9M" ], - "shockwave": [ + "strengthsap": [ "9M" ], - "signalbeam": [ + "stunspore": [ "9M" ], - "skyattack": [ + "substitute": [ "9M" ], - "skydrop": [ + "sunnyday": [ "9M" ], - "sleeptalk": [ + "swagger": [ "9M" ], - "snore": [ + "sweetscent": [ "9M" ], - "solarbeam": [ + "swordsdance": [ "9M" ], - "spite": [ + "synthesis": [ "9M" ], - "substitute": [ + "takedown": [ "9M" ], - "sunnyday": [ + "teeterdance": [ "9M" ], - "swagger": [ + "terablast": [ "9M" ], - "swift": [ + "tickle": [ "9M" ], - "tailwind": [ + "toxic": [ "9M" ], - "telekinesis": [ + "trailblaze": [ "9M" ], - "teleport": [ + "venoshock": [ "9M" ], - "terablast": [ + "worryseed": [ "9M" - ], - "thunder": [ + ] + } + }, + "gloom": { + "inherit": true, + "learnset": { + "absorb": [ "9M" ], - "thunderbolt": [ + "acid": [ "9M" ], - "thunderwave": [ + "acidspray": [ "9M" ], - "toxic": [ + "afteryou": [ "9M" ], - "trick": [ + "attract": [ "9M" ], - "trickroom": [ + "bide": [ "9M" ], - "wideguard": [ + "bulletseed": [ "9M" ], - "willowisp": [ + "captivate": [ "9M" ], - "wonderroom": [ + "charm": [ "9M" ], - "workup": [ - "9M" - ] - } - }, - "necrozmaduskmane": { - "inherit": true, - "learnset": { - "sunsteelstrike": [ + "confide": [ "9M" ], - "hiddenpower": [ + "curse": [ "9M" ], - "terablast": [ + "cut": [ "9M" - ] - } - }, - "necrozmadawnwings": { - "inherit": true, - "learnset": { - "moongeistbeam": [ + ], + "dazzlinggleam": [ "9M" ], - "hiddenpower": [ + "doubleedge": [ "9M" ], - "terablast": [ + "doubleteam": [ "9M" - ] - } - }, - "magearna": { - "inherit": true, - "learnset": { - "afteryou": [ + ], + "drainpunch": [ "9M" ], - "agility": [ + "endure": [ "9M" ], - "aurasphere": [ + "energyball": [ "9M" ], - "aurorabeam": [ + "facade": [ "9M" ], - "batonpass": [ + "flash": [ "9M" ], - "bodyslam": [ + "fling": [ "9M" ], - "brickbreak": [ + "frustration": [ "9M" ], - "calmmind": [ + "gastroacid": [ "9M" ], - "chargebeam": [ + "gigadrain": [ "9M" ], - "confide": [ + "grassknot": [ "9M" ], - "confuseray": [ + "grassyglide": [ "9M" ], - "craftyshield": [ + "grassyterrain": [ "9M" ], - "dazzlinggleam": [ + "growth": [ "9M" ], - "defensecurl": [ + "headbutt": [ "9M" ], - "disarmingvoice": [ + "helpinghand": [ "9M" ], - "doubleteam": [ + "hiddenpower": [ "9M" ], - "drainingkiss": [ + "infestation": [ "9M" ], - "echoedvoice": [ + "leafstorm": [ "9M" ], - "eerieimpulse": [ + "luckychant": [ "9M" ], - "electroball": [ + "magicalleaf": [ "9M" ], - "electroweb": [ + "megadrain": [ "9M" ], - "embargo": [ + "mimic": [ "9M" ], - "encore": [ + "moonblast": [ "9M" ], - "endure": [ + "moonlight": [ "9M" ], - "energyball": [ + "naturalgift": [ "9M" ], - "explosion": [ + "naturepower": [ "9M" ], - "facade": [ + "petalblizzard": [ "9M" ], - "falseswipe": [ + "petaldance": [ "9M" ], - "flashcannon": [ + "poisonpowder": [ "9M" ], - "fleurcannon": [ + "pollenpuff": [ "9M" ], - "focusblast": [ + "protect": [ "9M" ], - "frustration": [ + "rage": [ "9M" ], - "gearup": [ + "razorleaf": [ "9M" ], - "gigaimpact": [ + "reflect": [ "9M" ], - "grassknot": [ + "rest": [ "9M" ], - "gravity": [ + "return": [ "9M" ], - "guardswap": [ + "round": [ "9M" ], - "gyroball": [ + "secretpower": [ "9M" ], - "healbell": [ + "seedbomb": [ "9M" ], - "heartswap": [ + "sleeptalk": [ "9M" ], - "heavyslam": [ + "sludgebomb": [ "9M" ], - "helpinghand": [ + "snore": [ "9M" ], - "hiddenpower": [ + "solarbeam": [ "9M" ], - "hyperbeam": [ + "stunspore": [ "9M" ], - "icebeam": [ + "substitute": [ "9M" ], - "icespinner": [ + "sunnyday": [ "9M" ], - "imprison": [ + "swagger": [ "9M" ], - "irondefense": [ + "sweetscent": [ "9M" ], - "ironhead": [ + "swordsdance": [ "9M" ], - "lastresort": [ + "synthesis": [ "9M" ], - "lightscreen": [ + "takedown": [ "9M" ], - "lockon": [ + "terablast": [ "9M" ], - "luckychant": [ + "toxic": [ "9M" ], - "magneticflux": [ + "trailblaze": [ "9M" ], - "magnetrise": [ + "venoshock": [ "9M" ], - "metalsound": [ + "worryseed": [ + "9M" + ] + } + }, + "impidimp": { + "inherit": true, + "learnset": { + "assurance": [ "9M" ], - "mindreader": [ + "attract": [ "9M" ], - "mirrorshot": [ + "bite": [ "9M" ], - "mistyexplosion": [ + "burningjealousy": [ "9M" ], - "mistyterrain": [ + "chillingwater": [ "9M" ], - "painsplit": [ + "confide": [ "9M" ], - "playrough": [ + "darkpulse": [ "9M" ], - "powerswap": [ + "dazzlinggleam": [ "9M" ], - "protect": [ + "drainingkiss": [ "9M" ], - "psybeam": [ + "drainpunch": [ "9M" ], - "psychic": [ + "endure": [ "9M" ], - "psyshock": [ + "facade": [ "9M" ], - "reflect": [ + "fakeout": [ "9M" ], - "rest": [ + "faketears": [ "9M" ], - "return": [ + "flatter": [ "9M" ], - "rollout": [ + "fling": [ "9M" ], - "round": [ + "foulplay": [ "9M" ], - "selfdestruct": [ + "lashout": [ "9M" ], - "shadowball": [ + "leechlife": [ "9M" ], - "shiftgear": [ + "lightscreen": [ "9M" ], - "shockwave": [ + "lowkick": [ "9M" ], - "signalbeam": [ + "megakick": [ "9M" ], - "skillswap": [ + "megapunch": [ "9M" ], - "sleeptalk": [ + "metronome": [ "9M" ], - "snore": [ + "mistyterrain": [ "9M" ], - "snowscape": [ + "nastyplot": [ "9M" ], - "solarbeam": [ + "playrough": [ "9M" ], - "sonicboom": [ + "protect": [ "9M" ], - "speedswap": [ + "reflect": [ "9M" ], - "spikes": [ + "rest": [ "9M" ], - "steelbeam": [ + "retaliate": [ "9M" ], - "steelroller": [ + "revenge": [ "9M" ], - "storedpower": [ + "round": [ "9M" ], - "substitute": [ + "scaryface": [ "9M" ], - "sunnyday": [ + "sleeptalk": [ "9M" ], - "swagger": [ + "snore": [ "9M" ], - "swift": [ + "substitute": [ "9M" ], - "synchronoise": [ + "suckerpunch": [ "9M" ], - "takedown": [ + "swagger": [ "9M" ], - "terablast": [ + "takedown": [ "9M" ], - "thunderbolt": [ + "taunt": [ "9M" ], - "thunderwave": [ + "terablast": [ "9M" ], - "triattack": [ + "thief": [ "9M" ], - "trick": [ + "throatchop": [ "9M" ], - "trickroom": [ + "thunderwave": [ "9M" ], - "trumpcard": [ + "torment": [ "9M" ], - "voltswitch": [ + "trailblaze": [ "9M" ], - "zapcannon": [ + "trick": [ "9M" ], - "zenheadbutt": [ + "uproar": [ "9M" ] } }, - "marshadow": { + "squirtle": { "inherit": true, "learnset": { - "acrobatics": [ + "aquajet": [ "9M" ], - "agility": [ + "aquaring": [ "9M" ], - "assurance": [ + "aquatail": [ + "9M" + ], + "attract": [ "9M" ], "aurasphere": [ "9M" ], - "blazekick": [ + "bide": [ "9M" ], - "bounce": [ + "bite": [ + "9M" + ], + "blizzard": [ + "9M" + ], + "block": [ + "9M" + ], + "bodyslam": [ "9M" ], "brickbreak": [ "9M" ], - "bulkup": [ + "brine": [ "9M" ], - "calmmind": [ + "bubble": [ "9M" ], - "closecombat": [ + "bubblebeam": [ "9M" ], - "coaching": [ + "captivate": [ + "9M" + ], + "celebrate": [ + "9M" + ], + "chillingwater": [ "9M" ], "confide": [ "9M" ], - "copycat": [ + "confusion": [ "9M" ], "counter": [ "9M" ], - "doubleteam": [ + "curse": [ "9M" ], - "drainpunch": [ + "defensecurl": [ "9M" ], - "echoedvoice": [ + "dig": [ "9M" ], - "endeavor": [ + "dive": [ + "9M" + ], + "doubleedge": [ + "9M" + ], + "doubleteam": [ + "9M" + ], + "dragonpulse": [ + "9M" + ], + "dynamicpunch": [ "9M" ], "endure": [ @@ -150648,70 +150381,76 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], - "falseswipe": [ + "fakeout": [ "9M" ], - "feint": [ + "falseswipe": [ "9M" ], - "firepunch": [ + "flail": [ "9M" ], "fling": [ "9M" ], - "focusblast": [ + "flipturn": [ "9M" ], "focuspunch": [ "9M" ], - "forcepalm": [ + "followme": [ "9M" ], - "foulplay": [ + "foresight": [ "9M" ], "frustration": [ "9M" ], - "gigaimpact": [ + "gyroball": [ "9M" ], - "grassknot": [ + "haze": [ "9M" ], - "hex": [ + "headbutt": [ + "9M" + ], + "helpinghand": [ "9M" ], "hiddenpower": [ "9M" ], - "hyperbeam": [ + "hydrocannon": [ "9M" ], - "icepunch": [ + "hydropump": [ "9M" ], - "ironhead": [ + "icebeam": [ "9M" ], - "jumpkick": [ + "icepunch": [ "9M" ], - "knockoff": [ + "icespinner": [ "9M" ], - "laserfocus": [ + "icywind": [ "9M" ], - "lastresort": [ + "irondefense": [ "9M" ], - "lowkick": [ + "irontail": [ "9M" ], - "lowsweep": [ + "lifedew": [ + "9M" + ], + "liquidation": [ "9M" ], "megakick": [ @@ -150720,204 +150459,234 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "megapunch": [ "9M" ], - "outrage": [ + "mimic": [ "9M" ], - "payback": [ + "mirrorcoat": [ "9M" ], - "phantomforce": [ + "mist": [ "9M" ], - "poisonjab": [ + "muddywater": [ "9M" ], - "poltergeist": [ + "mudshot": [ + "9M" + ], + "mudslap": [ + "9M" + ], + "mudsport": [ + "9M" + ], + "naturalgift": [ + "9M" + ], + "outrage": [ + "9M" + ], + "poweruppunch": [ "9M" ], "protect": [ "9M" ], - "psychup": [ + "rage": [ "9M" ], - "pursuit": [ + "raindance": [ "9M" ], - "rest": [ + "rapidspin": [ "9M" ], - "return": [ + "reflect": [ "9M" ], - "revenge": [ + "refresh": [ "9M" ], - "reversal": [ + "rest": [ + "9M" + ], + "return": [ "9M" ], "rockslide": [ "9M" ], - "rocktomb": [ + "rocksmash": [ "9M" ], - "roleplay": [ + "rocktomb": [ "9M" ], - "rollingkick": [ + "rollout": [ "9M" ], "round": [ "9M" ], - "shadowball": [ + "scald": [ "9M" ], - "shadowclaw": [ + "secretpower": [ "9M" ], - "shadowpunch": [ + "seismictoss": [ "9M" ], - "shadowsneak": [ + "skullbash": [ "9M" ], - "skittersmack": [ + "sleeptalk": [ "9M" ], - "sleeptalk": [ + "snore": [ "9M" ], - "smackdown": [ + "strength": [ "9M" ], - "snatch": [ + "submission": [ "9M" ], - "snore": [ + "substitute": [ "9M" ], - "spectralthief": [ + "surf": [ "9M" ], - "stoneedge": [ + "swagger": [ "9M" ], - "substitute": [ + "tackle": [ "9M" ], - "suckerpunch": [ + "tailwhip": [ "9M" ], - "superpower": [ + "takedown": [ "9M" ], - "swagger": [ + "terablast": [ "9M" ], - "swift": [ + "toxic": [ "9M" ], - "thief": [ + "waterfall": [ "9M" ], - "throatchop": [ + "watergun": [ "9M" ], - "thunderpunch": [ + "waterpledge": [ "9M" ], - "toxic": [ + "waterpulse": [ "9M" ], - "willowisp": [ + "waterspout": [ + "9M" + ], + "wavecrash": [ + "9M" + ], + "weatherball": [ + "9M" + ], + "whirlpool": [ + "9M" + ], + "withdraw": [ "9M" ], "workup": [ "9M" ], + "yawn": [ + "9M" + ], "zenheadbutt": [ "9M" ], - "terablast": [ + "snowscape": [ "9M" ] } }, - "zeraora": { + "wartortle": { "inherit": true, "learnset": { - "acrobatics": [ + "aquatail": [ "9M" ], - "aerialace": [ + "attract": [ "9M" ], - "agility": [ + "aurasphere": [ "9M" ], - "assurance": [ + "bide": [ "9M" ], - "aurasphere": [ + "bite": [ "9M" ], - "blazekick": [ + "blizzard": [ "9M" ], - "bounce": [ + "bodyslam": [ "9M" ], "brickbreak": [ "9M" ], - "brutalswing": [ - "9M" - ], - "bulkup": [ + "brine": [ "9M" ], - "calmmind": [ + "bubble": [ "9M" ], - "charge": [ + "bubblebeam": [ "9M" ], - "closecombat": [ + "captivate": [ "9M" ], - "coaching": [ + "chillingwater": [ "9M" ], "confide": [ "9M" ], - "discharge": [ + "counter": [ "9M" ], - "doubleteam": [ + "curse": [ "9M" ], - "drainpunch": [ + "defensecurl": [ "9M" ], - "dualchop": [ + "dig": [ "9M" ], - "echoedvoice": [ + "dive": [ "9M" ], - "electricterrain": [ + "doubleedge": [ "9M" ], - "electroball": [ + "doubleteam": [ "9M" ], - "electroweb": [ + "dragonpulse": [ "9M" ], - "endeavor": [ + "dynamicpunch": [ "9M" ], "endure": [ @@ -150929,13 +150698,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "falseswipe": [ "9M" ], - "firepunch": [ - "9M" - ], "fling": [ "9M" ], - "focusblast": [ + "flipturn": [ "9M" ], "focuspunch": [ @@ -150944,13 +150710,13 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "frustration": [ "9M" ], - "furyswipes": [ + "gyroball": [ "9M" ], - "gigaimpact": [ + "haze": [ "9M" ], - "grassknot": [ + "headbutt": [ "9M" ], "helpinghand": [ @@ -150959,25 +150725,28 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "hiddenpower": [ "9M" ], - "honeclaws": [ + "hydropump": [ "9M" ], - "hyperbeam": [ + "icebeam": [ "9M" ], - "irontail": [ + "icepunch": [ "9M" ], - "knockoff": [ + "icespinner": [ "9M" ], - "laserfocus": [ + "icywind": [ "9M" ], - "lowkick": [ + "irondefense": [ "9M" ], - "lowsweep": [ + "irontail": [ + "9M" + ], + "liquidation": [ "9M" ], "megakick": [ @@ -150986,16 +150755,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "megapunch": [ "9M" ], - "outrage": [ + "mimic": [ "9M" ], - "payday": [ + "muddywater": [ "9M" ], - "plasmafists": [ + "mudshot": [ "9M" ], - "playrough": [ + "mudslap": [ + "9M" + ], + "naturalgift": [ + "9M" + ], + "outrage": [ "9M" ], "poweruppunch": [ @@ -151004,10 +150779,16 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "protect": [ "9M" ], - "quickattack": [ + "rage": [ "9M" ], - "quickguard": [ + "raindance": [ + "9M" + ], + "rapidspin": [ + "9M" + ], + "reflect": [ "9M" ], "rest": [ @@ -151016,633 +150797,617 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "return": [ "9M" ], - "revenge": [ + "rockslide": [ "9M" ], - "reversal": [ + "rocksmash": [ "9M" ], - "risingvoltage": [ + "rocktomb": [ + "9M" + ], + "rollout": [ "9M" ], "round": [ "9M" ], - "scaryface": [ + "scald": [ "9M" ], - "scratch": [ + "secretpower": [ "9M" ], - "shockwave": [ + "seismictoss": [ "9M" ], - "slash": [ + "skullbash": [ "9M" ], "sleeptalk": [ "9M" ], - "snarl": [ + "snore": [ "9M" ], - "snatch": [ + "strength": [ "9M" ], - "snore": [ + "submission": [ "9M" ], - "spark": [ + "substitute": [ "9M" ], - "substitute": [ + "surf": [ "9M" ], - "superpower": [ + "swagger": [ "9M" ], - "swift": [ + "tackle": [ "9M" ], - "taunt": [ + "tailwhip": [ "9M" ], - "throatchop": [ + "takedown": [ "9M" ], - "thunder": [ + "terablast": [ "9M" ], - "thunderbolt": [ + "toxic": [ "9M" ], - "thunderpunch": [ + "waterfall": [ "9M" ], - "thunderwave": [ + "watergun": [ "9M" ], - "toxic": [ + "waterpledge": [ "9M" ], - "voltswitch": [ + "waterpulse": [ "9M" ], - "wildcharge": [ + "wavecrash": [ + "9M" + ], + "weatherball": [ + "9M" + ], + "whirlpool": [ + "9M" + ], + "withdraw": [ "9M" ], "workup": [ "9M" ], - "terablast": [ + "zenheadbutt": [ + "9M" + ], + "snowscape": [ "9M" ] } }, - "melmetal": { + "mankey": { "inherit": true, "learnset": { - "acidarmor": [ - "9M" - ], - "bodypress": [ + "acrobatics": [ "9M" ], - "bodyslam": [ + "aerialace": [ "9M" ], - "brickbreak": [ + "assurance": [ "9M" ], - "brutalswing": [ + "attract": [ "9M" ], - "darkestlariat": [ + "beatup": [ "9M" ], - "discharge": [ + "bide": [ "9M" ], - "doubleironbash": [ + "bodyslam": [ "9M" ], - "dynamicpunch": [ + "brickbreak": [ "9M" ], - "earthquake": [ + "bulkup": [ "9M" ], - "electricterrain": [ + "bulldoze": [ "9M" ], - "endure": [ + "captivate": [ "9M" ], - "facade": [ + "closecombat": [ "9M" ], - "flashcannon": [ + "confide": [ "9M" ], - "gigaimpact": [ + "counter": [ "9M" ], - "gyroball": [ + "covet": [ "9M" ], - "harden": [ + "crosschop": [ "9M" ], - "headbutt": [ + "curse": [ "9M" ], - "heavyslam": [ + "defensecurl": [ "9M" ], - "highhorsepower": [ + "detect": [ "9M" ], - "hyperbeam": [ + "dig": [ "9M" ], - "icebeam": [ + "doubleedge": [ "9M" ], - "icepunch": [ + "doubleteam": [ "9M" ], - "irondefense": [ + "drainpunch": [ "9M" ], - "ironhead": [ + "dualchop": [ "9M" ], - "megakick": [ + "dynamicpunch": [ "9M" ], - "megapunch": [ + "earthquake": [ "9M" ], - "protect": [ + "encore": [ "9M" ], - "rest": [ + "endeavor": [ "9M" ], - "rockslide": [ + "endure": [ "9M" ], - "rocktomb": [ + "facade": [ "9M" ], - "round": [ + "finalgambit": [ "9M" ], - "selfdestruct": [ + "firepunch": [ "9M" ], - "sleeptalk": [ + "fling": [ "9M" ], - "snore": [ + "focusblast": [ "9M" ], - "solarbeam": [ + "focusenergy": [ "9M" ], - "steelbeam": [ + "focuspunch": [ "9M" ], - "steelroller": [ + "foresight": [ "9M" ], - "substitute": [ + "frustration": [ "9M" ], - "superpower": [ + "furyswipes": [ "9M" ], - "tailwhip": [ + "gunkshot": [ "9M" ], - "thunder": [ + "headbutt": [ "9M" ], - "thunderbolt": [ + "helpinghand": [ "9M" ], - "thunderpunch": [ + "hiddenpower": [ "9M" ], - "thundershock": [ + "honeclaws": [ "9M" ], - "thunderwave": [ + "icepunch": [ "9M" ], - "toxic": [ + "irontail": [ "9M" ], - "hiddenpower": [ + "karatechop": [ "9M" ], - "return": [ + "lashout": [ "9M" ], - "terablast": [ - "9M" - ] - } - }, - "zacian": { - "inherit": true, - "learnset": { - "agility": [ + "leer": [ "9M" ], - "airslash": [ + "lowkick": [ "9M" ], - "assurance": [ + "lowsweep": [ "9M" ], - "bite": [ + "megakick": [ "9M" ], - "bodyslam": [ + "megapunch": [ "9M" ], - "brickbreak": [ + "metronome": [ "9M" ], - "brutalswing": [ + "mimic": [ "9M" ], - "closecombat": [ + "mudslap": [ "9M" ], - "crunch": [ + "naturalgift": [ "9M" ], - "dazzlinggleam": [ + "nightslash": [ "9M" ], - "dig": [ + "outrage": [ "9M" ], - "endure": [ + "overheat": [ "9M" ], - "facade": [ + "payback": [ "9M" ], - "falseswipe": [ + "payday": [ "9M" ], - "firefang": [ + "poisonjab": [ "9M" ], - "flashcannon": [ + "powertrip": [ "9M" ], - "focusblast": [ + "poweruppunch": [ "9M" ], - "focusenergy": [ + "protect": [ "9M" ], - "gigaimpact": [ + "psychup": [ "9M" ], - "helpinghand": [ + "punishment": [ "9M" ], - "howl": [ + "pursuit": [ "9M" ], - "hyperbeam": [ + "rage": [ "9M" ], - "hypervoice": [ + "raindance": [ "9M" ], - "icefang": [ + "rest": [ "9M" ], - "imprison": [ + "retaliate": [ "9M" ], - "irondefense": [ + "return": [ "9M" ], - "ironhead": [ + "revenge": [ "9M" ], - "irontail": [ + "reversal": [ "9M" ], - "laserfocus": [ + "rockclimb": [ "9M" ], - "metalclaw": [ + "rockslide": [ "9M" ], - "mistyterrain": [ + "rocksmash": [ "9M" ], - "moonblast": [ + "rocktomb": [ "9M" ], - "nobleroar": [ + "roleplay": [ "9M" ], - "playrough": [ + "round": [ "9M" ], - "poisonjab": [ + "scaryface": [ "9M" ], - "protect": [ + "scratch": [ "9M" ], - "psychicfangs": [ + "screech": [ "9M" ], - "psychocut": [ + "secretpower": [ "9M" ], - "quickattack": [ + "seedbomb": [ "9M" ], - "quickguard": [ + "seismictoss": [ "9M" ], - "rest": [ + "shadowclaw": [ "9M" ], - "retaliate": [ + "skullbash": [ "9M" ], - "revenge": [ + "sleeptalk": [ "9M" ], - "reversal": [ + "smackdown": [ "9M" ], - "round": [ + "smellingsalts": [ "9M" ], - "sacredsword": [ + "snore": [ "9M" ], - "scaryface": [ + "spite": [ "9M" ], - "slash": [ + "stompingtantrum": [ "9M" ], - "sleeptalk": [ + "stoneedge": [ "9M" ], - "snarl": [ + "strength": [ "9M" ], - "snore": [ + "submission": [ "9M" ], - "solarblade": [ + "substitute": [ "9M" ], - "steelbeam": [ + "sunnyday": [ "9M" ], - "substitute": [ + "swagger": [ "9M" ], "swift": [ "9M" ], - "swordsdance": [ + "takedown": [ "9M" ], - "tailslap": [ + "taunt": [ "9M" ], - "takedown": [ + "terablast": [ "9M" ], - "terablast": [ + "thief": [ "9M" ], - "thunderfang": [ + "thrash": [ "9M" ], - "trailblaze": [ + "throatchop": [ "9M" ], - "wildcharge": [ + "thunder": [ "9M" ], - "workup": [ + "thunderbolt": [ "9M" ], - "hiddenpower": [ + "thunderpunch": [ "9M" ], - "return": [ + "toxic": [ "9M" - ] - } - }, - "zaciancrowned": { - "inherit": true, - "learnset": { - "behemothblade": [ + ], + "uproar": [ "9M" ], - "hiddenpower": [ + "uturn": [ "9M" ], - "return": [ + "vacuumwave": [ "9M" ], - "terablast": [ + "workup": [ "9M" ] } }, - "zamazenta": { + "patrat": { "inherit": true, "learnset": { - "agility": [ - "9M" - ], - "bite": [ + "afteryou": [ "9M" ], - "bodypress": [ + "aquatail": [ "9M" ], - "bodyslam": [ + "assurance": [ "9M" ], - "brickbreak": [ + "attract": [ "9M" ], - "closecombat": [ + "batonpass": [ "9M" ], - "coaching": [ + "bide": [ "9M" ], - "crunch": [ + "bite": [ "9M" ], - "dazzlinggleam": [ + "bulletseed": [ "9M" ], - "dig": [ + "confide": [ "9M" ], - "endure": [ + "covet": [ "9M" ], - "facade": [ + "crunch": [ "9M" ], - "firefang": [ + "cut": [ "9M" ], - "flashcannon": [ + "detect": [ "9M" ], - "focusblast": [ + "dig": [ "9M" ], - "focusenergy": [ + "doubleteam": [ "9M" ], - "gigaimpact": [ + "endeavor": [ "9M" ], - "guardswap": [ + "facade": [ "9M" ], - "heavyslam": [ + "flail": [ "9M" ], - "helpinghand": [ + "fling": [ "9M" ], - "howl": [ + "focusenergy": [ "9M" ], - "hyperbeam": [ + "foresight": [ "9M" ], - "hypervoice": [ + "frustration": [ "9M" ], - "icefang": [ + "grassknot": [ "9M" ], - "imprison": [ + "gunkshot": [ "9M" ], - "irondefense": [ + "helpinghand": [ "9M" ], - "ironhead": [ + "hiddenpower": [ "9M" ], - "irontail": [ + "hyperfang": [ "9M" ], - "laserfocus": [ + "hypnosis": [ "9M" ], - "lightscreen": [ + "irontail": [ "9M" ], - "metalburst": [ + "laserfocus": [ "9M" ], - "metalclaw": [ + "lastresort": [ "9M" ], - "moonblast": [ + "leer": [ "9M" ], - "payback": [ + "lowkick": [ "9M" ], - "playrough": [ + "meanlook": [ "9M" ], - "powerswap": [ + "nastyplot": [ "9M" ], "protect": [ "9M" ], - "psychicfangs": [ - "9M" - ], - "quickattack": [ + "pursuit": [ "9M" ], "raindance": [ "9M" ], - "reflect": [ - "9M" - ], "rest": [ "9M" ], "retaliate": [ "9M" ], - "revenge": [ - "9M" - ], - "reversal": [ + "return": [ "9M" ], - "roar": [ + "revenge": [ "9M" ], "round": [ "9M" ], - "safeguard": [ + "sandattack": [ "9M" ], - "sandstorm": [ - "9M" - ], - "scaryface": [ + "screech": [ "9M" ], - "slash": [ + "secretpower": [ "9M" ], - "sleeptalk": [ + "seedbomb": [ "9M" ], - "snarl": [ + "shadowball": [ "9M" ], - "snore": [ + "shockwave": [ "9M" ], - "solarbeam": [ + "slam": [ "9M" ], - "steelbeam": [ + "sleeptalk": [ "9M" ], - "stoneedge": [ + "snore": [ "9M" ], "substitute": [ @@ -151651,188 +151416,174 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], - "swift": [ - "9M" - ], - "tailslap": [ - "9M" - ], - "takedown": [ + "superfang": [ "9M" ], - "terablast": [ + "swordsdance": [ "9M" ], - "thunderfang": [ + "tackle": [ "9M" ], - "trailblaze": [ + "tearfullook": [ "9M" ], - "wideguard": [ + "thunderbolt": [ "9M" ], - "wildcharge": [ + "toxic": [ "9M" ], "workup": [ "9M" ], - "hiddenpower": [ - "9M" - ], - "return": [ + "zenheadbutt": [ "9M" ] } }, - "zamazentacrowned": { + "litleo": { "inherit": true, "learnset": { - "behemothbash": [ + "acrobatics": [ "9M" ], - "hiddenpower": [ + "attract": [ "9M" ], - "return": [ + "bodyslam": [ "9M" ], - "terablast": [ - "9M" - ] - } - }, - "eternatus": { - "inherit": true, - "learnset": { - "agility": [ + "bulldoze": [ "9M" ], - "assurance": [ + "confide": [ "9M" ], - "bodyslam": [ + "crunch": [ "9M" ], - "brutalswing": [ + "darkpulse": [ "9M" ], - "confuseray": [ + "dig": [ "9M" ], - "cosmicpower": [ + "doubleedge": [ "9M" ], - "crosspoison": [ + "doubleteam": [ "9M" ], - "dracometeor": [ + "echoedvoice": [ "9M" ], - "dragondance": [ + "ember": [ "9M" ], - "dragonpulse": [ + "endeavor": [ "9M" ], - "dragontail": [ + "endure": [ "9M" ], - "dynamaxcannon": [ + "facade": [ "9M" ], - "endure": [ + "fireblast": [ "9M" ], - "eternabeam": [ + "firefang": [ "9M" ], - "facade": [ + "firespin": [ "9M" ], - "fireblast": [ + "flamecharge": [ "9M" ], - "firespin": [ + "flamethrower": [ "9M" ], - "flamethrower": [ + "flareblitz": [ "9M" ], - "flashcannon": [ + "frustration": [ "9M" ], - "fly": [ + "headbutt": [ "9M" ], - "gigaimpact": [ + "heatwave": [ "9M" ], - "gravity": [ + "helpinghand": [ "9M" ], - "gunkshot": [ + "hiddenpower": [ "9M" ], - "hyperbeam": [ + "hypervoice": [ "9M" ], - "lightscreen": [ + "incinerate": [ "9M" ], - "meteorbeam": [ + "irontail": [ "9M" ], - "mysticalfire": [ + "leer": [ "9M" ], - "outrage": [ + "mudslap": [ "9M" ], - "payback": [ + "nobleroar": [ "9M" ], - "poisonjab": [ + "overheat": [ "9M" ], - "poisontail": [ + "payback": [ "9M" ], "protect": [ "9M" ], + "psychicfangs": [ + "9M" + ], "raindance": [ "9M" ], - "recover": [ + "rest": [ "9M" ], - "reflect": [ + "retaliate": [ "9M" ], - "rest": [ + "return": [ "9M" ], - "round": [ + "roar": [ "9M" ], - "scaryface": [ + "rocksmash": [ "9M" ], - "screech": [ + "round": [ "9M" ], - "shadowball": [ + "secretpower": [ "9M" ], "sleeptalk": [ "9M" ], - "sludgebomb": [ + "snarl": [ "9M" ], - "sludgewave": [ + "snatch": [ "9M" ], "snore": [ @@ -151841,362 +151592,371 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "solarbeam": [ "9M" ], + "strength": [ + "9M" + ], "substitute": [ "9M" ], "sunnyday": [ "9M" ], + "swagger": [ + "9M" + ], + "swift": [ + "9M" + ], + "tackle": [ + "9M" + ], "takedown": [ "9M" ], + "taunt": [ + "9M" + ], "terablast": [ "9M" ], + "thief": [ + "9M" + ], + "thunderfang": [ + "9M" + ], "toxic": [ "9M" ], - "toxicspikes": [ + "trailblaze": [ "9M" ], - "venomdrench": [ + "wildcharge": [ "9M" ], - "venoshock": [ + "willowisp": [ "9M" ], - "hiddenpower": [ + "workup": [ "9M" ], - "return": [ + "yawn": [ "9M" ] } }, - "zarude": { + "baltoy": { "inherit": true, "learnset": { - "acrobatics": [ - "9M" - ], - "aerialace": [ + "allyswitch": [ "9M" ], - "assurance": [ + "ancientpower": [ "9M" ], - "bind": [ + "bulldoze": [ "9M" ], - "bite": [ + "calmmind": [ "9M" ], - "bodyslam": [ + "chargebeam": [ "9M" ], - "brickbreak": [ + "confide": [ "9M" ], - "brutalswing": [ + "confusion": [ "9M" ], - "bulkup": [ + "cosmicpower": [ "9M" ], - "bulletseed": [ + "dazzlinggleam": [ "9M" ], - "closecombat": [ + "dig": [ "9M" ], - "crunch": [ + "doubleedge": [ "9M" ], - "darkestlariat": [ + "doubleteam": [ "9M" ], - "darkpulse": [ + "dreameater": [ "9M" ], - "dig": [ + "drillrun": [ "9M" ], - "doubleedge": [ + "earthpower": [ "9M" ], - "drainpunch": [ + "earthquake": [ "9M" ], - "encore": [ + "eerieimpulse": [ "9M" ], "endure": [ "9M" ], - "energyball": [ + "expandingforce": [ "9M" ], - "facade": [ + "explosion": [ "9M" ], - "fling": [ + "extrasensory": [ "9M" ], - "focuspunch": [ + "facade": [ "9M" ], - "furyswipes": [ + "flash": [ "9M" ], - "gigadrain": [ + "frustration": [ "9M" ], - "gigaimpact": [ + "grassknot": [ "9M" ], - "grassknot": [ + "gravity": [ "9M" ], - "grassyglide": [ + "guardsplit": [ "9M" ], - "grassyterrain": [ + "guardswap": [ "9M" ], - "growth": [ + "gyroball": [ "9M" ], - "hammerarm": [ + "harden": [ "9M" ], - "helpinghand": [ + "headbutt": [ "9M" ], - "hyperbeam": [ + "healblock": [ "9M" ], - "hypervoice": [ + "hex": [ "9M" ], - "irontail": [ + "hiddenpower": [ "9M" ], - "junglehealing": [ + "icebeam": [ "9M" ], - "knockoff": [ + "imprison": [ "9M" ], - "lashout": [ + "lightscreen": [ "9M" ], - "leafstorm": [ + "magiccoat": [ "9M" ], - "leer": [ + "mimic": [ "9M" ], - "lowkick": [ + "mudslap": [ "9M" ], - "lowsweep": [ + "naturalgift": [ "9M" ], - "magicalleaf": [ + "powersplit": [ "9M" ], - "megakick": [ + "powerswap": [ "9M" ], - "megapunch": [ + "powertrick": [ "9M" ], - "mudshot": [ + "protect": [ "9M" ], - "nastyplot": [ + "psybeam": [ "9M" ], - "payback": [ + "psychic": [ "9M" ], - "petalblizzard": [ + "psychicterrain": [ "9M" ], - "powerwhip": [ + "psychup": [ "9M" ], - "protect": [ + "psyshock": [ "9M" ], - "rest": [ + "raindance": [ "9M" ], - "revenge": [ + "rapidspin": [ "9M" ], - "roar": [ + "recycle": [ "9M" ], - "rockslide": [ + "reflect": [ "9M" ], - "rocktomb": [ + "refresh": [ "9M" ], - "round": [ + "rest": [ "9M" ], - "scaryface": [ + "return": [ "9M" ], - "scratch": [ + "rockpolish": [ "9M" ], - "seedbomb": [ + "rockslide": [ "9M" ], - "sleeptalk": [ + "rocktomb": [ "9M" ], - "snarl": [ + "round": [ "9M" ], - "snore": [ + "safeguard": [ "9M" ], - "solarbeam": [ + "sandstorm": [ "9M" ], - "solarblade": [ + "sandtomb": [ "9M" ], - "stompingtantrum": [ + "scorchingsands": [ "9M" ], - "substitute": [ + "secretpower": [ "9M" ], - "sunnyday": [ + "selfdestruct": [ "9M" ], - "superpower": [ + "shadowball": [ "9M" ], - "swagger": [ + "signalbeam": [ "9M" ], - "swift": [ + "skillswap": [ "9M" ], - "swordsdance": [ + "sleeptalk": [ "9M" ], - "synthesis": [ + "smackdown": [ "9M" ], - "takedown": [ + "snore": [ "9M" ], - "taunt": [ + "solarbeam": [ "9M" ], - "terablast": [ + "stealthrock": [ "9M" ], - "thief": [ + "substitute": [ "9M" ], - "thrash": [ + "sunnyday": [ "9M" ], - "throatchop": [ + "telekinesis": [ "9M" ], - "trailblaze": [ + "toxic": [ "9M" ], - "uturn": [ + "trick": [ "9M" ], - "vinewhip": [ + "trickroom": [ "9M" ], - "hiddenpower": [ + "wonderroom": [ "9M" ], - "return": [ + "zenheadbutt": [ "9M" ] } }, - "calyrexice": { + "natu": { "inherit": true, "learnset": { - "agility": [ + "aerialace": [ "9M" ], - "allyswitch": [ + "aircutter": [ "9M" ], - "aromatherapy": [ + "airslash": [ "9M" ], - "assurance": [ + "allyswitch": [ "9M" ], - "avalanche": [ + "attract": [ "9M" ], "batonpass": [ "9M" ], - "blizzard": [ - "9M" - ], - "bodypress": [ - "9M" - ], - "bodyslam": [ - "9M" - ], - "bulldoze": [ + "calmmind": [ "9M" ], - "bulletseed": [ + "captivate": [ "9M" ], - "calmmind": [ + "confide": [ "9M" ], - "closecombat": [ + "cosmicpower": [ "9M" ], - "confusion": [ + "curse": [ "9M" ], - "crunch": [ + "dazzlinggleam": [ "9M" ], - "curse": [ + "detect": [ "9M" ], "doubleedge": [ "9M" ], - "doublekick": [ + "doubleteam": [ "9M" ], - "drainingkiss": [ + "dreameater": [ "9M" ], - "encore": [ + "drillpeck": [ "9M" ], - "endure": [ + "dualwingbeat": [ "9M" ], - "energyball": [ + "endure": [ "9M" ], "expandingforce": [ @@ -152205,115 +151965,85 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], - "futuresight": [ - "9M" - ], - "gigadrain": [ + "featherdance": [ "9M" ], - "gigaimpact": [ + "feintattack": [ "9M" ], - "glaciallance": [ + "flash": [ "9M" ], - "grassknot": [ + "frustration": [ "9M" ], - "grassyterrain": [ + "futuresight": [ "9M" ], - "gravity": [ + "gigadrain": [ "9M" ], - "growth": [ + "grassknot": [ "9M" ], "guardswap": [ "9M" ], - "healpulse": [ - "9M" - ], - "heavyslam": [ - "9M" - ], - "helpinghand": [ - "9M" - ], - "highhorsepower": [ - "9M" - ], - "hyperbeam": [ - "9M" - ], - "icebeam": [ - "9M" - ], - "iciclecrash": [ + "haze": [ "9M" ], - "iciclespear": [ + "heatwave": [ "9M" ], - "icywind": [ + "hiddenpower": [ "9M" ], "imprison": [ "9M" ], - "irondefense": [ - "9M" - ], - "lashout": [ - "9M" - ], - "leafstorm": [ - "9M" - ], - "leechseed": [ + "leer": [ "9M" ], - "lifedew": [ + "lightscreen": [ "9M" ], - "lightscreen": [ + "luckychant": [ "9M" ], - "magicalleaf": [ + "magiccoat": [ "9M" ], "magicroom": [ "9M" ], - "megadrain": [ + "mefirst": [ "9M" ], - "megahorn": [ + "mimic": [ "9M" ], - "metronome": [ + "miracleeye": [ "9M" ], - "mist": [ + "naturalgift": [ "9M" ], - "mudshot": [ + "nightmare": [ "9M" ], - "outrage": [ + "nightshade": [ "9M" ], - "payback": [ + "ominouswind": [ "9M" ], - "payday": [ + "painsplit": [ "9M" ], - "pollenpuff": [ + "peck": [ "9M" ], - "pound": [ + "pluck": [ "9M" ], "powerswap": [ @@ -152322,13 +152052,10 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "protect": [ "9M" ], - "psybeam": [ - "9M" - ], "psychic": [ "9M" ], - "psychicterrain": [ + "psychoshift": [ "9M" ], "psychup": [ @@ -152337,106 +152064,100 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "psyshock": [ "9M" ], - "reflect": [ - "9M" - ], - "rest": [ - "9M" - ], - "roar": [ + "quickattack": [ "9M" ], - "round": [ + "raindance": [ "9M" ], - "safeguard": [ + "reflect": [ "9M" ], - "scaryface": [ + "refresh": [ "9M" ], - "seedbomb": [ + "rest": [ "9M" ], - "skillswap": [ + "return": [ "9M" ], - "sleeptalk": [ + "roost": [ "9M" ], - "smartstrike": [ + "round": [ "9M" ], - "snarl": [ + "secretpower": [ "9M" ], - "snore": [ + "shadowball": [ "9M" ], - "snowscape": [ + "signalbeam": [ "9M" ], - "solarbeam": [ + "silverwind": [ "9M" ], - "solarblade": [ + "simplebeam": [ "9M" ], - "speedswap": [ + "skillswap": [ "9M" ], - "stomp": [ + "skyattack": [ "9M" ], - "stompingtantrum": [ + "sleeptalk": [ "9M" ], - "storedpower": [ + "snore": [ "9M" ], - "substitute": [ + "solarbeam": [ "9M" ], - "sunnyday": [ + "steelwing": [ "9M" ], - "superpower": [ + "storedpower": [ "9M" ], - "swift": [ + "substitute": [ "9M" ], - "swordsdance": [ + "suckerpunch": [ "9M" ], - "tackle": [ + "sunnyday": [ "9M" ], - "tailwhip": [ + "swagger": [ "9M" ], - "takedown": [ + "swift": [ "9M" ], - "taunt": [ + "synchronoise": [ "9M" ], - "terablast": [ + "tailwind": [ "9M" ], - "thrash": [ + "telekinesis": [ "9M" ], - "throatchop": [ + "teleport": [ "9M" ], - "torment": [ + "thief": [ "9M" ], - "trailblaze": [ + "thunderwave": [ "9M" ], - "triattack": [ + "toxic": [ "9M" ], "trick": [ @@ -152445,703 +152166,721 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "trickroom": [ "9M" ], - "uproar": [ - "9M" - ], - "wonderroom": [ + "twister": [ "9M" ], - "zenheadbutt": [ + "uturn": [ "9M" ], - "hiddenpower": [ + "wish": [ "9M" ], - "return": [ + "zenheadbutt": [ "9M" ] } }, - "calyrexshadow": { + "litten": { "inherit": true, "learnset": { - "agility": [ + "acrobatics": [ "9M" ], - "allyswitch": [ + "attract": [ "9M" ], - "aromatherapy": [ + "bite": [ "9M" ], - "assurance": [ + "bodyslam": [ "9M" ], - "astralbarrage": [ + "bulkup": [ "9M" ], - "batonpass": [ + "confide": [ "9M" ], - "bodyslam": [ + "covet": [ "9M" ], - "bulldoze": [ + "crunch": [ "9M" ], - "bulletseed": [ + "doubleedge": [ "9M" ], - "calmmind": [ + "doublekick": [ "9M" ], - "confuseray": [ + "doubleteam": [ "9M" ], - "confusion": [ + "ember": [ "9M" ], - "crunch": [ + "endeavor": [ "9M" ], - "curse": [ + "endure": [ "9M" ], - "darkpulse": [ + "facade": [ "9M" ], - "disable": [ + "fakeout": [ "9M" ], - "doubleedge": [ + "fireblast": [ "9M" ], - "doublekick": [ + "firefang": [ "9M" ], - "drainingkiss": [ + "firepledge": [ "9M" ], - "encore": [ + "firespin": [ "9M" ], - "endure": [ + "flamecharge": [ "9M" ], - "energyball": [ + "flamethrower": [ "9M" ], - "expandingforce": [ + "flareblitz": [ "9M" ], - "facade": [ + "frustration": [ "9M" ], - "foulplay": [ + "furyswipes": [ "9M" ], - "futuresight": [ + "growl": [ "9M" ], - "gigadrain": [ + "heatwave": [ "9M" ], - "gigaimpact": [ + "helpinghand": [ "9M" ], - "grassknot": [ + "hiddenpower": [ "9M" ], - "grassyterrain": [ + "leechlife": [ "9M" ], - "gravity": [ + "leer": [ "9M" ], - "growth": [ + "lick": [ "9M" ], - "guardswap": [ + "nastyplot": [ "9M" ], - "haze": [ + "outrage": [ "9M" ], - "healpulse": [ + "overheat": [ "9M" ], - "helpinghand": [ + "payday": [ "9M" ], - "hex": [ + "powertrip": [ "9M" ], - "hyperbeam": [ + "protect": [ "9M" ], - "imprison": [ + "rest": [ "9M" ], - "lashout": [ + "return": [ "9M" ], - "leafstorm": [ + "revenge": [ "9M" ], - "leechseed": [ + "roar": [ "9M" ], - "lifedew": [ + "round": [ "9M" ], - "lightscreen": [ + "scaryface": [ "9M" ], - "magicalleaf": [ + "scratch": [ "9M" ], - "magicroom": [ + "shadowclaw": [ "9M" ], - "megadrain": [ + "sleeptalk": [ "9M" ], - "metronome": [ + "snore": [ "9M" ], - "mudshot": [ + "substitute": [ "9M" ], - "nastyplot": [ + "sunnyday": [ "9M" ], - "nightshade": [ + "swagger": [ "9M" ], - "painsplit": [ + "swordsdance": [ "9M" ], - "payback": [ + "takedown": [ "9M" ], - "payday": [ + "taunt": [ "9M" ], - "phantomforce": [ + "temperflare": [ "9M" ], - "pollenpuff": [ + "terablast": [ "9M" ], - "pound": [ + "thrash": [ "9M" ], - "powerswap": [ + "torment": [ "9M" ], - "protect": [ + "toxic": [ "9M" ], - "psybeam": [ + "trailblaze": [ "9M" ], - "psychic": [ + "uturn": [ "9M" ], - "psychicterrain": [ + "willowisp": [ "9M" ], - "psychocut": [ + "workup": [ "9M" - ], - "psychup": [ + ] + } + }, + "magby": { + "inherit": true, + "learnset": { + "acidspray": [ "9M" ], - "psyshock": [ + "attract": [ "9M" ], - "reflect": [ + "barrier": [ "9M" ], - "rest": [ + "belch": [ "9M" ], - "round": [ + "bellydrum": [ "9M" ], - "safeguard": [ + "bodyslam": [ "9M" ], - "scaryface": [ + "brickbreak": [ "9M" ], - "seedbomb": [ + "burningjealousy": [ "9M" ], - "shadowball": [ + "captivate": [ "9M" ], - "skillswap": [ + "clearsmog": [ "9M" ], - "sleeptalk": [ + "confide": [ "9M" ], - "snarl": [ + "confuseray": [ "9M" ], - "snore": [ + "counter": [ "9M" ], - "solarbeam": [ + "covet": [ "9M" ], - "solarblade": [ + "crosschop": [ "9M" ], - "speedswap": [ + "curse": [ "9M" ], - "stomp": [ + "detect": [ "9M" ], - "stompingtantrum": [ + "doubleedge": [ "9M" ], - "storedpower": [ + "doubleteam": [ "9M" ], - "substitute": [ + "dualchop": [ "9M" ], - "sunnyday": [ + "dynamicpunch": [ "9M" ], - "swift": [ + "ember": [ "9M" ], - "tackle": [ + "endure": [ "9M" ], - "tailwhip": [ + "facade": [ "9M" ], - "takedown": [ + "feintattack": [ "9M" ], - "taunt": [ + "fireblast": [ "9M" ], - "terablast": [ + "firepunch": [ "9M" ], - "thrash": [ + "firespin": [ "9M" ], - "triattack": [ + "flameburst": [ "9M" ], - "trick": [ + "flamecharge": [ "9M" ], - "trickroom": [ + "flamethrower": [ "9M" ], - "uproar": [ + "flamewheel": [ "9M" ], - "willowisp": [ + "flareblitz": [ "9M" ], - "wonderroom": [ + "fling": [ "9M" ], - "zenheadbutt": [ + "focusenergy": [ "9M" ], - "hiddenpower": [ + "focuspunch": [ "9M" ], - "return": [ - "9M" - ] - } - }, - "koraidon": { - "inherit": true, - "learnset": { - "acrobatics": [ + "frustration": [ "9M" ], - "agility": [ + "headbutt": [ "9M" ], - "ancientpower": [ + "heatwave": [ "9M" ], - "bodypress": [ + "helpinghand": [ "9M" ], - "bodyslam": [ + "hiddenpower": [ "9M" ], - "breakingswipe": [ + "incinerate": [ "9M" ], - "brickbreak": [ + "irontail": [ "9M" ], - "bulkup": [ + "karatechop": [ "9M" ], - "bulldoze": [ + "lavaplume": [ "9M" ], - "closecombat": [ + "leer": [ "9M" ], - "collisioncourse": [ + "lowkick": [ "9M" ], - "counter": [ + "machpunch": [ "9M" ], - "crunch": [ + "megakick": [ "9M" ], - "dig": [ + "megapunch": [ "9M" ], - "doubleedge": [ + "mimic": [ "9M" ], - "dracometeor": [ + "mudslap": [ "9M" ], - "dragoncheer": [ + "naturalgift": [ "9M" ], - "dragonclaw": [ + "overheat": [ "9M" ], - "dragonpulse": [ + "poisonjab": [ "9M" ], - "dragontail": [ + "powerswap": [ "9M" ], - "drainpunch": [ + "poweruppunch": [ "9M" ], - "dualwingbeat": [ + "protect": [ "9M" ], - "endure": [ + "psychic": [ "9M" ], - "facade": [ + "rest": [ "9M" ], - "fireblast": [ + "return": [ "9M" ], - "firefang": [ + "rocksmash": [ "9M" ], - "firespin": [ + "round": [ "9M" ], - "flamecharge": [ + "scaryface": [ "9M" ], - "flamethrower": [ + "screech": [ "9M" ], - "flareblitz": [ + "secretpower": [ "9M" ], - "focusblast": [ + "seismictoss": [ "9M" ], - "focuspunch": [ + "sleeptalk": [ "9M" ], - "gigaimpact": [ + "smog": [ "9M" ], - "heatcrash": [ + "smokescreen": [ "9M" ], - "heatwave": [ + "snore": [ "9M" ], - "heavyslam": [ + "substitute": [ "9M" ], - "helpinghand": [ + "sunnyday": [ "9M" ], - "hyperbeam": [ + "swagger": [ "9M" ], - "icefang": [ + "takedown": [ "9M" ], - "ironhead": [ + "temperflare": [ "9M" ], - "lowkick": [ + "terablast": [ "9M" ], - "lowsweep": [ + "thief": [ "9M" ], - "meteorbeam": [ + "thunderpunch": [ "9M" ], - "mudshot": [ + "toxic": [ "9M" ], - "mudslap": [ + "uproar": [ "9M" ], - "outrage": [ + "willowisp": [ + "9M" + ] + } + }, + "magmar": { + "inherit": true, + "learnset": { + "acidspray": [ "9M" ], - "overheat": [ + "attract": [ "9M" ], - "protect": [ + "bide": [ "9M" ], - "rest": [ + "bodyslam": [ "9M" ], - "reversal": [ + "brickbreak": [ "9M" ], - "roar": [ + "burningjealousy": [ "9M" ], - "rocksmash": [ + "captivate": [ "9M" ], - "scaleshot": [ + "clearsmog": [ "9M" ], - "scaryface": [ + "confide": [ "9M" ], - "screech": [ + "confuseray": [ "9M" ], - "shadowclaw": [ + "counter": [ "9M" ], - "sleeptalk": [ + "covet": [ "9M" ], - "snarl": [ + "crosschop": [ "9M" ], - "solarbeam": [ + "curse": [ "9M" ], - "stompingtantrum": [ + "detect": [ "9M" ], - "substitute": [ + "doubleedge": [ "9M" ], - "sunnyday": [ + "doubleteam": [ "9M" ], - "swordsdance": [ + "dualchop": [ "9M" ], - "takedown": [ + "dynamicpunch": [ "9M" ], - "taunt": [ + "ember": [ "9M" ], - "temperflare": [ + "endure": [ "9M" ], - "terablast": [ + "facade": [ "9M" ], - "thunderfang": [ + "feintattack": [ "9M" ], - "uproar": [ + "fireblast": [ "9M" ], - "uturn": [ + "firepunch": [ "9M" ], - "wildcharge": [ + "firespin": [ "9M" ], - "zenheadbutt": [ + "flameburst": [ "9M" ], - "hiddenpower": [ + "flamecharge": [ "9M" ], - "return": [ + "flamethrower": [ "9M" ], - "shiftgear": [ + "flamewheel": [ "9M" ], - "dragondance": [ + "flareblitz": [ "9M" ], - "dragonrush": [ + "fling": [ "9M" ], - "divebomb": [ + "focusblast": [ "9M" - ] - } - }, - "miraidon": { - "inherit": true, - "learnset": { - "acrobatics": [ + ], + "focusenergy": [ "9M" ], - "agility": [ + "focuspunch": [ "9M" ], - "bodyslam": [ + "frustration": [ "9M" ], - "calmmind": [ + "gigaimpact": [ "9M" ], - "charge": [ + "headbutt": [ "9M" ], - "chargebeam": [ + "heatcrash": [ "9M" ], - "confuseray": [ + "heatwave": [ "9M" ], - "crunch": [ + "helpinghand": [ "9M" ], - "dazzlinggleam": [ + "hiddenpower": [ "9M" ], - "discharge": [ + "hyperbeam": [ "9M" ], - "dracometeor": [ + "incinerate": [ "9M" ], - "dragonbreath": [ + "irontail": [ "9M" ], - "dragoncheer": [ + "knockoff": [ "9M" ], - "dragonclaw": [ + "lavaplume": [ "9M" ], - "dragonpulse": [ + "leer": [ "9M" ], - "dragontail": [ + "lowkick": [ "9M" ], - "eerieimpulse": [ + "lowsweep": [ "9M" ], - "electricterrain": [ + "megakick": [ "9M" ], - "electroball": [ + "megapunch": [ "9M" ], - "electrodrift": [ + "metronome": [ "9M" ], - "endure": [ + "mimic": [ "9M" ], - "facade": [ + "mudslap": [ "9M" ], - "flashcannon": [ + "naturalgift": [ "9M" ], - "gigaimpact": [ + "overheat": [ "9M" ], - "heavyslam": [ + "poisonjab": [ "9M" ], - "helpinghand": [ + "powerswap": [ "9M" ], - "hyperbeam": [ + "poweruppunch": [ "9M" ], - "lightscreen": [ + "protect": [ "9M" ], - "metalsound": [ + "psychic": [ "9M" ], - "mirrorcoat": [ + "psywave": [ "9M" ], - "outrage": [ + "rage": [ "9M" ], - "overheat": [ + "rest": [ "9M" ], - "paraboliccharge": [ + "return": [ "9M" ], - "powergem": [ + "roar": [ "9M" ], - "protect": [ + "rockclimb": [ "9M" ], - "reflect": [ + "rocksmash": [ "9M" ], - "rest": [ + "round": [ "9M" ], "scaryface": [ "9M" ], - "shockwave": [ + "scorchingsands": [ "9M" ], - "sleeptalk": [ + "screech": [ "9M" ], - "snarl": [ + "secretpower": [ "9M" ], - "solarbeam": [ + "seismictoss": [ "9M" ], - "substitute": [ + "skullbash": [ "9M" ], - "supercellslam": [ + "sleeptalk": [ "9M" ], - "swordsdance": [ + "smog": [ + "9M" + ], + "smokescreen": [ + "9M" + ], + "snore": [ + "9M" + ], + "strength": [ + "9M" + ], + "submission": [ + "9M" + ], + "substitute": [ + "9M" + ], + "sunnyday": [ + "9M" + ], + "swagger": [ "9M" ], "takedown": [ @@ -153150,22 +152889,279 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "taunt": [ "9M" ], + "teleport": [ + "9M" + ], + "temperflare": [ + "9M" + ], "terablast": [ "9M" ], + "thief": [ + "9M" + ], + "thunderpunch": [ + "9M" + ], + "toxic": [ + "9M" + ], + "uproar": [ + "9M" + ], + "willowisp": [ + "9M" + ] + } + }, + "elekid": { + "inherit": true, + "learnset": { + "attract": [ + "9M" + ], + "barrier": [ + "9M" + ], + "bodyslam": [ + "9M" + ], + "brickbreak": [ + "9M" + ], + "captivate": [ + "9M" + ], + "charge": [ + "9M" + ], + "chargebeam": [ + "9M" + ], + "confide": [ + "9M" + ], + "counter": [ + "9M" + ], + "covet": [ + "9M" + ], + "crosschop": [ + "9M" + ], + "curse": [ + "9M" + ], + "detect": [ + "9M" + ], + "discharge": [ + "9M" + ], + "doubleedge": [ + "9M" + ], + "doubleteam": [ + "9M" + ], + "dualchop": [ + "9M" + ], + "dynamicpunch": [ + "9M" + ], + "eerieimpulse": [ + "9M" + ], + "electricterrain": [ + "9M" + ], + "electroball": [ + "9M" + ], + "electroweb": [ + "9M" + ], + "endure": [ + "9M" + ], + "facade": [ + "9M" + ], + "feint": [ + "9M" + ], + "firepunch": [ + "9M" + ], + "flash": [ + "9M" + ], + "fling": [ + "9M" + ], + "focusblast": [ + "9M" + ], + "focuspunch": [ + "9M" + ], + "frustration": [ + "9M" + ], + "hammerarm": [ + "9M" + ], + "headbutt": [ + "9M" + ], + "helpinghand": [ + "9M" + ], + "hiddenpower": [ + "9M" + ], + "icepunch": [ + "9M" + ], + "karatechop": [ + "9M" + ], + "knockoff": [ + "9M" + ], + "leer": [ + "9M" + ], + "lightscreen": [ + "9M" + ], + "lowkick": [ + "9M" + ], + "magnetrise": [ + "9M" + ], + "meditate": [ + "9M" + ], + "megakick": [ + "9M" + ], + "megapunch": [ + "9M" + ], + "metalsound": [ + "9M" + ], + "mimic": [ + "9M" + ], + "mudslap": [ + "9M" + ], + "naturalgift": [ + "9M" + ], + "poweruppunch": [ + "9M" + ], + "protect": [ + "9M" + ], + "psychic": [ + "9M" + ], + "quickattack": [ + "9M" + ], + "raindance": [ + "9M" + ], + "rest": [ + "9M" + ], + "return": [ + "9M" + ], + "rocksmash": [ + "9M" + ], + "rollingkick": [ + "9M" + ], + "round": [ + "9M" + ], + "screech": [ + "9M" + ], + "secretpower": [ + "9M" + ], + "seismictoss": [ + "9M" + ], + "shockwave": [ + "9M" + ], + "signalbeam": [ + "9M" + ], + "sleeptalk": [ + "9M" + ], + "snore": [ + "9M" + ], + "substitute": [ + "9M" + ], + "supercellslam": [ + "9M" + ], + "swagger": [ + "9M" + ], + "swift": [ + "9M" + ], + "takedown": [ + "9M" + ], + "taunt": [ + "9M" + ], + "terablast": [ + "9M" + ], + "thief": [ + "9M" + ], "thunder": [ "9M" ], "thunderbolt": [ "9M" ], + "thunderpunch": [ + "9M" + ], "thundershock": [ "9M" ], "thunderwave": [ "9M" ], - "uturn": [ + "toxic": [ + "9M" + ], + "trailblaze": [ + "9M" + ], + "uproar": [ "9M" ], "voltswitch": [ @@ -153174,161 +153170,628 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "wildcharge": [ "9M" ], - "zenheadbutt": [ + "zapcannon": [ + "9M" + ] + } + }, + "electabuzz": { + "inherit": true, + "learnset": { + "attract": [ + "9M" + ], + "bide": [ + "9M" + ], + "bodyslam": [ + "9M" + ], + "brickbreak": [ + "9M" + ], + "bulkup": [ + "9M" + ], + "captivate": [ + "9M" + ], + "charge": [ + "9M" + ], + "chargebeam": [ + "9M" + ], + "confide": [ + "9M" + ], + "counter": [ + "9M" + ], + "covet": [ + "9M" + ], + "crosschop": [ + "9M" + ], + "curse": [ + "9M" + ], + "detect": [ + "9M" + ], + "discharge": [ + "9M" + ], + "doubleedge": [ + "9M" + ], + "doubleteam": [ + "9M" + ], + "dualchop": [ + "9M" + ], + "dynamicpunch": [ + "9M" + ], + "eerieimpulse": [ + "9M" + ], + "electricterrain": [ + "9M" + ], + "electroball": [ + "9M" + ], + "electroweb": [ + "9M" + ], + "endure": [ + "9M" + ], + "facade": [ + "9M" + ], + "firepunch": [ + "9M" + ], + "flash": [ + "9M" + ], + "fling": [ + "9M" + ], + "focusblast": [ + "9M" + ], + "focuspunch": [ + "9M" + ], + "frustration": [ + "9M" + ], + "gigaimpact": [ + "9M" + ], + "headbutt": [ + "9M" + ], + "helpinghand": [ "9M" ], "hiddenpower": [ "9M" ], + "hyperbeam": [ + "9M" + ], + "icepunch": [ + "9M" + ], + "irontail": [ + "9M" + ], + "knockoff": [ + "9M" + ], + "leer": [ + "9M" + ], + "lightscreen": [ + "9M" + ], + "lowkick": [ + "9M" + ], + "lowsweep": [ + "9M" + ], + "magnetrise": [ + "9M" + ], + "megakick": [ + "9M" + ], + "megapunch": [ + "9M" + ], + "metalsound": [ + "9M" + ], + "metronome": [ + "9M" + ], + "mimic": [ + "9M" + ], + "mudslap": [ + "9M" + ], + "naturalgift": [ + "9M" + ], + "poweruppunch": [ + "9M" + ], + "protect": [ + "9M" + ], + "psychic": [ + "9M" + ], + "psywave": [ + "9M" + ], + "quickattack": [ + "9M" + ], + "rage": [ + "9M" + ], + "raindance": [ + "9M" + ], + "reflect": [ + "9M" + ], + "rest": [ + "9M" + ], "return": [ "9M" ], - "shiftgear": [ + "risingvoltage": [ + "9M" + ], + "rockclimb": [ + "9M" + ], + "rocksmash": [ + "9M" + ], + "round": [ + "9M" + ], + "screech": [ + "9M" + ], + "secretpower": [ + "9M" + ], + "seismictoss": [ + "9M" + ], + "shockwave": [ + "9M" + ], + "signalbeam": [ + "9M" + ], + "skullbash": [ + "9M" + ], + "sleeptalk": [ + "9M" + ], + "snore": [ + "9M" + ], + "strength": [ + "9M" + ], + "submission": [ + "9M" + ], + "substitute": [ + "9M" + ], + "supercellslam": [ + "9M" + ], + "swagger": [ + "9M" + ], + "swift": [ + "9M" + ], + "takedown": [ + "9M" + ], + "taunt": [ + "9M" + ], + "teleport": [ + "9M" + ], + "terablast": [ + "9M" + ], + "thief": [ + "9M" + ], + "thunder": [ + "9M" + ], + "thunderbolt": [ + "9M" + ], + "thunderpunch": [ + "9M" + ], + "thundershock": [ + "9M" + ], + "thunderwave": [ + "9M" + ], + "toxic": [ + "9M" + ], + "trailblaze": [ + "9M" + ], + "uproar": [ + "9M" + ], + "voltswitch": [ + "9M" + ], + "wildcharge": [ + "9M" + ], + "zapcannon": [ "9M" ] } }, - "pecharunt": { + "murkrow": { "inherit": true, "learnset": { - "acidspray": [ + "acrobatics": [ + "9M" + ], + "aerialace": [ + "9M" + ], + "aircutter": [ + "9M" + ], + "airslash": [ + "9M" + ], + "assurance": [ "9M" ], "astonish": [ "9M" ], + "attract": [ + "9M" + ], + "bravebird": [ + "9M" + ], + "calmmind": [ + "9M" + ], + "captivate": [ + "9M" + ], + "confide": [ + "9M" + ], + "confuseray": [ + "9M" + ], "curse": [ "9M" ], - "defensecurl": [ + "darkpulse": [ "9M" ], - "destinybond": [ + "defog": [ + "9M" + ], + "detect": [ + "9M" + ], + "doubleedge": [ + "9M" + ], + "doubleteam": [ + "9M" + ], + "dreameater": [ + "9M" + ], + "drillpeck": [ + "9M" + ], + "dualwingbeat": [ + "9M" + ], + "embargo": [ "9M" ], "endure": [ "9M" ], - "faketears": [ + "facade": [ + "9M" + ], + "featherdance": [ + "9M" + ], + "feintattack": [ + "9M" + ], + "flatter": [ + "9M" + ], + "fly": [ "9M" ], "foulplay": [ "9M" ], - "gunkshot": [ + "frustration": [ + "9M" + ], + "gigaimpact": [ + "9M" + ], + "gust": [ + "9M" + ], + "haze": [ + "9M" + ], + "heatwave": [ "9M" ], "hex": [ "9M" ], - "imprison": [ + "hiddenpower": [ "9M" ], - "malignantchain": [ + "hurricane": [ + "9M" + ], + "hyperbeam": [ + "9M" + ], + "icywind": [ + "9M" + ], + "lashout": [ "9M" ], "meanlook": [ "9M" ], - "memento": [ + "mimic": [ + "9M" + ], + "mirrormove": [ + "9M" + ], + "mudslap": [ "9M" ], "nastyplot": [ "9M" ], + "naturalgift": [ + "9M" + ], + "nightmare": [ + "9M" + ], "nightshade": [ "9M" ], - "partingshot": [ + "ominouswind": [ "9M" ], - "phantomforce": [ + "payback": [ "9M" ], - "poisongas": [ + "peck": [ "9M" ], - "poltergeist": [ + "perishsong": [ + "9M" + ], + "pluck": [ "9M" ], "protect": [ "9M" ], - "recover": [ + "psychic": [ + "9M" + ], + "psychicnoise": [ + "9M" + ], + "psychup": [ + "9M" + ], + "pursuit": [ + "9M" + ], + "quash": [ + "9M" + ], + "quickattack": [ + "9M" + ], + "raindance": [ "9M" ], "rest": [ "9M" ], - "rollout": [ + "retaliate": [ + "9M" + ], + "return": [ + "9M" + ], + "roost": [ + "9M" + ], + "round": [ + "9M" + ], + "scaryface": [ + "9M" + ], + "screech": [ + "9M" + ], + "secretpower": [ "9M" ], "shadowball": [ "9M" ], + "skyattack": [ + "9M" + ], "sleeptalk": [ "9M" ], - "sludgebomb": [ + "snarl": [ "9M" ], - "sludgewave": [ + "snatch": [ "9M" ], - "smog": [ + "snore": [ "9M" ], "spite": [ "9M" ], + "steelwing": [ + "9M" + ], "substitute": [ "9M" ], + "suckerpunch": [ + "9M" + ], + "sunnyday": [ + "9M" + ], + "swagger": [ + "9M" + ], + "swift": [ + "9M" + ], + "tailwind": [ + "9M" + ], + "takedown": [ + "9M" + ], + "taunt": [ + "9M" + ], "terablast": [ "9M" ], + "thief": [ + "9M" + ], + "thunderwave": [ + "9M" + ], + "torment": [ + "9M" + ], "toxic": [ "9M" ], - "venoshock": [ + "twister": [ "9M" ], - "withdraw": [ + "uproar": [ "9M" ], - "hiddenpower": [ + "uturn": [ "9M" ], - "return": [ + "whirlwind": [ + "9M" + ], + "wingattack": [ "9M" ] } }, - "terapagos": { + "abra": { "inherit": true, "learnset": { - "ancientpower": [ + "allyswitch": [ "9M" ], - "aurasphere": [ + "attract": [ "9M" ], - "bodypress": [ + "barrier": [ "9M" ], - "bodyslam": [ + "bide": [ "9M" ], - "bugbuzz": [ + "bodyslam": [ "9M" ], "calmmind": [ "9M" ], - "crunch": [ + "captivate": [ "9M" ], - "darkpulse": [ + "chargebeam": [ + "9M" + ], + "confide": [ + "9M" + ], + "confusion": [ + "9M" + ], + "counter": [ + "9M" + ], + "curse": [ "9M" ], "dazzlinggleam": [ @@ -153337,13 +153800,22 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "doubleedge": [ "9M" ], - "dragonpulse": [ + "doubleteam": [ "9M" ], - "earthpower": [ + "drainpunch": [ "9M" ], - "earthquake": [ + "dreameater": [ + "9M" + ], + "dynamicpunch": [ + "9M" + ], + "embargo": [ + "9M" + ], + "encore": [ "9M" ], "endure": [ @@ -153355,88 +153827,163 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "facade": [ "9M" ], - "flamethrower": [ + "firepunch": [ "9M" ], - "flareblitz": [ + "flash": [ "9M" ], - "flashcannon": [ + "fling": [ "9M" ], - "gigaimpact": [ + "focuspunch": [ + "9M" + ], + "foulplay": [ + "9M" + ], + "frustration": [ + "9M" + ], + "grassknot": [ "9M" ], "gravity": [ "9M" ], - "gyroball": [ + "guardsplit": [ + "9M" + ], + "guardswap": [ "9M" ], "headbutt": [ "9M" ], - "heatcrash": [ + "hiddenpower": [ "9M" ], - "heavyslam": [ + "icepunch": [ "9M" ], - "hyperbeam": [ + "irontail": [ "9M" ], - "icebeam": [ + "knockoff": [ "9M" ], - "icespinner": [ + "lightscreen": [ "9M" ], - "ironhead": [ + "magiccoat": [ "9M" ], - "meteorbeam": [ + "magicroom": [ "9M" ], - "powergem": [ + "megakick": [ + "9M" + ], + "megapunch": [ + "9M" + ], + "metronome": [ + "9M" + ], + "mimic": [ + "9M" + ], + "naturalgift": [ + "9M" + ], + "nightmare": [ + "9M" + ], + "powerswap": [ + "9M" + ], + "powertrick": [ "9M" ], "protect": [ "9M" ], + "psychic": [ + "9M" + ], + "psychicterrain": [ + "9M" + ], + "psychup": [ + "9M" + ], + "psyshock": [ + "9M" + ], + "psywave": [ + "9M" + ], + "rage": [ + "9M" + ], "raindance": [ "9M" ], - "rapidspin": [ + "recycle": [ + "9M" + ], + "reflect": [ "9M" ], "rest": [ "9M" ], - "roar": [ + "return": [ "9M" ], - "rockpolish": [ + "roleplay": [ "9M" ], - "rockslide": [ + "round": [ "9M" ], - "scorchingsands": [ + "safeguard": [ + "9M" + ], + "secretpower": [ + "9M" + ], + "seismictoss": [ + "9M" + ], + "shadowball": [ + "9M" + ], + "shockwave": [ + "9M" + ], + "signalbeam": [ + "9M" + ], + "skillswap": [ + "9M" + ], + "skullbash": [ "9M" ], "sleeptalk": [ "9M" ], - "solarbeam": [ + "snatch": [ "9M" ], - "stealthrock": [ + "snore": [ "9M" ], - "stoneedge": [ + "speedswap": [ "9M" ], - "storedpower": [ + "submission": [ "9M" ], "substitute": [ @@ -153445,22 +153992,330 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "sunnyday": [ "9M" ], - "supercellslam": [ + "swagger": [ "9M" ], - "surf": [ + "swift": [ "9M" ], "takedown": [ "9M" ], - "terastarstorm": [ + "taunt": [ "9M" ], - "thunder": [ + "telekinesis": [ "9M" ], - "thunderbolt": [ + "teleport": [ + "9M" + ], + "thief": [ + "9M" + ], + "thunderpunch": [ + "9M" + ], + "thunderwave": [ + "9M" + ], + "torment": [ + "9M" + ], + "toxic": [ + "9M" + ], + "triattack": [ + "9M" + ], + "trick": [ + "9M" + ], + "trickroom": [ + "9M" + ], + "wonderroom": [ + "9M" + ], + "zapcannon": [ + "9M" + ], + "zenheadbutt": [ + "9M" + ] + } + }, + "togepi": { + "inherit": true, + "learnset": { + "aerialace": [ + "9M" + ], + "afteryou": [ + "9M" + ], + "ancientpower": [ + "9M" + ], + "attract": [ + "9M" + ], + "batonpass": [ + "9M" + ], + "bestow": [ + "9M" + ], + "bodyslam": [ + "9M" + ], + "captivate": [ + "9M" + ], + "charm": [ + "9M" + ], + "confide": [ + "9M" + ], + "counter": [ + "9M" + ], + "covet": [ + "9M" + ], + "curse": [ + "9M" + ], + "dazzlinggleam": [ + "9M" + ], + "defensecurl": [ + "9M" + ], + "detect": [ + "9M" + ], + "doubleedge": [ + "9M" + ], + "doubleteam": [ + "9M" + ], + "drainingkiss": [ + "9M" + ], + "dreameater": [ + "9M" + ], + "echoedvoice": [ + "9M" + ], + "encore": [ + "9M" + ], + "endeavor": [ + "9M" + ], + "endure": [ + "9M" + ], + "extrasensory": [ + "9M" + ], + "facade": [ + "9M" + ], + "fireblast": [ + "9M" + ], + "flamethrower": [ + "9M" + ], + "flash": [ + "9M" + ], + "fling": [ + "9M" + ], + "followme": [ + "9M" + ], + "foresight": [ + "9M" + ], + "frustration": [ + "9M" + ], + "futuresight": [ + "9M" + ], + "grassknot": [ + "9M" + ], + "growl": [ + "9M" + ], + "headbutt": [ + "9M" + ], + "healbell": [ + "9M" + ], + "helpinghand": [ + "9M" + ], + "hiddenpower": [ + "9M" + ], + "hypervoice": [ + "9M" + ], + "incinerate": [ + "9M" + ], + "lastresort": [ + "9M" + ], + "lifedew": [ + "9M" + ], + "lightscreen": [ + "9M" + ], + "luckychant": [ + "9M" + ], + "magiccoat": [ + "9M" + ], + "megakick": [ + "9M" + ], + "megapunch": [ + "9M" + ], + "metronome": [ + "9M" + ], + "mimic": [ + "9M" + ], + "mirrormove": [ + "9M" + ], + "morningsun": [ + "9M" + ], + "mudslap": [ + "9M" + ], + "mysticalfire": [ + "9M" + ], + "nastyplot": [ + "9M" + ], + "naturalgift": [ + "9M" + ], + "peck": [ + "9M" + ], + "playrough": [ + "9M" + ], + "pound": [ + "9M" + ], + "present": [ + "9M" + ], + "protect": [ + "9M" + ], + "psychic": [ + "9M" + ], + "psychup": [ + "9M" + ], + "psyshock": [ + "9M" + ], + "raindance": [ + "9M" + ], + "reflect": [ + "9M" + ], + "rest": [ + "9M" + ], + "return": [ + "9M" + ], + "rocksmash": [ + "9M" + ], + "rollout": [ + "9M" + ], + "round": [ + "9M" + ], + "safeguard": [ + "9M" + ], + "secretpower": [ + "9M" + ], + "seismictoss": [ + "9M" + ], + "shadowball": [ + "9M" + ], + "shockwave": [ + "9M" + ], + "signalbeam": [ + "9M" + ], + "sleeptalk": [ + "9M" + ], + "snore": [ + "9M" + ], + "softboiled": [ + "9M" + ], + "solarbeam": [ + "9M" + ], + "storedpower": [ + "9M" + ], + "substitute": [ + "9M" + ], + "sunnyday": [ + "9M" + ], + "swagger": [ + "9M" + ], + "sweetkiss": [ + "9M" + ], + "swift": [ + "9M" + ], + "telekinesis": [ + "9M" + ], + "thunderwave": [ "9M" ], "toxic": [ @@ -153469,26 +154324,298 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab "triattack": [ "9M" ], + "trick": [ + "9M" + ], + "uproar": [ + "9M" + ], "waterpulse": [ "9M" ], - "weatherball": [ + "wish": [ "9M" ], - "wildcharge": [ + "workup": [ "9M" ], - "withdraw": [ + "yawn": [ + "9M" + ], + "zapcannon": [ "9M" ], "zenheadbutt": [ "9M" + ] + } + }, + "woobat": { + "inherit": true, + "learnset": { + "acrobatics": [ + "9M" + ], + "aerialace": [ + "9M" + ], + "afteryou": [ + "9M" + ], + "aircutter": [ + "9M" + ], + "airslash": [ + "9M" + ], + "allyswitch": [ + "9M" + ], + "amnesia": [ + "9M" + ], + "assurance": [ + "9M" + ], + "attract": [ + "9M" + ], + "batonpass": [ + "9M" + ], + "calmmind": [ + "9M" + ], + "captivate": [ + "9M" + ], + "chargebeam": [ + "9M" + ], + "charm": [ + "9M" + ], + "confide": [ + "9M" + ], + "confusion": [ + "9M" + ], + "defog": [ + "9M" + ], + "doubleteam": [ + "9M" + ], + "dreameater": [ + "9M" + ], + "dualwingbeat": [ + "9M" + ], + "embargo": [ + "9M" + ], + "endeavor": [ + "9M" + ], + "endure": [ + "9M" + ], + "energyball": [ + "9M" + ], + "expandingforce": [ + "9M" + ], + "facade": [ + "9M" + ], + "faketears": [ + "9M" + ], + "flash": [ + "9M" + ], + "flatter": [ + "9M" + ], + "fly": [ + "9M" + ], + "frustration": [ + "9M" + ], + "futuresight": [ + "9M" + ], + "gigadrain": [ + "9M" + ], + "gust": [ + "9M" + ], + "gyroball": [ + "9M" + ], + "heartstamp": [ + "9M" + ], + "heatwave": [ + "9M" + ], + "helpinghand": [ + "9M" ], "hiddenpower": [ "9M" ], + "imprison": [ + "9M" + ], + "knockoff": [ + "9M" + ], + "lightscreen": [ + "9M" + ], + "magiccoat": [ + "9M" + ], + "nastyplot": [ + "9M" + ], + "odorsleuth": [ + "9M" + ], + "pluck": [ + "9M" + ], + "protect": [ + "9M" + ], + "psychic": [ + "9M" + ], + "psychocut": [ + "9M" + ], + "psychup": [ + "9M" + ], + "psyshock": [ + "9M" + ], + "raindance": [ + "9M" + ], + "reflect": [ + "9M" + ], + "rest": [ + "9M" + ], "return": [ "9M" + ], + "roost": [ + "9M" + ], + "round": [ + "9M" + ], + "safeguard": [ + "9M" + ], + "secretpower": [ + "9M" + ], + "shadowball": [ + "9M" + ], + "shockwave": [ + "9M" + ], + "signalbeam": [ + "9M" + ], + "simplebeam": [ + "9M" + ], + "skillswap": [ + "9M" + ], + "sleeptalk": [ + "9M" + ], + "snore": [ + "9M" + ], + "speedswap": [ + "9M" + ], + "steelwing": [ + "9M" + ], + "storedpower": [ + "9M" + ], + "substitute": [ + "9M" + ], + "superfang": [ + "9M" + ], + "supersonic": [ + "9M" + ], + "swagger": [ + "9M" + ], + "swift": [ + "9M" + ], + "synchronoise": [ + "9M" + ], + "tailwind": [ + "9M" + ], + "taunt": [ + "9M" + ], + "telekinesis": [ + "9M" + ], + "thief": [ + "9M" + ], + "thunderwave": [ + "9M" + ], + "torment": [ + "9M" + ], + "toxic": [ + "9M" + ], + "trick": [ + "9M" + ], + "trickroom": [ + "9M" + ], + "uproar": [ + "9M" + ], + "uturn": [ + "9M" + ], + "venomdrench": [ + "9M" + ], + "zenheadbutt": [ + "9M" ] } } diff --git a/data/mods/gen9vgcgay/moves.ts b/data/mods/gen9vgcgay/moves.ts index a58ac509451d..438116d21aee 100644 --- a/data/mods/gen9vgcgay/moves.ts +++ b/data/mods/gen9vgcgay/moves.ts @@ -79,9 +79,9 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { ominouswind: { inherit: true, "isNonstandard": null, - shortDesc: "20% chance to raise all stats by 1 (not acc/eva).", + shortDesc: "15% chance to raise all stats by 1 (not acc/eva).", secondary: { - chance: 20, + chance: 15, self: { boosts: {atk: 1, def: 1, spa: 1, spd: 1, spe: 1}, }, @@ -90,9 +90,9 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { ancientpower: { inherit: true, "isNonstandard": null, - shortDesc: "20% chance to raise all stats by 1 (not acc/eva).", + shortDesc: "15% chance to raise all stats by 1 (not acc/eva).", secondary: { - chance: 20, + chance: 15, self: { boosts: {atk: 1, def: 1, spa: 1, spd: 1, spe: 1}, }, @@ -100,9 +100,9 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { }, "silverwind": { "inherit": true, - shortDesc: "20% chance to raise all stats by 1 (not acc/eva).", + shortDesc: "15% chance to raise all stats by 1 (not acc/eva).", secondary: { - chance: 20, + chance: 15, self: { boosts: {atk: 1, def: 1, spa: 1, spd: 1, spe: 1}, }, @@ -459,7 +459,7 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { }, aurorabeam: { inherit: true, - shortDesc: "20% to lower target's Attack by 1", + shortDesc: "20% to lower target's Attack by 1.", basePower: 75, secondary: {chance: 20, boosts: {atk: -1}}, }, @@ -763,7 +763,8 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { psychoshift: { inherit: true, isNonstandard: null, - shortDesc: "Transfers user's status to the target. Cures Ally Status.", + shortDesc: "Transfers the user's status to both targets.", + target: "allAdjacentFoes", onTryHit(target, source, move) { if (!source.status) return false; move.status = source.status; @@ -771,9 +772,6 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { self: { onHit(pokemon) { pokemon.cureStatus(); - for (const allyActive of pokemon.adjacentAllies()) { - allyActive.cureStatus(); - } }, }, }, @@ -789,25 +787,35 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { }, }, // Some signature Moves + triplearrows: { + inherit: true, + isNonstandard: null, + basePower: 100, + }, + aquastep: { + inherit: true, + isNonstandard: null, + basePower: 90, + }, stoneaxe: { inherit: true, - accuracy: 100, isNonstandard: null, + accuracy: 100, }, ceaselessedge: { inherit: true, - accuracy: 100, isNonstandard: null, + accuracy: 100, }, dragonhammer: { inherit: true, - basePower: 100, isNonstandard: null, + basePower: 100, }, blazingtorque: { inherit: true, - basePower: 100, isNonstandard: null, + basePower: 100, }, noxioustorque: { inherit: true, @@ -1791,7 +1799,7 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = { inherit: true, isNonstandard: null, self: null, - basePower: 140, + basePower: 130, shortDesc: "User recharge if doesn't KO. Dialga-O: No Recharge.", onHit(target, source) { if (target.hp || source.species.name === 'Dialga-Origin') { diff --git a/data/mods/gen9vgcgay/pokedex.ts b/data/mods/gen9vgcgay/pokedex.ts index e15beb137325..df3c7232f297 100644 --- a/data/mods/gen9vgcgay/pokedex.ts +++ b/data/mods/gen9vgcgay/pokedex.ts @@ -592,7 +592,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Poison" ], "baseStats": { - "hp": 80, + "hp": 85, "atk": 70, "def": 65, "spa": 120, @@ -1838,7 +1838,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "hp": 85, "atk": 76, "def": 60, - "spa": 145, + "spa": 150, "spd": 90, "spe": 29 }, @@ -3018,10 +3018,10 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Poison" ], "baseStats": { - "hp": 115, + "hp": 120, "atk": 83, "def": 93, - "spa": 83, + "spa": 78, "spd": 93, "spe": 55 }, @@ -3039,7 +3039,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable ], "baseStats": { "hp": 70, - "atk": 130, + "atk": 135, "def": 50, "spa": 105, "spd": 50, @@ -4912,8 +4912,8 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Ghost" ], "baseStats": { - "hp": 45, - "atk": 110, + "hp": 50, + "atk": 115, "def": 135, "spa": 65, "spd": 135, @@ -5434,7 +5434,6 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable }, "abilities": { "0": "Unaware", - "1": "Curious Medicine", "H": "Simple" }, "inherit": true @@ -5759,11 +5758,11 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Flying" ], "baseStats": { - "hp": 82, + "hp": 77, "atk": 58, - "def": 85, + "def": 80, "spa": 108, - "spd": 85, + "spd": 80, "spe": 97 }, "abilities": { @@ -5859,7 +5858,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "def": 60, "spa": 125, "spd": 60, - "spe": 110 + "spe": 105 }, "abilities": { "0": "Illusion" @@ -7848,12 +7847,12 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Fire" ], "baseStats": { - "hp": 68, + "hp": 78, "atk": 64, "def": 60, - "spa": 111, + "spa": 116, "spd": 60, - "spe": 117 + "spe": 127 }, "abilities": { "0": "Corrosion", @@ -9824,10 +9823,10 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Ground" ], "baseStats": { - "hp": 130, + "hp": 125, "atk": 140, "def": 105, - "spa": 45, + "spa": 50, "spd": 80, "spe": 50 }, @@ -9962,7 +9961,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Ghost" ], "baseStats": { - "hp": 104, + "hp": 109, "atk": 75, "def": 100, "spa": 110, @@ -9982,7 +9981,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Fighting" ], "baseStats": { - "hp": 90, + "hp": 85, "atk": 120, "def": 80, "spa": 85, @@ -10377,6 +10376,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable }, "abilities": { "0": "Synchronize", + "1": "Ballin'", "H": "Telepathy" }, "inherit": true @@ -11166,12 +11166,12 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Dragon" ], "baseStats": { - "hp": 99, - "atk": 83, - "def": 91, - "spa": 125, - "spd": 83, - "spe": 109 + "hp": 95, + "atk": 79, + "def": 87, + "spa": 123, + "spd": 79, + "spe": 107 }, "abilities": { "0": "Protosynthesis", @@ -11204,7 +11204,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Ground" ], "baseStats": { - "hp": 113, + "hp": 108, "atk": 70, "def": 120, "spa": 135, @@ -11480,12 +11480,12 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Dragon" ], "baseStats": { - "hp": 105, - "atk": 115, - "def": 121, - "spa": 65, - "spd": 93, - "spe": 91 + "hp": 103, + "atk": 113, + "def": 115, + "spa": 63, + "spd": 89, + "spe": 87 }, "abilities": { "0": "Protosynthesis", @@ -11499,11 +11499,11 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "Dragon" ], "baseStats": { - "hp": 115, + "hp": 109, "atk": 79, - "def": 93, - "spa": 137, - "spd": 91, + "def": 89, + "spa": 131, + "spd": 87, "spe": 75 }, "abilities": { @@ -12688,7 +12688,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable "def": 110, "spa": 120, "spd": 80, - "spe": 60 + "spe": 70 }, "abilities": { "0": "Water Absorb" diff --git a/data/text/abilities.ts b/data/text/abilities.ts index 0e24aa303760..b902879202a4 100644 --- a/data/text/abilities.ts +++ b/data/text/abilities.ts @@ -726,6 +726,7 @@ export const AbilitiesText: {[id: IDEntry]: AbilityText} = { name: "Illuminate", desc: "Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.", shortDesc: "This Pokemon's accuracy can't be lowered by others; ignores their evasiveness stat.", + start: " [POKEMON] lit up the battlefield!", gen8: { desc: "No competitive use.", shortDesc: "No competitive use.", @@ -2405,8 +2406,8 @@ export const AbilitiesText: {[id: IDEntry]: AbilityText} = { }, hammertime: { name: "Hammer Time", - desc: "Hammer-based moves deal 1.5x damage.", - shortDesc: "Hammer-based moves deal 1.5x damage.", + desc: "Hammer-based moves deal 1.3x damage.", + shortDesc: "Hammer-based moves deal 1.3x damage.", }, rampage: { name: "Rampage",