PlagueVonKarma

RBY 251 Learnsets.js

Oct 16th, 2020 (edited)
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 248.43 KB | None | 0 0
  1. 'use strict';
  2.  
  3. //Code written by Plague von Karma.
  4.  
  5. /**@type {{[k: string]: LearnsetData}} */
  6. let BattleLearnsets = {
  7. missingno: { //Gen 1 Pokemon here, doing it because some stuff wasn't working before. Plus, gives me opportunity to edit more later if necessary. Some Gen 2 were imported with them, presumably for learnset completion.
  8. learnset: {
  9. inherit: true,
  10. },
  11. },
  12. bulbasaur: {
  13. learnset: {
  14. ancientpower: ["2S0"],
  15. attract: ["2M"],
  16. bide: ["1M"],
  17. bodyslam: ["1M"],
  18. curse: ["2M"],
  19. cut: ["1M", "2M"],
  20. defensecurl: ["2M"],
  21. doubleedge: ["1M"],
  22. doubleteam: ["1M", "2M"],
  23. endure: ["2M"],
  24. flash: ["2M"],
  25. frustration: ["2M"],
  26. furycutter: ["2M"],
  27. gigadrain: ["2M"],
  28. growl: ["1L1", "2L4", "2S0"],
  29. growth: ["1L34", "2L32"],
  30. headbutt: ["2M"],
  31. hiddenpower: ["2M"],
  32. leechseed: ["1L7", "2L7"],
  33. lightscreen: ["2E"],
  34. megadrain: ["1M"],
  35. mimic: ["1M"],
  36. mudslap: ["2M"],
  37. petaldance: ["2E"],
  38. poisonpowder: ["1L20", "2L15"],
  39. protect: ["2M"],
  40. rage: ["1M"],
  41. razorleaf: ["1L27", "2L20"],
  42. razorwind: ["2E"],
  43. reflect: ["1M"],
  44. rest: ["1M", "2M"],
  45. return: ["2M"],
  46. safeguard: ["2E"],
  47. skullbash: ["2E"],
  48. sleeppowder: ["1L41", "2L15"],
  49. sleeptalk: ["2M"],
  50. snore: ["2M"],
  51. solarbeam: ["1L48", "1M", "2L46", "2M"],
  52. substitute: ["1M"],
  53. sunnyday: ["2M"],
  54. swagger: ["2M"],
  55. sweetscent: ["2L25", "2M"],
  56. swordsdance: ["1M"],
  57. synthesis: ["2L39"],
  58. tackle: ["1L1", "2L1", "2S0"],
  59. takedown: ["1M"],
  60. toxic: ["1M", "2M"],
  61. vinewhip: ["1L13", "2L10"],
  62. },
  63. eventData: [
  64. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "growl", "ancientpower"]},
  65. ],
  66. },
  67. ivysaur: {
  68. learnset: {
  69. attract: ["2M"],
  70. bide: ["1M"],
  71. bodyslam: ["1M"],
  72. curse: ["2M"],
  73. cut: ["1M", "2M"],
  74. defensecurl: ["2M"],
  75. doubleedge: ["1M"],
  76. doubleteam: ["1M", "2M"],
  77. endure: ["2M"],
  78. flash: ["2M"],
  79. frustration: ["2M"],
  80. furycutter: ["2M"],
  81. gigadrain: ["2M"],
  82. growl: ["1L1", "2L1", "2L4"],
  83. growth: ["1L38", "2L38"],
  84. headbutt: ["2M"],
  85. hiddenpower: ["2M"],
  86. leechseed: ["1L1", "1L7", "2L1", "2L7"],
  87. megadrain: ["1M"],
  88. mimic: ["1M"],
  89. mudslap: ["2M"],
  90. poisonpowder: ["1L22", "2L15"],
  91. protect: ["2M"],
  92. rage: ["1M"],
  93. razorleaf: ["1L30", "2L22"],
  94. reflect: ["1M"],
  95. rest: ["1M", "2M"],
  96. return: ["2M"],
  97. sleeppowder: ["1L46", "2L15"],
  98. sleeptalk: ["2M"],
  99. snore: ["2M"],
  100. solarbeam: ["1L54", "1M", "2L56", "2M"],
  101. substitute: ["1M"],
  102. sunnyday: ["2M"],
  103. swagger: ["2M"],
  104. sweetscent: ["2L29", "2M"],
  105. swordsdance: ["1M"],
  106. synthesis: ["2L47"],
  107. tackle: ["1L1", "2L1"],
  108. takedown: ["1M"],
  109. toxic: ["1M", "2M"],
  110. vinewhip: ["1L13", "2L10"],
  111. },
  112. },
  113. venusaur: {
  114. learnset: {
  115. attract: ["2M"],
  116. bide: ["1M"],
  117. bodyslam: ["1M"],
  118. curse: ["2M"],
  119. cut: ["1M", "2M"],
  120. defensecurl: ["2M"],
  121. doubleedge: ["1M"],
  122. doubleteam: ["1M", "2M"],
  123. endure: ["2M"],
  124. flash: ["2M"],
  125. frustration: ["2M"],
  126. furycutter: ["2M"],
  127. gigadrain: ["2M"],
  128. growl: ["1L1", "2L1", "2L4"],
  129. growth: ["1L43", "2L41"],
  130. headbutt: ["2M"],
  131. hiddenpower: ["2M"],
  132. hyperbeam: ["1M", "2M"],
  133. leechseed: ["1L1", "1L7", "2L1", "2L7"],
  134. megadrain: ["1M"],
  135. mimic: ["1M"],
  136. mudslap: ["2M"],
  137. poisonpowder: ["1L22", "2L15", "2S0"],
  138. protect: ["2M"],
  139. rage: ["1M"],
  140. razorleaf: ["1L30", "2L22", "2S0"],
  141. reflect: ["1M"],
  142. rest: ["1M", "2M"],
  143. return: ["2M"],
  144. roar: ["2M"],
  145. sleeppowder: ["1L55", "2L15", "2S0"],
  146. sleeptalk: ["2M"],
  147. snore: ["2M"],
  148. solarbeam: ["1L65", "1M", "2L65", "2M"],
  149. substitute: ["1M"],
  150. sunnyday: ["2M"],
  151. swagger: ["2M"],
  152. sweetscent: ["2L29", "2M", "2S0"],
  153. swordsdance: ["1M"],
  154. synthesis: ["2L53"],
  155. tackle: ["1L1", "2L1"],
  156. takedown: ["1M"],
  157. toxic: ["1M", "2M"],
  158. vinewhip: ["1L1", "1L13", "2L1", "2L10"],
  159. },
  160. eventData: [
  161. {"generation": 2, "level": 40, "shiny": true, "moves": ["poisonpowder", "sleeppowder", "razorleaf", "sweetscent"]},
  162. ],
  163. },
  164. charmander: {
  165. learnset: {
  166. ancientpower: ["2E"],
  167. attract: ["2M"],
  168. beatup: ["2E"],
  169. bellydrum: ["2E"],
  170. bide: ["1M"],
  171. bite: ["2E"],
  172. bodyslam: ["1M"],
  173. counter: ["1M"],
  174. crunch: ["2S0"],
  175. curse: ["2M"],
  176. cut: ["1M", "2M"],
  177. defensecurl: ["2M"],
  178. dig: ["1M", "2M"],
  179. doubleedge: ["1M"],
  180. doubleteam: ["1M", "2M"],
  181. dragonbreath: ["2M"],
  182. dragonrage: ["1M", "2L43"],
  183. dynamicpunch: ["2M"],
  184. ember: ["1L9", "2L7"],
  185. endure: ["2M"],
  186. fireblast: ["1M", "2M"],
  187. firepunch: ["2M"],
  188. firespin: ["1L46", "2L49"],
  189. flamethrower: ["1L38", "2L31", "2T"],
  190. frustration: ["2M"],
  191. furycutter: ["2M"],
  192. growl: ["1L1", "2L1", "2S0"],
  193. headbutt: ["2M"],
  194. hiddenpower: ["2M"],
  195. irontail: ["2M"],
  196. leer: ["1L15"],
  197. megakick: ["1M"],
  198. megapunch: ["1M"],
  199. mimic: ["1M"],
  200. mudslap: ["2M"],
  201. outrage: ["2E"],
  202. protect: ["2M"],
  203. rage: ["1L22", "1M", "2L19"],
  204. reflect: ["1M"],
  205. rest: ["1M", "2M"],
  206. return: ["2M"],
  207. rockslide: ["2E"],
  208. rocksmash: ["2M"],
  209. scaryface: ["2L25"],
  210. scratch: ["1L1", "2L1", "2S0"],
  211. seismictoss: ["1M"],
  212. skullbash: ["1M"],
  213. slash: ["1L30", "2L37"],
  214. sleeptalk: ["2M"],
  215. smokescreen: ["2L13"],
  216. snore: ["2M"],
  217. strength: ["1M", "2M"],
  218. submission: ["1M"],
  219. substitute: ["1M"],
  220. sunnyday: ["2M"],
  221. swagger: ["2M"],
  222. swift: ["1M", "2M"],
  223. swordsdance: ["1M"],
  224. takedown: ["1M"],
  225. toxic: ["1M", "2M"],
  226. },
  227. eventData: [
  228. {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "growl", "crunch"]},
  229. ],
  230. },
  231. charmeleon: {
  232. learnset: {
  233. attract: ["2M"],
  234. bide: ["1M"],
  235. bodyslam: ["1M"],
  236. counter: ["1M"],
  237. curse: ["2M"],
  238. cut: ["1M", "2M"],
  239. defensecurl: ["2M"],
  240. dig: ["1M", "2M"],
  241. doubleedge: ["1M"],
  242. doubleteam: ["1M", "2M"],
  243. dragonbreath: ["2M"],
  244. dragonrage: ["1M", "2L48"],
  245. dynamicpunch: ["2M"],
  246. ember: ["1L1", "1L9", "2L1", "2L7"],
  247. endure: ["2M"],
  248. fireblast: ["1M", "2M"],
  249. firepunch: ["2M"],
  250. firespin: ["1L56", "2L55"],
  251. flamethrower: ["1L42", "2L34", "2T"],
  252. frustration: ["2M"],
  253. furycutter: ["2M"],
  254. growl: ["1L1", "2L1"],
  255. headbutt: ["2M"],
  256. hiddenpower: ["2M"],
  257. irontail: ["2M"],
  258. leer: ["1L15"],
  259. megakick: ["1M"],
  260. megapunch: ["1M"],
  261. mimic: ["1M"],
  262. mudslap: ["2M"],
  263. protect: ["2M"],
  264. rage: ["1L24", "1M", "2L20"],
  265. reflect: ["1M"],
  266. rest: ["1M", "2M"],
  267. return: ["2M"],
  268. rocksmash: ["2M"],
  269. scaryface: ["2L27"],
  270. scratch: ["1L1", "2L1"],
  271. seismictoss: ["1M"],
  272. skullbash: ["1M"],
  273. slash: ["1L33", "2L41"],
  274. sleeptalk: ["2M"],
  275. smokescreen: ["2L13"],
  276. snore: ["2M"],
  277. strength: ["1M", "2M"],
  278. submission: ["1M"],
  279. substitute: ["1M"],
  280. sunnyday: ["2M"],
  281. swagger: ["2M"],
  282. swift: ["1M", "2M"],
  283. swordsdance: ["1M"],
  284. takedown: ["1M"],
  285. toxic: ["1M", "2M"],
  286. },
  287. },
  288. charizard: {
  289. learnset: {
  290. attract: ["2M"],
  291. bide: ["1M"],
  292. bodyslam: ["1M"],
  293. counter: ["1M"],
  294. curse: ["2M"],
  295. cut: ["1M", "2M"],
  296. defensecurl: ["2M"],
  297. dig: ["1M", "2M"],
  298. doubleedge: ["1M"],
  299. doubleteam: ["1M", "2M"],
  300. dragonbreath: ["2M"],
  301. dragonrage: ["1M", "2L54"],
  302. dynamicpunch: ["2M"],
  303. earthquake: ["1M", "2M"],
  304. ember: ["1L1", "1L9", "2L1", "2L7"],
  305. endure: ["2M"],
  306. fireblast: ["1M", "2M"],
  307. firepunch: ["2M"],
  308. firespin: ["1L55", "2L64"],
  309. fissure: ["1M"],
  310. flamethrower: ["1L46", "2L34", "2T", "2S0"],
  311. fly: ["1M", "2M"],
  312. frustration: ["2M"],
  313. furycutter: ["2M"],
  314. growl: ["1L1", "2L1"],
  315. headbutt: ["2M"],
  316. hiddenpower: ["2M"],
  317. hyperbeam: ["1M", "2M"],
  318. irontail: ["2M"],
  319. leer: ["1L1", "1L15"],
  320. megakick: ["1M"],
  321. megapunch: ["1M"],
  322. mimic: ["1M"],
  323. mudslap: ["2M"],
  324. protect: ["2M"],
  325. rage: ["1L24", "1M", "2L20", "2S0"],
  326. reflect: ["1M"],
  327. rest: ["1M", "2M"],
  328. return: ["2M"],
  329. roar: ["2M"],
  330. rocksmash: ["2M"],
  331. sandstorm: ["2M"],
  332. scaryface: ["2L27", "2S0"],
  333. scratch: ["1L1", "2L1"],
  334. seismictoss: ["1M"],
  335. skullbash: ["1M"],
  336. slash: ["1L36", "2L44"],
  337. sleeptalk: ["2M"],
  338. smokescreen: ["2L1", "2L13"],
  339. snore: ["2M"],
  340. steelwing: ["2M"],
  341. strength: ["1M", "2M"],
  342. submission: ["1M"],
  343. substitute: ["1M"],
  344. sunnyday: ["2M"],
  345. swagger: ["2M"],
  346. swift: ["1M", "2M"],
  347. swordsdance: ["1M"],
  348. takedown: ["1M"],
  349. toxic: ["1M", "2M"],
  350. wingattack: ["2L36", "2S0"],
  351. },
  352. eventData: [
  353. {"generation": 2, "level": 40, "shiny": true, "moves": ["rage", "scaryface", "flamethrower", "wingattack"]},
  354. ],
  355. },
  356. squirtle: {
  357. learnset: {
  358. attract: ["2M"],
  359. bide: ["1M"],
  360. bite: ["1L22", "2L18"],
  361. blizzard: ["1M", "2M"],
  362. bodyslam: ["1M"],
  363. bubble: ["1L8", "2L7"],
  364. bubblebeam: ["1M"],
  365. confusion: ["2E"],
  366. counter: ["1M"],
  367. curse: ["2M"],
  368. defensecurl: ["2M"],
  369. dig: ["1M", "2M"],
  370. doubleedge: ["1M"],
  371. doubleteam: ["1M", "2M"],
  372. dynamicpunch: ["2M"],
  373. endure: ["2M"],
  374. flail: ["2E"],
  375. foresight: ["2E"],
  376. frustration: ["2M"],
  377. haze: ["2E"],
  378. headbutt: ["2M"],
  379. hiddenpower: ["2M"],
  380. hydropump: ["1L42", "2L47"],
  381. icebeam: ["1M", "2T"],
  382. icepunch: ["2M"],
  383. icywind: ["2M"],
  384. irontail: ["2M"],
  385. megakick: ["1M"],
  386. megapunch: ["1M"],
  387. mimic: ["1M"],
  388. mirrorcoat: ["2E"],
  389. mist: ["2E"],
  390. mudslap: ["2M"],
  391. protect: ["2L28", "2M"],
  392. rage: ["1M"],
  393. raindance: ["2L33", "2M"],
  394. rapidspin: ["2L23"],
  395. reflect: ["1M"],
  396. rest: ["1M", "2M"],
  397. return: ["2M"],
  398. rocksmash: ["2M"],
  399. rollout: ["2M"],
  400. seismictoss: ["1M"],
  401. skullbash: ["1L35", "1M", "2L40"],
  402. sleeptalk: ["2M"],
  403. snore: ["2M"],
  404. strength: ["1M", "2M"],
  405. submission: ["1M"],
  406. substitute: ["1M"],
  407. surf: ["1M", "2M"],
  408. swagger: ["2M"],
  409. tackle: ["1L1", "2L1", "2S0"],
  410. tailwhip: ["1L1", "2L4", "2S0"],
  411. takedown: ["1M"],
  412. toxic: ["1M", "2M"],
  413. waterfall: ["2M"],
  414. watergun: ["1L15", "1M", "2L13"],
  415. whirlpool: ["2M"],
  416. withdraw: ["1L28", "2L10"],
  417. zapcannon: ["2S0"],
  418. },
  419. eventData: [
  420. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "tailwhip", "zapcannon"]},
  421. ],
  422. },
  423. wartortle: {
  424. learnset: {
  425. attract: ["2M"],
  426. bide: ["1M"],
  427. bite: ["1L24", "2L19"],
  428. blizzard: ["1M", "2M"],
  429. bodyslam: ["1M"],
  430. bubble: ["1L1", "1L8", "2L1", "2L7"],
  431. bubblebeam: ["1M"],
  432. counter: ["1M"],
  433. curse: ["2M"],
  434. defensecurl: ["2M"],
  435. dig: ["1M", "2M"],
  436. doubleedge: ["1M"],
  437. doubleteam: ["1M", "2M"],
  438. dynamicpunch: ["2M"],
  439. endure: ["2M"],
  440. frustration: ["2M"],
  441. headbutt: ["2M"],
  442. hiddenpower: ["2M"],
  443. hydropump: ["1L47", "2L53"],
  444. icebeam: ["1M", "2T"],
  445. icepunch: ["2M"],
  446. icywind: ["2M"],
  447. irontail: ["2M"],
  448. megakick: ["1M"],
  449. megapunch: ["1M"],
  450. mimic: ["1M"],
  451. mudslap: ["2M"],
  452. protect: ["2L31", "2M"],
  453. rage: ["1M"],
  454. raindance: ["2L37", "2M"],
  455. rapidspin: ["2L25"],
  456. reflect: ["1M"],
  457. rest: ["1M", "2M"],
  458. return: ["2M"],
  459. rocksmash: ["2M"],
  460. rollout: ["2M"],
  461. seismictoss: ["1M"],
  462. skullbash: ["1L39", "1M", "2L45"],
  463. sleeptalk: ["2M"],
  464. snore: ["2M"],
  465. strength: ["1M", "2M"],
  466. submission: ["1M"],
  467. substitute: ["1M"],
  468. surf: ["1M", "2M"],
  469. swagger: ["2M"],
  470. tackle: ["1L1", "2L1"],
  471. tailwhip: ["1L1", "2L1", "2L4"],
  472. takedown: ["1M"],
  473. toxic: ["1M", "2M"],
  474. waterfall: ["2M"],
  475. watergun: ["1L15", "1M", "2L13"],
  476. whirlpool: ["2M"],
  477. withdraw: ["1L31", "2L10"],
  478. },
  479. },
  480. blastoise: {
  481. learnset: {
  482. attract: ["2M"],
  483. bide: ["1M"],
  484. bite: ["1L24", "2L19", "2S0"],
  485. blizzard: ["1M", "2M"],
  486. bodyslam: ["1M"],
  487. bubble: ["1L1", "1L8", "2L1", "2L7"],
  488. bubblebeam: ["1M"],
  489. counter: ["1M"],
  490. curse: ["2M"],
  491. defensecurl: ["2M"],
  492. dig: ["1M", "2M"],
  493. doubleedge: ["1M"],
  494. doubleteam: ["1M", "2M"],
  495. dynamicpunch: ["2M"],
  496. earthquake: ["1M", "2M"],
  497. endure: ["2M"],
  498. fissure: ["1M"],
  499. frustration: ["2M"],
  500. headbutt: ["2M"],
  501. hiddenpower: ["2M"],
  502. hydropump: ["1L52", "2L68"],
  503. hyperbeam: ["1M", "2M"],
  504. icebeam: ["1M", "2T"],
  505. icepunch: ["2M"],
  506. icywind: ["2M"],
  507. irontail: ["2M"],
  508. megakick: ["1M"],
  509. megapunch: ["1M"],
  510. mimic: ["1M"],
  511. mudslap: ["2M"],
  512. protect: ["2L31", "2M", "2S0"],
  513. rage: ["1M"],
  514. raindance: ["2L42", "2M"],
  515. rapidspin: ["2L25", "2S0"],
  516. reflect: ["1M"],
  517. rest: ["1M", "2M"],
  518. return: ["2M"],
  519. roar: ["2M"],
  520. rocksmash: ["2M"],
  521. rollout: ["2M"],
  522. seismictoss: ["1M"],
  523. skullbash: ["1L42", "1M", "2L55"],
  524. sleeptalk: ["2M"],
  525. snore: ["2M"],
  526. strength: ["1M", "2M"],
  527. submission: ["1M"],
  528. substitute: ["1M"],
  529. surf: ["1M", "2M"],
  530. swagger: ["2M"],
  531. tackle: ["1L1", "2L1"],
  532. tailwhip: ["1L1", "2L1", "2L4"],
  533. takedown: ["1M"],
  534. toxic: ["1M", "2M"],
  535. waterfall: ["2M"],
  536. watergun: ["1L1", "1L15", "1M", "2L13", "2S0"],
  537. whirlpool: ["2M"],
  538. withdraw: ["1L31", "2L1", "2L10"],
  539. },
  540. eventData: [
  541. {"generation": 2, "level": 40, "shiny": true, "moves": ["watergun", "bite", "rapidspin", "protect"]},
  542. ],
  543. },
  544. caterpie: {
  545. learnset: {
  546. stringshot: ["1L1", "2L1"],
  547. tackle: ["1L1", "2L1"],
  548. },
  549. },
  550. metapod: {
  551. learnset: {
  552. harden: ["1L1", "1L7", "2L1", "2L7"],
  553. },
  554. },
  555. butterfree: {
  556. learnset: {
  557. attract: ["2M"],
  558. bide: ["1M"],
  559. confusion: ["1L1", "1L12", "1L10", "2L1", "2L10"],
  560. curse: ["2M"],
  561. doubleedge: ["1M"],
  562. doubleteam: ["1M", "2M"],
  563. endure: ["2M"],
  564. flash: ["1M", "2M"],
  565. frustration: ["2M"],
  566. gigadrain: ["2M"],
  567. gust: ["1L28", "2L28"],
  568. hiddenpower: ["2M"],
  569. hyperbeam: ["1M", "2M"],
  570. megadrain: ["1M"],
  571. mimic: ["1M"],
  572. nightmare: ["2M"],
  573. poisonpowder: ["1L15", "1L13", "2L13"],
  574. protect: ["2M"],
  575. psybeam: ["1L32", "1L34", "2L34"],
  576. psychic: ["1M", "2M"],
  577. psywave: ["1M"],
  578. rage: ["1M"],
  579. razorwind: ["1M"],
  580. reflect: ["1M"],
  581. rest: ["1M", "2M"],
  582. return: ["2M"],
  583. safeguard: ["2L40"],
  584. sleeppowder: ["1L17", "1L15", "2L15"],
  585. sleeptalk: ["2M"],
  586. snore: ["2M"],
  587. solarbeam: ["1M", "2M"],
  588. stunspore: ["1L16", "1L14", "2L14"],
  589. substitute: ["1M"],
  590. sunnyday: ["2M"],
  591. supersonic: ["1L21", "1L18", "2L18"],
  592. swagger: ["2M"],
  593. sweetscent: ["2M"],
  594. swift: ["1M", "2M"],
  595. takedown: ["1M"],
  596. teleport: ["1M"],
  597. toxic: ["1M", "2M"],
  598. whirlwind: ["1L26", "1M", "1L23", "2L23"],
  599. },
  600. },
  601. weedle: {
  602. learnset: {
  603. poisonsting: ["1L1", "2L1"],
  604. stringshot: ["1L1", "2L1"],
  605. },
  606. },
  607. kakuna: {
  608. learnset: {
  609. harden: ["1L1", "2L1", "2L7"],
  610. },
  611. },
  612. beedrill: {
  613. learnset: {
  614. agility: ["1L35", "2L40"],
  615. attract: ["2M"],
  616. bide: ["1M"],
  617. curse: ["2M"],
  618. cut: ["1M", "2M"],
  619. doubleedge: ["1M"],
  620. doubleteam: ["1M", "2M"],
  621. endure: ["2M"],
  622. focusenergy: ["1L16", "2L15"],
  623. frustration: ["2M"],
  624. furyattack: ["1L1", "1L12", "2L1", "2L10"],
  625. furycutter: ["2M"],
  626. gigadrain: ["2M"],
  627. hiddenpower: ["2M"],
  628. hyperbeam: ["1M", "2M"],
  629. megadrain: ["1M"],
  630. mimic: ["1M"],
  631. pinmissile: ["1L30", "2L35"],
  632. protect: ["2M"],
  633. pursuit: ["2L30"],
  634. rage: ["1L25", "1M", "2L25"],
  635. reflect: ["1M"],
  636. rest: ["1M", "2M"],
  637. return: ["2M"],
  638. skullbash: ["1M"],
  639. sleeptalk: ["2M"],
  640. sludgebomb: ["2M"],
  641. snore: ["2M"],
  642. substitute: ["1M"],
  643. sunnyday: ["2M"],
  644. swagger: ["2M"],
  645. sweetscent: ["2M"],
  646. swift: ["1M", "2M"],
  647. swordsdance: ["1M"],
  648. takedown: ["1M"],
  649. toxic: ["1M", "2M"],
  650. twineedle: ["1L20", "2L20"],
  651. },
  652. },
  653. pidgey: {
  654. learnset: {
  655. agility: ["1L36", "2L37"],
  656. attract: ["2M"],
  657. bide: ["1M"],
  658. curse: ["2M"],
  659. detect: ["2M"],
  660. doubleedge: ["1M"],
  661. doubleteam: ["1M", "2M"],
  662. endure: ["2M"],
  663. feintattack: ["2E"],
  664. fly: ["1M", "2M"],
  665. foresight: ["2E"],
  666. frustration: ["2M"],
  667. gust: ["1L1", "2L9"],
  668. hiddenpower: ["2M"],
  669. mimic: ["1M"],
  670. mirrormove: ["1L44", "2L47"],
  671. mudslap: ["2M"],
  672. protect: ["2M"],
  673. pursuit: ["2E"],
  674. quickattack: ["1L12", "2L15"],
  675. rage: ["1M"],
  676. razorwind: ["1M"],
  677. reflect: ["1M"],
  678. rest: ["1M", "2M"],
  679. return: ["2M"],
  680. sandattack: ["1L5", "2L5"],
  681. skyattack: ["1M"],
  682. sleeptalk: ["2M"],
  683. snore: ["2M"],
  684. steelwing: ["2E", "2M"],
  685. substitute: ["1M"],
  686. sunnyday: ["2M"],
  687. swagger: ["2M"],
  688. swift: ["1M", "2M"],
  689. tackle: ["2L1"],
  690. takedown: ["1M"],
  691. thief: ["2M"],
  692. toxic: ["1M", "2M"],
  693. whirlwind: ["1L19", "1M", "2L21"],
  694. wingattack: ["1L28", "2L29"],
  695. },
  696. },
  697. pidgeotto: {
  698. learnset: {
  699. agility: ["1L40", "2L43"],
  700. attract: ["2M"],
  701. bide: ["1M"],
  702. curse: ["2M"],
  703. detect: ["2M"],
  704. doubleedge: ["1M"],
  705. doubleteam: ["1M", "2M"],
  706. endure: ["2M"],
  707. fly: ["1M", "2M"],
  708. frustration: ["2M"],
  709. gust: ["1L1", "2L1", "2L9"],
  710. hiddenpower: ["2M"],
  711. mimic: ["1M"],
  712. mirrormove: ["1L49", "2L55"],
  713. mudslap: ["2M"],
  714. protect: ["2M"],
  715. quickattack: ["1L12", "2L15"],
  716. rage: ["1M"],
  717. razorwind: ["1M"],
  718. reflect: ["1M"],
  719. rest: ["1M", "2M"],
  720. return: ["2M"],
  721. sandattack: ["1L1", "1L5", "2L1", "2L5"],
  722. skyattack: ["1M"],
  723. sleeptalk: ["2M"],
  724. snore: ["2M"],
  725. steelwing: ["2M"],
  726. substitute: ["1M"],
  727. sunnyday: ["2M"],
  728. swagger: ["2M"],
  729. swift: ["1M", "2M"],
  730. tackle: ["2L1"],
  731. takedown: ["1M"],
  732. thief: ["2M"],
  733. toxic: ["1M", "2M"],
  734. whirlwind: ["1L21", "1M", "2L23"],
  735. wingattack: ["1L31", "2L33"],
  736. },
  737. },
  738. pidgeot: {
  739. learnset: {
  740. agility: ["1L44", "2L46"],
  741. attract: ["2M"],
  742. bide: ["1M"],
  743. curse: ["2M"],
  744. detect: ["2M"],
  745. doubleedge: ["1M"],
  746. doubleteam: ["1M", "2M"],
  747. endure: ["2M"],
  748. fly: ["1M", "2M"],
  749. frustration: ["2M"],
  750. gust: ["1L1", "2L1", "2L9"],
  751. hiddenpower: ["2M"],
  752. hyperbeam: ["1M", "2M"],
  753. mimic: ["1M"],
  754. mirrormove: ["1L54", "2L61"],
  755. mudslap: ["2M"],
  756. protect: ["2M"],
  757. quickattack: ["1L1", "1L12", "2L1", "2L15"],
  758. rage: ["1M"],
  759. razorwind: ["1M"],
  760. reflect: ["1M"],
  761. rest: ["1M", "2M"],
  762. return: ["2M"],
  763. sandattack: ["1L1", "1L5", "2L1", "2L5"],
  764. skyattack: ["1M"],
  765. sleeptalk: ["2M"],
  766. snore: ["2M"],
  767. steelwing: ["2M"],
  768. substitute: ["1M"],
  769. sunnyday: ["2M"],
  770. swagger: ["2M"],
  771. swift: ["1M", "2M"],
  772. tackle: ["2L1"],
  773. takedown: ["1M"],
  774. thief: ["2M"],
  775. toxic: ["1M", "2M"],
  776. whirlwind: ["1L21", "1M", "2L23"],
  777. wingattack: ["1L31", "2L33"],
  778. },
  779. },
  780. rattata: {
  781. learnset: {
  782. attract: ["2M"],
  783. bide: ["1M"],
  784. bite: ["2E"],
  785. blizzard: ["1M", "2M"],
  786. bodyslam: ["1M"],
  787. bubblebeam: ["1M"],
  788. counter: ["2E"],
  789. curse: ["2M"],
  790. defensecurl: ["2M"],
  791. dig: ["1M", "2M"],
  792. doubleedge: ["1M"],
  793. doubleteam: ["1M", "2M"],
  794. endure: ["2M"],
  795. flamewheel: ["2E"],
  796. focusenergy: ["1L23", "2L20"],
  797. frustration: ["2M"],
  798. furyswipes: ["2E"],
  799. headbutt: ["2M"],
  800. hiddenpower: ["2M"],
  801. hyperfang: ["1L14", "2L13"],
  802. icywind: ["2M"],
  803. irontail: ["2M"],
  804. mimic: ["1M"],
  805. mudslap: ["2M"],
  806. protect: ["2M"],
  807. pursuit: ["2L27"],
  808. quickattack: ["1L7", "2L7"],
  809. rage: ["1M"],
  810. rest: ["1M", "2M"],
  811. return: ["2M"],
  812. reversal: ["2E"],
  813. rocksmash: ["2M"],
  814. screech: ["2E"],
  815. shadowball: ["2M"],
  816. skullbash: ["1M"],
  817. sleeptalk: ["2M"],
  818. snore: ["2M"],
  819. substitute: ["1M"],
  820. sunnyday: ["2M"],
  821. superfang: ["1L34", "2L34"],
  822. swagger: ["2M"],
  823. swift: ["1M", "2M"],
  824. tackle: ["1L1", "2L1"],
  825. tailwhip: ["1L1", "2L1"],
  826. takedown: ["1M"],
  827. thief: ["2M"],
  828. thunder: ["1M", "2M"],
  829. thunderbolt: ["1M"],
  830. toxic: ["1M", "2M"],
  831. watergun: ["1M"],
  832. },
  833. },
  834. raticate: {
  835. learnset: {
  836. attract: ["2M"],
  837. bide: ["1M"],
  838. blizzard: ["1M", "2M"],
  839. bodyslam: ["1M"],
  840. bubblebeam: ["1M"],
  841. curse: ["2M"],
  842. cut: ["2M"],
  843. defensecurl: ["2M"],
  844. dig: ["1M", "2M"],
  845. doubleedge: ["1M"],
  846. doubleteam: ["1M", "2M"],
  847. endure: ["2M"],
  848. focusenergy: ["1L27"],
  849. frustration: ["2M"],
  850. headbutt: ["2M"],
  851. hiddenpower: ["2M"],
  852. hyperbeam: ["1M", "2M"],
  853. hyperfang: ["1L14", "2L13"],
  854. icebeam: ["1M", "2T"],
  855. icywind: ["2M"],
  856. irontail: ["2M"],
  857. mimic: ["1M"],
  858. mudslap: ["2M"],
  859. protect: ["2M"],
  860. pursuit: ["2L30"],
  861. quickattack: ["1L1", "1L7", "2L1", "2L7"],
  862. rage: ["1M"],
  863. rest: ["1M", "2M"],
  864. return: ["2M"],
  865. roar: ["2M"],
  866. rocksmash: ["2M"],
  867. scaryface: ["2L20"],
  868. shadowball: ["2M"],
  869. skullbash: ["1M"],
  870. sleeptalk: ["2M"],
  871. snore: ["2M"],
  872. strength: ["2M"],
  873. substitute: ["1M"],
  874. sunnyday: ["2M"],
  875. superfang: ["1L41", "2L40"],
  876. swagger: ["2M"],
  877. swift: ["1M", "2M"],
  878. tackle: ["1L1", "2L1"],
  879. tailwhip: ["1L1", "2L1"],
  880. takedown: ["1M"],
  881. thief: ["2M"],
  882. thunder: ["1M", "2M"],
  883. thunderbolt: ["1M", "2T"],
  884. toxic: ["1M", "2M"],
  885. watergun: ["1M"],
  886. },
  887. },
  888. spearow: {
  889. learnset: {
  890. agility: ["1L36", "2L43"],
  891. attract: ["2M"],
  892. bide: ["1M"],
  893. curse: ["2M"],
  894. detect: ["2M"],
  895. doubleedge: ["1M"],
  896. doubleteam: ["1M", "2M"],
  897. drillpeck: ["1L29", "2L37"],
  898. endure: ["2M"],
  899. feintattack: ["2E"],
  900. falseswipe: ["2E"],
  901. fly: ["1M", "2M"],
  902. frustration: ["2M"],
  903. furyattack: ["1L15", "2L13"],
  904. growl: ["1L1", "2L1", "2S0"],
  905. hiddenpower: ["2M"],
  906. leer: ["1L9", "2L7"],
  907. mimic: ["1M"],
  908. mirrormove: ["1L22", "2L31"],
  909. mudslap: ["2M"],
  910. peck: ["1L1", "2L1", "2S0"],
  911. protect: ["2M"],
  912. pursuit: ["2L25"],
  913. quickattack: ["2E"],
  914. rage: ["1M"],
  915. razorwind: ["1M"],
  916. rest: ["1M", "2M"],
  917. return: ["2M"],
  918. scaryface: ["2E"],
  919. skyattack: ["1M"],
  920. sleeptalk: ["2M"],
  921. snore: ["2M"],
  922. sonicboom: ["2S0"],
  923. steelwing: ["2M"],
  924. substitute: ["1M"],
  925. sunnyday: ["2M"],
  926. swagger: ["2M"],
  927. swift: ["1M", "2M"],
  928. takedown: ["1M"],
  929. thief: ["2M"],
  930. toxic: ["1M", "2M"],
  931. triattack: ["2E"],
  932. whirlwind: ["1M"],
  933. },
  934. eventData: [
  935. {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "growl", "sonicboom"]},
  936. ],
  937. },
  938. fearow: {
  939. learnset: {
  940. agility: ["1L43", "2L47"],
  941. attract: ["2M"],
  942. bide: ["1M"],
  943. curse: ["2M"],
  944. detect: ["2M"],
  945. doubleedge: ["1M"],
  946. doubleteam: ["1M", "2M"],
  947. drillpeck: ["1L34", "2L40"],
  948. endure: ["2M"],
  949. fly: ["1M", "2M"],
  950. frustration: ["2M"],
  951. furyattack: ["1L15", "1S0", "2L1", "2L13"],
  952. growl: ["1L1", "1S0", "2L1"],
  953. hiddenpower: ["2M"],
  954. hyperbeam: ["1M", "2M"],
  955. leer: ["1L1", "1L9", "1S0", "2L1", "2L7"],
  956. mimic: ["1M"],
  957. mirrormove: ["1L25", "2L32"],
  958. mudslap: ["2M"],
  959. payday: ["1S0"],
  960. peck: ["1L1", "2L1"],
  961. protect: ["2M"],
  962. pursuit: ["2L26"],
  963. rage: ["1M"],
  964. razorwind: ["1M"],
  965. rest: ["1M", "2M"],
  966. return: ["2M"],
  967. skyattack: ["1M"],
  968. sleeptalk: ["2M"],
  969. snore: ["2M"],
  970. steelwing: ["2M"],
  971. substitute: ["1M"],
  972. sunnyday: ["2M"],
  973. swagger: ["2M"],
  974. swift: ["1M", "2M"],
  975. takedown: ["1M"],
  976. thief: ["2M"],
  977. toxic: ["1M", "2M"],
  978. whirlwind: ["1M"],
  979. },
  980. eventData: [
  981. {"generation": 1, "level": 20, "moves": ["growl", "leer", "furyattack", "payday"]},
  982. ],
  983. },
  984. ekans: {
  985. learnset: {
  986. acid: ["1L38", "2L37"],
  987. attract: ["2M"],
  988. beatup: ["2E"],
  989. bide: ["1M"],
  990. bite: ["1L17", "2L15"],
  991. bodyslam: ["1M"],
  992. crunch: ["2E"],
  993. curse: ["2M"],
  994. dig: ["1M", "2M"],
  995. doubleedge: ["1M"],
  996. doubleteam: ["1M", "2M"],
  997. earthquake: ["1M", "2M"],
  998. endure: ["2M"],
  999. fissure: ["1M"],
  1000. frustration: ["2M"],
  1001. gigadrain: ["2M"],
  1002. glare: ["1L24", "2L23"],
  1003. haze: ["2L43"],
  1004. headbutt: ["2M"],
  1005. hiddenpower: ["2M"],
  1006. leer: ["1L1", "2L1"],
  1007. megadrain: ["1M"],
  1008. mimic: ["1M"],
  1009. poisonsting: ["1L10", "2L9"],
  1010. protect: ["2M"],
  1011. pursuit: ["2E"],
  1012. rage: ["1M"],
  1013. rest: ["1M", "2M"],
  1014. return: ["2M"],
  1015. rockslide: ["1M"],
  1016. screech: ["1L31", "2L29"],
  1017. skullbash: ["1M"],
  1018. slam: ["2E"],
  1019. sleeptalk: ["2M"],
  1020. sludgebomb: ["2M"],
  1021. snore: ["2M"],
  1022. spite: ["2E"],
  1023. strength: ["1M", "2M"],
  1024. substitute: ["1M"],
  1025. sunnyday: ["2M"],
  1026. swagger: ["2M"],
  1027. takedown: ["1M"],
  1028. thief: ["2M"],
  1029. toxic: ["1M", "2M"],
  1030. wrap: ["1L1", "2L1"],
  1031. },
  1032. },
  1033. arbok: {
  1034. learnset: {
  1035. acid: ["1L47", "2L43"],
  1036. attract: ["2M"],
  1037. bide: ["1M"],
  1038. bite: ["1L17", "2L1", "2L15"],
  1039. bodyslam: ["1M"],
  1040. curse: ["2M"],
  1041. dig: ["1M", "2M"],
  1042. doubleedge: ["1M"],
  1043. doubleteam: ["1M", "2M"],
  1044. earthquake: ["1M", "2M"],
  1045. endure: ["2M"],
  1046. fissure: ["1M"],
  1047. frustration: ["2M"],
  1048. gigadrain: ["2M"],
  1049. glare: ["1L27", "2L25"],
  1050. haze: ["2L51"],
  1051. headbutt: ["2M"],
  1052. hiddenpower: ["2M"],
  1053. hyperbeam: ["1M", "2M"],
  1054. leer: ["1L1", "2L1"],
  1055. megadrain: ["1M"],
  1056. mimic: ["1M"],
  1057. poisonsting: ["1L1", "1L10", "2L1", "2L9"],
  1058. protect: ["2M"],
  1059. rage: ["1M"],
  1060. rest: ["1M", "2M"],
  1061. return: ["2M"],
  1062. rockslide: ["1M"],
  1063. screech: ["1L36", "2L33"],
  1064. skullbash: ["1M"],
  1065. sleeptalk: ["2M"],
  1066. sludgebomb: ["2M"],
  1067. snore: ["2M"],
  1068. strength: ["1M", "2M"],
  1069. substitute: ["1M"],
  1070. sunnyday: ["2M"],
  1071. swagger: ["2M"],
  1072. takedown: ["1M"],
  1073. thief: ["2M"],
  1074. toxic: ["1M", "2M"],
  1075. wrap: ["1L1", "2L1"],
  1076. },
  1077. },
  1078. pichu: {
  1079. learnset: {
  1080. takedown: ["1L1"],
  1081. doubleedge: ["1L1"],
  1082. toxic: ["1L1"],
  1083. rage: ["1L1"],
  1084. mimic: ["1L1"],
  1085. doubleteam: ["1L1"],
  1086. bide: ["1L1"],
  1087. rest: ["1L1"],
  1088. substitute: ["1L1"],
  1089. thunderwave: ["1L1"],
  1090. thundershock: ["1L1"],
  1091. tailwhip: ["1L1"],
  1092. megapunch: ["1L1"],
  1093. megakick: ["1L1"],
  1094. bodyslam: ["1L1"],
  1095. submission: ["1L1"],
  1096. counter: ["1L1"],
  1097. seismictoss: ["1L1"],
  1098. thunderbolt: ["1L1"],
  1099. thunder: ["1L1"],
  1100. swift: ["1L1"],
  1101. reflect: ["1L1"],
  1102. skullbash: ["1L1"],
  1103. flash: ["1L1"],
  1104. },
  1105. },
  1106. pikachu: {
  1107. learnset: {
  1108. agility: ["1L33", "2L33"],
  1109. attract: ["2M"],
  1110. bide: ["1M"],
  1111. bodyslam: ["1M"],
  1112. curse: ["2M"],
  1113. defensecurl: ["2M"],
  1114. detect: ["2M"],
  1115. doubleedge: ["1M"],
  1116. doubleteam: ["1M", "1L15", "2L15", "2M"],
  1117. dynamicpunch: ["2M"],
  1118. endure: ["2M"],
  1119. flash: ["1M", "2M"],
  1120. fly: ["1S1"],
  1121. frustration: ["2M"],
  1122. growl: ["1L1", "1S2", "2L1"],
  1123. headbutt: ["2M"],
  1124. hiddenpower: ["2M"],
  1125. irontail: ["2M"],
  1126. lightscreen: ["1L50", "2L50"],
  1127. megakick: ["1M"],
  1128. megapunch: ["1M"],
  1129. mimic: ["1M"],
  1130. mudslap: ["2M"],
  1131. payday: ["1M"],
  1132. protect: ["2M"],
  1133. quickattack: ["1L16", "1L11", "2L11"],
  1134. rage: ["1M"],
  1135. raindance: ["2M"],
  1136. reflect: ["1M"],
  1137. rest: ["1M", "2M"],
  1138. return: ["2M"],
  1139. rollout: ["2M"],
  1140. seismictoss: ["1M"],
  1141. skullbash: ["1M"],
  1142. slam: ["1L20", "2L20"],
  1143. sleeptalk: ["2M"],
  1144. snore: ["2M"],
  1145. strength: ["2M"],
  1146. submission: ["1M"],
  1147. substitute: ["1M"],
  1148. surf: ["1T", "1S0", "1S2"],
  1149. swagger: ["2M"],
  1150. swift: ["1L26", "1M", "2M"],
  1151. tailwhip: ["1L6", "2L6"],
  1152. takedown: ["1M"],
  1153. thunder: ["1L43", "1M", "1L41", "2L41", "2M"],
  1154. thunderbolt: ["1M", "1L26", "2L26", "2T"],
  1155. thunderpunch: ["2M"],
  1156. thundershock: ["1L1", "1S2", "2L1"],
  1157. thunderwave: ["1L9", "1M", "1L8", "2L8"],
  1158. toxic: ["1M", "2M"],
  1159. zapcannon: ["2M"],
  1160. },
  1161. eventData: [
  1162. {"generation": 1, "level": 5, "moves": ["surf"]},
  1163. {"generation": 1, "level": 5, "moves": ["fly"]},
  1164. {"generation": 1, "level": 5, "moves": ["thundershock", "growl", "surf"]},
  1165. ],
  1166. },
  1167. raichu: {
  1168. learnset: {
  1169. attract: ["2M"],
  1170. bide: ["1M"],
  1171. bodyslam: ["1M"],
  1172. curse: ["2M"],
  1173. defensecurl: ["2M"],
  1174. detect: ["2M"],
  1175. doubleedge: ["1M"],
  1176. doubleteam: ["1M", "2M"],
  1177. dynamicpunch: ["2M"],
  1178. endure: ["2M"],
  1179. flash: ["1M", "2M"],
  1180. frustration: ["2M"],
  1181. growl: ["1L1"],
  1182. headbutt: ["2M"],
  1183. hiddenpower: ["2M"],
  1184. hyperbeam: ["1M", "2M"],
  1185. irontail: ["2M"],
  1186. megakick: ["1M"],
  1187. megapunch: ["1M"],
  1188. mimic: ["1M"],
  1189. mudslap: ["2M"],
  1190. payday: ["1M"],
  1191. protect: ["2M"],
  1192. quickattack: ["2L1"],
  1193. rage: ["1M"],
  1194. raindance: ["2M"],
  1195. reflect: ["1M"],
  1196. rest: ["1M", "2M"],
  1197. return: ["2M"],
  1198. rollout: ["2M"],
  1199. seismictoss: ["1M"],
  1200. skullbash: ["1M"],
  1201. sleeptalk: ["2M"],
  1202. snore: ["2M"],
  1203. strength: ["2M"],
  1204. submission: ["1M"],
  1205. substitute: ["1M"],
  1206. swagger: ["2M"],
  1207. swift: ["1M", "2M"],
  1208. tailwhip: ["2L1"],
  1209. takedown: ["1M"],
  1210. thief: ["2M"],
  1211. thunder: ["1M", "2M"],
  1212. thunderbolt: ["1M", "2L1", "2T"],
  1213. thunderpunch: ["2M"],
  1214. thundershock: ["1L1", "2L1"],
  1215. thunderwave: ["1L1", "1M"],
  1216. toxic: ["1M", "2M"],
  1217. zapcannon: ["2M"],
  1218. },
  1219. },
  1220. sandshrew: {
  1221. learnset: {
  1222. attract: ["2M"],
  1223. bide: ["1M"],
  1224. bodyslam: ["1M"],
  1225. counter: ["2E"],
  1226. curse: ["2M"],
  1227. cut: ["1M", "2M"],
  1228. defensecurl: ["2L6", "2M"],
  1229. detect: ["2M"],
  1230. dig: ["1M", "2M"],
  1231. doubleedge: ["1M"],
  1232. doubleteam: ["1M", "2M"],
  1233. dynamicpunch: ["2M"],
  1234. earthquake: ["1M", "2M"],
  1235. endure: ["2M"],
  1236. fissure: ["1M"],
  1237. flail: ["2E"],
  1238. frustration: ["2M"],
  1239. furycutter: ["2M"],
  1240. furyswipes: ["1L38", "2L37"],
  1241. headbutt: ["2M"],
  1242. hiddenpower: ["2M"],
  1243. irontail: ["2M"],
  1244. metalclaw: ["2E"],
  1245. mimic: ["1M"],
  1246. mudslap: ["2M"],
  1247. poisonsting: ["1L24", "2L17"],
  1248. protect: ["2M"],
  1249. rage: ["1M"],
  1250. rapidspin: ["2E"],
  1251. rest: ["1M", "2M"],
  1252. return: ["2M"],
  1253. rockslide: ["1M"],
  1254. rocksmash: ["2M"],
  1255. rollout: ["2M"],
  1256. safeguard: ["2E"],
  1257. sandattack: ["1L10", "2L11"],
  1258. sandstorm: ["2L45", "2M"],
  1259. scratch: ["1L1", "2L1"],
  1260. seismictoss: ["1M"],
  1261. skullbash: ["1M"],
  1262. slash: ["1L17", "2L23"],
  1263. sleeptalk: ["2M"],
  1264. snore: ["2M"],
  1265. strength: ["1M", "2M"],
  1266. submission: ["1M"],
  1267. substitute: ["1M"],
  1268. sunnyday: ["2M"],
  1269. swagger: ["2M"],
  1270. swift: ["1L31", "1M", "2L30", "2M"],
  1271. swordsdance: ["1M"],
  1272. takedown: ["1M"],
  1273. thief: ["2M"],
  1274. toxic: ["1M", "2M"],
  1275. },
  1276. },
  1277. sandslash: {
  1278. learnset: {
  1279. attract: ["2M"],
  1280. bide: ["1M"],
  1281. bodyslam: ["1M"],
  1282. curse: ["2M"],
  1283. cut: ["1M", "2M"],
  1284. defensecurl: ["2L1", "2L6", "2M"],
  1285. detect: ["2M"],
  1286. dig: ["1M", "2M"],
  1287. doubleedge: ["1M"],
  1288. doubleteam: ["1M", "2M"],
  1289. dynamicpunch: ["2M"],
  1290. earthquake: ["1M", "2M"],
  1291. endure: ["2M"],
  1292. fissure: ["1M"],
  1293. frustration: ["2M"],
  1294. furycutter: ["2M"],
  1295. furyswipes: ["1L47", "2L42"],
  1296. headbutt: ["2M"],
  1297. hiddenpower: ["2M"],
  1298. hyperbeam: ["1M", "2M"],
  1299. irontail: ["2M"],
  1300. mimic: ["1M"],
  1301. mudslap: ["2M"],
  1302. poisonsting: ["1L27", "2L17"],
  1303. protect: ["2M"],
  1304. rage: ["1M"],
  1305. rest: ["1M", "2M"],
  1306. return: ["2M"],
  1307. rockslide: ["1M"],
  1308. rocksmash: ["2M"],
  1309. rollout: ["2M"],
  1310. sandattack: ["1L1", "1L10", "2L1", "2L11"],
  1311. sandstorm: ["2L52", "2M"],
  1312. scratch: ["1L1", "2L1"],
  1313. seismictoss: ["1M"],
  1314. skullbash: ["1M"],
  1315. slash: ["1L17", "2L24"],
  1316. sleeptalk: ["2M"],
  1317. snore: ["2M"],
  1318. strength: ["1M", "2M"],
  1319. submission: ["1M"],
  1320. substitute: ["1M"],
  1321. sunnyday: ["2M"],
  1322. swagger: ["2M"],
  1323. swift: ["1L36", "1M", "2L33", "2M"],
  1324. swordsdance: ["1M"],
  1325. takedown: ["1M"],
  1326. thief: ["2M"],
  1327. toxic: ["1M", "2M"],
  1328. },
  1329. },
  1330. nidoranf: {
  1331. learnset: {
  1332. attract: ["2M"],
  1333. beatup: ["2E"],
  1334. bide: ["1M"],
  1335. bite: ["1L29", "1L30", "2L30"],
  1336. blizzard: ["1M", "2M"],
  1337. bodyslam: ["1M"],
  1338. charm: ["2E"],
  1339. counter: ["2E"],
  1340. curse: ["2M"],
  1341. defensecurl: ["2M"],
  1342. detect: ["2M"],
  1343. disable: ["2E"],
  1344. doubleedge: ["1M"],
  1345. doublekick: ["1L43", "1L12", "2L12"],
  1346. doubleteam: ["1M", "2M"],
  1347. endure: ["2M"],
  1348. focusenergy: ["2E"],
  1349. frustration: ["2M"],
  1350. furyswipes: ["1L36", "1L38", "2L38"],
  1351. growl: ["1L1", "2L1", "2S0", "2S1", "2S2"],
  1352. headbutt: ["2M"],
  1353. hiddenpower: ["2M"],
  1354. irontail: ["2M"],
  1355. lovelykiss: ["2S0"],
  1356. mimic: ["1M"],
  1357. moonlight: ["2S1"],
  1358. mudslap: ["2M"],
  1359. poisonsting: ["1L14", "1L17", "2L17"],
  1360. protect: ["2M"],
  1361. rage: ["1M"],
  1362. raindance: ["2M"],
  1363. reflect: ["1M"],
  1364. rest: ["1M", "2M"],
  1365. return: ["2M"],
  1366. scratch: ["1L8", "2L8"],
  1367. skullbash: ["1M"],
  1368. sleeptalk: ["2M"],
  1369. snore: ["2M"],
  1370. substitute: ["1M"],
  1371. sunnyday: ["2M"],
  1372. supersonic: ["2E"],
  1373. swagger: ["2M"],
  1374. sweetkiss: ["2S2"],
  1375. tackle: ["1L1", "2L1", "2S0", "2S1", "2S2"],
  1376. tailwhip: ["1L21", "1L23", "2L23"],
  1377. takedown: ["1M", "2E"],
  1378. thief: ["2M"],
  1379. thunder: ["1M", "2M"],
  1380. thunderbolt: ["1M", "2T"],
  1381. toxic: ["1M", "2M"],
  1382. },
  1383. eventData: [
  1384. {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tackle", "lovelykiss"]},
  1385. {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tackle", "moonlight"]},
  1386. {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tackle", "sweetkiss"]},
  1387. ],
  1388. },
  1389. nidorina: {
  1390. learnset: {
  1391. attract: ["2M"],
  1392. bide: ["1M"],
  1393. bite: ["1L32", "1L36", "2L36"],
  1394. blizzard: ["1M", "2M"],
  1395. bodyslam: ["1M"],
  1396. bubblebeam: ["1M"],
  1397. curse: ["2M"],
  1398. defensecurl: ["2M"],
  1399. detect: ["2M"],
  1400. doubleedge: ["1M"],
  1401. doublekick: ["1L50", "1L12", "2L12"],
  1402. doubleteam: ["1M", "2M"],
  1403. endure: ["2M"],
  1404. frustration: ["2M"],
  1405. furyswipes: ["1L41", "1L46", "2L46"],
  1406. growl: ["1L1", "2L1"],
  1407. headbutt: ["2M"],
  1408. hiddenpower: ["2M"],
  1409. horndrill: ["1M"],
  1410. icebeam: ["1M", "2T"],
  1411. irontail: ["2M"],
  1412. mimic: ["1M"],
  1413. mudslap: ["2M"],
  1414. poisonsting: ["1L14", "1L19", "2L19"],
  1415. protect: ["2M"],
  1416. rage: ["1M"],
  1417. raindance: ["2M"],
  1418. reflect: ["1M"],
  1419. rest: ["1M", "2M"],
  1420. return: ["2M"],
  1421. rocksmash: ["2M"],
  1422. scratch: ["1L1", "1L8", "2L8"],
  1423. skullbash: ["1M"],
  1424. sleeptalk: ["2M"],
  1425. snore: ["2M"],
  1426. strength: ["2M"],
  1427. substitute: ["1M"],
  1428. sunnyday: ["2M"],
  1429. swagger: ["2M"],
  1430. tackle: ["1L1", "2L1"],
  1431. tailwhip: ["1L23", "1L27", "2L27"],
  1432. takedown: ["1M"],
  1433. thief: ["2M"],
  1434. thunder: ["1M", "2M"],
  1435. thunderbolt: ["1M", "2T"],
  1436. toxic: ["1M", "2M"],
  1437. watergun: ["1M"],
  1438. },
  1439. },
  1440. nidoqueen: {
  1441. learnset: {
  1442. attract: ["2M"],
  1443. bide: ["1M"],
  1444. blizzard: ["1M", "2M"],
  1445. bodyslam: ["1L1", "1L23", "1M", "2L23"],
  1446. bubblebeam: ["1M"],
  1447. counter: ["1M"],
  1448. curse: ["2M"],
  1449. defensecurl: ["2M"],
  1450. detect: ["2M"],
  1451. doubleedge: ["1M"],
  1452. doublekick: ["1L12", "2L1"],
  1453. doubleteam: ["1M", "2M"],
  1454. dynamicpunch: ["2M"],
  1455. earthquake: ["1M", "2M"],
  1456. endure: ["2M"],
  1457. fireblast: ["1M", "2M"],
  1458. firepunch: ["2M"],
  1459. fissure: ["1M"],
  1460. flamethrower: ["2T"],
  1461. frustration: ["2M"],
  1462. furycutter: ["2M"],
  1463. headbutt: ["2M"],
  1464. hiddenpower: ["2M"],
  1465. horndrill: ["1M"],
  1466. hyperbeam: ["1M", "2M"],
  1467. icebeam: ["1M", "2T"],
  1468. icepunch: ["2M"],
  1469. icywind: ["2M"],
  1470. irontail: ["2M"],
  1471. megakick: ["1M"],
  1472. megapunch: ["1M"],
  1473. mimic: ["1M"],
  1474. mudslap: ["2M"],
  1475. payday: ["1M"],
  1476. poisonsting: ["1L14"],
  1477. protect: ["2M"],
  1478. rage: ["1M"],
  1479. raindance: ["2M"],
  1480. reflect: ["1M"],
  1481. rest: ["1M", "2M"],
  1482. return: ["2M"],
  1483. roar: ["2M"],
  1484. rockslide: ["1M"],
  1485. rocksmash: ["2M"],
  1486. sandstorm: ["2M"],
  1487. scratch: ["1L1", "1L8", "2L1"],
  1488. seismictoss: ["1M"],
  1489. shadowball: ["2M"],
  1490. skullbash: ["1M"],
  1491. sleeptalk: ["2M"],
  1492. snore: ["2M"],
  1493. strength: ["1M", "2M"],
  1494. submission: ["1M"],
  1495. substitute: ["1M"],
  1496. sunnyday: ["2M"],
  1497. surf: ["1M", "2M"],
  1498. swagger: ["2M"],
  1499. tackle: ["1L1", "2L1"],
  1500. tailwhip: ["1L1", "2L1"],
  1501. takedown: ["1M"],
  1502. thief: ["2M"],
  1503. thunder: ["1M", "2M"],
  1504. thunderbolt: ["1M", "2T"],
  1505. thunderpunch: ["2M"],
  1506. toxic: ["1M", "2M"],
  1507. watergun: ["1M"],
  1508. },
  1509. },
  1510. nidoranm: {
  1511. learnset: {
  1512. amnesia: ["2E"],
  1513. attract: ["2M"],
  1514. beatup: ["2E"],
  1515. bide: ["1M"],
  1516. blizzard: ["1M", "2M"],
  1517. bodyslam: ["1M"],
  1518. confusion: ["2E"],
  1519. counter: ["2E"],
  1520. curse: ["2M"],
  1521. defensecurl: ["2M"],
  1522. detect: ["2M"],
  1523. disable: ["2E"],
  1524. doubleedge: ["1M"],
  1525. doublekick: ["1L43", "1L12", "2L12"],
  1526. doubleteam: ["1M", "2M"],
  1527. endure: ["2M"],
  1528. focusenergy: ["1L21", "1L23", "2L23"],
  1529. frustration: ["2M"],
  1530. furyattack: ["1L29", "1L30", "2L30"],
  1531. headbutt: ["2M"],
  1532. hiddenpower: ["2M"],
  1533. hornattack: ["1L8", "2L8"],
  1534. horndrill: ["1L36", "1M", "1L38", "2L38"],
  1535. irontail: ["2M"],
  1536. leer: ["1L1", "2L1", "2S0", "2S1", "2S2"],
  1537. lovelykiss: ["2S0"],
  1538. mimic: ["1M"],
  1539. morningsun: ["2S1"],
  1540. mudslap: ["2M"],
  1541. poisonsting: ["1L14", "1L17", "2L17"],
  1542. protect: ["2M"],
  1543. rage: ["1M"],
  1544. raindance: ["2M"],
  1545. reflect: ["1M"],
  1546. rest: ["1M", "2M"],
  1547. return: ["2M"],
  1548. skullbash: ["1M"],
  1549. sleeptalk: ["2M"],
  1550. snore: ["2M"],
  1551. substitute: ["1M"],
  1552. sunnyday: ["2M"],
  1553. supersonic: ["2E"],
  1554. swagger: ["2M"],
  1555. sweetkiss: ["2S2"],
  1556. tackle: ["1L1", "2L1", "2S0", "2S1", "2S2"],
  1557. takedown: ["1M", "2E"],
  1558. thief: ["2M"],
  1559. thunder: ["1M", "2M"],
  1560. thunderbolt: ["1M", "2T"],
  1561. toxic: ["1M", "2M"],
  1562. },
  1563. eventData: [
  1564. {"generation": 2, "level": 5, "shiny": 1, "moves": ["leer", "tackle", "lovelykiss"]},
  1565. {"generation": 2, "level": 5, "shiny": 1, "moves": ["leer", "tackle", "morningsun"]},
  1566. {"generation": 2, "level": 5, "shiny": 1, "moves": ["leer", "tackle", "sweetkiss"]},
  1567. ],
  1568. },
  1569. nidorino: {
  1570. learnset: {
  1571. attract: ["2M"],
  1572. bide: ["1M"],
  1573. blizzard: ["1M", "2M"],
  1574. bodyslam: ["1M"],
  1575. bubblebeam: ["1M"],
  1576. curse: ["2M"],
  1577. defensecurl: ["2M"],
  1578. detect: ["2M"],
  1579. doubleedge: ["1M"],
  1580. doublekick: ["1L50", "1L12", "2L12"],
  1581. doubleteam: ["1M", "2M"],
  1582. endure: ["2M"],
  1583. focusenergy: ["1L23", "1L27", "2L27"],
  1584. frustration: ["2M"],
  1585. furyattack: ["1L32", "1L36", "2L36"],
  1586. headbutt: ["2M"],
  1587. hiddenpower: ["2M"],
  1588. hornattack: ["1L1", "1L8", "2L8"],
  1589. horndrill: ["1L41", "1M", "1L46", "2L46"],
  1590. icebeam: ["1M", "2T"],
  1591. irontail: ["2M"],
  1592. leer: ["1L1", "2L1"],
  1593. mimic: ["1M"],
  1594. mudslap: ["2M"],
  1595. poisonsting: ["1L14", "1L19", "2L19"],
  1596. protect: ["2M"],
  1597. rage: ["1M"],
  1598. raindance: ["2M"],
  1599. reflect: ["1M"],
  1600. rest: ["1M", "2M"],
  1601. return: ["2M"],
  1602. rocksmash: ["2M"],
  1603. skullbash: ["1M"],
  1604. sleeptalk: ["2M"],
  1605. snore: ["2M"],
  1606. strength: ["2M"],
  1607. substitute: ["1M"],
  1608. sunnyday: ["2M"],
  1609. swagger: ["2M"],
  1610. tackle: ["1L1", "2L1"],
  1611. takedown: ["1M"],
  1612. thief: ["2M"],
  1613. thunder: ["1M", "2M"],
  1614. thunderbolt: ["1M", "2T"],
  1615. toxic: ["1M", "2M"],
  1616. watergun: ["1M"],
  1617. },
  1618. },
  1619. nidoking: {
  1620. learnset: {
  1621. attract: ["2M"],
  1622. bide: ["1M"],
  1623. blizzard: ["1M", "2M"],
  1624. bodyslam: ["1M"],
  1625. bubblebeam: ["1M"],
  1626. counter: ["1M"],
  1627. curse: ["2M"],
  1628. defensecurl: ["2M"],
  1629. detect: ["2M"],
  1630. doubleedge: ["1M"],
  1631. doublekick: ["1L12", "2L1"],
  1632. doubleteam: ["1M", "2M"],
  1633. dynamicpunch: ["2M"],
  1634. earthquake: ["1M", "2M"],
  1635. endure: ["2M"],
  1636. fireblast: ["1M", "2M"],
  1637. firepunch: ["2M"],
  1638. fissure: ["1M"],
  1639. flamethrower: ["2T"],
  1640. frustration: ["2M"],
  1641. furycutter: ["2M"],
  1642. headbutt: ["2M"],
  1643. hiddenpower: ["2M"],
  1644. hornattack: ["1L1", "1L8", "2L1"],
  1645. horndrill: ["1M"],
  1646. hyperbeam: ["1M", "2M"],
  1647. icebeam: ["1M", "2T"],
  1648. icepunch: ["2M"],
  1649. icywind: ["2M"],
  1650. irontail: ["2M"],
  1651. megakick: ["1M"],
  1652. megapunch: ["1M"],
  1653. mimic: ["1M"],
  1654. mudslap: ["2M"],
  1655. payday: ["1M"],
  1656. poisonsting: ["1L1", "1L14", "2L1"],
  1657. protect: ["2M"],
  1658. rage: ["1M"],
  1659. raindance: ["2M"],
  1660. reflect: ["1M"],
  1661. rest: ["1M", "2M"],
  1662. return: ["2M"],
  1663. roar: ["2M"],
  1664. rockslide: ["1M"],
  1665. rocksmash: ["2M"],
  1666. sandstorm: ["2M"],
  1667. seismictoss: ["1M"],
  1668. shadowball: ["2M"],
  1669. skullbash: ["1M"],
  1670. sleeptalk: ["2M"],
  1671. snore: ["2M"],
  1672. strength: ["1M", "2M"],
  1673. submission: ["1M"],
  1674. substitute: ["1M"],
  1675. sunnyday: ["2M"],
  1676. surf: ["1M", "2M"],
  1677. swagger: ["2M"],
  1678. tackle: ["1L1", "2L1"],
  1679. takedown: ["1M"],
  1680. thief: ["2M"],
  1681. thrash: ["1L1", "1L23", "2L23"],
  1682. thunder: ["1M", "2M"],
  1683. thunderbolt: ["1M", "2T"],
  1684. thunderpunch: ["2M"],
  1685. toxic: ["1M", "2M"],
  1686. watergun: ["1M"],
  1687. },
  1688. },
  1689. cleffa: {
  1690. learnset: {
  1691. takedown: ["1L1"],
  1692. doubleedge: ["1L1"],
  1693. toxic: ["1L1"],
  1694. rage: ["1L1"],
  1695. mimic: ["1L1"],
  1696. doubleteam: ["1L1"],
  1697. bide: ["1L1"],
  1698. rest: ["1L1"],
  1699. substitute: ["1L1"],
  1700. pound: ["1L1"],
  1701. sing: ["1L1"],
  1702. megapunch: ["1L1"],
  1703. megakick: ["1L1"],
  1704. bodyslam: ["1L1"],
  1705. watergun: ["1L1"],
  1706. bubblebeam: ["1L1"],
  1707. counter: ["1L1"],
  1708. seismictoss: ["1L1"],
  1709. solarbeam: ["1L1"],
  1710. thunderwave: ["1L1"],
  1711. psychic: ["1L1"],
  1712. teleport: ["1L1"],
  1713. reflect: ["1L1"],
  1714. metronome: ["1L1"],
  1715. fireblast: ["1L1"],
  1716. swift: ["1L1"],
  1717. skullbash: ["1L1"],
  1718. flash: ["1L1"],
  1719. psywave: ["1L1"],
  1720. triattack: ["1L1"],
  1721. },
  1722. },
  1723. clefairy: {
  1724. learnset: {
  1725. attract: ["2M"],
  1726. bide: ["1M"],
  1727. blizzard: ["1M", "2M"],
  1728. bodyslam: ["1M"],
  1729. bubblebeam: ["1M"],
  1730. counter: ["1M"],
  1731. curse: ["2M"],
  1732. defensecurl: ["1L39", "2L26", "2M"],
  1733. detect: ["2M"],
  1734. doubleedge: ["1M"],
  1735. doubleslap: ["1L18", "2L13"],
  1736. doubleteam: ["1M", "2M"],
  1737. dreameater: ["2M"],
  1738. dynamicpunch: ["2M"],
  1739. encore: ["2L4"],
  1740. endure: ["2M"],
  1741. fireblast: ["1M", "2M"],
  1742. firepunch: ["2M"],
  1743. flamethrower: ["2T"],
  1744. flash: ["1M", "2M"],
  1745. frustration: ["2M"],
  1746. growl: ["1L1", "2L1"],
  1747. headbutt: ["2M"],
  1748. hiddenpower: ["2M"],
  1749. icebeam: ["1M", "2T"],
  1750. icepunch: ["2M"],
  1751. irontail: ["2M"],
  1752. lightscreen: ["1L48", "2L53"],
  1753. megakick: ["1M"],
  1754. megapunch: ["1M"],
  1755. metronome: ["1L31", "1M", "2L34"],
  1756. mimic: ["1M"],
  1757. minimize: ["1L24", "2L19"],
  1758. moonlight: ["2L43"],
  1759. mudslap: ["2M"],
  1760. nightmare: ["2M"],
  1761. pound: ["1L1", "2L1"],
  1762. protect: ["2M"],
  1763. psychic: ["1M", "2M"],
  1764. psychup: ["2M"],
  1765. psywave: ["1M"],
  1766. rage: ["1M"],
  1767. raindance: ["2M"],
  1768. reflect: ["1M"],
  1769. rest: ["1M", "2M"],
  1770. return: ["2M"],
  1771. rollout: ["2M"],
  1772. seismictoss: ["1M"],
  1773. shadowball: ["2M"],
  1774. sing: ["1L13", "2L8"],
  1775. skullbash: ["1M"],
  1776. sleeptalk: ["2M"],
  1777. snore: ["2M"],
  1778. solarbeam: ["1M", "2M"],
  1779. strength: ["1M", "2M"],
  1780. submission: ["1M"],
  1781. substitute: ["1M"],
  1782. sunnyday: ["2M"],
  1783. swagger: ["2M"],
  1784. takedown: ["1M"],
  1785. teleport: ["1M"],
  1786. thunder: ["1M", "2M"],
  1787. thunderbolt: ["1M", "2T"],
  1788. thunderpunch: ["2M"],
  1789. thunderwave: ["1M"],
  1790. toxic: ["1M", "2M"],
  1791. triattack: ["1M"],
  1792. watergun: ["1M"],
  1793. zapcannon: ["2M"],
  1794. },
  1795. },
  1796. clefable: {
  1797. learnset: {
  1798. attract: ["2M"],
  1799. bide: ["1M"],
  1800. blizzard: ["1M", "2M"],
  1801. bodyslam: ["1M"],
  1802. bubblebeam: ["1M"],
  1803. counter: ["1M"],
  1804. curse: ["2M"],
  1805. defensecurl: ["2M"],
  1806. detect: ["2M"],
  1807. doubleedge: ["1M"],
  1808. doubleslap: ["1L1", "2L1"],
  1809. doubleteam: ["1M", "2M"],
  1810. dreameater: ["2M"],
  1811. dynamicpunch: ["2M"],
  1812. endure: ["2M"],
  1813. fireblast: ["1M", "2M"],
  1814. firepunch: ["2M"],
  1815. flamethrower: ["2T"],
  1816. flash: ["1M", "2M"],
  1817. frustration: ["2M"],
  1818. headbutt: ["2M"],
  1819. hiddenpower: ["2M"],
  1820. hyperbeam: ["1M", "2M"],
  1821. icebeam: ["1M", "2T"],
  1822. icepunch: ["2M"],
  1823. irontail: ["2M"],
  1824. megakick: ["1M"],
  1825. megapunch: ["1M"],
  1826. metronome: ["1L1", "1M", "2L1"],
  1827. mimic: ["1M"],
  1828. minimize: ["1L1"],
  1829. moonlight: ["2L1"],
  1830. mudslap: ["2M"],
  1831. nightmare: ["2M"],
  1832. protect: ["2M"],
  1833. psychic: ["1M", "2M"],
  1834. psychup: ["2M"],
  1835. psywave: ["1M"],
  1836. rage: ["1M"],
  1837. raindance: ["2M"],
  1838. reflect: ["1M"],
  1839. rest: ["1M", "2M"],
  1840. return: ["2M"],
  1841. rollout: ["2M"],
  1842. seismictoss: ["1M"],
  1843. shadowball: ["2M"],
  1844. sing: ["1L1", "2L1"],
  1845. skullbash: ["1M"],
  1846. sleeptalk: ["2M"],
  1847. snore: ["2M"],
  1848. solarbeam: ["1M", "2M"],
  1849. strength: ["1M", "2M"],
  1850. submission: ["1M"],
  1851. substitute: ["1M"],
  1852. sunnyday: ["2M"],
  1853. swagger: ["2M"],
  1854. takedown: ["1M"],
  1855. teleport: ["1M"],
  1856. thunder: ["1M", "2M"],
  1857. thunderbolt: ["1M", "2T"],
  1858. thunderpunch: ["2M"],
  1859. thunderwave: ["1M"],
  1860. toxic: ["1M", "2M"],
  1861. triattack: ["1M"],
  1862. watergun: ["1M"],
  1863. zapcannon: ["2M"],
  1864. },
  1865. },
  1866. vulpix: {
  1867. learnset: {
  1868. attract: ["2M"],
  1869. bide: ["1M"],
  1870. bodyslam: ["1M"],
  1871. confuseray: ["1L28", "2L19"],
  1872. curse: ["2M"],
  1873. dig: ["1M", "2M"],
  1874. disable: ["2E"],
  1875. doubleedge: ["1M"],
  1876. doubleteam: ["1M", "2M"],
  1877. ember: ["1L1", "2L1"],
  1878. endure: ["2M"],
  1879. feintattack: ["2E"],
  1880. fireblast: ["1M", "2M"],
  1881. firespin: ["1L42", "2L37"],
  1882. flail: ["2E"],
  1883. flamethrower: ["1L35", "2L31", "2T"],
  1884. frustration: ["2M"],
  1885. headbutt: ["2M"],
  1886. hiddenpower: ["2M"],
  1887. hypnosis: ["2E"],
  1888. irontail: ["2M"],
  1889. mimic: ["1M"],
  1890. protect: ["2M"],
  1891. quickattack: ["1L16", "2L7"],
  1892. rage: ["1M"],
  1893. reflect: ["1M"],
  1894. rest: ["1M", "2M"],
  1895. return: ["2M"],
  1896. roar: ["1L21", "2L13"],
  1897. safeguard: ["2L25"],
  1898. skullbash: ["1M"],
  1899. sleeptalk: ["2M"],
  1900. snore: ["2M"],
  1901. spite: ["2E"],
  1902. substitute: ["1M"],
  1903. sunnyday: ["2M"],
  1904. swagger: ["2M"],
  1905. swift: ["1M", "2M"],
  1906. tailwhip: ["1L1", "2L1"],
  1907. takedown: ["1M"],
  1908. toxic: ["1M", "2M"],
  1909. },
  1910. },
  1911. ninetales: {
  1912. learnset: {
  1913. attract: ["2M"],
  1914. bide: ["1M"],
  1915. bodyslam: ["1M"],
  1916. confuseray: ["2L1"],
  1917. curse: ["2M"],
  1918. dig: ["1M", "2M"],
  1919. doubleedge: ["1M"],
  1920. doubleteam: ["1M", "2M"],
  1921. ember: ["1L1", "2L1"],
  1922. endure: ["2M"],
  1923. fireblast: ["1M", "2M"],
  1924. firespin: ["2L43"],
  1925. flamethrower: ["2T"],
  1926. frustration: ["2M"],
  1927. headbutt: ["2M"],
  1928. hiddenpower: ["2M"],
  1929. hyperbeam: ["1M", "2M"],
  1930. irontail: ["2M"],
  1931. mimic: ["1M"],
  1932. protect: ["2M"],
  1933. quickattack: ["1L1", "2L1"],
  1934. rage: ["1M"],
  1935. reflect: ["1M"],
  1936. rest: ["1M", "2M"],
  1937. return: ["2M"],
  1938. roar: ["1L1", "2M"],
  1939. safeguard: ["2L1"],
  1940. skullbash: ["1M"],
  1941. sleeptalk: ["2M"],
  1942. snore: ["2M"],
  1943. substitute: ["1M"],
  1944. sunnyday: ["2M"],
  1945. swagger: ["2M"],
  1946. swift: ["1M", "2M"],
  1947. tailwhip: ["1L1"],
  1948. takedown: ["1M"],
  1949. toxic: ["1M", "2M"],
  1950. },
  1951. },
  1952. igglybuff: {
  1953. learnset: {
  1954. takedown: ["1L1"],
  1955. doubleedge: ["1L1"],
  1956. toxic: ["1L1"],
  1957. rage: ["1L1"],
  1958. mimic: ["1L1"],
  1959. doubleteam: ["1L1"],
  1960. bide: ["1L1"],
  1961. rest: ["1L1"],
  1962. substitute: ["1L1"],
  1963. megapunch: ["1L1"],
  1964. megakick: ["1L1"],
  1965. bodyslam: ["1L1"],
  1966. watergun: ["1L1"],
  1967. bubblebeam: ["1L1"],
  1968. counter: ["1L1"],
  1969. seismictoss: ["1L1"],
  1970. solarbeam: ["1L1"],
  1971. thunderwave: ["1L1"],
  1972. psychic: ["1L1"],
  1973. teleport: ["1L1"],
  1974. reflect: ["1L1"],
  1975. metronome: ["1L1"],
  1976. fireblast: ["1L1"],
  1977. skullbash: ["1L1"],
  1978. flash: ["1L1"],
  1979. psywave: ["1L1"],
  1980. triattack: ["1L1"],
  1981. },
  1982. },
  1983. jigglypuff: {
  1984. learnset: {
  1985. attract: ["2M"],
  1986. bide: ["1M"],
  1987. blizzard: ["1M", "2M"],
  1988. bodyslam: ["1L34", "1M", "2L34"],
  1989. bubblebeam: ["1M"],
  1990. counter: ["1M"],
  1991. curse: ["2M"],
  1992. defensecurl: ["1L19", "2L4", "2M"],
  1993. detect: ["2M"],
  1994. disable: ["1L14", "2L14"],
  1995. doubleedge: ["1L39", "1M", "2L39"],
  1996. doubleslap: ["1L24", "2L24"],
  1997. doubleteam: ["1M", "2M"],
  1998. dreameater: ["2M"],
  1999. dynamicpunch: ["2M"],
  2000. endure: ["2M"],
  2001. fireblast: ["1M", "2M"],
  2002. firepunch: ["2M"],
  2003. flamethrower: ["2T"],
  2004. flash: ["1M", "2M"],
  2005. frustration: ["2M"],
  2006. headbutt: ["2M"],
  2007. hiddenpower: ["2M"],
  2008. icebeam: ["1M", "2T"],
  2009. icepunch: ["2M"],
  2010. megakick: ["1M"],
  2011. megapunch: ["1M"],
  2012. mimic: ["1M"],
  2013. mudslap: ["2M"],
  2014. nightmare: ["2M"],
  2015. pound: ["1L9", "2L9"],
  2016. protect: ["2M"],
  2017. psychic: ["1M", "2M"],
  2018. psychup: ["2M"],
  2019. psywave: ["1M"],
  2020. rage: ["1M"],
  2021. raindance: ["2M"],
  2022. reflect: ["1M"],
  2023. rest: ["1L29", "1M", "2L29", "2M"],
  2024. return: ["2M"],
  2025. rollout: ["2L19", "2M"],
  2026. seismictoss: ["1M"],
  2027. shadowball: ["2M"],
  2028. sing: ["1L1", "2L1"],
  2029. skullbash: ["1M"],
  2030. sleeptalk: ["2M"],
  2031. snore: ["2M"],
  2032. solarbeam: ["1M", "2M"],
  2033. strength: ["1M", "2M"],
  2034. submission: ["1M"],
  2035. substitute: ["1M"],
  2036. sunnyday: ["2M"],
  2037. swagger: ["2M"],
  2038. takedown: ["1M"],
  2039. teleport: ["1M"],
  2040. thunder: ["1M", "2M"],
  2041. thunderbolt: ["1M", "2T"],
  2042. thunderpunch: ["2M"],
  2043. thunderwave: ["1M"],
  2044. toxic: ["1M", "2M"],
  2045. triattack: ["1M"],
  2046. watergun: ["1M"],
  2047. zapcannon: ["2M"],
  2048. },
  2049. },
  2050. wigglytuff: {
  2051. learnset: {
  2052. attract: ["2M"],
  2053. bide: ["1M"],
  2054. blizzard: ["1M", "2M"],
  2055. bodyslam: ["1M"],
  2056. bubblebeam: ["1M"],
  2057. counter: ["1M"],
  2058. curse: ["2M"],
  2059. defensecurl: ["1L1", "2L1", "2M"],
  2060. detect: ["2M"],
  2061. disable: ["1L1", "2L1"],
  2062. doubleedge: ["1M"],
  2063. doubleslap: ["1L1", "2L1"],
  2064. doubleteam: ["1M", "2M"],
  2065. dreameater: ["2M"],
  2066. dynamicpunch: ["2M"],
  2067. endure: ["2M"],
  2068. fireblast: ["1M", "2M"],
  2069. firepunch: ["2M"],
  2070. flamethrower: ["2T"],
  2071. flash: ["1M", "2M"],
  2072. frustration: ["2M"],
  2073. headbutt: ["2M"],
  2074. hiddenpower: ["2M"],
  2075. hyperbeam: ["1M", "2M"],
  2076. icebeam: ["1M", "2T"],
  2077. icepunch: ["2M"],
  2078. megakick: ["1M"],
  2079. megapunch: ["1M"],
  2080. mimic: ["1M"],
  2081. mudslap: ["2M"],
  2082. nightmare: ["2M"],
  2083. protect: ["2M"],
  2084. psychic: ["1M", "2M"],
  2085. psychup: ["2M"],
  2086. psywave: ["1M"],
  2087. rage: ["1M"],
  2088. raindance: ["2M"],
  2089. reflect: ["1M"],
  2090. rest: ["1M", "2M"],
  2091. return: ["2M"],
  2092. rollout: ["2M"],
  2093. seismictoss: ["1M"],
  2094. shadowball: ["2M"],
  2095. sing: ["1L1", "2L1"],
  2096. skullbash: ["1M"],
  2097. sleeptalk: ["2M"],
  2098. snore: ["2M"],
  2099. solarbeam: ["1M", "2M"],
  2100. strength: ["1M", "2M"],
  2101. submission: ["1M"],
  2102. substitute: ["1M"],
  2103. sunnyday: ["2M"],
  2104. swagger: ["2M"],
  2105. takedown: ["1M"],
  2106. teleport: ["1M"],
  2107. thunder: ["1M", "2M"],
  2108. thunderbolt: ["1M", "2T"],
  2109. thunderpunch: ["2M"],
  2110. thunderwave: ["1M"],
  2111. toxic: ["1M", "2M"],
  2112. triattack: ["1M"],
  2113. watergun: ["1M"],
  2114. zapcannon: ["2M"],
  2115. },
  2116. },
  2117. zubat: {
  2118. learnset: {
  2119. attract: ["2M"],
  2120. bide: ["1M"],
  2121. bite: ["1L15", "2L12"],
  2122. confuseray: ["1L21", "2L19"],
  2123. curse: ["2M"],
  2124. detect: ["2M"],
  2125. doubleedge: ["1M"],
  2126. doubleteam: ["1M", "2M"],
  2127. endure: ["2M"],
  2128. feintattack: ["2E"],
  2129. flail: ["2S0"],
  2130. frustration: ["2M"],
  2131. gigadrain: ["2M"],
  2132. gust: ["2E"],
  2133. haze: ["1L36", "2L46"],
  2134. hiddenpower: ["2M"],
  2135. leechlife: ["1L1", "2L1", "2S0"],
  2136. meanlook: ["2L36"],
  2137. megadrain: ["1M"],
  2138. mimic: ["1M"],
  2139. protect: ["2M"],
  2140. pursuit: ["2E"],
  2141. quickattack: ["2E"],
  2142. rage: ["1M"],
  2143. razorwind: ["1M"],
  2144. rest: ["1M", "2M"],
  2145. return: ["2M"],
  2146. sleeptalk: ["2M"],
  2147. snore: ["2M"],
  2148. steelwing: ["2M"],
  2149. substitute: ["1M"],
  2150. sunnyday: ["2M"],
  2151. supersonic: ["1L10", "2L6"],
  2152. swagger: ["2M"],
  2153. swift: ["1M", "2M"],
  2154. takedown: ["1M"],
  2155. thief: ["2M"],
  2156. toxic: ["1M", "2M"],
  2157. whirlwind: ["1M", "2E"],
  2158. wingattack: ["1L28", "2L27"],
  2159. },
  2160. eventData: [
  2161. {"generation": 2, "level": 5, "shiny": 1, "moves": ["leechlife", "flail"]},
  2162. ],
  2163. },
  2164. golbat: {
  2165. learnset: {
  2166. attract: ["2M"],
  2167. bide: ["1M"],
  2168. bite: ["1L1", "1L15", "2L12"],
  2169. confuseray: ["1L21", "2L19"],
  2170. curse: ["2M"],
  2171. detect: ["2M"],
  2172. doubleedge: ["1M"],
  2173. doubleteam: ["1M", "2M"],
  2174. endure: ["2M"],
  2175. frustration: ["2M"],
  2176. gigadrain: ["2M"],
  2177. haze: ["1L43", "2L55"],
  2178. hiddenpower: ["2M"],
  2179. hyperbeam: ["1M", "2M"],
  2180. leechlife: ["1L1", "2L1"],
  2181. meanlook: ["2L42"],
  2182. megadrain: ["1M"],
  2183. mimic: ["1M"],
  2184. protect: ["2M"],
  2185. rage: ["1M"],
  2186. razorwind: ["1M"],
  2187. rest: ["1M", "2M"],
  2188. return: ["2M"],
  2189. screech: ["1L1", "2L1"],
  2190. sleeptalk: ["2M"],
  2191. snore: ["2M"],
  2192. steelwing: ["2M"],
  2193. substitute: ["1M"],
  2194. sunnyday: ["2M"],
  2195. supersonic: ["1L10", "2L1", "2L6"],
  2196. swagger: ["2M"],
  2197. swift: ["1M", "2M"],
  2198. takedown: ["1M"],
  2199. thief: ["2M"],
  2200. toxic: ["1M", "2M"],
  2201. whirlwind: ["1M"],
  2202. wingattack: ["1L32", "2L30"],
  2203. },
  2204. },
  2205. crobat: {
  2206. learnset: {
  2207. takedown: ["1L1"],
  2208. doubleedge: ["1L1"],
  2209. toxic: ["1L1"],
  2210. rage: ["1L1"],
  2211. mimic: ["1L1"],
  2212. doubleteam: ["1L1"],
  2213. bide: ["1L1"],
  2214. rest: ["1L1"],
  2215. substitute: ["1L1"],
  2216. screech: ["1L1"],
  2217. leechlife: ["1L1"],
  2218. supersonic: ["1L1"],
  2219. bite: ["1L1"],
  2220. confuseray: ["1L1"],
  2221. wingattack: ["1L1"],
  2222. haze: ["1L1"],
  2223. razorwind: ["1L1"],
  2224. whirlwind: ["1L1"],
  2225. fly: ["1L1"],
  2226. hyperbeam: ["1L1"],
  2227. megadrain: ["1L1"],
  2228. swift: ["1L1"],
  2229. },
  2230. },
  2231. oddish: {
  2232. learnset: {
  2233. absorb: ["1L1", "2L1", "2S0"],
  2234. acid: ["1L24", "2L23"],
  2235. attract: ["2M"],
  2236. bide: ["1M"],
  2237. curse: ["2M"],
  2238. cut: ["1M", "2M"],
  2239. doubleedge: ["1M"],
  2240. doubleteam: ["1M", "2M"],
  2241. endure: ["2M"],
  2242. flail: ["2E"],
  2243. flash: ["2M"],
  2244. frustration: ["2M"],
  2245. gigadrain: ["2M"],
  2246. hiddenpower: ["2M"],
  2247. leechseed: ["2S0"],
  2248. megadrain: ["1M"],
  2249. mimic: ["1M"],
  2250. moonlight: ["2L32"],
  2251. petaldance: ["1L33", "2L39"],
  2252. poisonpowder: ["1L15", "2L14"],
  2253. protect: ["2M"],
  2254. rage: ["1M"],
  2255. razorleaf: ["2E"],
  2256. reflect: ["1M"],
  2257. rest: ["1M", "2M"],
  2258. return: ["2M"],
  2259. sleeppowder: ["1L19", "2L18"],
  2260. sleeptalk: ["2M"],
  2261. sludgebomb: ["2M"],
  2262. snore: ["2M"],
  2263. solarbeam: ["1L46", "1M", "2M"],
  2264. stunspore: ["1L17", "2L16"],
  2265. substitute: ["1M"],
  2266. sunnyday: ["2M"],
  2267. swagger: ["2M"],
  2268. sweetscent: ["2L7", "2M"],
  2269. swordsdance: ["1M", "2E"],
  2270. synthesis: ["2E"],
  2271. takedown: ["1M"],
  2272. toxic: ["1M", "2M"],
  2273. },
  2274. eventData: [
  2275. {"generation": 2, "level": 5, "shiny": 1, "moves": ["absorb", "leechseed"]},
  2276. ],
  2277. },
  2278. gloom: {
  2279. learnset: {
  2280. absorb: ["1L1", "2L1"],
  2281. acid: ["1L28", "2L24"],
  2282. attract: ["2M"],
  2283. bide: ["1M"],
  2284. curse: ["2M"],
  2285. cut: ["1M", "2M"],
  2286. doubleedge: ["1M"],
  2287. doubleteam: ["1M", "2M"],
  2288. endure: ["2M"],
  2289. flash: ["2M"],
  2290. frustration: ["2M"],
  2291. gigadrain: ["2M"],
  2292. hiddenpower: ["2M"],
  2293. megadrain: ["1M"],
  2294. mimic: ["1M"],
  2295. moonlight: ["2L35"],
  2296. petaldance: ["1L38", "2L44"],
  2297. poisonpowder: ["1L1", "1L15", "2L1", "2L14"],
  2298. protect: ["2M"],
  2299. rage: ["1M"],
  2300. reflect: ["1M"],
  2301. rest: ["1M", "2M"],
  2302. return: ["2M"],
  2303. sleeppowder: ["1L19", "2L18"],
  2304. sleeptalk: ["2M"],
  2305. sludgebomb: ["2M"],
  2306. snore: ["2M"],
  2307. solarbeam: ["1L52", "1M", "2M"],
  2308. stunspore: ["1L1", "1L17", "2L16"],
  2309. substitute: ["1M"],
  2310. sunnyday: ["2M"],
  2311. swagger: ["2M"],
  2312. sweetscent: ["2L1", "2L7", "2M"],
  2313. swordsdance: ["1M"],
  2314. takedown: ["1M"],
  2315. toxic: ["1M", "2M"],
  2316. },
  2317. },
  2318. vileplume: {
  2319. learnset: {
  2320. absorb: ["2L1"],
  2321. acid: ["1L1"],
  2322. attract: ["2M"],
  2323. bide: ["1M"],
  2324. bodyslam: ["1M"],
  2325. curse: ["2M"],
  2326. cut: ["1M", "2M"],
  2327. doubleedge: ["1M"],
  2328. doubleteam: ["1M", "2M"],
  2329. endure: ["2M"],
  2330. flash: ["2M"],
  2331. frustration: ["2M"],
  2332. gigadrain: ["2M"],
  2333. hiddenpower: ["2M"],
  2334. hyperbeam: ["1M", "2M"],
  2335. megadrain: ["1M"],
  2336. mimic: ["1M"],
  2337. petaldance: ["1L1", "2L1"],
  2338. poisonpowder: ["1L15"],
  2339. protect: ["2M"],
  2340. rage: ["1M"],
  2341. reflect: ["1M"],
  2342. rest: ["1M", "2M"],
  2343. return: ["2M"],
  2344. sleeppowder: ["1L1", "1L19"],
  2345. sleeptalk: ["2M"],
  2346. sludgebomb: ["2M"],
  2347. snore: ["2M"],
  2348. solarbeam: ["1M", "2M"],
  2349. stunspore: ["1L1", "1L17", "2L1"],
  2350. substitute: ["1M"],
  2351. sunnyday: ["2M"],
  2352. swagger: ["2M"],
  2353. sweetscent: ["2L1", "2M"],
  2354. swordsdance: ["1M"],
  2355. takedown: ["1M"],
  2356. toxic: ["1M", "2M"],
  2357. },
  2358. },
  2359. paras: {
  2360. learnset: {
  2361. attract: ["2M"],
  2362. bide: ["1M"],
  2363. bodyslam: ["1M"],
  2364. counter: ["2E"],
  2365. curse: ["2M"],
  2366. cut: ["1M", "2M"],
  2367. dig: ["1M", "2M"],
  2368. doubleedge: ["1M"],
  2369. doubleteam: ["1M", "2M"],
  2370. endure: ["2M"],
  2371. falseswipe: ["2E"],
  2372. flail: ["2E"],
  2373. flash: ["2M"],
  2374. frustration: ["2M"],
  2375. furycutter: ["2M"],
  2376. gigadrain: ["2L43", "2M"],
  2377. growth: ["1L41", "2L37"],
  2378. hiddenpower: ["2M"],
  2379. leechlife: ["1L20", "2L19"],
  2380. lightscreen: ["2E"],
  2381. megadrain: ["1M"],
  2382. mimic: ["1M"],
  2383. poisonpowder: ["2L13"],
  2384. protect: ["2M"],
  2385. psybeam: ["2E"],
  2386. pursuit: ["2E"],
  2387. rage: ["1M"],
  2388. reflect: ["1M"],
  2389. rest: ["1M", "2M"],
  2390. return: ["2M"],
  2391. rocksmash: ["2M"],
  2392. scratch: ["1L1", "2L1", "2S0"],
  2393. screech: ["2E"],
  2394. skullbash: ["1M"],
  2395. slash: ["1L34", "2L31"],
  2396. sleeptalk: ["2M"],
  2397. sludgebomb: ["2M"],
  2398. snore: ["2M"],
  2399. solarbeam: ["1M", "2M"],
  2400. spore: ["1L27", "2L25"],
  2401. stunspore: ["1L13", "2L7"],
  2402. substitute: ["1M"],
  2403. sunnyday: ["2M"],
  2404. swagger: ["2M"],
  2405. sweetscent: ["2E", "2M"],
  2406. swordsdance: ["1M"],
  2407. synthesis: ["2S0"],
  2408. takedown: ["1M"],
  2409. thief: ["2M"],
  2410. toxic: ["1M", "2M"],
  2411. },
  2412. eventData: [
  2413. {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "synthesis"]},
  2414. ],
  2415. },
  2416. parasect: {
  2417. learnset: {
  2418. attract: ["2M"],
  2419. bide: ["1M"],
  2420. bodyslam: ["1M"],
  2421. curse: ["2M"],
  2422. cut: ["1M", "2M"],
  2423. dig: ["1M", "2M"],
  2424. doubleedge: ["1M"],
  2425. doubleteam: ["1M", "2M"],
  2426. endure: ["2M"],
  2427. flash: ["2M"],
  2428. frustration: ["2M"],
  2429. furycutter: ["2M"],
  2430. gigadrain: ["2L55", "2M"],
  2431. growth: ["1L48", "2L46"],
  2432. hiddenpower: ["2M"],
  2433. hyperbeam: ["1M", "2M"],
  2434. leechlife: ["1L1", "1L20", "2L19"],
  2435. megadrain: ["1M"],
  2436. mimic: ["1M"],
  2437. poisonpowder: ["2L1", "2L13"],
  2438. protect: ["2M"],
  2439. rage: ["1M"],
  2440. reflect: ["1M"],
  2441. rest: ["1M", "2M"],
  2442. return: ["2M"],
  2443. rocksmash: ["2M"],
  2444. scratch: ["1L1", "2L1"],
  2445. skullbash: ["1M"],
  2446. slash: ["1L39", "2L37"],
  2447. sleeptalk: ["2M"],
  2448. sludgebomb: ["2M"],
  2449. snore: ["2M"],
  2450. solarbeam: ["1M", "2M"],
  2451. spore: ["1L30", "2L28"],
  2452. stunspore: ["1L1", "1L13", "2L1", "2L7"],
  2453. substitute: ["1M"],
  2454. sunnyday: ["2M"],
  2455. swagger: ["2M"],
  2456. sweetscent: ["2M"],
  2457. swordsdance: ["1M"],
  2458. takedown: ["1M"],
  2459. thief: ["2M"],
  2460. toxic: ["1M", "2M"],
  2461. },
  2462. },
  2463. venonat: {
  2464. learnset: {
  2465. attract: ["2M"],
  2466. batonpass: ["2E"],
  2467. bide: ["1M"],
  2468. confusion: ["1L19", "2L17"],
  2469. curse: ["2M"],
  2470. disable: ["1L1", "2L1"],
  2471. doubleedge: ["1M"],
  2472. doubleteam: ["1M", "2M"],
  2473. endure: ["2M"],
  2474. flash: ["1M"],
  2475. foresight: ["2L1"],
  2476. frustration: ["2M"],
  2477. gigadrain: ["2E", "2M"],
  2478. hiddenpower: ["2M"],
  2479. leechlife: ["1L27", "2L25"],
  2480. megadrain: ["1M"],
  2481. mimic: ["1M"],
  2482. poisonpowder: ["1L24", "1L22", "2L20"],
  2483. protect: ["2M"],
  2484. psybeam: ["1L35", "2L33"],
  2485. psychic: ["1L43", "1M", "2L41", "2M"],
  2486. psywave: ["1M"],
  2487. rage: ["1M"],
  2488. reflect: ["1M"],
  2489. rest: ["1M", "2M"],
  2490. return: ["2M"],
  2491. screech: ["2E"],
  2492. sleeppowder: ["1L38", "2L36"],
  2493. sleeptalk: ["2M"],
  2494. sludgebomb: ["2M"],
  2495. snore: ["2M"],
  2496. solarbeam: ["1M", "2M"],
  2497. stunspore: ["1L30", "2L28"],
  2498. substitute: ["1M"],
  2499. sunnyday: ["2M"],
  2500. supersonic: ["1L11", "2L9"],
  2501. swagger: ["2M"],
  2502. sweetscent: ["2M"],
  2503. swift: ["2M"],
  2504. tackle: ["1L1", "2L1"],
  2505. takedown: ["1M"],
  2506. thief: ["2M"],
  2507. toxic: ["1M", "2M"],
  2508. },
  2509. },
  2510. venomoth: {
  2511. learnset: {
  2512. attract: ["2M"],
  2513. bide: ["1M"],
  2514. confusion: ["1L1", "2L17"],
  2515. curse: ["2M"],
  2516. disable: ["1L1", "2L1"],
  2517. doubleedge: ["1M"],
  2518. doubleteam: ["1M", "2M"],
  2519. endure: ["2M"],
  2520. flash: ["1M", "2M"],
  2521. foresight: ["2L1"],
  2522. frustration: ["2M"],
  2523. gigadrain: ["2M"],
  2524. gust: ["2L31"],
  2525. hiddenpower: ["2M"],
  2526. hyperbeam: ["1M", "2M"],
  2527. leechlife: ["1L1", "1L27", "2L25"],
  2528. megadrain: ["1M"],
  2529. mimic: ["1M"],
  2530. poisonpowder: ["1L1", "1L24", "1L22", "2L20"],
  2531. protect: ["2M"],
  2532. psybeam: ["1L38", "2L36"],
  2533. psychic: ["1L50", "1M", "2L52", "2M"],
  2534. psywave: ["1M"],
  2535. rage: ["1M"],
  2536. razorwind: ["1M"],
  2537. reflect: ["1M"],
  2538. rest: ["1M", "2M"],
  2539. return: ["2M"],
  2540. sleeppowder: ["1L43", "2L42"],
  2541. sleeptalk: ["2M"],
  2542. sludgebomb: ["2M"],
  2543. snore: ["2M"],
  2544. solarbeam: ["1M", "2M"],
  2545. stunspore: ["1L30", "2L28"],
  2546. substitute: ["1M"],
  2547. sunnyday: ["2M"],
  2548. supersonic: ["1L1", "2L1", "2L9"],
  2549. swagger: ["2M"],
  2550. sweetscent: ["2M"],
  2551. swift: ["1M", "2M"],
  2552. tackle: ["1L1", "2L1"],
  2553. takedown: ["1M"],
  2554. teleport: ["1M"],
  2555. thief: ["2M"],
  2556. toxic: ["1M", "2M"],
  2557. whirlwind: ["1M"],
  2558. },
  2559. },
  2560. diglett: {
  2561. learnset: {
  2562. ancientpower: ["2E"],
  2563. attract: ["2M"],
  2564. beatup: ["2E"],
  2565. bide: ["1M"],
  2566. bodyslam: ["1M"],
  2567. curse: ["2M"],
  2568. cut: ["1M", "2M"],
  2569. dig: ["1L19", "1M", "2L17", "2M"],
  2570. doubleedge: ["1M"],
  2571. doubleteam: ["1M", "2M"],
  2572. earthquake: ["1L40", "1M", "2L41", "2M"],
  2573. endure: ["2M"],
  2574. feintattack: ["2E"],
  2575. fissure: ["1M", "2L49"],
  2576. frustration: ["2M"],
  2577. growl: ["1L15", "2L5"],
  2578. hiddenpower: ["2M"],
  2579. magnitude: ["2L9"],
  2580. mimic: ["1M"],
  2581. mudslap: ["2M"],
  2582. protect: ["2M"],
  2583. pursuit: ["2E"],
  2584. rage: ["1M"],
  2585. rest: ["1M", "2M"],
  2586. return: ["2M"],
  2587. rockslide: ["1M"],
  2588. rocksmash: ["2M"],
  2589. sandattack: ["1L24", "2L25"],
  2590. scratch: ["1L1", "2L1"],
  2591. screech: ["2E"],
  2592. slash: ["1L31", "2L33"],
  2593. sleeptalk: ["2M"],
  2594. sludgebomb: ["2M"],
  2595. snore: ["2M"],
  2596. substitute: ["1M"],
  2597. sunnyday: ["2M"],
  2598. swagger: ["2M"],
  2599. takedown: ["1M"],
  2600. thief: ["2M"],
  2601. toxic: ["1M", "2M"],
  2602. },
  2603. },
  2604. dugtrio: {
  2605. learnset: {
  2606. attract: ["2M"],
  2607. bide: ["1M"],
  2608. bodyslam: ["1M"],
  2609. curse: ["2M"],
  2610. cut: ["1M", "2M"],
  2611. dig: ["1L1", "1L19", "1M", "2L17", "2M"],
  2612. doubleedge: ["1M"],
  2613. doubleteam: ["1M", "2M"],
  2614. earthquake: ["1L47", "1M", "2L49", "2M"],
  2615. endure: ["2M"],
  2616. fissure: ["1M", "2L61"],
  2617. frustration: ["2M"],
  2618. growl: ["1L1", "1L15", "2L1", "2L5"],
  2619. hiddenpower: ["2M"],
  2620. hyperbeam: ["1M", "2M"],
  2621. magnitude: ["2L1", "2L9"],
  2622. mimic: ["1M"],
  2623. mudslap: ["2M"],
  2624. protect: ["2M"],
  2625. rage: ["1M"],
  2626. rest: ["1M", "2M"],
  2627. return: ["2M"],
  2628. rockslide: ["1M"],
  2629. rocksmash: ["2M"],
  2630. sandattack: ["1L24", "2L25"],
  2631. scratch: ["1L1", "2L1"],
  2632. slash: ["1L35", "2L37"],
  2633. sleeptalk: ["2M"],
  2634. sludgebomb: ["2M"],
  2635. snore: ["2M"],
  2636. substitute: ["1M"],
  2637. sunnyday: ["2M"],
  2638. swagger: ["2M"],
  2639. takedown: ["1M"],
  2640. thief: ["2M"],
  2641. toxic: ["1M", "2M"],
  2642. triattack: ["2L1"],
  2643. },
  2644. },
  2645. meowth: {
  2646. learnset: {
  2647. amnesia: ["2E"],
  2648. attract: ["2M"],
  2649. bide: ["1M"],
  2650. bite: ["1L12", "2L11"],
  2651. bodyslam: ["1M"],
  2652. bubblebeam: ["1M"],
  2653. charm: ["2E"],
  2654. curse: ["2M"],
  2655. defensecurl: ["2M"],
  2656. detect: ["2M"],
  2657. doubleedge: ["1M"],
  2658. doubleteam: ["1M", "2M"],
  2659. dreameater: ["2M"],
  2660. endure: ["2M"],
  2661. feintattack: ["2L28"],
  2662. frustration: ["2M"],
  2663. furyswipes: ["1L33", "2L41"],
  2664. growl: ["1L1", "2L1"],
  2665. headbutt: ["2M"],
  2666. hiddenpower: ["2M"],
  2667. hypnosis: ["2E"],
  2668. icywind: ["2M"],
  2669. irontail: ["2M"],
  2670. mimic: ["1M"],
  2671. mudslap: ["2M"],
  2672. nightmare: ["2M"],
  2673. payday: ["1L17", "1M", "2L20"],
  2674. protect: ["2M"],
  2675. psychup: ["2M"],
  2676. rage: ["1M"],
  2677. rest: ["1M", "2M"],
  2678. return: ["2M"],
  2679. scratch: ["1L1", "2L1"],
  2680. screech: ["1L24", "2L35"],
  2681. shadowball: ["2M"],
  2682. skullbash: ["1M"],
  2683. slash: ["1L44", "2L46"],
  2684. sleeptalk: ["2M"],
  2685. snore: ["2M"],
  2686. spite: ["2E"],
  2687. substitute: ["1M"],
  2688. sunnyday: ["2M"],
  2689. swagger: ["2M"],
  2690. swift: ["1M", "2M"],
  2691. takedown: ["1M"],
  2692. thief: ["2M"],
  2693. thunder: ["1M", "2M"],
  2694. thunderbolt: ["1M", "2T"],
  2695. toxic: ["1M", "2M"],
  2696. watergun: ["1M"],
  2697. zapcannon: ["2M"],
  2698. },
  2699. },
  2700. persian: {
  2701. learnset: {
  2702. attract: ["2M"],
  2703. bide: ["1M"],
  2704. bite: ["1L1", "1L12", "2L1", "2L11"],
  2705. bodyslam: ["1M"],
  2706. bubblebeam: ["1M"],
  2707. curse: ["2M"],
  2708. defensecurl: ["2M"],
  2709. detect: ["2M"],
  2710. doubleedge: ["1M"],
  2711. doubleteam: ["1M", "2M"],
  2712. dreameater: ["2M"],
  2713. endure: ["2M"],
  2714. feintattack: ["2L29"],
  2715. frustration: ["2M"],
  2716. furyswipes: ["1L37", "2L46"],
  2717. growl: ["1L1", "2L1"],
  2718. headbutt: ["2M"],
  2719. hiddenpower: ["2M"],
  2720. hyperbeam: ["1M", "2M"],
  2721. icywind: ["2M"],
  2722. irontail: ["2M"],
  2723. mimic: ["1M"],
  2724. mudslap: ["2M"],
  2725. nightmare: ["2M"],
  2726. payday: ["1L17", "1M", "2L20"],
  2727. protect: ["2M"],
  2728. psychup: ["2M"],
  2729. rage: ["1M"],
  2730. rest: ["1M", "2M"],
  2731. return: ["2M"],
  2732. roar: ["2M"],
  2733. scratch: ["1L1", "2L1"],
  2734. screech: ["1L1", "1L24", "2L38"],
  2735. shadowball: ["2M"],
  2736. skullbash: ["1M"],
  2737. slash: ["1L51", "2L53"],
  2738. sleeptalk: ["2M"],
  2739. snore: ["2M"],
  2740. substitute: ["1M"],
  2741. sunnyday: ["2M"],
  2742. swagger: ["2M"],
  2743. swift: ["1M", "2M"],
  2744. takedown: ["1M"],
  2745. thief: ["2M"],
  2746. thunder: ["1M", "2M"],
  2747. thunderbolt: ["1M", "2T"],
  2748. toxic: ["1M", "2M"],
  2749. watergun: ["1M"],
  2750. zapcannon: ["2M"],
  2751. },
  2752. },
  2753. psyduck: {
  2754. learnset: {
  2755. amnesia: ["1S0"],
  2756. attract: ["2M"],
  2757. bide: ["1M"],
  2758. blizzard: ["1M", "2M"],
  2759. bodyslam: ["1M"],
  2760. bubblebeam: ["1M"],
  2761. confusion: ["1L36", "2L16"],
  2762. counter: ["1M"],
  2763. crosschop: ["2E"],
  2764. curse: ["2M"],
  2765. dig: ["1M", "2M"],
  2766. disable: ["1L31", "2L10"],
  2767. doubleedge: ["1M"],
  2768. doubleteam: ["1M", "2M"],
  2769. dynamicpunch: ["2M"],
  2770. endure: ["2M"],
  2771. flash: ["2M"],
  2772. foresight: ["2E"],
  2773. frustration: ["2M"],
  2774. furyswipes: ["1L43", "2L40"],
  2775. futuresight: ["2E"],
  2776. headbutt: ["2M"],
  2777. hiddenpower: ["2M"],
  2778. hydropump: ["1L52", "2L50"],
  2779. hypnosis: ["2E"],
  2780. icebeam: ["1M", "2E", "2T"],
  2781. icepunch: ["2M"],
  2782. icywind: ["2M"],
  2783. irontail: ["2M"],
  2784. lightscreen: ["2E"],
  2785. megakick: ["1M"],
  2786. megapunch: ["1M"],
  2787. mimic: ["1M"],
  2788. mudslap: ["2M"],
  2789. payday: ["1M"],
  2790. petaldance: ["2S1"],
  2791. protect: ["2M"],
  2792. psybeam: ["2E"],
  2793. psychic: ["2E"],
  2794. psychup: ["2L31", "2M"],
  2795. rage: ["1M"],
  2796. raindance: ["2M"],
  2797. rest: ["1M", "2M"],
  2798. return: ["2M"],
  2799. rocksmash: ["2M"],
  2800. scratch: ["1L1", "1S0", "2L1", "2S1", "2S2"],
  2801. screech: ["2L23"],
  2802. seismictoss: ["1M"],
  2803. skullbash: ["1M"],
  2804. sleeptalk: ["2M"],
  2805. snore: ["2M"],
  2806. strength: ["1M", "2M"],
  2807. submission: ["1M"],
  2808. substitute: ["1M"],
  2809. surf: ["1M", "2M"],
  2810. swagger: ["2M"],
  2811. swift: ["1M", "2M"],
  2812. tailwhip: ["1L28", "2L5", "2S1", "2S2"],
  2813. takedown: ["1M"],
  2814. toxic: ["1M", "2M"],
  2815. triattack: ["2S2"],
  2816. waterfall: ["2M"],
  2817. watergun: ["1M"],
  2818. whirlpool: ["2M"],
  2819. },
  2820. eventData: [
  2821. {"generation": 1, "level": 15, "moves": ["scratch", "amnesia"]},
  2822. {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "tailwhip", "petaldance"]},
  2823. {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "tailwhip", "triattack"]},
  2824. ],
  2825. },
  2826. golduck: {
  2827. learnset: {
  2828. attract: ["2M"],
  2829. bide: ["1M"],
  2830. blizzard: ["1M", "2M"],
  2831. bodyslam: ["1M"],
  2832. bubblebeam: ["1M"],
  2833. confusion: ["1L39", "2L1", "2L16"],
  2834. counter: ["1M"],
  2835. curse: ["2M"],
  2836. dig: ["1M", "2M"],
  2837. disable: ["1L1", "1L31", "2L1", "2L10"],
  2838. doubleedge: ["1M"],
  2839. doubleteam: ["1M", "2M"],
  2840. dynamicpunch: ["2M"],
  2841. endure: ["2M"],
  2842. flash: ["2M"],
  2843. frustration: ["2M"],
  2844. furycutter: ["2M"],
  2845. furyswipes: ["1L48", "2L44"],
  2846. headbutt: ["2M"],
  2847. hiddenpower: ["2M"],
  2848. hydropump: ["1L59", "2L58"],
  2849. hyperbeam: ["1M", "2M"],
  2850. icebeam: ["1M", "2T"],
  2851. icepunch: ["2M"],
  2852. icywind: ["2M"],
  2853. irontail: ["2M"],
  2854. megakick: ["1M"],
  2855. megapunch: ["1M"],
  2856. mimic: ["1M"],
  2857. mudslap: ["2M"],
  2858. payday: ["1M"],
  2859. protect: ["2M"],
  2860. psychup: ["2L31", "2M"],
  2861. rage: ["1M"],
  2862. raindance: ["2M"],
  2863. rest: ["1M", "2M"],
  2864. return: ["2M"],
  2865. rocksmash: ["2M"],
  2866. scratch: ["1L1", "2L1"],
  2867. screech: ["2L23"],
  2868. seismictoss: ["1M"],
  2869. skullbash: ["1M"],
  2870. sleeptalk: ["2M"],
  2871. snore: ["2M"],
  2872. strength: ["1M", "2M"],
  2873. submission: ["1M"],
  2874. substitute: ["1M"],
  2875. surf: ["1M", "2M"],
  2876. swagger: ["2M"],
  2877. swift: ["1M", "2M"],
  2878. tailwhip: ["1L1", "1L28", "2L1", "2L5"],
  2879. takedown: ["1M"],
  2880. toxic: ["1M", "2M"],
  2881. waterfall: ["2M"],
  2882. watergun: ["1M"],
  2883. whirlpool: ["2M"],
  2884. },
  2885. },
  2886. mankey: {
  2887. learnset: {
  2888. attract: ["2M"],
  2889. beatup: ["2E"],
  2890. bide: ["1M"],
  2891. bodyslam: ["1M"],
  2892. counter: ["1M", "2E"],
  2893. crosschop: ["2L39"],
  2894. curse: ["2M"],
  2895. defensecurl: ["2M"],
  2896. detect: ["2M"],
  2897. dig: ["1M", "2M"],
  2898. doubleedge: ["1M"],
  2899. doubleteam: ["1M", "2M"],
  2900. dynamicpunch: ["2M"],
  2901. endure: ["2M"],
  2902. firepunch: ["2M"],
  2903. focusenergy: ["1L27", "2L27"],
  2904. foresight: ["2E"],
  2905. frustration: ["2M"],
  2906. furyswipes: ["1L21", "2L21"],
  2907. headbutt: ["2M"],
  2908. hiddenpower: ["2M"],
  2909. icepunch: ["2M"],
  2910. irontail: ["2M"],
  2911. karatechop: ["1L15", "2L15"],
  2912. leer: ["1L1", "2L1"],
  2913. lowkick: ["1L9", "2L9"],
  2914. meditate: ["2E"],
  2915. megakick: ["1M"],
  2916. megapunch: ["1M"],
  2917. metronome: ["1M"],
  2918. mimic: ["1M"],
  2919. mudslap: ["2M"],
  2920. payday: ["1M"],
  2921. protect: ["2M"],
  2922. psychup: ["2M"],
  2923. rage: ["1M"],
  2924. rest: ["1M", "2M"],
  2925. return: ["2M"],
  2926. reversal: ["2E"],
  2927. rockslide: ["1M", "2E"],
  2928. rocksmash: ["2M"],
  2929. scratch: ["1L1", "2L1"],
  2930. screech: ["1L45", "2L45"],
  2931. seismictoss: ["1L33", "1M", "2L33"],
  2932. skullbash: ["1M"],
  2933. sleeptalk: ["2M"],
  2934. snore: ["2M"],
  2935. strength: ["1M", "2M"],
  2936. submission: ["1M"],
  2937. substitute: ["1M"],
  2938. sunnyday: ["2M"],
  2939. swagger: ["2M"],
  2940. swift: ["1M", "2M"],
  2941. takedown: ["1M"],
  2942. thief: ["2M"],
  2943. thrash: ["1L39", "2L51"],
  2944. thunder: ["1M", "2M"],
  2945. thunderbolt: ["1M", "2T"],
  2946. thunderpunch: ["2M"],
  2947. toxic: ["1M", "2M"],
  2948. },
  2949. },
  2950. primeape: {
  2951. learnset: {
  2952. attract: ["2M"],
  2953. bide: ["1M"],
  2954. bodyslam: ["1M"],
  2955. counter: ["1M"],
  2956. crosschop: ["2L45"],
  2957. curse: ["2M"],
  2958. defensecurl: ["2M"],
  2959. detect: ["2M"],
  2960. dig: ["1M", "2M"],
  2961. doubleedge: ["1M"],
  2962. doubleteam: ["1M", "2M"],
  2963. dynamicpunch: ["2M"],
  2964. endure: ["2M"],
  2965. firepunch: ["2M"],
  2966. focusenergy: ["1L27", "2L27"],
  2967. frustration: ["2M"],
  2968. furyswipes: ["1L1", "1L21", "2L21"],
  2969. headbutt: ["2M"],
  2970. hiddenpower: ["2M"],
  2971. hyperbeam: ["1M", "2M"],
  2972. icepunch: ["2M"],
  2973. irontail: ["2M"],
  2974. karatechop: ["1L1", "1L15", "2L15"],
  2975. leer: ["1L1", "2L1"],
  2976. lowkick: ["1L1", "1L9", "2L1", "2L9"],
  2977. megakick: ["1M"],
  2978. megapunch: ["1M"],
  2979. metronome: ["1M"],
  2980. mimic: ["1M"],
  2981. mudslap: ["2M"],
  2982. payday: ["1M"],
  2983. protect: ["2M"],
  2984. psychup: ["2M"],
  2985. rage: ["1M", "1L28", "2L1", "2L28"],
  2986. rest: ["1M", "2M"],
  2987. return: ["2M"],
  2988. rockslide: ["1M"],
  2989. rocksmash: ["2M"],
  2990. scratch: ["1L1", "2L1"],
  2991. screech: ["1L45", "2L54"],
  2992. seismictoss: ["1L37", "1M", "2L36"],
  2993. skullbash: ["1M"],
  2994. sleeptalk: ["2M"],
  2995. snore: ["2M"],
  2996. strength: ["1M", "2M"],
  2997. submission: ["1M"],
  2998. substitute: ["1M"],
  2999. sunnyday: ["2M"],
  3000. swagger: ["2M"],
  3001. swift: ["1M", "2M"],
  3002. takedown: ["1M"],
  3003. thief: ["2M"],
  3004. thrash: ["1L46", "2L63"],
  3005. thunder: ["1M", "2M"],
  3006. thunderbolt: ["1M", "2T"],
  3007. thunderpunch: ["2M"],
  3008. toxic: ["1M", "2M"],
  3009. },
  3010. },
  3011. growlithe: {
  3012. learnset: {
  3013. agility: ["1L39", "2L42"],
  3014. attract: ["2M"],
  3015. bide: ["1M"],
  3016. bite: ["1L1", "2L1"],
  3017. bodyslam: ["1M", "2E"],
  3018. crunch: ["2E"],
  3019. curse: ["2M"],
  3020. dig: ["1M", "2M"],
  3021. doubleedge: ["1M"],
  3022. doubleteam: ["1M", "2M"],
  3023. dragonbreath: ["2M"],
  3024. dragonrage: ["1M"],
  3025. ember: ["1L18", "2L9"],
  3026. endure: ["2M"],
  3027. fireblast: ["1M", "2M"],
  3028. firespin: ["2E"],
  3029. flamethrower: ["1L50", "2L50", "2T"],
  3030. flamewheel: ["2L34"],
  3031. frustration: ["2M"],
  3032. headbutt: ["2M"],
  3033. hiddenpower: ["2M"],
  3034. irontail: ["2M"],
  3035. leer: ["1L23", "2L18"],
  3036. mimic: ["1M"],
  3037. protect: ["2M"],
  3038. rage: ["1M"],
  3039. reflect: ["1M"],
  3040. rest: ["1M", "2M"],
  3041. return: ["2M"],
  3042. roar: ["1L1", "2L1", "2M"],
  3043. rocksmash: ["2M"],
  3044. safeguard: ["2E"],
  3045. skullbash: ["1M"],
  3046. sleeptalk: ["2M"],
  3047. snore: ["2M"],
  3048. substitute: ["1M"],
  3049. sunnyday: ["2M"],
  3050. swagger: ["2M"],
  3051. swift: ["1M", "2M"],
  3052. takedown: ["1L30", "1M", "2L26"],
  3053. thrash: ["2E"],
  3054. toxic: ["1M", "2M"],
  3055. },
  3056. },
  3057. arcanine: {
  3058. learnset: {
  3059. attract: ["2M"],
  3060. bide: ["1M"],
  3061. bodyslam: ["1M"],
  3062. curse: ["2M"],
  3063. dig: ["1M", "2M"],
  3064. doubleedge: ["1M"],
  3065. doubleteam: ["1M", "2M"],
  3066. dragonbreath: ["2M"],
  3067. dragonrage: ["1M"],
  3068. ember: ["1L1"],
  3069. endure: ["2M"],
  3070. extremespeed: ["2L50"],
  3071. fireblast: ["1M", "2M"],
  3072. flamethrower: ["2T"],
  3073. flamewheel: ["2L1"],
  3074. frustration: ["2M"],
  3075. headbutt: ["2M"],
  3076. hiddenpower: ["2M"],
  3077. hyperbeam: ["1M", "2M"],
  3078. irontail: ["2M"],
  3079. leer: ["1L1", "2L1"],
  3080. mimic: ["1M"],
  3081. protect: ["2M"],
  3082. rage: ["1M"],
  3083. reflect: ["1M"],
  3084. rest: ["1M", "2M"],
  3085. return: ["2M"],
  3086. roar: ["1L1", "2L1", "2M"],
  3087. rocksmash: ["2M"],
  3088. skullbash: ["1M"],
  3089. sleeptalk: ["2M"],
  3090. snore: ["2M"],
  3091. substitute: ["1M"],
  3092. sunnyday: ["2M"],
  3093. swagger: ["2M"],
  3094. swift: ["1M", "2M"],
  3095. takedown: ["1L1", "1M", "2L1"],
  3096. teleport: ["1M"],
  3097. toxic: ["1M", "2M"],
  3098. },
  3099. },
  3100. poliwag: {
  3101. learnset: {
  3102. amnesia: ["1L38"],
  3103. attract: ["2M"],
  3104. bellydrum: ["2L37"],
  3105. bide: ["1M"],
  3106. blizzard: ["1M", "2M"],
  3107. bodyslam: ["1L31", "1M", "2L31"],
  3108. bubble: ["1L1", "2L1", "2S0", "2S1", "2S2"],
  3109. bubblebeam: ["1M", "2E"],
  3110. curse: ["2M"],
  3111. defensecurl: ["2M"],
  3112. doubleedge: ["1M"],
  3113. doubleslap: ["1L25", "2L19"],
  3114. doubleteam: ["1M", "2M"],
  3115. endure: ["2M"],
  3116. frustration: ["2M"],
  3117. growth: ["2S0"],
  3118. haze: ["2E"],
  3119. headbutt: ["2M"],
  3120. hiddenpower: ["2M"],
  3121. hydropump: ["1L45", "2L43"],
  3122. hypnosis: ["1L16", "2L7"],
  3123. icebeam: ["1M", "2T"],
  3124. icywind: ["2M"],
  3125. lovelykiss: ["2S1"],
  3126. mimic: ["1M"],
  3127. mindreader: ["2E"],
  3128. mist: ["2E"],
  3129. protect: ["2M"],
  3130. psychic: ["1M", "2M"],
  3131. psywave: ["1M"],
  3132. rage: ["1M"],
  3133. raindance: ["2L25", "2M"],
  3134. rest: ["1M", "2M"],
  3135. return: ["2M"],
  3136. skullbash: ["1M"],
  3137. sleeptalk: ["2M"],
  3138. snore: ["2M"],
  3139. splash: ["2E"],
  3140. substitute: ["1M"],
  3141. surf: ["1M", "2M"],
  3142. swagger: ["2M"],
  3143. sweetkiss: ["2S2"],
  3144. takedown: ["1M"],
  3145. thief: ["2M"],
  3146. toxic: ["1M", "2M"],
  3147. waterfall: ["2M"],
  3148. watergun: ["1L19", "1M", "2L13"],
  3149. whirlpool: ["2M"],
  3150. },
  3151. eventData: [
  3152. {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "growth"]},
  3153. {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "lovelykiss"]},
  3154. {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "sweetkiss"]},
  3155. ],
  3156. },
  3157. poliwhirl: {
  3158. learnset: {
  3159. amnesia: ["1L41"],
  3160. attract: ["2M"],
  3161. bellydrum: ["2L43"],
  3162. bide: ["1M"],
  3163. blizzard: ["1M", "2M"],
  3164. bodyslam: ["1L33", "1M", "2L35"],
  3165. bubble: ["1L1", "2L1"],
  3166. bubblebeam: ["1M"],
  3167. counter: ["1M"],
  3168. curse: ["2M"],
  3169. defensecurl: ["2M"],
  3170. detect: ["2M"],
  3171. doubleedge: ["1M"],
  3172. doubleslap: ["1L26", "2L19"],
  3173. doubleteam: ["1M", "2M"],
  3174. earthquake: ["1M", "2M"],
  3175. endure: ["2M"],
  3176. fissure: ["1M"],
  3177. frustration: ["2M"],
  3178. headbutt: ["2M"],
  3179. hiddenpower: ["2M"],
  3180. hydropump: ["1L49", "2L51"],
  3181. hypnosis: ["1L1", "1L16", "2L1", "2L7"],
  3182. icebeam: ["1M", "2T"],
  3183. icepunch: ["2M"],
  3184. icywind: ["2M"],
  3185. megakick: ["1M"],
  3186. megapunch: ["1M"],
  3187. metronome: ["1M"],
  3188. mimic: ["1M"],
  3189. mudslap: ["2M"],
  3190. protect: ["2M"],
  3191. psychic: ["1M", "2M"],
  3192. psywave: ["1M"],
  3193. rage: ["1M"],
  3194. raindance: ["2L27", "2M"],
  3195. rest: ["1M", "2M"],
  3196. return: ["2M"],
  3197. rocksmash: ["2M"],
  3198. seismictoss: ["1M"],
  3199. skullbash: ["1M"],
  3200. sleeptalk: ["2M"],
  3201. snore: ["2M"],
  3202. strength: ["1M", "2M"],
  3203. submission: ["1M"],
  3204. substitute: ["1M"],
  3205. surf: ["1M", "2M"],
  3206. swagger: ["2M"],
  3207. takedown: ["1M"],
  3208. thief: ["2M"],
  3209. toxic: ["1M", "2M"],
  3210. waterfall: ["2M"],
  3211. watergun: ["1L1", "1L19", "1M", "2L1", "2L13"],
  3212. whirlpool: ["2M"],
  3213. },
  3214. },
  3215. poliwrath: {
  3216. learnset: {
  3217. attract: ["2M"],
  3218. bide: ["1M"],
  3219. blizzard: ["1M", "2M"],
  3220. bodyslam: ["1L1", "1M"],
  3221. bubblebeam: ["1M"],
  3222. counter: ["1M"],
  3223. curse: ["2M"],
  3224. defensecurl: ["2M"],
  3225. detect: ["2M"],
  3226. doubleedge: ["1M"],
  3227. doubleslap: ["1L1", "2L1"],
  3228. doubleteam: ["1M", "2M"],
  3229. dynamicpunch: ["2M"],
  3230. earthquake: ["1M", "2M"],
  3231. endure: ["2M"],
  3232. fissure: ["1M"],
  3233. frustration: ["2M"],
  3234. headbutt: ["2M"],
  3235. hiddenpower: ["2M"],
  3236. hyperbeam: ["1M", "2M"],
  3237. hypnosis: ["1L1", "1L16", "2L1"],
  3238. icebeam: ["1M", "2T"],
  3239. icepunch: ["2M"],
  3240. icywind: ["2M"],
  3241. megakick: ["1M"],
  3242. megapunch: ["1M"],
  3243. metronome: ["1M"],
  3244. mimic: ["1M"],
  3245. mindreader: ["2L51"],
  3246. mudslap: ["2M"],
  3247. protect: ["2M"],
  3248. psychic: ["1M", "2M"],
  3249. psywave: ["1M"],
  3250. rage: ["1M"],
  3251. raindance: ["2M"],
  3252. rest: ["1M", "2M"],
  3253. return: ["2M"],
  3254. rocksmash: ["2M"],
  3255. seismictoss: ["1M"],
  3256. skullbash: ["1M"],
  3257. sleeptalk: ["2M"],
  3258. snore: ["2M"],
  3259. strength: ["1M", "2M"],
  3260. submission: ["1M", "2L1", "2L35"],
  3261. substitute: ["1M"],
  3262. surf: ["1M", "2M"],
  3263. swagger: ["2M"],
  3264. takedown: ["1M"],
  3265. thief: ["2M"],
  3266. toxic: ["1M", "2M"],
  3267. waterfall: ["2M"],
  3268. watergun: ["1L1", "1L19", "1M", "2L1"],
  3269. whirlpool: ["2M"],
  3270. },
  3271. },
  3272. abra: {
  3273. learnset: {
  3274. attract: ["2M"],
  3275. barrier: ["2E"],
  3276. bide: ["1M"],
  3277. bodyslam: ["1M"],
  3278. counter: ["1M"],
  3279. curse: ["2M"],
  3280. doubleedge: ["1M"],
  3281. doubleteam: ["1M", "2M"],
  3282. dreameater: ["2M"],
  3283. dynamicpunch: ["2M"],
  3284. encore: ["2E"],
  3285. endure: ["2M"],
  3286. firepunch: ["2M"],
  3287. flash: ["1M", "2M"],
  3288. foresight: ["2S0"],
  3289. frustration: ["2M"],
  3290. headbutt: ["2M"],
  3291. hiddenpower: ["2M"],
  3292. icepunch: ["2M"],
  3293. lightscreen: ["2E"],
  3294. megakick: ["1M"],
  3295. megapunch: ["1M"],
  3296. metronome: ["1M"],
  3297. mimic: ["1M"],
  3298. nightmare: ["2M"],
  3299. protect: ["2M"],
  3300. psychic: ["1M", "2M"],
  3301. psychup: ["2M"],
  3302. psywave: ["1M"],
  3303. rage: ["1M"],
  3304. raindance: ["2M"],
  3305. reflect: ["1M"],
  3306. rest: ["1M", "2M"],
  3307. return: ["2M"],
  3308. seismictoss: ["1M"],
  3309. shadowball: ["2M"],
  3310. skullbash: ["1M"],
  3311. sleeptalk: ["2M"],
  3312. snore: ["2M"],
  3313. submission: ["1M"],
  3314. substitute: ["1M"],
  3315. sunnyday: ["2M"],
  3316. swagger: ["2M"],
  3317. takedown: ["1M"],
  3318. teleport: ["1L1", "1M", "2L1", "2S0"],
  3319. thief: ["2M"],
  3320. thunderpunch: ["2M"],
  3321. thunderwave: ["1M"],
  3322. toxic: ["1M", "2M"],
  3323. triattack: ["1M"],
  3324. zapcannon: ["2M"],
  3325. },
  3326. eventData: [
  3327. {"generation": 2, "level": 5, "shiny": 1, "moves": ["teleport", "foresight"]},
  3328. ],
  3329. },
  3330. kadabra: {
  3331. learnset: {
  3332. attract: ["2M"],
  3333. bide: ["1M"],
  3334. bodyslam: ["1M"],
  3335. confusion: ["1L1", "1L16", "2L1", "2L16"],
  3336. counter: ["1M"],
  3337. curse: ["2M"],
  3338. dig: ["1M", "2M"],
  3339. disable: ["1L1", "1L20", "2L18"],
  3340. doubleedge: ["1M"],
  3341. doubleteam: ["1M", "2M"],
  3342. dreameater: ["2M"],
  3343. dynamicpunch: ["2M"],
  3344. endure: ["2M"],
  3345. firepunch: ["2M"],
  3346. flash: ["1M", "2M"],
  3347. frustration: ["2M"],
  3348. futuresight: ["2L31"],
  3349. headbutt: ["2M"],
  3350. hiddenpower: ["2M"],
  3351. icepunch: ["2M"],
  3352. kinesis: ["1L1", "2L1"],
  3353. megakick: ["1M"],
  3354. megapunch: ["1M"],
  3355. metronome: ["1M"],
  3356. mimic: ["1M"],
  3357. nightmare: ["2M"],
  3358. protect: ["2M"],
  3359. psybeam: ["1L27", "2L21"],
  3360. psychic: ["1L38", "1M", "2L38", "2M"],
  3361. psychup: ["2M"],
  3362. psywave: ["1M"],
  3363. rage: ["1M"],
  3364. raindance: ["2M"],
  3365. recover: ["1L31", "2L26"],
  3366. reflect: ["1L42", "1M", "2L45"],
  3367. rest: ["1M", "2M"],
  3368. return: ["2M"],
  3369. seismictoss: ["1M"],
  3370. shadowball: ["2M"],
  3371. skullbash: ["1M"],
  3372. sleeptalk: ["2M"],
  3373. snore: ["2M"],
  3374. submission: ["1M"],
  3375. substitute: ["1M"],
  3376. sunnyday: ["2M"],
  3377. swagger: ["2M"],
  3378. takedown: ["1M"],
  3379. teleport: ["1L1", "1M", "2L1"],
  3380. thief: ["2M"],
  3381. thunderpunch: ["2M"],
  3382. thunderwave: ["1M"],
  3383. toxic: ["1M", "2M"],
  3384. triattack: ["1M"],
  3385. zapcannon: ["2M"],
  3386. },
  3387. },
  3388. alakazam: {
  3389. learnset: {
  3390. attract: ["2M"],
  3391. bide: ["1M"],
  3392. bodyslam: ["1M"],
  3393. confusion: ["1L1", "1L16", "2L1", "2L16"],
  3394. counter: ["1M"],
  3395. curse: ["2M"],
  3396. dig: ["1M", "2M"],
  3397. disable: ["1L1", "1L20", "2L18"],
  3398. doubleedge: ["1M"],
  3399. doubleteam: ["1M", "2M"],
  3400. dreameater: ["2M"],
  3401. dynamicpunch: ["2M"],
  3402. endure: ["2M"],
  3403. firepunch: ["2M"],
  3404. flash: ["1M", "2M"],
  3405. frustration: ["2M"],
  3406. futuresight: ["2L31"],
  3407. headbutt: ["2M"],
  3408. hiddenpower: ["2M"],
  3409. hyperbeam: ["1M", "2M"],
  3410. icepunch: ["2M"],
  3411. kinesis: ["1L1", "2L1"],
  3412. megakick: ["1M"],
  3413. megapunch: ["1M"],
  3414. metronome: ["1M"],
  3415. mimic: ["1M"],
  3416. nightmare: ["2M"],
  3417. protect: ["2M"],
  3418. psybeam: ["1L27", "2L21"],
  3419. psychic: ["1L38", "1M", "2L38", "2M"],
  3420. psychup: ["2M"],
  3421. psywave: ["1M"],
  3422. rage: ["1M"],
  3423. raindance: ["2M"],
  3424. recover: ["1L31", "2L26"],
  3425. reflect: ["1L42", "1M", "2L45"],
  3426. rest: ["1M", "2M"],
  3427. return: ["2M"],
  3428. seismictoss: ["1M"],
  3429. shadowball: ["2M"],
  3430. skullbash: ["1M"],
  3431. sleeptalk: ["2M"],
  3432. snore: ["2M"],
  3433. submission: ["1M"],
  3434. substitute: ["1M"],
  3435. sunnyday: ["2M"],
  3436. swagger: ["2M"],
  3437. takedown: ["1M"],
  3438. teleport: ["1L1", "1M", "2L1"],
  3439. thief: ["2M"],
  3440. thunderpunch: ["2M"],
  3441. thunderwave: ["1M"],
  3442. toxic: ["1M", "2M"],
  3443. triattack: ["1M"],
  3444. zapcannon: ["2M"],
  3445. },
  3446. },
  3447. machop: {
  3448. learnset: {
  3449. attract: ["2M"],
  3450. bide: ["1M"],
  3451. bodyslam: ["1M"],
  3452. counter: ["1M"],
  3453. crosschop: ["2L37"],
  3454. curse: ["2M"],
  3455. detect: ["2M"],
  3456. dig: ["1M", "2M"],
  3457. doubleedge: ["1M"],
  3458. doubleteam: ["1M", "2M"],
  3459. dynamicpunch: ["2M"],
  3460. earthquake: ["1M", "2M"],
  3461. encore: ["2E"],
  3462. endure: ["2M"],
  3463. falseswipe: ["2S0"],
  3464. fireblast: ["1M", "2M"],
  3465. firepunch: ["2M"],
  3466. fissure: ["1M"],
  3467. flamethrower: ["2T"],
  3468. focusenergy: ["1L32", "2L7"],
  3469. foresight: ["2L25"],
  3470. frustration: ["2M"],
  3471. headbutt: ["2M"],
  3472. hiddenpower: ["2M"],
  3473. icepunch: ["2M"],
  3474. karatechop: ["1L1", "2L13"],
  3475. leer: ["1L25", "2L1", "2S0", "2S1"],
  3476. lightscreen: ["2E"],
  3477. lowkick: ["1L20", "2L1", "2S0", "2S1"],
  3478. meditate: ["2E"],
  3479. megakick: ["1M"],
  3480. megapunch: ["1M"],
  3481. metronome: ["1M"],
  3482. mimic: ["1M"],
  3483. mudslap: ["2M"],
  3484. protect: ["2M"],
  3485. rage: ["1M"],
  3486. rest: ["1M", "2M"],
  3487. return: ["2M"],
  3488. rockslide: ["1M"],
  3489. rocksmash: ["2M"],
  3490. rollingkick: ["2E"],
  3491. scaryface: ["2L43"],
  3492. seismictoss: ["1L39", "1M", "2L19"],
  3493. skullbash: ["1M"],
  3494. sleeptalk: ["2M"],
  3495. snore: ["2M"],
  3496. strength: ["1M", "2M"],
  3497. submission: ["1L46", "1M", "2L49"],
  3498. substitute: ["1M"],
  3499. sunnyday: ["2M"],
  3500. swagger: ["2M"],
  3501. takedown: ["1M"],
  3502. thief: ["2M"],
  3503. thrash: ["2S1"],
  3504. thunderpunch: ["2M"],
  3505. toxic: ["1M", "2M"],
  3506. vitalthrow: ["2L31"],
  3507. },
  3508. eventData: [
  3509. {"generation": 2, "level": 5, "shiny": 1, "moves": ["lowkick", "leer", "falseswipe"]},
  3510. {"generation": 2, "level": 5, "shiny": 1, "moves": ["lowkick", "leer", "thrash"]},
  3511. ],
  3512. },
  3513. machoke: {
  3514. learnset: {
  3515. attract: ["2M"],
  3516. bide: ["1M"],
  3517. bodyslam: ["1M"],
  3518. counter: ["1M"],
  3519. crosschop: ["2L43"],
  3520. curse: ["2M"],
  3521. detect: ["2M"],
  3522. dig: ["1M", "2M"],
  3523. doubleedge: ["1M"],
  3524. doubleteam: ["1M", "2M"],
  3525. dynamicpunch: ["2M"],
  3526. earthquake: ["1M", "2M"],
  3527. endure: ["2M"],
  3528. fireblast: ["1M", "2M"],
  3529. firepunch: ["2M"],
  3530. fissure: ["1M"],
  3531. flamethrower: ["2T"],
  3532. focusenergy: ["1L36", "2L1", "2L8"],
  3533. foresight: ["2L25"],
  3534. frustration: ["2M"],
  3535. headbutt: ["2M"],
  3536. hiddenpower: ["2M"],
  3537. icepunch: ["2M"],
  3538. karatechop: ["1L1", "2L15"],
  3539. leer: ["1L1", "1L25", "2L1"],
  3540. lowkick: ["1L1", "1L20", "2L1"],
  3541. megakick: ["1M"],
  3542. megapunch: ["1M"],
  3543. metronome: ["1M"],
  3544. mimic: ["1M"],
  3545. mudslap: ["2M"],
  3546. protect: ["2M"],
  3547. rage: ["1M"],
  3548. rest: ["1M", "2M"],
  3549. return: ["2M"],
  3550. rockslide: ["1M"],
  3551. rocksmash: ["2M"],
  3552. scaryface: ["2L52"],
  3553. seismictoss: ["1L44", "1M", "2L19"],
  3554. skullbash: ["1M"],
  3555. sleeptalk: ["2M"],
  3556. snore: ["2M"],
  3557. strength: ["1M", "2M"],
  3558. submission: ["1L52", "1M", "2L61"],
  3559. substitute: ["1M"],
  3560. sunnyday: ["2M"],
  3561. swagger: ["2M"],
  3562. takedown: ["1M"],
  3563. thief: ["2M"],
  3564. thunderpunch: ["2M"],
  3565. toxic: ["1M", "2M"],
  3566. vitalthrow: ["2L34"],
  3567. },
  3568. },
  3569. machamp: {
  3570. learnset: {
  3571. attract: ["2M"],
  3572. bide: ["1M"],
  3573. bodyslam: ["1M"],
  3574. counter: ["1M"],
  3575. crosschop: ["2L43"],
  3576. curse: ["2M"],
  3577. detect: ["2M"],
  3578. dig: ["1M", "2M"],
  3579. doubleedge: ["1M"],
  3580. doubleteam: ["1M", "2M"],
  3581. dynamicpunch: ["2M"],
  3582. earthquake: ["1M", "2M"],
  3583. endure: ["2M"],
  3584. fireblast: ["1M", "2M"],
  3585. firepunch: ["2M"],
  3586. fissure: ["1M"],
  3587. flamethrower: ["2T"],
  3588. focusenergy: ["1L36", "2L1", "2L8"],
  3589. foresight: ["2L25"],
  3590. frustration: ["2M"],
  3591. headbutt: ["2M"],
  3592. hiddenpower: ["2M"],
  3593. hyperbeam: ["1M", "2M"],
  3594. icepunch: ["2M"],
  3595. karatechop: ["1L1", "2L15"],
  3596. leer: ["1L1", "1L25", "2L1"],
  3597. lowkick: ["1L1", "1L20", "2L1"],
  3598. megakick: ["1M"],
  3599. megapunch: ["1M"],
  3600. metronome: ["1M"],
  3601. mimic: ["1M"],
  3602. mudslap: ["2M"],
  3603. protect: ["2M"],
  3604. rage: ["1M"],
  3605. rest: ["1M", "2M"],
  3606. return: ["2M"],
  3607. rockslide: ["1M"],
  3608. rocksmash: ["2M"],
  3609. scaryface: ["2L52"],
  3610. seismictoss: ["1L44", "1M", "2L19"],
  3611. skullbash: ["1M"],
  3612. sleeptalk: ["2M"],
  3613. snore: ["2M"],
  3614. strength: ["1M", "2M"],
  3615. submission: ["1L52", "1M", "2L61"],
  3616. substitute: ["1M"],
  3617. sunnyday: ["2M"],
  3618. swagger: ["2M"],
  3619. takedown: ["1M"],
  3620. thief: ["2M"],
  3621. thunderpunch: ["2M"],
  3622. toxic: ["1M", "2M"],
  3623. vitalthrow: ["2L34"],
  3624. },
  3625. },
  3626. bellsprout: {
  3627. learnset: {
  3628. acid: ["1L26", "2L23"],
  3629. attract: ["2M"],
  3630. bide: ["1M"],
  3631. curse: ["2M"],
  3632. cut: ["1M", "2M"],
  3633. doubleedge: ["1M"],
  3634. doubleteam: ["1M", "2M"],
  3635. encore: ["2E"],
  3636. endure: ["2M"],
  3637. flash: ["2M"],
  3638. frustration: ["2M"],
  3639. gigadrain: ["2M"],
  3640. growth: ["1L1", "2L6"],
  3641. hiddenpower: ["2M"],
  3642. leechlife: ["2E"],
  3643. lovelykiss: ["2S0"],
  3644. megadrain: ["1M"],
  3645. mimic: ["1M"],
  3646. poisonpowder: ["1L15", "2L17"],
  3647. protect: ["2M"],
  3648. rage: ["1M"],
  3649. razorleaf: ["1L33", "2L37"],
  3650. reflect: ["1M", "2E"],
  3651. rest: ["1M", "2M"],
  3652. return: ["2M"],
  3653. slam: ["1L42", "2L45"],
  3654. sleeppowder: ["1L18", "2L15"],
  3655. sleeptalk: ["2M"],
  3656. sludgebomb: ["2M"],
  3657. snore: ["2M"],
  3658. solarbeam: ["1M", "2M"],
  3659. stunspore: ["1L21", "2L19"],
  3660. substitute: ["1M"],
  3661. sunnyday: ["2M"],
  3662. swagger: ["2M"],
  3663. sweetkiss: ["2S1"],
  3664. sweetscent: ["2L30", "2M"],
  3665. swordsdance: ["1M", "2E"],
  3666. synthesis: ["2E"],
  3667. takedown: ["1M"],
  3668. toxic: ["1M", "2M"],
  3669. vinewhip: ["1L1", "2L1", "2S0", "2S1"],
  3670. wrap: ["1L13", "2L11"],
  3671. },
  3672. eventData: [
  3673. {"generation": 2, "level": 5, "shiny": 1, "moves": ["vinewhip", "lovelykiss"]},
  3674. {"generation": 2, "level": 5, "shiny": 1, "moves": ["vinewhip", "sweetkiss"]},
  3675. ],
  3676. },
  3677. weepinbell: {
  3678. learnset: {
  3679. acid: ["1L29", "2L24"],
  3680. attract: ["2M"],
  3681. bide: ["1M"],
  3682. curse: ["2M"],
  3683. cut: ["1M", "2M"],
  3684. doubleedge: ["1M"],
  3685. doubleteam: ["1M", "2M"],
  3686. endure: ["2M"],
  3687. flash: ["2M"],
  3688. frustration: ["2M"],
  3689. gigadrain: ["2M"],
  3690. growth: ["1L1", "2L1", "2L6"],
  3691. hiddenpower: ["2M"],
  3692. megadrain: ["1M"],
  3693. mimic: ["1M"],
  3694. poisonpowder: ["1L15", "2L17"],
  3695. protect: ["2M"],
  3696. rage: ["1M"],
  3697. razorleaf: ["1L38", "2L42"],
  3698. reflect: ["1M"],
  3699. rest: ["1M", "2M"],
  3700. return: ["2M"],
  3701. slam: ["1L49", "2L54"],
  3702. sleeppowder: ["1L18", "2L15"],
  3703. sleeptalk: ["2M"],
  3704. sludgebomb: ["2M"],
  3705. snore: ["2M"],
  3706. solarbeam: ["1M", "2M"],
  3707. stunspore: ["1L23", "2L19"],
  3708. substitute: ["1M"],
  3709. sunnyday: ["2M"],
  3710. swagger: ["2M"],
  3711. sweetscent: ["2L33", "2M"],
  3712. swordsdance: ["1M"],
  3713. takedown: ["1M"],
  3714. toxic: ["1M", "2M"],
  3715. vinewhip: ["1L1", "2L1"],
  3716. wrap: ["1L1", "1L13", "2L1", "2L11"],
  3717. },
  3718. },
  3719. victreebel: {
  3720. learnset: {
  3721. acid: ["1L1"],
  3722. attract: ["2M"],
  3723. bide: ["1M"],
  3724. bodyslam: ["1M"],
  3725. curse: ["2M"],
  3726. cut: ["1M", "2M"],
  3727. doubleedge: ["1M"],
  3728. doubleteam: ["1M", "2M"],
  3729. endure: ["2M"],
  3730. flash: ["2M"],
  3731. frustration: ["2M"],
  3732. gigadrain: ["2M"],
  3733. hiddenpower: ["2M"],
  3734. hyperbeam: ["1M", "2M"],
  3735. megadrain: ["1M"],
  3736. mimic: ["1M"],
  3737. poisonpowder: ["1L15"],
  3738. protect: ["2M"],
  3739. rage: ["1M"],
  3740. razorleaf: ["1L1", "2L1"],
  3741. reflect: ["1M"],
  3742. rest: ["1M", "2M"],
  3743. return: ["2M"],
  3744. sleeppowder: ["1L1", "1L18", "2L1"],
  3745. sleeptalk: ["2M"],
  3746. sludgebomb: ["2M"],
  3747. snore: ["2M"],
  3748. solarbeam: ["1M", "2M"],
  3749. stunspore: ["1L1"],
  3750. substitute: ["1M"],
  3751. sunnyday: ["2M"],
  3752. swagger: ["2M"],
  3753. sweetscent: ["2L1", "2M"],
  3754. swordsdance: ["1M"],
  3755. takedown: ["1M"],
  3756. toxic: ["1M", "2M"],
  3757. vinewhip: ["2L1"],
  3758. wrap: ["1L13"],
  3759. },
  3760. },
  3761. tentacool: {
  3762. learnset: {
  3763. acid: ["1L1", "2L19"],
  3764. attract: ["2M"],
  3765. aurorabeam: ["2E"],
  3766. barrier: ["1L33", "2L36"],
  3767. bide: ["1M"],
  3768. blizzard: ["1M", "2M"],
  3769. bubblebeam: ["1M", "2L25"],
  3770. confuseray: ["2S0"],
  3771. constrict: ["1L27", "2L12"],
  3772. curse: ["2M"],
  3773. cut: ["1M", "2M"],
  3774. doubleedge: ["1M"],
  3775. doubleteam: ["1M", "2M"],
  3776. endure: ["2M"],
  3777. frustration: ["2M"],
  3778. gigadrain: ["2M"],
  3779. haze: ["2E"],
  3780. hiddenpower: ["2M"],
  3781. hydropump: ["1L48", "2L49"],
  3782. icebeam: ["1M", "2T"],
  3783. icywind: ["2M"],
  3784. megadrain: ["1M"],
  3785. mimic: ["1M"],
  3786. mirrorcoat: ["2E"],
  3787. poisonsting: ["1L18", "2L1", "2S0"],
  3788. protect: ["2M"],
  3789. rage: ["1M"],
  3790. raindance: ["2M"],
  3791. rapidspin: ["2E"],
  3792. reflect: ["1M"],
  3793. rest: ["1M", "2M"],
  3794. return: ["2M"],
  3795. safeguard: ["2E"],
  3796. screech: ["1L40", "2L43"],
  3797. skullbash: ["1M"],
  3798. sleeptalk: ["2M"],
  3799. sludgebomb: ["2M"],
  3800. snore: ["2M"],
  3801. substitute: ["1M"],
  3802. supersonic: ["1L7", "2L6"],
  3803. surf: ["1M", "2M"],
  3804. swagger: ["2M"],
  3805. swordsdance: ["1M"],
  3806. takedown: ["1M"],
  3807. toxic: ["1M", "2M"],
  3808. watergun: ["1L22", "1M"],
  3809. whirlpool: ["2M"],
  3810. wrap: ["1L13", "2L30"],
  3811. },
  3812. eventData: [
  3813. {"generation": 2, "level": 5, "shiny": 1, "moves": ["poisonsting", "confuseray"]},
  3814. ],
  3815. },
  3816. tentacruel: {
  3817. learnset: {
  3818. acid: ["1L1", "2L19"],
  3819. attract: ["2M"],
  3820. barrier: ["1L35", "2L38"],
  3821. bide: ["1M"],
  3822. blizzard: ["1M", "2M"],
  3823. bubblebeam: ["1M", "2L25"],
  3824. constrict: ["1L27", "2L1", "2L12"],
  3825. curse: ["2M"],
  3826. cut: ["1M", "2M"],
  3827. doubleedge: ["1M"],
  3828. doubleteam: ["1M", "2M"],
  3829. endure: ["2M"],
  3830. frustration: ["2M"],
  3831. gigadrain: ["2M"],
  3832. hiddenpower: ["2M"],
  3833. hydropump: ["1L50", "2L55"],
  3834. hyperbeam: ["1M", "2M"],
  3835. icebeam: ["1M", "2T"],
  3836. icywind: ["2M"],
  3837. megadrain: ["1M"],
  3838. mimic: ["1M"],
  3839. poisonsting: ["1L18", "2L1"],
  3840. protect: ["2M"],
  3841. rage: ["1M"],
  3842. raindance: ["2M"],
  3843. reflect: ["1M"],
  3844. rest: ["1M", "2M"],
  3845. return: ["2M"],
  3846. screech: ["1L43", "2L47"],
  3847. skullbash: ["1M"],
  3848. sleeptalk: ["2M"],
  3849. sludgebomb: ["2M"],
  3850. snore: ["2M"],
  3851. substitute: ["1M"],
  3852. supersonic: ["1L1", "1L7", "2L1", "2L6"],
  3853. surf: ["1M", "2M"],
  3854. swagger: ["2M"],
  3855. swordsdance: ["1M"],
  3856. takedown: ["1M"],
  3857. toxic: ["1M", "2M"],
  3858. watergun: ["1L22", "1M"],
  3859. whirlpool: ["2M"],
  3860. wrap: ["1L1", "1L13", "2L30"],
  3861. },
  3862. },
  3863. geodude: {
  3864. learnset: {
  3865. attract: ["2M"],
  3866. bide: ["1M"],
  3867. bodyslam: ["1M"],
  3868. counter: ["1M"],
  3869. curse: ["2M"],
  3870. defensecurl: ["1L11", "2L6", "2M"],
  3871. dig: ["1M", "2M"],
  3872. doubleedge: ["1M"],
  3873. doubleteam: ["1M", "2M"],
  3874. dynamicpunch: ["2M"],
  3875. earthquake: ["1L31", "1M", "2L36", "2M"],
  3876. endure: ["2M"],
  3877. explosion: ["1L36", "1M", "2L41"],
  3878. fireblast: ["1M", "2M"],
  3879. firepunch: ["2M"],
  3880. fissure: ["1M"],
  3881. flamethrower: ["2T"],
  3882. frustration: ["2M"],
  3883. harden: ["1L26", "2L26"],
  3884. headbutt: ["2M"],
  3885. hiddenpower: ["2M"],
  3886. magnitude: ["2L16"],
  3887. megapunch: ["1M", "2E"],
  3888. metronome: ["1M"],
  3889. mimic: ["1M"],
  3890. mudslap: ["2M"],
  3891. protect: ["2M"],
  3892. rage: ["1M"],
  3893. rapidspin: ["2S0"],
  3894. rest: ["1M", "2M"],
  3895. return: ["2M"],
  3896. rockslide: ["1M", "2E"],
  3897. rocksmash: ["2M"],
  3898. rockthrow: ["1L16", "2L11"],
  3899. rollout: ["2L31", "2M"],
  3900. sandstorm: ["2M"],
  3901. seismictoss: ["1M"],
  3902. selfdestruct: ["1L21", "1M", "2L21"],
  3903. sleeptalk: ["2M"],
  3904. snore: ["2M"],
  3905. strength: ["1M", "2M"],
  3906. submission: ["1M"],
  3907. substitute: ["1M"],
  3908. sunnyday: ["2M"],
  3909. swagger: ["2M"],
  3910. tackle: ["1L1", "2L1", "2S0"],
  3911. takedown: ["1M"],
  3912. toxic: ["1M", "2M"],
  3913. },
  3914. eventData: [
  3915. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "rapidspin"]},
  3916. ],
  3917. },
  3918. graveler: {
  3919. learnset: {
  3920. attract: ["2M"],
  3921. bide: ["1M"],
  3922. bodyslam: ["1M"],
  3923. counter: ["1M"],
  3924. curse: ["2M"],
  3925. defensecurl: ["1L1", "1L11", "2L1", "2L6", "2M"],
  3926. dig: ["1M", "2M"],
  3927. doubleedge: ["1M"],
  3928. doubleteam: ["1M", "2M"],
  3929. dynamicpunch: ["2M"],
  3930. earthquake: ["1L36", "1M", "2L41", "2M"],
  3931. endure: ["2M"],
  3932. explosion: ["1L43", "1M", "2L48"],
  3933. fireblast: ["1M", "2M"],
  3934. firepunch: ["2M"],
  3935. fissure: ["1M"],
  3936. flamethrower: ["2T"],
  3937. frustration: ["2M"],
  3938. harden: ["1L29", "2L27"],
  3939. headbutt: ["2M"],
  3940. hiddenpower: ["2M"],
  3941. magnitude: ["2L16"],
  3942. megapunch: ["1M"],
  3943. metronome: ["1M"],
  3944. mimic: ["1M"],
  3945. mudslap: ["2M"],
  3946. protect: ["2M"],
  3947. rage: ["1M"],
  3948. rest: ["1M", "2M"],
  3949. return: ["2M"],
  3950. rockslide: ["1M"],
  3951. rocksmash: ["2M"],
  3952. rockthrow: ["1L16", "2L1", "2L11"],
  3953. rollout: ["2L34", "2M"],
  3954. sandstorm: ["2M"],
  3955. seismictoss: ["1M"],
  3956. selfdestruct: ["1L21", "1M", "2L21"],
  3957. sleeptalk: ["2M"],
  3958. snore: ["2M"],
  3959. strength: ["1M", "2M"],
  3960. submission: ["1M"],
  3961. substitute: ["1M"],
  3962. sunnyday: ["2M"],
  3963. swagger: ["2M"],
  3964. tackle: ["1L1", "2L1"],
  3965. takedown: ["1M"],
  3966. toxic: ["1M", "2M"],
  3967. },
  3968. },
  3969. golem: {
  3970. learnset: {
  3971. attract: ["2M"],
  3972. bide: ["1M"],
  3973. bodyslam: ["1M"],
  3974. counter: ["1M"],
  3975. curse: ["2M"],
  3976. defensecurl: ["1L1", "1L11", "2L1", "2L6", "2M"],
  3977. dig: ["1M", "2M"],
  3978. doubleedge: ["1M"],
  3979. doubleteam: ["1M", "2M"],
  3980. dynamicpunch: ["2M"],
  3981. earthquake: ["1L36", "1M", "2L41", "2M"],
  3982. endure: ["2M"],
  3983. explosion: ["1L43", "1M", "2L48"],
  3984. fireblast: ["1M", "2M"],
  3985. firepunch: ["2M"],
  3986. fissure: ["1M"],
  3987. flamethrower: ["2T"],
  3988. frustration: ["2M"],
  3989. furycutter: ["2M"],
  3990. harden: ["1L29", "2L27"],
  3991. headbutt: ["2M"],
  3992. hiddenpower: ["2M"],
  3993. hyperbeam: ["1M", "2M"],
  3994. magnitude: ["2L1", "2L16"],
  3995. megakick: ["1M"],
  3996. megapunch: ["1M"],
  3997. metronome: ["1M"],
  3998. mimic: ["1M"],
  3999. mudslap: ["2M"],
  4000. protect: ["2M"],
  4001. rage: ["1M"],
  4002. rest: ["1M", "2M"],
  4003. return: ["2M"],
  4004. roar: ["2M"],
  4005. rockslide: ["1M"],
  4006. rocksmash: ["2M"],
  4007. rockthrow: ["1L16", "2L1", "2L11"],
  4008. rollout: ["2L34", "2M"],
  4009. sandstorm: ["2M"],
  4010. seismictoss: ["1M"],
  4011. selfdestruct: ["1L21", "1M", "2L21"],
  4012. sleeptalk: ["2M"],
  4013. snore: ["2M"],
  4014. strength: ["1M", "2M"],
  4015. submission: ["1M"],
  4016. substitute: ["1M"],
  4017. sunnyday: ["2M"],
  4018. swagger: ["2M"],
  4019. tackle: ["1L1", "2L1"],
  4020. takedown: ["1M"],
  4021. toxic: ["1M", "2M"],
  4022. },
  4023. },
  4024. ponyta: {
  4025. learnset: {
  4026. agility: ["1L48", "2L43"],
  4027. attract: ["2M"],
  4028. bide: ["1M"],
  4029. bodyslam: ["1M"],
  4030. charm: ["2E"],
  4031. curse: ["2M"],
  4032. doubleedge: ["1M"],
  4033. doublekick: ["2E"],
  4034. doubleteam: ["1M", "2M"],
  4035. ember: ["1L1", "2L13"],
  4036. endure: ["2M"],
  4037. fireblast: ["1M", "2L53", "2M"],
  4038. firespin: ["1L39", "2L26"],
  4039. flamethrower: ["2T"],
  4040. flamewheel: ["2E"],
  4041. frustration: ["2M"],
  4042. growl: ["1L35", "2L4", "2S0"],
  4043. headbutt: ["2M"],
  4044. hiddenpower: ["2M"],
  4045. horndrill: ["1M"],
  4046. hypnosis: ["2E"],
  4047. irontail: ["2M"],
  4048. lowkick: ["2S0"],
  4049. mimic: ["1M"],
  4050. protect: ["2M"],
  4051. quickattack: ["2E"],
  4052. rage: ["1M"],
  4053. reflect: ["1M"],
  4054. rest: ["1M", "2M"],
  4055. return: ["2M"],
  4056. skullbash: ["1M"],
  4057. sleeptalk: ["2M"],
  4058. snore: ["2M"],
  4059. stomp: ["1L32", "2L19"],
  4060. substitute: ["1M"],
  4061. sunnyday: ["2M"],
  4062. swagger: ["2M"],
  4063. swift: ["1M", "2M"],
  4064. tackle: ["2L1", "2S0"],
  4065. tailwhip: ["1L30", "2L8"],
  4066. takedown: ["1L43", "1M", "2L34"],
  4067. thrash: ["2E"],
  4068. toxic: ["1M", "2M"],
  4069. },
  4070. eventData: [
  4071. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "growl", "lowkick"]},
  4072. ],
  4073. },
  4074. rapidash: {
  4075. learnset: {
  4076. agility: ["1L55", "2L47"],
  4077. attract: ["2M"],
  4078. bide: ["1M"],
  4079. bodyslam: ["1M"],
  4080. curse: ["2M"],
  4081. doubleedge: ["1M"],
  4082. doubleteam: ["1M", "2M"],
  4083. ember: ["1L1", "1S0", "2L1", "2L13"],
  4084. endure: ["2M"],
  4085. fireblast: ["1M", "2L61", "2M"],
  4086. firespin: ["1L39", "1S0", "2L26"],
  4087. flamethrower: ["2T"],
  4088. frustration: ["2M"],
  4089. furyattack: ["2L40"],
  4090. growl: ["1L1", "1L35", "2L1", "2L4"],
  4091. headbutt: ["2M"],
  4092. hiddenpower: ["2M"],
  4093. horndrill: ["1M"],
  4094. hyperbeam: ["1M", "2M"],
  4095. irontail: ["2M"],
  4096. mimic: ["1M"],
  4097. payday: ["1S0"],
  4098. protect: ["2M"],
  4099. rage: ["1M"],
  4100. reflect: ["1M"],
  4101. rest: ["1M", "2M"],
  4102. return: ["2M"],
  4103. skullbash: ["1M"],
  4104. sleeptalk: ["2M"],
  4105. snore: ["2M"],
  4106. stomp: ["1L1", "1L32", "1S0", "2L19"],
  4107. substitute: ["1M"],
  4108. sunnyday: ["2M"],
  4109. swagger: ["2M"],
  4110. swift: ["1M", "2M"],
  4111. tackle: ["2L1"],
  4112. tailwhip: ["1L1", "1L30", "2L1", "2L8"],
  4113. takedown: ["1L47", "1M", "2L34"],
  4114. toxic: ["1M", "2M"],
  4115. },
  4116. eventData: [
  4117. {"generation": 1, "level": 40, "moves": ["ember", "firespin", "stomp", "payday"]},
  4118. ],
  4119. },
  4120. slowpoke: {
  4121. learnset: {
  4122. amnesia: ["1L40", "2L43"],
  4123. attract: ["2M"],
  4124. bellydrum: ["2E"],
  4125. bide: ["1M"],
  4126. blizzard: ["1M", "2M"],
  4127. bodyslam: ["1M"],
  4128. bubblebeam: ["1M"],
  4129. confusion: ["1L1", "2L20"],
  4130. curse: ["2L1", "2M"],
  4131. dig: ["1M", "2M"],
  4132. disable: ["1L18", "2L29"],
  4133. doubleedge: ["1M"],
  4134. doubleteam: ["1M", "2M"],
  4135. dreameater: ["2M"],
  4136. earthquake: ["1M", "2M"],
  4137. endure: ["2M"],
  4138. fireblast: ["1M", "2M"],
  4139. fissure: ["1M"],
  4140. flamethrower: ["2T"],
  4141. flash: ["1M", "2M"],
  4142. frustration: ["2M"],
  4143. futuresight: ["2E"],
  4144. growl: ["1L27", "2L6"],
  4145. headbutt: ["1L22", "2L34", "2M"],
  4146. hiddenpower: ["2M"],
  4147. icebeam: ["1M", "2T"],
  4148. icywind: ["2M"],
  4149. irontail: ["2M"],
  4150. mimic: ["1M"],
  4151. mudslap: ["2M"],
  4152. nightmare: ["2M"],
  4153. payday: ["1M"],
  4154. protect: ["2M"],
  4155. psychic: ["1L48", "1M", "2L48", "2M"],
  4156. psychup: ["2M"],
  4157. psywave: ["1M"],
  4158. rage: ["1M"],
  4159. raindance: ["2M"],
  4160. reflect: ["1M"],
  4161. rest: ["1M", "2M"],
  4162. return: ["2M"],
  4163. safeguard: ["2E"],
  4164. shadowball: ["2M"],
  4165. skullbash: ["1M"],
  4166. sleeptalk: ["2M"],
  4167. snore: ["2M"],
  4168. stomp: ["2E"],
  4169. strength: ["1M", "2M"],
  4170. substitute: ["1M"],
  4171. sunnyday: ["2M"],
  4172. surf: ["1M", "2M"],
  4173. swagger: ["2M"],
  4174. swift: ["1M", "2M"],
  4175. tackle: ["2L1"],
  4176. takedown: ["1M"],
  4177. teleport: ["1M"],
  4178. thunderwave: ["1M"],
  4179. toxic: ["1M", "2M"],
  4180. triattack: ["1M"],
  4181. watergun: ["1L33", "1M", "2L15"],
  4182. zapcannon: ["2M"],
  4183. },
  4184. },
  4185. slowbro: {
  4186. learnset: {
  4187. amnesia: ["1L44", "2L46"],
  4188. attract: ["2M"],
  4189. bide: ["1M"],
  4190. blizzard: ["1M", "2M"],
  4191. bodyslam: ["1M"],
  4192. bubblebeam: ["1M"],
  4193. confusion: ["1L1", "2L20"],
  4194. counter: ["1M"],
  4195. curse: ["2L1", "2M"],
  4196. dig: ["1M", "2M"],
  4197. disable: ["1L1", "1L18", "2L29"],
  4198. doubleedge: ["1M"],
  4199. doubleteam: ["1M", "2M"],
  4200. dreameater: ["2M"],
  4201. dynamicpunch: ["2M"],
  4202. earthquake: ["1M", "2M"],
  4203. endure: ["2M"],
  4204. fireblast: ["1M", "2M"],
  4205. fissure: ["1M"],
  4206. flamethrower: ["2T"],
  4207. flash: ["1M", "2M"],
  4208. frustration: ["2M"],
  4209. furycutter: ["2M"],
  4210. growl: ["1L27", "2L1", "2L6"],
  4211. headbutt: ["1L1", "1L22", "2L34", "2M"],
  4212. hiddenpower: ["2M"],
  4213. hyperbeam: ["1M", "2M"],
  4214. icebeam: ["1M", "2T"],
  4215. icepunch: ["2M"],
  4216. icywind: ["2M"],
  4217. irontail: ["2M"],
  4218. megakick: ["1M"],
  4219. megapunch: ["1M"],
  4220. mimic: ["1M"],
  4221. mudslap: ["2M"],
  4222. nightmare: ["2M"],
  4223. payday: ["1M"],
  4224. protect: ["2M"],
  4225. psychic: ["1L55", "1M", "2L54", "2M"],
  4226. psychup: ["2M"],
  4227. psywave: ["1M"],
  4228. rage: ["1M"],
  4229. raindance: ["2M"],
  4230. reflect: ["1M"],
  4231. rest: ["1M", "2M"],
  4232. return: ["2M"],
  4233. rocksmash: ["2M"],
  4234. seismictoss: ["1M"],
  4235. shadowball: ["2M"],
  4236. skullbash: ["1M"],
  4237. sleeptalk: ["2M"],
  4238. snore: ["2M"],
  4239. strength: ["1M", "2M"],
  4240. submission: ["1M"],
  4241. substitute: ["1M"],
  4242. sunnyday: ["2M"],
  4243. surf: ["1M", "2M"],
  4244. swagger: ["2M"],
  4245. swift: ["1M", "2M"],
  4246. tackle: ["2L1"],
  4247. takedown: ["1M"],
  4248. teleport: ["1M"],
  4249. thunderwave: ["1M"],
  4250. toxic: ["1M", "2M"],
  4251. triattack: ["1M"],
  4252. watergun: ["1L33", "1M", "2L1", "2L15"],
  4253. withdraw: ["1L37", "2L37"],
  4254. zapcannon: ["2M"],
  4255. },
  4256. },
  4257. magnemite: {
  4258. learnset: {
  4259. agility: ["2S0"],
  4260. bide: ["1M"],
  4261. curse: ["2M"],
  4262. doubleedge: ["1M"],
  4263. doubleteam: ["1M", "2M"],
  4264. endure: ["2M"],
  4265. flash: ["1M", "2M"],
  4266. frustration: ["2M"],
  4267. hiddenpower: ["2M"],
  4268. lockon: ["2L27"],
  4269. mimic: ["1M"],
  4270. protect: ["2M"],
  4271. rage: ["1M"],
  4272. raindance: ["2M"],
  4273. reflect: ["1M"],
  4274. rest: ["1M", "2M"],
  4275. return: ["2M"],
  4276. rollout: ["2M"],
  4277. screech: ["1L47", "2L39"],
  4278. sleeptalk: ["2M"],
  4279. snore: ["2M"],
  4280. sonicboom: ["1L21", "2L16"],
  4281. substitute: ["1M"],
  4282. supersonic: ["1L29", "2L11"],
  4283. swagger: ["2M"],
  4284. swift: ["1L41", "1M", "2L33", "2M"],
  4285. tackle: ["1L1", "2L1", "2S0"],
  4286. takedown: ["1M"],
  4287. teleport: ["1M"],
  4288. thunder: ["1M", "2M"],
  4289. thunderbolt: ["1M", "2T"],
  4290. thundershock: ["1L25", "2L6"],
  4291. thunderwave: ["1L35", "1M", "2L21"],
  4292. toxic: ["1M", "2M"],
  4293. zapcannon: ["2L45", "2M"],
  4294. },
  4295. eventData: [
  4296. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "agility"]},
  4297. ],
  4298. },
  4299. magneton: {
  4300. learnset: {
  4301. bide: ["1M"],
  4302. curse: ["2M"],
  4303. doubleedge: ["1M"],
  4304. doubleteam: ["1M", "2M"],
  4305. endure: ["2M"],
  4306. flash: ["1M", "2M"],
  4307. frustration: ["2M"],
  4308. hiddenpower: ["2M"],
  4309. hyperbeam: ["1M", "2M"],
  4310. lockon: ["2L27"],
  4311. mimic: ["1M"],
  4312. protect: ["2M"],
  4313. rage: ["1M"],
  4314. raindance: ["2M"],
  4315. reflect: ["1M"],
  4316. rest: ["1M", "2M"],
  4317. return: ["2M"],
  4318. rollout: ["2M"],
  4319. screech: ["1L54", "2L43"],
  4320. sleeptalk: ["2M"],
  4321. snore: ["2M"],
  4322. sonicboom: ["1L1", "1L21", "2L1", "2L16"],
  4323. substitute: ["1M"],
  4324. supersonic: ["1L29", "2L1", "2L11"],
  4325. swagger: ["2M"],
  4326. swift: ["1L46", "1M", "2L35", "2M"],
  4327. tackle: ["1L1", "2L1"],
  4328. takedown: ["1M"],
  4329. teleport: ["1M"],
  4330. thunder: ["1M", "2M"],
  4331. thunderbolt: ["1M", "2T"],
  4332. thundershock: ["1L1", "1L25", "2L1", "2L6"],
  4333. thunderwave: ["1L38", "1M", "2L21"],
  4334. toxic: ["1M", "2M"],
  4335. triattack: ["2L35"],
  4336. zapcannon: ["2L53", "2M"],
  4337. },
  4338. },
  4339. farfetchd: {
  4340. learnset: {
  4341. agility: ["1L31", "2L31", "2S0"],
  4342. attract: ["2M"],
  4343. batonpass: ["2S0"],
  4344. bide: ["1M"],
  4345. bodyslam: ["1M"],
  4346. curse: ["2M"],
  4347. cut: ["1M", "2M"],
  4348. detect: ["2M"],
  4349. doubleedge: ["1M"],
  4350. doubleteam: ["1M", "2M"],
  4351. endure: ["2M"],
  4352. falseswipe: ["2L44"],
  4353. flail: ["2E"],
  4354. fly: ["1M", "2M"],
  4355. foresight: ["2E"],
  4356. frustration: ["2M"],
  4357. furyattack: ["1L15", "2L19"],
  4358. furycutter: ["2S1"],
  4359. gust: ["2E"],
  4360. headbutt: ["2M"],
  4361. hiddenpower: ["2M"],
  4362. irontail: ["2M"],
  4363. leer: ["1L7", "2L13"],
  4364. mimic: ["1M"],
  4365. mirrormove: ["2E"],
  4366. mudslap: ["2M"],
  4367. peck: ["1L1", "2L1", "2S1"],
  4368. protect: ["2M"],
  4369. psychup: ["2M"],
  4370. quickattack: ["2E"],
  4371. rage: ["1M"],
  4372. razorwind: ["1M"],
  4373. reflect: ["1M"],
  4374. rest: ["1M", "2M"],
  4375. return: ["2M"],
  4376. sandattack: ["1L1", "2L7"],
  4377. skullbash: ["1M"],
  4378. slash: ["1L39", "2L37", "2S0"],
  4379. sleeptalk: ["2M"],
  4380. snore: ["2M"],
  4381. steelwing: ["2E", "2M"],
  4382. substitute: ["1M"],
  4383. sunnyday: ["2M"],
  4384. swagger: ["2M"],
  4385. swift: ["1M", "2M"],
  4386. swordsdance: ["1L23", "1M", "2L25", "2S0"],
  4387. takedown: ["1M"],
  4388. thief: ["2M"],
  4389. toxic: ["1M", "2M"],
  4390. whirlwind: ["1M"],
  4391. },
  4392. eventData: [
  4393. {"generation": 2, "level": 5, "moves": ["batonpass", "swordsdance", "agility", "slash"]},
  4394. {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "furycutter"]},
  4395. ],
  4396. },
  4397. doduo: {
  4398. learnset: {
  4399. agility: ["1L44", "2L37"],
  4400. attract: ["2M"],
  4401. bide: ["1M"],
  4402. bodyslam: ["1M"],
  4403. curse: ["2M"],
  4404. doubleedge: ["1M"],
  4405. doubleteam: ["1M", "2M"],
  4406. drillpeck: ["1L30", "2L33"],
  4407. endure: ["2M"],
  4408. feintattack: ["2E"],
  4409. flail: ["2E"],
  4410. fly: ["1M", "2M"],
  4411. frustration: ["2M"],
  4412. furyattack: ["1L24", "2L13"],
  4413. growl: ["1L20", "2L1", "2S0"],
  4414. haze: ["2E"],
  4415. hiddenpower: ["2M"],
  4416. lowkick: ["2S0"],
  4417. mimic: ["1M"],
  4418. mudslap: ["2M"],
  4419. peck: ["1L1", "2L1", "2S0"],
  4420. protect: ["2M"],
  4421. pursuit: ["2L9"],
  4422. quickattack: ["2E"],
  4423. rage: ["1L36", "1M", "2L25"],
  4424. reflect: ["1M"],
  4425. rest: ["1M", "2M"],
  4426. return: ["2M"],
  4427. skullbash: ["1M"],
  4428. skyattack: ["1M"],
  4429. sleeptalk: ["2M"],
  4430. snore: ["2M"],
  4431. steelwing: ["2M"],
  4432. substitute: ["1M"],
  4433. sunnyday: ["2M"],
  4434. supersonic: ["2E"],
  4435. swagger: ["2M"],
  4436. swift: ["2M"],
  4437. takedown: ["1M"],
  4438. thief: ["2M"],
  4439. toxic: ["1M", "2M"],
  4440. triattack: ["1L40", "1M", "2L21"],
  4441. whirlwind: ["1M"],
  4442. },
  4443. eventData: [
  4444. {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "growl", "lowkick"]},
  4445. ],
  4446. },
  4447. dodrio: {
  4448. learnset: {
  4449. agility: ["1L51", "2L47"],
  4450. attract: ["2M"],
  4451. bide: ["1M"],
  4452. bodyslam: ["1M"],
  4453. curse: ["2M"],
  4454. doubleedge: ["1M"],
  4455. doubleteam: ["1M", "2M"],
  4456. drillpeck: ["1L30", "2L38"],
  4457. endure: ["2M"],
  4458. fly: ["1M", "2M"],
  4459. frustration: ["2M"],
  4460. furyattack: ["1L1", "1L24", "2L1", "2L13"],
  4461. growl: ["1L1", "1L20", "2L1"],
  4462. hiddenpower: ["2M"],
  4463. hyperbeam: ["1M", "2M"],
  4464. mimic: ["1M"],
  4465. mudslap: ["2M"],
  4466. peck: ["1L1", "2L1"],
  4467. protect: ["2M"],
  4468. pursuit: ["2L1", "2L9"],
  4469. rage: ["1L39", "1M", "2L25"],
  4470. reflect: ["1M"],
  4471. rest: ["1M", "2M"],
  4472. return: ["2M"],
  4473. skullbash: ["1M"],
  4474. skyattack: ["1M"],
  4475. sleeptalk: ["2M"],
  4476. snore: ["2M"],
  4477. steelwing: ["2M"],
  4478. substitute: ["1M"],
  4479. sunnyday: ["2M"],
  4480. swagger: ["2M"],
  4481. swift: ["2M"],
  4482. takedown: ["1M"],
  4483. thief: ["2M"],
  4484. toxic: ["1M", "2M"],
  4485. triattack: ["1L45", "1M", "2L21"],
  4486. whirlwind: ["1M"],
  4487. },
  4488. },
  4489. seel: {
  4490. learnset: {
  4491. attract: ["2M"],
  4492. aurorabeam: ["1L35", "2L16"],
  4493. bide: ["1M"],
  4494. blizzard: ["1M", "2M"],
  4495. bodyslam: ["1M"],
  4496. bubblebeam: ["1M"],
  4497. curse: ["2M"],
  4498. disable: ["2E"],
  4499. doubleedge: ["1M"],
  4500. doubleteam: ["1M", "2M"],
  4501. encore: ["2E"],
  4502. endure: ["2M"],
  4503. flail: ["2S0"],
  4504. frustration: ["2M"],
  4505. growl: ["1L30", "2L5", "2S0"],
  4506. headbutt: ["1L1", "2L1", "2M", "2S0"],
  4507. hiddenpower: ["2M"],
  4508. horndrill: ["1M"],
  4509. icebeam: ["1L50", "1M", "2L37", "2T"],
  4510. icywind: ["2M"],
  4511. lick: ["2E"],
  4512. mimic: ["1M"],
  4513. payday: ["1M"],
  4514. peck: ["2E"],
  4515. perishsong: ["2E"],
  4516. protect: ["2M"],
  4517. rage: ["1M"],
  4518. raindance: ["2M"],
  4519. rest: ["1L40", "1M", "2L21", "2M"],
  4520. return: ["2M"],
  4521. safeguard: ["2L48"],
  4522. skullbash: ["1M"],
  4523. slam: ["2E"],
  4524. sleeptalk: ["2M"],
  4525. snore: ["2M"],
  4526. strength: ["1M"],
  4527. substitute: ["1M"],
  4528. surf: ["1M", "2M"],
  4529. swagger: ["2M"],
  4530. takedown: ["1L45", "1M", "2L32"],
  4531. toxic: ["1M", "2M"],
  4532. waterfall: ["2M"],
  4533. watergun: ["1M"],
  4534. whirlpool: ["2M"],
  4535. },
  4536. eventData: [
  4537. {"generation": 2, "level": 5, "shiny": 1, "moves": ["headbutt", "growl", "flail"]},
  4538. ],
  4539. },
  4540. dewgong: {
  4541. learnset: {
  4542. attract: ["2M"],
  4543. aurorabeam: ["1L1", "1L35", "2L1", "2L16"],
  4544. bide: ["1M"],
  4545. blizzard: ["1M", "2M"],
  4546. bodyslam: ["1M"],
  4547. bubblebeam: ["1M"],
  4548. curse: ["2M"],
  4549. doubleedge: ["1M"],
  4550. doubleteam: ["1M", "2M"],
  4551. endure: ["2M"],
  4552. frustration: ["2M"],
  4553. growl: ["1L1", "1L30", "2L1", "2L5"],
  4554. headbutt: ["1L1", "2L1", "2M"],
  4555. hiddenpower: ["2M"],
  4556. horndrill: ["1M"],
  4557. hyperbeam: ["1M", "2M"],
  4558. icebeam: ["1L56", "1M", "2L43", "2T"],
  4559. icywind: ["2M"],
  4560. mimic: ["1M"],
  4561. payday: ["1M"],
  4562. protect: ["2M"],
  4563. rage: ["1M"],
  4564. raindance: ["2M"],
  4565. rest: ["1L44", "1M", "2L21", "2M"],
  4566. return: ["2M"],
  4567. safeguard: ["2L60"],
  4568. skullbash: ["1M"],
  4569. sleeptalk: ["2M"],
  4570. snore: ["2M"],
  4571. strength: ["1M"],
  4572. substitute: ["1M"],
  4573. surf: ["1M", "2M"],
  4574. swagger: ["2M"],
  4575. takedown: ["1L50", "1M", "2L32"],
  4576. toxic: ["1M", "2M"],
  4577. waterfall: ["2M"],
  4578. watergun: ["1M"],
  4579. whirlpool: ["2M"],
  4580. },
  4581. },
  4582. grimer: {
  4583. learnset: {
  4584. acidarmor: ["1L55", "2L40"],
  4585. attract: ["2M"],
  4586. bide: ["1M"],
  4587. bodyslam: ["1M"],
  4588. curse: ["2M"],
  4589. disable: ["1L1", "2L10"],
  4590. doubleteam: ["1M", "2M"],
  4591. dynamicpunch: ["2M"],
  4592. endure: ["2M"],
  4593. explosion: ["1M"],
  4594. fireblast: ["1M", "2M"],
  4595. firepunch: ["2M"],
  4596. flamethrower: ["2T"],
  4597. frustration: ["2M"],
  4598. gigadrain: ["2M"],
  4599. harden: ["1L42", "2L5"],
  4600. haze: ["2E"],
  4601. hiddenpower: ["2M"],
  4602. icepunch: ["2M"],
  4603. lick: ["2E"],
  4604. meanlook: ["2E"],
  4605. megadrain: ["1M"],
  4606. mimic: ["1M"],
  4607. minimize: ["1L33", "2L23"],
  4608. mudslap: ["2M"],
  4609. poisongas: ["1L30", "2L1"],
  4610. pound: ["1L1", "2L1"],
  4611. protect: ["2M"],
  4612. rage: ["1M"],
  4613. rest: ["1M", "2M"],
  4614. return: ["2M"],
  4615. screech: ["1L48", "2L31"],
  4616. selfdestruct: ["1M"],
  4617. sleeptalk: ["2M"],
  4618. sludge: ["1L37", "2L16"],
  4619. sludgebomb: ["2L50", "2M"],
  4620. snore: ["2M"],
  4621. substitute: ["1M"],
  4622. sunnyday: ["2M"],
  4623. swagger: ["2M"],
  4624. thief: ["2M"],
  4625. thunder: ["1M", "2M"],
  4626. thunderbolt: ["1M", "2T"],
  4627. thunderpunch: ["2M"],
  4628. toxic: ["1M", "2M"],
  4629. zapcannon: ["2M"],
  4630. },
  4631. },
  4632. muk: {
  4633. learnset: {
  4634. acidarmor: ["1L60", "2L45"],
  4635. attract: ["2M"],
  4636. bide: ["1M"],
  4637. bodyslam: ["1M"],
  4638. curse: ["2M"],
  4639. disable: ["1L1", "2L37"],
  4640. doubleteam: ["1M", "2M"],
  4641. dynamicpunch: ["2M"],
  4642. endure: ["2M"],
  4643. explosion: ["1M"],
  4644. fireblast: ["1M", "2M"],
  4645. firepunch: ["2M"],
  4646. flamethrower: ["2T"],
  4647. frustration: ["2M"],
  4648. gigadrain: ["2M"],
  4649. harden: ["1L45", "2L1", "2L33"],
  4650. hiddenpower: ["2M"],
  4651. hyperbeam: ["1M", "2M"],
  4652. icepunch: ["2M"],
  4653. megadrain: ["1M"],
  4654. mimic: ["1M"],
  4655. minimize: ["1L33", "2L23"],
  4656. mudslap: ["2M"],
  4657. poisongas: ["1L1", "1L30", "2L1"],
  4658. pound: ["1L1", "2L1"],
  4659. protect: ["2M"],
  4660. rage: ["1M"],
  4661. rest: ["1M", "2M"],
  4662. return: ["2M"],
  4663. screech: ["1L53", "2L31"],
  4664. selfdestruct: ["1M"],
  4665. sleeptalk: ["2M"],
  4666. sludge: ["1L37", "2L45"],
  4667. sludgebomb: ["2L60", "2M"],
  4668. snore: ["2M"],
  4669. substitute: ["1M"],
  4670. sunnyday: ["2M"],
  4671. swagger: ["2M"],
  4672. thief: ["2M"],
  4673. thunder: ["1M", "2M"],
  4674. thunderbolt: ["1M", "2T"],
  4675. thunderpunch: ["2M"],
  4676. toxic: ["1M", "2M"],
  4677. zapcannon: ["2M"],
  4678. },
  4679. },
  4680. shellder: {
  4681. learnset: {
  4682. attract: ["2M"],
  4683. aurorabeam: ["1L30", "2L17"],
  4684. barrier: ["2E"],
  4685. bide: ["1M"],
  4686. blizzard: ["1M", "2M"],
  4687. bubblebeam: ["1M", "2E"],
  4688. clamp: ["1L23", "2L41"],
  4689. curse: ["2M"],
  4690. doubleedge: ["1M"],
  4691. doubleteam: ["1M", "2M"],
  4692. endure: ["2M"],
  4693. explosion: ["1M"],
  4694. frustration: ["2M"],
  4695. hiddenpower: ["2M"],
  4696. icebeam: ["1L50", "1M", "2L49", "2T"],
  4697. icywind: ["2M"],
  4698. leer: ["1L39", "2L33"],
  4699. mimic: ["1M"],
  4700. protect: ["2L25", "2M"],
  4701. rage: ["1M"],
  4702. raindance: ["2M"],
  4703. rapidspin: ["2E"],
  4704. reflect: ["1M"],
  4705. rest: ["1M", "2M"],
  4706. return: ["2M"],
  4707. screech: ["2E"],
  4708. selfdestruct: ["1M"],
  4709. sleeptalk: ["2M"],
  4710. snore: ["2M"],
  4711. substitute: ["1M"],
  4712. supersonic: ["1L18", "2L9"],
  4713. surf: ["1M", "2M"],
  4714. swagger: ["2M"],
  4715. swift: ["1M", "2M"],
  4716. tackle: ["1L1", "2L1"],
  4717. takedown: ["1M", "2E"],
  4718. teleport: ["1M"],
  4719. toxic: ["1M", "2M"],
  4720. triattack: ["1M"],
  4721. watergun: ["1M"],
  4722. whirlpool: ["2M"],
  4723. withdraw: ["1L1", "2L1"],
  4724. },
  4725. },
  4726. cloyster: {
  4727. learnset: {
  4728. attract: ["2M"],
  4729. aurorabeam: ["1L1", "2L1"],
  4730. bide: ["1M"],
  4731. blizzard: ["1M", "2M"],
  4732. bubblebeam: ["1M"],
  4733. clamp: ["1L1"],
  4734. curse: ["2M"],
  4735. doubleedge: ["1M"],
  4736. doubleteam: ["1M", "2M"],
  4737. endure: ["2M"],
  4738. explosion: ["1M"],
  4739. frustration: ["2M"],
  4740. hiddenpower: ["2M"],
  4741. hyperbeam: ["1M", "2M"],
  4742. icebeam: ["1M", "2T"],
  4743. icywind: ["2M"],
  4744. mimic: ["1M"],
  4745. protect: ["2L1", "2M"],
  4746. rage: ["1M"],
  4747. raindance: ["2M"],
  4748. reflect: ["1M"],
  4749. rest: ["1M", "2M"],
  4750. return: ["2M"],
  4751. selfdestruct: ["1M"],
  4752. sleeptalk: ["2M"],
  4753. snore: ["2M"],
  4754. spikecannon: ["1L50", "2L41"],
  4755. spikes: ["2L33"],
  4756. substitute: ["1M"],
  4757. supersonic: ["1L1", "2L1"],
  4758. surf: ["1M", "2M"],
  4759. swagger: ["2M"],
  4760. swift: ["1M", "2M"],
  4761. takedown: ["1M"],
  4762. teleport: ["1M"],
  4763. toxic: ["1M", "2M"],
  4764. triattack: ["1M"],
  4765. watergun: ["1M"],
  4766. whirlpool: ["2M"],
  4767. withdraw: ["1L1", "2L1"],
  4768. },
  4769. },
  4770. gastly: {
  4771. learnset: {
  4772. attract: ["2M"],
  4773. bide: ["1M"],
  4774. confuseray: ["1L1", "2L28"],
  4775. curse: ["2L16", "2M"],
  4776. destinybond: ["2L36"],
  4777. doubleteam: ["1M", "2M"],
  4778. dreameater: ["1L35", "1M", "2L33", "2M"],
  4779. endure: ["2M"],
  4780. explosion: ["1M"],
  4781. frustration: ["2M"],
  4782. gigadrain: ["2M"],
  4783. haze: ["2E"],
  4784. hiddenpower: ["2M"],
  4785. hypnosis: ["1L27", "2L1"],
  4786. lick: ["1L1", "2L1"],
  4787. meanlook: ["2L13"],
  4788. megadrain: ["1M"],
  4789. mimic: ["1M"],
  4790. nightmare: ["2M"],
  4791. nightshade: ["1L1", "2L21"],
  4792. perishsong: ["2E"],
  4793. protect: ["2M"],
  4794. psychic: ["1M", "2M"],
  4795. psychup: ["2M"],
  4796. psywave: ["1M", "2E"],
  4797. rage: ["1M"],
  4798. raindance: ["2M"],
  4799. rest: ["1M", "2M"],
  4800. return: ["2M"],
  4801. selfdestruct: ["1M"],
  4802. shadowball: ["2M"],
  4803. sleeptalk: ["2M"],
  4804. snore: ["2M"],
  4805. spite: ["2L8"],
  4806. substitute: ["1M"],
  4807. sunnyday: ["2M"],
  4808. swagger: ["2M"],
  4809. thief: ["2M"],
  4810. thunder: ["1M", "2M"],
  4811. thunderbolt: ["1M", "2T"],
  4812. toxic: ["1M", "2M"],
  4813. zapcannon: ["2M"],
  4814. },
  4815. },
  4816. haunter: {
  4817. learnset: {
  4818. attract: ["2M"],
  4819. bide: ["1M"],
  4820. confuseray: ["1L1", "2L31"],
  4821. curse: ["2L16", "2M"],
  4822. destinybond: ["2L48"],
  4823. doubleteam: ["1M", "2M"],
  4824. dreameater: ["1L38", "1M", "2L39", "2M"],
  4825. endure: ["2M"],
  4826. explosion: ["1M"],
  4827. frustration: ["2M"],
  4828. gigadrain: ["2M"],
  4829. hiddenpower: ["2M"],
  4830. hypnosis: ["1L29", "2L1"],
  4831. lick: ["1L1", "2L1"],
  4832. meanlook: ["2L13"],
  4833. megadrain: ["1M"],
  4834. mimic: ["1M"],
  4835. nightmare: ["2M"],
  4836. nightshade: ["1L1", "2L21"],
  4837. protect: ["2M"],
  4838. psychic: ["1M", "2M"],
  4839. psychup: ["2M"],
  4840. psywave: ["1M"],
  4841. rage: ["1M"],
  4842. raindance: ["2M"],
  4843. rest: ["1M", "2M"],
  4844. return: ["2M"],
  4845. selfdestruct: ["1M"],
  4846. shadowball: ["2M"],
  4847. sleeptalk: ["2M"],
  4848. snore: ["2M"],
  4849. spite: ["2L1", "2L8"],
  4850. substitute: ["1M"],
  4851. sunnyday: ["2M"],
  4852. swagger: ["2M"],
  4853. thief: ["2M"],
  4854. thunder: ["1M", "2M"],
  4855. thunderbolt: ["1M", "2T"],
  4856. toxic: ["1M", "2M"],
  4857. zapcannon: ["2M"],
  4858. },
  4859. },
  4860. gengar: {
  4861. learnset: {
  4862. attract: ["2M"],
  4863. bide: ["1M"],
  4864. bodyslam: ["1M"],
  4865. confuseray: ["1L1", "2L31"],
  4866. counter: ["1M"],
  4867. curse: ["2L16", "2M"],
  4868. destinybond: ["2L48"],
  4869. doubleedge: ["1M"],
  4870. doubleteam: ["1M", "2M"],
  4871. dreameater: ["1L38", "1M", "2L39", "2M"],
  4872. dynamicpunch: ["2M"],
  4873. endure: ["2M"],
  4874. explosion: ["1M"],
  4875. firepunch: ["2M"],
  4876. frustration: ["2M"],
  4877. gigadrain: ["2M"],
  4878. headbutt: ["2M"],
  4879. hiddenpower: ["2M"],
  4880. hyperbeam: ["1M", "2M"],
  4881. hypnosis: ["1L29", "2L1"],
  4882. icepunch: ["2M"],
  4883. lick: ["1L1", "2L1"],
  4884. meanlook: ["2L13"],
  4885. megadrain: ["1M"],
  4886. megakick: ["1M"],
  4887. megapunch: ["1M"],
  4888. metronome: ["1M"],
  4889. mimic: ["1M"],
  4890. nightmare: ["2M"],
  4891. nightshade: ["1L1", "2L21"],
  4892. protect: ["2M"],
  4893. psychic: ["1M", "2M"],
  4894. psychup: ["2M"],
  4895. psywave: ["1M"],
  4896. rage: ["1M"],
  4897. raindance: ["2M"],
  4898. rest: ["1M", "2M"],
  4899. return: ["2M"],
  4900. rocksmash: ["2M"],
  4901. seismictoss: ["1M"],
  4902. selfdestruct: ["1M"],
  4903. shadowball: ["2M"],
  4904. skullbash: ["1M"],
  4905. sleeptalk: ["2M"],
  4906. snore: ["2M"],
  4907. spite: ["2L1", "2L8"],
  4908. strength: ["1M", "2M"],
  4909. submission: ["1M"],
  4910. substitute: ["1M"],
  4911. sunnyday: ["2M"],
  4912. swagger: ["2M"],
  4913. takedown: ["1M"],
  4914. thief: ["2M"],
  4915. thunder: ["1M", "2M"],
  4916. thunderbolt: ["1M", "2T"],
  4917. thunderpunch: ["2M"],
  4918. toxic: ["1M", "2M"],
  4919. zapcannon: ["2M"],
  4920. },
  4921. },
  4922. onix: {
  4923. learnset: {
  4924. attract: ["2M"],
  4925. bide: ["1M"],
  4926. bind: ["1L15", "2L10"],
  4927. bodyslam: ["1M"],
  4928. curse: ["2M"],
  4929. dig: ["1M", "2M"],
  4930. doubleedge: ["1M"],
  4931. doubleteam: ["1M", "2M"],
  4932. earthquake: ["1M", "2M"],
  4933. endure: ["2M"],
  4934. explosion: ["1M"],
  4935. fissure: ["1M"],
  4936. flail: ["2E"],
  4937. frustration: ["2M"],
  4938. harden: ["1L43", "2L23"],
  4939. headbutt: ["2M"],
  4940. hiddenpower: ["2M"],
  4941. irontail: ["2M"],
  4942. mimic: ["1M"],
  4943. mudslap: ["2M"],
  4944. protect: ["2M"],
  4945. rage: ["1L25", "1M", "2L27"],
  4946. rest: ["1M", "2M"],
  4947. return: ["2M"],
  4948. roar: ["2M"],
  4949. rockslide: ["1M", "2E"],
  4950. rocksmash: ["2M"],
  4951. rockthrow: ["1L19", "2L14"],
  4952. sandstorm: ["2L36", "2M"],
  4953. screech: ["1L1", "2L1", "2S0"],
  4954. selfdestruct: ["1M"],
  4955. sharpen: ["2S0"],
  4956. skullbash: ["1M"],
  4957. slam: ["1L33", "2L40"],
  4958. sleeptalk: ["2M"],
  4959. snore: ["2M"],
  4960. strength: ["1M", "2M"],
  4961. substitute: ["1M"],
  4962. sunnyday: ["2M"],
  4963. swagger: ["2M"],
  4964. tackle: ["1L1", "2L1", "2S0"],
  4965. takedown: ["1M"],
  4966. toxic: ["1M", "2M"],
  4967. },
  4968. eventData: [
  4969. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "screech", "sharpen"]},
  4970. ],
  4971. },
  4972. drowzee: {
  4973. learnset: {
  4974. amnesia: ["2S0"],
  4975. attract: ["2M"],
  4976. barrier: ["2E"],
  4977. bide: ["1M"],
  4978. bodyslam: ["1M"],
  4979. confusion: ["1L17", "2L18"],
  4980. counter: ["1M"],
  4981. curse: ["2M"],
  4982. disable: ["1L12", "2L10"],
  4983. doubleedge: ["1M"],
  4984. doubleteam: ["1M", "2M"],
  4985. dreameater: ["1M", "2M"],
  4986. dynamicpunch: ["2M"],
  4987. endure: ["2M"],
  4988. firepunch: ["2M"],
  4989. flash: ["1M", "2M"],
  4990. frustration: ["2M"],
  4991. futuresight: ["2L45"],
  4992. headbutt: ["1L24", "2L25", "2M"],
  4993. hiddenpower: ["2M"],
  4994. hypnosis: ["1L1", "2L1", "2S0"],
  4995. icepunch: ["2M"],
  4996. lightscreen: ["2E"],
  4997. meditate: ["1L37", "2L36"],
  4998. megakick: ["1M"],
  4999. megapunch: ["1M"],
  5000. metronome: ["1M"],
  5001. mimic: ["1M"],
  5002. nightmare: ["2M"],
  5003. poisongas: ["1L29", "2L31"],
  5004. pound: ["1L1", "2L1", "2S0"],
  5005. protect: ["2M"],
  5006. psychic: ["1L32", "1M", "2L40", "2M"],
  5007. psychup: ["2L43", "2M"],
  5008. psywave: ["1M"],
  5009. rage: ["1M"],
  5010. raindance: ["2M"],
  5011. reflect: ["1M"],
  5012. rest: ["1M", "2M"],
  5013. return: ["2M"],
  5014. seismictoss: ["1M"],
  5015. shadowball: ["2M"],
  5016. skullbash: ["1M"],
  5017. sleeptalk: ["2M"],
  5018. snore: ["2M"],
  5019. submission: ["1M"],
  5020. substitute: ["1M"],
  5021. sunnyday: ["2M"],
  5022. swagger: ["2M"],
  5023. takedown: ["1M"],
  5024. teleport: ["1M"],
  5025. thunderpunch: ["2M"],
  5026. thunderwave: ["1M"],
  5027. toxic: ["1M", "2M"],
  5028. triattack: ["1M"],
  5029. zapcannon: ["2M"],
  5030. },
  5031. eventData: [
  5032. {"generation": 2, "level": 5, "shiny": 1, "moves": ["pound", "hypnosis", "amnesia"]},
  5033. ],
  5034. },
  5035. hypno: {
  5036. learnset: {
  5037. attract: ["2M"],
  5038. bide: ["1M"],
  5039. bodyslam: ["1M"],
  5040. confusion: ["1L1", "1L17", "2L1", "2L18"],
  5041. counter: ["1M"],
  5042. curse: ["2M"],
  5043. disable: ["1L1", "1L12", "2L1", "2L10"],
  5044. doubleedge: ["1M"],
  5045. doubleteam: ["1M", "2M"],
  5046. dreameater: ["1M", "2M"],
  5047. dynamicpunch: ["2M"],
  5048. endure: ["2M"],
  5049. firepunch: ["2M"],
  5050. flash: ["1M", "2M"],
  5051. frustration: ["2M"],
  5052. futuresight: ["2L60"],
  5053. headbutt: ["1L24", "2L25", "2M"],
  5054. hiddenpower: ["2M"],
  5055. hyperbeam: ["1M", "2M"],
  5056. hypnosis: ["1L1", "2L1"],
  5057. icepunch: ["2M"],
  5058. meditate: ["1L43", "2L40"],
  5059. megakick: ["1M"],
  5060. megapunch: ["1M"],
  5061. metronome: ["1M"],
  5062. mimic: ["1M"],
  5063. nightmare: ["2M"],
  5064. poisongas: ["1L33", "2L33"],
  5065. pound: ["1L1", "2L1"],
  5066. protect: ["2M"],
  5067. psychic: ["1L37", "1M", "2L49", "2M"],
  5068. psychup: ["2L55", "2M"],
  5069. psywave: ["1M"],
  5070. rage: ["1M"],
  5071. raindance: ["2M"],
  5072. reflect: ["1M"],
  5073. rest: ["1M", "2M"],
  5074. return: ["2M"],
  5075. seismictoss: ["1M"],
  5076. shadowball: ["2M"],
  5077. skullbash: ["1M"],
  5078. sleeptalk: ["2M"],
  5079. snore: ["2M"],
  5080. submission: ["1M"],
  5081. substitute: ["1M"],
  5082. sunnyday: ["2M"],
  5083. swagger: ["2M"],
  5084. takedown: ["1M"],
  5085. teleport: ["1M"],
  5086. thunderpunch: ["2M"],
  5087. thunderwave: ["1M"],
  5088. toxic: ["1M", "2M"],
  5089. triattack: ["1M"],
  5090. zapcannon: ["2M"],
  5091. },
  5092. },
  5093. krabby: {
  5094. learnset: {
  5095. amnesia: ["2E"],
  5096. attract: ["2M"],
  5097. bide: ["1M"],
  5098. blizzard: ["1M", "2M"],
  5099. bodyslam: ["1M"],
  5100. bubble: ["1L1", "2L1", "2S0"],
  5101. bubblebeam: ["1M"],
  5102. crabhammer: ["1L35", "2L41"],
  5103. curse: ["2M"],
  5104. cut: ["1M", "2M"],
  5105. dig: ["2E"],
  5106. doubleedge: ["1M"],
  5107. doubleteam: ["1M", "2M"],
  5108. endure: ["2M"],
  5109. flail: ["2E"],
  5110. frustration: ["2M"],
  5111. furycutter: ["2M"],
  5112. guillotine: ["1L25", "2L27"],
  5113. harden: ["1L40", "2L16"],
  5114. haze: ["2E"],
  5115. hiddenpower: ["2M"],
  5116. icebeam: ["1M", "2T"],
  5117. icywind: ["2M"],
  5118. leer: ["1L1", "2L5", "2S0"],
  5119. metalclaw: ["2S0"],
  5120. mimic: ["1M"],
  5121. mudslap: ["2M"],
  5122. protect: ["2L34", "2M"],
  5123. rage: ["1M"],
  5124. raindance: ["2M"],
  5125. rest: ["1M", "2M"],
  5126. return: ["2M"],
  5127. rocksmash: ["2M"],
  5128. slam: ["2E"],
  5129. sleeptalk: ["2M"],
  5130. snore: ["2M"],
  5131. stomp: ["1L30", "2L23"],
  5132. strength: ["1M", "2M"],
  5133. substitute: ["1M"],
  5134. surf: ["1M", "2M"],
  5135. swagger: ["2M"],
  5136. swordsdance: ["1M"],
  5137. takedown: ["1M"],
  5138. thief: ["2M"],
  5139. toxic: ["1M", "2M"],
  5140. visegrip: ["1L20", "2L12"],
  5141. watergun: ["1M"],
  5142. whirlpool: ["2M"],
  5143. },
  5144. eventData: [
  5145. {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "leer", "metalclaw"]},
  5146. ],
  5147. },
  5148. kingler: {
  5149. learnset: {
  5150. attract: ["2M"],
  5151. bide: ["1M"],
  5152. blizzard: ["1M", "2M"],
  5153. bodyslam: ["1M"],
  5154. bubble: ["1L1", "2L1"],
  5155. bubblebeam: ["1M"],
  5156. crabhammer: ["1L42", "2L49"],
  5157. curse: ["2M"],
  5158. cut: ["1M", "2M"],
  5159. doubleedge: ["1M"],
  5160. doubleteam: ["1M", "2M"],
  5161. endure: ["2M"],
  5162. frustration: ["2M"],
  5163. furycutter: ["2M"],
  5164. guillotine: ["1L25", "2L27"],
  5165. harden: ["1L49", "2L16"],
  5166. hiddenpower: ["2M"],
  5167. hyperbeam: ["1M", "2M"],
  5168. icebeam: ["1M", "2T"],
  5169. icywind: ["2M"],
  5170. leer: ["1L1", "2L1", "2L5"],
  5171. mimic: ["1M"],
  5172. mudslap: ["2M"],
  5173. protect: ["2L38", "2M"],
  5174. rage: ["1M"],
  5175. raindance: ["2M"],
  5176. rest: ["1M", "2M"],
  5177. return: ["2M"],
  5178. rocksmash: ["2M"],
  5179. sleeptalk: ["2M"],
  5180. snore: ["2M"],
  5181. stomp: ["1L34", "2L23"],
  5182. strength: ["1M", "2M"],
  5183. substitute: ["1M"],
  5184. surf: ["1M", "2M"],
  5185. swagger: ["2M"],
  5186. swordsdance: ["1M"],
  5187. takedown: ["1M"],
  5188. thief: ["2M"],
  5189. toxic: ["1M", "2M"],
  5190. visegrip: ["1L1", "1L20", "2L1", "2L12"],
  5191. watergun: ["1M"],
  5192. whirlpool: ["2M"],
  5193. },
  5194. },
  5195. voltorb: {
  5196. learnset: {
  5197. agility: ["2S0"],
  5198. bide: ["1M"],
  5199. curse: ["2M"],
  5200. doubleteam: ["1M", "2M"],
  5201. endure: ["2M"],
  5202. explosion: ["1L43", "1M", "2L39"],
  5203. flash: ["1M", "2M"],
  5204. frustration: ["2M"],
  5205. headbutt: ["2M"],
  5206. hiddenpower: ["2M"],
  5207. lightscreen: ["1L29", "2L33"],
  5208. mimic: ["1M"],
  5209. mirrorcoat: ["2L41"],
  5210. protect: ["2M"],
  5211. rage: ["1M"],
  5212. raindance: ["2M"],
  5213. reflect: ["1M"],
  5214. rest: ["1M", "2M"],
  5215. return: ["2M"],
  5216. rollout: ["2L29", "2M"],
  5217. screech: ["1L1", "2L9"],
  5218. selfdestruct: ["1L22", "1M", "2L23"],
  5219. sleeptalk: ["2M"],
  5220. snore: ["2M"],
  5221. sonicboom: ["1L17", "2L17"],
  5222. substitute: ["1M"],
  5223. swagger: ["2M"],
  5224. swift: ["1L36", "1M", "2L37", "2M"],
  5225. tackle: ["1L1", "2L1", "2S0"],
  5226. takedown: ["1M"],
  5227. teleport: ["1M"],
  5228. thunder: ["1M", "2M"],
  5229. thunderbolt: ["1M", "2T"],
  5230. thunderwave: ["1M"],
  5231. toxic: ["1M", "2M"],
  5232. zapcannon: ["2M"],
  5233. },
  5234. eventData: [
  5235. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "agility"]},
  5236. ],
  5237. },
  5238. electrode: {
  5239. learnset: {
  5240. bide: ["1M"],
  5241. curse: ["2M"],
  5242. doubleteam: ["1M", "2M"],
  5243. endure: ["2M"],
  5244. explosion: ["1L50", "1M", "2L44"],
  5245. flash: ["1M", "2M"],
  5246. frustration: ["2M"],
  5247. headbutt: ["2M"],
  5248. hiddenpower: ["2M"],
  5249. hyperbeam: ["1M", "2M"],
  5250. lightscreen: ["1L29", "2L34"],
  5251. mimic: ["1M"],
  5252. mirrorcoat: ["2L48"],
  5253. protect: ["2M"],
  5254. rage: ["1M"],
  5255. raindance: ["2M"],
  5256. reflect: ["1M"],
  5257. rest: ["1M", "2M"],
  5258. return: ["2M"],
  5259. rollout: ["2L29", "2M"],
  5260. screech: ["1L1", "2L1", "2L9"],
  5261. selfdestruct: ["1L22", "1M", "2L1", "2L23"],
  5262. skullbash: ["1M"],
  5263. sleeptalk: ["2M"],
  5264. snore: ["2M"],
  5265. sonicboom: ["1L1", "1L17", "2L1", "2L17"],
  5266. substitute: ["1M"],
  5267. swagger: ["2M"],
  5268. swift: ["1L40", "1M", "2L40", "2M"],
  5269. tackle: ["1L1", "2L1"],
  5270. takedown: ["1M"],
  5271. teleport: ["1M"],
  5272. thunder: ["1M", "2M"],
  5273. thunderbolt: ["1M", "2T"],
  5274. thunderwave: ["1M"],
  5275. toxic: ["1M", "2M"],
  5276. zapcannon: ["2M"],
  5277. },
  5278. },
  5279. exeggcute: {
  5280. learnset: {
  5281. ancientpower: ["2E"],
  5282. attract: ["2M"],
  5283. barrage: ["1L1", "2L1", "2S0"],
  5284. bide: ["1M"],
  5285. confusion: ["2L19"],
  5286. curse: ["2M"],
  5287. doubleedge: ["1M"],
  5288. doubleteam: ["1M", "2M"],
  5289. dreameater: ["2M"],
  5290. eggbomb: ["1M"],
  5291. endure: ["2M"],
  5292. explosion: ["1M"],
  5293. flash: ["2M"],
  5294. frustration: ["2M"],
  5295. gigadrain: ["2M"],
  5296. hiddenpower: ["2M"],
  5297. hypnosis: ["1L1", "2L1", "2S0"],
  5298. leechseed: ["1L28", "2L13"],
  5299. megadrain: ["2E"],
  5300. mimic: ["1M"],
  5301. moonlight: ["2E"],
  5302. nightmare: ["2M"],
  5303. poisonpowder: ["1L37", "2L31"],
  5304. protect: ["2M"],
  5305. psychic: ["1M", "2M"],
  5306. psychup: ["2M"],
  5307. psywave: ["1M"],
  5308. rage: ["1M"],
  5309. reflect: ["1L25", "1M", "2L7", "2E"],
  5310. rest: ["1M", "2M"],
  5311. return: ["2M"],
  5312. rollout: ["2M"],
  5313. selfdestruct: ["1M"],
  5314. sleeppowder: ["1L48", "2L37"],
  5315. sleeptalk: ["2M"],
  5316. sludgebomb: ["2M"],
  5317. snore: ["2M"],
  5318. solarbeam: ["1L42", "2L43", "2M"],
  5319. strength: ["2M"],
  5320. stunspore: ["1L32", "2L25"],
  5321. substitute: ["1M"],
  5322. sunnyday: ["2M"],
  5323. swagger: ["2M"],
  5324. sweetscent: ["2S0"],
  5325. synthesis: ["2E"],
  5326. takedown: ["1M"],
  5327. teleport: ["1M"],
  5328. thief: ["2M"],
  5329. toxic: ["1M", "2M"],
  5330. },
  5331. eventData: [
  5332. {"generation": 2, "level": 5, "shiny": 1, "moves": ["barrage", "hypnosis", "sweetscent"]},
  5333. ],
  5334. },
  5335. exeggutor: {
  5336. learnset: {
  5337. attract: ["2M"],
  5338. barrage: ["1L1", "2L1"],
  5339. bide: ["1M"],
  5340. confusion: ["2L1"],
  5341. curse: ["2M"],
  5342. doubleedge: ["1M"],
  5343. doubleteam: ["1M", "2M"],
  5344. dreameater: ["2M"],
  5345. eggbomb: ["1M", "2L31"],
  5346. endure: ["2M"],
  5347. explosion: ["1M"],
  5348. flash: ["2M"],
  5349. frustration: ["2M"],
  5350. gigadrain: ["2M"],
  5351. headbutt: ["2M"],
  5352. hiddenpower: ["2M"],
  5353. hyperbeam: ["1M", "2M"],
  5354. hypnosis: ["1L1", "2L1"],
  5355. megadrain: ["1M"],
  5356. mimic: ["1M"],
  5357. nightmare: ["2M"],
  5358. protect: ["2M"],
  5359. psychic: ["1M", "2M"],
  5360. psychup: ["2M"],
  5361. psywave: ["1M"],
  5362. rage: ["1M"],
  5363. reflect: ["1M"],
  5364. rest: ["1M", "2M"],
  5365. return: ["2M"],
  5366. rollout: ["2M"],
  5367. selfdestruct: ["1M"],
  5368. sleeptalk: ["2M"],
  5369. sludgebomb: ["2M"],
  5370. snore: ["2M"],
  5371. solarbeam: ["1M", "2M"],
  5372. stomp: ["1L28", "2L19"],
  5373. strength: ["1M", "2M"],
  5374. substitute: ["1M"],
  5375. sunnyday: ["2M"],
  5376. swagger: ["2M"],
  5377. takedown: ["1M"],
  5378. teleport: ["1M"],
  5379. thief: ["2M"],
  5380. toxic: ["1M", "2M"],
  5381. },
  5382. },
  5383. cubone: {
  5384. learnset: {
  5385. ancientpower: ["2E"],
  5386. attract: ["2M"],
  5387. bellydrum: ["2E"],
  5388. bide: ["1M"],
  5389. blizzard: ["1M", "2M"],
  5390. bodyslam: ["1M"],
  5391. boneclub: ["1L1", "1L10", "2L9"],
  5392. bonemerang: ["1L43", "2L25"],
  5393. bonerush: ["2L41"],
  5394. bubblebeam: ["1M"],
  5395. counter: ["1M"],
  5396. curse: ["2M"],
  5397. detect: ["2M"],
  5398. dig: ["1M", "2M"],
  5399. doubleedge: ["1M"],
  5400. doubleteam: ["1M", "2M"],
  5401. dynamicpunch: ["2M"],
  5402. earthquake: ["1M", "2M"],
  5403. endure: ["2M"],
  5404. falseswipe: ["2L33"],
  5405. fireblast: ["1M", "2M"],
  5406. firepunch: ["2M"],
  5407. fissure: ["1M"],
  5408. flamethrower: ["2T"],
  5409. focusenergy: ["1L31", "2L21"],
  5410. frustration: ["2M"],
  5411. furyattack: ["2S0"],
  5412. growl: ["1L1", "2L1", "2S0"],
  5413. headbutt: ["1L18", "2L13", "2M"],
  5414. hiddenpower: ["2M"],
  5415. icebeam: ["1M", "2T"],
  5416. icywind: ["2M"],
  5417. irontail: ["2M"],
  5418. leer: ["1L25", "2L17"],
  5419. megakick: ["1M"],
  5420. megapunch: ["1M"],
  5421. mimic: ["1M"],
  5422. mudslap: ["2M"],
  5423. perishsong: ["2E"],
  5424. protect: ["2M"],
  5425. rage: ["1L46", "1M", "2L29"],
  5426. rest: ["1M", "2M"],
  5427. return: ["2M"],
  5428. rockslide: ["2E"],
  5429. rocksmash: ["2M"],
  5430. sandstorm: ["2M"],
  5431. screech: ["2E"],
  5432. seismictoss: ["1M"],
  5433. skullbash: ["1M", "2E"],
  5434. sleeptalk: ["2M"],
  5435. snore: ["2M"],
  5436. strength: ["1M", "2M"],
  5437. submission: ["1M"],
  5438. substitute: ["1M"],
  5439. sunnyday: ["2M"],
  5440. swagger: ["2M"],
  5441. swordsdance: ["2E"],
  5442. tailwhip: ["1L13", "2L5", "2S0"],
  5443. takedown: ["1M"],
  5444. thief: ["2M"],
  5445. thrash: ["1L38", "2L37"],
  5446. thunderpunch: ["2M"],
  5447. toxic: ["1M", "2M"],
  5448. watergun: ["1M"],
  5449. },
  5450. eventData: [
  5451. {"generation": 2, "level": 5, "shiny": 1, "moves": ["growl", "tailwhip", "furyattack"]},
  5452. ],
  5453. },
  5454. marowak: {
  5455. learnset: {
  5456. attract: ["2M"],
  5457. bide: ["1M"],
  5458. blizzard: ["1M", "2M"],
  5459. bodyslam: ["1M"],
  5460. boneclub: ["1L1", "1L10", "2L1", "2L9"],
  5461. bonemerang: ["1L48", "2L25"],
  5462. bonerush: ["2L53"],
  5463. bubblebeam: ["1M"],
  5464. counter: ["1M"],
  5465. curse: ["2M"],
  5466. detect: ["2M"],
  5467. dig: ["1M", "2M"],
  5468. doubleedge: ["1M"],
  5469. doubleteam: ["1M", "2M"],
  5470. dynamicpunch: ["2M"],
  5471. earthquake: ["1M", "2M"],
  5472. endure: ["2M"],
  5473. falseswipe: ["2L39"],
  5474. fireblast: ["1M", "2M"],
  5475. firepunch: ["2M"],
  5476. fissure: ["1M"],
  5477. flamethrower: ["2T"],
  5478. focusenergy: ["1L1", "1L33", "2L21"],
  5479. frustration: ["2M"],
  5480. growl: ["1L1", "2L1"],
  5481. headbutt: ["1L18", "2L1", "2L13", "2M"],
  5482. hiddenpower: ["2M"],
  5483. hyperbeam: ["1M", "2M"],
  5484. icebeam: ["1M", "2T"],
  5485. icywind: ["2M"],
  5486. irontail: ["2M"],
  5487. leer: ["1L1", "1L25", "2L17"],
  5488. megakick: ["1M"],
  5489. megapunch: ["1M"],
  5490. mimic: ["1M"],
  5491. mudslap: ["2M"],
  5492. protect: ["2M"],
  5493. rage: ["1L55", "1M", "2L32"],
  5494. rest: ["1M", "2M"],
  5495. return: ["2M"],
  5496. rocksmash: ["2M"],
  5497. sandstorm: ["2M"],
  5498. seismictoss: ["1M"],
  5499. skullbash: ["1M"],
  5500. sleeptalk: ["2M"],
  5501. snore: ["2M"],
  5502. strength: ["1M", "2M"],
  5503. submission: ["1M"],
  5504. substitute: ["1M"],
  5505. sunnyday: ["2M"],
  5506. swagger: ["2M"],
  5507. tailwhip: ["1L1", "1L13", "2L1", "2L5"],
  5508. takedown: ["1M"],
  5509. thief: ["2M"],
  5510. thrash: ["1L41", "2L46"],
  5511. thunderpunch: ["2M"],
  5512. toxic: ["1M", "2M"],
  5513. watergun: ["1M"],
  5514. },
  5515. },
  5516. tyrogue: {
  5517. learnset: {
  5518. takedown: ["1L1"],
  5519. doubleedge: ["1L1"],
  5520. toxic: ["1L1"],
  5521. rage: ["1L1"],
  5522. mimic: ["1L1"],
  5523. doubleteam: ["1L1"],
  5524. bide: ["1L1"],
  5525. rest: ["1L1"],
  5526. substitute: ["1L1"],
  5527. megakick: ["1L1"],
  5528. bodyslam: ["1L1"],
  5529. submission: ["1L1"],
  5530. seismictoss: ["1L1"],
  5531. counter: ["1L1"],
  5532. strength: ["1L1"],
  5533. reflect: ["1L1"],
  5534. swift: ["1L1"],
  5535. skullbash: ["1L1"],
  5536. tackle: ["1L1"],
  5537. },
  5538. },
  5539. hitmonlee: {
  5540. learnset: {
  5541. attract: ["2M"],
  5542. bide: ["1M"],
  5543. bodyslam: ["1M"],
  5544. counter: ["1M"],
  5545. curse: ["2M"],
  5546. detect: ["2M"],
  5547. doubleedge: ["1M"],
  5548. doublekick: ["1L1", "2L1"],
  5549. doubleteam: ["1M", "2M"],
  5550. dynamicpunch: ["2M"],
  5551. endure: ["2L41", "2M"],
  5552. focusenergy: ["1L43", "2L21"],
  5553. foresight: ["2L36"],
  5554. frustration: ["2M"],
  5555. headbutt: ["2M"],
  5556. hiddenpower: ["2M"],
  5557. highjumpkick: ["1L48", "2L26"],
  5558. jumpkick: ["1L38", "2L16"],
  5559. meditate: ["1L1", "2L6"],
  5560. megakick: ["1L53", "1M", "2L46"],
  5561. megapunch: ["1M"],
  5562. metronome: ["1M"],
  5563. mimic: ["1M"],
  5564. mindreader: ["2L31"],
  5565. mudslap: ["2M"],
  5566. protect: ["2M"],
  5567. rage: ["1M"],
  5568. rest: ["1M", "2M"],
  5569. return: ["2M"],
  5570. reversal: ["2L51"],
  5571. rocksmash: ["2M"],
  5572. rollingkick: ["1L33", "2L11"],
  5573. seismictoss: ["1M"],
  5574. skullbash: ["1M"],
  5575. sleeptalk: ["2M"],
  5576. snore: ["2M"],
  5577. strength: ["1M", "2M"],
  5578. submission: ["1M"],
  5579. substitute: ["1M"],
  5580. sunnyday: ["2M"],
  5581. swagger: ["2M"],
  5582. swift: ["1M", "2M"],
  5583. takedown: ["1M"],
  5584. thief: ["2M"],
  5585. toxic: ["1M", "2M"],
  5586. },
  5587. },
  5588. hitmonchan: {
  5589. learnset: {
  5590. agility: ["1L1", "2L7"],
  5591. attract: ["2M"],
  5592. bide: ["1M"],
  5593. bodyslam: ["1M"],
  5594. cometpunch: ["1L1", "2L1"],
  5595. counter: ["1L53", "1M", "2L50"],
  5596. curse: ["2M"],
  5597. detect: ["2L44", "2M"],
  5598. doubleedge: ["1M"],
  5599. doubleteam: ["1M", "2M"],
  5600. dynamicpunch: ["2M"],
  5601. endure: ["2M"],
  5602. firepunch: ["1L33", "2L26", "2M"],
  5603. frustration: ["2M"],
  5604. headbutt: ["2M"],
  5605. hiddenpower: ["2M"],
  5606. icepunch: ["1L38", "2L26", "2M"],
  5607. machpunch: ["2L32"],
  5608. megakick: ["1M"],
  5609. megapunch: ["1L48", "1M", "2L38"],
  5610. metronome: ["1M"],
  5611. mimic: ["1M"],
  5612. mudslap: ["2M"],
  5613. protect: ["2M"],
  5614. pursuit: ["2L13"],
  5615. rage: ["1M"],
  5616. rest: ["1M", "2M"],
  5617. return: ["2M"],
  5618. rocksmash: ["2M"],
  5619. seismictoss: ["1M"],
  5620. skullbash: ["1M"],
  5621. sleeptalk: ["2M"],
  5622. snore: ["2M"],
  5623. strength: ["1M", "2M"],
  5624. submission: ["1M"],
  5625. substitute: ["1M"],
  5626. sunnyday: ["2M"],
  5627. swagger: ["2M"],
  5628. swift: ["1M", "2M"],
  5629. takedown: ["1M"],
  5630. thief: ["2M"],
  5631. thunderpunch: ["1L43", "2L26", "2M"],
  5632. toxic: ["1M", "2M"],
  5633. },
  5634. },
  5635. hitmontop: {
  5636. learnset: {
  5637. takedown: ["1L1"],
  5638. doubleedge: ["1L1"],
  5639. toxic: ["1L1"],
  5640. rage: ["1L1"],
  5641. mimic: ["1L1"],
  5642. doubleteam: ["1L1"],
  5643. bide: ["1L1"],
  5644. rest: ["1L1"],
  5645. substitute: ["1L1"],
  5646. megakick: ["1L1"],
  5647. bodyslam: ["1L1"],
  5648. submission: ["1L1"],
  5649. seismictoss: ["1L1"],
  5650. counter: ["1L1"],
  5651. strength: ["1L1"],
  5652. reflect: ["1L1"],
  5653. swift: ["1L1"],
  5654. skullbash: ["1L1"],
  5655. tackle: ["1L1"],
  5656. dig: ["1L1"],
  5657. hyperbeam: ["1L1"],
  5658. rollingkick: ["1L1"],
  5659. triplekick: ["1L1"],
  5660. focusenergy: ["1L1"],
  5661. quickattack: ["1L1"],
  5662. agility: ["1L1"],
  5663. },
  5664. },
  5665. lickitung: {
  5666. learnset: {
  5667. attract: ["2M"],
  5668. bellydrum: ["2E"],
  5669. bide: ["1M"],
  5670. blizzard: ["1M", "2M"],
  5671. bodyslam: ["1M", "2E"],
  5672. bubblebeam: ["1M"],
  5673. counter: ["1M"],
  5674. curse: ["2M"],
  5675. cut: ["1M", "2M"],
  5676. defensecurl: ["1L23", "2L13", "2M"],
  5677. disable: ["1L15", "2L31"],
  5678. doubleedge: ["1M"],
  5679. doubleslap: ["2S0"],
  5680. doubleteam: ["1M", "2M"],
  5681. dreameater: ["2M"],
  5682. dynamicpunch: ["2M"],
  5683. earthquake: ["1M", "2M"],
  5684. endure: ["2M"],
  5685. fireblast: ["1M", "2M"],
  5686. firepunch: ["2M"],
  5687. fissure: ["1M"],
  5688. flamethrower: ["2T"],
  5689. frustration: ["2M"],
  5690. headbutt: ["2M"],
  5691. hiddenpower: ["2M"],
  5692. hyperbeam: ["1M", "2M"],
  5693. icebeam: ["1M", "2T"],
  5694. icepunch: ["2M"],
  5695. icywind: ["2M"],
  5696. irontail: ["2M"],
  5697. lick: ["2L1", "2S0"],
  5698. magnitude: ["2E"],
  5699. megakick: ["1M"],
  5700. megapunch: ["1M"],
  5701. mimic: ["1M"],
  5702. mudslap: ["2M"],
  5703. nightmare: ["2M"],
  5704. protect: ["2M"],
  5705. psychup: ["2M"],
  5706. rage: ["1M"],
  5707. raindance: ["2M"],
  5708. rest: ["1M", "2M"],
  5709. return: ["2M"],
  5710. rocksmash: ["2M"],
  5711. rollout: ["2M"],
  5712. sandstorm: ["2M"],
  5713. screech: ["1L39", "2L43"],
  5714. seismictoss: ["1M"],
  5715. shadowball: ["2M"],
  5716. skullbash: ["1M"],
  5717. slam: ["1L31", "2L37"],
  5718. sleeptalk: ["2M"],
  5719. snore: ["2M"],
  5720. stomp: ["1L7", "2L19"],
  5721. strength: ["1M", "2M"],
  5722. submission: ["1M"],
  5723. substitute: ["1M"],
  5724. sunnyday: ["2M"],
  5725. supersonic: ["1L1", "2L7"],
  5726. surf: ["1M", "2M"],
  5727. swagger: ["2M"],
  5728. swordsdance: ["1M"],
  5729. takedown: ["1M"],
  5730. thief: ["2M"],
  5731. thunder: ["1M", "2M"],
  5732. thunderbolt: ["1M", "2T"],
  5733. thunderpunch: ["2M"],
  5734. toxic: ["1M", "2M"],
  5735. watergun: ["1M"],
  5736. wrap: ["1L1", "2L25"],
  5737. },
  5738. eventData: [
  5739. {"generation": 2, "level": 5, "shiny": 1, "moves": ["lick", "doubleslap"]},
  5740. ],
  5741. },
  5742. koffing: {
  5743. learnset: {
  5744. attract: ["2M"],
  5745. bide: ["1M"],
  5746. curse: ["2M"],
  5747. destinybond: ["2L45", "2E"],
  5748. doubleteam: ["1M", "2M"],
  5749. endure: ["2M"],
  5750. explosion: ["1L48", "1M", "2L41"],
  5751. fireblast: ["1M", "2M"],
  5752. flamethrower: ["2T"],
  5753. frustration: ["2M"],
  5754. haze: ["1L45", "2L33"],
  5755. hiddenpower: ["2M"],
  5756. mimic: ["1M"],
  5757. painsplit: ["2E"],
  5758. poisongas: ["2L1"],
  5759. protect: ["2M"],
  5760. psybeam: ["2E"],
  5761. psywave: ["2E"],
  5762. rage: ["1M"],
  5763. rest: ["1M", "2M"],
  5764. return: ["2M"],
  5765. rollout: ["2M"],
  5766. screech: ["2E"],
  5767. selfdestruct: ["1L40", "1M", "2L17"],
  5768. sleeptalk: ["2M"],
  5769. sludge: ["1L32", "2L21"],
  5770. sludgebomb: ["2M"],
  5771. smog: ["1L1", "2L9"],
  5772. smokescreen: ["1L37", "2L25"],
  5773. snore: ["2M"],
  5774. substitute: ["1M"],
  5775. sunnyday: ["2M"],
  5776. swagger: ["2M"],
  5777. tackle: ["1L1", "2L1"],
  5778. thief: ["2M"],
  5779. thunder: ["1M", "2M"],
  5780. thunderbolt: ["1M", "2T"],
  5781. toxic: ["1M", "2M"],
  5782. zapcannon: ["2M"],
  5783. },
  5784. },
  5785. weezing: {
  5786. learnset: {
  5787. attract: ["2M"],
  5788. bide: ["1M"],
  5789. curse: ["2M"],
  5790. destinybond: ["2L51"],
  5791. doubleteam: ["1M", "2M"],
  5792. endure: ["2M"],
  5793. explosion: ["1L53", "1M", "2L44"],
  5794. fireblast: ["1M", "2M"],
  5795. flamethrower: ["2T"],
  5796. frustration: ["2M"],
  5797. haze: ["1L49", "2L33"],
  5798. hiddenpower: ["2M"],
  5799. hyperbeam: ["1M", "2M"],
  5800. mimic: ["1M"],
  5801. poisongas: ["2L1"],
  5802. protect: ["2M"],
  5803. rage: ["1M"],
  5804. rest: ["1M", "2M"],
  5805. return: ["2M"],
  5806. rollout: ["2M"],
  5807. selfdestruct: ["1L43", "1M", "2L1", "2L17"],
  5808. sleeptalk: ["2M"],
  5809. sludge: ["1L1", "1L32", "2L21"],
  5810. sludgebomb: ["2M"],
  5811. smog: ["1L1", "2L1", "2L9"],
  5812. smokescreen: ["1L39", "2L25"],
  5813. snore: ["2M"],
  5814. substitute: ["1M"],
  5815. sunnyday: ["2M"],
  5816. swagger: ["2M"],
  5817. tackle: ["1L1", "2L1"],
  5818. thief: ["2M"],
  5819. thunder: ["1M", "2M"],
  5820. thunderbolt: ["1M", "2T"],
  5821. toxic: ["1M", "2M"],
  5822. zapcannon: ["2M"],
  5823. },
  5824. },
  5825. rhyhorn: {
  5826. learnset: {
  5827. attract: ["2M"],
  5828. bide: ["1M"],
  5829. blizzard: ["2M"],
  5830. bodyslam: ["1M"],
  5831. counter: ["2E"],
  5832. crunch: ["2E"],
  5833. curse: ["2M"],
  5834. dig: ["1M", "2M"],
  5835. doubleedge: ["1M"],
  5836. doubleteam: ["1M", "2M"],
  5837. earthquake: ["1M", "2L55", "2M"],
  5838. endure: ["2M"],
  5839. fireblast: ["1M", "2M"],
  5840. fissure: ["1M"],
  5841. flamethrower: ["2T"],
  5842. frustration: ["2M"],
  5843. furyattack: ["1L40", "1L1", "2L19"],
  5844. headbutt: ["2M"],
  5845. hiddenpower: ["2M"],
  5846. hornattack: ["1L1", "2L1"],
  5847. horndrill: ["1L45", "1M", "2L37"],
  5848. icebeam: ["2T"],
  5849. icywind: ["2M"],
  5850. irontail: ["2M"],
  5851. leer: ["1L50"],
  5852. magnitude: ["2E"],
  5853. mimic: ["1M"],
  5854. mudslap: ["2M"],
  5855. protect: ["2M"],
  5856. pursuit: ["2E"],
  5857. rage: ["1M"],
  5858. rest: ["1M", "2M"],
  5859. return: ["2M"],
  5860. reversal: ["2E"],
  5861. roar: ["2M"],
  5862. rockslide: ["1M", "2E"],
  5863. rocksmash: ["2M"],
  5864. rollout: ["2M"],
  5865. sandstorm: ["2M"],
  5866. scaryface: ["2L31"],
  5867. skullbash: ["1M"],
  5868. sleeptalk: ["2M"],
  5869. snore: ["2M"],
  5870. stomp: ["1L30", "1L1", "2L13"],
  5871. strength: ["1M", "2M"],
  5872. substitute: ["1M"],
  5873. sunnyday: ["2M"],
  5874. swagger: ["2M"],
  5875. tailwhip: ["1L35", "1L1", "2L1"],
  5876. takedown: ["1L55", "1M", "2L49"],
  5877. thrash: ["2E"],
  5878. thunder: ["1M", "2M"],
  5879. thunderbolt: ["1M", "2T"],
  5880. toxic: ["1M", "2M"],
  5881. zapcannon: ["2M"],
  5882. },
  5883. },
  5884. rhydon: {
  5885. learnset: {
  5886. attract: ["2M"],
  5887. bide: ["1M"],
  5888. blizzard: ["1M", "2M"],
  5889. bodyslam: ["1M"],
  5890. bubblebeam: ["1M"],
  5891. counter: ["1M"],
  5892. curse: ["2M"],
  5893. dig: ["1M", "2M"],
  5894. doubleedge: ["1M"],
  5895. doubleteam: ["1M", "2M"],
  5896. dynamicpunch: ["2M"],
  5897. earthquake: ["1M", "2L65", "2M"],
  5898. endure: ["2M"],
  5899. fireblast: ["1M", "2M"],
  5900. firepunch: ["2M"],
  5901. fissure: ["1M"],
  5902. flamethrower: ["2T"],
  5903. frustration: ["2M"],
  5904. furyattack: ["1L1", "1L40", "2L1", "2L19"],
  5905. furycutter: ["2M"],
  5906. headbutt: ["2M"],
  5907. hiddenpower: ["2M"],
  5908. hornattack: ["1L1", "2L1"],
  5909. horndrill: ["1L48", "1M", "2L37"],
  5910. hyperbeam: ["1M", "2M"],
  5911. icebeam: ["1M", "2T"],
  5912. icywind: ["2M"],
  5913. irontail: ["2M"],
  5914. leer: ["1L55"],
  5915. megakick: ["1M"],
  5916. megapunch: ["1M"],
  5917. mimic: ["1M"],
  5918. mudslap: ["2M"],
  5919. payday: ["1M"],
  5920. protect: ["2M"],
  5921. rage: ["1M"],
  5922. rest: ["1M", "2M"],
  5923. return: ["2M"],
  5924. roar: ["2M"],
  5925. rockslide: ["1M"],
  5926. rocksmash: ["2M"],
  5927. rollout: ["2M"],
  5928. sandstorm: ["2M"],
  5929. scaryface: ["2L31"],
  5930. seismictoss: ["1M"],
  5931. skullbash: ["1M"],
  5932. sleeptalk: ["2M"],
  5933. snore: ["2M"],
  5934. stomp: ["1L1", "1L30", "2L1", "2L13"],
  5935. strength: ["1M", "2M"],
  5936. submission: ["1M"],
  5937. substitute: ["1M"],
  5938. sunnyday: ["2M"],
  5939. surf: ["1M", "2M"],
  5940. swagger: ["2M"],
  5941. tailwhip: ["1L1", "1L35", "2L1"],
  5942. takedown: ["1L64", "1M", "2L54"],
  5943. thunder: ["1M", "2M"],
  5944. thunderbolt: ["1M", "2T"],
  5945. thunderpunch: ["2M"],
  5946. toxic: ["1M", "2M"],
  5947. watergun: ["1M"],
  5948. zapcannon: ["2M"],
  5949. },
  5950. },
  5951. chansey: {
  5952. learnset: {
  5953. attract: ["2M"],
  5954. bide: ["1M"],
  5955. blizzard: ["1M", "2M"],
  5956. bodyslam: ["1M"],
  5957. bubblebeam: ["1M"],
  5958. counter: ["1M"],
  5959. curse: ["2M"],
  5960. defensecurl: ["1L44", "2L41", "2M"],
  5961. doubleedge: ["1L54", "1M", "2L57"],
  5962. doubleslap: ["1L1", "1L12", "2L17"],
  5963. doubleteam: ["1M", "2M"],
  5964. dreameater: ["2M"],
  5965. dynamicpunch: ["2M"],
  5966. eggbomb: ["1M", "2L35"],
  5967. endure: ["2M"],
  5968. fireblast: ["1M", "2M"],
  5969. flamethrower: ["2T"],
  5970. flash: ["1M", "2M"],
  5971. frustration: ["2M"],
  5972. growl: ["1L30", "2L5"],
  5973. headbutt: ["2M"],
  5974. healbell: ["2E"],
  5975. hiddenpower: ["2M"],
  5976. hyperbeam: ["1M", "2M"],
  5977. icebeam: ["1M", "2T"],
  5978. icywind: ["2M"],
  5979. irontail: ["2M"],
  5980. lightscreen: ["1L48", "2L49"],
  5981. megakick: ["1M"],
  5982. megapunch: ["1M"],
  5983. metronome: ["1M", "2E"],
  5984. mimic: ["1M"],
  5985. minimize: ["1L38", "2L23"],
  5986. mudslap: ["2M"],
  5987. pound: ["1L1", "2L1", "2S0"],
  5988. present: ["2E"],
  5989. protect: ["2M"],
  5990. psychic: ["1M", "2M"],
  5991. psychup: ["2M"],
  5992. psywave: ["1M"],
  5993. rage: ["1M"],
  5994. raindance: ["2M"],
  5995. reflect: ["1M"],
  5996. rest: ["1M", "2M"],
  5997. return: ["2M"],
  5998. rocksmash: ["2M"],
  5999. rollout: ["2M"],
  6000. sandstorm: ["2M"],
  6001. seismictoss: ["1M"],
  6002. shadowball: ["2M"],
  6003. sing: ["1L24", "2L29"],
  6004. skullbash: ["1M"],
  6005. sleeptalk: ["2M"],
  6006. snore: ["2M"],
  6007. softboiled: ["1M", "2L13"],
  6008. solarbeam: ["1M", "2M"],
  6009. strength: ["1M", "2M"],
  6010. submission: ["1M"],
  6011. substitute: ["1M"],
  6012. sunnyday: ["2M"],
  6013. swagger: ["2M"],
  6014. sweetscent: ["2S0"],
  6015. tailwhip: ["1L1", "2L9"],
  6016. takedown: ["1M"],
  6017. teleport: ["1M"],
  6018. thunder: ["1M", "2M"],
  6019. thunderbolt: ["1M", "2T"],
  6020. thunderwave: ["1M"],
  6021. toxic: ["1M", "2M"],
  6022. triattack: ["1M"],
  6023. watergun: ["1M"],
  6024. zapcannon: ["2M"],
  6025. },
  6026. eventData: [
  6027. {"generation": 2, "level": 5, "shiny": 1, "moves": ["pound", "sweetscent"]},
  6028. ],
  6029. },
  6030. blissey: {
  6031. learnset: {
  6032. takedown: ["1L1"],
  6033. doubleedge: ["1L1"],
  6034. toxic: ["1L1"],
  6035. rage: ["1L1"],
  6036. mimic: ["1L1"],
  6037. doubleteam: ["1L1"],
  6038. bide: ["1L1"],
  6039. rest: ["1L1"],
  6040. substitute: ["1L1"],
  6041. megapunch: ["1L1"],
  6042. megakick: ["1L1"],
  6043. bodyslam: ["1L1"],
  6044. watergun: ["1L1"],
  6045. icebeam: ["1L1"],
  6046. blizzard: ["1L1"],
  6047. bubblebeam: ["1L1"],
  6048. hyperbeam: ["1L1"],
  6049. submission: ["1L1"],
  6050. counter: ["1L1"],
  6051. seismictoss: ["1L1"],
  6052. strength: ["1L1"],
  6053. solarbeam: ["1L1"],
  6054. thunderbolt: ["1L1"],
  6055. thunderwave: ["1L1"],
  6056. thunder: ["1L1"],
  6057. psychic: ["1L1"],
  6058. teleport: ["1L1"],
  6059. reflect: ["1L1"],
  6060. metronome: ["1L1"],
  6061. eggbomb: ["1L1"],
  6062. fireblast: ["1L1"],
  6063. skullbash: ["1L1"],
  6064. softboiled: ["1L1"],
  6065. flash: ["1L1"],
  6066. psywave: ["1L1"],
  6067. },
  6068. },
  6069. tangela: {
  6070. learnset: {
  6071. absorb: ["1L29", "1L27", "2L10"],
  6072. amnesia: ["2E"],
  6073. attract: ["2M"],
  6074. bide: ["1M"],
  6075. bind: ["1L1", "1L24", "2L25"],
  6076. bodyslam: ["1M"],
  6077. confusion: ["2E"],
  6078. constrict: ["1L1", "2L1", "2S0"],
  6079. curse: ["2M"],
  6080. cut: ["1M", "2M"],
  6081. doubleedge: ["1M"],
  6082. doubleteam: ["1M", "2M"],
  6083. endure: ["2M"],
  6084. flail: ["2E"],
  6085. flash: ["2M"],
  6086. frustration: ["2M"],
  6087. gigadrain: ["2M"],
  6088. growth: ["1L49", "1L48", "2L46"],
  6089. headbutt: ["2M"],
  6090. hiddenpower: ["2M"],
  6091. hyperbeam: ["1M", "2M"],
  6092. megadrain: ["1M", "2L31", "2E"],
  6093. mimic: ["1M"],
  6094. poisonpowder: ["1L32", "2L13"],
  6095. protect: ["2M"],
  6096. psychup: ["2M"],
  6097. rage: ["1M"],
  6098. reflect: ["2E"],
  6099. rest: ["1M", "2M"],
  6100. return: ["2M"],
  6101. skullbash: ["1M"],
  6102. slam: ["1L45", "2L40"],
  6103. sleeppowder: ["1L39", "2L4", "2S0"],
  6104. sleeptalk: ["2M"],
  6105. sludgebomb: ["2M"],
  6106. snore: ["2M"],
  6107. solarbeam: ["1M", "2M"],
  6108. stunspore: ["1L36", "2L34"],
  6109. substitute: ["1M"],
  6110. sunnyday: ["2M"],
  6111. swagger: ["2M"],
  6112. sweetscent: ["2M"],
  6113. swordsdance: ["1M"],
  6114. synthesis: ["2S0"],
  6115. takedown: ["1M"],
  6116. thief: ["2M"],
  6117. toxic: ["1M", "2M"],
  6118. vinewhip: ["1L29", "2L19"],
  6119. },
  6120. eventData: [
  6121. {"generation": 2, "level": 5, "shiny": 1, "moves": ["constrict", "sleeppowder", "synthesis"]},
  6122. ],
  6123. },
  6124. kangaskhan: {
  6125. learnset: {
  6126. attract: ["2M"],
  6127. bide: ["1M"],
  6128. bite: ["1L26", "2L13"],
  6129. blizzard: ["1M", "2M"],
  6130. bodyslam: ["1M"],
  6131. bubblebeam: ["1M"],
  6132. cometpunch: ["1L1", "2L1", "2S0"],
  6133. counter: ["1M"],
  6134. curse: ["2M"],
  6135. disable: ["2E"],
  6136. dizzypunch: ["1L46", "2L43"],
  6137. doubleedge: ["1M"],
  6138. doubleteam: ["1M", "2M"],
  6139. dynamicpunch: ["2M"],
  6140. earthquake: ["1M", "2M"],
  6141. endure: ["2L37", "2M"],
  6142. feintattack: ["2S0"],
  6143. fireblast: ["1M", "2M"],
  6144. firepunch: ["2M"],
  6145. fissure: ["1M"],
  6146. flamethrower: ["2T"],
  6147. focusenergy: ["2E"],
  6148. foresight: ["2E"],
  6149. frustration: ["2M"],
  6150. furycutter: ["2M"],
  6151. headbutt: ["2M"],
  6152. hiddenpower: ["2M"],
  6153. hyperbeam: ["1M", "2M"],
  6154. icebeam: ["1M", "2T"],
  6155. icepunch: ["2M"],
  6156. icywind: ["2M"],
  6157. irontail: ["2M"],
  6158. leer: ["1L41", "2L7"],
  6159. megakick: ["1M"],
  6160. megapunch: ["1L36", "1M", "2L25"],
  6161. mimic: ["1M"],
  6162. mudslap: ["2M"],
  6163. protect: ["2M"],
  6164. rage: ["1L1", "1M", "2L31"],
  6165. raindance: ["2M"],
  6166. rest: ["1M", "2M"],
  6167. return: ["2M"],
  6168. reversal: ["2L49"],
  6169. roar: ["2M"],
  6170. rockslide: ["1M"],
  6171. rocksmash: ["2M"],
  6172. safeguard: ["2E"],
  6173. sandstorm: ["2M"],
  6174. seismictoss: ["1M"],
  6175. shadowball: ["2M"],
  6176. skullbash: ["1M"],
  6177. sleeptalk: ["2M"],
  6178. snore: ["2M"],
  6179. stomp: ["2E"],
  6180. strength: ["1M", "2M"],
  6181. submission: ["1M"],
  6182. substitute: ["1M"],
  6183. sunnyday: ["2M"],
  6184. surf: ["1M", "2M"],
  6185. swagger: ["2M"],
  6186. tailwhip: ["1L31", "2L19"],
  6187. takedown: ["1M"],
  6188. thunder: ["1M", "2M"],
  6189. thunderbolt: ["1M", "2T"],
  6190. thunderpunch: ["2M"],
  6191. toxic: ["1M", "2M"],
  6192. watergun: ["1M"],
  6193. zapcannon: ["2M"],
  6194. },
  6195. eventData: [
  6196. {"generation": 2, "level": 5, "shiny": 1, "moves": ["cometpunch", "feintattack"]},
  6197. ],
  6198. },
  6199. horsea: {
  6200. learnset: {
  6201. agility: ["1L37", "2L36"],
  6202. attract: ["2M"],
  6203. aurorabeam: ["2E"],
  6204. bide: ["1M"],
  6205. blizzard: ["1M", "2M"],
  6206. bubble: ["1L1", "2L1", "2S0"],
  6207. bubblebeam: ["1M"],
  6208. curse: ["2M"],
  6209. disable: ["2E"],
  6210. doubleedge: ["1M"],
  6211. doubleteam: ["1M", "2M"],
  6212. dragonbreath: ["2M"],
  6213. dragonrage: ["2E"],
  6214. endure: ["2M"],
  6215. flail: ["2E"],
  6216. frustration: ["2M"],
  6217. haze: ["2S0"],
  6218. headbutt: ["2M"],
  6219. hiddenpower: ["2M"],
  6220. hydropump: ["1L45", "2L43"],
  6221. icebeam: ["1M", "2T"],
  6222. icywind: ["2M"],
  6223. leer: ["1L24", "2L15"],
  6224. mimic: ["1M"],
  6225. octazooka: ["2E"],
  6226. protect: ["2M"],
  6227. rage: ["1M"],
  6228. raindance: ["2M"],
  6229. rest: ["1M", "2M"],
  6230. return: ["2M"],
  6231. skullbash: ["1M"],
  6232. sleeptalk: ["2M"],
  6233. smokescreen: ["1L19", "2L8"],
  6234. snore: ["2M"],
  6235. splash: ["2E"],
  6236. substitute: ["1M"],
  6237. surf: ["1M", "2M"],
  6238. swagger: ["2M"],
  6239. swift: ["1M", "2M"],
  6240. takedown: ["1M"],
  6241. toxic: ["1M", "2M"],
  6242. twister: ["2L29"],
  6243. waterfall: ["2M"],
  6244. watergun: ["1L30", "1M", "2L22"],
  6245. whirlpool: ["2M"],
  6246. },
  6247. eventData: [
  6248. {"generation": 2, "level": 5, "shiny": 1, "moves": ["bubble", "haze"]},
  6249. ],
  6250. },
  6251. seadra: {
  6252. learnset: {
  6253. agility: ["1L41", "2L40"],
  6254. attract: ["2M"],
  6255. bide: ["1M"],
  6256. blizzard: ["1M", "2M"],
  6257. bubble: ["1L1", "2L1"],
  6258. bubblebeam: ["1M"],
  6259. curse: ["2M"],
  6260. doubleedge: ["1M"],
  6261. doubleteam: ["1M", "2M"],
  6262. dragonbreath: ["2M"],
  6263. endure: ["2M"],
  6264. frustration: ["2M"],
  6265. headbutt: ["2M"],
  6266. hiddenpower: ["2M"],
  6267. hydropump: ["1L52", "2L51"],
  6268. hyperbeam: ["1M", "2M"],
  6269. icebeam: ["1M", "2T"],
  6270. icywind: ["2M"],
  6271. leer: ["1L24", "2L1", "2L15"],
  6272. mimic: ["1M"],
  6273. protect: ["2M"],
  6274. rage: ["1M"],
  6275. raindance: ["2M"],
  6276. rest: ["1M", "2M"],
  6277. return: ["2M"],
  6278. skullbash: ["1M"],
  6279. sleeptalk: ["2M"],
  6280. smokescreen: ["1L1", "1L19", "2L1", "2L8"],
  6281. snore: ["2M"],
  6282. substitute: ["1M"],
  6283. surf: ["1M", "2M"],
  6284. swagger: ["2M"],
  6285. swift: ["1M", "2M"],
  6286. takedown: ["1M"],
  6287. toxic: ["1M", "2M"],
  6288. twister: ["2L29"],
  6289. waterfall: ["2M"],
  6290. watergun: ["1L30", "1M", "2L1", "2L22"],
  6291. whirlpool: ["2M"],
  6292. },
  6293. },
  6294. kingdra: {
  6295. learnset: {
  6296. agility: ["2L40"],
  6297. attract: ["2M"],
  6298. blizzard: ["2M"],
  6299. bubble: ["2L1"],
  6300. curse: ["2M"],
  6301. doubleteam: ["2M"],
  6302. dragonbreath: ["2M"],
  6303. endure: ["2M"],
  6304. frustration: ["2M"],
  6305. headbutt: ["2M"],
  6306. hiddenpower: ["2M"],
  6307. hydropump: ["2L51"],
  6308. hyperbeam: ["2M"],
  6309. icebeam: ["2T"],
  6310. icywind: ["2M"],
  6311. leer: ["2L1", "2L15"],
  6312. protect: ["2M"],
  6313. raindance: ["2M"],
  6314. rest: ["2M"],
  6315. return: ["2M"],
  6316. sleeptalk: ["2M"],
  6317. smokescreen: ["2L1", "2L8"],
  6318. snore: ["2M"],
  6319. surf: ["2M"],
  6320. swagger: ["2M"],
  6321. swift: ["2M"],
  6322. toxic: ["2M"],
  6323. twister: ["2L29"],
  6324. waterfall: ["2M"],
  6325. watergun: ["2L1", "2L22"],
  6326. whirlpool: ["2M"],
  6327. },
  6328. },
  6329. goldeen: {
  6330. learnset: {
  6331. agility: ["1L54", "2L52"],
  6332. attract: ["2M"],
  6333. bide: ["1M"],
  6334. blizzard: ["1M", "2M"],
  6335. bubblebeam: ["1M"],
  6336. curse: ["2M"],
  6337. doubleedge: ["1M"],
  6338. doubleteam: ["1M", "2M"],
  6339. endure: ["2M"],
  6340. flail: ["2L24"],
  6341. frustration: ["2M"],
  6342. furyattack: ["1L30", "2L29"],
  6343. haze: ["2E"],
  6344. hiddenpower: ["2M"],
  6345. hornattack: ["1L24", "2L15"],
  6346. horndrill: ["1L45", "1M", "2L43"],
  6347. hydropump: ["2E"],
  6348. icebeam: ["1M", "2T"],
  6349. icywind: ["2M"],
  6350. mimic: ["1M"],
  6351. peck: ["1L1", "2L1", "2S0"],
  6352. protect: ["2M"],
  6353. psybeam: ["2E"],
  6354. rage: ["1M"],
  6355. raindance: ["2M"],
  6356. rest: ["1M", "2M"],
  6357. return: ["2M"],
  6358. skullbash: ["1M"],
  6359. sleeptalk: ["2M"],
  6360. snore: ["2M"],
  6361. substitute: ["1M"],
  6362. supersonic: ["1L19", "2L10"],
  6363. surf: ["1M", "2M"],
  6364. swagger: ["2M"],
  6365. swift: ["1M", "2M"],
  6366. swordsdance: ["2S0"],
  6367. tailwhip: ["1L1", "2L1", "2S0"],
  6368. takedown: ["1M"],
  6369. toxic: ["1M", "2M"],
  6370. waterfall: ["1L37", "2L38", "2M"],
  6371. watergun: ["1M"],
  6372. },
  6373. eventData: [
  6374. {"generation": 2, "level": 5, "shiny": 1, "moves": ["peck", "tailwhip", "swordsdance"]},
  6375. ],
  6376. },
  6377. seaking: {
  6378. learnset: {
  6379. agility: ["1L54", "2L61"],
  6380. attract: ["2M"],
  6381. bide: ["1M"],
  6382. blizzard: ["1M", "2M"],
  6383. bubblebeam: ["1M"],
  6384. curse: ["2M"],
  6385. doubleedge: ["1M"],
  6386. doubleteam: ["1M", "2M"],
  6387. endure: ["2M"],
  6388. flail: ["2L24"],
  6389. frustration: ["2M"],
  6390. furyattack: ["1L30", "2L29"],
  6391. hiddenpower: ["2M"],
  6392. hornattack: ["1L24", "2L15"],
  6393. horndrill: ["1L48", "1M", "2L49"],
  6394. hyperbeam: ["1M", "2M"],
  6395. icebeam: ["1M", "2T"],
  6396. icywind: ["2M"],
  6397. mimic: ["1M"],
  6398. peck: ["1L1", "2L1"],
  6399. protect: ["2M"],
  6400. rage: ["1M"],
  6401. raindance: ["2M"],
  6402. rest: ["1M", "2M"],
  6403. return: ["2M"],
  6404. skullbash: ["1M"],
  6405. sleeptalk: ["2M"],
  6406. snore: ["2M"],
  6407. substitute: ["1M"],
  6408. supersonic: ["1L1", "1L19", "2L10"],
  6409. surf: ["1M", "2M"],
  6410. swagger: ["2M"],
  6411. swift: ["1M", "2M"],
  6412. tailwhip: ["1L1", "2L1"],
  6413. takedown: ["1M"],
  6414. toxic: ["1M", "2M"],
  6415. waterfall: ["1L39", "2L41", "2M"],
  6416. watergun: ["1M"],
  6417. },
  6418. },
  6419. staryu: {
  6420. learnset: {
  6421. attract: ["2M"],
  6422. bide: ["1M"],
  6423. blizzard: ["1M", "2M"],
  6424. bubblebeam: ["1M", "2L31"],
  6425. curse: ["2M"],
  6426. doubleedge: ["1M"],
  6427. doubleteam: ["1M", "2M"],
  6428. endure: ["2M"],
  6429. flash: ["1M", "2M"],
  6430. frustration: ["2M"],
  6431. harden: ["1L22", "2L1", "2S0"],
  6432. hiddenpower: ["2M"],
  6433. hydropump: ["1L47", "2L50"],
  6434. icebeam: ["1M", "2T"],
  6435. icywind: ["2M"],
  6436. lightscreen: ["1L42", "2L43"],
  6437. mimic: ["1M"],
  6438. minimize: ["1L37", "2L37"],
  6439. protect: ["2M"],
  6440. psychic: ["1M", "2M"],
  6441. psychup: ["2M"],
  6442. psywave: ["1M"],
  6443. rage: ["1M"],
  6444. raindance: ["2M"],
  6445. rapidspin: ["2L13"],
  6446. recover: ["1L27", "2L19"],
  6447. reflect: ["1M"],
  6448. rest: ["1M", "2M"],
  6449. return: ["2M"],
  6450. skullbash: ["1M"],
  6451. sleeptalk: ["2M"],
  6452. snore: ["2M"],
  6453. substitute: ["1M"],
  6454. surf: ["1M", "2M"],
  6455. swagger: ["2M"],
  6456. swift: ["1L32", "1M", "2L25", "2M"],
  6457. tackle: ["1L1", "2L1", "2S0"],
  6458. takedown: ["1M"],
  6459. teleport: ["1M"],
  6460. thunder: ["1M", "2M"],
  6461. thunderbolt: ["1M", "2T"],
  6462. thunderwave: ["1M"],
  6463. toxic: ["1M", "2M"],
  6464. triattack: ["1M"],
  6465. twister: ["2S0"],
  6466. waterfall: ["2M"],
  6467. watergun: ["1L17", "1M", "2L7"],
  6468. whirlpool: ["2M"],
  6469. zapcannon: ["2M"],
  6470. },
  6471. eventData: [
  6472. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "harden", "twister"]},
  6473. ],
  6474. },
  6475. starmie: {
  6476. learnset: {
  6477. attract: ["2M"],
  6478. bide: ["1M"],
  6479. blizzard: ["1M", "2M"],
  6480. bubblebeam: ["1M", "2L1"],
  6481. confuseray: ["2L37"],
  6482. curse: ["2M"],
  6483. doubleedge: ["1M"],
  6484. doubleteam: ["1M", "2M"],
  6485. dreameater: ["2M"],
  6486. endure: ["2M"],
  6487. flash: ["1M", "2M"],
  6488. frustration: ["2M"],
  6489. harden: ["1L1"],
  6490. hiddenpower: ["2M"],
  6491. hyperbeam: ["1M", "2M"],
  6492. icebeam: ["1M", "2T"],
  6493. icywind: ["2M"],
  6494. mimic: ["1M"],
  6495. nightmare: ["2M"],
  6496. protect: ["2M"],
  6497. psychic: ["1M", "2M"],
  6498. psychup: ["2M"],
  6499. psywave: ["1M"],
  6500. rage: ["1M"],
  6501. raindance: ["2M"],
  6502. rapidspin: ["2L1"],
  6503. recover: ["2L1"],
  6504. reflect: ["1M"],
  6505. rest: ["1M", "2M"],
  6506. return: ["2M"],
  6507. skullbash: ["1M"],
  6508. sleeptalk: ["2M"],
  6509. snore: ["2M"],
  6510. substitute: ["1M"],
  6511. surf: ["1M", "2M"],
  6512. swagger: ["2M"],
  6513. swift: ["1M", "2M"],
  6514. tackle: ["1L1", "2L1"],
  6515. takedown: ["1M"],
  6516. teleport: ["1M"],
  6517. thunder: ["1M", "2M"],
  6518. thunderbolt: ["1M", "2T"],
  6519. thunderwave: ["1M"],
  6520. toxic: ["1M", "2M"],
  6521. triattack: ["1M"],
  6522. waterfall: ["2M"],
  6523. watergun: ["1L1", "1M"],
  6524. whirlpool: ["2M"],
  6525. zapcannon: ["2M"],
  6526. },
  6527. },
  6528. mrmime: {
  6529. learnset: {
  6530. attract: ["2M"],
  6531. barrier: ["1L1", "2L1", "2S0"],
  6532. batonpass: ["2L41"],
  6533. bide: ["1M"],
  6534. bodyslam: ["1M"],
  6535. confusion: ["1L1", "1L15", "2L6"],
  6536. counter: ["1M"],
  6537. curse: ["2M"],
  6538. doubleedge: ["1M"],
  6539. doubleslap: ["1L31", "2L21"],
  6540. doubleteam: ["1M", "2M"],
  6541. dreameater: ["2M"],
  6542. dynamicpunch: ["2M"],
  6543. encore: ["2L31"],
  6544. endure: ["2M"],
  6545. firepunch: ["2M"],
  6546. flash: ["1M", "2M"],
  6547. frustration: ["2M"],
  6548. futuresight: ["2E"],
  6549. headbutt: ["2M"],
  6550. hiddenpower: ["2M"],
  6551. hyperbeam: ["1M", "2M"],
  6552. hypnosis: ["2E"],
  6553. icepunch: ["2M"],
  6554. lightscreen: ["1L23", "2L26"],
  6555. meditate: ["1L39", "2L16"],
  6556. megakick: ["1M"],
  6557. megapunch: ["1M"],
  6558. metronome: ["1M"],
  6559. mimic: ["1M", "2E"],
  6560. mindreader: ["2S0"],
  6561. mudslap: ["2M"],
  6562. nightmare: ["2M"],
  6563. protect: ["2M"],
  6564. psybeam: ["2L36"],
  6565. psychic: ["1M", "2M"],
  6566. psychup: ["2M"],
  6567. psywave: ["1M"],
  6568. rage: ["1M"],
  6569. reflect: ["1M", "2L26"],
  6570. rest: ["1M", "2M"],
  6571. return: ["2M"],
  6572. safeguard: ["2L46"],
  6573. seismictoss: ["1M"],
  6574. shadowball: ["2M"],
  6575. skullbash: ["1M"],
  6576. sleeptalk: ["2M"],
  6577. snore: ["2M"],
  6578. solarbeam: ["1M", "2M"],
  6579. submission: ["1M"],
  6580. substitute: ["1L47", "1M", "2L11"],
  6581. sunnyday: ["2M"],
  6582. swagger: ["2M"],
  6583. takedown: ["1M"],
  6584. teleport: ["1M"],
  6585. thief: ["2M"],
  6586. thunder: ["1M", "2M"],
  6587. thunderbolt: ["1M", "2T"],
  6588. thunderpunch: ["2M"],
  6589. thunderwave: ["1M"],
  6590. toxic: ["1M", "2M"],
  6591. zapcannon: ["2M"],
  6592. },
  6593. eventData: [
  6594. {"generation": 2, "level": 5, "shiny": 1, "moves": ["barrier", "mindreader"]},
  6595. ],
  6596. },
  6597. scyther: {
  6598. learnset: {
  6599. agility: ["1L42", "2L24"],
  6600. attract: ["2M"],
  6601. batonpass: ["2E"],
  6602. bide: ["1M"],
  6603. counter: ["2E"],
  6604. curse: ["2M"],
  6605. cut: ["1M", "2M"],
  6606. detect: ["2M"],
  6607. doubleedge: ["1M"],
  6608. doubleteam: ["1L24", "1M", "2L48", "2M"],
  6609. endure: ["2M"],
  6610. falseswipe: ["2L18"],
  6611. focusenergy: ["1L20", "2L6"],
  6612. frustration: ["2M"],
  6613. furycutter: ["2M"],
  6614. headbutt: ["2M"],
  6615. hiddenpower: ["2M"],
  6616. hyperbeam: ["1M", "2M"],
  6617. leer: ["1L17", "2L1", "2S0"],
  6618. lightscreen: ["2E"],
  6619. mimic: ["1M"],
  6620. protect: ["2M"],
  6621. pursuit: ["2L12"],
  6622. quickattack: ["1L1", "2L1", "2S0"],
  6623. rage: ["1M"],
  6624. razorwind: ["2E"],
  6625. rest: ["1M", "2M"],
  6626. return: ["2M"],
  6627. reversal: ["2E"],
  6628. rocksmash: ["2M"],
  6629. safeguard: ["2E"],
  6630. skullbash: ["1M"],
  6631. slash: ["1L29", "2L36"],
  6632. sleeptalk: ["2M"],
  6633. snore: ["2M"],
  6634. sonicboom: ["2S0"],
  6635. steelwing: ["2M"],
  6636. substitute: ["1M"],
  6637. sunnyday: ["2M"],
  6638. swagger: ["2M"],
  6639. swift: ["1M", "2M"],
  6640. swordsdance: ["1L35", "1M", "2L42"],
  6641. takedown: ["1M"],
  6642. thief: ["2M"],
  6643. toxic: ["1M", "2M"],
  6644. wingattack: ["1L50", "2L30"],
  6645. },
  6646. eventData: [
  6647. {"generation": 2, "level": 5, "shiny": 1, "moves": ["quickattack", "leer", "sonicboom"]},
  6648. ],
  6649. },
  6650. scizor: {
  6651. learnset: {
  6652. agility: ["2L24"],
  6653. attract: ["2M"],
  6654. curse: ["2M"],
  6655. cut: ["2M"],
  6656. detect: ["2M"],
  6657. doubleteam: ["2L48", "2M"],
  6658. endure: ["2M"],
  6659. falseswipe: ["2L18"],
  6660. focusenergy: ["2L6"],
  6661. frustration: ["2M"],
  6662. furycutter: ["2M"],
  6663. headbutt: ["2M"],
  6664. hiddenpower: ["2M"],
  6665. hyperbeam: ["2M"],
  6666. leer: ["2L1"],
  6667. metalclaw: ["2L30"],
  6668. protect: ["2M"],
  6669. pursuit: ["2L12"],
  6670. quickattack: ["2L1"],
  6671. rest: ["2M"],
  6672. return: ["2M"],
  6673. rocksmash: ["2M"],
  6674. sandstorm: ["2M"],
  6675. slash: ["2L36"],
  6676. sleeptalk: ["2M"],
  6677. snore: ["2M"],
  6678. steelwing: ["2M"],
  6679. strength: ["2M"],
  6680. sunnyday: ["2M"],
  6681. swagger: ["2M"],
  6682. swift: ["2M"],
  6683. swordsdance: ["2L42"],
  6684. thief: ["2M"],
  6685. toxic: ["2M"],
  6686. },
  6687. },
  6688. smoochum: {
  6689. learnset: {
  6690. takedown: ["1L1"],
  6691. doubleedge: ["1L1"],
  6692. toxic: ["1L1"],
  6693. rage: ["1L1"],
  6694. mimic: ["1L1"],
  6695. doubleteam: ["1L1"],
  6696. bide: ["1L1"],
  6697. rest: ["1L1"],
  6698. substitute: ["1L1"],
  6699. megapunch: ["1L1"],
  6700. megakick: ["1L1"],
  6701. bodyslam: ["1L1"],
  6702. watergun: ["1L1"],
  6703. icebeam: ["1L1"],
  6704. blizzard: ["1L1"],
  6705. bubblebeam: ["1L1"],
  6706. submission: ["1L1"],
  6707. counter: ["1L1"],
  6708. seismictoss: ["1L1"],
  6709. psychic: ["1L1"],
  6710. teleport: ["1L1"],
  6711. skullbash: ["1L1"],
  6712. reflect: ["1L1"],
  6713. metronome: ["1L1"],
  6714. psywave: ["1L1"],
  6715. pound: ["1L1"],
  6716. lick: ["1L1"],
  6717. confusion: ["1L1"],
  6718. sing: ["1L1"],
  6719. },
  6720. },
  6721. jynx: {
  6722. learnset: {
  6723. attract: ["2M"],
  6724. bide: ["1M"],
  6725. blizzard: ["1L58", "1M", "2L57", "2M"],
  6726. bodyslam: ["1L39", "1M", "2L41"],
  6727. bubblebeam: ["1M"],
  6728. counter: ["1M"],
  6729. curse: ["2M"],
  6730. doubleedge: ["1M"],
  6731. doubleslap: ["1L23", "2L21"],
  6732. doubleteam: ["1M", "2M"],
  6733. dreameater: ["2M"],
  6734. dynamicpunch: ["2M"],
  6735. endure: ["2M"],
  6736. frustration: ["2M"],
  6737. headbutt: ["2M"],
  6738. hiddenpower: ["2M"],
  6739. hyperbeam: ["1M", "2M"],
  6740. icebeam: ["1M", "2T"],
  6741. icepunch: ["1L31", "2L25", "2M"],
  6742. icywind: ["2M"],
  6743. lick: ["1L18", "2L1"],
  6744. lovelykiss: ["1L1", "2L1", "2L9"],
  6745. meanlook: ["2L35"],
  6746. megakick: ["1M"],
  6747. megapunch: ["1M"],
  6748. metronome: ["1M"],
  6749. mimic: ["1M"],
  6750. mudslap: ["2M"],
  6751. nightmare: ["2M"],
  6752. perishsong: ["2L51"],
  6753. pound: ["1L1", "2L1"],
  6754. powdersnow: ["2L1", "2L13"],
  6755. protect: ["2M"],
  6756. psychic: ["1M", "2M"],
  6757. psychup: ["2M"],
  6758. psywave: ["1M"],
  6759. rage: ["1M"],
  6760. raindance: ["2M"],
  6761. reflect: ["1M"],
  6762. rest: ["1M", "2M"],
  6763. return: ["2M"],
  6764. seismictoss: ["1M"],
  6765. shadowball: ["2M"],
  6766. skullbash: ["1M"],
  6767. sleeptalk: ["2M"],
  6768. snore: ["2M"],
  6769. submission: ["1M"],
  6770. substitute: ["1M"],
  6771. swagger: ["2M"],
  6772. sweetscent: ["2M"],
  6773. takedown: ["1M"],
  6774. teleport: ["1M"],
  6775. thief: ["2M"],
  6776. thrash: ["1L47"],
  6777. toxic: ["1M", "2M"],
  6778. watergun: ["1M"],
  6779. },
  6780. },
  6781. elekid: {
  6782. learnset: {
  6783. takedown: ["1L1"],
  6784. doubleedge: ["1L1"],
  6785. toxic: ["1L1"],
  6786. rage: ["1L1"],
  6787. mimic: ["1L1"],
  6788. doubleteam: ["1L1"],
  6789. bide: ["1L1"],
  6790. rest: ["1L1"],
  6791. substitute: ["1L1"],
  6792. megapunch: ["1L1"],
  6793. megakick: ["1L1"],
  6794. bodyslam: ["1L1"],
  6795. submission: ["1L1"],
  6796. counter: ["1L1"],
  6797. seismictoss: ["1L1"],
  6798. thunderbolt: ["1L1"],
  6799. thunderwave: ["1L1"],
  6800. thunder: ["1L1"],
  6801. psychic: ["1L1"],
  6802. teleport: ["1L1"],
  6803. reflect: ["1L1"],
  6804. swift: ["1L1"],
  6805. skullbash: ["1L1"],
  6806. flash: ["1L1"],
  6807. psywave: ["1L1"],
  6808. quickattack: ["1L1"],
  6809. leer: ["1L1"],
  6810. thunderpunch: ["1L1"],
  6811. lightscreen: ["1L1"],
  6812. swift: ["1L1"],
  6813. screech: ["1L1"],
  6814. },
  6815. },
  6816. electabuzz: {
  6817. learnset: {
  6818. attract: ["2M"],
  6819. bide: ["1M"],
  6820. bodyslam: ["1M"],
  6821. counter: ["1M"],
  6822. curse: ["2M"],
  6823. detect: ["2M"],
  6824. doubleedge: ["1M"],
  6825. doubleteam: ["1M", "2M"],
  6826. dynamicpunch: ["2M"],
  6827. endure: ["2M"],
  6828. firepunch: ["2M"],
  6829. flash: ["1M", "2M"],
  6830. frustration: ["2M"],
  6831. headbutt: ["2M"],
  6832. hiddenpower: ["2M"],
  6833. hyperbeam: ["1M", "2M"],
  6834. icepunch: ["2M"],
  6835. irontail: ["2M"],
  6836. leer: ["1L1", "2L1"],
  6837. lightscreen: ["1L49", "2L17"],
  6838. megakick: ["1M"],
  6839. megapunch: ["1M"],
  6840. metronome: ["1M"],
  6841. mimic: ["1M"],
  6842. mudslap: ["2M"],
  6843. protect: ["2M"],
  6844. psychic: ["1M", "2M"],
  6845. psywave: ["1M"],
  6846. quickattack: ["1L1", "2L1"],
  6847. rage: ["1M"],
  6848. raindance: ["2M"],
  6849. reflect: ["1M"],
  6850. rest: ["1M", "2M"],
  6851. return: ["2M"],
  6852. rocksmash: ["2M"],
  6853. screech: ["1L37", "2L36"],
  6854. seismictoss: ["1M"],
  6855. skullbash: ["1M"],
  6856. sleeptalk: ["2M"],
  6857. snore: ["2M"],
  6858. strength: ["1M", "2M"],
  6859. submission: ["1M"],
  6860. substitute: ["1M"],
  6861. swagger: ["2M"],
  6862. swift: ["1M", "2L25", "2M"],
  6863. takedown: ["1M"],
  6864. teleport: ["1M"],
  6865. thief: ["2M"],
  6866. thunder: ["1L54", "1M", "2L58", "2M"],
  6867. thunderbolt: ["1M", "2L47", "2T"],
  6868. thunderpunch: ["1L42", "2L1", "2L9", "2M"],
  6869. thundershock: ["1L34"],
  6870. thunderwave: ["1M"],
  6871. toxic: ["1M", "2M"],
  6872. zapcannon: ["2M"],
  6873. },
  6874. },
  6875. magby: {
  6876. learnset: {
  6877. takedown: ["1L1"],
  6878. doubleedge: ["1L1"],
  6879. toxic: ["1L1"],
  6880. rage: ["1L1"],
  6881. mimic: ["1L1"],
  6882. doubleteam: ["1L1"],
  6883. bide: ["1L1"],
  6884. rest: ["1L1"],
  6885. substitute: ["1L1"],
  6886. megapunch: ["1L1"],
  6887. megakick: ["1L1"],
  6888. bodyslam: ["1L1"],
  6889. submission: ["1L1"],
  6890. counter: ["1L1"],
  6891. seismictoss: ["1L1"],
  6892. psychic: ["1L1"],
  6893. teleport: ["1L1"],
  6894. fireblast: ["1L1"],
  6895. skullbash: ["1L1"],
  6896. psywave: ["1L1"],
  6897. ember: ["1L1"],
  6898. leer: ["1L1"],
  6899. smog: ["1L1"],
  6900. firepunch: ["1L1"],
  6901. smokescreen: ["1L1"],
  6902. flamethrower: ["1L1"],
  6903. confuseray: ["1L1"],
  6904. },
  6905. },
  6906. magmar: {
  6907. learnset: {
  6908. attract: ["2M"],
  6909. bide: ["1M"],
  6910. bodyslam: ["1M"],
  6911. confuseray: ["1L39", "2L49"],
  6912. counter: ["1M"],
  6913. curse: ["2M"],
  6914. detect: ["2M"],
  6915. doubleedge: ["1M"],
  6916. doubleteam: ["1M", "2M"],
  6917. dynamicpunch: ["2M"],
  6918. ember: ["1L1", "2L1"],
  6919. endure: ["2M"],
  6920. fireblast: ["1M", "2L57", "2M"],
  6921. firepunch: ["1L43", "2L1", "2L19", "2M"],
  6922. flamethrower: ["1L55", "2L41", "2T"],
  6923. frustration: ["2M"],
  6924. headbutt: ["2M"],
  6925. hiddenpower: ["2M"],
  6926. hyperbeam: ["1M", "2M"],
  6927. irontail: ["2M"],
  6928. leer: ["1L36", "2L1", "2L7"],
  6929. megakick: ["1M"],
  6930. megapunch: ["1M"],
  6931. metronome: ["1M"],
  6932. mimic: ["1M"],
  6933. mudslap: ["2M"],
  6934. protect: ["2M"],
  6935. psychic: ["1M", "2M"],
  6936. psywave: ["1M"],
  6937. rage: ["1M"],
  6938. rest: ["1M", "2M"],
  6939. return: ["2M"],
  6940. rocksmash: ["2M"],
  6941. seismictoss: ["1M"],
  6942. skullbash: ["1M"],
  6943. sleeptalk: ["2M"],
  6944. smog: ["1L52", "2L1", "2L13"],
  6945. smokescreen: ["1L48", "2L25"],
  6946. snore: ["2M"],
  6947. strength: ["1M", "2M"],
  6948. submission: ["1M"],
  6949. substitute: ["1M"],
  6950. sunnyday: ["2L33", "2M"],
  6951. swagger: ["2M"],
  6952. takedown: ["1M"],
  6953. teleport: ["1M"],
  6954. thief: ["2M"],
  6955. thunderpunch: ["2M"],
  6956. toxic: ["1M", "2M"],
  6957. },
  6958. },
  6959. pinsir: {
  6960. learnset: {
  6961. attract: ["2M"],
  6962. bide: ["1M"],
  6963. bind: ["1L21", "2L13"],
  6964. bodyslam: ["1M"],
  6965. curse: ["2M"],
  6966. cut: ["1M", "2M"],
  6967. doubleedge: ["1M"],
  6968. doubleteam: ["1M", "2M"],
  6969. endure: ["2M"],
  6970. flail: ["2E"],
  6971. focusenergy: ["1L36", "2L7"],
  6972. frustration: ["2M"],
  6973. furyattack: ["2E"],
  6974. furycutter: ["2M"],
  6975. guillotine: ["1L30", "2L31"],
  6976. harden: ["1L43", "2L25"],
  6977. headbutt: ["2M"],
  6978. hiddenpower: ["2M"],
  6979. hyperbeam: ["1M", "2M"],
  6980. mimic: ["1M"],
  6981. protect: ["2M"],
  6982. rage: ["1M"],
  6983. rest: ["1M", "2M"],
  6984. return: ["2M"],
  6985. rocksmash: ["2M"],
  6986. rockthrow: ["2S0"],
  6987. seismictoss: ["1L25", "1M", "2L19"],
  6988. slash: ["1L49"],
  6989. sleeptalk: ["2M"],
  6990. snore: ["2M"],
  6991. strength: ["1M", "2M"],
  6992. submission: ["1M", "2L37"],
  6993. substitute: ["1M"],
  6994. sunnyday: ["2M"],
  6995. swagger: ["2M"],
  6996. swordsdance: ["1L54", "1M", "2L43"],
  6997. takedown: ["1M"],
  6998. thief: ["2M"],
  6999. toxic: ["1M", "2M"],
  7000. visegrip: ["1L1", "2L1", "2S0"],
  7001. },
  7002. eventData: [
  7003. {"generation": 2, "level": 5, "shiny": 1, "moves": ["visegrip", "rockthrow"]},
  7004. ],
  7005. },
  7006. tauros: {
  7007. learnset: {
  7008. attract: ["2M"],
  7009. bide: ["1M"],
  7010. blizzard: ["1M", "2M"],
  7011. bodyslam: ["1M"],
  7012. curse: ["2M"],
  7013. doubleedge: ["1M"],
  7014. doubleteam: ["1M", "2M"],
  7015. earthquake: ["1M", "2M"],
  7016. endure: ["2M"],
  7017. fireblast: ["1M", "2M"],
  7018. fissure: ["1M"],
  7019. flamethrower: ["2T"],
  7020. frustration: ["2M"],
  7021. headbutt: ["2M"],
  7022. hiddenpower: ["2M"],
  7023. hornattack: ["2L13"],
  7024. horndrill: ["1M"],
  7025. hyperbeam: ["1M", "2M"],
  7026. icebeam: ["1M", "2T"],
  7027. icywind: ["2M"],
  7028. irontail: ["2M"],
  7029. leer: ["1L35"],
  7030. mimic: ["1M"],
  7031. protect: ["2M"],
  7032. pursuit: ["2L26"],
  7033. quickattack: ["2S0"],
  7034. rage: ["1L44", "1M", "2L8"],
  7035. rest: ["1M", "2L34", "2M"],
  7036. return: ["2M"],
  7037. rocksmash: ["2M"],
  7038. scaryface: ["2L19"],
  7039. skullbash: ["1M"],
  7040. sleeptalk: ["2M"],
  7041. snore: ["2M"],
  7042. stomp: ["1L21"],
  7043. strength: ["1M", "2M"],
  7044. substitute: ["1M"],
  7045. sunnyday: ["2M"],
  7046. surf: ["2M"],
  7047. swagger: ["2M"],
  7048. tackle: ["1L1", "2L1", "2S0"],
  7049. tailwhip: ["1L28", "2L4", "2S0"],
  7050. takedown: ["1L51", "1M", "2L53"],
  7051. thrash: ["2L43"],
  7052. thunder: ["1M", "2M"],
  7053. thunderbolt: ["1M", "2T"],
  7054. toxic: ["1M", "2M"],
  7055. zapcannon: ["2M"],
  7056. },
  7057. eventData: [
  7058. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "tailwhip", "quickattack"]},
  7059. ],
  7060. },
  7061. magikarp: {
  7062. learnset: {
  7063. bubble: ["2S1"],
  7064. dragonrage: ["1S0"],
  7065. flail: ["2L30"],
  7066. reversal: ["2S2"],
  7067. splash: ["1L1", "2L1", "2S1", "2S2"],
  7068. tackle: ["1L15", "2L15"],
  7069. },
  7070. eventData: [
  7071. {"generation": 1, "level": 5, "moves": ["dragonrage"]},
  7072. {"generation": 2, "level": 5, "shiny": 1, "moves": ["splash", "bubble"]},
  7073. {"generation": 2, "level": 5, "shiny": 1, "moves": ["splash", "reversal"]},
  7074. ],
  7075. },
  7076. gyarados: {
  7077. learnset: {
  7078. attract: ["2M"],
  7079. bide: ["1M"],
  7080. bite: ["1L1", "1L20", "2L20"],
  7081. blizzard: ["1M", "2M"],
  7082. bodyslam: ["1M"],
  7083. bubblebeam: ["1M"],
  7084. curse: ["2M"],
  7085. doubleedge: ["1M"],
  7086. doubleteam: ["1M", "2M"],
  7087. dragonbreath: ["2M"],
  7088. dragonrage: ["1L1", "1L25", "1M", "2L25"],
  7089. endure: ["2M"],
  7090. fireblast: ["1M", "2M"],
  7091. flamethrower: ["2T"],
  7092. frustration: ["2M"],
  7093. headbutt: ["2M"],
  7094. hiddenpower: ["2M"],
  7095. hydropump: ["1L1", "1L41", "2L40"],
  7096. hyperbeam: ["1L52", "1M", "2L50", "2M"],
  7097. icebeam: ["1M", "2T"],
  7098. icywind: ["2M"],
  7099. leer: ["1L1", "1L32", "2L30"],
  7100. mimic: ["1M"],
  7101. protect: ["2M"],
  7102. rage: ["1M"],
  7103. raindance: ["2L45", "2M"],
  7104. reflect: ["1M"],
  7105. rest: ["1M", "2M"],
  7106. return: ["2M"],
  7107. roar: ["2M"],
  7108. rocksmash: ["2M"],
  7109. sandstorm: ["2M"],
  7110. skullbash: ["1M"],
  7111. sleeptalk: ["2M"],
  7112. snore: ["2M"],
  7113. strength: ["1M", "2M"],
  7114. substitute: ["1M"],
  7115. surf: ["1M", "2M"],
  7116. swagger: ["2M"],
  7117. tackle: ["1L1"],
  7118. takedown: ["1M"],
  7119. thrash: ["2L1"],
  7120. thunder: ["1M", "2M"],
  7121. thunderbolt: ["1M", "2T"],
  7122. toxic: ["1M", "2M"],
  7123. twister: ["2L35"],
  7124. waterfall: ["2M"],
  7125. watergun: ["1M"],
  7126. whirlpool: ["2M"],
  7127. zapcannon: ["2M"],
  7128. },
  7129. },
  7130. lapras: {
  7131. learnset: {
  7132. attract: ["2M"],
  7133. aurorabeam: ["2E"],
  7134. bide: ["1M"],
  7135. bite: ["2S0"],
  7136. blizzard: ["1M", "2M"],
  7137. bodyslam: ["1L25", "1M", "2L15"],
  7138. bubblebeam: ["1M"],
  7139. confuseray: ["1L31", "2L22"],
  7140. curse: ["2M"],
  7141. doubleedge: ["1M"],
  7142. doubleteam: ["1M", "2M"],
  7143. dragonbreath: ["2M"],
  7144. dragonrage: ["1M"],
  7145. dreameater: ["2M"],
  7146. endure: ["2M"],
  7147. foresight: ["2E"],
  7148. frustration: ["2M"],
  7149. futuresight: ["2S1"],
  7150. growl: ["1L1", "2L1", "2S0", "2S1"],
  7151. headbutt: ["2M"],
  7152. hiddenpower: ["2M"],
  7153. horndrill: ["1M"],
  7154. hydropump: ["1L46", "2L57"],
  7155. hyperbeam: ["1M", "2M"],
  7156. icebeam: ["1L38", "1M", "2L36", "2T"],
  7157. icywind: ["2M"],
  7158. irontail: ["2M"],
  7159. mimic: ["1M"],
  7160. mist: ["1L20", "2L8"],
  7161. nightmare: ["2M"],
  7162. perishsong: ["2L29"],
  7163. protect: ["2M"],
  7164. psychic: ["1M", "2M"],
  7165. psywave: ["1M"],
  7166. rage: ["1M"],
  7167. raindance: ["2L43", "2M"],
  7168. reflect: ["1M"],
  7169. rest: ["1M", "2M"],
  7170. return: ["2M"],
  7171. rocksmash: ["2M"],
  7172. safeguard: ["2L50"],
  7173. sing: ["1L16", "2L1", "2S0", "2S1"],
  7174. skullbash: ["1M"],
  7175. sleeptalk: ["2M"],
  7176. snore: ["2M"],
  7177. solarbeam: ["1M"],
  7178. strength: ["1M", "2M"],
  7179. substitute: ["1M"],
  7180. surf: ["1M", "2M"],
  7181. swagger: ["2M"],
  7182. takedown: ["1M"],
  7183. thunder: ["1M", "2M"],
  7184. thunderbolt: ["1M", "2T"],
  7185. toxic: ["1M", "2M"],
  7186. watergun: ["1L1", "1M", "2L1", "2S0", "2S1"],
  7187. whirlpool: ["2M"],
  7188. zapcannon: ["2M"],
  7189. },
  7190. eventData: [
  7191. {"generation": 2, "level": 5, "shiny": 1, "moves": ["watergun", "growl", "sing", "bite"]},
  7192. {"generation": 2, "level": 5, "shiny": 1, "moves": ["watergun", "growl", "sing", "futuresight"]},
  7193. ],
  7194. },
  7195. ditto: {
  7196. learnset: {
  7197. transform: ["1L1", "2L1"],
  7198. },
  7199. },
  7200. eevee: {
  7201. learnset: {
  7202. attract: ["2M"],
  7203. batonpass: ["2L36"],
  7204. bide: ["1M"],
  7205. bite: ["1L37", "1L30", "2L30"],
  7206. bodyslam: ["1M"],
  7207. charm: ["2E"],
  7208. curse: ["2M"],
  7209. detect: ["2M"],
  7210. doubleedge: ["1M"],
  7211. doubleteam: ["1M", "2M"],
  7212. endure: ["2M"],
  7213. flail: ["2E"],
  7214. focusenergy: ["1L36", "2L36"],
  7215. frustration: ["2M"],
  7216. growl: ["1L16", "2L16"],
  7217. growth: ["2S0"],
  7218. headbutt: ["2M"],
  7219. hiddenpower: ["2M"],
  7220. irontail: ["2M"],
  7221. mimic: ["1M"],
  7222. mudslap: ["2M"],
  7223. protect: ["2M"],
  7224. quickattack: ["1L27", "1L23", "2L23"],
  7225. rage: ["1M"],
  7226. raindance: ["2M"],
  7227. reflect: ["1M"],
  7228. rest: ["1M", "2M"],
  7229. return: ["2M"],
  7230. sandattack: ["1L1", "1L8", "2L8"],
  7231. shadowball: ["2M"],
  7232. skullbash: ["1M"],
  7233. sleeptalk: ["2M"],
  7234. snore: ["2M"],
  7235. substitute: ["1M"],
  7236. sunnyday: ["2M"],
  7237. swagger: ["2M"],
  7238. swift: ["1M", "2M"],
  7239. tackle: ["1L1", "2L1", "2S0"],
  7240. tailwhip: ["1L31", "1L1", "2L1", "2S0"],
  7241. takedown: ["1L45", "1M", "1L42", "2L42"],
  7242. toxic: ["1M", "2M"],
  7243. },
  7244. eventData: [
  7245. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "tailwhip", "growth"]},
  7246. ],
  7247. },
  7248. vaporeon: {
  7249. learnset: {
  7250. acidarmor: ["1L42", "1L47", "2L47"],
  7251. attract: ["2M"],
  7252. aurorabeam: ["1L36", "2L36"],
  7253. bide: ["1M"],
  7254. bite: ["1L40", "1L30", "2L30"],
  7255. blizzard: ["1M", "2M"],
  7256. bodyslam: ["1M"],
  7257. bubblebeam: ["1M"],
  7258. curse: ["2M"],
  7259. detect: ["2M"],
  7260. doubleedge: ["1M"],
  7261. doubleteam: ["1M", "2M"],
  7262. endure: ["2M"],
  7263. frustration: ["2M"],
  7264. haze: ["1L44", "1L42", "2L42"],
  7265. headbutt: ["2M"],
  7266. hiddenpower: ["2M"],
  7267. hydropump: ["1L54", "1L52", "2L52"],
  7268. hyperbeam: ["1M", "2M"],
  7269. icebeam: ["1M", "2T"],
  7270. icywind: ["2M"],
  7271. irontail: ["2M"],
  7272. mimic: ["1M"],
  7273. mist: ["1L48", "1L42"],
  7274. mudslap: ["2M"],
  7275. protect: ["2M"],
  7276. quickattack: ["1L1", "1L27", "1L23", "2L23"],
  7277. rage: ["1M"],
  7278. raindance: ["2M"],
  7279. reflect: ["1M"],
  7280. rest: ["1M", "2M"],
  7281. return: ["2M"],
  7282. roar: ["2M"],
  7283. sandattack: ["1L1", "1L8", "2L8"],
  7284. shadowball: ["2M"],
  7285. skullbash: ["1M"],
  7286. sleeptalk: ["2M"],
  7287. snore: ["2M"],
  7288. substitute: ["1M"],
  7289. sunnyday: ["2M"],
  7290. surf: ["1M", "2M"],
  7291. swagger: ["2M"],
  7292. swift: ["1M", "2M"],
  7293. tackle: ["1L1", "2L1"],
  7294. tailwhip: ["1L37", "1L1", "2L1"],
  7295. takedown: ["1M"],
  7296. toxic: ["1M", "2M"],
  7297. waterfall: ["2M"],
  7298. watergun: ["1L1", "1L31", "1M", "1L16", "2L16"],
  7299. whirlpool: ["2M"],
  7300. },
  7301. },
  7302. jolteon: {
  7303. learnset: {
  7304. agility: ["1L44", "1L47", "2L47"],
  7305. attract: ["2M"],
  7306. bide: ["1M"],
  7307. bodyslam: ["1M"],
  7308. curse: ["2M"],
  7309. detect: ["2M"],
  7310. doubleedge: ["1M"],
  7311. doublekick: ["1L42", "1L30", "2L30"],
  7312. doubleteam: ["1M", "2M"],
  7313. endure: ["2M"],
  7314. flash: ["1M", "2M"],
  7315. frustration: ["2M"],
  7316. headbutt: ["2M"],
  7317. hiddenpower: ["2M"],
  7318. hyperbeam: ["1M", "2M"],
  7319. irontail: ["2M"],
  7320. mimic: ["1M"],
  7321. mudslap: ["2M"],
  7322. pinmissile: ["1L48", "1L36", "2L36"],
  7323. protect: ["2M"],
  7324. quickattack: ["1L1", "1L27", "1L23", "2L23"],
  7325. rage: ["1M"],
  7326. raindance: ["2M"],
  7327. reflect: ["1M"],
  7328. rest: ["1M", "2M"],
  7329. return: ["2M"],
  7330. roar: ["2M"],
  7331. sandattack: ["1L1", "1L8", "2L8"],
  7332. shadowball: ["2M"],
  7333. skullbash: ["1M"],
  7334. sleeptalk: ["2M"],
  7335. snore: ["2M"],
  7336. substitute: ["1M"],
  7337. sunnyday: ["2M"],
  7338. swagger: ["2M"],
  7339. swift: ["1M", "2M"],
  7340. tackle: ["1L1", "2L1"],
  7341. tailwhip: ["1L37", "1L1", "2L1"],
  7342. takedown: ["1M"],
  7343. thunder: ["1L54", "1M", "1L52", "2L52", "2M"],
  7344. thunderbolt: ["1M", "2T"],
  7345. thundershock: ["1L1", "1L31", "1L16", "2L16"],
  7346. thunderwave: ["1L40", "1M", "1L42", "2L42"],
  7347. toxic: ["1M", "2M"],
  7348. zapcannon: ["2M"],
  7349. },
  7350. },
  7351. flareon: {
  7352. learnset: {
  7353. attract: ["2M"],
  7354. bide: ["1M"],
  7355. bite: ["1L40", "1L30", "2L30"],
  7356. bodyslam: ["1M"],
  7357. curse: ["2M"],
  7358. detect: ["2M"],
  7359. doubleedge: ["1M"],
  7360. doubleteam: ["1M", "2M"],
  7361. ember: ["1L1", "1L31", "1L16", "2L16"],
  7362. endure: ["2M"],
  7363. fireblast: ["1M", "2M"],
  7364. firespin: ["1L44", "1L36", "2L36"],
  7365. flamethrower: ["1L54", "1L52", "2L52", "2T"],
  7366. frustration: ["2M"],
  7367. headbutt: ["2M"],
  7368. hiddenpower: ["2M"],
  7369. hyperbeam: ["1M", "2M"],
  7370. irontail: ["2M"],
  7371. leer: ["1L42", "1L47", "2L47"],
  7372. mimic: ["1M"],
  7373. mudslap: ["2M"],
  7374. protect: ["2M"],
  7375. quickattack: ["1L1", "1L27", "1L23", "2L23"],
  7376. rage: ["1L48", "1M"],
  7377. raindance: ["2M"],
  7378. reflect: ["1M"],
  7379. rest: ["1M", "2M"],
  7380. return: ["2M"],
  7381. roar: ["2M"],
  7382. sandattack: ["1L1", "1L8", "2L8"],
  7383. shadowball: ["2M"],
  7384. skullbash: ["1M"],
  7385. sleeptalk: ["2M"],
  7386. smog: ["1L42", "2L42"],
  7387. snore: ["2M"],
  7388. substitute: ["1M"],
  7389. sunnyday: ["2M"],
  7390. swagger: ["2M"],
  7391. swift: ["1M", "2M"],
  7392. tackle: ["1L1", "2L1"],
  7393. tailwhip: ["1L37", "1L1", "2L1"],
  7394. takedown: ["1M"],
  7395. toxic: ["1M", "2M"],
  7396. zapcannon: ["2M"],
  7397. },
  7398. },
  7399. espeon: {
  7400. learnset: {
  7401. takedown: ["1L1"],
  7402. doubleedge: ["1L1"],
  7403. toxic: ["1L1"],
  7404. rage: ["1L1"],
  7405. mimic: ["1L1"],
  7406. doubleteam: ["1L1"],
  7407. bide: ["1L1"],
  7408. rest: ["1L1"],
  7409. substitute: ["1L1"],
  7410. bodyslam: ["1L1"],
  7411. hyperbeam: ["1L1"],
  7412. psychic: ["1L1"],
  7413. teleport: ["1L1"],
  7414. reflect: ["1L1"],
  7415. swift: ["1L1"],
  7416. skullbash: ["1L1"],
  7417. flash: ["1L1"],
  7418. psywave: ["1L1"],
  7419. tackle: ["1L1"],
  7420. tailwhip: ["1L1"],
  7421. sandattack: ["1L1"],
  7422. confusion: ["1L1"],
  7423. quickattack: ["1L1"],
  7424. psybeam: ["1L1"],
  7425. },
  7426. },
  7427. umbreon: {
  7428. learnset: {
  7429. takedown: ["1L1"],
  7430. doubleedge: ["1L1"],
  7431. toxic: ["1L1"],
  7432. rage: ["1L1"],
  7433. mimic: ["1L1"],
  7434. doubleteam: ["1L1"],
  7435. bide: ["1L1"],
  7436. rest: ["1L1"],
  7437. substitute: ["1L1"],
  7438. bodyslam: ["1L1"],
  7439. hyperbeam: ["1L1"],
  7440. psychic: ["1L1"],
  7441. teleport: ["1L1"],
  7442. reflect: ["1L1"],
  7443. swift: ["1L1"],
  7444. skullbash: ["1L1"],
  7445. flash: ["1L1"],
  7446. psywave: ["1L1"],
  7447. tackle: ["1L1"],
  7448. tailwhip: ["1L1"],
  7449. sandattack: ["1L1"],
  7450. quickattack: ["1L1"],
  7451. confuseray: ["1L1"],
  7452. screech: ["1L1"],
  7453. },
  7454. },
  7455. porygon: {
  7456. learnset: {
  7457. agility: ["1L35", "2L9"],
  7458. barrier: ["2S0"],
  7459. bide: ["1M"],
  7460. blizzard: ["1M", "2M"],
  7461. conversion: ["1L1", "2L1", "2S0"],
  7462. curse: ["2M"],
  7463. defensecurl: ["2L24", "2M"],
  7464. doubleedge: ["1M"],
  7465. doubleteam: ["1M", "2M"],
  7466. dreameater: ["2M"],
  7467. endure: ["2M"],
  7468. flash: ["1M", "2M"],
  7469. frustration: ["2M"],
  7470. hiddenpower: ["2M"],
  7471. hyperbeam: ["1M", "2M"],
  7472. icebeam: ["1M", "2T"],
  7473. icywind: ["2M"],
  7474. irontail: ["2M"],
  7475. lockon: ["2L32"],
  7476. mimic: ["1M"],
  7477. nightmare: ["2M"],
  7478. protect: ["2M"],
  7479. psybeam: ["1L23", "2L12"],
  7480. psychic: ["1M", "2M"],
  7481. psychup: ["2M"],
  7482. psywave: ["1M"],
  7483. rage: ["1M"],
  7484. raindance: ["2M"],
  7485. recover: ["1L28", "2L20"],
  7486. reflect: ["1M"],
  7487. rest: ["1M", "2M"],
  7488. return: ["2M"],
  7489. sharpen: ["1L1", "2L24"],
  7490. skullbash: ["1M"],
  7491. sleeptalk: ["2M"],
  7492. snore: ["2M"],
  7493. substitute: ["1M"],
  7494. sunnyday: ["2M"],
  7495. swagger: ["2M"],
  7496. swift: ["1M", "2M"],
  7497. tackle: ["1L1", "2L1", "2S0"],
  7498. takedown: ["1M"],
  7499. teleport: ["1M"],
  7500. thief: ["2M"],
  7501. thunder: ["1M", "2M"],
  7502. thunderbolt: ["1M", "2T"],
  7503. thunderwave: ["1M"],
  7504. toxic: ["1M", "2M"],
  7505. triattack: ["1L42", "1M", "2L36"],
  7506. zapcannon: ["2L44", "2M"],
  7507. },
  7508. eventData: [
  7509. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "conversion", "barrier"]},
  7510. ],
  7511. },
  7512. porygon2: {
  7513. learnset: {
  7514. takedown: ["1L1"],
  7515. doubleedge: ["1L1"],
  7516. toxic: ["1L1"],
  7517. rage: ["1L1"],
  7518. mimic: ["1L1"],
  7519. doubleteam: ["1L1"],
  7520. bide: ["1L1"],
  7521. rest: ["1L1"],
  7522. substitute: ["1L1"],
  7523. icebeam: ["1L1"],
  7524. blizzard: ["1L1"],
  7525. hyperbeam: ["1L1"],
  7526. thunderbolt: ["1L1"],
  7527. thunderwave: ["1L1"],
  7528. thunder: ["1L1"],
  7529. psychic: ["1L1"],
  7530. teleport: ["1L1"],
  7531. reflect: ["1L1"],
  7532. swift: ["1L1"],
  7533. skullbash: ["1L1"],
  7534. flash: ["1L1"],
  7535. psywave: ["1L1"],
  7536. triattack: ["1L1"],
  7537. },
  7538. },
  7539. omanyte: {
  7540. learnset: {
  7541. ancientpower: ["2L49"],
  7542. attract: ["2M"],
  7543. aurorabeam: ["2E"],
  7544. bide: ["1M"],
  7545. bite: ["2L13"],
  7546. blizzard: ["1M", "2M"],
  7547. bodyslam: ["1M"],
  7548. bubblebeam: ["1M", "2E"],
  7549. constrict: ["2L1", "2S0"],
  7550. curse: ["2M"],
  7551. doubleedge: ["1M"],
  7552. doubleteam: ["1M", "2M"],
  7553. endure: ["2M"],
  7554. frustration: ["2M"],
  7555. haze: ["2E"],
  7556. headbutt: ["2M"],
  7557. hiddenpower: ["2M"],
  7558. hornattack: ["1L34"],
  7559. hydropump: ["1L53", "2L55"],
  7560. icebeam: ["1M", "2T"],
  7561. icywind: ["2M"],
  7562. leer: ["1L39", "2L31"],
  7563. mimic: ["1M"],
  7564. protect: ["2L37", "2M"],
  7565. rage: ["1M"],
  7566. raindance: ["2M"],
  7567. reflect: ["1M"],
  7568. rest: ["1M", "2M"],
  7569. return: ["2M"],
  7570. rocksmash: ["2M"],
  7571. rockthrow: ["2S0"],
  7572. rollout: ["2M"],
  7573. sandstorm: ["2M"],
  7574. slam: ["2E"],
  7575. sleeptalk: ["2M"],
  7576. snore: ["2M"],
  7577. spikecannon: ["1L46"],
  7578. substitute: ["1M"],
  7579. supersonic: ["2E"],
  7580. surf: ["1M", "2M"],
  7581. swagger: ["2M"],
  7582. takedown: ["1M"],
  7583. thief: ["2M"],
  7584. toxic: ["1M", "2M"],
  7585. watergun: ["1L1", "1M", "2L19"],
  7586. whirlpool: ["2M"],
  7587. withdraw: ["1L1", "2L1", "2S0"],
  7588. },
  7589. eventData: [
  7590. {"generation": 2, "level": 5, "shiny": 1, "moves": ["constrict", "withdraw", "rockthrow"]},
  7591. ],
  7592. },
  7593. omastar: {
  7594. learnset: {
  7595. ancientpower: ["2L54"],
  7596. attract: ["2M"],
  7597. bide: ["1M"],
  7598. bite: ["2L1", "2L13"],
  7599. blizzard: ["1M", "2M"],
  7600. bodyslam: ["1M"],
  7601. bubblebeam: ["1M"],
  7602. constrict: ["2L1"],
  7603. curse: ["2M"],
  7604. doubleedge: ["1M"],
  7605. doubleteam: ["1M", "2M"],
  7606. endure: ["2M"],
  7607. frustration: ["2M"],
  7608. headbutt: ["2M"],
  7609. hiddenpower: ["2M"],
  7610. hornattack: ["1L1", "1L34"],
  7611. horndrill: ["1M"],
  7612. hydropump: ["1L49", "2L65"],
  7613. hyperbeam: ["1M", "2M"],
  7614. icebeam: ["1M", "2T"],
  7615. icywind: ["2M"],
  7616. leer: ["1L39", "2L31"],
  7617. mimic: ["1M"],
  7618. protect: ["2L37", "2M"],
  7619. rage: ["1M"],
  7620. raindance: ["2M"],
  7621. reflect: ["1M"],
  7622. rest: ["1M", "2M"],
  7623. return: ["2M"],
  7624. rocksmash: ["2M"],
  7625. rollout: ["2M"],
  7626. sandstorm: ["2M"],
  7627. seismictoss: ["1M"],
  7628. skullbash: ["1M"],
  7629. sleeptalk: ["2M"],
  7630. snore: ["2M"],
  7631. spikecannon: ["1L44", "2L40"],
  7632. submission: ["1M"],
  7633. substitute: ["1M"],
  7634. surf: ["1M", "2M"],
  7635. swagger: ["2M"],
  7636. takedown: ["1M"],
  7637. thief: ["2M"],
  7638. toxic: ["1M", "2M"],
  7639. watergun: ["1L1", "1M", "2L19"],
  7640. whirlpool: ["2M"],
  7641. withdraw: ["1L1", "2L1"],
  7642. },
  7643. },
  7644. kabuto: {
  7645. learnset: {
  7646. absorb: ["1L34", "2L10"],
  7647. ancientpower: ["2L55"],
  7648. attract: ["2M"],
  7649. aurorabeam: ["2E"],
  7650. bide: ["1M"],
  7651. blizzard: ["1M", "2M"],
  7652. bodyslam: ["1M"],
  7653. bubblebeam: ["1M", "2E"],
  7654. curse: ["2M"],
  7655. dig: ["2E"],
  7656. doubleedge: ["1M"],
  7657. doubleteam: ["1M", "2M"],
  7658. endure: ["2L37", "2M"],
  7659. flail: ["2E"],
  7660. frustration: ["2M"],
  7661. gigadrain: ["2M"],
  7662. harden: ["1L1", "2L1", "2S0"],
  7663. hiddenpower: ["2M"],
  7664. hydropump: ["1L49"],
  7665. icebeam: ["1M", "2T"],
  7666. icywind: ["2M"],
  7667. leer: ["1L44", "2L19"],
  7668. megadrain: ["2L46"],
  7669. mimic: ["1M"],
  7670. protect: ["2M"],
  7671. rage: ["1M"],
  7672. raindance: ["2M"],
  7673. rapidspin: ["2E"],
  7674. reflect: ["1M"],
  7675. rest: ["1M", "2M"],
  7676. return: ["2M"],
  7677. rocksmash: ["2M"],
  7678. rockthrow: ["2S0"],
  7679. rollout: ["2M"],
  7680. sandattack: ["2L28"],
  7681. sandstorm: ["2M"],
  7682. scratch: ["1L1", "2L1", "2S0"],
  7683. slash: ["1L39"],
  7684. sleeptalk: ["2M"],
  7685. snore: ["2M"],
  7686. substitute: ["1M"],
  7687. surf: ["1M"],
  7688. swagger: ["2M"],
  7689. takedown: ["1M"],
  7690. thief: ["2M"],
  7691. toxic: ["1M", "2M"],
  7692. watergun: ["1M"],
  7693. },
  7694. eventData: [
  7695. {"generation": 2, "level": 5, "shiny": 1, "moves": ["scratch", "harden", "rockthrow"]},
  7696. ],
  7697. },
  7698. kabutops: {
  7699. learnset: {
  7700. absorb: ["1L1", "1L34", "2L1", "2L10"],
  7701. ancientpower: ["2L65"],
  7702. attract: ["2M"],
  7703. bide: ["1M"],
  7704. blizzard: ["1M", "2M"],
  7705. bodyslam: ["1M"],
  7706. bubblebeam: ["1M"],
  7707. curse: ["2M"],
  7708. cut: ["1M", "2M"],
  7709. doubleedge: ["1M"],
  7710. doubleteam: ["1M", "2M"],
  7711. endure: ["2L37", "2M"],
  7712. frustration: ["2M"],
  7713. furycutter: ["2M"],
  7714. gigadrain: ["2M"],
  7715. harden: ["1L1", "2L1"],
  7716. headbutt: ["2M"],
  7717. hiddenpower: ["2M"],
  7718. hydropump: ["1L53"],
  7719. hyperbeam: ["1M", "2M"],
  7720. icebeam: ["1M", "2T"],
  7721. icywind: ["2M"],
  7722. leer: ["1L46", "2L19"],
  7723. megadrain: ["2L51"],
  7724. megakick: ["1M"],
  7725. mimic: ["1M"],
  7726. protect: ["2M"],
  7727. rage: ["1M"],
  7728. raindance: ["2M"],
  7729. razorwind: ["1M"],
  7730. reflect: ["1M"],
  7731. rest: ["1M", "2M"],
  7732. return: ["2M"],
  7733. rocksmash: ["2M"],
  7734. rollout: ["2M"],
  7735. sandattack: ["2L28"],
  7736. sandstorm: ["2M"],
  7737. scratch: ["1L1", "2L1"],
  7738. seismictoss: ["1M"],
  7739. skullbash: ["1M"],
  7740. slash: ["1L39", "2L40"],
  7741. sleeptalk: ["2M"],
  7742. snore: ["2M"],
  7743. submission: ["1M"],
  7744. substitute: ["1M"],
  7745. surf: ["1M", "2M"],
  7746. swagger: ["2M"],
  7747. swordsdance: ["1M"],
  7748. takedown: ["1M"],
  7749. thief: ["2M"],
  7750. toxic: ["1M", "2M"],
  7751. watergun: ["1M"],
  7752. whirlpool: ["2M"],
  7753. },
  7754. },
  7755. aerodactyl: {
  7756. learnset: {
  7757. agility: ["1L1", "2L8"],
  7758. ancientpower: ["2L29"],
  7759. attract: ["2M"],
  7760. bide: ["1M"],
  7761. bite: ["1L38", "2L15"],
  7762. curse: ["2M"],
  7763. detect: ["2M"],
  7764. doubleedge: ["1M"],
  7765. doubleteam: ["1M", "2M"],
  7766. dragonbreath: ["2M"],
  7767. dragonrage: ["1M"],
  7768. earthquake: ["2M"],
  7769. endure: ["2M"],
  7770. fireblast: ["1M", "2M"],
  7771. flamethrower: ["2T"],
  7772. fly: ["1M", "2M"],
  7773. foresight: ["2E"],
  7774. frustration: ["2M"],
  7775. headbutt: ["2M"],
  7776. hiddenpower: ["2M"],
  7777. hyperbeam: ["1L54", "1M", "2L50", "2M"],
  7778. irontail: ["2M"],
  7779. mimic: ["1M"],
  7780. protect: ["2M"],
  7781. pursuit: ["2E"],
  7782. rage: ["1M"],
  7783. raindance: ["2M"],
  7784. razorwind: ["1M"],
  7785. reflect: ["1M"],
  7786. rest: ["1M", "2M"],
  7787. return: ["2M"],
  7788. roar: ["2M"],
  7789. rocksmash: ["2M"],
  7790. rockthrow: ["2S0"],
  7791. sandstorm: ["2M"],
  7792. scaryface: ["2L36"],
  7793. skyattack: ["1M"],
  7794. sleeptalk: ["2M"],
  7795. snore: ["2M"],
  7796. steelwing: ["2E", "2M"],
  7797. substitute: ["1M"],
  7798. supersonic: ["1L33", "2L22"],
  7799. swagger: ["2M"],
  7800. swift: ["1M", "2M"],
  7801. takedown: ["1L45", "1M", "2L43"],
  7802. toxic: ["1M", "2M"],
  7803. whirlwind: ["1M", "2E"],
  7804. wingattack: ["1L1", "2L1", "2S0"],
  7805. },
  7806. eventData: [
  7807. {"generation": 2, "level": 5, "shiny": 1, "moves": ["wingattack", "rockthrow"]},
  7808. ],
  7809. },
  7810. snorlax: {
  7811. learnset: {
  7812. amnesia: ["1L1", "2L8"],
  7813. attract: ["2M"],
  7814. bellydrum: ["2L22"],
  7815. bide: ["1M"],
  7816. blizzard: ["1M", "2M"],
  7817. bodyslam: ["1L35", "1M", "2L43"],
  7818. bubblebeam: ["1M"],
  7819. counter: ["1M"],
  7820. curse: ["2M"],
  7821. defensecurl: ["2L15", "2M"],
  7822. doubleedge: ["1L48", "1M"],
  7823. doubleteam: ["1M", "2M"],
  7824. dynamicpunch: ["2M"],
  7825. earthquake: ["1M", "2M"],
  7826. endure: ["2M"],
  7827. fireblast: ["1M", "2M"],
  7828. firepunch: ["2M"],
  7829. fissure: ["1M"],
  7830. flamethrower: ["2T"],
  7831. frustration: ["2M"],
  7832. harden: ["1L41"],
  7833. headbutt: ["1L1", "2L29", "2M"],
  7834. hiddenpower: ["2M"],
  7835. hyperbeam: ["1L56", "1M", "2L57", "2M"],
  7836. icebeam: ["1M", "2T"],
  7837. icepunch: ["2M"],
  7838. icywind: ["2M"],
  7839. lick: ["2E"],
  7840. lovelykiss: ["2S0"],
  7841. megakick: ["1M"],
  7842. megapunch: ["1M"],
  7843. metronome: ["1M"],
  7844. mimic: ["1M"],
  7845. mudslap: ["2M"],
  7846. payday: ["1M"],
  7847. protect: ["2M"],
  7848. psychic: ["1M", "2M"],
  7849. psychup: ["2M"],
  7850. psywave: ["1M"],
  7851. rage: ["1M"],
  7852. raindance: ["2M"],
  7853. reflect: ["1M"],
  7854. rest: ["1L1", "1M", "2L36", "2M"],
  7855. return: ["2M"],
  7856. rockslide: ["1M"],
  7857. rocksmash: ["2M"],
  7858. rollout: ["2L50", "2M"],
  7859. sandstorm: ["2M"],
  7860. seismictoss: ["1M"],
  7861. selfdestruct: ["1M"],
  7862. shadowball: ["2M"],
  7863. skullbash: ["1M"],
  7864. sleeptalk: ["2M"],
  7865. snore: ["2L36", "2M"],
  7866. solarbeam: ["1M", "2M"],
  7867. splash: ["2S1"],
  7868. strength: ["1M", "2M"],
  7869. submission: ["1M"],
  7870. substitute: ["1M"],
  7871. sunnyday: ["2M"],
  7872. surf: ["1M", "2M"],
  7873. swagger: ["2M"],
  7874. sweetkiss: ["2S2"],
  7875. tackle: ["2L1", "2S0", "2S1", "2S2"],
  7876. takedown: ["1M"],
  7877. thunder: ["1M", "2M"],
  7878. thunderbolt: ["1M", "2T"],
  7879. thunderpunch: ["2M"],
  7880. toxic: ["1M", "2M"],
  7881. watergun: ["1M"],
  7882. zapcannon: ["2M"],
  7883. },
  7884. eventData: [
  7885. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "lovelykiss"]},
  7886. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "splash"]},
  7887. {"generation": 2, "level": 5, "shiny": 1, "moves": ["tackle", "sweetkiss"]},
  7888. ],
  7889. },
  7890. articuno: {
  7891. learnset: {
  7892. agility: ["1L55", "2L25", "2S0"],
  7893. bide: ["1M"],
  7894. blizzard: ["1L51", "1M", "2L73", "2M"],
  7895. bubblebeam: ["1M"],
  7896. curse: ["2M"],
  7897. detect: ["2M"],
  7898. doubleedge: ["1M"],
  7899. doubleteam: ["1M", "2M"],
  7900. endure: ["2M"],
  7901. fly: ["1M", "2M"],
  7902. frustration: ["2M"],
  7903. gust: ["2L1"],
  7904. hiddenpower: ["2M"],
  7905. hyperbeam: ["1M", "2M"],
  7906. icebeam: ["1L1", "1M", "2L49", "2T", "2S0"],
  7907. icywind: ["2M"],
  7908. mimic: ["1M"],
  7909. mindreader: ["2L37", "2S0"],
  7910. mist: ["1L60", "2L13", "2S0"],
  7911. mudslap: ["2M"],
  7912. peck: ["1L1"],
  7913. powdersnow: ["2L1"],
  7914. protect: ["2M"],
  7915. rage: ["1M"],
  7916. raindance: ["2M"],
  7917. razorwind: ["1M"],
  7918. reflect: ["1M", "2L61"],
  7919. rest: ["1M", "2M"],
  7920. return: ["2M"],
  7921. roar: ["2M"],
  7922. rocksmash: ["2M"],
  7923. sandstorm: ["2M"],
  7924. skyattack: ["1M"],
  7925. sleeptalk: ["2M"],
  7926. snore: ["2M"],
  7927. steelwing: ["2M"],
  7928. substitute: ["1M"],
  7929. sunnyday: ["2M"],
  7930. swagger: ["2M"],
  7931. swift: ["1M", "2M"],
  7932. takedown: ["1M"],
  7933. toxic: ["1M", "2M"],
  7934. watergun: ["1M"],
  7935. whirlwind: ["1M"],
  7936. },
  7937. eventData: [
  7938. {"generation": 2, "level": 50, "shiny": true, "moves": ["mist", "agility", "mindreader", "icebeam"]},
  7939. ],
  7940. },
  7941. zapdos: {
  7942. learnset: {
  7943. agility: ["1L55", "2L25", "2S0"],
  7944. bide: ["1M"],
  7945. curse: ["2M"],
  7946. detect: ["2L37", "2M", "2S0"],
  7947. doubleedge: ["1M"],
  7948. doubleteam: ["1M", "2M"],
  7949. drillpeck: ["1L1", "2L49", "2S0"],
  7950. endure: ["2M"],
  7951. flash: ["1M", "2M"],
  7952. fly: ["1M", "2M"],
  7953. frustration: ["2M"],
  7954. hiddenpower: ["2M"],
  7955. hyperbeam: ["1M", "2M"],
  7956. lightscreen: ["1L60", "2L61"],
  7957. mimic: ["1M"],
  7958. mudslap: ["2M"],
  7959. peck: ["2L1"],
  7960. protect: ["2M"],
  7961. rage: ["1M"],
  7962. raindance: ["2M"],
  7963. razorwind: ["1M"],
  7964. reflect: ["1M"],
  7965. rest: ["1M", "2M"],
  7966. return: ["2M"],
  7967. roar: ["2M"],
  7968. rocksmash: ["2M"],
  7969. sandstorm: ["2M"],
  7970. skyattack: ["1M"],
  7971. sleeptalk: ["2M"],
  7972. snore: ["2M"],
  7973. steelwing: ["2M"],
  7974. substitute: ["1M"],
  7975. sunnyday: ["2M"],
  7976. swagger: ["2M"],
  7977. swift: ["1M", "2M"],
  7978. takedown: ["1M"],
  7979. thunder: ["1L51", "1M", "2L73", "2M"],
  7980. thunderbolt: ["1M", "2T"],
  7981. thundershock: ["1L1", "2L1"],
  7982. thunderwave: ["1M", "2L13", "2S0"],
  7983. toxic: ["1M", "2M"],
  7984. whirlwind: ["1M"],
  7985. zapcannon: ["2M"],
  7986. },
  7987. eventData: [
  7988. {"generation": 2, "level": 50, "shiny": true, "moves": ["thunderwave", "agility", "detect", "drillpeck"]},
  7989. ],
  7990. },
  7991. moltres: {
  7992. learnset: {
  7993. agility: ["1L55", "2L25", "2S0"],
  7994. bide: ["1M"],
  7995. curse: ["2M"],
  7996. detect: ["2M"],
  7997. doubleedge: ["1M"],
  7998. doubleteam: ["1M", "2M"],
  7999. ember: ["2L1"],
  8000. endure: ["2L37", "2M", "2S0"],
  8001. fireblast: ["1M", "2M"],
  8002. firespin: ["1L1", "2L13", "2S0"],
  8003. flamethrower: ["2L49", "2T", "2S0"],
  8004. fly: ["1M", "2M"],
  8005. frustration: ["2M"],
  8006. hiddenpower: ["2M"],
  8007. hyperbeam: ["1M", "2M"],
  8008. leer: ["1L51"],
  8009. mimic: ["1M"],
  8010. mudslap: ["2M"],
  8011. peck: ["1L1"],
  8012. protect: ["2M"],
  8013. rage: ["1M"],
  8014. raindance: ["2M"],
  8015. razorwind: ["1M"],
  8016. reflect: ["1M"],
  8017. rest: ["1M", "2M"],
  8018. return: ["2M"],
  8019. roar: ["2M"],
  8020. rocksmash: ["2M"],
  8021. safeguard: ["2L61"],
  8022. sandstorm: ["2M"],
  8023. skyattack: ["1L60", "1M", "2L73"],
  8024. sleeptalk: ["2M"],
  8025. snore: ["2M"],
  8026. steelwing: ["2M"],
  8027. substitute: ["1M"],
  8028. sunnyday: ["2M"],
  8029. swagger: ["2M"],
  8030. swift: ["1M", "2M"],
  8031. takedown: ["1M"],
  8032. toxic: ["1M", "2M"],
  8033. whirlwind: ["1M"],
  8034. wingattack: ["2L1"],
  8035. },
  8036. eventData: [
  8037. {"generation": 2, "level": 50, "shiny": true, "moves": ["firespin", "agility", "endure", "flamethrower"]},
  8038. ],
  8039. },
  8040. dratini: {
  8041. learnset: {
  8042. agility: ["1L20", "2L36"],
  8043. attract: ["2M"],
  8044. bide: ["1M"],
  8045. blizzard: ["1M", "2M"],
  8046. bodyslam: ["1M"],
  8047. bubblebeam: ["1M"],
  8048. curse: ["2M"],
  8049. detect: ["2M"],
  8050. doubleedge: ["1M"],
  8051. doubleteam: ["1M", "2M"],
  8052. dragonbreath: ["2M"],
  8053. dragonrage: ["1L40", "1M", "2L22"],
  8054. endure: ["2M"],
  8055. extremespeed: ["2S1"],
  8056. fireblast: ["1M", "2M"],
  8057. flamethrower: ["2T"],
  8058. frustration: ["2M"],
  8059. haze: ["2E"],
  8060. headbutt: ["2M"],
  8061. hiddenpower: ["2M"],
  8062. hydropump: ["2S0"],
  8063. hyperbeam: ["1L50", "2L57"],
  8064. icebeam: ["1M", "2T"],
  8065. icywind: ["2M"],
  8066. irontail: ["2M"],
  8067. leer: ["1L1", "2L1", "2S0"],
  8068. lightscreen: ["2E"],
  8069. mimic: ["1M"],
  8070. mist: ["2E"],
  8071. outrage: ["2L50"],
  8072. protect: ["2M"],
  8073. rage: ["1M"],
  8074. raindance: ["2M"],
  8075. reflect: ["1M"],
  8076. rest: ["1M", "2M"],
  8077. return: ["2M"],
  8078. safeguard: ["2L43"],
  8079. skullbash: ["1M"],
  8080. slam: ["1L30", "2L29"],
  8081. sleeptalk: ["2M"],
  8082. snore: ["2M"],
  8083. substitute: ["1M"],
  8084. supersonic: ["2E"],
  8085. surf: ["1M", "2M"],
  8086. swagger: ["2M"],
  8087. swift: ["1M", "2M"],
  8088. takedown: ["1M"],
  8089. thunder: ["1M", "2M"],
  8090. thunderbolt: ["1M", "2T"],
  8091. thunderwave: ["1L10", "1M", "2L8", "2S1"],
  8092. toxic: ["1M", "2M"],
  8093. twister: ["2L15", "2S1"],
  8094. waterfall: ["2M"],
  8095. watergun: ["1M"],
  8096. wrap: ["1L1", "2L1", "2S0", "2S1"],
  8097. zapcannon: ["2M"],
  8098. },
  8099. eventData: [
  8100. {"generation": 2, "level": 5, "shiny": 1, "moves": ["wrap", "leer", "hydropump"]},
  8101. {"generation": 2, "level": 15, "shiny": 1, "moves": ["wrap", "thunderwave", "twister", "extremespeed"]},
  8102. ],
  8103. },
  8104. dragonair: {
  8105. learnset: {
  8106. agility: ["1L20", "2L38"],
  8107. attract: ["2M"],
  8108. bide: ["1M"],
  8109. blizzard: ["1M", "2M"],
  8110. bodyslam: ["1M"],
  8111. bubblebeam: ["1M"],
  8112. curse: ["2M"],
  8113. detect: ["2M"],
  8114. doubleedge: ["1M"],
  8115. doubleteam: ["1M", "2M"],
  8116. dragonbreath: ["2M"],
  8117. dragonrage: ["1L45", "1M", "2L22"],
  8118. endure: ["2M"],
  8119. fireblast: ["1M", "2M"],
  8120. flamethrower: ["2T"],
  8121. frustration: ["2M"],
  8122. headbutt: ["2M"],
  8123. hiddenpower: ["2M"],
  8124. horndrill: ["1M"],
  8125. hyperbeam: ["1L55", "2L65"],
  8126. icebeam: ["1M", "2T"],
  8127. icywind: ["2M"],
  8128. irontail: ["2M"],
  8129. leer: ["1L1", "2L1"],
  8130. mimic: ["1M"],
  8131. outrage: ["2L56"],
  8132. protect: ["2M"],
  8133. rage: ["1M"],
  8134. raindance: ["2M"],
  8135. reflect: ["1M"],
  8136. rest: ["1M", "2M"],
  8137. return: ["2M"],
  8138. safeguard: ["2L47"],
  8139. skullbash: ["1M"],
  8140. slam: ["1L35", "2L29"],
  8141. sleeptalk: ["2M"],
  8142. snore: ["2M"],
  8143. substitute: ["1M"],
  8144. surf: ["1M", "2M"],
  8145. swagger: ["2M"],
  8146. swift: ["1M", "2M"],
  8147. takedown: ["1M"],
  8148. thunder: ["1M", "2M"],
  8149. thunderbolt: ["1M", "2T"],
  8150. thunderwave: ["1L1", "1L10", "1M", "2L1", "2L8"],
  8151. toxic: ["1M", "2M"],
  8152. twister: ["2L1", "2L15"],
  8153. waterfall: ["2M"],
  8154. watergun: ["1M"],
  8155. wrap: ["1L1", "2L1"],
  8156. zapcannon: ["2M"],
  8157. },
  8158. },
  8159. dragonite: {
  8160. learnset: {
  8161. agility: ["1L1", "1L20", "2L38"],
  8162. attract: ["2M"],
  8163. bide: ["1M"],
  8164. blizzard: ["1M", "2M"],
  8165. bodyslam: ["1M"],
  8166. bubblebeam: ["1M"],
  8167. curse: ["2M"],
  8168. detect: ["2M"],
  8169. doubleedge: ["1M"],
  8170. doubleteam: ["1M", "2M"],
  8171. dragonbreath: ["2M"],
  8172. dragonrage: ["1L45", "1M", "2L22"],
  8173. dynamicpunch: ["2M"],
  8174. endure: ["2M"],
  8175. fireblast: ["1M", "2M"],
  8176. firepunch: ["2M"],
  8177. flamethrower: ["2T"],
  8178. fly: ["2M"],
  8179. frustration: ["2M"],
  8180. furycutter: ["2M"],
  8181. headbutt: ["2M"],
  8182. hiddenpower: ["2M"],
  8183. horndrill: ["1M"],
  8184. hyperbeam: ["1L60", "1M", "2L75", "2M"],
  8185. icebeam: ["1M", "2T"],
  8186. icepunch: ["2M"],
  8187. icywind: ["2M"],
  8188. irontail: ["2M"],
  8189. leer: ["1L1", "2L1"],
  8190. mimic: ["1M"],
  8191. mudslap: ["2M"],
  8192. outrage: ["2L61"],
  8193. protect: ["2M"],
  8194. rage: ["1M"],
  8195. raindance: ["2M"],
  8196. razorwind: ["1M"],
  8197. reflect: ["1M"],
  8198. rest: ["1M", "2M"],
  8199. return: ["2M"],
  8200. rocksmash: ["2M"],
  8201. safeguard: ["2L47"],
  8202. sandstorm: ["2M"],
  8203. skullbash: ["1M"],
  8204. slam: ["1L35", "2L29"],
  8205. sleeptalk: ["2M"],
  8206. snore: ["2M"],
  8207. steelwing: ["2M"],
  8208. strength: ["1M", "2M"],
  8209. substitute: ["1M"],
  8210. surf: ["1M", "2M"],
  8211. swagger: ["2M"],
  8212. swift: ["1M", "2M"],
  8213. takedown: ["1M"],
  8214. thunder: ["1M", "2M"],
  8215. thunderbolt: ["1M", "2T"],
  8216. thunderpunch: ["2M"],
  8217. thunderwave: ["1L1", "1L10", "1M", "2L1", "2L8"],
  8218. toxic: ["1M", "2M"],
  8219. twister: ["2L1", "2L15"],
  8220. waterfall: ["2M"],
  8221. watergun: ["1M"],
  8222. whirlpool: ["2M"],
  8223. wingattack: ["2L55"],
  8224. wrap: ["1L1", "2L1"],
  8225. zapcannon: ["2M"],
  8226. },
  8227. },
  8228. mewtwo: {
  8229. learnset: {
  8230. amnesia: ["1L81", "2L77"],
  8231. barrier: ["1L63", "2L11"],
  8232. bide: ["1M"],
  8233. blizzard: ["1M", "2M"],
  8234. bodyslam: ["1M"],
  8235. bubblebeam: ["1M"],
  8236. confusion: ["2L1"],
  8237. counter: ["1M"],
  8238. curse: ["2M"],
  8239. detect: ["2M"],
  8240. disable: ["2L1"],
  8241. doubleedge: ["1M"],
  8242. doubleteam: ["1M", "2M"],
  8243. dreameater: ["2M"],
  8244. dynamicpunch: ["2M"],
  8245. endure: ["2M"],
  8246. fireblast: ["1M", "2M"],
  8247. firepunch: ["2M"],
  8248. flamethrower: ["2T"],
  8249. flash: ["1M", "2M"],
  8250. frustration: ["2M"],
  8251. futuresight: ["2L44", "2S0"],
  8252. headbutt: ["2M"],
  8253. hiddenpower: ["2M"],
  8254. hyperbeam: ["1M", "2M"],
  8255. icebeam: ["1M", "2T"],
  8256. icepunch: ["2M"],
  8257. icywind: ["2M"],
  8258. irontail: ["2M"],
  8259. megakick: ["1M"],
  8260. megapunch: ["1M"],
  8261. metronome: ["1M"],
  8262. mimic: ["1M"],
  8263. mist: ["1L75", "2L55", "2S0"],
  8264. mudslap: ["2M"],
  8265. nightmare: ["2M"],
  8266. payday: ["1M"],
  8267. protect: ["2M"],
  8268. psychic: ["1L1", "1L66", "1M", "2L66", "2M", "2S0"],
  8269. psychup: ["2L33", "2M", "2S0"],
  8270. psywave: ["1M"],
  8271. rage: ["1M"],
  8272. raindance: ["2M"],
  8273. recover: ["1L70", "2L88"],
  8274. reflect: ["1M"],
  8275. rest: ["1M", "2M"],
  8276. return: ["2M"],
  8277. rocksmash: ["2M"],
  8278. safeguard: ["2L99"],
  8279. seismictoss: ["1M"],
  8280. selfdestruct: ["1M"],
  8281. shadowball: ["2M"],
  8282. skullbash: ["1M"],
  8283. sleeptalk: ["2M"],
  8284. snore: ["2M"],
  8285. solarbeam: ["1M", "2M"],
  8286. strength: ["1M", "2M"],
  8287. submission: ["1M"],
  8288. substitute: ["1M"],
  8289. sunnyday: ["2M"],
  8290. swagger: ["2M"],
  8291. swift: ["1L1", "2L22", "2M"],
  8292. takedown: ["1M"],
  8293. teleport: ["1M"],
  8294. thunder: ["1M", "2M"],
  8295. thunderbolt: ["1M", "2T"],
  8296. thunderpunch: ["2M"],
  8297. thunderwave: ["1M"],
  8298. toxic: ["1M", "2M"],
  8299. triattack: ["1M"],
  8300. watergun: ["1M"],
  8301. zapcannon: ["2M"],
  8302. },
  8303. eventData: [
  8304. {"generation": 2, "level": 70, "shiny": true, "moves": ["psychup", "futuresight", "mist", "psychic"]},
  8305. ],
  8306. },
  8307. mew: {
  8308. learnset: {
  8309. ancientpower: ["2L50"],
  8310. attract: ["2M"],
  8311. bide: ["1M"],
  8312. blizzard: ["1M", "2M"],
  8313. bodyslam: ["1M"],
  8314. bubblebeam: ["1M"],
  8315. counter: ["1M"],
  8316. curse: ["2M"],
  8317. cut: ["1M", "2M"],
  8318. defensecurl: ["2M"],
  8319. detect: ["2M"],
  8320. dig: ["1M", "2M"],
  8321. doubleedge: ["1M"],
  8322. doubleteam: ["1M", "2M"],
  8323. dragonbreath: ["2M"],
  8324. dragonrage: ["1M"],
  8325. dreameater: ["1M", "2M"],
  8326. dynamicpunch: ["2M"],
  8327. earthquake: ["1M", "2M"],
  8328. eggbomb: ["1M"],
  8329. endure: ["2M"],
  8330. explosion: ["1M"],
  8331. fireblast: ["1M", "2M"],
  8332. firepunch: ["2M"],
  8333. fissure: ["1M"],
  8334. flamethrower: ["2T"],
  8335. flash: ["1M", "2M"],
  8336. fly: ["1M", "2M"],
  8337. frustration: ["2M"],
  8338. furycutter: ["2M"],
  8339. gigadrain: ["2M"],
  8340. headbutt: ["2M"],
  8341. hiddenpower: ["2M"],
  8342. horndrill: ["1M"],
  8343. hyperbeam: ["1M", "2M"],
  8344. icebeam: ["1M", "2T"],
  8345. icepunch: ["2M"],
  8346. icywind: ["2M"],
  8347. irontail: ["2M"],
  8348. megadrain: ["1M"],
  8349. megakick: ["1M"],
  8350. megapunch: ["1L20", "1M", "2L20"],
  8351. metronome: ["1L30", "1M", "2L30"],
  8352. mimic: ["1M"],
  8353. mudslap: ["2M"],
  8354. nightmare: ["2M"],
  8355. payday: ["1M"],
  8356. pound: ["1L1", "1S0", "2L1", "2S1"],
  8357. protect: ["2M"],
  8358. psychic: ["1L40", "1M", "2L40", "2M"],
  8359. psychup: ["2M"],
  8360. psywave: ["1M"],
  8361. rage: ["1M"],
  8362. raindance: ["2M"],
  8363. razorwind: ["1M"],
  8364. reflect: ["1M"],
  8365. rest: ["1M", "2M"],
  8366. return: ["2M"],
  8367. roar: ["2M"],
  8368. rockslide: ["1M"],
  8369. rocksmash: ["2M"],
  8370. rollout: ["2M"],
  8371. sandstorm: ["2M"],
  8372. seismictoss: ["1M"],
  8373. selfdestruct: ["1M"],
  8374. shadowball: ["2M"],
  8375. skullbash: ["1M"],
  8376. skyattack: ["1M"],
  8377. sleeptalk: ["2M"],
  8378. sludgebomb: ["2M"],
  8379. snore: ["2M"],
  8380. softboiled: ["1M"],
  8381. solarbeam: ["1M", "2M"],
  8382. steelwing: ["2M"],
  8383. strength: ["1M", "2M"],
  8384. submission: ["1M"],
  8385. substitute: ["1M"],
  8386. sunnyday: ["2M"],
  8387. surf: ["1M", "2M"],
  8388. swagger: ["2M"],
  8389. sweetscent: ["2M"],
  8390. swift: ["1M", "2M"],
  8391. swordsdance: ["1M"],
  8392. takedown: ["1M"],
  8393. teleport: ["1M"],
  8394. thief: ["2M"],
  8395. thunder: ["1M", "2M"],
  8396. thunderbolt: ["1M", "2T"],
  8397. thunderpunch: ["2M"],
  8398. thunderwave: ["1M"],
  8399. toxic: ["1M", "2M"],
  8400. transform: ["1L10", "2L10"],
  8401. triattack: ["1M"],
  8402. waterfall: ["2M"],
  8403. watergun: ["1M"],
  8404. whirlpool: ["2M"],
  8405. whirlwind: ["1M"],
  8406. zapcannon: ["2M"],
  8407. },
  8408. eventData: [
  8409. {"generation": 1, "level": 5, "moves": ["pound"]},
  8410. {"generation": 2, "level": 5, "moves": ["pound"]},
  8411. ],
  8412. eventOnly: true,
  8413. },
  8414. chikorita: { //Gen 2 Pokemon start here.
  8415. learnset: {
  8416. takedown: ["1L1"],
  8417. doubleedge: ["1L1"],
  8418. toxic: ["1L1"],
  8419. rage: ["1L1"],
  8420. mimic: ["1L1"],
  8421. doubleteam: ["1L1"],
  8422. bide: ["1L1"],
  8423. rest: ["1L1"],
  8424. substitute: ["1L1"],
  8425. tackle: ["1L1"],
  8426. growl: ["1L1"],
  8427. razorleaf: ["1L1"],
  8428. reflect: ["1L1"],
  8429. poisonpowder: ["1L1"],
  8430. bodyslam: ["1L1"],
  8431. lightscreen: ["1L1"],
  8432. solarbeam: ["1L1"],
  8433. headbutt: ["1L1"],
  8434. cut: ["1L1"],
  8435. flash: ["1L1"],
  8436. swordsdance: ["1L1"],
  8437. counter: ["1L1"],
  8438. megadrain: ["1L1"],
  8439. skullbash: ["1L1"],
  8440. },
  8441. },
  8442. bayleef: {
  8443. learnset: {
  8444. takedown: ["1L1"],
  8445. doubleedge: ["1L1"],
  8446. toxic: ["1L1"],
  8447. rage: ["1L1"],
  8448. mimic: ["1L1"],
  8449. doubleteam: ["1L1"],
  8450. bide: ["1L1"],
  8451. rest: ["1L1"],
  8452. substitute: ["1L1"],
  8453. tackle: ["1L1"],
  8454. growl: ["1L1"],
  8455. razorleaf: ["1L1"],
  8456. reflect: ["1L1"],
  8457. poisonpowder: ["1L1"],
  8458. bodyslam: ["1L1"],
  8459. lightscreen: ["1L1"],
  8460. solarbeam: ["1L1"],
  8461. headbutt: ["1L1"],
  8462. cut: ["1L1"],
  8463. flash: ["1L1"],
  8464. swordsdance: ["1L1"],
  8465. counter: ["1L1"],
  8466. megadrain: ["1L1"],
  8467. skullbash: ["1L1"],
  8468. strength: ["1L1"],
  8469. },
  8470. },
  8471. meganium: {
  8472. learnset: {
  8473. takedown: ["1L1"],
  8474. doubleedge: ["1L1"],
  8475. toxic: ["1L1"],
  8476. rage: ["1L1"],
  8477. mimic: ["1L1"],
  8478. doubleteam: ["1L1"],
  8479. bide: ["1L1"],
  8480. rest: ["1L1"],
  8481. substitute: ["1L1"],
  8482. tackle: ["1L1"],
  8483. growl: ["1L1"],
  8484. razorleaf: ["1L1"],
  8485. reflect: ["1L1"],
  8486. poisonpowder: ["1L1"],
  8487. bodyslam: ["1L1"],
  8488. lightscreen: ["1L1"],
  8489. solarbeam: ["1L1"],
  8490. headbutt: ["1L1"],
  8491. cut: ["1L1"],
  8492. flash: ["1L1"],
  8493. swordsdance: ["1L1"],
  8494. counter: ["1L1"],
  8495. megadrain: ["1L1"],
  8496. skullbash: ["1L1"],
  8497. strength: ["1L1"],
  8498. hyperbeam: ["1L1"],
  8499. earthquake: ["1L1"],
  8500. },
  8501. },
  8502. cyndaquil: {
  8503. learnset: {
  8504. takedown: ["1L1"],
  8505. doubleedge: ["1L1"],
  8506. toxic: ["1L1"],
  8507. rage: ["1L1"],
  8508. mimic: ["1L1"],
  8509. doubleteam: ["1L1"],
  8510. bide: ["1L1"],
  8511. rest: ["1L1"],
  8512. substitute: ["1L1"],
  8513. cut: ["1L1"],
  8514. bodyslam: ["1L1"],
  8515. dig: ["1L1"],
  8516. toxic: ["1L1"],
  8517. rage: ["1L1"],
  8518. reflect: ["1L1"],
  8519. fireblast: ["1L1"],
  8520. skullbash: ["1L1"],
  8521. tackle: ["1L1"],
  8522. leer: ["1L1"],
  8523. smokescreen: ["1L1"],
  8524. ember: ["1L1"],
  8525. quickattack: ["1L1"],
  8526. swift: ["1L1"],
  8527. flamethrower: ["1L1"],
  8528. },
  8529. },
  8530. quilava: {
  8531. learnset: {
  8532. takedown: ["1L1"],
  8533. doubleedge: ["1L1"],
  8534. toxic: ["1L1"],
  8535. rage: ["1L1"],
  8536. mimic: ["1L1"],
  8537. doubleteam: ["1L1"],
  8538. bide: ["1L1"],
  8539. rest: ["1L1"],
  8540. substitute: ["1L1"],
  8541. cut: ["1L1"],
  8542. bodyslam: ["1L1"],
  8543. dig: ["1L1"],
  8544. toxic: ["1L1"],
  8545. rage: ["1L1"],
  8546. fireblast: ["1L1"],
  8547. skullbash: ["1L1"],
  8548. tackle: ["1L1"],
  8549. leer: ["1L1"],
  8550. reflect: ["1L1"],
  8551. smokescreen: ["1L1"],
  8552. ember: ["1L1"],
  8553. quickattack: ["1L1"],
  8554. swift: ["1L1"],
  8555. flamethrower: ["1L1"],
  8556. strength: ["1L1"],
  8557. },
  8558. },
  8559. typhlosion: {
  8560. learnset: {
  8561. takedown: ["1L1"],
  8562. doubleedge: ["1L1"],
  8563. toxic: ["1L1"],
  8564. rage: ["1L1"],
  8565. mimic: ["1L1"],
  8566. doubleteam: ["1L1"],
  8567. bide: ["1L1"],
  8568. rest: ["1L1"],
  8569. substitute: ["1L1"],
  8570. cut: ["1L1"],
  8571. bodyslam: ["1L1"],
  8572. dig: ["1L1"],
  8573. toxic: ["1L1"],
  8574. rage: ["1L1"],
  8575. fireblast: ["1L1"],
  8576. skullbash: ["1L1"],
  8577. tackle: ["1L1"],
  8578. leer: ["1L1"],
  8579. smokescreen: ["1L1"],
  8580. ember: ["1L1"],
  8581. quickattack: ["1L1"],
  8582. swift: ["1L1"],
  8583. flamethrower: ["1L1"],
  8584. strength: ["1L1"],
  8585. megapunch: ["1L1"],
  8586. megakick: ["1L1"],
  8587. hyperbeam: ["1L1"],
  8588. submission: ["1L1"],
  8589. counter: ["1L1"],
  8590. reflect: ["1L1"],
  8591. seismictoss: ["1L1"],
  8592. earthquake: ["1L1"],
  8593. rockslide: ["1L1"],
  8594. },
  8595. },
  8596. totodile: {
  8597. learnset: {
  8598. takedown: ["1L1"],
  8599. doubleedge: ["1L1"],
  8600. toxic: ["1L1"],
  8601. rage: ["1L1"],
  8602. mimic: ["1L1"],
  8603. doubleteam: ["1L1"],
  8604. bide: ["1L1"],
  8605. rest: ["1L1"],
  8606. substitute: ["1L1"],
  8607. megapunch: ["1L1"],
  8608. swordsdance: ["1L1"],
  8609. cut: ["1L1"],
  8610. megakick: ["1L1"],
  8611. bodyslam: ["1L1"],
  8612. watergun: ["1L1"],
  8613. surf: ["1L1"],
  8614. icebeam: ["1L1"],
  8615. blizzard: ["1L1"],
  8616. bubblebeam: ["1L1"],
  8617. submission: ["1L1"],
  8618. counter: ["1L1"],
  8619. seismictoss: ["1L1"],
  8620. dig: ["1L1"],
  8621. reflect: ["1L1"],
  8622. skullbash: ["1L1"],
  8623. rockslide: ["1L1"],
  8624. scratch: ["1L1"],
  8625. leer: ["1L1"],
  8626. bite: ["1L1"],
  8627. slash: ["1L1"],
  8628. screech: ["1L1"],
  8629. hydropump: ["1L1"],
  8630. },
  8631. },
  8632. croconaw: {
  8633. learnset: {
  8634. takedown: ["1L1"],
  8635. doubleedge: ["1L1"],
  8636. toxic: ["1L1"],
  8637. rage: ["1L1"],
  8638. mimic: ["1L1"],
  8639. doubleteam: ["1L1"],
  8640. bide: ["1L1"],
  8641. rest: ["1L1"],
  8642. substitute: ["1L1"],
  8643. megapunch: ["1L1"],
  8644. swordsdance: ["1L1"],
  8645. cut: ["1L1"],
  8646. megakick: ["1L1"],
  8647. bodyslam: ["1L1"],
  8648. watergun: ["1L1"],
  8649. surf: ["1L1"],
  8650. reflect: ["1L1"],
  8651. icebeam: ["1L1"],
  8652. blizzard: ["1L1"],
  8653. bubblebeam: ["1L1"],
  8654. submission: ["1L1"],
  8655. counter: ["1L1"],
  8656. seismictoss: ["1L1"],
  8657. dig: ["1L1"],
  8658. skullbash: ["1L1"],
  8659. rockslide: ["1L1"],
  8660. scratch: ["1L1"],
  8661. leer: ["1L1"],
  8662. bite: ["1L1"],
  8663. slash: ["1L1"],
  8664. screech: ["1L1"],
  8665. hydropump: ["1L1"],
  8666. strength: ["1L1"],
  8667. },
  8668. },
  8669. feraligatr: {
  8670. learnset: {
  8671. takedown: ["1L1"],
  8672. doubleedge: ["1L1"],
  8673. toxic: ["1L1"],
  8674. rage: ["1L1"],
  8675. mimic: ["1L1"],
  8676. doubleteam: ["1L1"],
  8677. bide: ["1L1"],
  8678. rest: ["1L1"],
  8679. substitute: ["1L1"],
  8680. megapunch: ["1L1"],
  8681. swordsdance: ["1L1"],
  8682. cut: ["1L1"],
  8683. reflect: ["1L1"],
  8684. megakick: ["1L1"],
  8685. bodyslam: ["1L1"],
  8686. watergun: ["1L1"],
  8687. surf: ["1L1"],
  8688. icebeam: ["1L1"],
  8689. blizzard: ["1L1"],
  8690. bubblebeam: ["1L1"],
  8691. submission: ["1L1"],
  8692. counter: ["1L1"],
  8693. seismictoss: ["1L1"],
  8694. dig: ["1L1"],
  8695. skullbash: ["1L1"],
  8696. rockslide: ["1L1"],
  8697. scratch: ["1L1"],
  8698. leer: ["1L1"],
  8699. bite: ["1L1"],
  8700. slash: ["1L1"],
  8701. screech: ["1L1"],
  8702. hydropump: ["1L1"],
  8703. strength: ["1L1"],
  8704. hyperbeam: ["1L1"],
  8705. earthquake: ["1L1"],
  8706. fissure: ["1L1"],
  8707. },
  8708. },
  8709. sentret: {
  8710. learnset: {
  8711. takedown: ["1L1"],
  8712. doubleedge: ["1L1"],
  8713. toxic: ["1L1"],
  8714. rage: ["1L1"],
  8715. mimic: ["1L1"],
  8716. doubleteam: ["1L1"],
  8717. bide: ["1L1"],
  8718. rest: ["1L1"],
  8719. substitute: ["1L1"],
  8720. tackle: ["1L1"],
  8721. quickattack: ["1L1"],
  8722. furyswipes: ["1L1"],
  8723. slam: ["1L1"],
  8724. rest: ["1L1"],
  8725. amnesia: ["1L1"],
  8726. cut: ["1L1"],
  8727. bodyslam: ["1L1"],
  8728. watergun: ["1L1"],
  8729. surf: ["1L1"],
  8730. bubblebeam: ["1L1"],
  8731. dig: ["1L1"],
  8732. swift: ["1L1"],
  8733. skullbash: ["1L1"],
  8734. },
  8735. },
  8736. furret: {
  8737. learnset: {
  8738. takedown: ["1L1"],
  8739. doubleedge: ["1L1"],
  8740. toxic: ["1L1"],
  8741. rage: ["1L1"],
  8742. mimic: ["1L1"],
  8743. doubleteam: ["1L1"],
  8744. bide: ["1L1"],
  8745. rest: ["1L1"],
  8746. substitute: ["1L1"],
  8747. tackle: ["1L1"],
  8748. quickattack: ["1L1"],
  8749. furyswipes: ["1L1"],
  8750. slam: ["1L1"],
  8751. rest: ["1L1"],
  8752. amnesia: ["1L1"],
  8753. cut: ["1L1"],
  8754. bodyslam: ["1L1"],
  8755. watergun: ["1L1"],
  8756. surf: ["1L1"],
  8757. bubblebeam: ["1L1"],
  8758. dig: ["1L1"],
  8759. swift: ["1L1"],
  8760. skullbash: ["1L1"],
  8761. hyperbeam: ["1L1"],
  8762. strength: ["1L1"],
  8763. },
  8764. },
  8765. hoothoot: {
  8766. learnset: {
  8767. takedown: ["1L1"],
  8768. doubleedge: ["1L1"],
  8769. toxic: ["1L1"],
  8770. rage: ["1L1"],
  8771. mimic: ["1L1"],
  8772. doubleteam: ["1L1"],
  8773. bide: ["1L1"],
  8774. rest: ["1L1"],
  8775. substitute: ["1L1"],
  8776. whirlwind: ["1L1"],
  8777. fly: ["1L1"],
  8778. reflect: ["1L1"],
  8779. swift: ["1L1"],
  8780. dreameater: ["1L1"],
  8781. skyattack: ["1L1"],
  8782. flash: ["1L1"],
  8783. tackle: ["1L1"],
  8784. growl: ["1L1"],
  8785. peck: ["1L1"],
  8786. hypnosis: ["1L1"],
  8787. confusion: ["1L1"],
  8788. },
  8789. },
  8790. noctowl: {
  8791. learnset: {
  8792. takedown: ["1L1"],
  8793. doubleedge: ["1L1"],
  8794. toxic: ["1L1"],
  8795. rage: ["1L1"],
  8796. mimic: ["1L1"],
  8797. doubleteam: ["1L1"],
  8798. bide: ["1L1"],
  8799. rest: ["1L1"],
  8800. substitute: ["1L1"],
  8801. whirlwind: ["1L1"],
  8802. fly: ["1L1"],
  8803. reflect: ["1L1"],
  8804. swift: ["1L1"],
  8805. dreameater: ["1L1"],
  8806. skyattack: ["1L1"],
  8807. flash: ["1L1"],
  8808. tackle: ["1L1"],
  8809. growl: ["1L1"],
  8810. peck: ["1L1"],
  8811. hypnosis: ["1L1"],
  8812. confusion: ["1L1"],
  8813. hyperbeam: ["1L1"],
  8814. },
  8815. },
  8816. ledyba: {
  8817. learnset: {
  8818. takedown: ["1L1"],
  8819. doubleedge: ["1L1"],
  8820. toxic: ["1L1"],
  8821. rage: ["1L1"],
  8822. mimic: ["1L1"],
  8823. doubleteam: ["1L1"],
  8824. bide: ["1L1"],
  8825. rest: ["1L1"],
  8826. substitute: ["1L1"],
  8827. megapunch: ["1L1"],
  8828. swordsdance: ["1L1"],
  8829. megadrain: ["1L1"],
  8830. solarbeam: ["1L1"],
  8831. dig: ["1L1"],
  8832. reflect: ["1L1"],
  8833. swift: ["1L1"],
  8834. skullbash: ["1L1"],
  8835. flash: ["1L1"],
  8836. tackle: ["1L1"],
  8837. supersonic: ["1L1"],
  8838. cometpunch: ["1L1"],
  8839. lightscreen: ["1L1"],
  8840. safeguard: ["1L1"],
  8841. agility: ["1L1"],
  8842. },
  8843. },
  8844. ledian: {
  8845. learnset: {
  8846. takedown: ["1L1"],
  8847. doubleedge: ["1L1"],
  8848. toxic: ["1L1"],
  8849. rage: ["1L1"],
  8850. mimic: ["1L1"],
  8851. doubleteam: ["1L1"],
  8852. bide: ["1L1"],
  8853. rest: ["1L1"],
  8854. substitute: ["1L1"],
  8855. megapunch: ["1L1"],
  8856. swordsdance: ["1L1"],
  8857. megadrain: ["1L1"],
  8858. solarbeam: ["1L1"],
  8859. dig: ["1L1"],
  8860. reflect: ["1L1"],
  8861. swift: ["1L1"],
  8862. skullbash: ["1L1"],
  8863. flash: ["1L1"],
  8864. tackle: ["1L1"],
  8865. supersonic: ["1L1"],
  8866. cometpunch: ["1L1"],
  8867. lightscreen: ["1L1"],
  8868. safeguard: ["1L1"],
  8869. agility: ["1L1"],
  8870. hyperbeam: ["1L1"],
  8871. },
  8872. },
  8873. spinarak: {
  8874. learnset: {
  8875. takedown: ["1L1"],
  8876. doubleedge: ["1L1"],
  8877. toxic: ["1L1"],
  8878. rage: ["1L1"],
  8879. mimic: ["1L1"],
  8880. doubleteam: ["1L1"],
  8881. bide: ["1L1"],
  8882. rest: ["1L1"],
  8883. substitute: ["1L1"],
  8884. bodyslam: ["1L1"],
  8885. megadrain: ["1L1"],
  8886. solarbeam: ["1L1"],
  8887. dig: ["1L1"],
  8888. psychic: ["1L1"],
  8889. reflect: ["1L1"],
  8890. flash: ["1L1"],
  8891. psywave: ["1L1"],
  8892. poisonsting: ["1L1"],
  8893. stringshot: ["1L1"],
  8894. agility: ["1L1"],
  8895. constrict: ["1L1"],
  8896. nightshade: ["1L1"],
  8897. leechlife: ["1L1"],
  8898. furyswipes: ["1L1"],
  8899. spiderweb: ["1L1"],
  8900. screech: ["1L1"],
  8901. },
  8902. },
  8903. ariados: {
  8904. learnset: {
  8905. takedown: ["1L1"],
  8906. doubleedge: ["1L1"],
  8907. toxic: ["1L1"],
  8908. rage: ["1L1"],
  8909. mimic: ["1L1"],
  8910. doubleteam: ["1L1"],
  8911. bide: ["1L1"],
  8912. rest: ["1L1"],
  8913. substitute: ["1L1"],
  8914. bodyslam: ["1L1"],
  8915. megadrain: ["1L1"],
  8916. solarbeam: ["1L1"],
  8917. dig: ["1L1"],
  8918. psychic: ["1L1"],
  8919. reflect: ["1L1"],
  8920. flash: ["1L1"],
  8921. psywave: ["1L1"],
  8922. poisonsting: ["1L1"],
  8923. stringshot: ["1L1"],
  8924. agility: ["1L1"],
  8925. constrict: ["1L1"],
  8926. nightshade: ["1L1"],
  8927. leechlife: ["1L1"],
  8928. furyswipes: ["1L1"],
  8929. spiderweb: ["1L1"],
  8930. screech: ["1L1"],
  8931. hyperbeam: ["1L1"],
  8932. },
  8933. },
  8934. chinchou: {
  8935. learnset: {
  8936. takedown: ["1L1"],
  8937. doubleedge: ["1L1"],
  8938. toxic: ["1L1"],
  8939. rage: ["1L1"],
  8940. mimic: ["1L1"],
  8941. doubleteam: ["1L1"],
  8942. bide: ["1L1"],
  8943. rest: ["1L1"],
  8944. substitute: ["1L1"],
  8945. bubble: ["1L1"],
  8946. thunderwave: ["1L1"],
  8947. supersonic: ["1L1"],
  8948. watergun: ["1L1"],
  8949. confuseray: ["1L1"],
  8950. hydropump: ["1L1"],
  8951. surf: ["1L1"],
  8952. icebeam: ["1L1"],
  8953. bubblebeam: ["1L1"],
  8954. thunderbolt: ["1L1"],
  8955. thunder: ["1L1"],
  8956. reflect: ["1L1"],
  8957. flash: ["1L1"],
  8958. },
  8959. },
  8960. lanturn: {
  8961. learnset: {
  8962. takedown: ["1L1"],
  8963. doubleedge: ["1L1"],
  8964. toxic: ["1L1"],
  8965. rage: ["1L1"],
  8966. mimic: ["1L1"],
  8967. doubleteam: ["1L1"],
  8968. bide: ["1L1"],
  8969. rest: ["1L1"],
  8970. substitute: ["1L1"],
  8971. bubble: ["1L1"],
  8972. thunderwave: ["1L1"],
  8973. supersonic: ["1L1"],
  8974. watergun: ["1L1"],
  8975. confuseray: ["1L1"],
  8976. hydropump: ["1L1"],
  8977. surf: ["1L1"],
  8978. icebeam: ["1L1"],
  8979. bubblebeam: ["1L1"],
  8980. thunderbolt: ["1L1"],
  8981. thunder: ["1L1"],
  8982. reflect: ["1L1"],
  8983. flash: ["1L1"],
  8984. hyperbeam: ["1L1"],
  8985. },
  8986. },
  8987. togepi: {
  8988. learnset: {
  8989. takedown: ["1L1"],
  8990. doubleedge: ["1L1"],
  8991. toxic: ["1L1"],
  8992. rage: ["1L1"],
  8993. mimic: ["1L1"],
  8994. doubleteam: ["1L1"],
  8995. bide: ["1L1"],
  8996. rest: ["1L1"],
  8997. substitute: ["1L1"],
  8998. megapunch: ["1L1"],
  8999. megakick: ["1L1"],
  9000. bodyslam: ["1L1"],
  9001. watergun: ["1L1"],
  9002. bubblebeam: ["1L1"],
  9003. counter: ["1L1"],
  9004. seismictoss: ["1L1"],
  9005. solarbeam: ["1L1"],
  9006. thunderwave: ["1L1"],
  9007. psychic: ["1L1"],
  9008. teleport: ["1L1"],
  9009. reflect: ["1L1"],
  9010. metronome: ["1L1"],
  9011. fireblast: ["1L1"],
  9012. swift: ["1L1"],
  9013. skullbash: ["1L1"],
  9014. flash: ["1L1"],
  9015. psywave: ["1L1"],
  9016. triattack: ["1L1"],
  9017. growl: ["1L1"],
  9018. },
  9019. },
  9020. togetic: {
  9021. learnset: {
  9022. takedown: ["1L1"],
  9023. doubleedge: ["1L1"],
  9024. toxic: ["1L1"],
  9025. rage: ["1L1"],
  9026. mimic: ["1L1"],
  9027. doubleteam: ["1L1"],
  9028. bide: ["1L1"],
  9029. rest: ["1L1"],
  9030. substitute: ["1L1"],
  9031. megapunch: ["1L1"],
  9032. megakick: ["1L1"],
  9033. bodyslam: ["1L1"],
  9034. watergun: ["1L1"],
  9035. bubblebeam: ["1L1"],
  9036. counter: ["1L1"],
  9037. seismictoss: ["1L1"],
  9038. solarbeam: ["1L1"],
  9039. thunderwave: ["1L1"],
  9040. psychic: ["1L1"],
  9041. teleport: ["1L1"],
  9042. reflect: ["1L1"],
  9043. metronome: ["1L1"],
  9044. fireblast: ["1L1"],
  9045. swift: ["1L1"],
  9046. skullbash: ["1L1"],
  9047. flash: ["1L1"],
  9048. psywave: ["1L1"],
  9049. triattack: ["1L1"],
  9050. growl: ["1L1"],
  9051. hyperbeam: ["1L1"],
  9052. },
  9053. },
  9054. natu: {
  9055. learnset: {
  9056. takedown: ["1L1"],
  9057. doubleedge: ["1L1"],
  9058. toxic: ["1L1"],
  9059. rage: ["1L1"],
  9060. mimic: ["1L1"],
  9061. doubleteam: ["1L1"],
  9062. bide: ["1L1"],
  9063. rest: ["1L1"],
  9064. substitute: ["1L1"],
  9065. megadrain: ["1L1"],
  9066. solarbeam: ["1L1"],
  9067. thunderwave: ["1L1"],
  9068. psychic: ["1L1"],
  9069. teleport: ["1L1"],
  9070. reflect: ["1L1"],
  9071. swift: ["1L1"],
  9072. skyattack: ["1L1"],
  9073. flash: ["1L1"],
  9074. psywave: ["1L1"],
  9075. triattack: ["1L1"],
  9076. peck: ["1L1"],
  9077. leer: ["1L1"],
  9078. nightshade: ["1L1"],
  9079. confuseray: ["1L1"],
  9080. },
  9081. },
  9082. xatu: {
  9083. learnset: {
  9084. takedown: ["1L1"],
  9085. doubleedge: ["1L1"],
  9086. toxic: ["1L1"],
  9087. rage: ["1L1"],
  9088. mimic: ["1L1"],
  9089. doubleteam: ["1L1"],
  9090. bide: ["1L1"],
  9091. rest: ["1L1"],
  9092. substitute: ["1L1"],
  9093. megadrain: ["1L1"],
  9094. solarbeam: ["1L1"],
  9095. thunderwave: ["1L1"],
  9096. psychic: ["1L1"],
  9097. teleport: ["1L1"],
  9098. reflect: ["1L1"],
  9099. swift: ["1L1"],
  9100. skyattack: ["1L1"],
  9101. flash: ["1L1"],
  9102. psywave: ["1L1"],
  9103. triattack: ["1L1"],
  9104. peck: ["1L1"],
  9105. leer: ["1L1"],
  9106. nightshade: ["1L1"],
  9107. confuseray: ["1L1"],
  9108. hyperbeam: ["1L1"],
  9109. },
  9110. },
  9111. mareep: {
  9112. learnset: {
  9113. takedown: ["1L1"],
  9114. doubleedge: ["1L1"],
  9115. toxic: ["1L1"],
  9116. rage: ["1L1"],
  9117. mimic: ["1L1"],
  9118. doubleteam: ["1L1"],
  9119. bide: ["1L1"],
  9120. rest: ["1L1"],
  9121. substitute: ["1L1"],
  9122. tackle: ["1L1"],
  9123. growl: ["1L1"],
  9124. thundershock: ["1L1"],
  9125. thunderwave: ["1L1"],
  9126. lightscreen: ["1L1"],
  9127. thunder: ["1L1"],
  9128. bodyslam: ["1L1"],
  9129. thunderbolt: ["1L1"],
  9130. reflect: ["1L1"],
  9131. swift: ["1L1"],
  9132. flash: ["1L1"],
  9133. skullbash: ["1L1"],
  9134. },
  9135. },
  9136. flaaffy: {
  9137. learnset: {
  9138. takedown: ["1L1"],
  9139. doubleedge: ["1L1"],
  9140. toxic: ["1L1"],
  9141. rage: ["1L1"],
  9142. mimic: ["1L1"],
  9143. doubleteam: ["1L1"],
  9144. bide: ["1L1"],
  9145. rest: ["1L1"],
  9146. substitute: ["1L1"],
  9147. tackle: ["1L1"],
  9148. growl: ["1L1"],
  9149. thundershock: ["1L1"],
  9150. thunderwave: ["1L1"],
  9151. lightscreen: ["1L1"],
  9152. thunder: ["1L1"],
  9153. bodyslam: ["1L1"],
  9154. thunderbolt: ["1L1"],
  9155. reflect: ["1L1"],
  9156. swift: ["1L1"],
  9157. skullbash: ["1L1"],
  9158. flash: ["1L1"],
  9159. submission: ["1L1"],
  9160. counter: ["1L1"],
  9161. seismictoss: ["1L1"],
  9162. strength: ["1L1"],
  9163. megapunch: ["1L1"],
  9164. megakick: ["1L1"],
  9165. },
  9166. },
  9167. ampharos: {
  9168. learnset: {
  9169. takedown: ["1L1"],
  9170. doubleedge: ["1L1"],
  9171. toxic: ["1L1"],
  9172. rage: ["1L1"],
  9173. mimic: ["1L1"],
  9174. doubleteam: ["1L1"],
  9175. bide: ["1L1"],
  9176. rest: ["1L1"],
  9177. substitute: ["1L1"],
  9178. tackle: ["1L1"],
  9179. growl: ["1L1"],
  9180. thundershock: ["1L1"],
  9181. thunderwave: ["1L1"],
  9182. lightscreen: ["1L1"],
  9183. thunder: ["1L1"],
  9184. bodyslam: ["1L1"],
  9185. thunderbolt: ["1L1"],
  9186. reflect: ["1L1"],
  9187. swift: ["1L1"],
  9188. skullbash: ["1L1"],
  9189. flash: ["1L1"],
  9190. submission: ["1L1"],
  9191. counter: ["1L1"],
  9192. seismictoss: ["1L1"],
  9193. strength: ["1L1"],
  9194. megapunch: ["1L1"],
  9195. megakick: ["1L1"],
  9196. hyperbeam: ["1L1"],
  9197. },
  9198. },
  9199. bellossom: {
  9200. learnset: {
  9201. takedown: ["1L1"],
  9202. doubleedge: ["1L1"],
  9203. toxic: ["1L1"],
  9204. rage: ["1L1"],
  9205. mimic: ["1L1"],
  9206. doubleteam: ["1L1"],
  9207. bide: ["1L1"],
  9208. rest: ["1L1"],
  9209. substitute: ["1L1"],
  9210. absorb: ["1L1"],
  9211. stunspore: ["1L1"],
  9212. petaldance: ["1L1"],
  9213. solarbeam: ["1L1"],
  9214. swordsdance: ["1L1"],
  9215. cut: ["1L1"],
  9216. hyperbeam: ["1L1"],
  9217. megadrain: ["1L1"],
  9218. reflect: ["1L1"],
  9219. flash: ["1L1"],
  9220. },
  9221. },
  9222. marill: {
  9223. learnset: {
  9224. takedown: ["1L1"],
  9225. doubleedge: ["1L1"],
  9226. toxic: ["1L1"],
  9227. rage: ["1L1"],
  9228. mimic: ["1L1"],
  9229. doubleteam: ["1L1"],
  9230. bide: ["1L1"],
  9231. rest: ["1L1"],
  9232. substitute: ["1L1"],
  9233. megapunch: ["1L1"],
  9234. megakick: ["1L1"],
  9235. bodyslam: ["1L1"],
  9236. watergun: ["1L1"],
  9237. icebeam: ["1L1"],
  9238. blizzard: ["1L1"],
  9239. bubblebeam: ["1L1"],
  9240. surf: ["1L1"],
  9241. submission: ["1L1"],
  9242. seismictoss: ["1L1"],
  9243. swift: ["1L1"],
  9244. skullbash: ["1L1"],
  9245. tackle: ["1L1"],
  9246. tailwhip: ["1L1"],
  9247. },
  9248. },
  9249. azumarill: {
  9250. learnset: {
  9251. takedown: ["1L1"],
  9252. doubleedge: ["1L1"],
  9253. toxic: ["1L1"],
  9254. rage: ["1L1"],
  9255. mimic: ["1L1"],
  9256. doubleteam: ["1L1"],
  9257. bide: ["1L1"],
  9258. rest: ["1L1"],
  9259. substitute: ["1L1"],
  9260. megapunch: ["1L1"],
  9261. megakick: ["1L1"],
  9262. bodyslam: ["1L1"],
  9263. watergun: ["1L1"],
  9264. icebeam: ["1L1"],
  9265. blizzard: ["1L1"],
  9266. bubblebeam: ["1L1"],
  9267. surf: ["1L1"],
  9268. submission: ["1L1"],
  9269. seismictoss: ["1L1"],
  9270. swift: ["1L1"],
  9271. skullbash: ["1L1"],
  9272. tackle: ["1L1"],
  9273. tailwhip: ["1L1"],
  9274. hyperbeam: ["1L1"],
  9275. strength: ["1L1"],
  9276. },
  9277. },
  9278. sudowoodo: {
  9279. learnset: {
  9280. takedown: ["1L1"],
  9281. doubleedge: ["1L1"],
  9282. toxic: ["1L1"],
  9283. rage: ["1L1"],
  9284. mimic: ["1L1"],
  9285. doubleteam: ["1L1"],
  9286. bide: ["1L1"],
  9287. rest: ["1L1"],
  9288. substitute: ["1L1"],
  9289. rockthrow: ["1L1"],
  9290. lowkick: ["1L1"],
  9291. rockslide: ["1L1"],
  9292. slam: ["1L1"],
  9293. megapunch: ["1L1"],
  9294. megakick: ["1L1"],
  9295. bodyslam: ["1L1"],
  9296. submission: ["1L1"],
  9297. counter: ["1L1"],
  9298. seismictoss: ["1L1"],
  9299. strength: ["1L1"],
  9300. earthquake: ["1L1"],
  9301. fissure: ["1L1"],
  9302. dig: ["1L1"],
  9303. selfdestruct: ["1L1"],
  9304. skullbash: ["1L1"],
  9305. explosion: ["1L1"],
  9306. },
  9307. },
  9308. politoed: {
  9309. learnset: {
  9310. amnesia: ["1L41"], //from poliwhirl learnset
  9311. bubble: ["1L1", "2L1"],
  9312. hydropump: ["1L49", "2L51"],
  9313. takedown: ["1L1"], //RBY 251 rules applied
  9314. doubleedge: ["1L1"],
  9315. toxic: ["1L1"],
  9316. rage: ["1L1"],
  9317. mimic: ["1L1"],
  9318. doubleteam: ["1L1"],
  9319. bide: ["1L1"],
  9320. rest: ["1L1"],
  9321. substitute: ["1L1"],
  9322. watergun: ["1L1"],
  9323. hypnosis: ["1L1"],
  9324. doubleslap: ["1L1"],
  9325. megapunch: ["1L1"],
  9326. megakick: ["1L1"],
  9327. watergun: ["1L1"],
  9328. surf: ["1L1"],
  9329. icebeam: ["1L1"],
  9330. blizzard: ["1L1"],
  9331. bubblebeam: ["1L1"],
  9332. hyperbeam: ["1L1"],
  9333. submission: ["1L1"],
  9334. counter: ["1L1"],
  9335. seismictoss: ["1L1"],
  9336. strength: ["1L1"],
  9337. earthquake: ["1L1"],
  9338. psychic: ["1L1"],
  9339. metronome: ["1L1"],
  9340. skullbash: ["1L1"],
  9341. psywave: ["1L1"],
  9342. },
  9343. },
  9344. hoppip: {
  9345. learnset: {
  9346. takedown: ["1L1"],
  9347. doubleedge: ["1L1"],
  9348. toxic: ["1L1"],
  9349. rage: ["1L1"],
  9350. mimic: ["1L1"],
  9351. doubleteam: ["1L1"],
  9352. bide: ["1L1"],
  9353. rest: ["1L1"],
  9354. substitute: ["1L1"],
  9355. swordsdance: ["1L1"],
  9356. megadrain: ["1L1"],
  9357. solarbeam: ["1L1"],
  9358. reflect: ["1L1"],
  9359. skullbash: ["1L1"],
  9360. flash: ["1L1"],
  9361. splash: ["1L1"],
  9362. tailwhip: ["1L1"],
  9363. tackle: ["1L1"],
  9364. sleeppowder: ["1L1"],
  9365. poisonpowder: ["1L1"],
  9366. stunspore: ["1L1"],
  9367. leechseed: ["1L1"],
  9368. },
  9369. },
  9370. skiploom: {
  9371. learnset: {
  9372. takedown: ["1L1"],
  9373. doubleedge: ["1L1"],
  9374. toxic: ["1L1"],
  9375. rage: ["1L1"],
  9376. mimic: ["1L1"],
  9377. doubleteam: ["1L1"],
  9378. bide: ["1L1"],
  9379. rest: ["1L1"],
  9380. substitute: ["1L1"],
  9381. swordsdance: ["1L1"],
  9382. megadrain: ["1L1"],
  9383. solarbeam: ["1L1"],
  9384. reflect: ["1L1"],
  9385. skullbash: ["1L1"],
  9386. flash: ["1L1"],
  9387. splash: ["1L1"],
  9388. tailwhip: ["1L1"],
  9389. tackle: ["1L1"],
  9390. sleeppowder: ["1L1"],
  9391. poisonpowder: ["1L1"],
  9392. stunspore: ["1L1"],
  9393. leechseed: ["1L1"],
  9394. },
  9395. },
  9396. jumpluff: {
  9397. learnset: {
  9398. takedown: ["1L1"],
  9399. doubleedge: ["1L1"],
  9400. toxic: ["1L1"],
  9401. rage: ["1L1"],
  9402. mimic: ["1L1"],
  9403. doubleteam: ["1L1"],
  9404. bide: ["1L1"],
  9405. rest: ["1L1"],
  9406. substitute: ["1L1"],
  9407. swordsdance: ["1L1"],
  9408. megadrain: ["1L1"],
  9409. solarbeam: ["1L1"],
  9410. reflect: ["1L1"],
  9411. skullbash: ["1L1"],
  9412. flash: ["1L1"],
  9413. splash: ["1L1"],
  9414. tailwhip: ["1L1"],
  9415. tackle: ["1L1"],
  9416. sleeppowder: ["1L1"],
  9417. poisonpowder: ["1L1"],
  9418. stunspore: ["1L1"],
  9419. leechseed: ["1L1"],
  9420. hyperbeam: ["1L1"],
  9421. },
  9422. },
  9423. aipom: {
  9424. learnset: {
  9425. takedown: ["1L1"],
  9426. doubleedge: ["1L1"],
  9427. toxic: ["1L1"],
  9428. rage: ["1L1"],
  9429. mimic: ["1L1"],
  9430. doubleteam: ["1L1"],
  9431. bide: ["1L1"],
  9432. rest: ["1L1"],
  9433. substitute: ["1L1"],
  9434. megapunch: ["1L1"],
  9435. payday: ["1L1"],
  9436. megakick: ["1L1"],
  9437. bodyslam: ["1L1"],
  9438. cut: ["1L1"],
  9439. watergun: ["1L1"],
  9440. bubblebeam: ["1L1"],
  9441. submission: ["1L1"],
  9442. counter: ["1L1"],
  9443. seismictoss: ["1L1"],
  9444. strength: ["1L1"],
  9445. thunderbolt: ["1L1"],
  9446. thunder: ["1L1"],
  9447. thunderwave: ["1L1"],
  9448. metronome: ["1L1"],
  9449. swift: ["1L1"],
  9450. skullbash: ["1L1"],
  9451. scratch: ["1L1"],
  9452. tailwhip: ["1L1"],
  9453. sandattack: ["1L1"],
  9454. furyswipes: ["1L1"],
  9455. screech: ["1L1"],
  9456. agility: ["1L1"],
  9457. },
  9458. },
  9459. sunkern: {
  9460. learnset: {
  9461. takedown: ["1L1"],
  9462. doubleedge: ["1L1"],
  9463. toxic: ["1L1"],
  9464. rage: ["1L1"],
  9465. mimic: ["1L1"],
  9466. doubleteam: ["1L1"],
  9467. bide: ["1L1"],
  9468. rest: ["1L1"],
  9469. substitute: ["1L1"],
  9470. absorb: ["1L1"],
  9471. growth: ["1L1"],
  9472. megadrain: ["1L1"],
  9473. swordsdance: ["1L1"],
  9474. cut: ["1L1"],
  9475. solarbeam: ["1L1"],
  9476. reflect: ["1L1"],
  9477. flash: ["1L1"],
  9478. },
  9479. },
  9480. sunflora: {
  9481. learnset: {
  9482. takedown: ["1L1"],
  9483. doubleedge: ["1L1"],
  9484. toxic: ["1L1"],
  9485. rage: ["1L1"],
  9486. mimic: ["1L1"],
  9487. doubleteam: ["1L1"],
  9488. bide: ["1L1"],
  9489. rest: ["1L1"],
  9490. substitute: ["1L1"],
  9491. absorb: ["1L1"],
  9492. growth: ["1L1"],
  9493. megadrain: ["1L1"],
  9494. swordsdance: ["1L1"],
  9495. cut: ["1L1"],
  9496. solarbeam: ["1L1"],
  9497. reflect: ["1L1"],
  9498. flash: ["1L1"],
  9499. pound: ["1L1"],
  9500. petaldance: ["1L1"],
  9501. hyperbeam: ["1L1"],
  9502. },
  9503. },
  9504. yanma: {
  9505. learnset: {
  9506. takedown: ["1L1"],
  9507. doubleedge: ["1L1"],
  9508. toxic: ["1L1"],
  9509. rage: ["1L1"],
  9510. mimic: ["1L1"],
  9511. doubleteam: ["1L1"],
  9512. bide: ["1L1"],
  9513. rest: ["1L1"],
  9514. substitute: ["1L1"],
  9515. tackle: ["1L1"],
  9516. quickattack: ["1L1"],
  9517. doubleteam: ["1L1"],
  9518. sonicboom: ["1L1"],
  9519. supersonic: ["1L1"],
  9520. swift: ["1L1"],
  9521. wingattack: ["1L1"],
  9522. screech: ["1L1"],
  9523. razorwind: ["1L1"],
  9524. whirlwind: ["1L1"],
  9525. hyperbeam: ["1L1"],
  9526. megadrain: ["1L1"],
  9527. solarbeam: ["1L1"],
  9528. teleport: ["1L1"],
  9529. reflect: ["1L1"],
  9530. skullbash: ["1L1"],
  9531. flash: ["1L1"],
  9532. },
  9533. },
  9534. wooper: {
  9535. learnset: {
  9536. takedown: ["1L1"],
  9537. doubleedge: ["1L1"],
  9538. toxic: ["1L1"],
  9539. rage: ["1L1"],
  9540. mimic: ["1L1"],
  9541. doubleteam: ["1L1"],
  9542. bide: ["1L1"],
  9543. rest: ["1L1"],
  9544. substitute: ["1L1"],
  9545. watergun: ["1L1"],
  9546. tailwhip: ["1L1"],
  9547. slam: ["1L1"],
  9548. amnesia: ["1L1"],
  9549. earthquake: ["1L1"],
  9550. mist: ["1L1"],
  9551. haze: ["1L1"],
  9552. bodyslam: ["1L1"],
  9553. icebeam: ["1L1"],
  9554. blizzard: ["1L1"],
  9555. surf: ["1L1"],
  9556. bubblebeam: ["1L1"],
  9557. fissure: ["1L1"],
  9558. dig: ["1L1"],
  9559. skullbash: ["1L1"],
  9560. flash: ["1L1"],
  9561. },
  9562. },
  9563. quagsire: {
  9564. learnset: {
  9565. takedown: ["1L1"],
  9566. doubleedge: ["1L1"],
  9567. toxic: ["1L1"],
  9568. rage: ["1L1"],
  9569. mimic: ["1L1"],
  9570. doubleteam: ["1L1"],
  9571. bide: ["1L1"],
  9572. rest: ["1L1"],
  9573. substitute: ["1L1"],
  9574. watergun: ["1L1"],
  9575. tailwhip: ["1L1"],
  9576. slam: ["1L1"],
  9577. amnesia: ["1L1"],
  9578. earthquake: ["1L1"],
  9579. mist: ["1L1"],
  9580. haze: ["1L1"],
  9581. bodyslam: ["1L1"],
  9582. icebeam: ["1L1"],
  9583. blizzard: ["1L1"],
  9584. surf: ["1L1"],
  9585. bubblebeam: ["1L1"],
  9586. fissure: ["1L1"],
  9587. dig: ["1L1"],
  9588. skullbash: ["1L1"],
  9589. flash: ["1L1"],
  9590. hyperbeam: ["1L1"],
  9591. megapunch: ["1L1"],
  9592. megakick: ["1L1"],
  9593. submission: ["1L1"],
  9594. counter: ["1L1"],
  9595. seismictoss: ["1L1"],
  9596. },
  9597. },
  9598. murkrow: {
  9599. learnset: {
  9600. takedown: ["1L1"],
  9601. doubleedge: ["1L1"],
  9602. toxic: ["1L1"],
  9603. rage: ["1L1"],
  9604. mimic: ["1L1"],
  9605. doubleteam: ["1L1"],
  9606. bide: ["1L1"],
  9607. rest: ["1L1"],
  9608. substitute: ["1L1"],
  9609. peck: ["1L1"],
  9610. haze: ["1L1"],
  9611. nightshade: ["1L1"],
  9612. razorwind: ["1L1"],
  9613. whirlwind: ["1L1"],
  9614. fly: ["1L1"],
  9615. thunderwave: ["1L1"],
  9616. swift: ["1L1"],
  9617. },
  9618. },
  9619. slowking: {
  9620. learnset: {
  9621. amnesia: ["1L40", "2L43"], //slowpoke stuff
  9622. confusion: ["1L1", "2L20"],
  9623. disable: ["1L18", "2L29"],
  9624. growl: ["1L27", "2L6"],
  9625. headbutt: ["1L22", "2L34", "2M"],
  9626. tackle: ["2L1"],
  9627. takedown: ["1L1"], //rby 251 rules applied
  9628. doubleedge: ["1L1"],
  9629. toxic: ["1L1"],
  9630. rage: ["1L1"],
  9631. mimic: ["1L1"],
  9632. doubleteam: ["1L1"],
  9633. bide: ["1L1"],
  9634. rest: ["1L1"],
  9635. substitute: ["1L1"],
  9636. watergun: ["1L1"],
  9637. psychic: ["1L1"],
  9638. psywave: ["1L1"],
  9639. megapunch: ["1L1"],
  9640. payday: ["1L1"],
  9641. megakick: ["1L1"],
  9642. bodyslam: ["1L1"],
  9643. surf: ["1L1"],
  9644. icebeam: ["1L1"],
  9645. blizzard: ["1L1"],
  9646. bubblebeam: ["1L1"],
  9647. hyperbeam: ["1L1"],
  9648. submission: ["1L1"],
  9649. counter: ["1L1"],
  9650. seismictoss: ["1L1"],
  9651. strength: ["1L1"],
  9652. thunderwave: ["1L1"],
  9653. earthquake: ["1L1"],
  9654. fissure: ["1L1"],
  9655. dig: ["1L1"],
  9656. teleport: ["1L1"],
  9657. reflect: ["1L1"],
  9658. fireblast: ["1L1"],
  9659. swift: ["1L1"],
  9660. skullbash: ["1L1"],
  9661. flash: ["1L1"],
  9662. triattack: ["1L1"],
  9663. },
  9664. },
  9665. misdreavus: {
  9666. learnset: {
  9667. takedown: ["1L1"],
  9668. doubleedge: ["1L1"],
  9669. toxic: ["1L1"],
  9670. rage: ["1L1"],
  9671. mimic: ["1L1"],
  9672. doubleteam: ["1L1"],
  9673. bide: ["1L1"],
  9674. rest: ["1L1"],
  9675. substitute: ["1L1"],
  9676. thunderbolt: ["1L1"],
  9677. thunderwave: ["1L1"],
  9678. thunder: ["1L1"],
  9679. psychic: ["1L1"],
  9680. swift: ["1L1"],
  9681. skullbash: ["1L1"],
  9682. dreameater: ["1L1"],
  9683. flash: ["1L1"],
  9684. psywave: ["1L1"],
  9685. growl: ["1L1"],
  9686. confuseray: ["1L1"],
  9687. psybeam: ["1L1"],
  9688. },
  9689. },
  9690. unown: {
  9691. learnset: {
  9692. hiddenpower: ["1L1"], //I don't even know if it actually gets this, there's no documentation...
  9693. },
  9694. },
  9695. wobbuffet: {
  9696. learnset: {
  9697. counter: ["1L1"],
  9698. },
  9699. },
  9700. girafarig: {
  9701. learnset: {
  9702. takedown: ["1L1"],
  9703. doubleedge: ["1L1"],
  9704. toxic: ["1L1"],
  9705. rage: ["1L1"],
  9706. mimic: ["1L1"],
  9707. doubleteam: ["1L1"],
  9708. bide: ["1L1"],
  9709. rest: ["1L1"],
  9710. substitute: ["1L1"],
  9711. bodyslam: ["1L1"],
  9712. strength: ["1L1"],
  9713. thunderbolt: ["1L1"],
  9714. thunderwave: ["1L1"],
  9715. thunder: ["1L1"],
  9716. strength: ["1L1"],
  9717. earthquake: ["1L1"],
  9718. psychic: ["1L1"],
  9719. teleport: ["1L1"],
  9720. reflect: ["1L1"],
  9721. swift: ["1L1"],
  9722. skullbash: ["1L1"],
  9723. psywave: ["1L1"],
  9724. tackle: ["1L1"],
  9725. growl: ["1L1"],
  9726. confusion: ["1L1"],
  9727. stomp: ["1L1"],
  9728. agility: ["1L1"],
  9729. psybeam: ["1L1"],
  9730. },
  9731. },
  9732. pineco: {
  9733. learnset: {
  9734. takedown: ["1L1"],
  9735. doubleedge: ["1L1"],
  9736. toxic: ["1L1"],
  9737. rage: ["1L1"],
  9738. mimic: ["1L1"],
  9739. doubleteam: ["1L1"],
  9740. bide: ["1L1"],
  9741. rest: ["1L1"],
  9742. substitute: ["1L1"],
  9743. bodyslam: ["1L1"],
  9744. counter: ["1L1"],
  9745. strength: ["1L1"],
  9746. megadrain: ["1L1"],
  9747. solarbeam: ["1L1"],
  9748. reflect: ["1L1"],
  9749. selfdestruct: ["1L1"],
  9750. explosion: ["1L1"],
  9751. swift: ["1L1"],
  9752. skullbash: ["1L1"],
  9753. rockslide: ["1L1"],
  9754. },
  9755. },
  9756. forretress: {
  9757. learnset: {
  9758. takedown: ["1L1"],
  9759. doubleedge: ["1L1"],
  9760. toxic: ["1L1"],
  9761. rage: ["1L1"],
  9762. mimic: ["1L1"],
  9763. doubleteam: ["1L1"],
  9764. bide: ["1L1"],
  9765. rest: ["1L1"],
  9766. substitute: ["1L1"],
  9767. bodyslam: ["1L1"],
  9768. counter: ["1L1"],
  9769. strength: ["1L1"],
  9770. megadrain: ["1L1"],
  9771. solarbeam: ["1L1"],
  9772. reflect: ["1L1"],
  9773. selfdestruct: ["1L1"],
  9774. explosion: ["1L1"],
  9775. swift: ["1L1"],
  9776. skullbash: ["1L1"],
  9777. rockslide: ["1L1"],
  9778. hyperbeam: ["1L1"],
  9779. },
  9780. },
  9781. dunsparce: {
  9782. learnset: {
  9783. takedown: ["1L1"],
  9784. doubleedge: ["1L1"],
  9785. toxic: ["1L1"],
  9786. rage: ["1L1"],
  9787. mimic: ["1L1"],
  9788. doubleteam: ["1L1"],
  9789. bide: ["1L1"],
  9790. rest: ["1L1"],
  9791. substitute: ["1L1"],
  9792. glare: ["1L1"],
  9793. screech: ["1L1"],
  9794. bodyslam: ["1L1"],
  9795. watergun: ["1L1"],
  9796. bubblebeam: ["1L1"],
  9797. counter: ["1L1"],
  9798. strength: ["1L1"],
  9799. thunderbolt: ["1L1"],
  9800. thunderwave: ["1L1"],
  9801. thunder: ["1L1"],
  9802. dig: ["1L1"],
  9803. skullbash: ["1L1"],
  9804. rockslide: ["1L1"],
  9805. },
  9806. },
  9807. gligar: {
  9808. learnset: {
  9809. takedown: ["1L1"],
  9810. doubleedge: ["1L1"],
  9811. toxic: ["1L1"],
  9812. rage: ["1L1"],
  9813. mimic: ["1L1"],
  9814. doubleteam: ["1L1"],
  9815. bide: ["1L1"],
  9816. rest: ["1L1"],
  9817. substitute: ["1L1"],
  9818. poisonsting: ["1L1"],
  9819. sandattack: ["1L1"],
  9820. harden: ["1L1"],
  9821. quickattack: ["1L1"],
  9822. slash: ["1L1"],
  9823. screech: ["1L1"],
  9824. guillotine: ["1L1"],
  9825. razorwind: ["1L1"],
  9826. swordsdance: ["1L1"],
  9827. cut: ["1L1"],
  9828. counter: ["1L1"],
  9829. strength: ["1L1"],
  9830. earthquake: ["1L1"],
  9831. fissure: ["1L1"],
  9832. dig: ["1L1"],
  9833. swift: ["1L1"],
  9834. skullbash: ["1L1"],
  9835. rockslide: ["1L1"],
  9836. },
  9837. },
  9838. steelix: {
  9839. learnset: {
  9840. takedown: ["1L1"],
  9841. doubleedge: ["1L1"],
  9842. toxic: ["1L1"],
  9843. rage: ["1L1"],
  9844. mimic: ["1L1"],
  9845. doubleteam: ["1L1"],
  9846. bide: ["1L1"],
  9847. rest: ["1L1"],
  9848. substitute: ["1L1"],
  9849. tackle: ["1L1"],
  9850. screech: ["1L1"],
  9851. bind: ["1L1"],
  9852. rockthrow: ["1L1"],
  9853. harden: ["1L1"],
  9854. slam: ["1L1"],
  9855. bodyslam: ["1L1"],
  9856. hyperbeam: ["1L1"],
  9857. strength: ["1L1"],
  9858. earthquake: ["1L1"],
  9859. fissure: ["1L1"],
  9860. dig: ["1L1"],
  9861. selfdestruct: ["1L1"],
  9862. skullbash: ["1L1"],
  9863. explosion: ["1L1"],
  9864. rockslide: ["1L1"],
  9865. },
  9866. },
  9867. snubbull: {
  9868. learnset: {
  9869. takedown: ["1L1"],
  9870. doubleedge: ["1L1"],
  9871. toxic: ["1L1"],
  9872. rage: ["1L1"],
  9873. mimic: ["1L1"],
  9874. doubleteam: ["1L1"],
  9875. bide: ["1L1"],
  9876. rest: ["1L1"],
  9877. substitute: ["1L1"],
  9878. tackle: ["1L1"],
  9879. tailwhip: ["1L1"],
  9880. bite: ["1L1"],
  9881. lick: ["1L1"],
  9882. roar: ["1L1"],
  9883. megapunch: ["1L1"],
  9884. megakick: ["1L1"],
  9885. bodyslam: ["1L1"],
  9886. watergun: ["1L1"],
  9887. bubblebeam: ["1L1"],
  9888. submission: ["1L1"],
  9889. counter: ["1L1"],
  9890. seismictoss: ["1L1"],
  9891. strength: ["1L1"],
  9892. thunderbolt: ["1L1"],
  9893. thunderwave: ["1L1"],
  9894. thunder: ["1L1"],
  9895. reflect: ["1L1"],
  9896. metronome: ["1L1"],
  9897. skullbash: ["1L1"],
  9898. },
  9899. },
  9900. granbull: {
  9901. learnset: {
  9902. takedown: ["1L1"],
  9903. doubleedge: ["1L1"],
  9904. toxic: ["1L1"],
  9905. rage: ["1L1"],
  9906. mimic: ["1L1"],
  9907. doubleteam: ["1L1"],
  9908. bide: ["1L1"],
  9909. rest: ["1L1"],
  9910. substitute: ["1L1"],
  9911. tackle: ["1L1"],
  9912. tailwhip: ["1L1"],
  9913. bite: ["1L1"],
  9914. lick: ["1L1"],
  9915. roar: ["1L1"],
  9916. megapunch: ["1L1"],
  9917. megakick: ["1L1"],
  9918. bodyslam: ["1L1"],
  9919. watergun: ["1L1"],
  9920. bubblebeam: ["1L1"],
  9921. submission: ["1L1"],
  9922. counter: ["1L1"],
  9923. seismictoss: ["1L1"],
  9924. strength: ["1L1"],
  9925. thunderbolt: ["1L1"],
  9926. thunderwave: ["1L1"],
  9927. thunder: ["1L1"],
  9928. reflect: ["1L1"],
  9929. metronome: ["1L1"],
  9930. skullbash: ["1L1"],
  9931. hyperbeam: ["1L1"],
  9932. rockslide: ["1L1"],
  9933. },
  9934. },
  9935. qwilfish: {
  9936. learnset: {
  9937. takedown: ["1L1"],
  9938. doubleedge: ["1L1"],
  9939. toxic: ["1L1"],
  9940. rage: ["1L1"],
  9941. mimic: ["1L1"],
  9942. doubleteam: ["1L1"],
  9943. bide: ["1L1"],
  9944. rest: ["1L1"],
  9945. substitute: ["1L1"],
  9946. tackle: ["1L1"],
  9947. poisonsting: ["1L1"],
  9948. harden: ["1L1"],
  9949. minimize: ["1L1"],
  9950. bubblebeam: ["1L1"],
  9951. watergun: ["1L1"],
  9952. pinmissile: ["1L1"],
  9953. hydropump: ["1L1"],
  9954. swordsdance: ["1L1"],
  9955. surf: ["1L1"],
  9956. icebeam: ["1L1"],
  9957. blizzard: ["1L1"],
  9958. swift: ["1L1"],
  9959. skullbash: ["1L1"],
  9960. },
  9961. },
  9962. scizor: {
  9963. learnset: {
  9964. takedown: ["1L1"],
  9965. doubleedge: ["1L1"],
  9966. toxic: ["1L1"],
  9967. rage: ["1L1"],
  9968. mimic: ["1L1"],
  9969. doubleteam: ["1L1"],
  9970. bide: ["1L1"],
  9971. rest: ["1L1"],
  9972. substitute: ["1L1"],
  9973. quickattack: ["1L1"],
  9974. leer: ["1L1"],
  9975. focusenergy: ["1L1"],
  9976. agility: ["1L1"],
  9977. slash: ["1L1"],
  9978. swordsdance: ["1L1"],
  9979. doubleteam: ["1L1"],
  9980. wingattack: ["1L1"],
  9981. razorwind: ["1L1"],
  9982. cut: ["1L1"],
  9983. hyperbeam: ["1L1"],
  9984. counter: ["1L1"],
  9985. strength: ["1L1"],
  9986. },
  9987. },
  9988. shuckle: {
  9989. learnset: {
  9990. takedown: ["1L1"],
  9991. doubleedge: ["1L1"],
  9992. toxic: ["1L1"],
  9993. rage: ["1L1"],
  9994. mimic: ["1L1"],
  9995. doubleteam: ["1L1"],
  9996. bide: ["1L1"],
  9997. rest: ["1L1"],
  9998. substitute: ["1L1"],
  9999. constrict: ["1L1"],
  10000. withdraw: ["1L1"],
  10001. wrap: ["1L1"],
  10002. bodyslam: ["1L1"],
  10003. strength: ["1L1"],
  10004. earthquake: ["1L1"],
  10005. dig: ["1L1"],
  10006. skullbash: ["1L1"],
  10007. flash: ["1L1"],
  10008. rockslide: ["1L1"],
  10009. },
  10010. },
  10011. heracross: {
  10012. learnset: {
  10013. takedown: ["1L1"],
  10014. doubleedge: ["1L1"],
  10015. toxic: ["1L1"],
  10016. rage: ["1L1"],
  10017. mimic: ["1L1"],
  10018. doubleteam: ["1L1"],
  10019. bide: ["1L1"],
  10020. rest: ["1L1"],
  10021. substitute: ["1L1"],
  10022. megahorn: ["1L1"],
  10023. tackle: ["1L1"],
  10024. leer: ["1L1"],
  10025. furyattack: ["1L1"],
  10026. hornattack: ["1L1"],
  10027. counter: ["1L1"],
  10028. swordsdance: ["1L1"],
  10029. cut: ["1L1"],
  10030. horndrill: ["1L1"],
  10031. bodyslam: ["1L1"],
  10032. hyperbeam: ["1L1"],
  10033. submission: ["1L1"],
  10034. seismictoss: ["1L1"],
  10035. strength: ["1L1"],
  10036. earthquake: ["1L1"],
  10037. skullbash: ["1L1"],
  10038. rockslide: ["1L1"],
  10039. },
  10040. },
  10041. sneasel: {
  10042. learnset: {
  10043. takedown: ["1L1"],
  10044. doubleedge: ["1L1"],
  10045. toxic: ["1L1"],
  10046. rage: ["1L1"],
  10047. mimic: ["1L1"],
  10048. doubleteam: ["1L1"],
  10049. bide: ["1L1"],
  10050. rest: ["1L1"],
  10051. substitute: ["1L1"],
  10052. scratch: ["1L1"],
  10053. leer: ["1L1"],
  10054. quickattack: ["1L1"],
  10055. screech: ["1L1"],
  10056. furyswipes: ["1L1"],
  10057. agility: ["1L1"],
  10058. slash: ["1L1"],
  10059. swordsdance: ["1L1"],
  10060. cut: ["1L1"],
  10061. watergun: ["1L1"],
  10062. surf: ["1L1"],
  10063. blizzard: ["1L1"],
  10064. icebeam: ["1L1"],
  10065. bubblebeam: ["1L1"],
  10066. submission: ["1L1"],
  10067. counter: ["1L1"],
  10068. seismictoss: ["1L1"],
  10069. strength: ["1L1"],
  10070. dig: ["1L1"],
  10071. swift: ["1L1"],
  10072. skullbash: ["1L1"],
  10073. },
  10074. },
  10075. teddiursa: {
  10076. learnset: {
  10077. takedown: ["1L1"],
  10078. doubleedge: ["1L1"],
  10079. toxic: ["1L1"],
  10080. rage: ["1L1"],
  10081. mimic: ["1L1"],
  10082. doubleteam: ["1L1"],
  10083. bide: ["1L1"],
  10084. rest: ["1L1"],
  10085. substitute: ["1L1"],
  10086. scratch: ["1L1"],
  10087. leer: ["1L1"],
  10088. lick: ["1L1"],
  10089. furyswipes: ["1L1"],
  10090. slash: ["1L1"],
  10091. thrash: ["1L1"],
  10092. megapunch: ["1L1"],
  10093. swordsdance: ["1L1"],
  10094. cut: ["1L1"],
  10095. megakick: ["1L1"],
  10096. bodyslam: ["1L1"],
  10097. watergun: ["1L1"],
  10098. bubblebeam: ["1L1"],
  10099. submission: ["1L1"],
  10100. counter: ["1L1"],
  10101. seismictoss: ["1L1"],
  10102. strength: ["1L1"],
  10103. earthquake: ["1L1"],
  10104. dig: ["1L1"],
  10105. fissure: ["1L1"],
  10106. metronome: ["1L1"],
  10107. swift: ["1L1"],
  10108. skullbash: ["1L1"],
  10109. },
  10110. },
  10111. ursaring: {
  10112. learnset: {
  10113. takedown: ["1L1"],
  10114. doubleedge: ["1L1"],
  10115. toxic: ["1L1"],
  10116. rage: ["1L1"],
  10117. mimic: ["1L1"],
  10118. doubleteam: ["1L1"],
  10119. bide: ["1L1"],
  10120. rest: ["1L1"],
  10121. substitute: ["1L1"],
  10122. scratch: ["1L1"],
  10123. leer: ["1L1"],
  10124. lick: ["1L1"],
  10125. furyswipes: ["1L1"],
  10126. slash: ["1L1"],
  10127. thrash: ["1L1"],
  10128. megapunch: ["1L1"],
  10129. swordsdance: ["1L1"],
  10130. cut: ["1L1"],
  10131. megakick: ["1L1"],
  10132. bodyslam: ["1L1"],
  10133. watergun: ["1L1"],
  10134. bubblebeam: ["1L1"],
  10135. submission: ["1L1"],
  10136. counter: ["1L1"],
  10137. seismictoss: ["1L1"],
  10138. strength: ["1L1"],
  10139. earthquake: ["1L1"],
  10140. dig: ["1L1"],
  10141. fissure: ["1L1"],
  10142. metronome: ["1L1"],
  10143. swift: ["1L1"],
  10144. skullbash: ["1L1"],
  10145. rockslide: ["1L1"],
  10146. hyperbeam: ["1L1"],
  10147. },
  10148. },
  10149. slugma: {
  10150. learnset: {
  10151. takedown: ["1L1"],
  10152. doubleedge: ["1L1"],
  10153. toxic: ["1L1"],
  10154. rage: ["1L1"],
  10155. mimic: ["1L1"],
  10156. doubleteam: ["1L1"],
  10157. bide: ["1L1"],
  10158. rest: ["1L1"],
  10159. substitute: ["1L1"],
  10160. smog: ["1L1"],
  10161. ember: ["1L1"],
  10162. rockthrow: ["1L1"],
  10163. harden: ["1L1"],
  10164. amnesia: ["1L1"],
  10165. flamethrower: ["1L1"],
  10166. rockslide: ["1L1"],
  10167. bodyslam: ["1L1"],
  10168. reflect: ["1L1"],
  10169. fireblast: ["1L1"],
  10170. },
  10171. },
  10172. magcargo: {
  10173. learnset: {
  10174. takedown: ["1L1"],
  10175. doubleedge: ["1L1"],
  10176. toxic: ["1L1"],
  10177. rage: ["1L1"],
  10178. mimic: ["1L1"],
  10179. doubleteam: ["1L1"],
  10180. bide: ["1L1"],
  10181. rest: ["1L1"],
  10182. substitute: ["1L1"],
  10183. smog: ["1L1"],
  10184. ember: ["1L1"],
  10185. rockthrow: ["1L1"],
  10186. harden: ["1L1"],
  10187. amnesia: ["1L1"],
  10188. flamethrower: ["1L1"],
  10189. rockslide: ["1L1"],
  10190. bodyslam: ["1L1"],
  10191. reflect: ["1L1"],
  10192. fireblast: ["1L1"],
  10193. earthquake: ["1L1"],
  10194. strength: ["1L1"],
  10195. hyperbeam: ["1L1"],
  10196. },
  10197. },
  10198. swinub: {
  10199. learnset: {
  10200. takedown: ["1L1"],
  10201. doubleedge: ["1L1"],
  10202. toxic: ["1L1"],
  10203. rage: ["1L1"],
  10204. mimic: ["1L1"],
  10205. doubleteam: ["1L1"],
  10206. bide: ["1L1"],
  10207. rest: ["1L1"],
  10208. substitute: ["1L1"],
  10209. tackle: ["1L1"],
  10210. mist: ["1L1"],
  10211. blizzard: ["1L1"],
  10212. amnesia: ["1L1"],
  10213. icebeam: ["1L1"],
  10214. bodyslam: ["1L1"],
  10215. watergun: ["1L1"],
  10216. bubblebeam: ["1L1"],
  10217. strength: ["1L1"],
  10218. earthquake: ["1L1"],
  10219. fissure: ["1L1"],
  10220. reflect: ["1L1"],
  10221. skullbash: ["1L1"],
  10222. rockslide: ["1L1"],
  10223. },
  10224. },
  10225. piloswine: {
  10226. learnset: {
  10227. takedown: ["1L1"],
  10228. doubleedge: ["1L1"],
  10229. toxic: ["1L1"],
  10230. rage: ["1L1"],
  10231. mimic: ["1L1"],
  10232. doubleteam: ["1L1"],
  10233. bide: ["1L1"],
  10234. rest: ["1L1"],
  10235. substitute: ["1L1"],
  10236. tackle: ["1L1"],
  10237. mist: ["1L1"],
  10238. blizzard: ["1L1"],
  10239. amnesia: ["1L1"],
  10240. icebeam: ["1L1"],
  10241. bodyslam: ["1L1"],
  10242. watergun: ["1L1"],
  10243. bubblebeam: ["1L1"],
  10244. strength: ["1L1"],
  10245. earthquake: ["1L1"],
  10246. fissure: ["1L1"],
  10247. reflect: ["1L1"],
  10248. skullbash: ["1L1"],
  10249. rockslide: ["1L1"],
  10250. hyperbeam: ["1L1"],
  10251. },
  10252. },
  10253. corsola: {
  10254. learnset: {
  10255. takedown: ["1L1"],
  10256. doubleedge: ["1L1"],
  10257. toxic: ["1L1"],
  10258. rage: ["1L1"],
  10259. mimic: ["1L1"],
  10260. doubleteam: ["1L1"],
  10261. bide: ["1L1"],
  10262. rest: ["1L1"],
  10263. substitute: ["1L1"],
  10264. tackle: ["1L1"],
  10265. harden: ["1L1"],
  10266. bubble: ["1L1"],
  10267. recover: ["1L1"],
  10268. bubblebeam: ["1L1"],
  10269. spikecannon: ["1L1"],
  10270. watergun: ["1L1"],
  10271. surf: ["1L1"],
  10272. icebeam: ["1L1"],
  10273. strength: ["1L1"],
  10274. earthquake: ["1L1"],
  10275. psychic: ["1L1"],
  10276. reflect: ["1L1"],
  10277. selfdestruct: ["1L1"],
  10278. skullbash: ["1L1"],
  10279. psywave: ["1L1"],
  10280. explosion: ["1L1"],
  10281. rockslide: ["1L1"],
  10282. },
  10283. },
  10284. remoraid: {
  10285. learnset: {
  10286. takedown: ["1L1"],
  10287. doubleedge: ["1L1"],
  10288. toxic: ["1L1"],
  10289. rage: ["1L1"],
  10290. mimic: ["1L1"],
  10291. doubleteam: ["1L1"],
  10292. bide: ["1L1"],
  10293. rest: ["1L1"],
  10294. substitute: ["1L1"],
  10295. watergun: ["1L1"],
  10296. psybeam: ["1L1"],
  10297. aurorabeam: ["1L1"],
  10298. bubblebeam: ["1L1"],
  10299. focusenergy: ["1L1"],
  10300. hyperbeam: ["1L1"],
  10301. icebeam: ["1L1"],
  10302. surf: ["1L1"],
  10303. thunderwave: ["1L1"],
  10304. swift: ["1L1"],
  10305. },
  10306. },
  10307. octillery: {
  10308. learnset: {
  10309. takedown: ["1L1"],
  10310. doubleedge: ["1L1"],
  10311. toxic: ["1L1"],
  10312. rage: ["1L1"],
  10313. mimic: ["1L1"],
  10314. doubleteam: ["1L1"],
  10315. bide: ["1L1"],
  10316. rest: ["1L1"],
  10317. substitute: ["1L1"],
  10318. watergun: ["1L1"],
  10319. psybeam: ["1L1"],
  10320. aurorabeam: ["1L1"],
  10321. bubblebeam: ["1L1"],
  10322. focusenergy: ["1L1"],
  10323. hyperbeam: ["1L1"],
  10324. icebeam: ["1L1"],
  10325. surf: ["1L1"],
  10326. thunderwave: ["1L1"],
  10327. swift: ["1L1"],
  10328. constrict: ["1L1"],
  10329. seismictoss: ["1L1"],
  10330. },
  10331. },
  10332. delibird: {
  10333. learnset: {
  10334. takedown: ["1L1"],
  10335. doubleedge: ["1L1"],
  10336. toxic: ["1L1"],
  10337. rage: ["1L1"],
  10338. mimic: ["1L1"],
  10339. doubleteam: ["1L1"],
  10340. bide: ["1L1"],
  10341. rest: ["1L1"],
  10342. substitute: ["1L1"],
  10343. megapunch: ["1L1"],
  10344. payday: ["1L1"],
  10345. fly: ["1L1"],
  10346. megakick: ["1L1"],
  10347. bodyslam: ["1L1"],
  10348. watergun: ["1L1"],
  10349. icebeam: ["1L1"],
  10350. blizzard: ["1L1"],
  10351. bubblebeam: ["1L1"],
  10352. counter: ["1L1"],
  10353. seismictoss: ["1L1"],
  10354. reflect: ["1L1"],
  10355. swift: ["1L1"],
  10356. skullbash: ["1L1"],
  10357. present: ["1L1"],
  10358. },
  10359. },
  10360. mantine: {
  10361. learnset: {
  10362. takedown: ["1L1"],
  10363. doubleedge: ["1L1"],
  10364. toxic: ["1L1"],
  10365. rage: ["1L1"],
  10366. mimic: ["1L1"],
  10367. doubleteam: ["1L1"],
  10368. bide: ["1L1"],
  10369. rest: ["1L1"],
  10370. substitute: ["1L1"],
  10371. tackle: ["1L1"],
  10372. bubble: ["1L1"],
  10373. supersonic: ["1L1"],
  10374. bubblebeam: ["1L1"],
  10375. agility: ["1L1"],
  10376. wingattack: ["1L1"],
  10377. confuseray: ["1L1"],
  10378. bodyslam: ["1L1"],
  10379. watergun: ["1L1"],
  10380. surf: ["1L1"],
  10381. icebeam: ["1L1"],
  10382. blizzard: ["1L1"],
  10383. reflect: ["1L1"],
  10384. swift: ["1L1"],
  10385. skullbash: ["1L1"],
  10386. },
  10387. },
  10388. skarmory: {
  10389. learnset: {
  10390. takedown: ["1L1"],
  10391. doubleedge: ["1L1"],
  10392. toxic: ["1L1"],
  10393. rage: ["1L1"],
  10394. mimic: ["1L1"],
  10395. doubleteam: ["1L1"],
  10396. bide: ["1L1"],
  10397. rest: ["1L1"],
  10398. substitute: ["1L1"],
  10399. leer: ["1L1"],
  10400. peck: ["1L1"],
  10401. sandattack: ["1L1"],
  10402. swift: ["1L1"],
  10403. agility: ["1L1"],
  10404. furyattack: ["1L1"],
  10405. razorwind: ["1L1"],
  10406. cut: ["1L1"],
  10407. whirlwind: ["1L1"],
  10408. fly: ["1L1"],
  10409. counter: ["1L1"],
  10410. reflect: ["1L1"],
  10411. swift: ["1L1"],
  10412. skyattack: ["1L1"],
  10413. rockslide: ["1L1"],
  10414. },
  10415. },
  10416. houndour: {
  10417. learnset: {
  10418. takedown: ["1L1"],
  10419. doubleedge: ["1L1"],
  10420. toxic: ["1L1"],
  10421. rage: ["1L1"],
  10422. mimic: ["1L1"],
  10423. doubleteam: ["1L1"],
  10424. bide: ["1L1"],
  10425. rest: ["1L1"],
  10426. substitute: ["1L1"],
  10427. leer: ["1L1"],
  10428. ember: ["1L1"],
  10429. roar: ["1L1"],
  10430. smog: ["1L1"],
  10431. bite: ["1L1"],
  10432. flamethrower: ["1L1"],
  10433. bodyslam: ["1L1"],
  10434. counter: ["1L1"],
  10435. solarbeam: ["1L1"],
  10436. reflect: ["1L1"],
  10437. fireblast: ["1L1"],
  10438. swift: ["1L1"],
  10439. skullbash: ["1L1"],
  10440. },
  10441. },
  10442. houndoom: {
  10443. learnset: {
  10444. takedown: ["1L1"],
  10445. doubleedge: ["1L1"],
  10446. toxic: ["1L1"],
  10447. rage: ["1L1"],
  10448. mimic: ["1L1"],
  10449. doubleteam: ["1L1"],
  10450. bide: ["1L1"],
  10451. rest: ["1L1"],
  10452. substitute: ["1L1"],
  10453. leer: ["1L1"],
  10454. ember: ["1L1"],
  10455. roar: ["1L1"],
  10456. smog: ["1L1"],
  10457. bite: ["1L1"],
  10458. flamethrower: ["1L1"],
  10459. bodyslam: ["1L1"],
  10460. counter: ["1L1"],
  10461. solarbeam: ["1L1"],
  10462. reflect: ["1L1"],
  10463. fireblast: ["1L1"],
  10464. swift: ["1L1"],
  10465. skullbash: ["1L1"],
  10466. hyperbeam: ["1L1"],
  10467. strength: ["1L1"],
  10468. },
  10469. },
  10470. kingdra: {
  10471. learnset: {
  10472. takedown: ["1L1"],
  10473. doubleedge: ["1L1"],
  10474. toxic: ["1L1"],
  10475. rage: ["1L1"],
  10476. mimic: ["1L1"],
  10477. doubleteam: ["1L1"],
  10478. bide: ["1L1"],
  10479. rest: ["1L1"],
  10480. substitute: ["1L1"],
  10481. bodyslam: ["1L1"],
  10482. watergun: ["1L1"],
  10483. surf: ["1L1"],
  10484. blizzard: ["1L1"],
  10485. icebeam: ["1L1"],
  10486. bubblebeam: ["1L1"],
  10487. hyperbeam: ["1L1"],
  10488. dragonrage: ["1L1"],
  10489. swift: ["1L1"],
  10490. skullbash: ["1L1"],
  10491. bubble: ["1L1"],
  10492. smokescreen: ["1L1"],
  10493. leer: ["1L1"],
  10494. agility: ["1L1"],
  10495. hydropump: ["1L1"],
  10496. },
  10497. },
  10498. phanpy: {
  10499. learnset: {
  10500. takedown: ["1L1"],
  10501. doubleedge: ["1L1"],
  10502. toxic: ["1L1"],
  10503. rage: ["1L1"],
  10504. mimic: ["1L1"],
  10505. doubleteam: ["1L1"],
  10506. bide: ["1L1"],
  10507. rest: ["1L1"],
  10508. substitute: ["1L1"],
  10509. bodyslam: ["1L1"],
  10510. watergun: ["1L1"],
  10511. bubblebeam: ["1L1"],
  10512. counter: ["1L1"],
  10513. strength: ["1L1"],
  10514. earthquake: ["1L1"],
  10515. fissure: ["1L1"],
  10516. reflect: ["1L1"],
  10517. skullbash: ["1L1"],
  10518. rockslide: ["1L1"],
  10519. tackle: ["1L1"],
  10520. growl: ["1L1"],
  10521. },
  10522. },
  10523. donphan: {
  10524. learnset: {
  10525. takedown: ["1L1"],
  10526. doubleedge: ["1L1"],
  10527. toxic: ["1L1"],
  10528. rage: ["1L1"],
  10529. mimic: ["1L1"],
  10530. doubleteam: ["1L1"],
  10531. bide: ["1L1"],
  10532. rest: ["1L1"],
  10533. substitute: ["1L1"],
  10534. bodyslam: ["1L1"],
  10535. watergun: ["1L1"],
  10536. bubblebeam: ["1L1"],
  10537. counter: ["1L1"],
  10538. strength: ["1L1"],
  10539. earthquake: ["1L1"],
  10540. fissure: ["1L1"],
  10541. reflect: ["1L1"],
  10542. skullbash: ["1L1"],
  10543. rockslide: ["1L1"],
  10544. tackle: ["1L1"],
  10545. growl: ["1L1"],
  10546. horndrill: ["1L1"],
  10547. hyperbeam: ["1L1"],
  10548. hornattack: ["1L1"],
  10549. furyattack: ["1L1"],
  10550. },
  10551. },
  10552. stantler: {
  10553. learnset: {
  10554. takedown: ["1L1"],
  10555. doubleedge: ["1L1"],
  10556. toxic: ["1L1"],
  10557. rage: ["1L1"],
  10558. mimic: ["1L1"],
  10559. doubleteam: ["1L1"],
  10560. bide: ["1L1"],
  10561. rest: ["1L1"],
  10562. substitute: ["1L1"],
  10563. tackle: ["1L1"],
  10564. leer: ["1L1"],
  10565. hypnosis: ["1L1"],
  10566. stomp: ["1L1"],
  10567. confuseray: ["1L1"],
  10568. sandattack: ["1L1"],
  10569. bodyslam: ["1L1"],
  10570. thunderwave: ["1L1"],
  10571. earthquake: ["1L1"],
  10572. psychic: ["1L1"],
  10573. swift: ["1L1"],
  10574. skullbash: ["1L1"],
  10575. flash: ["1L1"],
  10576. psywave: ["1L1"],
  10577. },
  10578. },
  10579. smeargle: {
  10580. learnset: {
  10581. sketch: ["1L1"],
  10582. },
  10583. },
  10584. miltank: {
  10585. learnset: {
  10586. takedown: ["1L1"],
  10587. doubleedge: ["1L1"],
  10588. toxic: ["1L1"],
  10589. rage: ["1L1"],
  10590. mimic: ["1L1"],
  10591. doubleteam: ["1L1"],
  10592. bide: ["1L1"],
  10593. rest: ["1L1"],
  10594. substitute: ["1L1"],
  10595. milkdrink: ["1L1"],
  10596. tackle: ["1L1"],
  10597. growl: ["1L1"],
  10598. stomp: ["1L1"],
  10599. megapunch: ["1L1"],
  10600. megakick: ["1L1"],
  10601. bodyslam: ["1L1"],
  10602. surf: ["1L1"],
  10603. icebeam: ["1L1"],
  10604. blizzard: ["1L1"],
  10605. hyperbeam: ["1L1"],
  10606. submission: ["1L1"],
  10607. counter: ["1L1"],
  10608. seismictoss: ["1L1"],
  10609. strength: ["1L1"],
  10610. earthquake: ["1L1"],
  10611. fissure: ["1L1"],
  10612. thunderbolt: ["1L1"],
  10613. thunderwave: ["1L1"],
  10614. thunder: ["1L1"],
  10615. metronome: ["1L1"],
  10616. skullbash: ["1L1"],
  10617. },
  10618. },
  10619. raikou: {
  10620. learnset: {
  10621. takedown: ["1L1"],
  10622. doubleedge: ["1L1"],
  10623. toxic: ["1L1"],
  10624. rage: ["1L1"],
  10625. mimic: ["1L1"],
  10626. doubleteam: ["1L1"],
  10627. bide: ["1L1"],
  10628. rest: ["1L1"],
  10629. substitute: ["1L1"],
  10630. bite: ["1L1"],
  10631. leer: ["1L1"],
  10632. thundershock: ["1L1"],
  10633. roar: ["1L1"],
  10634. quickattack: ["1L1"],
  10635. reflect: ["1L1"],
  10636. thunder: ["1L1"],
  10637. thunderbolt: ["1L1"],
  10638. thunderwave: ["1L1"],
  10639. bodyslam: ["1L1"],
  10640. cut: ["1L1"],
  10641. hyperbeam: ["1L1"],
  10642. strength: ["1L1"],
  10643. dig: ["1L1"],
  10644. swift: ["1L1"],
  10645. flash: ["1L1"],
  10646. },
  10647. },
  10648. suicune: {
  10649. learnset: {
  10650. takedown: ["1L1"],
  10651. doubleedge: ["1L1"],
  10652. toxic: ["1L1"],
  10653. rage: ["1L1"],
  10654. mimic: ["1L1"],
  10655. doubleteam: ["1L1"],
  10656. bide: ["1L1"],
  10657. rest: ["1L1"],
  10658. substitute: ["1L1"],
  10659. bite: ["1L1"],
  10660. leer: ["1L1"],
  10661. watergun: ["1L1"],
  10662. bubblebeam: ["1L1"],
  10663. roar: ["1L1"],
  10664. gust: ["1L1"],
  10665. aurorabeam: ["1L1"],
  10666. mist: ["1L1"],
  10667. hydropump: ["1L1"],
  10668. surf: ["1L1"],
  10669. icebeam: ["1L1"],
  10670. blizzard: ["1L1"],
  10671. hyperbeam: ["1L1"],
  10672. bodyslam: ["1L1"],
  10673. strength: ["1L1"],
  10674. cut: ["1L1"],
  10675. dig: ["1L1"],
  10676. reflect: ["1L1"],
  10677. swift: ["1L1"],
  10678. skullbash: ["1L1"],
  10679. },
  10680. },
  10681. entei: {
  10682. learnset: {
  10683. takedown: ["1L1"],
  10684. doubleedge: ["1L1"],
  10685. toxic: ["1L1"],
  10686. rage: ["1L1"],
  10687. mimic: ["1L1"],
  10688. doubleteam: ["1L1"],
  10689. bide: ["1L1"],
  10690. rest: ["1L1"],
  10691. substitute: ["1L1"],
  10692. bite: ["1L1"],
  10693. leer: ["1L1"],
  10694. ember: ["1L1"],
  10695. roar: ["1L1"],
  10696. firespin: ["1L1"],
  10697. stomp: ["1L1"],
  10698. flamethrower: ["1L1"],
  10699. fireblast: ["1L1"],
  10700. flash: ["1L1"],
  10701. bodyslam: ["1L1"],
  10702. hyperbeam: ["1L1"],
  10703. strength: ["1L1"],
  10704. solarbeam: ["1L1"],
  10705. dig: ["1L1"],
  10706. reflect: ["1L1"],
  10707. swift: ["1L1"],
  10708. skullbash: ["1L1"],
  10709. },
  10710. },
  10711. larvitar: {
  10712. learnset: {
  10713. takedown: ["1L1"],
  10714. doubleedge: ["1L1"],
  10715. toxic: ["1L1"],
  10716. rage: ["1L1"],
  10717. mimic: ["1L1"],
  10718. doubleteam: ["1L1"],
  10719. bide: ["1L1"],
  10720. rest: ["1L1"],
  10721. substitute: ["1L1"],
  10722. bite: ["1L1"],
  10723. leer: ["1L1"],
  10724. screech: ["1L1"],
  10725. rockslide: ["1L1"],
  10726. thrash: ["1L1"],
  10727. earthquake: ["1L1"],
  10728. hyperbeam: ["1L1"],
  10729. bodyslam: ["1L1"],
  10730. fissure: ["1L1"],
  10731. dig: ["1L1"],
  10732. skullbash: ["1L1"],
  10733. },
  10734. },
  10735. pupitar: {
  10736. learnset: {
  10737. takedown: ["1L1"],
  10738. doubleedge: ["1L1"],
  10739. toxic: ["1L1"],
  10740. rage: ["1L1"],
  10741. mimic: ["1L1"],
  10742. doubleteam: ["1L1"],
  10743. bide: ["1L1"],
  10744. rest: ["1L1"],
  10745. substitute: ["1L1"],
  10746. bite: ["1L1"],
  10747. leer: ["1L1"],
  10748. screech: ["1L1"],
  10749. rockslide: ["1L1"],
  10750. thrash: ["1L1"],
  10751. earthquake: ["1L1"],
  10752. hyperbeam: ["1L1"],
  10753. bodyslam: ["1L1"],
  10754. fissure: ["1L1"],
  10755. dig: ["1L1"],
  10756. skullbash: ["1L1"],
  10757. },
  10758. },
  10759. tyranitar: {
  10760. learnset: {
  10761. takedown: ["1L1"],
  10762. doubleedge: ["1L1"],
  10763. toxic: ["1L1"],
  10764. rage: ["1L1"],
  10765. mimic: ["1L1"],
  10766. doubleteam: ["1L1"],
  10767. bide: ["1L1"],
  10768. rest: ["1L1"],
  10769. substitute: ["1L1"],
  10770. bite: ["1L1"],
  10771. leer: ["1L1"],
  10772. screech: ["1L1"],
  10773. rockslide: ["1L1"],
  10774. thrash: ["1L1"],
  10775. earthquake: ["1L1"],
  10776. hyperbeam: ["1L1"],
  10777. bodyslam: ["1L1"],
  10778. fissure: ["1L1"],
  10779. dig: ["1L1"],
  10780. skullbash: ["1L1"],
  10781. megapunch: ["1L1"],
  10782. megakick: ["1L1"],
  10783. cut: ["1L1"],
  10784. watergun: ["1L1"],
  10785. surf: ["1L1"],
  10786. icebeam: ["1L1"],
  10787. bubblebeam: ["1L1"],
  10788. submission: ["1L1"],
  10789. counter: ["1L1"],
  10790. seismictoss: ["1L1"],
  10791. strength: ["1L1"],
  10792. dragonrage: ["1L1"],
  10793. thunderbolt: ["1L1"],
  10794. thunderwave: ["1L1"],
  10795. fireblast: ["1L1"],
  10796. },
  10797. },
  10798. hooh: {
  10799. learnset: {
  10800. takedown: ["1L1"],
  10801. doubleedge: ["1L1"],
  10802. toxic: ["1L1"],
  10803. rage: ["1L1"],
  10804. mimic: ["1L1"],
  10805. doubleteam: ["1L1"],
  10806. bide: ["1L1"],
  10807. rest: ["1L1"],
  10808. substitute: ["1L1"],
  10809. sacredfire: ["1L1"],
  10810. gust: ["1L1"],
  10811. recover: ["1L1"],
  10812. fireblast: ["1L1"],
  10813. swift: ["1L1"],
  10814. whirlwind: ["1L1"],
  10815. razorwind: ["1L1"],
  10816. whirlwind: ["1L1"],
  10817. fly: ["1L1"],
  10818. hyperbeam: ["1L1"],
  10819. strength: ["1L1"],
  10820. megadrain: ["1L1"],
  10821. solarbeam: ["1L1"],
  10822. thunderbolt: ["1L1"],
  10823. thunder: ["1L1"],
  10824. thunderwave: ["1L1"],
  10825. earthquake: ["1L1"],
  10826. psychic: ["1L1"],
  10827. teleport: ["1L1"],
  10828. reflect: ["1L1"],
  10829. swift: ["1L1"],
  10830. skyattack: ["1L1"],
  10831. flash: ["1L1"],
  10832. psywave: ["1L1"],
  10833. },
  10834. },
  10835. lugia: {
  10836. learnset: {
  10837. takedown: ["1L1"],
  10838. doubleedge: ["1L1"],
  10839. toxic: ["1L1"],
  10840. rage: ["1L1"],
  10841. mimic: ["1L1"],
  10842. doubleteam: ["1L1"],
  10843. bide: ["1L1"],
  10844. rest: ["1L1"],
  10845. substitute: ["1L1"],
  10846. aeroblast: ["1L1"],
  10847. gust: ["1L1"],
  10848. recover: ["1L1"],
  10849. hydropump: ["1L1"],
  10850. swift: ["1L1"],
  10851. whirlwind: ["1L1"],
  10852. razorwind: ["1L1"],
  10853. fly: ["1L1"],
  10854. bodyslam: ["1L1"],
  10855. watergun: ["1L1"],
  10856. surf: ["1L1"],
  10857. icebeam: ["1L1"],
  10858. blizzard: ["1L1"],
  10859. bubblebeam: ["1L1"],
  10860. hyperbeam: ["1L1"],
  10861. strength: ["1L1"],
  10862. megadrain: ["1L1"],
  10863. thunderbolt: ["1L1"],
  10864. thunderwave: ["1L1"],
  10865. thunder: ["1L1"],
  10866. earthquake: ["1L1"],
  10867. psychic: ["1L1"],
  10868. teleport: ["1L1"],
  10869. reflect: ["1L1"],
  10870. skullbash: ["1L1"],
  10871. skyattack: ["1L1"],
  10872. psywave: ["1L1"],
  10873. },
  10874. },
  10875. celebi: {
  10876. learnset: {
  10877. takedown: ["1L1"],
  10878. doubleedge: ["1L1"],
  10879. toxic: ["1L1"],
  10880. rage: ["1L1"],
  10881. mimic: ["1L1"],
  10882. doubleteam: ["1L1"],
  10883. bide: ["1L1"],
  10884. rest: ["1L1"],
  10885. substitute: ["1L1"],
  10886. leechseed: ["1L1"],
  10887. confusion: ["1L1"],
  10888. recover: ["1L1"],
  10889. swordsdance: ["1L1"],
  10890. hyperbeam: ["1L1"],
  10891. megadrain: ["1L1"],
  10892. solarbeam: ["1L1"],
  10893. psychic: ["1L1"],
  10894. teleport: ["1L1"],
  10895. reflect: ["1L1"],
  10896. metronome: ["1L1"],
  10897. swift: ["1L1"],
  10898. flash: ["1L1"],
  10899. psywave: ["1L1"],
  10900. },
  10901. },
  10902. };
  10903.  
  10904. exports.BattleLearnsets = BattleLearnsets;
  10905.  
Advertisement
Add Comment
Please, Sign In to add comment