Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'use strict';
- //Code written by Plague von Karma.
- /**@type {{[k: string]: LearnsetData}} */
- let BattleLearnsets = {
- missingno: { //Gen 1 Pokemon here, doing it because some stuff wasn't working before. Plus, gives me opportunity to edit more later if necessary. Some Gen 2 were imported with them, presumably for learnset completion.
- learnset: {
- inherit: true,
- },
- },
- bulbasaur: {
- learnset: {
- ancientpower: ["2S0"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- gigadrain: ["2M"],
- growl: ["1L1", "2L4", "2S0"],
- growth: ["1L34", "2L32"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- leechseed: ["1L7", "2L7"],
- lightscreen: ["2E"],
- megadrain: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- petaldance: ["2E"],
- poisonpowder: ["1L20", "2L15"],
- protect: ["2M"],
- rage: ["1M"],
- razorleaf: ["1L27", "2L20"],
- razorwind: ["2E"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- safeguard: ["2E"],
- skullbash: ["2E"],
- sleeppowder: ["1L41", "2L15"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1L48", "1M", "2L46", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L25", "2M"],
- swordsdance: ["1M"],
- synthesis: ["2L39"],
- tackle: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- vinewhip: ["1L13", "2L10"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "growl", "ancientpower"]},
- ],
- },
- ivysaur: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- gigadrain: ["2M"],
- growl: ["1L1", "2L1", "2L4"],
- growth: ["1L38", "2L38"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- leechseed: ["1L1", "1L7", "2L1", "2L7"],
- megadrain: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- poisonpowder: ["1L22", "2L15"],
- protect: ["2M"],
- rage: ["1M"],
- razorleaf: ["1L30", "2L22"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sleeppowder: ["1L46", "2L15"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1L54", "1M", "2L56", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L29", "2M"],
- swordsdance: ["1M"],
- synthesis: ["2L47"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- vinewhip: ["1L13", "2L10"],
- },
- },
- venusaur: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- gigadrain: ["2M"],
- growl: ["1L1", "2L1", "2L4"],
- growth: ["1L43", "2L41"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leechseed: ["1L1", "1L7", "2L1", "2L7"],
- megadrain: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- poisonpowder: ["1L22", "2L15", "2S0"],
- protect: ["2M"],
- rage: ["1M"],
- razorleaf: ["1L30", "2L22", "2S0"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- sleeppowder: ["1L55", "2L15", "2S0"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1L65", "1M", "2L65", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L29", "2M", "2S0"],
- swordsdance: ["1M"],
- synthesis: ["2L53"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- vinewhip: ["1L1", "1L13", "2L1", "2L10"],
- },
- eventData: [
- {"generation": 2, "level": 40, "shiny": true, "moves": ["poisonpowder", "sleeppowder", "razorleaf", "sweetscent"]},
- ],
- },
- charmander: {
- learnset: {
- ancientpower: ["2E"],
- attract: ["2M"],
- beatup: ["2E"],
- bellydrum: ["2E"],
- bide: ["1M"],
- bite: ["2E"],
- bodyslam: ["1M"],
- counter: ["1M"],
- crunch: ["2S0"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M", "2L43"],
- dynamicpunch: ["2M"],
- ember: ["1L9", "2L7"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- firespin: ["1L46", "2L49"],
- flamethrower: ["1L38", "2L31", "2T"],
- frustration: ["2M"],
- furycutter: ["2M"],
- growl: ["1L1", "2L1", "2S0"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- leer: ["1L15"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- outrage: ["2E"],
- protect: ["2M"],
- rage: ["1L22", "1M", "2L19"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["2E"],
- rocksmash: ["2M"],
- scaryface: ["2L25"],
- scratch: ["1L1", "2L1", "2S0"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- slash: ["1L30", "2L37"],
- sleeptalk: ["2M"],
- smokescreen: ["2L13"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "growl", "crunch"]},
- ],
- },
- charmeleon: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M", "2L48"],
- dynamicpunch: ["2M"],
- ember: ["1L1", "1L9", "2L1", "2L7"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- firespin: ["1L56", "2L55"],
- flamethrower: ["1L42", "2L34", "2T"],
- frustration: ["2M"],
- furycutter: ["2M"],
- growl: ["1L1", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- leer: ["1L15"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1L24", "1M", "2L20"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- scaryface: ["2L27"],
- scratch: ["1L1", "2L1"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- slash: ["1L33", "2L41"],
- sleeptalk: ["2M"],
- smokescreen: ["2L13"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- charizard: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M", "2L54"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- ember: ["1L1", "1L9", "2L1", "2L7"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- firespin: ["1L55", "2L64"],
- fissure: ["1M"],
- flamethrower: ["1L46", "2L34", "2T", "2S0"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- growl: ["1L1", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- leer: ["1L1", "1L15"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1L24", "1M", "2L20", "2S0"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- scaryface: ["2L27", "2S0"],
- scratch: ["1L1", "2L1"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- slash: ["1L36", "2L44"],
- sleeptalk: ["2M"],
- smokescreen: ["2L1", "2L13"],
- snore: ["2M"],
- steelwing: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- wingattack: ["2L36", "2S0"],
- },
- eventData: [
- {"generation": 2, "level": 40, "shiny": true, "moves": ["rage", "scaryface", "flamethrower", "wingattack"]},
- ],
- },
- squirtle: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L22", "2L18"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubble: ["1L8", "2L7"],
- bubblebeam: ["1M"],
- confusion: ["2E"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- flail: ["2E"],
- foresight: ["2E"],
- frustration: ["2M"],
- haze: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L42", "2L47"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mirrorcoat: ["2E"],
- mist: ["2E"],
- mudslap: ["2M"],
- protect: ["2L28", "2M"],
- rage: ["1M"],
- raindance: ["2L33", "2M"],
- rapidspin: ["2L23"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1L35", "1M", "2L40"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1", "2S0"],
- tailwhip: ["1L1", "2L4", "2S0"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1L15", "1M", "2L13"],
- whirlpool: ["2M"],
- withdraw: ["1L28", "2L10"],
- zapcannon: ["2S0"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "tailwhip", "zapcannon"]},
- ],
- },
- wartortle: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L24", "2L19"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubble: ["1L1", "1L8", "2L1", "2L7"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L47", "2L53"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2L31", "2M"],
- rage: ["1M"],
- raindance: ["2L37", "2M"],
- rapidspin: ["2L25"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1L39", "1M", "2L45"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L1", "2L1", "2L4"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1L15", "1M", "2L13"],
- whirlpool: ["2M"],
- withdraw: ["1L31", "2L10"],
- },
- },
- blastoise: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L24", "2L19", "2S0"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubble: ["1L1", "1L8", "2L1", "2L7"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fissure: ["1M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L52", "2L68"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2L31", "2M", "2S0"],
- rage: ["1M"],
- raindance: ["2L42", "2M"],
- rapidspin: ["2L25", "2S0"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1L42", "1M", "2L55"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L1", "2L1", "2L4"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1L1", "1L15", "1M", "2L13", "2S0"],
- whirlpool: ["2M"],
- withdraw: ["1L31", "2L1", "2L10"],
- },
- eventData: [
- {"generation": 2, "level": 40, "shiny": true, "moves": ["watergun", "bite", "rapidspin", "protect"]},
- ],
- },
- caterpie: {
- learnset: {
- stringshot: ["1L1", "2L1"],
- tackle: ["1L1", "2L1"],
- },
- },
- metapod: {
- learnset: {
- harden: ["1L1", "1L7", "2L1", "2L7"],
- },
- },
- butterfree: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- confusion: ["1L1", "1L12", "1L10", "2L1", "2L10"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- gust: ["1L28", "2L28"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- poisonpowder: ["1L15", "1L13", "2L13"],
- protect: ["2M"],
- psybeam: ["1L32", "1L34", "2L34"],
- psychic: ["1M", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- safeguard: ["2L40"],
- sleeppowder: ["1L17", "1L15", "2L15"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L16", "1L14", "2L14"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["1L21", "1L18", "2L18"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1L26", "1M", "1L23", "2L23"],
- },
- },
- weedle: {
- learnset: {
- poisonsting: ["1L1", "2L1"],
- stringshot: ["1L1", "2L1"],
- },
- },
- kakuna: {
- learnset: {
- harden: ["1L1", "2L1", "2L7"],
- },
- },
- beedrill: {
- learnset: {
- agility: ["1L35", "2L40"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- focusenergy: ["1L16", "2L15"],
- frustration: ["2M"],
- furyattack: ["1L1", "1L12", "2L1", "2L10"],
- furycutter: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- pinmissile: ["1L30", "2L35"],
- protect: ["2M"],
- pursuit: ["2L30"],
- rage: ["1L25", "1M", "2L25"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- twineedle: ["1L20", "2L20"],
- },
- },
- pidgey: {
- learnset: {
- agility: ["1L36", "2L37"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- feintattack: ["2E"],
- fly: ["1M", "2M"],
- foresight: ["2E"],
- frustration: ["2M"],
- gust: ["1L1", "2L9"],
- hiddenpower: ["2M"],
- mimic: ["1M"],
- mirrormove: ["1L44", "2L47"],
- mudslap: ["2M"],
- protect: ["2M"],
- pursuit: ["2E"],
- quickattack: ["1L12", "2L15"],
- rage: ["1M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sandattack: ["1L5", "2L5"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2E", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1L19", "1M", "2L21"],
- wingattack: ["1L28", "2L29"],
- },
- },
- pidgeotto: {
- learnset: {
- agility: ["1L40", "2L43"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- gust: ["1L1", "2L1", "2L9"],
- hiddenpower: ["2M"],
- mimic: ["1M"],
- mirrormove: ["1L49", "2L55"],
- mudslap: ["2M"],
- protect: ["2M"],
- quickattack: ["1L12", "2L15"],
- rage: ["1M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sandattack: ["1L1", "1L5", "2L1", "2L5"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1L21", "1M", "2L23"],
- wingattack: ["1L31", "2L33"],
- },
- },
- pidgeot: {
- learnset: {
- agility: ["1L44", "2L46"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- gust: ["1L1", "2L1", "2L9"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- mimic: ["1M"],
- mirrormove: ["1L54", "2L61"],
- mudslap: ["2M"],
- protect: ["2M"],
- quickattack: ["1L1", "1L12", "2L1", "2L15"],
- rage: ["1M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sandattack: ["1L1", "1L5", "2L1", "2L5"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1L21", "1M", "2L23"],
- wingattack: ["1L31", "2L33"],
- },
- },
- rattata: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["2E"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["2E"],
- curse: ["2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flamewheel: ["2E"],
- focusenergy: ["1L23", "2L20"],
- frustration: ["2M"],
- furyswipes: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperfang: ["1L14", "2L13"],
- icywind: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- pursuit: ["2L27"],
- quickattack: ["1L7", "2L7"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- reversal: ["2E"],
- rocksmash: ["2M"],
- screech: ["2E"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- superfang: ["1L34", "2L34"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L1", "2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- raticate: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- cut: ["2M"],
- defensecurl: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- focusenergy: ["1L27"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- hyperfang: ["1L14", "2L13"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- pursuit: ["2L30"],
- quickattack: ["1L1", "1L7", "2L1", "2L7"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- scaryface: ["2L20"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- superfang: ["1L41", "2L40"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L1", "2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- spearow: {
- learnset: {
- agility: ["1L36", "2L43"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- drillpeck: ["1L29", "2L37"],
- endure: ["2M"],
- feintattack: ["2E"],
- falseswipe: ["2E"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- furyattack: ["1L15", "2L13"],
- growl: ["1L1", "2L1", "2S0"],
- hiddenpower: ["2M"],
- leer: ["1L9", "2L7"],
- mimic: ["1M"],
- mirrormove: ["1L22", "2L31"],
- mudslap: ["2M"],
- peck: ["1L1", "2L1", "2S0"],
- protect: ["2M"],
- pursuit: ["2L25"],
- quickattack: ["2E"],
- rage: ["1M"],
- razorwind: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- scaryface: ["2E"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- sonicboom: ["2S0"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- triattack: ["2E"],
- whirlwind: ["1M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "growl", "sonicboom"]},
- ],
- },
- fearow: {
- learnset: {
- agility: ["1L43", "2L47"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- drillpeck: ["1L34", "2L40"],
- endure: ["2M"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- furyattack: ["1L15", "1S0", "2L1", "2L13"],
- growl: ["1L1", "1S0", "2L1"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leer: ["1L1", "1L9", "1S0", "2L1", "2L7"],
- mimic: ["1M"],
- mirrormove: ["1L25", "2L32"],
- mudslap: ["2M"],
- payday: ["1S0"],
- peck: ["1L1", "2L1"],
- protect: ["2M"],
- pursuit: ["2L26"],
- rage: ["1M"],
- razorwind: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M"],
- },
- eventData: [
- {"generation": 1, "level": 20, "moves": ["growl", "leer", "furyattack", "payday"]},
- ],
- },
- ekans: {
- learnset: {
- acid: ["1L38", "2L37"],
- attract: ["2M"],
- beatup: ["2E"],
- bide: ["1M"],
- bite: ["1L17", "2L15"],
- bodyslam: ["1M"],
- crunch: ["2E"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fissure: ["1M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- glare: ["1L24", "2L23"],
- haze: ["2L43"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- leer: ["1L1", "2L1"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonsting: ["1L10", "2L9"],
- protect: ["2M"],
- pursuit: ["2E"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- screech: ["1L31", "2L29"],
- skullbash: ["1M"],
- slam: ["2E"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- spite: ["2E"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- wrap: ["1L1", "2L1"],
- },
- },
- arbok: {
- learnset: {
- acid: ["1L47", "2L43"],
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L17", "2L1", "2L15"],
- bodyslam: ["1M"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fissure: ["1M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- glare: ["1L27", "2L25"],
- haze: ["2L51"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leer: ["1L1", "2L1"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonsting: ["1L1", "1L10", "2L1", "2L9"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- screech: ["1L36", "2L33"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- wrap: ["1L1", "2L1"],
- },
- },
- pichu: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- thunderwave: ["1L1"],
- thundershock: ["1L1"],
- tailwhip: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- thunderbolt: ["1L1"],
- thunder: ["1L1"],
- swift: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- },
- },
- pikachu: {
- learnset: {
- agility: ["1L33", "2L33"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "1L15", "2L15", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- fly: ["1S1"],
- frustration: ["2M"],
- growl: ["1L1", "1S2", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- lightscreen: ["1L50", "2L50"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- quickattack: ["1L16", "1L11", "2L11"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- slam: ["1L20", "2L20"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1T", "1S0", "1S2"],
- swagger: ["2M"],
- swift: ["1L26", "1M", "2M"],
- tailwhip: ["1L6", "2L6"],
- takedown: ["1M"],
- thunder: ["1L43", "1M", "1L41", "2L41", "2M"],
- thunderbolt: ["1M", "1L26", "2L26", "2T"],
- thunderpunch: ["2M"],
- thundershock: ["1L1", "1S2", "2L1"],
- thunderwave: ["1L9", "1M", "1L8", "2L8"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 1, "level": 5, "moves": ["surf"]},
- {"generation": 1, "level": 5, "moves": ["fly"]},
- {"generation": 1, "level": 5, "moves": ["thundershock", "growl", "surf"]},
- ],
- },
- raichu: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- growl: ["1L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- quickattack: ["2L1"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tailwhip: ["2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2L1", "2T"],
- thunderpunch: ["2M"],
- thundershock: ["1L1", "2L1"],
- thunderwave: ["1L1", "1M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- sandshrew: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["2E"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2L6", "2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fissure: ["1M"],
- flail: ["2E"],
- frustration: ["2M"],
- furycutter: ["2M"],
- furyswipes: ["1L38", "2L37"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- metalclaw: ["2E"],
- mimic: ["1M"],
- mudslap: ["2M"],
- poisonsting: ["1L24", "2L17"],
- protect: ["2M"],
- rage: ["1M"],
- rapidspin: ["2E"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- safeguard: ["2E"],
- sandattack: ["1L10", "2L11"],
- sandstorm: ["2L45", "2M"],
- scratch: ["1L1", "2L1"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- slash: ["1L17", "2L23"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1L31", "1M", "2L30", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- sandslash: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2L1", "2L6", "2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fissure: ["1M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- furyswipes: ["1L47", "2L42"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- poisonsting: ["1L27", "2L17"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandattack: ["1L1", "1L10", "2L1", "2L11"],
- sandstorm: ["2L52", "2M"],
- scratch: ["1L1", "2L1"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- slash: ["1L17", "2L24"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1L36", "1M", "2L33", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- nidoranf: {
- learnset: {
- attract: ["2M"],
- beatup: ["2E"],
- bide: ["1M"],
- bite: ["1L29", "1L30", "2L30"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- charm: ["2E"],
- counter: ["2E"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- disable: ["2E"],
- doubleedge: ["1M"],
- doublekick: ["1L43", "1L12", "2L12"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- focusenergy: ["2E"],
- frustration: ["2M"],
- furyswipes: ["1L36", "1L38", "2L38"],
- growl: ["1L1", "2L1", "2S0", "2S1", "2S2"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- lovelykiss: ["2S0"],
- mimic: ["1M"],
- moonlight: ["2S1"],
- mudslap: ["2M"],
- poisonsting: ["1L14", "1L17", "2L17"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- scratch: ["1L8", "2L8"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["2E"],
- swagger: ["2M"],
- sweetkiss: ["2S2"],
- tackle: ["1L1", "2L1", "2S0", "2S1", "2S2"],
- tailwhip: ["1L21", "1L23", "2L23"],
- takedown: ["1M", "2E"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tackle", "lovelykiss"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tackle", "moonlight"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tackle", "sweetkiss"]},
- ],
- },
- nidorina: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L32", "1L36", "2L36"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doublekick: ["1L50", "1L12", "2L12"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- furyswipes: ["1L41", "1L46", "2L46"],
- growl: ["1L1", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- icebeam: ["1M", "2T"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- poisonsting: ["1L14", "1L19", "2L19"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- scratch: ["1L1", "1L8", "2L8"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L23", "1L27", "2L27"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- nidoqueen: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1L1", "1L23", "1M", "2L23"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doublekick: ["1L12", "2L1"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- furycutter: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- poisonsting: ["1L14"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- scratch: ["1L1", "1L8", "2L1"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L1", "2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- nidoranm: {
- learnset: {
- amnesia: ["2E"],
- attract: ["2M"],
- beatup: ["2E"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- confusion: ["2E"],
- counter: ["2E"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- disable: ["2E"],
- doubleedge: ["1M"],
- doublekick: ["1L43", "1L12", "2L12"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- focusenergy: ["1L21", "1L23", "2L23"],
- frustration: ["2M"],
- furyattack: ["1L29", "1L30", "2L30"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["1L8", "2L8"],
- horndrill: ["1L36", "1M", "1L38", "2L38"],
- irontail: ["2M"],
- leer: ["1L1", "2L1", "2S0", "2S1", "2S2"],
- lovelykiss: ["2S0"],
- mimic: ["1M"],
- morningsun: ["2S1"],
- mudslap: ["2M"],
- poisonsting: ["1L14", "1L17", "2L17"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["2E"],
- swagger: ["2M"],
- sweetkiss: ["2S2"],
- tackle: ["1L1", "2L1", "2S0", "2S1", "2S2"],
- takedown: ["1M", "2E"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["leer", "tackle", "lovelykiss"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["leer", "tackle", "morningsun"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["leer", "tackle", "sweetkiss"]},
- ],
- },
- nidorino: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doublekick: ["1L50", "1L12", "2L12"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- focusenergy: ["1L23", "1L27", "2L27"],
- frustration: ["2M"],
- furyattack: ["1L32", "1L36", "2L36"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["1L1", "1L8", "2L8"],
- horndrill: ["1L41", "1M", "1L46", "2L46"],
- icebeam: ["1M", "2T"],
- irontail: ["2M"],
- leer: ["1L1", "2L1"],
- mimic: ["1M"],
- mudslap: ["2M"],
- poisonsting: ["1L14", "1L19", "2L19"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- nidoking: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doublekick: ["1L12", "2L1"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- furycutter: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["1L1", "1L8", "2L1"],
- horndrill: ["1M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- poisonsting: ["1L1", "1L14", "2L1"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- thrash: ["1L1", "1L23", "2L23"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- cleffa: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- pound: ["1L1"],
- sing: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- solarbeam: ["1L1"],
- thunderwave: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- fireblast: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- triattack: ["1L1"],
- },
- },
- clefairy: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["1L39", "2L26", "2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleslap: ["1L18", "2L13"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- encore: ["2L4"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- growl: ["1L1", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- irontail: ["2M"],
- lightscreen: ["1L48", "2L53"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1L31", "1M", "2L34"],
- mimic: ["1M"],
- minimize: ["1L24", "2L19"],
- moonlight: ["2L43"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- pound: ["1L1", "2L1"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- sing: ["1L13", "2L8"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- },
- clefable: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleslap: ["1L1", "2L1"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1L1", "1M", "2L1"],
- mimic: ["1M"],
- minimize: ["1L1"],
- moonlight: ["2L1"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- sing: ["1L1", "2L1"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- },
- vulpix: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confuseray: ["1L28", "2L19"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- disable: ["2E"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- ember: ["1L1", "2L1"],
- endure: ["2M"],
- feintattack: ["2E"],
- fireblast: ["1M", "2M"],
- firespin: ["1L42", "2L37"],
- flail: ["2E"],
- flamethrower: ["1L35", "2L31", "2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hypnosis: ["2E"],
- irontail: ["2M"],
- mimic: ["1M"],
- protect: ["2M"],
- quickattack: ["1L16", "2L7"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["1L21", "2L13"],
- safeguard: ["2L25"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spite: ["2E"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tailwhip: ["1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- ninetales: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confuseray: ["2L1"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- ember: ["1L1", "2L1"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firespin: ["2L43"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- protect: ["2M"],
- quickattack: ["1L1", "2L1"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["1L1", "2M"],
- safeguard: ["2L1"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tailwhip: ["1L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- igglybuff: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- solarbeam: ["1L1"],
- thunderwave: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- fireblast: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- triattack: ["1L1"],
- },
- },
- jigglypuff: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1L34", "1M", "2L34"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["1L19", "2L4", "2M"],
- detect: ["2M"],
- disable: ["1L14", "2L14"],
- doubleedge: ["1L39", "1M", "2L39"],
- doubleslap: ["1L24", "2L24"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- pound: ["1L9", "2L9"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1L29", "1M", "2L29", "2M"],
- return: ["2M"],
- rollout: ["2L19", "2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- sing: ["1L1", "2L1"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- },
- wigglytuff: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["1L1", "2L1", "2M"],
- detect: ["2M"],
- disable: ["1L1", "2L1"],
- doubleedge: ["1M"],
- doubleslap: ["1L1", "2L1"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- sing: ["1L1", "2L1"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- },
- zubat: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L15", "2L12"],
- confuseray: ["1L21", "2L19"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- feintattack: ["2E"],
- flail: ["2S0"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- gust: ["2E"],
- haze: ["1L36", "2L46"],
- hiddenpower: ["2M"],
- leechlife: ["1L1", "2L1", "2S0"],
- meanlook: ["2L36"],
- megadrain: ["1M"],
- mimic: ["1M"],
- protect: ["2M"],
- pursuit: ["2E"],
- quickattack: ["2E"],
- rage: ["1M"],
- razorwind: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["1L10", "2L6"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M", "2E"],
- wingattack: ["1L28", "2L27"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["leechlife", "flail"]},
- ],
- },
- golbat: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L1", "1L15", "2L12"],
- confuseray: ["1L21", "2L19"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- haze: ["1L43", "2L55"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leechlife: ["1L1", "2L1"],
- meanlook: ["2L42"],
- megadrain: ["1M"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- razorwind: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- screech: ["1L1", "2L1"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["1L10", "2L1", "2L6"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M"],
- wingattack: ["1L32", "2L30"],
- },
- },
- crobat: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- screech: ["1L1"],
- leechlife: ["1L1"],
- supersonic: ["1L1"],
- bite: ["1L1"],
- confuseray: ["1L1"],
- wingattack: ["1L1"],
- haze: ["1L1"],
- razorwind: ["1L1"],
- whirlwind: ["1L1"],
- fly: ["1L1"],
- hyperbeam: ["1L1"],
- megadrain: ["1L1"],
- swift: ["1L1"],
- },
- },
- oddish: {
- learnset: {
- absorb: ["1L1", "2L1", "2S0"],
- acid: ["1L24", "2L23"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flail: ["2E"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- leechseed: ["2S0"],
- megadrain: ["1M"],
- mimic: ["1M"],
- moonlight: ["2L32"],
- petaldance: ["1L33", "2L39"],
- poisonpowder: ["1L15", "2L14"],
- protect: ["2M"],
- rage: ["1M"],
- razorleaf: ["2E"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sleeppowder: ["1L19", "2L18"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1L46", "1M", "2M"],
- stunspore: ["1L17", "2L16"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L7", "2M"],
- swordsdance: ["1M", "2E"],
- synthesis: ["2E"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["absorb", "leechseed"]},
- ],
- },
- gloom: {
- learnset: {
- absorb: ["1L1", "2L1"],
- acid: ["1L28", "2L24"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- moonlight: ["2L35"],
- petaldance: ["1L38", "2L44"],
- poisonpowder: ["1L1", "1L15", "2L1", "2L14"],
- protect: ["2M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sleeppowder: ["1L19", "2L18"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1L52", "1M", "2M"],
- stunspore: ["1L1", "1L17", "2L16"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L1", "2L7", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- vileplume: {
- learnset: {
- absorb: ["2L1"],
- acid: ["1L1"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- petaldance: ["1L1", "2L1"],
- poisonpowder: ["1L15"],
- protect: ["2M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sleeppowder: ["1L1", "1L19"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L1", "1L17", "2L1"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L1", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- paras: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["2E"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- falseswipe: ["2E"],
- flail: ["2E"],
- flash: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- gigadrain: ["2L43", "2M"],
- growth: ["1L41", "2L37"],
- hiddenpower: ["2M"],
- leechlife: ["1L20", "2L19"],
- lightscreen: ["2E"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonpowder: ["2L13"],
- protect: ["2M"],
- psybeam: ["2E"],
- pursuit: ["2E"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- scratch: ["1L1", "2L1", "2S0"],
- screech: ["2E"],
- skullbash: ["1M"],
- slash: ["1L34", "2L31"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- spore: ["1L27", "2L25"],
- stunspore: ["1L13", "2L7"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2E", "2M"],
- swordsdance: ["1M"],
- synthesis: ["2S0"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "synthesis"]},
- ],
- },
- parasect: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- gigadrain: ["2L55", "2M"],
- growth: ["1L48", "2L46"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leechlife: ["1L1", "1L20", "2L19"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonpowder: ["2L1", "2L13"],
- protect: ["2M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- scratch: ["1L1", "2L1"],
- skullbash: ["1M"],
- slash: ["1L39", "2L37"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- spore: ["1L30", "2L28"],
- stunspore: ["1L1", "1L13", "2L1", "2L7"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- venonat: {
- learnset: {
- attract: ["2M"],
- batonpass: ["2E"],
- bide: ["1M"],
- confusion: ["1L19", "2L17"],
- curse: ["2M"],
- disable: ["1L1", "2L1"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["1M"],
- foresight: ["2L1"],
- frustration: ["2M"],
- gigadrain: ["2E", "2M"],
- hiddenpower: ["2M"],
- leechlife: ["1L27", "2L25"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonpowder: ["1L24", "1L22", "2L20"],
- protect: ["2M"],
- psybeam: ["1L35", "2L33"],
- psychic: ["1L43", "1M", "2L41", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- screech: ["2E"],
- sleeppowder: ["1L38", "2L36"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L30", "2L28"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["1L11", "2L9"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- swift: ["2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- venomoth: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- confusion: ["1L1", "2L17"],
- curse: ["2M"],
- disable: ["1L1", "2L1"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- foresight: ["2L1"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- gust: ["2L31"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leechlife: ["1L1", "1L27", "2L25"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonpowder: ["1L1", "1L24", "1L22", "2L20"],
- protect: ["2M"],
- psybeam: ["1L38", "2L36"],
- psychic: ["1L50", "1M", "2L52", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sleeppowder: ["1L43", "2L42"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L30", "2L28"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["1L1", "2L1", "2L9"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M"],
- },
- },
- diglett: {
- learnset: {
- ancientpower: ["2E"],
- attract: ["2M"],
- beatup: ["2E"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- dig: ["1L19", "1M", "2L17", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1L40", "1M", "2L41", "2M"],
- endure: ["2M"],
- feintattack: ["2E"],
- fissure: ["1M", "2L49"],
- frustration: ["2M"],
- growl: ["1L15", "2L5"],
- hiddenpower: ["2M"],
- magnitude: ["2L9"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- pursuit: ["2E"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- sandattack: ["1L24", "2L25"],
- scratch: ["1L1", "2L1"],
- screech: ["2E"],
- slash: ["1L31", "2L33"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- dugtrio: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- dig: ["1L1", "1L19", "1M", "2L17", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1L47", "1M", "2L49", "2M"],
- endure: ["2M"],
- fissure: ["1M", "2L61"],
- frustration: ["2M"],
- growl: ["1L1", "1L15", "2L1", "2L5"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- magnitude: ["2L1", "2L9"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- sandattack: ["1L24", "2L25"],
- scratch: ["1L1", "2L1"],
- slash: ["1L35", "2L37"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- triattack: ["2L1"],
- },
- },
- meowth: {
- learnset: {
- amnesia: ["2E"],
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L12", "2L11"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- charm: ["2E"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- endure: ["2M"],
- feintattack: ["2L28"],
- frustration: ["2M"],
- furyswipes: ["1L33", "2L41"],
- growl: ["1L1", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hypnosis: ["2E"],
- icywind: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- payday: ["1L17", "1M", "2L20"],
- protect: ["2M"],
- psychup: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- scratch: ["1L1", "2L1"],
- screech: ["1L24", "2L35"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- slash: ["1L44", "2L46"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spite: ["2E"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- },
- persian: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L1", "1L12", "2L1", "2L11"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- endure: ["2M"],
- feintattack: ["2L29"],
- frustration: ["2M"],
- furyswipes: ["1L37", "2L46"],
- growl: ["1L1", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- payday: ["1L17", "1M", "2L20"],
- protect: ["2M"],
- psychup: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- scratch: ["1L1", "2L1"],
- screech: ["1L1", "1L24", "2L38"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- slash: ["1L51", "2L53"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- },
- psyduck: {
- learnset: {
- amnesia: ["1S0"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- confusion: ["1L36", "2L16"],
- counter: ["1M"],
- crosschop: ["2E"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- disable: ["1L31", "2L10"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- flash: ["2M"],
- foresight: ["2E"],
- frustration: ["2M"],
- furyswipes: ["1L43", "2L40"],
- futuresight: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L52", "2L50"],
- hypnosis: ["2E"],
- icebeam: ["1M", "2E", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- lightscreen: ["2E"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- petaldance: ["2S1"],
- protect: ["2M"],
- psybeam: ["2E"],
- psychic: ["2E"],
- psychup: ["2L31", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- scratch: ["1L1", "1S0", "2L1", "2S1", "2S2"],
- screech: ["2L23"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tailwhip: ["1L28", "2L5", "2S1", "2S2"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["2S2"],
- waterfall: ["2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- },
- eventData: [
- {"generation": 1, "level": 15, "moves": ["scratch", "amnesia"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "tailwhip", "petaldance"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "tailwhip", "triattack"]},
- ],
- },
- golduck: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- confusion: ["1L39", "2L1", "2L16"],
- counter: ["1M"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- disable: ["1L1", "1L31", "2L1", "2L10"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- furyswipes: ["1L48", "2L44"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L59", "2L58"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- psychup: ["2L31", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- scratch: ["1L1", "2L1"],
- screech: ["2L23"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tailwhip: ["1L1", "1L28", "2L1", "2L5"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- },
- },
- mankey: {
- learnset: {
- attract: ["2M"],
- beatup: ["2E"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M", "2E"],
- crosschop: ["2L39"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["2M"],
- focusenergy: ["1L27", "2L27"],
- foresight: ["2E"],
- frustration: ["2M"],
- furyswipes: ["1L21", "2L21"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icepunch: ["2M"],
- irontail: ["2M"],
- karatechop: ["1L15", "2L15"],
- leer: ["1L1", "2L1"],
- lowkick: ["1L9", "2L9"],
- meditate: ["2E"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- psychup: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- reversal: ["2E"],
- rockslide: ["1M", "2E"],
- rocksmash: ["2M"],
- scratch: ["1L1", "2L1"],
- screech: ["1L45", "2L45"],
- seismictoss: ["1L33", "1M", "2L33"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thrash: ["1L39", "2L51"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- primeape: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- crosschop: ["2L45"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["2M"],
- focusenergy: ["1L27", "2L27"],
- frustration: ["2M"],
- furyswipes: ["1L1", "1L21", "2L21"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icepunch: ["2M"],
- irontail: ["2M"],
- karatechop: ["1L1", "1L15", "2L15"],
- leer: ["1L1", "2L1"],
- lowkick: ["1L1", "1L9", "2L1", "2L9"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- psychup: ["2M"],
- rage: ["1M", "1L28", "2L1", "2L28"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- scratch: ["1L1", "2L1"],
- screech: ["1L45", "2L54"],
- seismictoss: ["1L37", "1M", "2L36"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thrash: ["1L46", "2L63"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- growlithe: {
- learnset: {
- agility: ["1L39", "2L42"],
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L1", "2L1"],
- bodyslam: ["1M", "2E"],
- crunch: ["2E"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M"],
- ember: ["1L18", "2L9"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firespin: ["2E"],
- flamethrower: ["1L50", "2L50", "2T"],
- flamewheel: ["2L34"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- leer: ["1L23", "2L18"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["1L1", "2L1", "2M"],
- rocksmash: ["2M"],
- safeguard: ["2E"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1L30", "1M", "2L26"],
- thrash: ["2E"],
- toxic: ["1M", "2M"],
- },
- },
- arcanine: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M"],
- ember: ["1L1"],
- endure: ["2M"],
- extremespeed: ["2L50"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- flamewheel: ["2L1"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- leer: ["1L1", "2L1"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["1L1", "2L1", "2M"],
- rocksmash: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1L1", "1M", "2L1"],
- teleport: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- poliwag: {
- learnset: {
- amnesia: ["1L38"],
- attract: ["2M"],
- bellydrum: ["2L37"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1L31", "1M", "2L31"],
- bubble: ["1L1", "2L1", "2S0", "2S1", "2S2"],
- bubblebeam: ["1M", "2E"],
- curse: ["2M"],
- defensecurl: ["2M"],
- doubleedge: ["1M"],
- doubleslap: ["1L25", "2L19"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- growth: ["2S0"],
- haze: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L45", "2L43"],
- hypnosis: ["1L16", "2L7"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- lovelykiss: ["2S1"],
- mimic: ["1M"],
- mindreader: ["2E"],
- mist: ["2E"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2L25", "2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- splash: ["2E"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- sweetkiss: ["2S2"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1L19", "1M", "2L13"],
- whirlpool: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "growth"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "lovelykiss"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "sweetkiss"]},
- ],
- },
- poliwhirl: {
- learnset: {
- amnesia: ["1L41"],
- attract: ["2M"],
- bellydrum: ["2L43"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1L33", "1M", "2L35"],
- bubble: ["1L1", "2L1"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleslap: ["1L26", "2L19"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fissure: ["1M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L49", "2L51"],
- hypnosis: ["1L1", "1L16", "2L1", "2L7"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2L27", "2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1L1", "1L19", "1M", "2L1", "2L13"],
- whirlpool: ["2M"],
- },
- },
- poliwrath: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1L1", "1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleslap: ["1L1", "2L1"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fissure: ["1M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- hypnosis: ["1L1", "1L16", "2L1"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mindreader: ["2L51"],
- mudslap: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M", "2L1", "2L35"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1L1", "1L19", "1M", "2L1"],
- whirlpool: ["2M"],
- },
- },
- abra: {
- learnset: {
- attract: ["2M"],
- barrier: ["2E"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- encore: ["2E"],
- endure: ["2M"],
- firepunch: ["2M"],
- flash: ["1M", "2M"],
- foresight: ["2S0"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icepunch: ["2M"],
- lightscreen: ["2E"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1L1", "1M", "2L1", "2S0"],
- thief: ["2M"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["teleport", "foresight"]},
- ],
- },
- kadabra: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confusion: ["1L1", "1L16", "2L1", "2L16"],
- counter: ["1M"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- disable: ["1L1", "1L20", "2L18"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- futuresight: ["2L31"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icepunch: ["2M"],
- kinesis: ["1L1", "2L1"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psybeam: ["1L27", "2L21"],
- psychic: ["1L38", "1M", "2L38", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- recover: ["1L31", "2L26"],
- reflect: ["1L42", "1M", "2L45"],
- rest: ["1M", "2M"],
- return: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1L1", "1M", "2L1"],
- thief: ["2M"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- zapcannon: ["2M"],
- },
- },
- alakazam: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confusion: ["1L1", "1L16", "2L1", "2L16"],
- counter: ["1M"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- disable: ["1L1", "1L20", "2L18"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- futuresight: ["2L31"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icepunch: ["2M"],
- kinesis: ["1L1", "2L1"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psybeam: ["1L27", "2L21"],
- psychic: ["1L38", "1M", "2L38", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- recover: ["1L31", "2L26"],
- reflect: ["1L42", "1M", "2L45"],
- rest: ["1M", "2M"],
- return: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1L1", "1M", "2L1"],
- thief: ["2M"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- zapcannon: ["2M"],
- },
- },
- machop: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- crosschop: ["2L37"],
- curse: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- encore: ["2E"],
- endure: ["2M"],
- falseswipe: ["2S0"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- focusenergy: ["1L32", "2L7"],
- foresight: ["2L25"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icepunch: ["2M"],
- karatechop: ["1L1", "2L13"],
- leer: ["1L25", "2L1", "2S0", "2S1"],
- lightscreen: ["2E"],
- lowkick: ["1L20", "2L1", "2S0", "2S1"],
- meditate: ["2E"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rollingkick: ["2E"],
- scaryface: ["2L43"],
- seismictoss: ["1L39", "1M", "2L19"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1L46", "1M", "2L49"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thrash: ["2S1"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- vitalthrow: ["2L31"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["lowkick", "leer", "falseswipe"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["lowkick", "leer", "thrash"]},
- ],
- },
- machoke: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- crosschop: ["2L43"],
- curse: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- focusenergy: ["1L36", "2L1", "2L8"],
- foresight: ["2L25"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icepunch: ["2M"],
- karatechop: ["1L1", "2L15"],
- leer: ["1L1", "1L25", "2L1"],
- lowkick: ["1L1", "1L20", "2L1"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- scaryface: ["2L52"],
- seismictoss: ["1L44", "1M", "2L19"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1L52", "1M", "2L61"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- vitalthrow: ["2L34"],
- },
- },
- machamp: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- crosschop: ["2L43"],
- curse: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- focusenergy: ["1L36", "2L1", "2L8"],
- foresight: ["2L25"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icepunch: ["2M"],
- karatechop: ["1L1", "2L15"],
- leer: ["1L1", "1L25", "2L1"],
- lowkick: ["1L1", "1L20", "2L1"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- scaryface: ["2L52"],
- seismictoss: ["1L44", "1M", "2L19"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1L52", "1M", "2L61"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- vitalthrow: ["2L34"],
- },
- },
- bellsprout: {
- learnset: {
- acid: ["1L26", "2L23"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- encore: ["2E"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- growth: ["1L1", "2L6"],
- hiddenpower: ["2M"],
- leechlife: ["2E"],
- lovelykiss: ["2S0"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonpowder: ["1L15", "2L17"],
- protect: ["2M"],
- rage: ["1M"],
- razorleaf: ["1L33", "2L37"],
- reflect: ["1M", "2E"],
- rest: ["1M", "2M"],
- return: ["2M"],
- slam: ["1L42", "2L45"],
- sleeppowder: ["1L18", "2L15"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L21", "2L19"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetkiss: ["2S1"],
- sweetscent: ["2L30", "2M"],
- swordsdance: ["1M", "2E"],
- synthesis: ["2E"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- vinewhip: ["1L1", "2L1", "2S0", "2S1"],
- wrap: ["1L13", "2L11"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["vinewhip", "lovelykiss"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["vinewhip", "sweetkiss"]},
- ],
- },
- weepinbell: {
- learnset: {
- acid: ["1L29", "2L24"],
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- growth: ["1L1", "2L1", "2L6"],
- hiddenpower: ["2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonpowder: ["1L15", "2L17"],
- protect: ["2M"],
- rage: ["1M"],
- razorleaf: ["1L38", "2L42"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- slam: ["1L49", "2L54"],
- sleeppowder: ["1L18", "2L15"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L23", "2L19"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L33", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- vinewhip: ["1L1", "2L1"],
- wrap: ["1L1", "1L13", "2L1", "2L11"],
- },
- },
- victreebel: {
- learnset: {
- acid: ["1L1"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonpowder: ["1L15"],
- protect: ["2M"],
- rage: ["1M"],
- razorleaf: ["1L1", "2L1"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sleeppowder: ["1L1", "1L18", "2L1"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L1"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2L1", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- vinewhip: ["2L1"],
- wrap: ["1L13"],
- },
- },
- tentacool: {
- learnset: {
- acid: ["1L1", "2L19"],
- attract: ["2M"],
- aurorabeam: ["2E"],
- barrier: ["1L33", "2L36"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M", "2L25"],
- confuseray: ["2S0"],
- constrict: ["1L27", "2L12"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- haze: ["2E"],
- hiddenpower: ["2M"],
- hydropump: ["1L48", "2L49"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- mirrorcoat: ["2E"],
- poisonsting: ["1L18", "2L1", "2S0"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rapidspin: ["2E"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- safeguard: ["2E"],
- screech: ["1L40", "2L43"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- supersonic: ["1L7", "2L6"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- watergun: ["1L22", "1M"],
- whirlpool: ["2M"],
- wrap: ["1L13", "2L30"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["poisonsting", "confuseray"]},
- ],
- },
- tentacruel: {
- learnset: {
- acid: ["1L1", "2L19"],
- attract: ["2M"],
- barrier: ["1L35", "2L38"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M", "2L25"],
- constrict: ["1L27", "2L1", "2L12"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L50", "2L55"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- poisonsting: ["1L18", "2L1"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- screech: ["1L43", "2L47"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- supersonic: ["1L1", "1L7", "2L1", "2L6"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- watergun: ["1L22", "1M"],
- whirlpool: ["2M"],
- wrap: ["1L1", "1L13", "2L30"],
- },
- },
- geodude: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["1L11", "2L6", "2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1L31", "1M", "2L36", "2M"],
- endure: ["2M"],
- explosion: ["1L36", "1M", "2L41"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- harden: ["1L26", "2L26"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- magnitude: ["2L16"],
- megapunch: ["1M", "2E"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rapidspin: ["2S0"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M", "2E"],
- rocksmash: ["2M"],
- rockthrow: ["1L16", "2L11"],
- rollout: ["2L31", "2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- selfdestruct: ["1L21", "1M", "2L21"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "rapidspin"]},
- ],
- },
- graveler: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["1L1", "1L11", "2L1", "2L6", "2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1L36", "1M", "2L41", "2M"],
- endure: ["2M"],
- explosion: ["1L43", "1M", "2L48"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- harden: ["1L29", "2L27"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- magnitude: ["2L16"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rockthrow: ["1L16", "2L1", "2L11"],
- rollout: ["2L34", "2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- selfdestruct: ["1L21", "1M", "2L21"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- golem: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["1L1", "1L11", "2L1", "2L6", "2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1L36", "1M", "2L41", "2M"],
- endure: ["2M"],
- explosion: ["1L43", "1M", "2L48"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- furycutter: ["2M"],
- harden: ["1L29", "2L27"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- magnitude: ["2L1", "2L16"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rockthrow: ["1L16", "2L1", "2L11"],
- rollout: ["2L34", "2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- selfdestruct: ["1L21", "1M", "2L21"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- },
- ponyta: {
- learnset: {
- agility: ["1L48", "2L43"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- charm: ["2E"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doublekick: ["2E"],
- doubleteam: ["1M", "2M"],
- ember: ["1L1", "2L13"],
- endure: ["2M"],
- fireblast: ["1M", "2L53", "2M"],
- firespin: ["1L39", "2L26"],
- flamethrower: ["2T"],
- flamewheel: ["2E"],
- frustration: ["2M"],
- growl: ["1L35", "2L4", "2S0"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hypnosis: ["2E"],
- irontail: ["2M"],
- lowkick: ["2S0"],
- mimic: ["1M"],
- protect: ["2M"],
- quickattack: ["2E"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L32", "2L19"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["2L1", "2S0"],
- tailwhip: ["1L30", "2L8"],
- takedown: ["1L43", "1M", "2L34"],
- thrash: ["2E"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "growl", "lowkick"]},
- ],
- },
- rapidash: {
- learnset: {
- agility: ["1L55", "2L47"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- ember: ["1L1", "1S0", "2L1", "2L13"],
- endure: ["2M"],
- fireblast: ["1M", "2L61", "2M"],
- firespin: ["1L39", "1S0", "2L26"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- furyattack: ["2L40"],
- growl: ["1L1", "1L35", "2L1", "2L4"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- payday: ["1S0"],
- protect: ["2M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L1", "1L32", "1S0", "2L19"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["2L1"],
- tailwhip: ["1L1", "1L30", "2L1", "2L8"],
- takedown: ["1L47", "1M", "2L34"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 1, "level": 40, "moves": ["ember", "firespin", "stomp", "payday"]},
- ],
- },
- slowpoke: {
- learnset: {
- amnesia: ["1L40", "2L43"],
- attract: ["2M"],
- bellydrum: ["2E"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- confusion: ["1L1", "2L20"],
- curse: ["2L1", "2M"],
- dig: ["1M", "2M"],
- disable: ["1L18", "2L29"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- futuresight: ["2E"],
- growl: ["1L27", "2L6"],
- headbutt: ["1L22", "2L34", "2M"],
- hiddenpower: ["2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- psychic: ["1L48", "1M", "2L48", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- safeguard: ["2E"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["2E"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["2L1"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1L33", "1M", "2L15"],
- zapcannon: ["2M"],
- },
- },
- slowbro: {
- learnset: {
- amnesia: ["1L44", "2L46"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- confusion: ["1L1", "2L20"],
- counter: ["1M"],
- curse: ["2L1", "2M"],
- dig: ["1M", "2M"],
- disable: ["1L1", "1L18", "2L29"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- growl: ["1L27", "2L1", "2L6"],
- headbutt: ["1L1", "1L22", "2L34", "2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- psychic: ["1L55", "1M", "2L54", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["2L1"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1L33", "1M", "2L1", "2L15"],
- withdraw: ["1L37", "2L37"],
- zapcannon: ["2M"],
- },
- },
- magnemite: {
- learnset: {
- agility: ["2S0"],
- bide: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- hiddenpower: ["2M"],
- lockon: ["2L27"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- screech: ["1L47", "2L39"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- sonicboom: ["1L21", "2L16"],
- substitute: ["1M"],
- supersonic: ["1L29", "2L11"],
- swagger: ["2M"],
- swift: ["1L41", "1M", "2L33", "2M"],
- tackle: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thundershock: ["1L25", "2L6"],
- thunderwave: ["1L35", "1M", "2L21"],
- toxic: ["1M", "2M"],
- zapcannon: ["2L45", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "agility"]},
- ],
- },
- magneton: {
- learnset: {
- bide: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- lockon: ["2L27"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- screech: ["1L54", "2L43"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- sonicboom: ["1L1", "1L21", "2L1", "2L16"],
- substitute: ["1M"],
- supersonic: ["1L29", "2L1", "2L11"],
- swagger: ["2M"],
- swift: ["1L46", "1M", "2L35", "2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thundershock: ["1L1", "1L25", "2L1", "2L6"],
- thunderwave: ["1L38", "1M", "2L21"],
- toxic: ["1M", "2M"],
- triattack: ["2L35"],
- zapcannon: ["2L53", "2M"],
- },
- },
- farfetchd: {
- learnset: {
- agility: ["1L31", "2L31", "2S0"],
- attract: ["2M"],
- batonpass: ["2S0"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- falseswipe: ["2L44"],
- flail: ["2E"],
- fly: ["1M", "2M"],
- foresight: ["2E"],
- frustration: ["2M"],
- furyattack: ["1L15", "2L19"],
- furycutter: ["2S1"],
- gust: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- leer: ["1L7", "2L13"],
- mimic: ["1M"],
- mirrormove: ["2E"],
- mudslap: ["2M"],
- peck: ["1L1", "2L1", "2S1"],
- protect: ["2M"],
- psychup: ["2M"],
- quickattack: ["2E"],
- rage: ["1M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sandattack: ["1L1", "2L7"],
- skullbash: ["1M"],
- slash: ["1L39", "2L37", "2S0"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2E", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["1L23", "1M", "2L25", "2S0"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "moves": ["batonpass", "swordsdance", "agility", "slash"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "furycutter"]},
- ],
- },
- doduo: {
- learnset: {
- agility: ["1L44", "2L37"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- drillpeck: ["1L30", "2L33"],
- endure: ["2M"],
- feintattack: ["2E"],
- flail: ["2E"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- furyattack: ["1L24", "2L13"],
- growl: ["1L20", "2L1", "2S0"],
- haze: ["2E"],
- hiddenpower: ["2M"],
- lowkick: ["2S0"],
- mimic: ["1M"],
- mudslap: ["2M"],
- peck: ["1L1", "2L1", "2S0"],
- protect: ["2M"],
- pursuit: ["2L9"],
- quickattack: ["2E"],
- rage: ["1L36", "1M", "2L25"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["2E"],
- swagger: ["2M"],
- swift: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- triattack: ["1L40", "1M", "2L21"],
- whirlwind: ["1M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "growl", "lowkick"]},
- ],
- },
- dodrio: {
- learnset: {
- agility: ["1L51", "2L47"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- drillpeck: ["1L30", "2L38"],
- endure: ["2M"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- furyattack: ["1L1", "1L24", "2L1", "2L13"],
- growl: ["1L1", "1L20", "2L1"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- peck: ["1L1", "2L1"],
- protect: ["2M"],
- pursuit: ["2L1", "2L9"],
- rage: ["1L39", "1M", "2L25"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- triattack: ["1L45", "1M", "2L21"],
- whirlwind: ["1M"],
- },
- },
- seel: {
- learnset: {
- attract: ["2M"],
- aurorabeam: ["1L35", "2L16"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- disable: ["2E"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- encore: ["2E"],
- endure: ["2M"],
- flail: ["2S0"],
- frustration: ["2M"],
- growl: ["1L30", "2L5", "2S0"],
- headbutt: ["1L1", "2L1", "2M", "2S0"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- icebeam: ["1L50", "1M", "2L37", "2T"],
- icywind: ["2M"],
- lick: ["2E"],
- mimic: ["1M"],
- payday: ["1M"],
- peck: ["2E"],
- perishsong: ["2E"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1L40", "1M", "2L21", "2M"],
- return: ["2M"],
- safeguard: ["2L48"],
- skullbash: ["1M"],
- slam: ["2E"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- takedown: ["1L45", "1M", "2L32"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["headbutt", "growl", "flail"]},
- ],
- },
- dewgong: {
- learnset: {
- attract: ["2M"],
- aurorabeam: ["1L1", "1L35", "2L1", "2L16"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- growl: ["1L1", "1L30", "2L1", "2L5"],
- headbutt: ["1L1", "2L1", "2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1L56", "1M", "2L43", "2T"],
- icywind: ["2M"],
- mimic: ["1M"],
- payday: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1L44", "1M", "2L21", "2M"],
- return: ["2M"],
- safeguard: ["2L60"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- takedown: ["1L50", "1M", "2L32"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- },
- },
- grimer: {
- learnset: {
- acidarmor: ["1L55", "2L40"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- disable: ["1L1", "2L10"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- explosion: ["1M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- harden: ["1L42", "2L5"],
- haze: ["2E"],
- hiddenpower: ["2M"],
- icepunch: ["2M"],
- lick: ["2E"],
- meanlook: ["2E"],
- megadrain: ["1M"],
- mimic: ["1M"],
- minimize: ["1L33", "2L23"],
- mudslap: ["2M"],
- poisongas: ["1L30", "2L1"],
- pound: ["1L1", "2L1"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- screech: ["1L48", "2L31"],
- selfdestruct: ["1M"],
- sleeptalk: ["2M"],
- sludge: ["1L37", "2L16"],
- sludgebomb: ["2L50", "2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- muk: {
- learnset: {
- acidarmor: ["1L60", "2L45"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- disable: ["1L1", "2L37"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- explosion: ["1M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- harden: ["1L45", "2L1", "2L33"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icepunch: ["2M"],
- megadrain: ["1M"],
- mimic: ["1M"],
- minimize: ["1L33", "2L23"],
- mudslap: ["2M"],
- poisongas: ["1L1", "1L30", "2L1"],
- pound: ["1L1", "2L1"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- screech: ["1L53", "2L31"],
- selfdestruct: ["1M"],
- sleeptalk: ["2M"],
- sludge: ["1L37", "2L45"],
- sludgebomb: ["2L60", "2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- shellder: {
- learnset: {
- attract: ["2M"],
- aurorabeam: ["1L30", "2L17"],
- barrier: ["2E"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M", "2E"],
- clamp: ["1L23", "2L41"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- explosion: ["1M"],
- frustration: ["2M"],
- hiddenpower: ["2M"],
- icebeam: ["1L50", "1M", "2L49", "2T"],
- icywind: ["2M"],
- leer: ["1L39", "2L33"],
- mimic: ["1M"],
- protect: ["2L25", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rapidspin: ["2E"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- screech: ["2E"],
- selfdestruct: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- supersonic: ["1L18", "2L9"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M", "2E"],
- teleport: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- withdraw: ["1L1", "2L1"],
- },
- },
- cloyster: {
- learnset: {
- attract: ["2M"],
- aurorabeam: ["1L1", "2L1"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M"],
- clamp: ["1L1"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- explosion: ["1M"],
- frustration: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- mimic: ["1M"],
- protect: ["2L1", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- selfdestruct: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spikecannon: ["1L50", "2L41"],
- spikes: ["2L33"],
- substitute: ["1M"],
- supersonic: ["1L1", "2L1"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- withdraw: ["1L1", "2L1"],
- },
- },
- gastly: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- confuseray: ["1L1", "2L28"],
- curse: ["2L16", "2M"],
- destinybond: ["2L36"],
- doubleteam: ["1M", "2M"],
- dreameater: ["1L35", "1M", "2L33", "2M"],
- endure: ["2M"],
- explosion: ["1M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- haze: ["2E"],
- hiddenpower: ["2M"],
- hypnosis: ["1L27", "2L1"],
- lick: ["1L1", "2L1"],
- meanlook: ["2L13"],
- megadrain: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- nightshade: ["1L1", "2L21"],
- perishsong: ["2E"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M", "2E"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- selfdestruct: ["1M"],
- shadowball: ["2M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spite: ["2L8"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- haunter: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- confuseray: ["1L1", "2L31"],
- curse: ["2L16", "2M"],
- destinybond: ["2L48"],
- doubleteam: ["1M", "2M"],
- dreameater: ["1L38", "1M", "2L39", "2M"],
- endure: ["2M"],
- explosion: ["1M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- hypnosis: ["1L29", "2L1"],
- lick: ["1L1", "2L1"],
- meanlook: ["2L13"],
- megadrain: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- nightshade: ["1L1", "2L21"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- selfdestruct: ["1M"],
- shadowball: ["2M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spite: ["2L1", "2L8"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- gengar: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confuseray: ["1L1", "2L31"],
- counter: ["1M"],
- curse: ["2L16", "2M"],
- destinybond: ["2L48"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["1L38", "1M", "2L39", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- explosion: ["1M"],
- firepunch: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- hypnosis: ["1L29", "2L1"],
- icepunch: ["2M"],
- lick: ["1L1", "2L1"],
- meanlook: ["2L13"],
- megadrain: ["1M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- nightshade: ["1L1", "2L21"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- seismictoss: ["1M"],
- selfdestruct: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spite: ["2L1", "2L8"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- onix: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bind: ["1L15", "2L10"],
- bodyslam: ["1M"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- explosion: ["1M"],
- fissure: ["1M"],
- flail: ["2E"],
- frustration: ["2M"],
- harden: ["1L43", "2L23"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1L25", "1M", "2L27"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rockslide: ["1M", "2E"],
- rocksmash: ["2M"],
- rockthrow: ["1L19", "2L14"],
- sandstorm: ["2L36", "2M"],
- screech: ["1L1", "2L1", "2S0"],
- selfdestruct: ["1M"],
- sharpen: ["2S0"],
- skullbash: ["1M"],
- slam: ["1L33", "2L40"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "screech", "sharpen"]},
- ],
- },
- drowzee: {
- learnset: {
- amnesia: ["2S0"],
- attract: ["2M"],
- barrier: ["2E"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confusion: ["1L17", "2L18"],
- counter: ["1M"],
- curse: ["2M"],
- disable: ["1L12", "2L10"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- futuresight: ["2L45"],
- headbutt: ["1L24", "2L25", "2M"],
- hiddenpower: ["2M"],
- hypnosis: ["1L1", "2L1", "2S0"],
- icepunch: ["2M"],
- lightscreen: ["2E"],
- meditate: ["1L37", "2L36"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- poisongas: ["1L29", "2L31"],
- pound: ["1L1", "2L1", "2S0"],
- protect: ["2M"],
- psychic: ["1L32", "1M", "2L40", "2M"],
- psychup: ["2L43", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["pound", "hypnosis", "amnesia"]},
- ],
- },
- hypno: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confusion: ["1L1", "1L17", "2L1", "2L18"],
- counter: ["1M"],
- curse: ["2M"],
- disable: ["1L1", "1L12", "2L1", "2L10"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- futuresight: ["2L60"],
- headbutt: ["1L24", "2L25", "2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- hypnosis: ["1L1", "2L1"],
- icepunch: ["2M"],
- meditate: ["1L43", "2L40"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- poisongas: ["1L33", "2L33"],
- pound: ["1L1", "2L1"],
- protect: ["2M"],
- psychic: ["1L37", "1M", "2L49", "2M"],
- psychup: ["2L55", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- zapcannon: ["2M"],
- },
- },
- krabby: {
- learnset: {
- amnesia: ["2E"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubble: ["1L1", "2L1", "2S0"],
- bubblebeam: ["1M"],
- crabhammer: ["1L35", "2L41"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- dig: ["2E"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flail: ["2E"],
- frustration: ["2M"],
- furycutter: ["2M"],
- guillotine: ["1L25", "2L27"],
- harden: ["1L40", "2L16"],
- haze: ["2E"],
- hiddenpower: ["2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L1", "2L5", "2S0"],
- metalclaw: ["2S0"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2L34", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- slam: ["2E"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L30", "2L23"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- visegrip: ["1L20", "2L12"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "leer", "metalclaw"]},
- ],
- },
- kingler: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubble: ["1L1", "2L1"],
- bubblebeam: ["1M"],
- crabhammer: ["1L42", "2L49"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- guillotine: ["1L25", "2L27"],
- harden: ["1L49", "2L16"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L1", "2L1", "2L5"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2L38", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L34", "2L23"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- visegrip: ["1L1", "1L20", "2L1", "2L12"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- },
- },
- voltorb: {
- learnset: {
- agility: ["2S0"],
- bide: ["1M"],
- curse: ["2M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- explosion: ["1L43", "1M", "2L39"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- lightscreen: ["1L29", "2L33"],
- mimic: ["1M"],
- mirrorcoat: ["2L41"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2L29", "2M"],
- screech: ["1L1", "2L9"],
- selfdestruct: ["1L22", "1M", "2L23"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- sonicboom: ["1L17", "2L17"],
- substitute: ["1M"],
- swagger: ["2M"],
- swift: ["1L36", "1M", "2L37", "2M"],
- tackle: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "agility"]},
- ],
- },
- electrode: {
- learnset: {
- bide: ["1M"],
- curse: ["2M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- explosion: ["1L50", "1M", "2L44"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- lightscreen: ["1L29", "2L34"],
- mimic: ["1M"],
- mirrorcoat: ["2L48"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2L29", "2M"],
- screech: ["1L1", "2L1", "2L9"],
- selfdestruct: ["1L22", "1M", "2L1", "2L23"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- sonicboom: ["1L1", "1L17", "2L1", "2L17"],
- substitute: ["1M"],
- swagger: ["2M"],
- swift: ["1L40", "1M", "2L40", "2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- exeggcute: {
- learnset: {
- ancientpower: ["2E"],
- attract: ["2M"],
- barrage: ["1L1", "2L1", "2S0"],
- bide: ["1M"],
- confusion: ["2L19"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- eggbomb: ["1M"],
- endure: ["2M"],
- explosion: ["1M"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- hiddenpower: ["2M"],
- hypnosis: ["1L1", "2L1", "2S0"],
- leechseed: ["1L28", "2L13"],
- megadrain: ["2E"],
- mimic: ["1M"],
- moonlight: ["2E"],
- nightmare: ["2M"],
- poisonpowder: ["1L37", "2L31"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- reflect: ["1L25", "1M", "2L7", "2E"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- selfdestruct: ["1M"],
- sleeppowder: ["1L48", "2L37"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1L42", "2L43", "2M"],
- strength: ["2M"],
- stunspore: ["1L32", "2L25"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2S0"],
- synthesis: ["2E"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["barrage", "hypnosis", "sweetscent"]},
- ],
- },
- exeggutor: {
- learnset: {
- attract: ["2M"],
- barrage: ["1L1", "2L1"],
- bide: ["1M"],
- confusion: ["2L1"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- eggbomb: ["1M", "2L31"],
- endure: ["2M"],
- explosion: ["1M"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- hypnosis: ["1L1", "2L1"],
- megadrain: ["1M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- selfdestruct: ["1M"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stomp: ["1L28", "2L19"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- cubone: {
- learnset: {
- ancientpower: ["2E"],
- attract: ["2M"],
- bellydrum: ["2E"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- boneclub: ["1L1", "1L10", "2L9"],
- bonemerang: ["1L43", "2L25"],
- bonerush: ["2L41"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- falseswipe: ["2L33"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- focusenergy: ["1L31", "2L21"],
- frustration: ["2M"],
- furyattack: ["2S0"],
- growl: ["1L1", "2L1", "2S0"],
- headbutt: ["1L18", "2L13", "2M"],
- hiddenpower: ["2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L25", "2L17"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- perishsong: ["2E"],
- protect: ["2M"],
- rage: ["1L46", "1M", "2L29"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rockslide: ["2E"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- screech: ["2E"],
- seismictoss: ["1M"],
- skullbash: ["1M", "2E"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swordsdance: ["2E"],
- tailwhip: ["1L13", "2L5", "2S0"],
- takedown: ["1M"],
- thief: ["2M"],
- thrash: ["1L38", "2L37"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tailwhip", "furyattack"]},
- ],
- },
- marowak: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- boneclub: ["1L1", "1L10", "2L1", "2L9"],
- bonemerang: ["1L48", "2L25"],
- bonerush: ["2L53"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- falseswipe: ["2L39"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- focusenergy: ["1L1", "1L33", "2L21"],
- frustration: ["2M"],
- growl: ["1L1", "2L1"],
- headbutt: ["1L18", "2L1", "2L13", "2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L1", "1L25", "2L17"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1L55", "1M", "2L32"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tailwhip: ["1L1", "1L13", "2L1", "2L5"],
- takedown: ["1M"],
- thief: ["2M"],
- thrash: ["1L41", "2L46"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- tyrogue: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- submission: ["1L1"],
- seismictoss: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- tackle: ["1L1"],
- },
- },
- hitmonlee: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doublekick: ["1L1", "2L1"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2L41", "2M"],
- focusenergy: ["1L43", "2L21"],
- foresight: ["2L36"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- highjumpkick: ["1L48", "2L26"],
- jumpkick: ["1L38", "2L16"],
- meditate: ["1L1", "2L6"],
- megakick: ["1L53", "1M", "2L46"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mindreader: ["2L31"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- reversal: ["2L51"],
- rocksmash: ["2M"],
- rollingkick: ["1L33", "2L11"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- hitmonchan: {
- learnset: {
- agility: ["1L1", "2L7"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- cometpunch: ["1L1", "2L1"],
- counter: ["1L53", "1M", "2L50"],
- curse: ["2M"],
- detect: ["2L44", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["1L33", "2L26", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- icepunch: ["1L38", "2L26", "2M"],
- machpunch: ["2L32"],
- megakick: ["1M"],
- megapunch: ["1L48", "1M", "2L38"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- pursuit: ["2L13"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thief: ["2M"],
- thunderpunch: ["1L43", "2L26", "2M"],
- toxic: ["1M", "2M"],
- },
- },
- hitmontop: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- submission: ["1L1"],
- seismictoss: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- tackle: ["1L1"],
- dig: ["1L1"],
- hyperbeam: ["1L1"],
- rollingkick: ["1L1"],
- triplekick: ["1L1"],
- focusenergy: ["1L1"],
- quickattack: ["1L1"],
- agility: ["1L1"],
- },
- },
- lickitung: {
- learnset: {
- attract: ["2M"],
- bellydrum: ["2E"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M", "2E"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["1L23", "2L13", "2M"],
- disable: ["1L15", "2L31"],
- doubleedge: ["1M"],
- doubleslap: ["2S0"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- lick: ["2L1", "2S0"],
- magnitude: ["2E"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psychup: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandstorm: ["2M"],
- screech: ["1L39", "2L43"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- slam: ["1L31", "2L37"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L7", "2L19"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- supersonic: ["1L1", "2L7"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- wrap: ["1L1", "2L25"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["lick", "doubleslap"]},
- ],
- },
- koffing: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- destinybond: ["2L45", "2E"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- explosion: ["1L48", "1M", "2L41"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- haze: ["1L45", "2L33"],
- hiddenpower: ["2M"],
- mimic: ["1M"],
- painsplit: ["2E"],
- poisongas: ["2L1"],
- protect: ["2M"],
- psybeam: ["2E"],
- psywave: ["2E"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- screech: ["2E"],
- selfdestruct: ["1L40", "1M", "2L17"],
- sleeptalk: ["2M"],
- sludge: ["1L32", "2L21"],
- sludgebomb: ["2M"],
- smog: ["1L1", "2L9"],
- smokescreen: ["1L37", "2L25"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- weezing: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- curse: ["2M"],
- destinybond: ["2L51"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- explosion: ["1L53", "1M", "2L44"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- haze: ["1L49", "2L33"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- mimic: ["1M"],
- poisongas: ["2L1"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rollout: ["2M"],
- selfdestruct: ["1L43", "1M", "2L1", "2L17"],
- sleeptalk: ["2M"],
- sludge: ["1L1", "1L32", "2L21"],
- sludgebomb: ["2M"],
- smog: ["1L1", "2L1", "2L9"],
- smokescreen: ["1L39", "2L25"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- rhyhorn: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["2M"],
- bodyslam: ["1M"],
- counter: ["2E"],
- crunch: ["2E"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1M", "2L55", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- furyattack: ["1L40", "1L1", "2L19"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["1L1", "2L1"],
- horndrill: ["1L45", "1M", "2L37"],
- icebeam: ["2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L50"],
- magnitude: ["2E"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- pursuit: ["2E"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- reversal: ["2E"],
- roar: ["2M"],
- rockslide: ["1M", "2E"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandstorm: ["2M"],
- scaryface: ["2L31"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L30", "1L1", "2L13"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- tailwhip: ["1L35", "1L1", "2L1"],
- takedown: ["1L55", "1M", "2L49"],
- thrash: ["2E"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- rhydon: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2L65", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- furyattack: ["1L1", "1L40", "2L1", "2L19"],
- furycutter: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["1L1", "2L1"],
- horndrill: ["1L48", "1M", "2L37"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L55"],
- megakick: ["1M"],
- megapunch: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandstorm: ["2M"],
- scaryface: ["2L31"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L1", "1L30", "2L1", "2L13"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tailwhip: ["1L1", "1L35", "2L1"],
- takedown: ["1L64", "1M", "2L54"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- },
- chansey: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["1L44", "2L41", "2M"],
- doubleedge: ["1L54", "1M", "2L57"],
- doubleslap: ["1L1", "1L12", "2L17"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- eggbomb: ["1M", "2L35"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- growl: ["1L30", "2L5"],
- headbutt: ["2M"],
- healbell: ["2E"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- lightscreen: ["1L48", "2L49"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M", "2E"],
- mimic: ["1M"],
- minimize: ["1L38", "2L23"],
- mudslap: ["2M"],
- pound: ["1L1", "2L1", "2S0"],
- present: ["2E"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- sing: ["1L24", "2L29"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- softboiled: ["1M", "2L13"],
- solarbeam: ["1M", "2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2S0"],
- tailwhip: ["1L1", "2L9"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["pound", "sweetscent"]},
- ],
- },
- blissey: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- hyperbeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- solarbeam: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- eggbomb: ["1L1"],
- fireblast: ["1L1"],
- skullbash: ["1L1"],
- softboiled: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- },
- },
- tangela: {
- learnset: {
- absorb: ["1L29", "1L27", "2L10"],
- amnesia: ["2E"],
- attract: ["2M"],
- bide: ["1M"],
- bind: ["1L1", "1L24", "2L25"],
- bodyslam: ["1M"],
- confusion: ["2E"],
- constrict: ["1L1", "2L1", "2S0"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flail: ["2E"],
- flash: ["2M"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- growth: ["1L49", "1L48", "2L46"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- megadrain: ["1M", "2L31", "2E"],
- mimic: ["1M"],
- poisonpowder: ["1L32", "2L13"],
- protect: ["2M"],
- psychup: ["2M"],
- rage: ["1M"],
- reflect: ["2E"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- slam: ["1L45", "2L40"],
- sleeppowder: ["1L39", "2L4", "2S0"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- stunspore: ["1L36", "2L34"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- swordsdance: ["1M"],
- synthesis: ["2S0"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- vinewhip: ["1L29", "2L19"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["constrict", "sleeppowder", "synthesis"]},
- ],
- },
- kangaskhan: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L26", "2L13"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- cometpunch: ["1L1", "2L1", "2S0"],
- counter: ["1M"],
- curse: ["2M"],
- disable: ["2E"],
- dizzypunch: ["1L46", "2L43"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2L37", "2M"],
- feintattack: ["2S0"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- focusenergy: ["2E"],
- foresight: ["2E"],
- frustration: ["2M"],
- furycutter: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L41", "2L7"],
- megakick: ["1M"],
- megapunch: ["1L36", "1M", "2L25"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- rage: ["1L1", "1M", "2L31"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- reversal: ["2L49"],
- roar: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- safeguard: ["2E"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["2E"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tailwhip: ["1L31", "2L19"],
- takedown: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["cometpunch", "feintattack"]},
- ],
- },
- horsea: {
- learnset: {
- agility: ["1L37", "2L36"],
- attract: ["2M"],
- aurorabeam: ["2E"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubble: ["1L1", "2L1", "2S0"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- disable: ["2E"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["2E"],
- endure: ["2M"],
- flail: ["2E"],
- frustration: ["2M"],
- haze: ["2S0"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L45", "2L43"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L24", "2L15"],
- mimic: ["1M"],
- octazooka: ["2E"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- smokescreen: ["1L19", "2L8"],
- snore: ["2M"],
- splash: ["2E"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- twister: ["2L29"],
- waterfall: ["2M"],
- watergun: ["1L30", "1M", "2L22"],
- whirlpool: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "haze"]},
- ],
- },
- seadra: {
- learnset: {
- agility: ["1L41", "2L40"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubble: ["1L1", "2L1"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- endure: ["2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L52", "2L51"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L24", "2L1", "2L15"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- smokescreen: ["1L1", "1L19", "2L1", "2L8"],
- snore: ["2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- twister: ["2L29"],
- waterfall: ["2M"],
- watergun: ["1L30", "1M", "2L1", "2L22"],
- whirlpool: ["2M"],
- },
- },
- kingdra: {
- learnset: {
- agility: ["2L40"],
- attract: ["2M"],
- blizzard: ["2M"],
- bubble: ["2L1"],
- curse: ["2M"],
- doubleteam: ["2M"],
- dragonbreath: ["2M"],
- endure: ["2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["2L51"],
- hyperbeam: ["2M"],
- icebeam: ["2T"],
- icywind: ["2M"],
- leer: ["2L1", "2L15"],
- protect: ["2M"],
- raindance: ["2M"],
- rest: ["2M"],
- return: ["2M"],
- sleeptalk: ["2M"],
- smokescreen: ["2L1", "2L8"],
- snore: ["2M"],
- surf: ["2M"],
- swagger: ["2M"],
- swift: ["2M"],
- toxic: ["2M"],
- twister: ["2L29"],
- waterfall: ["2M"],
- watergun: ["2L1", "2L22"],
- whirlpool: ["2M"],
- },
- },
- goldeen: {
- learnset: {
- agility: ["1L54", "2L52"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flail: ["2L24"],
- frustration: ["2M"],
- furyattack: ["1L30", "2L29"],
- haze: ["2E"],
- hiddenpower: ["2M"],
- hornattack: ["1L24", "2L15"],
- horndrill: ["1L45", "1M", "2L43"],
- hydropump: ["2E"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- mimic: ["1M"],
- peck: ["1L1", "2L1", "2S0"],
- protect: ["2M"],
- psybeam: ["2E"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- supersonic: ["1L19", "2L10"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["2S0"],
- tailwhip: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- waterfall: ["1L37", "2L38", "2M"],
- watergun: ["1M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "tailwhip", "swordsdance"]},
- ],
- },
- seaking: {
- learnset: {
- agility: ["1L54", "2L61"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flail: ["2L24"],
- frustration: ["2M"],
- furyattack: ["1L30", "2L29"],
- hiddenpower: ["2M"],
- hornattack: ["1L24", "2L15"],
- horndrill: ["1L48", "1M", "2L49"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- mimic: ["1M"],
- peck: ["1L1", "2L1"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- supersonic: ["1L1", "1L19", "2L10"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tailwhip: ["1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- waterfall: ["1L39", "2L41", "2M"],
- watergun: ["1M"],
- },
- },
- staryu: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M", "2L31"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- harden: ["1L22", "2L1", "2S0"],
- hiddenpower: ["2M"],
- hydropump: ["1L47", "2L50"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- lightscreen: ["1L42", "2L43"],
- mimic: ["1M"],
- minimize: ["1L37", "2L37"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- rapidspin: ["2L13"],
- recover: ["1L27", "2L19"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1L32", "1M", "2L25", "2M"],
- tackle: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- twister: ["2S0"],
- waterfall: ["2M"],
- watergun: ["1L17", "1M", "2L7"],
- whirlpool: ["2M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "harden", "twister"]},
- ],
- },
- starmie: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bubblebeam: ["1M", "2L1"],
- confuseray: ["2L37"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- harden: ["1L1"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- mimic: ["1M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- rapidspin: ["2L1"],
- recover: ["2L1"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- waterfall: ["2M"],
- watergun: ["1L1", "1M"],
- whirlpool: ["2M"],
- zapcannon: ["2M"],
- },
- },
- mrmime: {
- learnset: {
- attract: ["2M"],
- barrier: ["1L1", "2L1", "2S0"],
- batonpass: ["2L41"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confusion: ["1L1", "1L15", "2L6"],
- counter: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleslap: ["1L31", "2L21"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- encore: ["2L31"],
- endure: ["2M"],
- firepunch: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- futuresight: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- hypnosis: ["2E"],
- icepunch: ["2M"],
- lightscreen: ["1L23", "2L26"],
- meditate: ["1L39", "2L16"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M", "2E"],
- mindreader: ["2S0"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psybeam: ["2L36"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- reflect: ["1M", "2L26"],
- rest: ["1M", "2M"],
- return: ["2M"],
- safeguard: ["2L46"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1L47", "1M", "2L11"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["barrier", "mindreader"]},
- ],
- },
- scyther: {
- learnset: {
- agility: ["1L42", "2L24"],
- attract: ["2M"],
- batonpass: ["2E"],
- bide: ["1M"],
- counter: ["2E"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1L24", "1M", "2L48", "2M"],
- endure: ["2M"],
- falseswipe: ["2L18"],
- focusenergy: ["1L20", "2L6"],
- frustration: ["2M"],
- furycutter: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leer: ["1L17", "2L1", "2S0"],
- lightscreen: ["2E"],
- mimic: ["1M"],
- protect: ["2M"],
- pursuit: ["2L12"],
- quickattack: ["1L1", "2L1", "2S0"],
- rage: ["1M"],
- razorwind: ["2E"],
- rest: ["1M", "2M"],
- return: ["2M"],
- reversal: ["2E"],
- rocksmash: ["2M"],
- safeguard: ["2E"],
- skullbash: ["1M"],
- slash: ["1L29", "2L36"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- sonicboom: ["2S0"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["1L35", "1M", "2L42"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- wingattack: ["1L50", "2L30"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["quickattack", "leer", "sonicboom"]},
- ],
- },
- scizor: {
- learnset: {
- agility: ["2L24"],
- attract: ["2M"],
- curse: ["2M"],
- cut: ["2M"],
- detect: ["2M"],
- doubleteam: ["2L48", "2M"],
- endure: ["2M"],
- falseswipe: ["2L18"],
- focusenergy: ["2L6"],
- frustration: ["2M"],
- furycutter: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["2M"],
- leer: ["2L1"],
- metalclaw: ["2L30"],
- protect: ["2M"],
- pursuit: ["2L12"],
- quickattack: ["2L1"],
- rest: ["2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- slash: ["2L36"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- strength: ["2M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["2M"],
- swordsdance: ["2L42"],
- thief: ["2M"],
- toxic: ["2M"],
- },
- },
- smoochum: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- skullbash: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- psywave: ["1L1"],
- pound: ["1L1"],
- lick: ["1L1"],
- confusion: ["1L1"],
- sing: ["1L1"],
- },
- },
- jynx: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1L58", "1M", "2L57", "2M"],
- bodyslam: ["1L39", "1M", "2L41"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleslap: ["1L23", "2L21"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["1L31", "2L25", "2M"],
- icywind: ["2M"],
- lick: ["1L18", "2L1"],
- lovelykiss: ["1L1", "2L1", "2L9"],
- meanlook: ["2L35"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- perishsong: ["2L51"],
- pound: ["1L1", "2L1"],
- powdersnow: ["2L1", "2L13"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- seismictoss: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- thrash: ["1L47"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- },
- elekid: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- quickattack: ["1L1"],
- leer: ["1L1"],
- thunderpunch: ["1L1"],
- lightscreen: ["1L1"],
- swift: ["1L1"],
- screech: ["1L1"],
- },
- },
- electabuzz: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- firepunch: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icepunch: ["2M"],
- irontail: ["2M"],
- leer: ["1L1", "2L1"],
- lightscreen: ["1L49", "2L17"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psywave: ["1M"],
- quickattack: ["1L1", "2L1"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- screech: ["1L37", "2L36"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- swagger: ["2M"],
- swift: ["1M", "2L25", "2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- thunder: ["1L54", "1M", "2L58", "2M"],
- thunderbolt: ["1M", "2L47", "2T"],
- thunderpunch: ["1L42", "2L1", "2L9", "2M"],
- thundershock: ["1L34"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- magby: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- fireblast: ["1L1"],
- skullbash: ["1L1"],
- psywave: ["1L1"],
- ember: ["1L1"],
- leer: ["1L1"],
- smog: ["1L1"],
- firepunch: ["1L1"],
- smokescreen: ["1L1"],
- flamethrower: ["1L1"],
- confuseray: ["1L1"],
- },
- },
- magmar: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- confuseray: ["1L39", "2L49"],
- counter: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- ember: ["1L1", "2L1"],
- endure: ["2M"],
- fireblast: ["1M", "2L57", "2M"],
- firepunch: ["1L43", "2L1", "2L19", "2M"],
- flamethrower: ["1L55", "2L41", "2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- leer: ["1L36", "2L1", "2L7"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- smog: ["1L52", "2L1", "2L13"],
- smokescreen: ["1L48", "2L25"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2L33", "2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- },
- },
- pinsir: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bind: ["1L21", "2L13"],
- bodyslam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flail: ["2E"],
- focusenergy: ["1L36", "2L7"],
- frustration: ["2M"],
- furyattack: ["2E"],
- furycutter: ["2M"],
- guillotine: ["1L30", "2L31"],
- harden: ["1L43", "2L25"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rockthrow: ["2S0"],
- seismictoss: ["1L25", "1M", "2L19"],
- slash: ["1L49"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M", "2L37"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swordsdance: ["1L54", "1M", "2L43"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- visegrip: ["1L1", "2L1", "2S0"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["visegrip", "rockthrow"]},
- ],
- },
- tauros: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["2L13"],
- horndrill: ["1M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L35"],
- mimic: ["1M"],
- protect: ["2M"],
- pursuit: ["2L26"],
- quickattack: ["2S0"],
- rage: ["1L44", "1M", "2L8"],
- rest: ["1M", "2L34", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- scaryface: ["2L19"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- stomp: ["1L21"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["2M"],
- swagger: ["2M"],
- tackle: ["1L1", "2L1", "2S0"],
- tailwhip: ["1L28", "2L4", "2S0"],
- takedown: ["1L51", "1M", "2L53"],
- thrash: ["2L43"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "tailwhip", "quickattack"]},
- ],
- },
- magikarp: {
- learnset: {
- bubble: ["2S1"],
- dragonrage: ["1S0"],
- flail: ["2L30"],
- reversal: ["2S2"],
- splash: ["1L1", "2L1", "2S1", "2S2"],
- tackle: ["1L15", "2L15"],
- },
- eventData: [
- {"generation": 1, "level": 5, "moves": ["dragonrage"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["splash", "bubble"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["splash", "reversal"]},
- ],
- },
- gyarados: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L1", "1L20", "2L20"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1L1", "1L25", "1M", "2L25"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L1", "1L41", "2L40"],
- hyperbeam: ["1L52", "1M", "2L50", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L1", "1L32", "2L30"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2L45", "2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- tackle: ["1L1"],
- takedown: ["1M"],
- thrash: ["2L1"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- twister: ["2L35"],
- waterfall: ["2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- zapcannon: ["2M"],
- },
- },
- lapras: {
- learnset: {
- attract: ["2M"],
- aurorabeam: ["2E"],
- bide: ["1M"],
- bite: ["2S0"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1L25", "1M", "2L15"],
- bubblebeam: ["1M"],
- confuseray: ["1L31", "2L22"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M"],
- dreameater: ["2M"],
- endure: ["2M"],
- foresight: ["2E"],
- frustration: ["2M"],
- futuresight: ["2S1"],
- growl: ["1L1", "2L1", "2S0", "2S1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hydropump: ["1L46", "2L57"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1L38", "1M", "2L36", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mist: ["1L20", "2L8"],
- nightmare: ["2M"],
- perishsong: ["2L29"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2L43", "2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- safeguard: ["2L50"],
- sing: ["1L16", "2L1", "2S0", "2S1"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- toxic: ["1M", "2M"],
- watergun: ["1L1", "1M", "2L1", "2S0", "2S1"],
- whirlpool: ["2M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["watergun", "growl", "sing", "bite"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["watergun", "growl", "sing", "futuresight"]},
- ],
- },
- ditto: {
- learnset: {
- transform: ["1L1", "2L1"],
- },
- },
- eevee: {
- learnset: {
- attract: ["2M"],
- batonpass: ["2L36"],
- bide: ["1M"],
- bite: ["1L37", "1L30", "2L30"],
- bodyslam: ["1M"],
- charm: ["2E"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flail: ["2E"],
- focusenergy: ["1L36", "2L36"],
- frustration: ["2M"],
- growl: ["1L16", "2L16"],
- growth: ["2S0"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- quickattack: ["1L27", "1L23", "2L23"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sandattack: ["1L1", "1L8", "2L8"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1", "2S0"],
- tailwhip: ["1L31", "1L1", "2L1", "2S0"],
- takedown: ["1L45", "1M", "1L42", "2L42"],
- toxic: ["1M", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "tailwhip", "growth"]},
- ],
- },
- vaporeon: {
- learnset: {
- acidarmor: ["1L42", "1L47", "2L47"],
- attract: ["2M"],
- aurorabeam: ["1L36", "2L36"],
- bide: ["1M"],
- bite: ["1L40", "1L30", "2L30"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- haze: ["1L44", "1L42", "2L42"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L54", "1L52", "2L52"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mist: ["1L48", "1L42"],
- mudslap: ["2M"],
- protect: ["2M"],
- quickattack: ["1L1", "1L27", "1L23", "2L23"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- sandattack: ["1L1", "1L8", "2L8"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L37", "1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- waterfall: ["2M"],
- watergun: ["1L1", "1L31", "1M", "1L16", "2L16"],
- whirlpool: ["2M"],
- },
- },
- jolteon: {
- learnset: {
- agility: ["1L44", "1L47", "2L47"],
- attract: ["2M"],
- bide: ["1M"],
- bodyslam: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doublekick: ["1L42", "1L30", "2L30"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- pinmissile: ["1L48", "1L36", "2L36"],
- protect: ["2M"],
- quickattack: ["1L1", "1L27", "1L23", "2L23"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- sandattack: ["1L1", "1L8", "2L8"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L37", "1L1", "2L1"],
- takedown: ["1M"],
- thunder: ["1L54", "1M", "1L52", "2L52", "2M"],
- thunderbolt: ["1M", "2T"],
- thundershock: ["1L1", "1L31", "1L16", "2L16"],
- thunderwave: ["1L40", "1M", "1L42", "2L42"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- flareon: {
- learnset: {
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L40", "1L30", "2L30"],
- bodyslam: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- ember: ["1L1", "1L31", "1L16", "2L16"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firespin: ["1L44", "1L36", "2L36"],
- flamethrower: ["1L54", "1L52", "2L52", "2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- irontail: ["2M"],
- leer: ["1L42", "1L47", "2L47"],
- mimic: ["1M"],
- mudslap: ["2M"],
- protect: ["2M"],
- quickattack: ["1L1", "1L27", "1L23", "2L23"],
- rage: ["1L48", "1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- sandattack: ["1L1", "1L8", "2L8"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- smog: ["1L42", "2L42"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1"],
- tailwhip: ["1L37", "1L1", "2L1"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- zapcannon: ["2M"],
- },
- },
- espeon: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- hyperbeam: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- tackle: ["1L1"],
- tailwhip: ["1L1"],
- sandattack: ["1L1"],
- confusion: ["1L1"],
- quickattack: ["1L1"],
- psybeam: ["1L1"],
- },
- },
- umbreon: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- hyperbeam: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- tackle: ["1L1"],
- tailwhip: ["1L1"],
- sandattack: ["1L1"],
- quickattack: ["1L1"],
- confuseray: ["1L1"],
- screech: ["1L1"],
- },
- },
- porygon: {
- learnset: {
- agility: ["1L35", "2L9"],
- barrier: ["2S0"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- conversion: ["1L1", "2L1", "2S0"],
- curse: ["2M"],
- defensecurl: ["2L24", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- lockon: ["2L32"],
- mimic: ["1M"],
- nightmare: ["2M"],
- protect: ["2M"],
- psybeam: ["1L23", "2L12"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- recover: ["1L28", "2L20"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- sharpen: ["1L1", "2L24"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- tackle: ["1L1", "2L1", "2S0"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1L42", "1M", "2L36"],
- zapcannon: ["2L44", "2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "conversion", "barrier"]},
- ],
- },
- porygon2: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- hyperbeam: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- triattack: ["1L1"],
- },
- },
- omanyte: {
- learnset: {
- ancientpower: ["2L49"],
- attract: ["2M"],
- aurorabeam: ["2E"],
- bide: ["1M"],
- bite: ["2L13"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M", "2E"],
- constrict: ["2L1", "2S0"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- haze: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["1L34"],
- hydropump: ["1L53", "2L55"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L39", "2L31"],
- mimic: ["1M"],
- protect: ["2L37", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rockthrow: ["2S0"],
- rollout: ["2M"],
- sandstorm: ["2M"],
- slam: ["2E"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spikecannon: ["1L46"],
- substitute: ["1M"],
- supersonic: ["2E"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1L1", "1M", "2L19"],
- whirlpool: ["2M"],
- withdraw: ["1L1", "2L1", "2S0"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["constrict", "withdraw", "rockthrow"]},
- ],
- },
- omastar: {
- learnset: {
- ancientpower: ["2L54"],
- attract: ["2M"],
- bide: ["1M"],
- bite: ["2L1", "2L13"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- constrict: ["2L1"],
- curse: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hornattack: ["1L1", "1L34"],
- horndrill: ["1M"],
- hydropump: ["1L49", "2L65"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L39", "2L31"],
- mimic: ["1M"],
- protect: ["2L37", "2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- spikecannon: ["1L44", "2L40"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1L1", "1M", "2L19"],
- whirlpool: ["2M"],
- withdraw: ["1L1", "2L1"],
- },
- },
- kabuto: {
- learnset: {
- absorb: ["1L34", "2L10"],
- ancientpower: ["2L55"],
- attract: ["2M"],
- aurorabeam: ["2E"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M", "2E"],
- curse: ["2M"],
- dig: ["2E"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2L37", "2M"],
- flail: ["2E"],
- frustration: ["2M"],
- gigadrain: ["2M"],
- harden: ["1L1", "2L1", "2S0"],
- hiddenpower: ["2M"],
- hydropump: ["1L49"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L44", "2L19"],
- megadrain: ["2L46"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- rapidspin: ["2E"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rockthrow: ["2S0"],
- rollout: ["2M"],
- sandattack: ["2L28"],
- sandstorm: ["2M"],
- scratch: ["1L1", "2L1", "2S0"],
- slash: ["1L39"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- surf: ["1M"],
- swagger: ["2M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "harden", "rockthrow"]},
- ],
- },
- kabutops: {
- learnset: {
- absorb: ["1L1", "1L34", "2L1", "2L10"],
- ancientpower: ["2L65"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2L37", "2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- gigadrain: ["2M"],
- harden: ["1L1", "2L1"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["1L53"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- leer: ["1L46", "2L19"],
- megadrain: ["2L51"],
- megakick: ["1M"],
- mimic: ["1M"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandattack: ["2L28"],
- sandstorm: ["2M"],
- scratch: ["1L1", "2L1"],
- seismictoss: ["1M"],
- skullbash: ["1M"],
- slash: ["1L39", "2L40"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- submission: ["1M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- thief: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- },
- },
- aerodactyl: {
- learnset: {
- agility: ["1L1", "2L8"],
- ancientpower: ["2L29"],
- attract: ["2M"],
- bide: ["1M"],
- bite: ["1L38", "2L15"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M"],
- earthquake: ["2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- fly: ["1M", "2M"],
- foresight: ["2E"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1L54", "1M", "2L50", "2M"],
- irontail: ["2M"],
- mimic: ["1M"],
- protect: ["2M"],
- pursuit: ["2E"],
- rage: ["1M"],
- raindance: ["2M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- rockthrow: ["2S0"],
- sandstorm: ["2M"],
- scaryface: ["2L36"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2E", "2M"],
- substitute: ["1M"],
- supersonic: ["1L33", "2L22"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1L45", "1M", "2L43"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M", "2E"],
- wingattack: ["1L1", "2L1", "2S0"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["wingattack", "rockthrow"]},
- ],
- },
- snorlax: {
- learnset: {
- amnesia: ["1L1", "2L8"],
- attract: ["2M"],
- bellydrum: ["2L22"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1L35", "1M", "2L43"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- defensecurl: ["2L15", "2M"],
- doubleedge: ["1L48", "1M"],
- doubleteam: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- harden: ["1L41"],
- headbutt: ["1L1", "2L29", "2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1L56", "1M", "2L57", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- lick: ["2E"],
- lovelykiss: ["2S0"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mudslap: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- psychic: ["1M", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1L1", "1M", "2L36", "2M"],
- return: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rollout: ["2L50", "2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- selfdestruct: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2L36", "2M"],
- solarbeam: ["1M", "2M"],
- splash: ["2S1"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- sweetkiss: ["2S2"],
- tackle: ["2L1", "2S0", "2S1", "2S2"],
- takedown: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "lovelykiss"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "splash"]},
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "sweetkiss"]},
- ],
- },
- articuno: {
- learnset: {
- agility: ["1L55", "2L25", "2S0"],
- bide: ["1M"],
- blizzard: ["1L51", "1M", "2L73", "2M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- endure: ["2M"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- gust: ["2L1"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1L1", "1M", "2L49", "2T", "2S0"],
- icywind: ["2M"],
- mimic: ["1M"],
- mindreader: ["2L37", "2S0"],
- mist: ["1L60", "2L13", "2S0"],
- mudslap: ["2M"],
- peck: ["1L1"],
- powdersnow: ["2L1"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- razorwind: ["1M"],
- reflect: ["1M", "2L61"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- watergun: ["1M"],
- whirlwind: ["1M"],
- },
- eventData: [
- {"generation": 2, "level": 50, "shiny": true, "moves": ["mist", "agility", "mindreader", "icebeam"]},
- ],
- },
- zapdos: {
- learnset: {
- agility: ["1L55", "2L25", "2S0"],
- bide: ["1M"],
- curse: ["2M"],
- detect: ["2L37", "2M", "2S0"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- drillpeck: ["1L1", "2L49", "2S0"],
- endure: ["2M"],
- flash: ["1M", "2M"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- lightscreen: ["1L60", "2L61"],
- mimic: ["1M"],
- mudslap: ["2M"],
- peck: ["2L1"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- sandstorm: ["2M"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thunder: ["1L51", "1M", "2L73", "2M"],
- thunderbolt: ["1M", "2T"],
- thundershock: ["1L1", "2L1"],
- thunderwave: ["1M", "2L13", "2S0"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 50, "shiny": true, "moves": ["thunderwave", "agility", "detect", "drillpeck"]},
- ],
- },
- moltres: {
- learnset: {
- agility: ["1L55", "2L25", "2S0"],
- bide: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- ember: ["2L1"],
- endure: ["2L37", "2M", "2S0"],
- fireblast: ["1M", "2M"],
- firespin: ["1L1", "2L13", "2S0"],
- flamethrower: ["2L49", "2T", "2S0"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- leer: ["1L51"],
- mimic: ["1M"],
- mudslap: ["2M"],
- peck: ["1L1"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rocksmash: ["2M"],
- safeguard: ["2L61"],
- sandstorm: ["2M"],
- skyattack: ["1L60", "1M", "2L73"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- toxic: ["1M", "2M"],
- whirlwind: ["1M"],
- wingattack: ["2L1"],
- },
- eventData: [
- {"generation": 2, "level": 50, "shiny": true, "moves": ["firespin", "agility", "endure", "flamethrower"]},
- ],
- },
- dratini: {
- learnset: {
- agility: ["1L20", "2L36"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1L40", "1M", "2L22"],
- endure: ["2M"],
- extremespeed: ["2S1"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- haze: ["2E"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hydropump: ["2S0"],
- hyperbeam: ["1L50", "2L57"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L1", "2L1", "2S0"],
- lightscreen: ["2E"],
- mimic: ["1M"],
- mist: ["2E"],
- outrage: ["2L50"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- safeguard: ["2L43"],
- skullbash: ["1M"],
- slam: ["1L30", "2L29"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- supersonic: ["2E"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1L10", "1M", "2L8", "2S1"],
- toxic: ["1M", "2M"],
- twister: ["2L15", "2S1"],
- waterfall: ["2M"],
- watergun: ["1M"],
- wrap: ["1L1", "2L1", "2S0", "2S1"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 5, "shiny": 1, "moves": ["wrap", "leer", "hydropump"]},
- {"generation": 2, "level": 15, "shiny": 1, "moves": ["wrap", "thunderwave", "twister", "extremespeed"]},
- ],
- },
- dragonair: {
- learnset: {
- agility: ["1L20", "2L38"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1L45", "1M", "2L22"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- flamethrower: ["2T"],
- frustration: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hyperbeam: ["1L55", "2L65"],
- icebeam: ["1M", "2T"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L1", "2L1"],
- mimic: ["1M"],
- outrage: ["2L56"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- safeguard: ["2L47"],
- skullbash: ["1M"],
- slam: ["1L35", "2L29"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderwave: ["1L1", "1L10", "1M", "2L1", "2L8"],
- toxic: ["1M", "2M"],
- twister: ["2L1", "2L15"],
- waterfall: ["2M"],
- watergun: ["1M"],
- wrap: ["1L1", "2L1"],
- zapcannon: ["2M"],
- },
- },
- dragonite: {
- learnset: {
- agility: ["1L1", "1L20", "2L38"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1L45", "1M", "2L22"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- fly: ["2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hyperbeam: ["1L60", "1M", "2L75", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- leer: ["1L1", "2L1"],
- mimic: ["1M"],
- mudslap: ["2M"],
- outrage: ["2L61"],
- protect: ["2M"],
- rage: ["1M"],
- raindance: ["2M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- safeguard: ["2L47"],
- sandstorm: ["2M"],
- skullbash: ["1M"],
- slam: ["1L35", "2L29"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- steelwing: ["2M"],
- strength: ["1M", "2M"],
- substitute: ["1M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- swift: ["1M", "2M"],
- takedown: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1L1", "1L10", "1M", "2L1", "2L8"],
- toxic: ["1M", "2M"],
- twister: ["2L1", "2L15"],
- waterfall: ["2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- wingattack: ["2L55"],
- wrap: ["1L1", "2L1"],
- zapcannon: ["2M"],
- },
- },
- mewtwo: {
- learnset: {
- amnesia: ["1L81", "2L77"],
- barrier: ["1L63", "2L11"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- confusion: ["2L1"],
- counter: ["1M"],
- curse: ["2M"],
- detect: ["2M"],
- disable: ["2L1"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dreameater: ["2M"],
- dynamicpunch: ["2M"],
- endure: ["2M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- frustration: ["2M"],
- futuresight: ["2L44", "2S0"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megakick: ["1M"],
- megapunch: ["1M"],
- metronome: ["1M"],
- mimic: ["1M"],
- mist: ["1L75", "2L55", "2S0"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- payday: ["1M"],
- protect: ["2M"],
- psychic: ["1L1", "1L66", "1M", "2L66", "2M", "2S0"],
- psychup: ["2L33", "2M", "2S0"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- recover: ["1L70", "2L88"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- rocksmash: ["2M"],
- safeguard: ["2L99"],
- seismictoss: ["1M"],
- selfdestruct: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- sleeptalk: ["2M"],
- snore: ["2M"],
- solarbeam: ["1M", "2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- swagger: ["2M"],
- swift: ["1L1", "2L22", "2M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- triattack: ["1M"],
- watergun: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 2, "level": 70, "shiny": true, "moves": ["psychup", "futuresight", "mist", "psychic"]},
- ],
- },
- mew: {
- learnset: {
- ancientpower: ["2L50"],
- attract: ["2M"],
- bide: ["1M"],
- blizzard: ["1M", "2M"],
- bodyslam: ["1M"],
- bubblebeam: ["1M"],
- counter: ["1M"],
- curse: ["2M"],
- cut: ["1M", "2M"],
- defensecurl: ["2M"],
- detect: ["2M"],
- dig: ["1M", "2M"],
- doubleedge: ["1M"],
- doubleteam: ["1M", "2M"],
- dragonbreath: ["2M"],
- dragonrage: ["1M"],
- dreameater: ["1M", "2M"],
- dynamicpunch: ["2M"],
- earthquake: ["1M", "2M"],
- eggbomb: ["1M"],
- endure: ["2M"],
- explosion: ["1M"],
- fireblast: ["1M", "2M"],
- firepunch: ["2M"],
- fissure: ["1M"],
- flamethrower: ["2T"],
- flash: ["1M", "2M"],
- fly: ["1M", "2M"],
- frustration: ["2M"],
- furycutter: ["2M"],
- gigadrain: ["2M"],
- headbutt: ["2M"],
- hiddenpower: ["2M"],
- horndrill: ["1M"],
- hyperbeam: ["1M", "2M"],
- icebeam: ["1M", "2T"],
- icepunch: ["2M"],
- icywind: ["2M"],
- irontail: ["2M"],
- megadrain: ["1M"],
- megakick: ["1M"],
- megapunch: ["1L20", "1M", "2L20"],
- metronome: ["1L30", "1M", "2L30"],
- mimic: ["1M"],
- mudslap: ["2M"],
- nightmare: ["2M"],
- payday: ["1M"],
- pound: ["1L1", "1S0", "2L1", "2S1"],
- protect: ["2M"],
- psychic: ["1L40", "1M", "2L40", "2M"],
- psychup: ["2M"],
- psywave: ["1M"],
- rage: ["1M"],
- raindance: ["2M"],
- razorwind: ["1M"],
- reflect: ["1M"],
- rest: ["1M", "2M"],
- return: ["2M"],
- roar: ["2M"],
- rockslide: ["1M"],
- rocksmash: ["2M"],
- rollout: ["2M"],
- sandstorm: ["2M"],
- seismictoss: ["1M"],
- selfdestruct: ["1M"],
- shadowball: ["2M"],
- skullbash: ["1M"],
- skyattack: ["1M"],
- sleeptalk: ["2M"],
- sludgebomb: ["2M"],
- snore: ["2M"],
- softboiled: ["1M"],
- solarbeam: ["1M", "2M"],
- steelwing: ["2M"],
- strength: ["1M", "2M"],
- submission: ["1M"],
- substitute: ["1M"],
- sunnyday: ["2M"],
- surf: ["1M", "2M"],
- swagger: ["2M"],
- sweetscent: ["2M"],
- swift: ["1M", "2M"],
- swordsdance: ["1M"],
- takedown: ["1M"],
- teleport: ["1M"],
- thief: ["2M"],
- thunder: ["1M", "2M"],
- thunderbolt: ["1M", "2T"],
- thunderpunch: ["2M"],
- thunderwave: ["1M"],
- toxic: ["1M", "2M"],
- transform: ["1L10", "2L10"],
- triattack: ["1M"],
- waterfall: ["2M"],
- watergun: ["1M"],
- whirlpool: ["2M"],
- whirlwind: ["1M"],
- zapcannon: ["2M"],
- },
- eventData: [
- {"generation": 1, "level": 5, "moves": ["pound"]},
- {"generation": 2, "level": 5, "moves": ["pound"]},
- ],
- eventOnly: true,
- },
- chikorita: { //Gen 2 Pokemon start here.
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- razorleaf: ["1L1"],
- reflect: ["1L1"],
- poisonpowder: ["1L1"],
- bodyslam: ["1L1"],
- lightscreen: ["1L1"],
- solarbeam: ["1L1"],
- headbutt: ["1L1"],
- cut: ["1L1"],
- flash: ["1L1"],
- swordsdance: ["1L1"],
- counter: ["1L1"],
- megadrain: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- bayleef: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- razorleaf: ["1L1"],
- reflect: ["1L1"],
- poisonpowder: ["1L1"],
- bodyslam: ["1L1"],
- lightscreen: ["1L1"],
- solarbeam: ["1L1"],
- headbutt: ["1L1"],
- cut: ["1L1"],
- flash: ["1L1"],
- swordsdance: ["1L1"],
- counter: ["1L1"],
- megadrain: ["1L1"],
- skullbash: ["1L1"],
- strength: ["1L1"],
- },
- },
- meganium: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- razorleaf: ["1L1"],
- reflect: ["1L1"],
- poisonpowder: ["1L1"],
- bodyslam: ["1L1"],
- lightscreen: ["1L1"],
- solarbeam: ["1L1"],
- headbutt: ["1L1"],
- cut: ["1L1"],
- flash: ["1L1"],
- swordsdance: ["1L1"],
- counter: ["1L1"],
- megadrain: ["1L1"],
- skullbash: ["1L1"],
- strength: ["1L1"],
- hyperbeam: ["1L1"],
- earthquake: ["1L1"],
- },
- },
- cyndaquil: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- cut: ["1L1"],
- bodyslam: ["1L1"],
- dig: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- reflect: ["1L1"],
- fireblast: ["1L1"],
- skullbash: ["1L1"],
- tackle: ["1L1"],
- leer: ["1L1"],
- smokescreen: ["1L1"],
- ember: ["1L1"],
- quickattack: ["1L1"],
- swift: ["1L1"],
- flamethrower: ["1L1"],
- },
- },
- quilava: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- cut: ["1L1"],
- bodyslam: ["1L1"],
- dig: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- fireblast: ["1L1"],
- skullbash: ["1L1"],
- tackle: ["1L1"],
- leer: ["1L1"],
- reflect: ["1L1"],
- smokescreen: ["1L1"],
- ember: ["1L1"],
- quickattack: ["1L1"],
- swift: ["1L1"],
- flamethrower: ["1L1"],
- strength: ["1L1"],
- },
- },
- typhlosion: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- cut: ["1L1"],
- bodyslam: ["1L1"],
- dig: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- fireblast: ["1L1"],
- skullbash: ["1L1"],
- tackle: ["1L1"],
- leer: ["1L1"],
- smokescreen: ["1L1"],
- ember: ["1L1"],
- quickattack: ["1L1"],
- swift: ["1L1"],
- flamethrower: ["1L1"],
- strength: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- hyperbeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- reflect: ["1L1"],
- seismictoss: ["1L1"],
- earthquake: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- totodile: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- dig: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- scratch: ["1L1"],
- leer: ["1L1"],
- bite: ["1L1"],
- slash: ["1L1"],
- screech: ["1L1"],
- hydropump: ["1L1"],
- },
- },
- croconaw: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- reflect: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- scratch: ["1L1"],
- leer: ["1L1"],
- bite: ["1L1"],
- slash: ["1L1"],
- screech: ["1L1"],
- hydropump: ["1L1"],
- strength: ["1L1"],
- },
- },
- feraligatr: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- reflect: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- scratch: ["1L1"],
- leer: ["1L1"],
- bite: ["1L1"],
- slash: ["1L1"],
- screech: ["1L1"],
- hydropump: ["1L1"],
- strength: ["1L1"],
- hyperbeam: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- },
- },
- sentret: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- quickattack: ["1L1"],
- furyswipes: ["1L1"],
- slam: ["1L1"],
- rest: ["1L1"],
- amnesia: ["1L1"],
- cut: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- bubblebeam: ["1L1"],
- dig: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- furret: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- quickattack: ["1L1"],
- furyswipes: ["1L1"],
- slam: ["1L1"],
- rest: ["1L1"],
- amnesia: ["1L1"],
- cut: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- bubblebeam: ["1L1"],
- dig: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- },
- },
- hoothoot: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- whirlwind: ["1L1"],
- fly: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- dreameater: ["1L1"],
- skyattack: ["1L1"],
- flash: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- peck: ["1L1"],
- hypnosis: ["1L1"],
- confusion: ["1L1"],
- },
- },
- noctowl: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- whirlwind: ["1L1"],
- fly: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- dreameater: ["1L1"],
- skyattack: ["1L1"],
- flash: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- peck: ["1L1"],
- hypnosis: ["1L1"],
- confusion: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- ledyba: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- swordsdance: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- dig: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- tackle: ["1L1"],
- supersonic: ["1L1"],
- cometpunch: ["1L1"],
- lightscreen: ["1L1"],
- safeguard: ["1L1"],
- agility: ["1L1"],
- },
- },
- ledian: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- swordsdance: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- dig: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- tackle: ["1L1"],
- supersonic: ["1L1"],
- cometpunch: ["1L1"],
- lightscreen: ["1L1"],
- safeguard: ["1L1"],
- agility: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- spinarak: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- dig: ["1L1"],
- psychic: ["1L1"],
- reflect: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- poisonsting: ["1L1"],
- stringshot: ["1L1"],
- agility: ["1L1"],
- constrict: ["1L1"],
- nightshade: ["1L1"],
- leechlife: ["1L1"],
- furyswipes: ["1L1"],
- spiderweb: ["1L1"],
- screech: ["1L1"],
- },
- },
- ariados: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- dig: ["1L1"],
- psychic: ["1L1"],
- reflect: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- poisonsting: ["1L1"],
- stringshot: ["1L1"],
- agility: ["1L1"],
- constrict: ["1L1"],
- nightshade: ["1L1"],
- leechlife: ["1L1"],
- furyswipes: ["1L1"],
- spiderweb: ["1L1"],
- screech: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- chinchou: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bubble: ["1L1"],
- thunderwave: ["1L1"],
- supersonic: ["1L1"],
- watergun: ["1L1"],
- confuseray: ["1L1"],
- hydropump: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- bubblebeam: ["1L1"],
- thunderbolt: ["1L1"],
- thunder: ["1L1"],
- reflect: ["1L1"],
- flash: ["1L1"],
- },
- },
- lanturn: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bubble: ["1L1"],
- thunderwave: ["1L1"],
- supersonic: ["1L1"],
- watergun: ["1L1"],
- confuseray: ["1L1"],
- hydropump: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- bubblebeam: ["1L1"],
- thunderbolt: ["1L1"],
- thunder: ["1L1"],
- reflect: ["1L1"],
- flash: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- togepi: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- solarbeam: ["1L1"],
- thunderwave: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- fireblast: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- triattack: ["1L1"],
- growl: ["1L1"],
- },
- },
- togetic: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- solarbeam: ["1L1"],
- thunderwave: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- fireblast: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- triattack: ["1L1"],
- growl: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- natu: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- thunderwave: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skyattack: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- triattack: ["1L1"],
- peck: ["1L1"],
- leer: ["1L1"],
- nightshade: ["1L1"],
- confuseray: ["1L1"],
- },
- },
- xatu: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- thunderwave: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skyattack: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- triattack: ["1L1"],
- peck: ["1L1"],
- leer: ["1L1"],
- nightshade: ["1L1"],
- confuseray: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- mareep: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- thundershock: ["1L1"],
- thunderwave: ["1L1"],
- lightscreen: ["1L1"],
- thunder: ["1L1"],
- bodyslam: ["1L1"],
- thunderbolt: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- flash: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- flaaffy: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- thundershock: ["1L1"],
- thunderwave: ["1L1"],
- lightscreen: ["1L1"],
- thunder: ["1L1"],
- bodyslam: ["1L1"],
- thunderbolt: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- },
- },
- ampharos: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- thundershock: ["1L1"],
- thunderwave: ["1L1"],
- lightscreen: ["1L1"],
- thunder: ["1L1"],
- bodyslam: ["1L1"],
- thunderbolt: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- bellossom: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- absorb: ["1L1"],
- stunspore: ["1L1"],
- petaldance: ["1L1"],
- solarbeam: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- hyperbeam: ["1L1"],
- megadrain: ["1L1"],
- reflect: ["1L1"],
- flash: ["1L1"],
- },
- },
- marill: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- surf: ["1L1"],
- submission: ["1L1"],
- seismictoss: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- tackle: ["1L1"],
- tailwhip: ["1L1"],
- },
- },
- azumarill: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- surf: ["1L1"],
- submission: ["1L1"],
- seismictoss: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- tackle: ["1L1"],
- tailwhip: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- },
- },
- sudowoodo: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- rockthrow: ["1L1"],
- lowkick: ["1L1"],
- rockslide: ["1L1"],
- slam: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- selfdestruct: ["1L1"],
- skullbash: ["1L1"],
- explosion: ["1L1"],
- },
- },
- politoed: {
- learnset: {
- amnesia: ["1L41"], //from poliwhirl learnset
- bubble: ["1L1", "2L1"],
- hydropump: ["1L49", "2L51"],
- takedown: ["1L1"], //RBY 251 rules applied
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- watergun: ["1L1"],
- hypnosis: ["1L1"],
- doubleslap: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- hyperbeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- psychic: ["1L1"],
- metronome: ["1L1"],
- skullbash: ["1L1"],
- psywave: ["1L1"],
- },
- },
- hoppip: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- swordsdance: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- splash: ["1L1"],
- tailwhip: ["1L1"],
- tackle: ["1L1"],
- sleeppowder: ["1L1"],
- poisonpowder: ["1L1"],
- stunspore: ["1L1"],
- leechseed: ["1L1"],
- },
- },
- skiploom: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- swordsdance: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- splash: ["1L1"],
- tailwhip: ["1L1"],
- tackle: ["1L1"],
- sleeppowder: ["1L1"],
- poisonpowder: ["1L1"],
- stunspore: ["1L1"],
- leechseed: ["1L1"],
- },
- },
- jumpluff: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- swordsdance: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- splash: ["1L1"],
- tailwhip: ["1L1"],
- tackle: ["1L1"],
- sleeppowder: ["1L1"],
- poisonpowder: ["1L1"],
- stunspore: ["1L1"],
- leechseed: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- aipom: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- payday: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- cut: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- thunderbolt: ["1L1"],
- thunder: ["1L1"],
- thunderwave: ["1L1"],
- metronome: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- scratch: ["1L1"],
- tailwhip: ["1L1"],
- sandattack: ["1L1"],
- furyswipes: ["1L1"],
- screech: ["1L1"],
- agility: ["1L1"],
- },
- },
- sunkern: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- absorb: ["1L1"],
- growth: ["1L1"],
- megadrain: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- flash: ["1L1"],
- },
- },
- sunflora: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- absorb: ["1L1"],
- growth: ["1L1"],
- megadrain: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- flash: ["1L1"],
- pound: ["1L1"],
- petaldance: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- yanma: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- quickattack: ["1L1"],
- doubleteam: ["1L1"],
- sonicboom: ["1L1"],
- supersonic: ["1L1"],
- swift: ["1L1"],
- wingattack: ["1L1"],
- screech: ["1L1"],
- razorwind: ["1L1"],
- whirlwind: ["1L1"],
- hyperbeam: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- },
- },
- wooper: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- watergun: ["1L1"],
- tailwhip: ["1L1"],
- slam: ["1L1"],
- amnesia: ["1L1"],
- earthquake: ["1L1"],
- mist: ["1L1"],
- haze: ["1L1"],
- bodyslam: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- surf: ["1L1"],
- bubblebeam: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- },
- },
- quagsire: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- watergun: ["1L1"],
- tailwhip: ["1L1"],
- slam: ["1L1"],
- amnesia: ["1L1"],
- earthquake: ["1L1"],
- mist: ["1L1"],
- haze: ["1L1"],
- bodyslam: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- surf: ["1L1"],
- bubblebeam: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- hyperbeam: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- },
- },
- murkrow: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- peck: ["1L1"],
- haze: ["1L1"],
- nightshade: ["1L1"],
- razorwind: ["1L1"],
- whirlwind: ["1L1"],
- fly: ["1L1"],
- thunderwave: ["1L1"],
- swift: ["1L1"],
- },
- },
- slowking: {
- learnset: {
- amnesia: ["1L40", "2L43"], //slowpoke stuff
- confusion: ["1L1", "2L20"],
- disable: ["1L18", "2L29"],
- growl: ["1L27", "2L6"],
- headbutt: ["1L22", "2L34", "2M"],
- tackle: ["2L1"],
- takedown: ["1L1"], //rby 251 rules applied
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- watergun: ["1L1"],
- psychic: ["1L1"],
- psywave: ["1L1"],
- megapunch: ["1L1"],
- payday: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- hyperbeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- thunderwave: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- fireblast: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- triattack: ["1L1"],
- },
- },
- misdreavus: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- psychic: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- dreameater: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- growl: ["1L1"],
- confuseray: ["1L1"],
- psybeam: ["1L1"],
- },
- },
- unown: {
- learnset: {
- hiddenpower: ["1L1"], //I don't even know if it actually gets this, there's no documentation...
- },
- },
- wobbuffet: {
- learnset: {
- counter: ["1L1"],
- },
- },
- girafarig: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- strength: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- psywave: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- confusion: ["1L1"],
- stomp: ["1L1"],
- agility: ["1L1"],
- psybeam: ["1L1"],
- },
- },
- pineco: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- selfdestruct: ["1L1"],
- explosion: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- forretress: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- selfdestruct: ["1L1"],
- explosion: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- dunsparce: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- glare: ["1L1"],
- screech: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- gligar: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- poisonsting: ["1L1"],
- sandattack: ["1L1"],
- harden: ["1L1"],
- quickattack: ["1L1"],
- slash: ["1L1"],
- screech: ["1L1"],
- guillotine: ["1L1"],
- razorwind: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- steelix: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- screech: ["1L1"],
- bind: ["1L1"],
- rockthrow: ["1L1"],
- harden: ["1L1"],
- slam: ["1L1"],
- bodyslam: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- selfdestruct: ["1L1"],
- skullbash: ["1L1"],
- explosion: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- snubbull: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- tailwhip: ["1L1"],
- bite: ["1L1"],
- lick: ["1L1"],
- roar: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- granbull: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- tailwhip: ["1L1"],
- bite: ["1L1"],
- lick: ["1L1"],
- roar: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- skullbash: ["1L1"],
- hyperbeam: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- qwilfish: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- poisonsting: ["1L1"],
- harden: ["1L1"],
- minimize: ["1L1"],
- bubblebeam: ["1L1"],
- watergun: ["1L1"],
- pinmissile: ["1L1"],
- hydropump: ["1L1"],
- swordsdance: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- scizor: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- quickattack: ["1L1"],
- leer: ["1L1"],
- focusenergy: ["1L1"],
- agility: ["1L1"],
- slash: ["1L1"],
- swordsdance: ["1L1"],
- doubleteam: ["1L1"],
- wingattack: ["1L1"],
- razorwind: ["1L1"],
- cut: ["1L1"],
- hyperbeam: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- },
- },
- shuckle: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- constrict: ["1L1"],
- withdraw: ["1L1"],
- wrap: ["1L1"],
- bodyslam: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- heracross: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megahorn: ["1L1"],
- tackle: ["1L1"],
- leer: ["1L1"],
- furyattack: ["1L1"],
- hornattack: ["1L1"],
- counter: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- horndrill: ["1L1"],
- bodyslam: ["1L1"],
- hyperbeam: ["1L1"],
- submission: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- sneasel: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- scratch: ["1L1"],
- leer: ["1L1"],
- quickattack: ["1L1"],
- screech: ["1L1"],
- furyswipes: ["1L1"],
- agility: ["1L1"],
- slash: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- blizzard: ["1L1"],
- icebeam: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- dig: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- teddiursa: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- scratch: ["1L1"],
- leer: ["1L1"],
- lick: ["1L1"],
- furyswipes: ["1L1"],
- slash: ["1L1"],
- thrash: ["1L1"],
- megapunch: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- dig: ["1L1"],
- fissure: ["1L1"],
- metronome: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- ursaring: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- scratch: ["1L1"],
- leer: ["1L1"],
- lick: ["1L1"],
- furyswipes: ["1L1"],
- slash: ["1L1"],
- thrash: ["1L1"],
- megapunch: ["1L1"],
- swordsdance: ["1L1"],
- cut: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- dig: ["1L1"],
- fissure: ["1L1"],
- metronome: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- slugma: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- smog: ["1L1"],
- ember: ["1L1"],
- rockthrow: ["1L1"],
- harden: ["1L1"],
- amnesia: ["1L1"],
- flamethrower: ["1L1"],
- rockslide: ["1L1"],
- bodyslam: ["1L1"],
- reflect: ["1L1"],
- fireblast: ["1L1"],
- },
- },
- magcargo: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- smog: ["1L1"],
- ember: ["1L1"],
- rockthrow: ["1L1"],
- harden: ["1L1"],
- amnesia: ["1L1"],
- flamethrower: ["1L1"],
- rockslide: ["1L1"],
- bodyslam: ["1L1"],
- reflect: ["1L1"],
- fireblast: ["1L1"],
- earthquake: ["1L1"],
- strength: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- swinub: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- mist: ["1L1"],
- blizzard: ["1L1"],
- amnesia: ["1L1"],
- icebeam: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- piloswine: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- mist: ["1L1"],
- blizzard: ["1L1"],
- amnesia: ["1L1"],
- icebeam: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- hyperbeam: ["1L1"],
- },
- },
- corsola: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- harden: ["1L1"],
- bubble: ["1L1"],
- recover: ["1L1"],
- bubblebeam: ["1L1"],
- spikecannon: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- psychic: ["1L1"],
- reflect: ["1L1"],
- selfdestruct: ["1L1"],
- skullbash: ["1L1"],
- psywave: ["1L1"],
- explosion: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- remoraid: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- watergun: ["1L1"],
- psybeam: ["1L1"],
- aurorabeam: ["1L1"],
- bubblebeam: ["1L1"],
- focusenergy: ["1L1"],
- hyperbeam: ["1L1"],
- icebeam: ["1L1"],
- surf: ["1L1"],
- thunderwave: ["1L1"],
- swift: ["1L1"],
- },
- },
- octillery: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- watergun: ["1L1"],
- psybeam: ["1L1"],
- aurorabeam: ["1L1"],
- bubblebeam: ["1L1"],
- focusenergy: ["1L1"],
- hyperbeam: ["1L1"],
- icebeam: ["1L1"],
- surf: ["1L1"],
- thunderwave: ["1L1"],
- swift: ["1L1"],
- constrict: ["1L1"],
- seismictoss: ["1L1"],
- },
- },
- delibird: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- megapunch: ["1L1"],
- payday: ["1L1"],
- fly: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- present: ["1L1"],
- },
- },
- mantine: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- bubble: ["1L1"],
- supersonic: ["1L1"],
- bubblebeam: ["1L1"],
- agility: ["1L1"],
- wingattack: ["1L1"],
- confuseray: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- skarmory: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- leer: ["1L1"],
- peck: ["1L1"],
- sandattack: ["1L1"],
- swift: ["1L1"],
- agility: ["1L1"],
- furyattack: ["1L1"],
- razorwind: ["1L1"],
- cut: ["1L1"],
- whirlwind: ["1L1"],
- fly: ["1L1"],
- counter: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skyattack: ["1L1"],
- rockslide: ["1L1"],
- },
- },
- houndour: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- leer: ["1L1"],
- ember: ["1L1"],
- roar: ["1L1"],
- smog: ["1L1"],
- bite: ["1L1"],
- flamethrower: ["1L1"],
- bodyslam: ["1L1"],
- counter: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- fireblast: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- houndoom: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- leer: ["1L1"],
- ember: ["1L1"],
- roar: ["1L1"],
- smog: ["1L1"],
- bite: ["1L1"],
- flamethrower: ["1L1"],
- bodyslam: ["1L1"],
- counter: ["1L1"],
- solarbeam: ["1L1"],
- reflect: ["1L1"],
- fireblast: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- },
- },
- kingdra: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- blizzard: ["1L1"],
- icebeam: ["1L1"],
- bubblebeam: ["1L1"],
- hyperbeam: ["1L1"],
- dragonrage: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- bubble: ["1L1"],
- smokescreen: ["1L1"],
- leer: ["1L1"],
- agility: ["1L1"],
- hydropump: ["1L1"],
- },
- },
- phanpy: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- },
- },
- donphan: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- counter: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- rockslide: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- horndrill: ["1L1"],
- hyperbeam: ["1L1"],
- hornattack: ["1L1"],
- furyattack: ["1L1"],
- },
- },
- stantler: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- tackle: ["1L1"],
- leer: ["1L1"],
- hypnosis: ["1L1"],
- stomp: ["1L1"],
- confuseray: ["1L1"],
- sandattack: ["1L1"],
- bodyslam: ["1L1"],
- thunderwave: ["1L1"],
- earthquake: ["1L1"],
- psychic: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- },
- },
- smeargle: {
- learnset: {
- sketch: ["1L1"],
- },
- },
- miltank: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- milkdrink: ["1L1"],
- tackle: ["1L1"],
- growl: ["1L1"],
- stomp: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- bodyslam: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- hyperbeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- earthquake: ["1L1"],
- fissure: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- metronome: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- raikou: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bite: ["1L1"],
- leer: ["1L1"],
- thundershock: ["1L1"],
- roar: ["1L1"],
- quickattack: ["1L1"],
- reflect: ["1L1"],
- thunder: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- bodyslam: ["1L1"],
- cut: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- dig: ["1L1"],
- swift: ["1L1"],
- flash: ["1L1"],
- },
- },
- suicune: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bite: ["1L1"],
- leer: ["1L1"],
- watergun: ["1L1"],
- bubblebeam: ["1L1"],
- roar: ["1L1"],
- gust: ["1L1"],
- aurorabeam: ["1L1"],
- mist: ["1L1"],
- hydropump: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- hyperbeam: ["1L1"],
- bodyslam: ["1L1"],
- strength: ["1L1"],
- cut: ["1L1"],
- dig: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- entei: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bite: ["1L1"],
- leer: ["1L1"],
- ember: ["1L1"],
- roar: ["1L1"],
- firespin: ["1L1"],
- stomp: ["1L1"],
- flamethrower: ["1L1"],
- fireblast: ["1L1"],
- flash: ["1L1"],
- bodyslam: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- solarbeam: ["1L1"],
- dig: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- larvitar: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bite: ["1L1"],
- leer: ["1L1"],
- screech: ["1L1"],
- rockslide: ["1L1"],
- thrash: ["1L1"],
- earthquake: ["1L1"],
- hyperbeam: ["1L1"],
- bodyslam: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- pupitar: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bite: ["1L1"],
- leer: ["1L1"],
- screech: ["1L1"],
- rockslide: ["1L1"],
- thrash: ["1L1"],
- earthquake: ["1L1"],
- hyperbeam: ["1L1"],
- bodyslam: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- },
- },
- tyranitar: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- bite: ["1L1"],
- leer: ["1L1"],
- screech: ["1L1"],
- rockslide: ["1L1"],
- thrash: ["1L1"],
- earthquake: ["1L1"],
- hyperbeam: ["1L1"],
- bodyslam: ["1L1"],
- fissure: ["1L1"],
- dig: ["1L1"],
- skullbash: ["1L1"],
- megapunch: ["1L1"],
- megakick: ["1L1"],
- cut: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- bubblebeam: ["1L1"],
- submission: ["1L1"],
- counter: ["1L1"],
- seismictoss: ["1L1"],
- strength: ["1L1"],
- dragonrage: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- fireblast: ["1L1"],
- },
- },
- hooh: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- sacredfire: ["1L1"],
- gust: ["1L1"],
- recover: ["1L1"],
- fireblast: ["1L1"],
- swift: ["1L1"],
- whirlwind: ["1L1"],
- razorwind: ["1L1"],
- whirlwind: ["1L1"],
- fly: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- thunderbolt: ["1L1"],
- thunder: ["1L1"],
- thunderwave: ["1L1"],
- earthquake: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- swift: ["1L1"],
- skyattack: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- },
- },
- lugia: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- aeroblast: ["1L1"],
- gust: ["1L1"],
- recover: ["1L1"],
- hydropump: ["1L1"],
- swift: ["1L1"],
- whirlwind: ["1L1"],
- razorwind: ["1L1"],
- fly: ["1L1"],
- bodyslam: ["1L1"],
- watergun: ["1L1"],
- surf: ["1L1"],
- icebeam: ["1L1"],
- blizzard: ["1L1"],
- bubblebeam: ["1L1"],
- hyperbeam: ["1L1"],
- strength: ["1L1"],
- megadrain: ["1L1"],
- thunderbolt: ["1L1"],
- thunderwave: ["1L1"],
- thunder: ["1L1"],
- earthquake: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- skullbash: ["1L1"],
- skyattack: ["1L1"],
- psywave: ["1L1"],
- },
- },
- celebi: {
- learnset: {
- takedown: ["1L1"],
- doubleedge: ["1L1"],
- toxic: ["1L1"],
- rage: ["1L1"],
- mimic: ["1L1"],
- doubleteam: ["1L1"],
- bide: ["1L1"],
- rest: ["1L1"],
- substitute: ["1L1"],
- leechseed: ["1L1"],
- confusion: ["1L1"],
- recover: ["1L1"],
- swordsdance: ["1L1"],
- hyperbeam: ["1L1"],
- megadrain: ["1L1"],
- solarbeam: ["1L1"],
- psychic: ["1L1"],
- teleport: ["1L1"],
- reflect: ["1L1"],
- metronome: ["1L1"],
- swift: ["1L1"],
- flash: ["1L1"],
- psywave: ["1L1"],
- },
- },
- };
- exports.BattleLearnsets = BattleLearnsets;
Advertisement
Add Comment
Please, Sign In to add comment