mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-24 23:09:10 -05:00
Also move mods/ to data/mods/ This makes PS more monorepo-like. The intent is to further separate the sim and the server code, but without fully committing to splitting the repository itself. We now support `./pokemon-showdown start` in addition to `./pokemon-showdown`. I'm not clear which I want to be the default yet.
11255 lines
238 KiB
JavaScript
11255 lines
238 KiB
JavaScript
'use strict';
|
|
|
|
/**@type {{[k: string]: {learnset: {[k: string]: MoveSource[]}}}} */
|
|
let BattleLearnsets = {
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
bide: ["2E"],
|
|
charm: ["2L1", "2S0", "2S1", "2S2", "2S3"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
dizzypunch: ["2S0"],
|
|
doubleslap: ["2E"],
|
|
doubleteam: ["2M"],
|
|
encore: ["2E"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
petaldance: ["2S1"],
|
|
present: ["2E"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
reversal: ["2E"],
|
|
rollout: ["2M"],
|
|
scaryface: ["2S2"],
|
|
sing: ["2S3"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetkiss: ["2L11"],
|
|
swift: ["2M"],
|
|
tailwhip: ["2L6"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
thundershock: ["2L1", "2S0", "2S1", "2S2", "2S3"],
|
|
thunderwave: ["2L8"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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: {
|
|
amnesia: ["2E"],
|
|
attract: ["2M"],
|
|
bellydrum: ["2E"],
|
|
charm: ["2L1", "2S0", "2S1", "2S2", "2S3"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
dizzypunch: ["2S3"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
encore: ["2L4", "2S0", "2S1", "2S2", "2S3"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2T"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
metronome: ["2E"],
|
|
mimic: ["2E"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
petaldance: ["2S0"],
|
|
pound: ["2L1", "2S0", "2S1", "2S2", "2S3"],
|
|
present: ["2E"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rollout: ["2M"],
|
|
scaryface: ["2S1"],
|
|
shadowball: ["2M"],
|
|
sing: ["2L8"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
splash: ["2E"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetkiss: ["2L13"],
|
|
swift: ["2S2"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
charm: ["2L1", "2S0", "2S1", "2S2", "2S3"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L4", "2M", "2S0", "2S1", "2S2", "2S3"],
|
|
detect: ["2M"],
|
|
dizzypunch: ["2S3"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2E"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2T"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icywind: ["2M"],
|
|
mimic: ["2S0"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
perishsong: ["2E"],
|
|
petaldance: ["2S1"],
|
|
pound: ["2L9"],
|
|
present: ["2E"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rollout: ["2M"],
|
|
scaryface: ["2S2"],
|
|
shadowball: ["2M"],
|
|
sing: ["2L1", "2S0", "2S1", "2S2", "2S3"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetkiss: ["2L14"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
bite: ["2L12"],
|
|
confuseray: ["2L19"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
haze: ["2L55"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
leechlife: ["2L1"],
|
|
meanlook: ["2L42"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
screech: ["2L1"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
steelwing: ["2M"],
|
|
sunnyday: ["2M"],
|
|
supersonic: ["2L1", "2L6"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
wingattack: ["2L30"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
vicegrip: ["1L20", "2L12"],
|
|
watergun: ["1M"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
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"],
|
|
vicegrip: ["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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
dizzypunch: ["2S1"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
highjumpkick: ["2E"],
|
|
machpunch: ["2E"],
|
|
mindreader: ["2E"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rage: ["2S0"],
|
|
rapidspin: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1", "2S0", "2S1"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
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: {
|
|
agility: ["2L37"],
|
|
attract: ["2M"],
|
|
counter: ["2L31"],
|
|
curse: ["2M"],
|
|
detect: ["2L43", "2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
focusenergy: ["2L7"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
pursuit: ["2L13"],
|
|
quickattack: ["2L19"],
|
|
rapidspin: ["2L25"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollingkick: ["2L1"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
triplekick: ["2L49"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
blissey: {learnset: {
|
|
attract: ["2M"],
|
|
blizzard: ["2M"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L33", "2M"],
|
|
doubleedge: ["2L47"],
|
|
doubleslap: ["2L13"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
eggbomb: ["2L28"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2T"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
growl: ["2L4"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
lightscreen: ["2L40"],
|
|
minimize: ["2L18"],
|
|
mudslap: ["2M"],
|
|
pound: ["2L1"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
sandstorm: ["2M"],
|
|
shadowball: ["2M"],
|
|
sing: ["2L23"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
softboiled: ["2L10"],
|
|
solarbeam: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
tailwhip: ["2L7"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
blizzard: ["2L49", "2M"],
|
|
confusion: ["2L21"],
|
|
curse: ["2M"],
|
|
dizzypunch: ["2S2"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
lick: ["2L1", "2S0", "2S1", "2S2"],
|
|
meanlook: ["2L33"],
|
|
meditate: ["2E"],
|
|
metronome: ["2S0"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
perishsong: ["2L45"],
|
|
petaldance: ["2S1"],
|
|
pound: ["2L1", "2S0", "2S1", "2S2"],
|
|
powdersnow: ["2L13"],
|
|
protect: ["2M"],
|
|
psychic: ["2L37", "2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
shadowball: ["2M"],
|
|
sing: ["2L25"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetkiss: ["2L9"],
|
|
sweetscent: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
barrier: ["2E"],
|
|
crosschop: ["2E"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
dizzypunch: ["2S0"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icepunch: ["2M"],
|
|
karatechop: ["2E"],
|
|
leer: ["2L1", "2S0", "2S1"],
|
|
lightscreen: ["2L17"],
|
|
meditate: ["2E"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
pursuit: ["2S1"],
|
|
quickattack: ["2L1", "2S0", "2S1"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rollingkick: ["2E"],
|
|
screech: ["2L33"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L25", "2M"],
|
|
thief: ["2M"],
|
|
thunder: ["2L49", "2M"],
|
|
thunderbolt: ["2L41", "2T"],
|
|
thunderpunch: ["2L9", "2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
barrier: ["2E"],
|
|
confuseray: ["2L43"],
|
|
crosschop: ["2E"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
dizzypunch: ["2S1"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
ember: ["2L1", "2S0", "2S1"],
|
|
endure: ["2M"],
|
|
feintattack: ["2S0"],
|
|
fireblast: ["2L49", "2M"],
|
|
firepunch: ["2L19", "2M"],
|
|
flamethrower: ["2L37", "2T"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
karatechop: ["2E"],
|
|
leer: ["2L7"],
|
|
megapunch: ["2E"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
screech: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
smog: ["2L13"],
|
|
smokescreen: ["2L25"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2L31", "2M"],
|
|
swagger: ["2M"],
|
|
thief: ["2M"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
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"],
|
|
vicegrip: ["1L1", "2L1", "2S0"],
|
|
}},
|
|
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"],
|
|
}},
|
|
magikarp: {learnset: {
|
|
bubble: ["2S1"],
|
|
dragonrage: ["1S0"],
|
|
flail: ["2L30"],
|
|
reversal: ["2S2"],
|
|
splash: ["1L1", "2L1", "2S1", "2S2"],
|
|
tackle: ["1L15", "2L15"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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: {
|
|
attract: ["2M"],
|
|
confusion: ["2L16"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
morningsun: ["2L52"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psybeam: ["2L36"],
|
|
psychic: ["2L47", "2M"],
|
|
psychup: ["2L42", "2M"],
|
|
quickattack: ["2L23"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sandattack: ["2L8"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L30", "2M"],
|
|
tackle: ["2L1"],
|
|
tailwhip: ["2L1"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
umbreon: {learnset: {
|
|
attract: ["2M"],
|
|
confuseray: ["2L30"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L36"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
meanlook: ["2L42"],
|
|
moonlight: ["2L52"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
pursuit: ["2L16"],
|
|
quickattack: ["2L23"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sandattack: ["2L8"],
|
|
screech: ["2L47"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
tailwhip: ["2L1"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
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"],
|
|
}},
|
|
porygon2: {learnset: {
|
|
agility: ["2L9"],
|
|
blizzard: ["2M"],
|
|
conversion: ["2L1"],
|
|
conversion2: ["2L1"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L24", "2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
lockon: ["2L32"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psybeam: ["2L12"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
recover: ["2L20"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
triattack: ["2L36"],
|
|
zapcannon: ["2L44", "2M"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
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"],
|
|
}},
|
|
chikorita: {learnset: {
|
|
ancientpower: ["2E"],
|
|
attract: ["2M"],
|
|
bodyslam: ["2L29"],
|
|
counter: ["2E"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flail: ["2E"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
growl: ["2L1", "2S0"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
leechseed: ["2E"],
|
|
lightscreen: ["2L36"],
|
|
mudslap: ["2M"],
|
|
petaldance: ["2S0"],
|
|
poisonpowder: ["2L15"],
|
|
protect: ["2M"],
|
|
razorleaf: ["2L8"],
|
|
reflect: ["2L12"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
safeguard: ["2L43"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2L50", "2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
swordsdance: ["2E"],
|
|
synthesis: ["2L22"],
|
|
tackle: ["2L1", "2S0"],
|
|
toxic: ["2M"],
|
|
vinewhip: ["2E"],
|
|
}},
|
|
bayleef: {learnset: {
|
|
attract: ["2M"],
|
|
bodyslam: ["2L31"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
gigadrain: ["2M"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
lightscreen: ["2L39"],
|
|
mudslap: ["2M"],
|
|
poisonpowder: ["2L15"],
|
|
protect: ["2M"],
|
|
razorleaf: ["2L1", "2L8"],
|
|
reflect: ["2L1", "2L12"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
safeguard: ["2L47"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2L55", "2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
synthesis: ["2L23"],
|
|
tackle: ["2L1"],
|
|
toxic: ["2M"],
|
|
}},
|
|
meganium: {learnset: {
|
|
attract: ["2M"],
|
|
bodyslam: ["2L31", "2S0"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
gigadrain: ["2M"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
lightscreen: ["2L41"],
|
|
mudslap: ["2M"],
|
|
poisonpowder: ["2L15", "2S0"],
|
|
protect: ["2M"],
|
|
razorleaf: ["2L1", "2L8"],
|
|
reflect: ["2L1", "2L12", "2S0"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
safeguard: ["2L51"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2L61", "2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
synthesis: ["2L23", "2S0"],
|
|
tackle: ["2L1"],
|
|
toxic: ["2M"],
|
|
}},
|
|
cyndaquil: {learnset: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleedge: ["2S0"],
|
|
doubleteam: ["2M"],
|
|
ember: ["2L12"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2L46", "2T"],
|
|
flamewheel: ["2L27"],
|
|
foresight: ["2E"],
|
|
frustration: ["2M"],
|
|
furyswipes: ["2E"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
quickattack: ["2L19", "2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
reversal: ["2E"],
|
|
rollout: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
smokescreen: ["2L6"],
|
|
snore: ["2M"],
|
|
submission: ["2E"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L36", "2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
thrash: ["2E"],
|
|
toxic: ["2M"],
|
|
}},
|
|
quilava: {learnset: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
ember: ["2L12"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2L54", "2T"],
|
|
flamewheel: ["2L31"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
quickattack: ["2L21"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
smokescreen: ["2L1", "2L6"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L42", "2M"],
|
|
tackle: ["2L1"],
|
|
toxic: ["2M"],
|
|
}},
|
|
typhlosion: {learnset: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
ember: ["2L1", "2L12", "2S0"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
firepunch: ["2M"],
|
|
flamethrower: ["2L60", "2T"],
|
|
flamewheel: ["2L31", "2S0"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
quickattack: ["2L21", "2S0"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
smokescreen: ["2L1", "2L6", "2S0"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L45", "2M"],
|
|
tackle: ["2L1"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
totodile: {learnset: {
|
|
ancientpower: ["2E"],
|
|
attract: ["2M"],
|
|
bite: ["2L20"],
|
|
blizzard: ["2M"],
|
|
crunch: ["2E"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L52", "2E"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rage: ["2L7"],
|
|
raindance: ["2M"],
|
|
razorwind: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2E"],
|
|
scaryface: ["2L27"],
|
|
scratch: ["2L1", "2S0"],
|
|
screech: ["2L43"],
|
|
slash: ["2L35"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
submission: ["2S0"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
thrash: ["2E"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L13"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
croconaw: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2L21"],
|
|
blizzard: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L55"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rage: ["2L1", "2L7"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
scaryface: ["2L28"],
|
|
scratch: ["2L1"],
|
|
screech: ["2L45"],
|
|
slash: ["2L37"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L13"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
feraligatr: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2L21", "2S0"],
|
|
blizzard: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L58"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rage: ["2L1", "2L7"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
scaryface: ["2L28", "2S0"],
|
|
scratch: ["2L1"],
|
|
screech: ["2L47"],
|
|
slash: ["2L38", "2S0"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L1", "2L13", "2S0"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
sentret: {learnset: {
|
|
amnesia: ["2L41"],
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2L5", "2M", "2S0"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
dizzypunch: ["2S0"],
|
|
doubleedge: ["2E"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
focusenergy: ["2E"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
furyswipes: ["2L17"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icepunch: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
pursuit: ["2E"],
|
|
quickattack: ["2L11"],
|
|
rest: ["2L33", "2M"],
|
|
return: ["2M"],
|
|
reversal: ["2E"],
|
|
rollout: ["2M"],
|
|
shadowball: ["2M"],
|
|
slam: ["2L25"],
|
|
slash: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
thief: ["2M"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
furret: {learnset: {
|
|
amnesia: ["2L48"],
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2L1", "2L5", "2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
furyswipes: ["2L18"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icepunch: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
quickattack: ["2L1", "2L11"],
|
|
rest: ["2L38", "2M"],
|
|
return: ["2M"],
|
|
rollout: ["2M"],
|
|
scratch: ["2L1"],
|
|
shadowball: ["2M"],
|
|
slam: ["2L28"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
hoothoot: {learnset: {
|
|
attract: ["2M"],
|
|
confusion: ["2L34"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2L48", "2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2E"],
|
|
flash: ["2M"],
|
|
fly: ["2M"],
|
|
foresight: ["2L6"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1", "2S0"],
|
|
hiddenpower: ["2M"],
|
|
hypnosis: ["2L16"],
|
|
mirrormove: ["2E"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
nightshade: ["2S0"],
|
|
peck: ["2L11"],
|
|
protect: ["2M"],
|
|
reflect: ["2L22"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
skyattack: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
steelwing: ["2M"],
|
|
sunnyday: ["2M"],
|
|
supersonic: ["2E"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
takedown: ["2L28"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
whirlwind: ["2E"],
|
|
wingattack: ["2E"],
|
|
}},
|
|
noctowl: {learnset: {
|
|
attract: ["2M"],
|
|
confusion: ["2L41"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2L57", "2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
fly: ["2M"],
|
|
foresight: ["2L1", "2L6"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
hypnosis: ["2L16"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
peck: ["2L1", "2L11"],
|
|
protect: ["2M"],
|
|
reflect: ["2L25"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
steelwing: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
takedown: ["2L33"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
ledyba: {learnset: {
|
|
agility: ["2L43"],
|
|
attract: ["2M"],
|
|
barrier: ["2S0"],
|
|
batonpass: ["2L29"],
|
|
bide: ["2E"],
|
|
cometpunch: ["2L15"],
|
|
curse: ["2M"],
|
|
dig: ["2M"],
|
|
doubleedge: ["2L50"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icepunch: ["2M"],
|
|
lightscreen: ["2L22", "2E"],
|
|
protect: ["2M"],
|
|
psybeam: ["2E"],
|
|
reflect: ["2L22"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rollout: ["2M"],
|
|
safeguard: ["2L22"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sunnyday: ["2M"],
|
|
supersonic: ["2L8"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
swift: ["2L36", "2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
thief: ["2M"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
ledian: {learnset: {
|
|
agility: ["2L51"],
|
|
attract: ["2M"],
|
|
batonpass: ["2L33"],
|
|
cometpunch: ["2L15"],
|
|
curse: ["2M"],
|
|
dig: ["2M"],
|
|
doubleedge: ["2L60"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icepunch: ["2M"],
|
|
lightscreen: ["2L24"],
|
|
protect: ["2M"],
|
|
reflect: ["2L24"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rollout: ["2M"],
|
|
safeguard: ["2L24"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sunnyday: ["2M"],
|
|
supersonic: ["2L1", "2L8"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
swift: ["2L42", "2M"],
|
|
tackle: ["2L1"],
|
|
thief: ["2M"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
spinarak: {learnset: {
|
|
agility: ["2L45"],
|
|
attract: ["2M"],
|
|
batonpass: ["2E"],
|
|
constrict: ["2L11"],
|
|
curse: ["2M"],
|
|
dig: ["2M"],
|
|
disable: ["2E"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
furyswipes: ["2L30"],
|
|
gigadrain: ["2M"],
|
|
growth: ["2S0"],
|
|
hiddenpower: ["2M"],
|
|
leechlife: ["2L23"],
|
|
nightshade: ["2L17"],
|
|
poisonsting: ["2L1", "2S0"],
|
|
protect: ["2M"],
|
|
psybeam: ["2E"],
|
|
psychic: ["2L53", "2M"],
|
|
pursuit: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
scaryface: ["2L6"],
|
|
screech: ["2L45"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sonicboom: ["2E"],
|
|
spiderweb: ["2L37"],
|
|
stringshot: ["2L1", "2S0"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
ariados: {learnset: {
|
|
agility: ["2L53"],
|
|
attract: ["2M"],
|
|
constrict: ["2L1", "2L11"],
|
|
curse: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
furyswipes: ["2L34"],
|
|
gigadrain: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
leechlife: ["2L25"],
|
|
nightshade: ["2L17"],
|
|
poisonsting: ["2L1"],
|
|
protect: ["2M"],
|
|
psychic: ["2L63", "2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
scaryface: ["2L1", "2L6"],
|
|
screech: ["2L53"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
spiderweb: ["2L43"],
|
|
stringshot: ["2L1"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
chinchou: {learnset: {
|
|
attract: ["2M"],
|
|
bubble: ["2L1", "2S0"],
|
|
confuseray: ["2L29"],
|
|
curse: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flail: ["2L13", "2E"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L41"],
|
|
icebeam: ["2T"],
|
|
lightscreen: ["2S0"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
screech: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spark: ["2L25"],
|
|
supersonic: ["2L5", "2E", "2S0"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
takedown: ["2L37"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderwave: ["2L1", "2S0"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
watergun: ["2L17"],
|
|
whirlpool: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
lanturn: {learnset: {
|
|
attract: ["2M"],
|
|
bubble: ["2L1"],
|
|
confuseray: ["2L33"],
|
|
curse: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flail: ["2L13"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L53"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spark: ["2L25"],
|
|
supersonic: ["2L1", "2L5"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
takedown: ["2L45"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderwave: ["2L1"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
watergun: ["2L17"],
|
|
whirlpool: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
togepi: {learnset: {
|
|
attract: ["2M"],
|
|
charm: ["2L1"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleedge: ["2L38"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
encore: ["2L25"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2T"],
|
|
flash: ["2M"],
|
|
foresight: ["2E"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2E"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
metronome: ["2L7"],
|
|
mirrormove: ["2E"],
|
|
mudslap: ["2M"],
|
|
peck: ["2E"],
|
|
present: ["2E"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
safeguard: ["2L31"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetkiss: ["2L18"],
|
|
swift: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
togetic: {learnset: {
|
|
attract: ["2M"],
|
|
charm: ["2L1"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleedge: ["2L38"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
encore: ["2L25"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2T"],
|
|
flash: ["2M"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
metronome: ["2L7"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
safeguard: ["2L31"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
steelwing: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetkiss: ["2L18"],
|
|
swift: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
natu: {learnset: {
|
|
attract: ["2M"],
|
|
confuseray: ["2L40"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
drillpeck: ["2E"],
|
|
endure: ["2M"],
|
|
feintattack: ["2E"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2L30"],
|
|
gigadrain: ["2M"],
|
|
haze: ["2E"],
|
|
hiddenpower: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
nightmare: ["2M"],
|
|
nightshade: ["2L10"],
|
|
peck: ["2L1", "2S0"],
|
|
protect: ["2M"],
|
|
psychic: ["2L50", "2M"],
|
|
psychup: ["2M"],
|
|
quickattack: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
safeguard: ["2S0"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
steelwing: ["2E"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
teleport: ["2L20"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
xatu: {learnset: {
|
|
attract: ["2M"],
|
|
confuseray: ["2L50"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2L35"],
|
|
gigadrain: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
leer: ["2L1"],
|
|
nightmare: ["2M"],
|
|
nightshade: ["2L1", "2L10"],
|
|
peck: ["2L1"],
|
|
protect: ["2M"],
|
|
psychic: ["2L65", "2M"],
|
|
psychup: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
teleport: ["2L20"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
mareep: {learnset: {
|
|
attract: ["2M"],
|
|
bodyslam: ["2E"],
|
|
cottonspore: ["2L23"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
lightscreen: ["2L30"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
reflect: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
safeguard: ["2E"],
|
|
screech: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
takedown: ["2E"],
|
|
thunder: ["2L37", "2M"],
|
|
thunderbolt: ["2E", "2T"],
|
|
thundershock: ["2L9"],
|
|
thunderwave: ["2L16"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
flaaffy: {learnset: {
|
|
attract: ["2M"],
|
|
cottonspore: ["2L27"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
lightscreen: ["2L36"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
thunder: ["2L45", "2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderpunch: ["2M"],
|
|
thundershock: ["2L1", "2L9"],
|
|
thunderwave: ["2L18"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
ampharos: {learnset: {
|
|
attract: ["2M"],
|
|
cottonspore: ["2L27"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
lightscreen: ["2L42"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
thunder: ["2L57", "2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderpunch: ["2L30", "2M"],
|
|
thundershock: ["2L1", "2L9"],
|
|
thunderwave: ["2L1", "2L18"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
bellossom: {learnset: {
|
|
absorb: ["2L1"],
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
petaldance: ["2L1"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2L55", "2M"],
|
|
stunspore: ["2L1"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2L1", "2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
marill: {learnset: {
|
|
amnesia: ["2E"],
|
|
attract: ["2M"],
|
|
bellydrum: ["2E"],
|
|
blizzard: ["2M"],
|
|
bubblebeam: ["2L21"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L3", "2M", "2S0", "2S1", "2S2"],
|
|
dizzypunch: ["2S0"],
|
|
doubleedge: ["2L28"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
foresight: ["2E"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2E"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2S1"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
lightscreen: ["2E"],
|
|
mudslap: ["2M"],
|
|
perishsong: ["2E"],
|
|
present: ["2E"],
|
|
protect: ["2M"],
|
|
raindance: ["2L36", "2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rollout: ["2L15", "2M"],
|
|
scaryface: ["2S2"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
supersonic: ["2E"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1", "2S0", "2S1", "2S2"],
|
|
tailwhip: ["2L6"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
watergun: ["2L10"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
azumarill: {learnset: {
|
|
attract: ["2M"],
|
|
blizzard: ["2M"],
|
|
bubblebeam: ["2L25"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L1", "2L3", "2M"],
|
|
doubleedge: ["2L36"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
raindance: ["2L48", "2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2L15", "2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
tailwhip: ["2L1", "2L6"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
watergun: ["2L1", "2L10"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
sudowoodo: {learnset: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L37"],
|
|
firepunch: ["2M"],
|
|
flail: ["2L10"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icepunch: ["2M"],
|
|
lowkick: ["2L19"],
|
|
mimic: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2L28"],
|
|
rocksmash: ["2M"],
|
|
rockthrow: ["2L1", "2S0"],
|
|
rollout: ["2M"],
|
|
sandstorm: ["2M"],
|
|
selfdestruct: ["2E"],
|
|
slam: ["2L46"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
substitute: ["2S0"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
thief: ["2M"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
politoed: {learnset: {
|
|
attract: ["2M"],
|
|
blizzard: ["2M"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleslap: ["2L1"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
hypnosis: ["2L1"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
mudslap: ["2M"],
|
|
perishsong: ["2L1", "2L35"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2L51", "2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
watergun: ["2L1"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
hoppip: {learnset: {
|
|
agility: ["2S0"],
|
|
amnesia: ["2E"],
|
|
attract: ["2M"],
|
|
confusion: ["2E"],
|
|
cottonspore: ["2L25"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleedge: ["2E"],
|
|
doubleteam: ["2M"],
|
|
encore: ["2E"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
growl: ["2E"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
leechseed: ["2L20"],
|
|
megadrain: ["2L30"],
|
|
payday: ["2E"],
|
|
poisonpowder: ["2L13"],
|
|
protect: ["2M"],
|
|
reflect: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeppowder: ["2L17"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
splash: ["2L1", "2S0"],
|
|
stunspore: ["2L15"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
synthesis: ["2L1", "2L5", "2S0"],
|
|
tackle: ["2L10"],
|
|
tailwhip: ["2L5", "2S0"],
|
|
toxic: ["2M"],
|
|
}},
|
|
skiploom: {learnset: {
|
|
attract: ["2M"],
|
|
cottonspore: ["2L29"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
leechseed: ["2L22"],
|
|
megadrain: ["2L36"],
|
|
poisonpowder: ["2L13"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeppowder: ["2L17"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
splash: ["2L1"],
|
|
stunspore: ["2L15"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
synthesis: ["2L1", "2L5"],
|
|
tackle: ["2L1", "2L10"],
|
|
tailwhip: ["2L1", "2L5"],
|
|
toxic: ["2M"],
|
|
}},
|
|
jumpluff: {learnset: {
|
|
attract: ["2M"],
|
|
cottonspore: ["2L33"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
leechseed: ["2L22"],
|
|
megadrain: ["2L44"],
|
|
poisonpowder: ["2L13"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeppowder: ["2L17"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
splash: ["2L1"],
|
|
stunspore: ["2L15"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
synthesis: ["2L1", "2L5"],
|
|
tackle: ["2L1", "2L10"],
|
|
tailwhip: ["2L1", "2L5"],
|
|
toxic: ["2M"],
|
|
}},
|
|
aipom: {learnset: {
|
|
agility: ["2L46", "2E"],
|
|
attract: ["2M"],
|
|
batonpass: ["2L12"],
|
|
beatup: ["2E"],
|
|
counter: ["2E"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleslap: ["2E"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
furyswipes: ["2L19"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icepunch: ["2M"],
|
|
irontail: ["2M"],
|
|
mimic: ["2S0"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
pursuit: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sandattack: ["2L6"],
|
|
scratch: ["2L1", "2S0"],
|
|
screech: ["2L36", "2E"],
|
|
shadowball: ["2M"],
|
|
slam: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spite: ["2E"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L27", "2M"],
|
|
tailwhip: ["2L1", "2S0"],
|
|
thief: ["2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
sunkern: {learnset: {
|
|
absorb: ["2L1", "2S0"],
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2L46", "2M"],
|
|
growth: ["2L4", "2S0"],
|
|
hiddenpower: ["2M"],
|
|
megadrain: ["2L10"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
splash: ["2S0"],
|
|
sunnyday: ["2L19", "2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
synthesis: ["2L31"],
|
|
toxic: ["2M"],
|
|
}},
|
|
sunflora: {learnset: {
|
|
absorb: ["2L1"],
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
growth: ["2L4"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
petaldance: ["2L31"],
|
|
pound: ["2L1"],
|
|
protect: ["2M"],
|
|
razorleaf: ["2L10"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2L46", "2M"],
|
|
sunnyday: ["2L19", "2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
yanma: {learnset: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
detect: ["2L25", "2M"],
|
|
doubleteam: ["2L13", "2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
foresight: ["2L1", "2S0", "2S1"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
leechlife: ["2E"],
|
|
protect: ["2M"],
|
|
quickattack: ["2L7"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
reversal: ["2E"],
|
|
screech: ["2L43"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sonicboom: ["2L19"],
|
|
steelwing: ["2S0"],
|
|
sunnyday: ["2M"],
|
|
supersonic: ["2L31"],
|
|
swagger: ["2M"],
|
|
sweetkiss: ["2S1"],
|
|
swift: ["2L37", "2M"],
|
|
tackle: ["2L1", "2S0", "2S1"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
whirlwind: ["2E"],
|
|
wingattack: ["2L37"],
|
|
}},
|
|
wooper: {learnset: {
|
|
amnesia: ["2L21"],
|
|
ancientpower: ["2E"],
|
|
attract: ["2M"],
|
|
bellydrum: ["2S0"],
|
|
bodyslam: ["2E"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2L31", "2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
haze: ["2L51"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
irontail: ["2M"],
|
|
mist: ["2L51"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
raindance: ["2L41", "2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
safeguard: ["2E"],
|
|
sandstorm: ["2M"],
|
|
scaryface: ["2S1"],
|
|
slam: ["2L11"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
tailwhip: ["2L1", "2S0", "2S1"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L1", "2S0", "2S1"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
quagsire: {learnset: {
|
|
amnesia: ["2L23"],
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2L35", "2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
haze: ["2L59"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
irontail: ["2M"],
|
|
mist: ["2L59"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
raindance: ["2L47", "2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
sandstorm: ["2M"],
|
|
slam: ["2L11"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
tailwhip: ["2L1"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L1"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
murkrow: {learnset: {
|
|
attract: ["2M"],
|
|
beatup: ["2S0"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
drillpeck: ["2E"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L31"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
haze: ["2L16"],
|
|
hiddenpower: ["2M"],
|
|
icywind: ["2M"],
|
|
meanlook: ["2L41"],
|
|
mirrormove: ["2E"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
nightshade: ["2L26"],
|
|
peck: ["2L1", "2S0"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
pursuit: ["2L11"],
|
|
quickattack: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
shadowball: ["2M"],
|
|
skyattack: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
steelwing: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
whirlwind: ["2E"],
|
|
wingattack: ["2E"],
|
|
}},
|
|
slowking: {learnset: {
|
|
attract: ["2M"],
|
|
blizzard: ["2M"],
|
|
confusion: ["2L20"],
|
|
curse: ["2L1", "2M"],
|
|
dig: ["2M"],
|
|
disable: ["2L29"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2T"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
growl: ["2L6"],
|
|
headbutt: ["2L34", "2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2L48", "2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2L43", "2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L15"],
|
|
whirlpool: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
misdreavus: {learnset: {
|
|
attract: ["2M"],
|
|
confuseray: ["2L12"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
destinybond: ["2E"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1", "2S0"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hypnosis: ["2S0"],
|
|
meanlook: ["2L19"],
|
|
nightmare: ["2M"],
|
|
painsplit: ["2L36"],
|
|
perishsong: ["2L46"],
|
|
protect: ["2M"],
|
|
psybeam: ["2L27"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
psywave: ["2L1"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
screech: ["2E"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spite: ["2L6"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
unown: {learnset: {
|
|
hiddenpower: ["2L1"],
|
|
}},
|
|
wobbuffet: {learnset: {
|
|
counter: ["2L1"],
|
|
destinybond: ["2L1", "2S0"],
|
|
mimic: ["2S0"],
|
|
mirrorcoat: ["2L1", "2S0"],
|
|
safeguard: ["2L1", "2S0"],
|
|
}},
|
|
girafarig: {learnset: {
|
|
agility: ["2L20"],
|
|
amnesia: ["2E"],
|
|
attract: ["2M"],
|
|
batonpass: ["2L30"],
|
|
beatup: ["2E"],
|
|
confusion: ["2L1", "2L7"],
|
|
crunch: ["2L54"],
|
|
curse: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
foresight: ["2E"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2E"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psybeam: ["2L41"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
stomp: ["2L1", "2L13"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1"],
|
|
takedown: ["2E"],
|
|
thief: ["2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
pineco: {learnset: {
|
|
attract: ["2M"],
|
|
bide: ["2L29"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleedge: ["2L50"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
explosion: ["2L36"],
|
|
flail: ["2E"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
pinmissile: ["2E"],
|
|
protect: ["2L1", "2M", "2S0"],
|
|
rapidspin: ["2L22"],
|
|
reflect: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
selfdestruct: ["2L8"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
spikes: ["2L43"],
|
|
strength: ["2M"],
|
|
substitute: ["2S0"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
swift: ["2E"],
|
|
tackle: ["2L1", "2S0"],
|
|
takedown: ["2L15"],
|
|
toxic: ["2M"],
|
|
}},
|
|
forretress: {learnset: {
|
|
attract: ["2M"],
|
|
bide: ["2L29"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleedge: ["2L59"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
explosion: ["2L39"],
|
|
frustration: ["2M"],
|
|
gigadrain: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
protect: ["2L1", "2M"],
|
|
rapidspin: ["2L22"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
sandstorm: ["2M"],
|
|
selfdestruct: ["2L1", "2L8"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
spikes: ["2L49"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
tackle: ["2L1"],
|
|
takedown: ["2L15"],
|
|
toxic: ["2M"],
|
|
}},
|
|
dunsparce: {learnset: {
|
|
ancientpower: ["2E"],
|
|
attract: ["2M"],
|
|
bide: ["2E"],
|
|
bite: ["2E"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L5", "2M", "2S0", "2S1"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
flamethrower: ["2T"],
|
|
frustration: ["2M"],
|
|
furyattack: ["2S0"],
|
|
glare: ["2L13"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
horndrill: ["2S0"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
pursuit: ["2L26"],
|
|
rage: ["2L1", "2E", "2S0", "2S1"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2E"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
screech: ["2L30"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
spite: ["2L18"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
takedown: ["2L38"],
|
|
thief: ["2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
gligar: {learnset: {
|
|
attract: ["2M"],
|
|
counter: ["2E", "2S0"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2S0"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L28"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
guillotine: ["2L52"],
|
|
harden: ["2L13"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
metalclaw: ["2E"],
|
|
poisonsting: ["2L1", "2S0"],
|
|
protect: ["2M"],
|
|
quickattack: ["2L20"],
|
|
razorwind: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sandattack: ["2L6"],
|
|
sandstorm: ["2M"],
|
|
screech: ["2L44"],
|
|
slash: ["2L36"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
wingattack: ["2E", "2S0"],
|
|
}},
|
|
steelix: {learnset: {
|
|
attract: ["2M"],
|
|
bind: ["2L10"],
|
|
crunch: ["2L49"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dragonbreath: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
harden: ["2L23"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rage: ["2L27"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rockthrow: ["2L14"],
|
|
rollout: ["2M"],
|
|
sandstorm: ["2L36", "2M"],
|
|
screech: ["2L1"],
|
|
slam: ["2L40"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
tackle: ["2L1"],
|
|
toxic: ["2M"],
|
|
}},
|
|
snubbull: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2L13"],
|
|
charm: ["2L8"],
|
|
crunch: ["2E"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2E"],
|
|
firepunch: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
healbell: ["2E"],
|
|
hiddenpower: ["2M"],
|
|
icepunch: ["2M"],
|
|
leer: ["2E"],
|
|
lick: ["2L19", "2E"],
|
|
lovelykiss: ["2S0"],
|
|
metronome: ["2E"],
|
|
mudslap: ["2M"],
|
|
present: ["2E"],
|
|
protect: ["2M"],
|
|
rage: ["2L34"],
|
|
raindance: ["2M"],
|
|
reflect: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2L26", "2M"],
|
|
rocksmash: ["2M"],
|
|
scaryface: ["2L1", "2S0"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
tailwhip: ["2L4", "2S0"],
|
|
takedown: ["2L43"],
|
|
thief: ["2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
granbull: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2L13"],
|
|
charm: ["2L8"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icepunch: ["2M"],
|
|
lick: ["2L19"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rage: ["2L38"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2L28", "2M"],
|
|
rocksmash: ["2M"],
|
|
scaryface: ["2L1"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
tackle: ["2L1"],
|
|
tailwhip: ["2L4"],
|
|
takedown: ["2L51"],
|
|
thief: ["2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
qwilfish: {learnset: {
|
|
attract: ["2M"],
|
|
blizzard: ["2M"],
|
|
bubblebeam: ["2E"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleedge: ["2S0"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flail: ["2E"],
|
|
frustration: ["2M"],
|
|
harden: ["2L10"],
|
|
haze: ["2E"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L46"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
minimize: ["2L10"],
|
|
pinmissile: ["2L28"],
|
|
poisonsting: ["2L1", "2S0"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rollout: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
spikes: ["2L1"],
|
|
supersonic: ["2E"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
takedown: ["2L37"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
watergun: ["2L19"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
shuckle: {learnset: {
|
|
attract: ["2M"],
|
|
bide: ["2L28"],
|
|
constrict: ["2L1"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
encore: ["2L14"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rest: ["2L37", "2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
safeguard: ["2L23"],
|
|
sandstorm: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2E"],
|
|
toxic: ["2M"],
|
|
withdraw: ["2L1"],
|
|
wrap: ["2L9"],
|
|
}},
|
|
heracross: {learnset: {
|
|
attract: ["2M"],
|
|
bide: ["2E"],
|
|
counter: ["2L27"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2L12", "2M"],
|
|
flail: ["2E"],
|
|
frustration: ["2M"],
|
|
furyattack: ["2L19"],
|
|
furycutter: ["2M"],
|
|
harden: ["2E"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hornattack: ["2L6"],
|
|
leer: ["2L1", "2S0"],
|
|
megahorn: ["2L54"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
reversal: ["2L44"],
|
|
rocksmash: ["2M"],
|
|
seismictoss: ["2S0"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
takedown: ["2L35"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
sneasel: {learnset: {
|
|
agility: ["2L41"],
|
|
attract: ["2M"],
|
|
beatup: ["2L57"],
|
|
bite: ["2E"],
|
|
blizzard: ["2M"],
|
|
counter: ["2E"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L25"],
|
|
foresight: ["2E"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
furyswipes: ["2L33"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
metalclaw: ["2L65"],
|
|
moonlight: ["2S0"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
quickattack: ["2L9"],
|
|
raindance: ["2M"],
|
|
reflect: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rocksmash: ["2M"],
|
|
scratch: ["2L1", "2S0"],
|
|
screech: ["2L17"],
|
|
shadowball: ["2M"],
|
|
slash: ["2L49"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spite: ["2E"],
|
|
strength: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
teddiursa: {learnset: {
|
|
attract: ["2M"],
|
|
counter: ["2E"],
|
|
crunch: ["2E"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L22"],
|
|
firepunch: ["2M"],
|
|
focusenergy: ["2E"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
furyswipes: ["2L15"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icepunch: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
lick: ["2L8"],
|
|
metalclaw: ["2E"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rest: ["2L29", "2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
scratch: ["2L1", "2S0"],
|
|
seismictoss: ["2E"],
|
|
slash: ["2L36"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2L43", "2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2S0"],
|
|
swift: ["2M"],
|
|
takedown: ["2E"],
|
|
thief: ["2M"],
|
|
thrash: ["2L50"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
ursaring: {learnset: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
defensecurl: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L22"],
|
|
firepunch: ["2M"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
furyswipes: ["2L1", "2L15"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icepunch: ["2M"],
|
|
leer: ["2L1"],
|
|
lick: ["2L1", "2L8"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rest: ["2L29", "2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
scratch: ["2L1"],
|
|
slash: ["2L39"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2L49", "2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
thrash: ["2L59"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
slugma: {learnset: {
|
|
acidarmor: ["2E"],
|
|
amnesia: ["2L29"],
|
|
attract: ["2M"],
|
|
bodyslam: ["2L50"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
ember: ["2L8"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2L36", "2T"],
|
|
frustration: ["2M"],
|
|
harden: ["2L22"],
|
|
hiddenpower: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2L43"],
|
|
rocksmash: ["2M"],
|
|
rockthrow: ["2L15"],
|
|
rollout: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
smog: ["2L1"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
magcargo: {learnset: {
|
|
amnesia: ["2L29"],
|
|
attract: ["2M"],
|
|
bodyslam: ["2L60"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
ember: ["2L1", "2L8"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2L36", "2T"],
|
|
frustration: ["2M"],
|
|
harden: ["2L22"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2L48"],
|
|
rocksmash: ["2M"],
|
|
rockthrow: ["2L1", "2L15"],
|
|
rollout: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
smog: ["2L1"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
swinub: {learnset: {
|
|
amnesia: ["2L55"],
|
|
ancientpower: ["2E"],
|
|
attract: ["2M"],
|
|
bite: ["2E"],
|
|
blizzard: ["2L46", "2M"],
|
|
bodyslam: ["2E"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2L19", "2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
mist: ["2L37"],
|
|
mudslap: ["2M"],
|
|
powdersnow: ["2L10"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rockslide: ["2E"],
|
|
rocksmash: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
swagger: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
takedown: ["2L28", "2E"],
|
|
toxic: ["2M"],
|
|
whirlwind: ["2S0"],
|
|
}},
|
|
piloswine: {learnset: {
|
|
amnesia: ["2L70"],
|
|
attract: ["2M"],
|
|
blizzard: ["2L56", "2M"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2L1", "2L19", "2M"],
|
|
frustration: ["2M"],
|
|
furyattack: ["2L33"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hornattack: ["2L1"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
mist: ["2L42"],
|
|
mudslap: ["2M"],
|
|
powdersnow: ["2L1", "2L10"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
swagger: ["2M"],
|
|
takedown: ["2L28"],
|
|
toxic: ["2M"],
|
|
}},
|
|
corsola: {learnset: {
|
|
amnesia: ["2E"],
|
|
ancientpower: ["2L43"],
|
|
attract: ["2M"],
|
|
bubble: ["2L13"],
|
|
bubblebeam: ["2L25"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
harden: ["2L7"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icebeam: ["2T"],
|
|
mirrorcoat: ["2L37"],
|
|
mist: ["2E"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
raindance: ["2M"],
|
|
recover: ["2L19"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2E"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2M"],
|
|
safeguard: ["2E"],
|
|
sandstorm: ["2M"],
|
|
screech: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spikecannon: ["2L31"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
tackle: ["2L1"],
|
|
toxic: ["2M"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
remoraid: {learnset: {
|
|
amnesia: ["2S0"],
|
|
attract: ["2M"],
|
|
aurorabeam: ["2L22", "2E"],
|
|
bubblebeam: ["2L22"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flamethrower: ["2T"],
|
|
focusenergy: ["2L33"],
|
|
frustration: ["2M"],
|
|
haze: ["2E"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2L55", "2M"],
|
|
icebeam: ["2L44", "2T"],
|
|
lockon: ["2L11"],
|
|
mist: ["2S1"],
|
|
mudslap: ["2M"],
|
|
octazooka: ["2E"],
|
|
protect: ["2M"],
|
|
psybeam: ["2L22"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
screech: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
supersonic: ["2E"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L1", "2S0", "2S1"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
octillery: {learnset: {
|
|
attract: ["2M"],
|
|
aurorabeam: ["2L22"],
|
|
bubblebeam: ["2L22"],
|
|
constrict: ["2L11"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flamethrower: ["2T"],
|
|
focusenergy: ["2L38"],
|
|
frustration: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2L70", "2M"],
|
|
icebeam: ["2L54", "2T"],
|
|
mudslap: ["2M"],
|
|
octazooka: ["2L25"],
|
|
protect: ["2M"],
|
|
psybeam: ["2L22"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
watergun: ["2L1"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
delibird: {learnset: {
|
|
attract: ["2M"],
|
|
aurorabeam: ["2E"],
|
|
blizzard: ["2M"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2E"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
mudslap: ["2M"],
|
|
payday: ["2S0"],
|
|
present: ["2L1", "2S0", "2S1"],
|
|
protect: ["2M"],
|
|
quickattack: ["2E"],
|
|
raindance: ["2M"],
|
|
rapidspin: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spikes: ["2S1"],
|
|
splash: ["2E"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
mantine: {learnset: {
|
|
agility: ["2L32"],
|
|
attract: ["2M"],
|
|
blizzard: ["2M"],
|
|
bubble: ["2L1", "2S0"],
|
|
bubblebeam: ["2L18"],
|
|
confuseray: ["2L49"],
|
|
curse: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
gust: ["2S0"],
|
|
haze: ["2E"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2E"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
slam: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
supersonic: ["2L10"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
takedown: ["2L25"],
|
|
toxic: ["2M"],
|
|
twister: ["2E"],
|
|
waterfall: ["2M"],
|
|
whirlpool: ["2M"],
|
|
wingattack: ["2L40"],
|
|
}},
|
|
skarmory: {learnset: {
|
|
agility: ["2L25"],
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
drillpeck: ["2E"],
|
|
endure: ["2M"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
furyattack: ["2L37"],
|
|
furycutter: ["2S0"],
|
|
hiddenpower: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
peck: ["2L1", "2S0"],
|
|
protect: ["2M"],
|
|
pursuit: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
sandattack: ["2L13"],
|
|
sandstorm: ["2M"],
|
|
skyattack: ["2E"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
steelwing: ["2L49", "2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L19", "2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
whirlwind: ["2E"],
|
|
}},
|
|
houndour: {learnset: {
|
|
attract: ["2M"],
|
|
beatup: ["2E"],
|
|
bite: ["2L20"],
|
|
counter: ["2E"],
|
|
crunch: ["2L43"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
ember: ["2L1"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L27"],
|
|
fireblast: ["2M"],
|
|
firespin: ["2E"],
|
|
flamethrower: ["2L35", "2T"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
pursuit: ["2E"],
|
|
rage: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
reversal: ["2E"],
|
|
roar: ["2L7", "2M"],
|
|
rocksmash: ["2M"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
smog: ["2L13"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
spite: ["2E"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
houndoom: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2L20"],
|
|
crunch: ["2L52"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
ember: ["2L1"],
|
|
endure: ["2M"],
|
|
feintattack: ["2L30"],
|
|
fireblast: ["2M"],
|
|
flamethrower: ["2L41", "2T"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2L7", "2M"],
|
|
rocksmash: ["2M"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
sludgebomb: ["2M"],
|
|
smog: ["2L13"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
phanpy: {learnset: {
|
|
absorb: ["2S0"],
|
|
ancientpower: ["2E"],
|
|
attract: ["2M"],
|
|
bodyslam: ["2E"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L9", "2M"],
|
|
doubleedge: ["2L49"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2M"],
|
|
encore: ["2S1"],
|
|
endure: ["2L41", "2M"],
|
|
flail: ["2L17"],
|
|
focusenergy: ["2E"],
|
|
frustration: ["2M"],
|
|
growl: ["2L1", "2S0", "2S1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2L33", "2M"],
|
|
sandstorm: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
tackle: ["2L1", "2S0", "2S1"],
|
|
takedown: ["2L25"],
|
|
toxic: ["2M"],
|
|
watergun: ["2E"],
|
|
}},
|
|
donphan: {learnset: {
|
|
attract: ["2M"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L9", "2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2L49", "2M"],
|
|
endure: ["2M"],
|
|
flail: ["2L17"],
|
|
frustration: ["2M"],
|
|
furyattack: ["2L25"],
|
|
growl: ["2L1"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hornattack: ["2L1"],
|
|
hyperbeam: ["2M"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
rapidspin: ["2L41"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2L33", "2M"],
|
|
sandstorm: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
stantler: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2E"],
|
|
confuseray: ["2L49"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
disable: ["2E"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hypnosis: ["2L15"],
|
|
leer: ["2L8"],
|
|
lightscreen: ["2E"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
reflect: ["2E"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
safeguard: ["2S0"],
|
|
sandattack: ["2L31"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spite: ["2E"],
|
|
stomp: ["2L23"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
takedown: ["2L40"],
|
|
thief: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
smeargle: {learnset: {
|
|
sketch: ["2L1", "2L11", "2L21", "2L31", "2L41", "2L51", "2L61", "2L71", "2L81", "2L91"],
|
|
}},
|
|
miltank: {learnset: {
|
|
attract: ["2M"],
|
|
bide: ["2L26"],
|
|
blizzard: ["2M"],
|
|
bodyslam: ["2L43"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2L8", "2M"],
|
|
doubleteam: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
firepunch: ["2M"],
|
|
frustration: ["2M"],
|
|
growl: ["2L4", "2S0"],
|
|
headbutt: ["2M"],
|
|
healbell: ["2L53"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icepunch: ["2M"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
megakick: ["2S0"],
|
|
milkdrink: ["2L19"],
|
|
mudslap: ["2M"],
|
|
present: ["2E"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
reversal: ["2E"],
|
|
rocksmash: ["2M"],
|
|
rollout: ["2L34", "2M"],
|
|
sandstorm: ["2M"],
|
|
seismictoss: ["2E"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
stomp: ["2L13"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
tackle: ["2L1", "2S0"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
thunderpunch: ["2M"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
raikou: {learnset: {
|
|
bite: ["2L1"],
|
|
crunch: ["2L61"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
quickattack: ["2L31", "2S0"],
|
|
raindance: ["2M"],
|
|
reflect: ["2L51"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2L21", "2M", "2S0"],
|
|
rocksmash: ["2M"],
|
|
sandstorm: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
spark: ["2L41"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
thunder: ["2L71", "2M"],
|
|
thunderbolt: ["2T"],
|
|
thundershock: ["2L11", "2S0"],
|
|
toxic: ["2M"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
entei: {learnset: {
|
|
bite: ["2L1"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
ember: ["2L11", "2S0"],
|
|
endure: ["2M"],
|
|
fireblast: ["2L71", "2M"],
|
|
firespin: ["2L31", "2S0"],
|
|
flamethrower: ["2L51", "2T"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2L21", "2M", "2S0"],
|
|
rocksmash: ["2M"],
|
|
sandstorm: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
stomp: ["2L41"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2L61", "2M"],
|
|
swift: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
suicune: {learnset: {
|
|
aurorabeam: ["2L41"],
|
|
bite: ["2L1"],
|
|
blizzard: ["2M"],
|
|
bubblebeam: ["2L41", "2L11"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
gust: ["2L31", "2S0"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L71"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1", "2S0"],
|
|
mirrorcoat: ["2L61"],
|
|
mist: ["2L51"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M", "2L21"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2L21", "2M", "2S0"],
|
|
rocksmash: ["2M"],
|
|
sandstorm: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2M"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
watergun: ["2L11", "2S0"],
|
|
whirlpool: ["2M"],
|
|
}},
|
|
larvitar: {learnset: {
|
|
ancientpower: ["2E"],
|
|
attract: ["2M"],
|
|
bite: ["2L1", "2S0"],
|
|
crunch: ["2L43"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2L50", "2M"],
|
|
endure: ["2M"],
|
|
focusenergy: ["2E"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2L57", "2M"],
|
|
leer: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
outrage: ["2E"],
|
|
protect: ["2M"],
|
|
pursuit: ["2E"],
|
|
rage: ["2S0"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2L22"],
|
|
sandstorm: ["2L8", "2M"],
|
|
scaryface: ["2L36"],
|
|
screech: ["2L15"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
stomp: ["2E"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
thrash: ["2L29"],
|
|
toxic: ["2M"],
|
|
}},
|
|
pupitar: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2L1"],
|
|
crunch: ["2L47"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
earthquake: ["2L56", "2M"],
|
|
endure: ["2M"],
|
|
frustration: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2L65", "2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
rockslide: ["2L22"],
|
|
sandstorm: ["2L1", "2L8", "2M"],
|
|
scaryface: ["2L38"],
|
|
screech: ["2L1", "2L15"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
thrash: ["2L29"],
|
|
toxic: ["2M"],
|
|
}},
|
|
tyranitar: {learnset: {
|
|
attract: ["2M"],
|
|
bite: ["2L1"],
|
|
crunch: ["2L47"],
|
|
curse: ["2M"],
|
|
cut: ["2M"],
|
|
detect: ["2M"],
|
|
dig: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dragonbreath: ["2M"],
|
|
dynamicpunch: ["2M"],
|
|
earthquake: ["2L61", "2M"],
|
|
endure: ["2M"],
|
|
fireblast: ["2M"],
|
|
firepunch: ["2M"],
|
|
flamethrower: ["2T"],
|
|
frustration: ["2M"],
|
|
furycutter: ["2M"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2L75", "2M"],
|
|
icebeam: ["2T"],
|
|
irontail: ["2M"],
|
|
leer: ["2L1"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
raindance: ["2M"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rockslide: ["2L22"],
|
|
rocksmash: ["2M"],
|
|
sandstorm: ["2L1", "2L8", "2M"],
|
|
scaryface: ["2L38"],
|
|
screech: ["2L1", "2L15"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
thrash: ["2L29"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
}},
|
|
lugia: {learnset: {
|
|
aeroblast: ["2L1", "2S0"],
|
|
ancientpower: ["2L88"],
|
|
blizzard: ["2M"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dragonbreath: ["2M"],
|
|
dreameater: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2L99"],
|
|
gigadrain: ["2M"],
|
|
gust: ["2L22", "2S0"],
|
|
headbutt: ["2M"],
|
|
hiddenpower: ["2M"],
|
|
hydropump: ["2L44"],
|
|
hyperbeam: ["2M"],
|
|
icebeam: ["2T"],
|
|
icywind: ["2M"],
|
|
irontail: ["2M"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2L55", "2M"],
|
|
recover: ["2L33", "2S0"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
safeguard: ["2L11", "2S0"],
|
|
sandstorm: ["2M"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
steelwing: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2M"],
|
|
surf: ["2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L66", "2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
waterfall: ["2M"],
|
|
whirlpool: ["2M"],
|
|
whirlwind: ["2L77"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
hooh: {learnset: {
|
|
ancientpower: ["2L88"],
|
|
curse: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dragonbreath: ["2M"],
|
|
dreameater: ["2M"],
|
|
earthquake: ["2M"],
|
|
endure: ["2M"],
|
|
fireblast: ["2L44", "2M"],
|
|
flamethrower: ["2T"],
|
|
flash: ["2M"],
|
|
fly: ["2M"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2L99"],
|
|
gigadrain: ["2M"],
|
|
gust: ["2L22", "2S0"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
recover: ["2L33", "2S0"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
roar: ["2M"],
|
|
rocksmash: ["2M"],
|
|
sacredfire: ["2L1", "2S0"],
|
|
safeguard: ["2L11", "2S0"],
|
|
sandstorm: ["2M"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
steelwing: ["2M"],
|
|
strength: ["2M"],
|
|
sunnyday: ["2L55", "2M"],
|
|
swagger: ["2M"],
|
|
swift: ["2L66", "2M"],
|
|
thunder: ["2M"],
|
|
thunderbolt: ["2T"],
|
|
toxic: ["2M"],
|
|
whirlwind: ["2L77"],
|
|
zapcannon: ["2M"],
|
|
}},
|
|
celebi: {learnset: {
|
|
ancientpower: ["2L20"],
|
|
batonpass: ["2L40"],
|
|
confusion: ["2L1", "2S0"],
|
|
curse: ["2M"],
|
|
defensecurl: ["2M"],
|
|
detect: ["2M"],
|
|
doubleteam: ["2M"],
|
|
dreameater: ["2M"],
|
|
endure: ["2M"],
|
|
flash: ["2M"],
|
|
frustration: ["2M"],
|
|
futuresight: ["2L30"],
|
|
gigadrain: ["2M"],
|
|
healbell: ["2L1", "2S0"],
|
|
hiddenpower: ["2M"],
|
|
hyperbeam: ["2M"],
|
|
leechseed: ["2L1", "2S0"],
|
|
mudslap: ["2M"],
|
|
nightmare: ["2M"],
|
|
perishsong: ["2L50"],
|
|
protect: ["2M"],
|
|
psychic: ["2M"],
|
|
psychup: ["2M"],
|
|
raindance: ["2M"],
|
|
recover: ["2L1", "2S0"],
|
|
rest: ["2M"],
|
|
return: ["2M"],
|
|
safeguard: ["2L10"],
|
|
sandstorm: ["2M"],
|
|
shadowball: ["2M"],
|
|
sleeptalk: ["2M"],
|
|
snore: ["2M"],
|
|
solarbeam: ["2M"],
|
|
sunnyday: ["2M"],
|
|
swagger: ["2M"],
|
|
sweetscent: ["2M"],
|
|
swift: ["2M"],
|
|
toxic: ["2M"],
|
|
}},
|
|
};
|
|
|
|
exports.BattleLearnsets = BattleLearnsets;
|