Advertisement
Guest User

wonkymons finished

a guest
Sep 11th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 104.87 KB | None | 0 0
  1. exports.BattlePokedex = {
  2. "abomasnow": {
  3. "inherit": true,
  4. "species": "Abomasnow",
  5. "abilities": {
  6. "0": "Unnerve",
  7. "H": "Aromaveil"
  8. }
  9. },
  10. "abra": {
  11. "inherit": true,
  12. "species": "Abra",
  13. "abilities": {
  14. "0": "Drought",
  15. "1": "Levitate",
  16. "H": "Lightmetal"
  17. }
  18. },
  19. "absol": {
  20. "inherit": true,
  21. "species": "Absol",
  22. "abilities": {
  23. "0": "Speedboost",
  24. "1": "Infiltrator",
  25. "H": "Hydration"
  26. }
  27. },
  28. "accelgor": {
  29. "inherit": true,
  30. "species": "Accelgor",
  31. "abilities": {
  32. "0": "Lightningrod",
  33. "1": "Superluck",
  34. "H": "Shedskin"
  35. }
  36. },
  37. "aegislash": {
  38. "inherit": true,
  39. "species": "Aegislash",
  40. "abilities": {
  41. "0": "Oblivious"
  42. }
  43. },
  44. "aerodactyl": {
  45. "inherit": true,
  46. "species": "Aerodactyl",
  47. "abilities": {
  48. "0": "Levitate",
  49. "1": "Moldbreaker",
  50. "H": "Sheerforce"
  51. }
  52. },
  53. "aggron": {
  54. "inherit": true,
  55. "species": "Aggron",
  56. "abilities": {
  57. "0": "Harvest",
  58. "1": "Swiftswim",
  59. "H": "Lightningrod"
  60. }
  61. },
  62. "aipom": {
  63. "inherit": true,
  64. "species": "Aipom",
  65. "abilities": {
  66. "0": "Battlearmor",
  67. "1": "Gluttony",
  68. "H": "Vitalspirit"
  69. }
  70. },
  71. "alakazam": {
  72. "inherit": true,
  73. "species": "Alakazam",
  74. "abilities": {
  75. "0": "Static",
  76. "1": "Scrappy",
  77. "H": "Sturdy"
  78. }
  79. },
  80. "alomomola": {
  81. "inherit": true,
  82. "species": "Alomomola",
  83. "abilities": {
  84. "0": "Torrent",
  85. "1": "Unnerve",
  86. "H": "Filter"
  87. }
  88. },
  89. "altaria": {
  90. "inherit": true,
  91. "species": "Altaria",
  92. "abilities": {
  93. "0": "Plus",
  94. "H": "Lightningrod"
  95. }
  96. },
  97. "amaura": {
  98. "inherit": true,
  99. "species": "Amaura",
  100. "abilities": {
  101. "0": "Symbiosis",
  102. "H": "Minus"
  103. }
  104. },
  105. "ambipom": {
  106. "inherit": true,
  107. "species": "Ambipom",
  108. "abilities": {
  109. "0": "Flashfire",
  110. "1": "Lightningrod",
  111. "H": "Overgrow"
  112. }
  113. },
  114. "amoonguss": {
  115. "inherit": true,
  116. "species": "Amoonguss",
  117. "abilities": {
  118. "0": "Limber",
  119. "H": "Compoundeyes"
  120. }
  121. },
  122. "ampharos": {
  123. "inherit": true,
  124. "species": "Ampharos",
  125. "abilities": {
  126. "0": "Chlorophyll",
  127. "H": "Stickyhold"
  128. }
  129. },
  130. "anorith": {
  131. "inherit": true,
  132. "species": "Anorith",
  133. "abilities": {
  134. "0": "Download",
  135. "H": "Liquidooze"
  136. }
  137. },
  138. "arbok": {
  139. "inherit": true,
  140. "species": "Arbok",
  141. "abilities": {
  142. "0": "Oblivious",
  143. "1": "Sapsipper",
  144. "H": "Synchronize"
  145. }
  146. },
  147. "arcanine": {
  148. "inherit": true,
  149. "species": "Arcanine",
  150. "abilities": {
  151. "0": "Trace",
  152. "1": "Stench",
  153. "H": "Sheerforce"
  154. }
  155. },
  156. "arceus": {
  157. "inherit": true,
  158. "species": "Arceus",
  159. "abilities": {
  160. "0": "Cursedbody"
  161. }
  162. },
  163. "archen": {
  164. "inherit": true,
  165. "species": "Archen",
  166. "abilities": {
  167. "0": "Synchronize"
  168. }
  169. },
  170. "archeops": {
  171. "inherit": true,
  172. "species": "Archeops",
  173. "abilities": {
  174. "0": "Hydration"
  175. }
  176. },
  177. "ariados": {
  178. "inherit": true,
  179. "species": "Ariados",
  180. "abilities": {
  181. "0": "Insomnia",
  182. "1": "Battlearmor",
  183. "H": "Toughclaws"
  184. }
  185. },
  186. "armaldo": {
  187. "inherit": true,
  188. "species": "Armaldo",
  189. "abilities": {
  190. "0": "Anticipation",
  191. "H": "Earlybird"
  192. }
  193. },
  194. "aromatisse": {
  195. "inherit": true,
  196. "species": "Aromatisse",
  197. "abilities": {
  198. "0": "Infiltrator",
  199. "H": "Cursedbody"
  200. }
  201. },
  202. "aron": {
  203. "inherit": true,
  204. "species": "Aron",
  205. "abilities": {
  206. "0": "Infiltrator",
  207. "1": "Stall",
  208. "H": "Poisonpoint"
  209. }
  210. },
  211. "articuno": {
  212. "inherit": true,
  213. "species": "Articuno",
  214. "abilities": {
  215. "0": "Angerpoint",
  216. "H": "Klutz"
  217. }
  218. },
  219. "audino": {
  220. "inherit": true,
  221. "species": "Audino",
  222. "abilities": {
  223. "0": "Guts",
  224. "1": "Naturalcure",
  225. "H": "Magicguard"
  226. }
  227. },
  228. "aurorus": {
  229. "inherit": true,
  230. "species": "Aurorus",
  231. "abilities": {
  232. "0": "Aurabreak",
  233. "H": "Contrary"
  234. }
  235. },
  236. "avalugg": {
  237. "inherit": true,
  238. "species": "Avalugg",
  239. "abilities": {
  240. "0": "Scrappy",
  241. "1": "Reckless",
  242. "H": "Insomnia"
  243. }
  244. },
  245. "axew": {
  246. "inherit": true,
  247. "species": "Axew",
  248. "abilities": {
  249. "0": "Sapsipper",
  250. "1": "Owntempo",
  251. "H": "Moody"
  252. }
  253. },
  254. "azelf": {
  255. "inherit": true,
  256. "species": "Azelf",
  257. "abilities": {
  258. "0": "Gluttony"
  259. }
  260. },
  261. "azumarill": {
  262. "inherit": true,
  263. "species": "Azumarill",
  264. "abilities": {
  265. "0": "Shellarmor",
  266. "1": "Intimidate",
  267. "H": "Justified"
  268. }
  269. },
  270. "azurill": {
  271. "inherit": true,
  272. "species": "Azurill",
  273. "abilities": {
  274. "0": "Stench",
  275. "1": "Weakarmor",
  276. "H": "Moody"
  277. }
  278. },
  279. "bagon": {
  280. "inherit": true,
  281. "species": "Bagon",
  282. "abilities": {
  283. "0": "Insomnia",
  284. "H": "Klutz"
  285. }
  286. },
  287. "baltoy": {
  288. "inherit": true,
  289. "species": "Baltoy",
  290. "abilities": {
  291. "0": "Keeneye"
  292. }
  293. },
  294. "banette": {
  295. "inherit": true,
  296. "species": "Banette",
  297. "abilities": {
  298. "0": "Soundproof",
  299. "1": "Wonderskin",
  300. "H": "Insomnia"
  301. }
  302. },
  303. "barbaracle": {
  304. "inherit": true,
  305. "species": "Barbaracle",
  306. "abilities": {
  307. "0": "Vitalspirit",
  308. "1": "Telepathy",
  309. "H": "Sturdy"
  310. }
  311. },
  312. "barboach": {
  313. "inherit": true,
  314. "species": "Barboach",
  315. "abilities": {
  316. "0": "Raindish",
  317. "1": "Shedskin",
  318. "H": "Sapsipper"
  319. }
  320. },
  321. "basculin": {
  322. "inherit": true,
  323. "species": "Basculin",
  324. "abilities": {
  325. "0": "Intimidate",
  326. "1": "Tintedlens",
  327. "H": "Justified"
  328. }
  329. },
  330. "bastiodon": {
  331. "inherit": true,
  332. "species": "Bastiodon",
  333. "abilities": {
  334. "0": "Sandstream",
  335. "H": "Clearbody"
  336. }
  337. },
  338. "bayleef": {
  339. "inherit": true,
  340. "species": "Bayleef",
  341. "abilities": {
  342. "0": "Defiant",
  343. "H": "Shielddust"
  344. }
  345. },
  346. "beartic": {
  347. "inherit": true,
  348. "species": "Beartic",
  349. "abilities": {
  350. "0": "Rivalry",
  351. "H": "Hydration"
  352. }
  353. },
  354. "beautifly": {
  355. "inherit": true,
  356. "species": "Beautifly",
  357. "abilities": {
  358. "0": "Stormdrain",
  359. "H": "Compoundeyes"
  360. }
  361. },
  362. "beedrill": {
  363. "inherit": true,
  364. "species": "Beedrill",
  365. "abilities": {
  366. "0": "Minus",
  367. "H": "Overcoat"
  368. }
  369. },
  370. "beheeyem": {
  371. "inherit": true,
  372. "species": "Beheeyem",
  373. "abilities": {
  374. "0": "Flamebody",
  375. "1": "Multiscale",
  376. "H": "Torrent"
  377. }
  378. },
  379. "beldum": {
  380. "inherit": true,
  381. "species": "Beldum",
  382. "abilities": {
  383. "0": "Overgrow",
  384. "H": "Heavymetal"
  385. }
  386. },
  387. "bellossom": {
  388. "inherit": true,
  389. "species": "Bellossom",
  390. "abilities": {
  391. "0": "Speedboost",
  392. "H": "Pressure"
  393. }
  394. },
  395. "bellsprout": {
  396. "inherit": true,
  397. "species": "Bellsprout",
  398. "abilities": {
  399. "0": "Adaptability",
  400. "H": "Swarm"
  401. }
  402. },
  403. "bergmite": {
  404. "inherit": true,
  405. "species": "Bergmite",
  406. "abilities": {
  407. "0": "Sheerforce",
  408. "1": "Technician",
  409. "H": "Unnerve"
  410. }
  411. },
  412. "bibarel": {
  413. "inherit": true,
  414. "species": "Bibarel",
  415. "abilities": {
  416. "0": "Gluttony",
  417. "1": "Innerfocus",
  418. "H": "Analytic"
  419. }
  420. },
  421. "bidoof": {
  422. "inherit": true,
  423. "species": "Bidoof",
  424. "abilities": {
  425. "0": "Sturdy",
  426. "1": "Keeneye",
  427. "H": "Shellarmor"
  428. }
  429. },
  430. "binacle": {
  431. "inherit": true,
  432. "species": "Binacle",
  433. "abilities": {
  434. "0": "Sturdy",
  435. "1": "Chlorophyll",
  436. "H": "Skilllink"
  437. }
  438. },
  439. "bisharp": {
  440. "inherit": true,
  441. "species": "Bisharp",
  442. "abilities": {
  443. "0": "Infiltrator",
  444. "1": "Pressure",
  445. "H": "Icebody"
  446. }
  447. },
  448. "blastoise": {
  449. "inherit": true,
  450. "species": "Blastoise",
  451. "abilities": {
  452. "0": "Ironfist",
  453. "H": "Lightningrod"
  454. }
  455. },
  456. "blaziken": {
  457. "inherit": true,
  458. "species": "Blaziken",
  459. "abilities": {
  460. "0": "Blaze",
  461. "H": "Leafguard"
  462. }
  463. },
  464. "blissey": {
  465. "inherit": true,
  466. "species": "Blissey",
  467. "abilities": {
  468. "0": "Weakarmor",
  469. "1": "Bigpecks",
  470. "H": "Cutecharm"
  471. }
  472. },
  473. "blitzle": {
  474. "inherit": true,
  475. "species": "Blitzle",
  476. "abilities": {
  477. "0": "Moody",
  478. "1": "Chlorophyll",
  479. "H": "Sapsipper"
  480. }
  481. },
  482. "boldore": {
  483. "inherit": true,
  484. "species": "Boldore",
  485. "abilities": {
  486. "0": "Keeneye",
  487. "H": "Pickpocket"
  488. }
  489. },
  490. "bonsly": {
  491. "inherit": true,
  492. "species": "Bonsly",
  493. "abilities": {
  494. "0": "Overgrow",
  495. "1": "Lightningrod",
  496. "H": "Runaway"
  497. }
  498. },
  499. "bouffalant": {
  500. "inherit": true,
  501. "species": "Bouffalant",
  502. "abilities": {
  503. "0": "Synchronize",
  504. "1": "Innerfocus",
  505. "H": "Cursedbody"
  506. }
  507. },
  508. "braixen": {
  509. "inherit": true,
  510. "species": "Braixen",
  511. "abilities": {
  512. "0": "Steadfast",
  513. "H": "Hustle"
  514. }
  515. },
  516. "braviary": {
  517. "inherit": true,
  518. "species": "Braviary",
  519. "abilities": {
  520. "0": "Pickup",
  521. "1": "Friendguard",
  522. "H": "Rivalry"
  523. }
  524. },
  525. "breloom": {
  526. "inherit": true,
  527. "species": "Breloom",
  528. "abilities": {
  529. "0": "Minus",
  530. "1": "Swarm",
  531. "H": "Levitate"
  532. }
  533. },
  534. "bronzong": {
  535. "inherit": true,
  536. "species": "Bronzong",
  537. "abilities": {
  538. "0": "Superluck",
  539. "1": "Anticipation",
  540. "H": "Poisontouch"
  541. }
  542. },
  543. "bronzor": {
  544. "inherit": true,
  545. "species": "Bronzor",
  546. "abilities": {
  547. "0": "Prankster",
  548. "1": "Levitate",
  549. "H": "Torrent"
  550. }
  551. },
  552. "budew": {
  553. "inherit": true,
  554. "species": "Budew",
  555. "abilities": {
  556. "0": "Ironbarbs",
  557. "1": "Runaway",
  558. "H": "Shellarmor"
  559. }
  560. },
  561. "buizel": {
  562. "inherit": true,
  563. "species": "Buizel",
  564. "abilities": {
  565. "0": "Limber",
  566. "H": "Hustle"
  567. }
  568. },
  569. "bulbasaur": {
  570. "inherit": true,
  571. "species": "Bulbasaur",
  572. "abilities": {
  573. "0": "Keeneye",
  574. "H": "Sandrush"
  575. }
  576. },
  577. "buneary": {
  578. "inherit": true,
  579. "species": "Buneary",
  580. "abilities": {
  581. "0": "Flamebody",
  582. "1": "Unburden",
  583. "H": "Sheerforce"
  584. }
  585. },
  586. "bunnelby": {
  587. "inherit": true,
  588. "species": "Bunnelby",
  589. "abilities": {
  590. "0": "Trace",
  591. "1": "Rivalry",
  592. "H": "Symbiosis"
  593. }
  594. },
  595. "burmy": {
  596. "inherit": true,
  597. "species": "Burmy",
  598. "abilities": {
  599. "0": "Icebody",
  600. "H": "Noguard"
  601. }
  602. },
  603. "butterfree": {
  604. "inherit": true,
  605. "species": "Butterfree",
  606. "abilities": {
  607. "0": "Runaway",
  608. "H": "Pressure"
  609. }
  610. },
  611. "cacnea": {
  612. "inherit": true,
  613. "species": "Cacnea",
  614. "abilities": {
  615. "0": "Dryskin",
  616. "H": "Shellarmor"
  617. }
  618. },
  619. "cacturne": {
  620. "inherit": true,
  621. "species": "Cacturne",
  622. "abilities": {
  623. "0": "Synchronize",
  624. "H": "Cloudnine"
  625. }
  626. },
  627. "camerupt": {
  628. "inherit": true,
  629. "species": "Camerupt",
  630. "abilities": {
  631. "0": "Noguard",
  632. "1": "Torrent",
  633. "H": "Hustle"
  634. }
  635. },
  636. "carbink": {
  637. "inherit": true,
  638. "species": "Carbink",
  639. "abilities": {
  640. "0": "Flamebody",
  641. "H": "Sandveil"
  642. }
  643. },
  644. "carnivine": {
  645. "inherit": true,
  646. "species": "Carnivine",
  647. "abilities": {
  648. "0": "Unnerve"
  649. }
  650. },
  651. "carracosta": {
  652. "inherit": true,
  653. "species": "Carracosta",
  654. "abilities": {
  655. "0": "Snowcloak",
  656. "1": "Speedboost",
  657. "H": "Sniper"
  658. }
  659. },
  660. "carvanha": {
  661. "inherit": true,
  662. "species": "Carvanha",
  663. "abilities": {
  664. "0": "Motordrive",
  665. "H": "Overcoat"
  666. }
  667. },
  668. "cascoon": {
  669. "inherit": true,
  670. "species": "Cascoon",
  671. "abilities": {
  672. "0": "Unburden"
  673. }
  674. },
  675. "castform": {
  676. "inherit": true,
  677. "species": "Castform",
  678. "abilities": {
  679. "0": "Overcoat"
  680. }
  681. },
  682. "caterpie": {
  683. "inherit": true,
  684. "species": "Caterpie",
  685. "abilities": {
  686. "0": "Simple",
  687. "H": "Reckless"
  688. }
  689. },
  690. "celebi": {
  691. "inherit": true,
  692. "species": "Celebi",
  693. "abilities": {
  694. "0": "Illusion"
  695. }
  696. },
  697. "chandelure": {
  698. "inherit": true,
  699. "species": "Chandelure",
  700. "abilities": {
  701. "0": "Pickup",
  702. "1": "Tintedlens",
  703. "H": "Poisonpoint"
  704. }
  705. },
  706. "chansey": {
  707. "inherit": true,
  708. "species": "Chansey",
  709. "abilities": {
  710. "0": "Moldbreaker",
  711. "1": "Lightmetal",
  712. "H": "Tangledfeet"
  713. }
  714. },
  715. "charizard": {
  716. "inherit": true,
  717. "species": "Charizard",
  718. "abilities": {
  719. "0": "Speedboost",
  720. "H": "Hugepower"
  721. }
  722. },
  723. "charmander": {
  724. "inherit": true,
  725. "species": "Charmander",
  726. "abilities": {
  727. "0": "Analytic",
  728. "H": "Cheekpouch"
  729. }
  730. },
  731. "charmeleon": {
  732. "inherit": true,
  733. "species": "Charmeleon",
  734. "abilities": {
  735. "0": "Thickfat",
  736. "H": "Sandveil"
  737. }
  738. },
  739. "chatot": {
  740. "inherit": true,
  741. "species": "Chatot",
  742. "abilities": {
  743. "0": "Clearbody",
  744. "1": "Rattled",
  745. "H": "Leafguard"
  746. }
  747. },
  748. "cherrim": {
  749. "inherit": true,
  750. "species": "Cherrim",
  751. "abilities": {
  752. "0": "Voltabsorb"
  753. }
  754. },
  755. "cherubi": {
  756. "inherit": true,
  757. "species": "Cherubi",
  758. "abilities": {
  759. "0": "Shadowtag"
  760. }
  761. },
  762. "chesnaught": {
  763. "inherit": true,
  764. "species": "Chesnaught",
  765. "abilities": {
  766. "0": "Grasspelt",
  767. "H": "Blaze"
  768. }
  769. },
  770. "chespin": {
  771. "inherit": true,
  772. "species": "Chespin",
  773. "abilities": {
  774. "0": "Waterabsorb",
  775. "H": "Synchronize"
  776. }
  777. },
  778. "chikorita": {
  779. "inherit": true,
  780. "species": "Chikorita",
  781. "abilities": {
  782. "0": "Rivalry",
  783. "H": "Noguard"
  784. }
  785. },
  786. "chimchar": {
  787. "inherit": true,
  788. "species": "Chimchar",
  789. "abilities": {
  790. "0": "Roughskin",
  791. "H": "Intimidate"
  792. }
  793. },
  794. "chimecho": {
  795. "inherit": true,
  796. "species": "Chimecho",
  797. "abilities": {
  798. "0": "Rivalry"
  799. }
  800. },
  801. "chinchou": {
  802. "inherit": true,
  803. "species": "Chinchou",
  804. "abilities": {
  805. "0": "Guts",
  806. "1": "Chlorophyll",
  807. "H": "Illuminate"
  808. }
  809. },
  810. "chingling": {
  811. "inherit": true,
  812. "species": "Chingling",
  813. "abilities": {
  814. "0": "Reckless"
  815. }
  816. },
  817. "cinccino": {
  818. "inherit": true,
  819. "species": "Cinccino",
  820. "abilities": {
  821. "0": "Swiftswim",
  822. "1": "Contrary",
  823. "H": "Compoundeyes"
  824. }
  825. },
  826. "clamperl": {
  827. "inherit": true,
  828. "species": "Clamperl",
  829. "abilities": {
  830. "0": "Rivalry",
  831. "H": "Shellarmor"
  832. }
  833. },
  834. "clauncher": {
  835. "inherit": true,
  836. "species": "Clauncher",
  837. "abilities": {
  838. "0": "Forewarn"
  839. }
  840. },
  841. "clawitzer": {
  842. "inherit": true,
  843. "species": "Clawitzer",
  844. "abilities": {
  845. "0": "Oblivious"
  846. }
  847. },
  848. "claydol": {
  849. "inherit": true,
  850. "species": "Claydol",
  851. "abilities": {
  852. "0": "Intimidate"
  853. }
  854. },
  855. "clefable": {
  856. "inherit": true,
  857. "species": "Clefable",
  858. "abilities": {
  859. "0": "Solidrock",
  860. "1": "Levitate",
  861. "H": "Magmaarmor"
  862. }
  863. },
  864. "clefairy": {
  865. "inherit": true,
  866. "species": "Clefairy",
  867. "abilities": {
  868. "0": "Reckless",
  869. "1": "Sandforce",
  870. "H": "Prankster"
  871. }
  872. },
  873. "cleffa": {
  874. "inherit": true,
  875. "species": "Cleffa",
  876. "abilities": {
  877. "0": "Guts",
  878. "1": "Voltabsorb",
  879. "H": "Rockhead"
  880. }
  881. },
  882. "cloyster": {
  883. "inherit": true,
  884. "species": "Cloyster",
  885. "abilities": {
  886. "0": "Stench",
  887. "1": "Sheerforce",
  888. "H": "Soundproof"
  889. }
  890. },
  891. "cobalion": {
  892. "inherit": true,
  893. "species": "Cobalion",
  894. "abilities": {
  895. "0": "Waterveil"
  896. }
  897. },
  898. "cofagrigus": {
  899. "inherit": true,
  900. "species": "Cofagrigus",
  901. "abilities": {
  902. "0": "Owntempo"
  903. }
  904. },
  905. "combee": {
  906. "inherit": true,
  907. "species": "Combee",
  908. "abilities": {
  909. "0": "Download",
  910. "H": "Overgrow"
  911. }
  912. },
  913. "combusken": {
  914. "inherit": true,
  915. "species": "Combusken",
  916. "abilities": {
  917. "0": "Hydration",
  918. "H": "Damp"
  919. }
  920. },
  921. "conkeldurr": {
  922. "inherit": true,
  923. "species": "Conkeldurr",
  924. "abilities": {
  925. "0": "Gluttony",
  926. "1": "Infiltrator",
  927. "H": "Oblivious"
  928. }
  929. },
  930. "corphish": {
  931. "inherit": true,
  932. "species": "Corphish",
  933. "abilities": {
  934. "0": "Swarm",
  935. "1": "Minus",
  936. "H": "Earlybird"
  937. }
  938. },
  939. "corsola": {
  940. "inherit": true,
  941. "species": "Corsola",
  942. "abilities": {
  943. "0": "Innerfocus",
  944. "1": "Blaze",
  945. "H": "Unburden"
  946. }
  947. },
  948. "cottonee": {
  949. "inherit": true,
  950. "species": "Cottonee",
  951. "abilities": {
  952. "0": "Infiltrator",
  953. "1": "Forewarn",
  954. "H": "Swarm"
  955. }
  956. },
  957. "cradily": {
  958. "inherit": true,
  959. "species": "Cradily",
  960. "abilities": {
  961. "0": "Earlybird",
  962. "H": "Pressure"
  963. }
  964. },
  965. "cranidos": {
  966. "inherit": true,
  967. "species": "Cranidos",
  968. "abilities": {
  969. "0": "Static",
  970. "H": "Soundproof"
  971. }
  972. },
  973. "crawdaunt": {
  974. "inherit": true,
  975. "species": "Crawdaunt",
  976. "abilities": {
  977. "0": "Effectspore",
  978. "1": "Overgrow",
  979. "H": "Stench"
  980. }
  981. },
  982. "cresselia": {
  983. "inherit": true,
  984. "species": "Cresselia",
  985. "abilities": {
  986. "0": "Sturdy"
  987. }
  988. },
  989. "croagunk": {
  990. "inherit": true,
  991. "species": "Croagunk",
  992. "abilities": {
  993. "0": "Oblivious",
  994. "1": "Frisk",
  995. "H": "Waterveil"
  996. }
  997. },
  998. "crobat": {
  999. "inherit": true,
  1000. "species": "Crobat",
  1001. "abilities": {
  1002. "0": "Pickup",
  1003. "H": "Sandstream"
  1004. }
  1005. },
  1006. "croconaw": {
  1007. "inherit": true,
  1008. "species": "Croconaw",
  1009. "abilities": {
  1010. "0": "Magicbounce",
  1011. "H": "Synchronize"
  1012. }
  1013. },
  1014. "crustle": {
  1015. "inherit": true,
  1016. "species": "Crustle",
  1017. "abilities": {
  1018. "0": "Weakarmor",
  1019. "1": "Motordrive",
  1020. "H": "Scrappy"
  1021. }
  1022. },
  1023. "cryogonal": {
  1024. "inherit": true,
  1025. "species": "Cryogonal",
  1026. "abilities": {
  1027. "0": "Plus"
  1028. }
  1029. },
  1030. "cubchoo": {
  1031. "inherit": true,
  1032. "species": "Cubchoo",
  1033. "abilities": {
  1034. "0": "Insomnia",
  1035. "H": "Keeneye"
  1036. }
  1037. },
  1038. "cubone": {
  1039. "inherit": true,
  1040. "species": "Cubone",
  1041. "abilities": {
  1042. "0": "Gluttony",
  1043. "1": "Moxie",
  1044. "H": "Innerfocus"
  1045. }
  1046. },
  1047. "cyndaquil": {
  1048. "inherit": true,
  1049. "species": "Cyndaquil",
  1050. "abilities": {
  1051. "0": "Blaze",
  1052. "H": "Torrent"
  1053. }
  1054. },
  1055. "darkrai": {
  1056. "inherit": true,
  1057. "species": "Darkrai",
  1058. "abilities": {
  1059. "0": "Pressure"
  1060. }
  1061. },
  1062. "darmanitan": {
  1063. "inherit": true,
  1064. "species": "Darmanitan",
  1065. "abilities": {
  1066. "0": "Damp",
  1067. "H": "Moldbreaker"
  1068. }
  1069. },
  1070. "darumaka": {
  1071. "inherit": true,
  1072. "species": "Darumaka",
  1073. "abilities": {
  1074. "0": "Regenerator",
  1075. "H": "Raindish"
  1076. }
  1077. },
  1078. "dedenne": {
  1079. "inherit": true,
  1080. "species": "Dedenne",
  1081. "abilities": {
  1082. "0": "Blaze",
  1083. "1": "Infiltrator",
  1084. "H": "Tintedlens"
  1085. }
  1086. },
  1087. "deerling": {
  1088. "inherit": true,
  1089. "species": "Deerling",
  1090. "abilities": {
  1091. "0": "Lightningrod",
  1092. "1": "Protean",
  1093. "H": "Rockhead"
  1094. }
  1095. },
  1096. "deino": {
  1097. "inherit": true,
  1098. "species": "Deino",
  1099. "abilities": {
  1100. "0": "Solarpower"
  1101. }
  1102. },
  1103. "delcatty": {
  1104. "inherit": true,
  1105. "species": "Delcatty",
  1106. "abilities": {
  1107. "0": "Sniper",
  1108. "1": "Stickyhold",
  1109. "H": "Hypercutter"
  1110. }
  1111. },
  1112. "delibird": {
  1113. "inherit": true,
  1114. "species": "Delibird",
  1115. "abilities": {
  1116. "0": "Overcoat",
  1117. "1": "Friendguard",
  1118. "H": "Earlybird"
  1119. }
  1120. },
  1121. "delphox": {
  1122. "inherit": true,
  1123. "species": "Delphox",
  1124. "abilities": {
  1125. "0": "Speedboost",
  1126. "H": "Levitate"
  1127. }
  1128. },
  1129. "deoxys": {
  1130. "inherit": true,
  1131. "species": "Deoxys",
  1132. "abilities": {
  1133. "0": "Regenerator"
  1134. }
  1135. },
  1136. "deoxysattack": {
  1137. "inherit": true,
  1138. "species": "Deoxysattack",
  1139. "abilities": {
  1140. "0": "Gluttony"
  1141. }
  1142. },
  1143. "deoxysdefense": {
  1144. "inherit": true,
  1145. "species": "Deoxysdefense",
  1146. "abilities": {
  1147. "0": "Hydration"
  1148. }
  1149. },
  1150. "deoxysspeed": {
  1151. "inherit": true,
  1152. "species": "Deoxysspeed",
  1153. "abilities": {
  1154. "0": "Sapsipper"
  1155. }
  1156. },
  1157. "dewgong": {
  1158. "inherit": true,
  1159. "species": "Dewgong",
  1160. "abilities": {
  1161. "0": "Icebody",
  1162. "1": "Swarm",
  1163. "H": "Regenerator"
  1164. }
  1165. },
  1166. "dewott": {
  1167. "inherit": true,
  1168. "species": "Dewott",
  1169. "abilities": {
  1170. "0": "Telepathy",
  1171. "H": "Purepower"
  1172. }
  1173. },
  1174. "dialga": {
  1175. "inherit": true,
  1176. "species": "Dialga",
  1177. "abilities": {
  1178. "0": "Shedskin",
  1179. "H": "Cheekpouch"
  1180. }
  1181. },
  1182. "diancie": {
  1183. "inherit": true,
  1184. "species": "Diancie",
  1185. "abilities": {
  1186. "0": "Prankster"
  1187. }
  1188. },
  1189. "diggersby": {
  1190. "inherit": true,
  1191. "species": "Diggersby",
  1192. "abilities": {
  1193. "0": "Static",
  1194. "1": "Roughskin",
  1195. "H": "Sturdy"
  1196. }
  1197. },
  1198. "diglett": {
  1199. "inherit": true,
  1200. "species": "Diglett",
  1201. "abilities": {
  1202. "0": "Weakarmor",
  1203. "1": "Magmaarmor",
  1204. "H": "Cutecharm"
  1205. }
  1206. },
  1207. "ditto": {
  1208. "inherit": true,
  1209. "species": "Ditto",
  1210. "abilities": {
  1211. "0": "Frisk",
  1212. "H": "Simple"
  1213. }
  1214. },
  1215. "dodrio": {
  1216. "inherit": true,
  1217. "species": "Dodrio",
  1218. "abilities": {
  1219. "0": "Telepathy",
  1220. "1": "Infiltrator",
  1221. "H": "Thickfat"
  1222. }
  1223. },
  1224. "doduo": {
  1225. "inherit": true,
  1226. "species": "Doduo",
  1227. "abilities": {
  1228. "0": "Sandrush",
  1229. "1": "Scrappy",
  1230. "H": "Overcoat"
  1231. }
  1232. },
  1233. "donphan": {
  1234. "inherit": true,
  1235. "species": "Donphan",
  1236. "abilities": {
  1237. "0": "Telepathy",
  1238. "H": "Overcoat"
  1239. }
  1240. },
  1241. "doublade": {
  1242. "inherit": true,
  1243. "species": "Doublade",
  1244. "abilities": {
  1245. "0": "Rivalry"
  1246. }
  1247. },
  1248. "dragalge": {
  1249. "inherit": true,
  1250. "species": "Dragalge",
  1251. "abilities": {
  1252. "0": "Noguard",
  1253. "1": "Sandveil",
  1254. "H": "Protean"
  1255. }
  1256. },
  1257. "dragonair": {
  1258. "inherit": true,
  1259. "species": "Dragonair",
  1260. "abilities": {
  1261. "0": "Waterveil",
  1262. "H": "Guts"
  1263. }
  1264. },
  1265. "dragonite": {
  1266. "inherit": true,
  1267. "species": "Dragonite",
  1268. "abilities": {
  1269. "0": "Regenerator",
  1270. "H": "Chlorophyll"
  1271. }
  1272. },
  1273. "drapion": {
  1274. "inherit": true,
  1275. "species": "Drapion",
  1276. "abilities": {
  1277. "0": "Clearbody",
  1278. "1": "Effectspore",
  1279. "H": "Guts"
  1280. }
  1281. },
  1282. "dratini": {
  1283. "inherit": true,
  1284. "species": "Dratini",
  1285. "abilities": {
  1286. "0": "Levitate",
  1287. "H": "Poisonpoint"
  1288. }
  1289. },
  1290. "drifblim": {
  1291. "inherit": true,
  1292. "species": "Drifblim",
  1293. "abilities": {
  1294. "0": "Sturdy",
  1295. "1": "Rockhead",
  1296. "H": "Intimidate"
  1297. }
  1298. },
  1299. "drifloon": {
  1300. "inherit": true,
  1301. "species": "Drifloon",
  1302. "abilities": {
  1303. "0": "Scrappy",
  1304. "1": "Pickup",
  1305. "H": "Stickyhold"
  1306. }
  1307. },
  1308. "drilbur": {
  1309. "inherit": true,
  1310. "species": "Drilbur",
  1311. "abilities": {
  1312. "0": "Static",
  1313. "1": "Klutz",
  1314. "H": "Normalize"
  1315. }
  1316. },
  1317. "drowzee": {
  1318. "inherit": true,
  1319. "species": "Drowzee",
  1320. "abilities": {
  1321. "0": "Cloudnine",
  1322. "1": "Simple",
  1323. "H": "Poisonheal"
  1324. }
  1325. },
  1326. "druddigon": {
  1327. "inherit": true,
  1328. "species": "Druddigon",
  1329. "abilities": {
  1330. "0": "Serenegrace",
  1331. "1": "Levitate",
  1332. "H": "Sheerforce"
  1333. }
  1334. },
  1335. "ducklett": {
  1336. "inherit": true,
  1337. "species": "Ducklett",
  1338. "abilities": {
  1339. "0": "Reckless",
  1340. "1": "Aftermath",
  1341. "H": "Adaptability"
  1342. }
  1343. },
  1344. "dugtrio": {
  1345. "inherit": true,
  1346. "species": "Dugtrio",
  1347. "abilities": {
  1348. "0": "Levitate",
  1349. "1": "Swiftswim",
  1350. "H": "Stench"
  1351. }
  1352. },
  1353. "dunsparce": {
  1354. "inherit": true,
  1355. "species": "Dunsparce",
  1356. "abilities": {
  1357. "0": "Illuminate",
  1358. "1": "Sandveil",
  1359. "H": "Soundproof"
  1360. }
  1361. },
  1362. "duosion": {
  1363. "inherit": true,
  1364. "species": "Duosion",
  1365. "abilities": {
  1366. "0": "Analytic",
  1367. "1": "Swiftswim",
  1368. "H": "Pickup"
  1369. }
  1370. },
  1371. "durant": {
  1372. "inherit": true,
  1373. "species": "Durant",
  1374. "abilities": {
  1375. "0": "Innerfocus",
  1376. "1": "Unnerve",
  1377. "H": "Swiftswim"
  1378. }
  1379. },
  1380. "dusclops": {
  1381. "inherit": true,
  1382. "species": "Dusclops",
  1383. "abilities": {
  1384. "0": "Superluck",
  1385. "H": "Simple"
  1386. }
  1387. },
  1388. "dusknoir": {
  1389. "inherit": true,
  1390. "species": "Dusknoir",
  1391. "abilities": {
  1392. "0": "Waterabsorb",
  1393. "H": "Magicguard"
  1394. }
  1395. },
  1396. "duskull": {
  1397. "inherit": true,
  1398. "species": "Duskull",
  1399. "abilities": {
  1400. "0": "Technician",
  1401. "H": "Sheerforce"
  1402. }
  1403. },
  1404. "dustox": {
  1405. "inherit": true,
  1406. "species": "Dustox",
  1407. "abilities": {
  1408. "0": "Tintedlens",
  1409. "H": "Roughskin"
  1410. }
  1411. },
  1412. "dwebble": {
  1413. "inherit": true,
  1414. "species": "Dwebble",
  1415. "abilities": {
  1416. "0": "Frisk",
  1417. "1": "Unnerve",
  1418. "H": "Gluttony"
  1419. }
  1420. },
  1421. "eelektrik": {
  1422. "inherit": true,
  1423. "species": "Eelektrik",
  1424. "abilities": {
  1425. "0": "Hydration"
  1426. }
  1427. },
  1428. "eelektross": {
  1429. "inherit": true,
  1430. "species": "Eelektross",
  1431. "abilities": {
  1432. "0": "Dryskin"
  1433. }
  1434. },
  1435. "eevee": {
  1436. "inherit": true,
  1437. "species": "Eevee",
  1438. "abilities": {
  1439. "0": "Swiftswim",
  1440. "1": "Galewings",
  1441. "H": "Overgrow"
  1442. }
  1443. },
  1444. "ekans": {
  1445. "inherit": true,
  1446. "species": "Ekans",
  1447. "abilities": {
  1448. "0": "Blaze",
  1449. "1": "Gooey",
  1450. "H": "Shellarmor"
  1451. }
  1452. },
  1453. "electabuzz": {
  1454. "inherit": true,
  1455. "species": "Electabuzz",
  1456. "abilities": {
  1457. "0": "Justified",
  1458. "H": "Sniper"
  1459. }
  1460. },
  1461. "electivire": {
  1462. "inherit": true,
  1463. "species": "Electivire",
  1464. "abilities": {
  1465. "0": "Stormdrain",
  1466. "H": "Snowcloak"
  1467. }
  1468. },
  1469. "electrike": {
  1470. "inherit": true,
  1471. "species": "Electrike",
  1472. "abilities": {
  1473. "0": "Overcoat",
  1474. "1": "Levitate",
  1475. "H": "Competitive"
  1476. }
  1477. },
  1478. "electrode": {
  1479. "inherit": true,
  1480. "species": "Electrode",
  1481. "abilities": {
  1482. "0": "Technician",
  1483. "1": "Insomnia",
  1484. "H": "Shedskin"
  1485. }
  1486. },
  1487. "elekid": {
  1488. "inherit": true,
  1489. "species": "Elekid",
  1490. "abilities": {
  1491. "0": "Innerfocus",
  1492. "H": "Levitate"
  1493. }
  1494. },
  1495. "elgyem": {
  1496. "inherit": true,
  1497. "species": "Elgyem",
  1498. "abilities": {
  1499. "0": "Insomnia",
  1500. "1": "Stormdrain",
  1501. "H": "Moldbreaker"
  1502. }
  1503. },
  1504. "emboar": {
  1505. "inherit": true,
  1506. "species": "Emboar",
  1507. "abilities": {
  1508. "0": "Naturalcure",
  1509. "H": "Effectspore"
  1510. }
  1511. },
  1512. "emolga": {
  1513. "inherit": true,
  1514. "species": "Emolga",
  1515. "abilities": {
  1516. "0": "Cloudnine",
  1517. "H": "Moody"
  1518. }
  1519. },
  1520. "empoleon": {
  1521. "inherit": true,
  1522. "species": "Empoleon",
  1523. "abilities": {
  1524. "0": "Lightningrod",
  1525. "H": "Darkaura"
  1526. }
  1527. },
  1528. "entei": {
  1529. "inherit": true,
  1530. "species": "Entei",
  1531. "abilities": {
  1532. "0": "Synchronize",
  1533. "H": "Poisonpoint"
  1534. }
  1535. },
  1536. "escavalier": {
  1537. "inherit": true,
  1538. "species": "Escavalier",
  1539. "abilities": {
  1540. "0": "Regenerator",
  1541. "1": "Sniper",
  1542. "H": "Clearbody"
  1543. }
  1544. },
  1545. "espeon": {
  1546. "inherit": true,
  1547. "species": "Espeon",
  1548. "abilities": {
  1549. "0": "Earlybird",
  1550. "H": "Gluttony"
  1551. }
  1552. },
  1553. "espurr": {
  1554. "inherit": true,
  1555. "species": "Espurr",
  1556. "abilities": {
  1557. "0": "Insomnia",
  1558. "1": "Tintedlens",
  1559. "H": "Swiftswim"
  1560. }
  1561. },
  1562. "excadrill": {
  1563. "inherit": true,
  1564. "species": "Excadrill",
  1565. "abilities": {
  1566. "0": "Blaze",
  1567. "1": "Waterveil",
  1568. "H": "Steadfast"
  1569. }
  1570. },
  1571. "exeggcute": {
  1572. "inherit": true,
  1573. "species": "Exeggcute",
  1574. "abilities": {
  1575. "0": "Waterveil",
  1576. "H": "Hustle"
  1577. }
  1578. },
  1579. "exeggutor": {
  1580. "inherit": true,
  1581. "species": "Exeggutor",
  1582. "abilities": {
  1583. "0": "Analytic",
  1584. "H": "Rockhead"
  1585. }
  1586. },
  1587. "exploud": {
  1588. "inherit": true,
  1589. "species": "Exploud",
  1590. "abilities": {
  1591. "0": "Heavymetal",
  1592. "H": "Pressure"
  1593. }
  1594. },
  1595. "farfetchd": {
  1596. "inherit": true,
  1597. "species": "Farfetchd",
  1598. "abilities": {
  1599. "0": "Prankster",
  1600. "1": "Sturdy",
  1601. "H": "Compoundeyes"
  1602. }
  1603. },
  1604. "fearow": {
  1605. "inherit": true,
  1606. "species": "Fearow",
  1607. "abilities": {
  1608. "0": "Battlearmor",
  1609. "H": "Pickup"
  1610. }
  1611. },
  1612. "feebas": {
  1613. "inherit": true,
  1614. "species": "Feebas",
  1615. "abilities": {
  1616. "0": "Synchronize",
  1617. "1": "Healer",
  1618. "H": "Static"
  1619. }
  1620. },
  1621. "fennekin": {
  1622. "inherit": true,
  1623. "species": "Fennekin",
  1624. "abilities": {
  1625. "0": "Sturdy",
  1626. "H": "Sapsipper"
  1627. }
  1628. },
  1629. "feraligatr": {
  1630. "inherit": true,
  1631. "species": "Feraligatr",
  1632. "abilities": {
  1633. "0": "Bigpecks",
  1634. "H": "Pressure"
  1635. }
  1636. },
  1637. "ferroseed": {
  1638. "inherit": true,
  1639. "species": "Ferroseed",
  1640. "abilities": {
  1641. "0": "Rattled"
  1642. }
  1643. },
  1644. "ferrothorn": {
  1645. "inherit": true,
  1646. "species": "Ferrothorn",
  1647. "abilities": {
  1648. "0": "Flamebody",
  1649. "H": "Rockhead"
  1650. }
  1651. },
  1652. "finneon": {
  1653. "inherit": true,
  1654. "species": "Finneon",
  1655. "abilities": {
  1656. "0": "Pressure",
  1657. "1": "Shielddust",
  1658. "H": "Keeneye"
  1659. }
  1660. },
  1661. "flaaffy": {
  1662. "inherit": true,
  1663. "species": "Flaaffy",
  1664. "abilities": {
  1665. "0": "Infiltrator",
  1666. "H": "Unnerve"
  1667. }
  1668. },
  1669. "flabebe": {
  1670. "inherit": true,
  1671. "species": "Flabebe",
  1672. "abilities": {
  1673. "0": "Rockhead",
  1674. "H": "Poisonpoint"
  1675. }
  1676. },
  1677. "flareon": {
  1678. "inherit": true,
  1679. "species": "Flareon",
  1680. "abilities": {
  1681. "0": "Hustle",
  1682. "H": "Levitate"
  1683. }
  1684. },
  1685. "fletchinder": {
  1686. "inherit": true,
  1687. "species": "Fletchinder",
  1688. "abilities": {
  1689. "0": "Flowerveil",
  1690. "H": "Owntempo"
  1691. }
  1692. },
  1693. "fletchling": {
  1694. "inherit": true,
  1695. "species": "Fletchling",
  1696. "abilities": {
  1697. "0": "Guts",
  1698. "H": "Anticipation"
  1699. }
  1700. },
  1701. "floatzel": {
  1702. "inherit": true,
  1703. "species": "Floatzel",
  1704. "abilities": {
  1705. "0": "Pickpocket",
  1706. "H": "Keeneye"
  1707. }
  1708. },
  1709. "floette": {
  1710. "inherit": true,
  1711. "species": "Floette",
  1712. "abilities": {
  1713. "0": "Intimidate",
  1714. "H": "Flashfire"
  1715. }
  1716. },
  1717. "florges": {
  1718. "inherit": true,
  1719. "species": "Florges",
  1720. "abilities": {
  1721. "0": "Cutecharm",
  1722. "H": "Thickfat"
  1723. }
  1724. },
  1725. "flygon": {
  1726. "inherit": true,
  1727. "species": "Flygon",
  1728. "abilities": {
  1729. "0": "Oblivious"
  1730. }
  1731. },
  1732. "foongus": {
  1733. "inherit": true,
  1734. "species": "Foongus",
  1735. "abilities": {
  1736. "0": "Overgrow",
  1737. "H": "Motordrive"
  1738. }
  1739. },
  1740. "forretress": {
  1741. "inherit": true,
  1742. "species": "Forretress",
  1743. "abilities": {
  1744. "0": "Frisk",
  1745. "H": "Hustle"
  1746. }
  1747. },
  1748. "fraxure": {
  1749. "inherit": true,
  1750. "species": "Fraxure",
  1751. "abilities": {
  1752. "0": "Skilllink",
  1753. "1": "Defiant",
  1754. "H": "Competitive"
  1755. }
  1756. },
  1757. "frillish": {
  1758. "inherit": true,
  1759. "species": "Frillish",
  1760. "abilities": {
  1761. "0": "Naturalcure",
  1762. "1": "Poisontouch",
  1763. "H": "Arenatrap"
  1764. }
  1765. },
  1766. "froakie": {
  1767. "inherit": true,
  1768. "species": "Froakie",
  1769. "abilities": {
  1770. "0": "Poisontouch",
  1771. "H": "Cutecharm"
  1772. }
  1773. },
  1774. "frogadier": {
  1775. "inherit": true,
  1776. "species": "Frogadier",
  1777. "abilities": {
  1778. "0": "Oblivious",
  1779. "H": "Intimidate"
  1780. }
  1781. },
  1782. "froslass": {
  1783. "inherit": true,
  1784. "species": "Froslass",
  1785. "abilities": {
  1786. "0": "Sapsipper",
  1787. "H": "Unburden"
  1788. }
  1789. },
  1790. "furfrou": {
  1791. "inherit": true,
  1792. "species": "Furfrou",
  1793. "abilities": {
  1794. "0": "Cheekpouch"
  1795. }
  1796. },
  1797. "furret": {
  1798. "inherit": true,
  1799. "species": "Furret",
  1800. "abilities": {
  1801. "0": "Scrappy",
  1802. "1": "Bigpecks",
  1803. "H": "Arenatrap"
  1804. }
  1805. },
  1806. "gabite": {
  1807. "inherit": true,
  1808. "species": "Gabite",
  1809. "abilities": {
  1810. "0": "Heavymetal",
  1811. "H": "Rattled"
  1812. }
  1813. },
  1814. "gallade": {
  1815. "inherit": true,
  1816. "species": "Gallade",
  1817. "abilities": {
  1818. "0": "Icebody",
  1819. "H": "Overcoat"
  1820. }
  1821. },
  1822. "galvantula": {
  1823. "inherit": true,
  1824. "species": "Galvantula",
  1825. "abilities": {
  1826. "0": "Illuminate",
  1827. "1": "Shielddust",
  1828. "H": "Hydration"
  1829. }
  1830. },
  1831. "garbodor": {
  1832. "inherit": true,
  1833. "species": "Garbodor",
  1834. "abilities": {
  1835. "0": "Moxie",
  1836. "1": "Cutecharm",
  1837. "H": "Flashfire"
  1838. }
  1839. },
  1840. "garchomp": {
  1841. "inherit": true,
  1842. "species": "Garchomp",
  1843. "abilities": {
  1844. "0": "Naturalcure",
  1845. "H": "Megalauncher"
  1846. }
  1847. },
  1848. "gardevoir": {
  1849. "inherit": true,
  1850. "species": "Gardevoir",
  1851. "abilities": {
  1852. "0": "Turboblaze",
  1853. "1": "Baddreams",
  1854. "H": "Levitate"
  1855. }
  1856. },
  1857. "gastly": {
  1858. "inherit": true,
  1859. "species": "Gastly",
  1860. "abilities": {
  1861. "0": "Compoundeyes"
  1862. }
  1863. },
  1864. "gastrodon": {
  1865. "inherit": true,
  1866. "species": "Gastrodon",
  1867. "abilities": {
  1868. "0": "Solarpower",
  1869. "1": "Quickfeet",
  1870. "H": "Battlearmor"
  1871. }
  1872. },
  1873. "genesect": {
  1874. "inherit": true,
  1875. "species": "Genesect",
  1876. "abilities": {
  1877. "0": "Damp"
  1878. }
  1879. },
  1880. "gengar": {
  1881. "inherit": true,
  1882. "species": "Gengar",
  1883. "abilities": {
  1884. "0": "Swarm"
  1885. }
  1886. },
  1887. "geodude": {
  1888. "inherit": true,
  1889. "species": "Geodude",
  1890. "abilities": {
  1891. "0": "Unnerve",
  1892. "1": "Sandveil",
  1893. "H": "Sturdy"
  1894. }
  1895. },
  1896. "gible": {
  1897. "inherit": true,
  1898. "species": "Gible",
  1899. "abilities": {
  1900. "0": "Flashfire",
  1901. "H": "Owntempo"
  1902. }
  1903. },
  1904. "gigalith": {
  1905. "inherit": true,
  1906. "species": "Gigalith",
  1907. "abilities": {
  1908. "0": "Intimidate",
  1909. "H": "Defiant"
  1910. }
  1911. },
  1912. "girafarig": {
  1913. "inherit": true,
  1914. "species": "Girafarig",
  1915. "abilities": {
  1916. "0": "Static",
  1917. "1": "Snowcloak",
  1918. "H": "Overcoat"
  1919. }
  1920. },
  1921. "giratina": {
  1922. "inherit": true,
  1923. "species": "Giratina",
  1924. "abilities": {
  1925. "0": "Icebody",
  1926. "H": "Angerpoint"
  1927. }
  1928. },
  1929. "giratinaorigin": {
  1930. "inherit": true,
  1931. "species": "Giratinaorigin",
  1932. "abilities": {
  1933. "0": "Runaway"
  1934. }
  1935. },
  1936. "glaceon": {
  1937. "inherit": true,
  1938. "species": "Glaceon",
  1939. "abilities": {
  1940. "0": "Quickfeet",
  1941. "H": "Raindish"
  1942. }
  1943. },
  1944. "glalie": {
  1945. "inherit": true,
  1946. "species": "Glalie",
  1947. "abilities": {
  1948. "0": "Levitate",
  1949. "1": "Stickyhold",
  1950. "H": "Torrent"
  1951. }
  1952. },
  1953. "glameow": {
  1954. "inherit": true,
  1955. "species": "Glameow",
  1956. "abilities": {
  1957. "0": "Guts",
  1958. "1": "Intimidate",
  1959. "H": "Scrappy"
  1960. }
  1961. },
  1962. "gligar": {
  1963. "inherit": true,
  1964. "species": "Gligar",
  1965. "abilities": {
  1966. "0": "Lightningrod",
  1967. "1": "Harvest",
  1968. "H": "Levitate"
  1969. }
  1970. },
  1971. "gliscor": {
  1972. "inherit": true,
  1973. "species": "Gliscor",
  1974. "abilities": {
  1975. "0": "Magicguard",
  1976. "1": "Regenerator",
  1977. "H": "Thickfat"
  1978. }
  1979. },
  1980. "gloom": {
  1981. "inherit": true,
  1982. "species": "Gloom",
  1983. "abilities": {
  1984. "0": "Unburden",
  1985. "H": "Aftermath"
  1986. }
  1987. },
  1988. "gogoat": {
  1989. "inherit": true,
  1990. "species": "Gogoat",
  1991. "abilities": {
  1992. "0": "Justified",
  1993. "H": "Bigpecks"
  1994. }
  1995. },
  1996. "golbat": {
  1997. "inherit": true,
  1998. "species": "Golbat",
  1999. "abilities": {
  2000. "0": "Battlearmor",
  2001. "H": "Swarm"
  2002. }
  2003. },
  2004. "goldeen": {
  2005. "inherit": true,
  2006. "species": "Goldeen",
  2007. "abilities": {
  2008. "0": "Blaze",
  2009. "1": "Superluck",
  2010. "H": "Flamebody"
  2011. }
  2012. },
  2013. "golduck": {
  2014. "inherit": true,
  2015. "species": "Golduck",
  2016. "abilities": {
  2017. "0": "Aftermath",
  2018. "1": "Guts",
  2019. "H": "Levitate"
  2020. }
  2021. },
  2022. "golem": {
  2023. "inherit": true,
  2024. "species": "Golem",
  2025. "abilities": {
  2026. "0": "Bigpecks",
  2027. "1": "Earlybird",
  2028. "H": "Chlorophyll"
  2029. }
  2030. },
  2031. "golett": {
  2032. "inherit": true,
  2033. "species": "Golett",
  2034. "abilities": {
  2035. "0": "Galewings",
  2036. "1": "Steadfast",
  2037. "H": "Solarpower"
  2038. }
  2039. },
  2040. "golurk": {
  2041. "inherit": true,
  2042. "species": "Golurk",
  2043. "abilities": {
  2044. "0": "Owntempo",
  2045. "1": "Forewarn",
  2046. "H": "Adaptability"
  2047. }
  2048. },
  2049. "goodra": {
  2050. "inherit": true,
  2051. "species": "Goodra",
  2052. "abilities": {
  2053. "0": "Solarpower",
  2054. "1": "Owntempo",
  2055. "H": "Overgrow"
  2056. }
  2057. },
  2058. "goomy": {
  2059. "inherit": true,
  2060. "species": "Goomy",
  2061. "abilities": {
  2062. "0": "Ironfist",
  2063. "1": "Megalauncher",
  2064. "H": "Clearbody"
  2065. }
  2066. },
  2067. "gorebyss": {
  2068. "inherit": true,
  2069. "species": "Gorebyss",
  2070. "abilities": {
  2071. "0": "Chlorophyll",
  2072. "H": "Swarm"
  2073. }
  2074. },
  2075. "gothita": {
  2076. "inherit": true,
  2077. "species": "Gothita",
  2078. "abilities": {
  2079. "0": "Waterabsorb",
  2080. "1": "Sturdy",
  2081. "H": "Raindish"
  2082. }
  2083. },
  2084. "gothitelle": {
  2085. "inherit": true,
  2086. "species": "Gothitelle",
  2087. "abilities": {
  2088. "0": "Rockhead",
  2089. "1": "Weakarmor",
  2090. "H": "Sturdy"
  2091. }
  2092. },
  2093. "gothorita": {
  2094. "inherit": true,
  2095. "species": "Gothorita",
  2096. "abilities": {
  2097. "0": "Victorystar",
  2098. "1": "Sandveil",
  2099. "H": "Sandforce"
  2100. }
  2101. },
  2102. "gourgeist": {
  2103. "inherit": true,
  2104. "species": "Gourgeist",
  2105. "abilities": {
  2106. "0": "Superluck",
  2107. "1": "Megalauncher",
  2108. "H": "Magnetpull"
  2109. }
  2110. },
  2111. "gourgeistlarge": {
  2112. "inherit": true,
  2113. "species": "Gourgeistlarge",
  2114. "abilities": {
  2115. "0": "Static",
  2116. "1": "Hydration",
  2117. "H": "Effectspore"
  2118. }
  2119. },
  2120. "gourgeistsmall": {
  2121. "inherit": true,
  2122. "species": "Gourgeistsmall",
  2123. "abilities": {
  2124. "0": "Levitate",
  2125. "1": "Harvest",
  2126. "H": "Shadowtag"
  2127. }
  2128. },
  2129. "gourgeistsuper": {
  2130. "inherit": true,
  2131. "species": "Gourgeistsuper",
  2132. "abilities": {
  2133. "0": "Flareboost",
  2134. "1": "Static",
  2135. "H": "Moldbreaker"
  2136. }
  2137. },
  2138. "granbull": {
  2139. "inherit": true,
  2140. "species": "Granbull",
  2141. "abilities": {
  2142. "0": "Swiftswim",
  2143. "1": "Waterabsorb",
  2144. "H": "Sturdy"
  2145. }
  2146. },
  2147. "graveler": {
  2148. "inherit": true,
  2149. "species": "Graveler",
  2150. "abilities": {
  2151. "0": "Shadowtag",
  2152. "1": "Regenerator",
  2153. "H": "Magnetpull"
  2154. }
  2155. },
  2156. "greninja": {
  2157. "inherit": true,
  2158. "species": "Greninja",
  2159. "abilities": {
  2160. "0": "Moxie",
  2161. "H": "Earlybird"
  2162. }
  2163. },
  2164. "grimer": {
  2165. "inherit": true,
  2166. "species": "Grimer",
  2167. "abilities": {
  2168. "0": "Flamebody",
  2169. "1": "Lightmetal",
  2170. "H": "Slowstart"
  2171. }
  2172. },
  2173. "grotle": {
  2174. "inherit": true,
  2175. "species": "Grotle",
  2176. "abilities": {
  2177. "0": "Intimidate",
  2178. "H": "Chlorophyll"
  2179. }
  2180. },
  2181. "groudon": {
  2182. "inherit": true,
  2183. "species": "Groudon",
  2184. "abilities": {
  2185. "0": "Unnerve"
  2186. }
  2187. },
  2188. "grovyle": {
  2189. "inherit": true,
  2190. "species": "Grovyle",
  2191. "abilities": {
  2192. "0": "Frisk",
  2193. "H": "Rattled"
  2194. }
  2195. },
  2196. "growlithe": {
  2197. "inherit": true,
  2198. "species": "Growlithe",
  2199. "abilities": {
  2200. "0": "Keeneye",
  2201. "1": "Justified",
  2202. "H": "Chlorophyll"
  2203. }
  2204. },
  2205. "grumpig": {
  2206. "inherit": true,
  2207. "species": "Grumpig",
  2208. "abilities": {
  2209. "0": "Intimidate",
  2210. "1": "Flowerveil",
  2211. "H": "Clearbody"
  2212. }
  2213. },
  2214. "gulpin": {
  2215. "inherit": true,
  2216. "species": "Gulpin",
  2217. "abilities": {
  2218. "0": "Pixilate",
  2219. "1": "Ironfist",
  2220. "H": "Raindish"
  2221. }
  2222. },
  2223. "gurdurr": {
  2224. "inherit": true,
  2225. "species": "Gurdurr",
  2226. "abilities": {
  2227. "0": "Sturdy",
  2228. "1": "Infiltrator",
  2229. "H": "Swarm"
  2230. }
  2231. },
  2232. "gyarados": {
  2233. "inherit": true,
  2234. "species": "Gyarados",
  2235. "abilities": {
  2236. "0": "Sturdy",
  2237. "H": "Pressure"
  2238. }
  2239. },
  2240. "happiny": {
  2241. "inherit": true,
  2242. "species": "Happiny",
  2243. "abilities": {
  2244. "0": "Sandveil",
  2245. "1": "Competitive",
  2246. "H": "Levitate"
  2247. }
  2248. },
  2249. "hariyama": {
  2250. "inherit": true,
  2251. "species": "Hariyama",
  2252. "abilities": {
  2253. "0": "Runaway",
  2254. "1": "Cutecharm",
  2255. "H": "Snowwarning"
  2256. }
  2257. },
  2258. "haunter": {
  2259. "inherit": true,
  2260. "species": "Haunter",
  2261. "abilities": {
  2262. "0": "Oblivious"
  2263. }
  2264. },
  2265. "hawlucha": {
  2266. "inherit": true,
  2267. "species": "Hawlucha",
  2268. "abilities": {
  2269. "0": "Poisonheal",
  2270. "1": "Shedskin",
  2271. "H": "Chlorophyll"
  2272. }
  2273. },
  2274. "haxorus": {
  2275. "inherit": true,
  2276. "species": "Haxorus",
  2277. "abilities": {
  2278. "0": "Clearbody",
  2279. "1": "Angerpoint",
  2280. "H": "Damp"
  2281. }
  2282. },
  2283. "heatmor": {
  2284. "inherit": true,
  2285. "species": "Heatmor",
  2286. "abilities": {
  2287. "0": "Reckless",
  2288. "1": "Levitate",
  2289. "H": "Serenegrace"
  2290. }
  2291. },
  2292. "heatran": {
  2293. "inherit": true,
  2294. "species": "Heatran",
  2295. "abilities": {
  2296. "0": "Sturdy",
  2297. "H": "Colorchange"
  2298. }
  2299. },
  2300. "heliolisk": {
  2301. "inherit": true,
  2302. "species": "Heliolisk",
  2303. "abilities": {
  2304. "0": "Hustle",
  2305. "1": "Oblivious",
  2306. "H": "Keeneye"
  2307. }
  2308. },
  2309. "helioptile": {
  2310. "inherit": true,
  2311. "species": "Helioptile",
  2312. "abilities": {
  2313. "0": "Swiftswim",
  2314. "1": "Stormdrain",
  2315. "H": "Unburden"
  2316. }
  2317. },
  2318. "heracross": {
  2319. "inherit": true,
  2320. "species": "Heracross",
  2321. "abilities": {
  2322. "0": "Guts",
  2323. "1": "Angerpoint",
  2324. "H": "Quickfeet"
  2325. }
  2326. },
  2327. "herdier": {
  2328. "inherit": true,
  2329. "species": "Herdier",
  2330. "abilities": {
  2331. "0": "Levitate",
  2332. "1": "Intimidate",
  2333. "H": "Soundproof"
  2334. }
  2335. },
  2336. "hippopotas": {
  2337. "inherit": true,
  2338. "species": "Hippopotas",
  2339. "abilities": {
  2340. "0": "Rockhead",
  2341. "H": "Compoundeyes"
  2342. }
  2343. },
  2344. "hippowdon": {
  2345. "inherit": true,
  2346. "species": "Hippowdon",
  2347. "abilities": {
  2348. "0": "Oblivious",
  2349. "H": "Clearbody"
  2350. }
  2351. },
  2352. "hitmonchan": {
  2353. "inherit": true,
  2354. "species": "Hitmonchan",
  2355. "abilities": {
  2356. "0": "Infiltrator",
  2357. "1": "Cursedbody",
  2358. "H": "Ironfist"
  2359. }
  2360. },
  2361. "hitmonlee": {
  2362. "inherit": true,
  2363. "species": "Hitmonlee",
  2364. "abilities": {
  2365. "0": "Noguard",
  2366. "1": "Prankster",
  2367. "H": "Leafguard"
  2368. }
  2369. },
  2370. "hitmontop": {
  2371. "inherit": true,
  2372. "species": "Hitmontop",
  2373. "abilities": {
  2374. "0": "Sheerforce",
  2375. "1": "Frisk",
  2376. "H": "Gluttony"
  2377. }
  2378. },
  2379. "hooh": {
  2380. "inherit": true,
  2381. "species": "Hooh",
  2382. "abilities": {
  2383. "0": "Technician",
  2384. "H": "Pressure"
  2385. }
  2386. },
  2387. "honchkrow": {
  2388. "inherit": true,
  2389. "species": "Honchkrow",
  2390. "abilities": {
  2391. "0": "Plus",
  2392. "1": "Technician",
  2393. "H": "Shellarmor"
  2394. }
  2395. },
  2396. "honedge": {
  2397. "inherit": true,
  2398. "species": "Honedge",
  2399. "abilities": {
  2400. "0": "Shielddust"
  2401. }
  2402. },
  2403. "hoothoot": {
  2404. "inherit": true,
  2405. "species": "Hoothoot",
  2406. "abilities": {
  2407. "0": "Tintedlens",
  2408. "1": "Limber",
  2409. "H": "Swarm"
  2410. }
  2411. },
  2412. "hoppip": {
  2413. "inherit": true,
  2414. "species": "Hoppip",
  2415. "abilities": {
  2416. "0": "Overcoat",
  2417. "1": "Runaway",
  2418. "H": "Pickup"
  2419. }
  2420. },
  2421. "horsea": {
  2422. "inherit": true,
  2423. "species": "Horsea",
  2424. "abilities": {
  2425. "0": "Sturdy",
  2426. "1": "Chlorophyll",
  2427. "H": "Cloudnine"
  2428. }
  2429. },
  2430. "houndoom": {
  2431. "inherit": true,
  2432. "species": "Houndoom",
  2433. "abilities": {
  2434. "0": "Strongjaw",
  2435. "1": "Superluck",
  2436. "H": "Intimidate"
  2437. }
  2438. },
  2439. "houndour": {
  2440. "inherit": true,
  2441. "species": "Houndour",
  2442. "abilities": {
  2443. "0": "Poisonpoint",
  2444. "1": "Intimidate",
  2445. "H": "Swiftswim"
  2446. }
  2447. },
  2448. "huntail": {
  2449. "inherit": true,
  2450. "species": "Huntail",
  2451. "abilities": {
  2452. "0": "Chlorophyll",
  2453. "H": "Torrent"
  2454. }
  2455. },
  2456. "hydreigon": {
  2457. "inherit": true,
  2458. "species": "Hydreigon",
  2459. "abilities": {
  2460. "0": "Torrent"
  2461. }
  2462. },
  2463. "hypno": {
  2464. "inherit": true,
  2465. "species": "Hypno",
  2466. "abilities": {
  2467. "0": "Aerilate",
  2468. "1": "Defiant",
  2469. "H": "Intimidate"
  2470. }
  2471. },
  2472. "igglybuff": {
  2473. "inherit": true,
  2474. "species": "Igglybuff",
  2475. "abilities": {
  2476. "0": "Hydration",
  2477. "1": "Synchronize",
  2478. "H": "Sandveil"
  2479. }
  2480. },
  2481. "illumise": {
  2482. "inherit": true,
  2483. "species": "Illumise",
  2484. "abilities": {
  2485. "0": "Sturdy",
  2486. "1": "Bigpecks",
  2487. "H": "Effectspore"
  2488. }
  2489. },
  2490. "infernape": {
  2491. "inherit": true,
  2492. "species": "Infernape",
  2493. "abilities": {
  2494. "0": "Thickfat",
  2495. "H": "Infiltrator"
  2496. }
  2497. },
  2498. "inkay": {
  2499. "inherit": true,
  2500. "species": "Inkay",
  2501. "abilities": {
  2502. "0": "Immunity",
  2503. "1": "Keeneye",
  2504. "H": "Trace"
  2505. }
  2506. },
  2507. "ivysaur": {
  2508. "inherit": true,
  2509. "species": "Ivysaur",
  2510. "abilities": {
  2511. "0": "Weakarmor",
  2512. "H": "Vitalspirit"
  2513. }
  2514. },
  2515. "jellicent": {
  2516. "inherit": true,
  2517. "species": "Jellicent",
  2518. "abilities": {
  2519. "0": "Technician",
  2520. "1": "Thickfat",
  2521. "H": "Pressure"
  2522. }
  2523. },
  2524. "jigglypuff": {
  2525. "inherit": true,
  2526. "species": "Jigglypuff",
  2527. "abilities": {
  2528. "0": "Owntempo",
  2529. "1": "Poisonpoint",
  2530. "H": "Serenegrace"
  2531. }
  2532. },
  2533. "jirachi": {
  2534. "inherit": true,
  2535. "species": "Jirachi",
  2536. "abilities": {
  2537. "0": "Voltabsorb"
  2538. }
  2539. },
  2540. "jolteon": {
  2541. "inherit": true,
  2542. "species": "Jolteon",
  2543. "abilities": {
  2544. "0": "Swiftswim",
  2545. "H": "Ironbarbs"
  2546. }
  2547. },
  2548. "joltik": {
  2549. "inherit": true,
  2550. "species": "Joltik",
  2551. "abilities": {
  2552. "0": "Waterabsorb",
  2553. "1": "Hustle",
  2554. "H": "Serenegrace"
  2555. }
  2556. },
  2557. "jumpluff": {
  2558. "inherit": true,
  2559. "species": "Jumpluff",
  2560. "abilities": {
  2561. "0": "Unburden",
  2562. "1": "Swiftswim",
  2563. "H": "Snowwarning"
  2564. }
  2565. },
  2566. "jynx": {
  2567. "inherit": true,
  2568. "species": "Jynx",
  2569. "abilities": {
  2570. "0": "Overcoat",
  2571. "1": "Moxie",
  2572. "H": "Superluck"
  2573. }
  2574. },
  2575. "kabuto": {
  2576. "inherit": true,
  2577. "species": "Kabuto",
  2578. "abilities": {
  2579. "0": "Normalize",
  2580. "1": "Earlybird",
  2581. "H": "Unaware"
  2582. }
  2583. },
  2584. "kabutops": {
  2585. "inherit": true,
  2586. "species": "Kabutops",
  2587. "abilities": {
  2588. "0": "Defiant",
  2589. "1": "Ironfist",
  2590. "H": "Keeneye"
  2591. }
  2592. },
  2593. "kadabra": {
  2594. "inherit": true,
  2595. "species": "Kadabra",
  2596. "abilities": {
  2597. "0": "Swarm",
  2598. "1": "Magmaarmor",
  2599. "H": "Blaze"
  2600. }
  2601. },
  2602. "kakuna": {
  2603. "inherit": true,
  2604. "species": "Kakuna",
  2605. "abilities": {
  2606. "0": "Flashfire"
  2607. }
  2608. },
  2609. "kangaskhan": {
  2610. "inherit": true,
  2611. "species": "Kangaskhan",
  2612. "abilities": {
  2613. "0": "Toughclaws",
  2614. "1": "Magnetpull",
  2615. "H": "Swiftswim"
  2616. }
  2617. },
  2618. "karrablast": {
  2619. "inherit": true,
  2620. "species": "Karrablast",
  2621. "abilities": {
  2622. "0": "Flashfire",
  2623. "1": "Waterveil",
  2624. "H": "Moldbreaker"
  2625. }
  2626. },
  2627. "kecleon": {
  2628. "inherit": true,
  2629. "species": "Kecleon",
  2630. "abilities": {
  2631. "0": "Sapsipper",
  2632. "H": "Pickup"
  2633. }
  2634. },
  2635. "keldeo": {
  2636. "inherit": true,
  2637. "species": "Keldeo",
  2638. "abilities": {
  2639. "0": "Oblivious"
  2640. }
  2641. },
  2642. "kingdra": {
  2643. "inherit": true,
  2644. "species": "Kingdra",
  2645. "abilities": {
  2646. "0": "Weakarmor",
  2647. "1": "Pressure",
  2648. "H": "Forewarn"
  2649. }
  2650. },
  2651. "kingler": {
  2652. "inherit": true,
  2653. "species": "Kingler",
  2654. "abilities": {
  2655. "0": "Innerfocus",
  2656. "1": "Reckless",
  2657. "H": "Rivalry"
  2658. }
  2659. },
  2660. "kirlia": {
  2661. "inherit": true,
  2662. "species": "Kirlia",
  2663. "abilities": {
  2664. "0": "Thickfat",
  2665. "1": "Insomnia",
  2666. "H": "Leafguard"
  2667. }
  2668. },
  2669. "klang": {
  2670. "inherit": true,
  2671. "species": "Klang",
  2672. "abilities": {
  2673. "0": "Competitive",
  2674. "1": "Pickpocket",
  2675. "H": "Keeneye"
  2676. }
  2677. },
  2678. "klefki": {
  2679. "inherit": true,
  2680. "species": "Klefki",
  2681. "abilities": {
  2682. "0": "Unnerve",
  2683. "H": "Hustle"
  2684. }
  2685. },
  2686. "klink": {
  2687. "inherit": true,
  2688. "species": "Klink",
  2689. "abilities": {
  2690. "0": "Runaway",
  2691. "1": "Waterveil",
  2692. "H": "Superluck"
  2693. }
  2694. },
  2695. "klinklang": {
  2696. "inherit": true,
  2697. "species": "Klinklang",
  2698. "abilities": {
  2699. "0": "Hypercutter",
  2700. "1": "Hydration",
  2701. "H": "Magicguard"
  2702. }
  2703. },
  2704. "koffing": {
  2705. "inherit": true,
  2706. "species": "Koffing",
  2707. "abilities": {
  2708. "0": "Rockhead"
  2709. }
  2710. },
  2711. "krabby": {
  2712. "inherit": true,
  2713. "species": "Krabby",
  2714. "abilities": {
  2715. "0": "Gooey",
  2716. "1": "Levitate",
  2717. "H": "Pressure"
  2718. }
  2719. },
  2720. "kricketot": {
  2721. "inherit": true,
  2722. "species": "Kricketot",
  2723. "abilities": {
  2724. "0": "Overgrow",
  2725. "H": "Waterabsorb"
  2726. }
  2727. },
  2728. "kricketune": {
  2729. "inherit": true,
  2730. "species": "Kricketune",
  2731. "abilities": {
  2732. "0": "Static",
  2733. "H": "Infiltrator"
  2734. }
  2735. },
  2736. "krokorok": {
  2737. "inherit": true,
  2738. "species": "Krokorok",
  2739. "abilities": {
  2740. "0": "Protean",
  2741. "1": "Frisk",
  2742. "H": "Stickyhold"
  2743. }
  2744. },
  2745. "krookodile": {
  2746. "inherit": true,
  2747. "species": "Krookodile",
  2748. "abilities": {
  2749. "0": "Regenerator",
  2750. "1": "Unnerve",
  2751. "H": "Innerfocus"
  2752. }
  2753. },
  2754. "kyogre": {
  2755. "inherit": true,
  2756. "species": "Kyogre",
  2757. "abilities": {
  2758. "0": "Forewarn"
  2759. }
  2760. },
  2761. "kyurem": {
  2762. "inherit": true,
  2763. "species": "Kyurem",
  2764. "abilities": {
  2765. "0": "Shellarmor"
  2766. }
  2767. },
  2768. "kyuremblack": {
  2769. "inherit": true,
  2770. "species": "Kyuremblack",
  2771. "abilities": {
  2772. "0": "Static"
  2773. }
  2774. },
  2775. "kyuremwhite": {
  2776. "inherit": true,
  2777. "species": "Kyuremwhite",
  2778. "abilities": {
  2779. "0": "Sandstream"
  2780. }
  2781. },
  2782. "lairon": {
  2783. "inherit": true,
  2784. "species": "Lairon",
  2785. "abilities": {
  2786. "0": "Leafguard",
  2787. "1": "Cutecharm",
  2788. "H": "Unaware"
  2789. }
  2790. },
  2791. "lampent": {
  2792. "inherit": true,
  2793. "species": "Lampent",
  2794. "abilities": {
  2795. "0": "Swiftswim",
  2796. "1": "Pixilate",
  2797. "H": "Download"
  2798. }
  2799. },
  2800. "landorus": {
  2801. "inherit": true,
  2802. "species": "Landorus",
  2803. "abilities": {
  2804. "0": "Chlorophyll",
  2805. "H": "Poisonpoint"
  2806. }
  2807. },
  2808. "landorustherian": {
  2809. "inherit": true,
  2810. "species": "Landorustherian",
  2811. "abilities": {
  2812. "0": "Owntempo"
  2813. }
  2814. },
  2815. "lanturn": {
  2816. "inherit": true,
  2817. "species": "Lanturn",
  2818. "abilities": {
  2819. "0": "Hydration",
  2820. "1": "Gluttony",
  2821. "H": "Speedboost"
  2822. }
  2823. },
  2824. "lapras": {
  2825. "inherit": true,
  2826. "species": "Lapras",
  2827. "abilities": {
  2828. "0": "Prankster",
  2829. "1": "Blaze",
  2830. "H": "Adaptability"
  2831. }
  2832. },
  2833. "larvesta": {
  2834. "inherit": true,
  2835. "species": "Larvesta",
  2836. "abilities": {
  2837. "0": "Rockhead",
  2838. "H": "Waterabsorb"
  2839. }
  2840. },
  2841. "larvitar": {
  2842. "inherit": true,
  2843. "species": "Larvitar",
  2844. "abilities": {
  2845. "0": "Chlorophyll",
  2846. "H": "Sheerforce"
  2847. }
  2848. },
  2849. "latias": {
  2850. "inherit": true,
  2851. "species": "Latias",
  2852. "abilities": {
  2853. "0": "Intimidate"
  2854. }
  2855. },
  2856. "latios": {
  2857. "inherit": true,
  2858. "species": "Latios",
  2859. "abilities": {
  2860. "0": "Overgrow"
  2861. }
  2862. },
  2863. "leafeon": {
  2864. "inherit": true,
  2865. "species": "Leafeon",
  2866. "abilities": {
  2867. "0": "Shedskin",
  2868. "H": "Frisk"
  2869. }
  2870. },
  2871. "leavanny": {
  2872. "inherit": true,
  2873. "species": "Leavanny",
  2874. "abilities": {
  2875. "0": "Immunity",
  2876. "1": "Sniper",
  2877. "H": "Teravolt"
  2878. }
  2879. },
  2880. "ledian": {
  2881. "inherit": true,
  2882. "species": "Ledian",
  2883. "abilities": {
  2884. "0": "Sheerforce",
  2885. "1": "Lightningrod",
  2886. "H": "Quickfeet"
  2887. }
  2888. },
  2889. "ledyba": {
  2890. "inherit": true,
  2891. "species": "Ledyba",
  2892. "abilities": {
  2893. "0": "Regenerator",
  2894. "1": "Flashfire",
  2895. "H": "Naturalcure"
  2896. }
  2897. },
  2898. "lickilicky": {
  2899. "inherit": true,
  2900. "species": "Lickilicky",
  2901. "abilities": {
  2902. "0": "Chlorophyll",
  2903. "1": "Voltabsorb",
  2904. "H": "Swarm"
  2905. }
  2906. },
  2907. "lickitung": {
  2908. "inherit": true,
  2909. "species": "Lickitung",
  2910. "abilities": {
  2911. "0": "Unaware",
  2912. "1": "Download",
  2913. "H": "Earlybird"
  2914. }
  2915. },
  2916. "liepard": {
  2917. "inherit": true,
  2918. "species": "Liepard",
  2919. "abilities": {
  2920. "0": "Raindish",
  2921. "1": "Speedboost",
  2922. "H": "Truant"
  2923. }
  2924. },
  2925. "lileep": {
  2926. "inherit": true,
  2927. "species": "Lileep",
  2928. "abilities": {
  2929. "0": "Sturdy",
  2930. "H": "Overcoat"
  2931. }
  2932. },
  2933. "lilligant": {
  2934. "inherit": true,
  2935. "species": "Lilligant",
  2936. "abilities": {
  2937. "0": "Insomnia",
  2938. "1": "Thickfat",
  2939. "H": "Quickfeet"
  2940. }
  2941. },
  2942. "lillipup": {
  2943. "inherit": true,
  2944. "species": "Lillipup",
  2945. "abilities": {
  2946. "0": "Tintedlens",
  2947. "1": "Ironfist",
  2948. "H": "Unburden"
  2949. }
  2950. },
  2951. "linoone": {
  2952. "inherit": true,
  2953. "species": "Linoone",
  2954. "abilities": {
  2955. "0": "Swiftswim",
  2956. "1": "Strongjaw",
  2957. "H": "Levitate"
  2958. }
  2959. },
  2960. "litleo": {
  2961. "inherit": true,
  2962. "species": "Litleo",
  2963. "abilities": {
  2964. "0": "Tangledfeet",
  2965. "1": "Frisk",
  2966. "H": "Innerfocus"
  2967. }
  2968. },
  2969. "litwick": {
  2970. "inherit": true,
  2971. "species": "Litwick",
  2972. "abilities": {
  2973. "0": "Thickfat",
  2974. "1": "Keeneye",
  2975. "H": "Hustle"
  2976. }
  2977. },
  2978. "lombre": {
  2979. "inherit": true,
  2980. "species": "Lombre",
  2981. "abilities": {
  2982. "0": "Unburden",
  2983. "1": "Rockhead",
  2984. "H": "Moldbreaker"
  2985. }
  2986. },
  2987. "lopunny": {
  2988. "inherit": true,
  2989. "species": "Lopunny",
  2990. "abilities": {
  2991. "0": "Sniper",
  2992. "1": "Weakarmor",
  2993. "H": "Analytic"
  2994. }
  2995. },
  2996. "lotad": {
  2997. "inherit": true,
  2998. "species": "Lotad",
  2999. "abilities": {
  3000. "0": "Chlorophyll",
  3001. "1": "Pickpocket",
  3002. "H": "Soundproof"
  3003. }
  3004. },
  3005. "loudred": {
  3006. "inherit": true,
  3007. "species": "Loudred",
  3008. "abilities": {
  3009. "0": "Frisk",
  3010. "H": "Sandforce"
  3011. }
  3012. },
  3013. "lucario": {
  3014. "inherit": true,
  3015. "species": "Lucario",
  3016. "abilities": {
  3017. "0": "Defiant",
  3018. "1": "Runaway",
  3019. "H": "Waterveil"
  3020. }
  3021. },
  3022. "ludicolo": {
  3023. "inherit": true,
  3024. "species": "Ludicolo",
  3025. "abilities": {
  3026. "0": "Damp",
  3027. "1": "Pressure",
  3028. "H": "Waterveil"
  3029. }
  3030. },
  3031. "lugia": {
  3032. "inherit": true,
  3033. "species": "Lugia",
  3034. "abilities": {
  3035. "0": "Telepathy",
  3036. "H": "Aftermath"
  3037. }
  3038. },
  3039. "lumineon": {
  3040. "inherit": true,
  3041. "species": "Lumineon",
  3042. "abilities": {
  3043. "0": "Swiftswim",
  3044. "1": "Moldbreaker",
  3045. "H": "Sheerforce"
  3046. }
  3047. },
  3048. "lunatone": {
  3049. "inherit": true,
  3050. "species": "Lunatone",
  3051. "abilities": {
  3052. "0": "Moxie"
  3053. }
  3054. },
  3055. "luvdisc": {
  3056. "inherit": true,
  3057. "species": "Luvdisc",
  3058. "abilities": {
  3059. "0": "Leafguard",
  3060. "H": "Gluttony"
  3061. }
  3062. },
  3063. "luxio": {
  3064. "inherit": true,
  3065. "species": "Luxio",
  3066. "abilities": {
  3067. "0": "Unaware",
  3068. "1": "Rivalry",
  3069. "H": "Cutecharm"
  3070. }
  3071. },
  3072. "luxray": {
  3073. "inherit": true,
  3074. "species": "Luxray",
  3075. "abilities": {
  3076. "0": "Friendguard",
  3077. "1": "Pressure",
  3078. "H": "Overgrow"
  3079. }
  3080. },
  3081. "machamp": {
  3082. "inherit": true,
  3083. "species": "Machamp",
  3084. "abilities": {
  3085. "0": "Plus",
  3086. "1": "Clearbody",
  3087. "H": "Thickfat"
  3088. }
  3089. },
  3090. "machoke": {
  3091. "inherit": true,
  3092. "species": "Machoke",
  3093. "abilities": {
  3094. "0": "Moldbreaker",
  3095. "1": "Contrary",
  3096. "H": "Analytic"
  3097. }
  3098. },
  3099. "machop": {
  3100. "inherit": true,
  3101. "species": "Machop",
  3102. "abilities": {
  3103. "0": "Blaze",
  3104. "1": "Cutecharm",
  3105. "H": "Swiftswim"
  3106. }
  3107. },
  3108. "magby": {
  3109. "inherit": true,
  3110. "species": "Magby",
  3111. "abilities": {
  3112. "0": "Innerfocus",
  3113. "H": "Icebody"
  3114. }
  3115. },
  3116. "magcargo": {
  3117. "inherit": true,
  3118. "species": "Magcargo",
  3119. "abilities": {
  3120. "0": "Moldbreaker",
  3121. "1": "Runaway",
  3122. "H": "Justified"
  3123. }
  3124. },
  3125. "magikarp": {
  3126. "inherit": true,
  3127. "species": "Magikarp",
  3128. "abilities": {
  3129. "0": "Rattled",
  3130. "H": "Static"
  3131. }
  3132. },
  3133. "magmar": {
  3134. "inherit": true,
  3135. "species": "Magmar",
  3136. "abilities": {
  3137. "0": "Limber",
  3138. "H": "Poisonpoint"
  3139. }
  3140. },
  3141. "magmortar": {
  3142. "inherit": true,
  3143. "species": "Magmortar",
  3144. "abilities": {
  3145. "0": "Prankster",
  3146. "H": "Roughskin"
  3147. }
  3148. },
  3149. "magnemite": {
  3150. "inherit": true,
  3151. "species": "Magnemite",
  3152. "abilities": {
  3153. "0": "Blaze",
  3154. "1": "Moody",
  3155. "H": "Runaway"
  3156. }
  3157. },
  3158. "magneton": {
  3159. "inherit": true,
  3160. "species": "Magneton",
  3161. "abilities": {
  3162. "0": "Sturdy",
  3163. "1": "Rattled",
  3164. "H": "Guts"
  3165. }
  3166. },
  3167. "magnezone": {
  3168. "inherit": true,
  3169. "species": "Magnezone",
  3170. "abilities": {
  3171. "0": "Blaze",
  3172. "1": "Plus",
  3173. "H": "Speedboost"
  3174. }
  3175. },
  3176. "makuhita": {
  3177. "inherit": true,
  3178. "species": "Makuhita",
  3179. "abilities": {
  3180. "0": "Insomnia",
  3181. "1": "Shellarmor",
  3182. "H": "Vitalspirit"
  3183. }
  3184. },
  3185. "malamar": {
  3186. "inherit": true,
  3187. "species": "Malamar",
  3188. "abilities": {
  3189. "0": "Serenegrace",
  3190. "1": "Runaway",
  3191. "H": "Stickyhold"
  3192. }
  3193. },
  3194. "mamoswine": {
  3195. "inherit": true,
  3196. "species": "Mamoswine",
  3197. "abilities": {
  3198. "0": "Blaze",
  3199. "1": "Contrary",
  3200. "H": "Technician"
  3201. }
  3202. },
  3203. "manaphy": {
  3204. "inherit": true,
  3205. "species": "Manaphy",
  3206. "abilities": {
  3207. "0": "Keeneye"
  3208. }
  3209. },
  3210. "mandibuzz": {
  3211. "inherit": true,
  3212. "species": "Mandibuzz",
  3213. "abilities": {
  3214. "0": "Pickup",
  3215. "1": "Analytic",
  3216. "H": "Arenatrap"
  3217. }
  3218. },
  3219. "manectric": {
  3220. "inherit": true,
  3221. "species": "Manectric",
  3222. "abilities": {
  3223. "0": "Unnerve",
  3224. "1": "Flareboost",
  3225. "H": "Sandrush"
  3226. }
  3227. },
  3228. "mankey": {
  3229. "inherit": true,
  3230. "species": "Mankey",
  3231. "abilities": {
  3232. "0": "Shellarmor",
  3233. "1": "Hydration",
  3234. "H": "Intimidate"
  3235. }
  3236. },
  3237. "mantine": {
  3238. "inherit": true,
  3239. "species": "Mantine",
  3240. "abilities": {
  3241. "0": "Telepathy",
  3242. "1": "Guts",
  3243. "H": "Swiftswim"
  3244. }
  3245. },
  3246. "mantyke": {
  3247. "inherit": true,
  3248. "species": "Mantyke",
  3249. "abilities": {
  3250. "0": "Unburden",
  3251. "1": "Wonderguard",
  3252. "H": "Weakarmor"
  3253. }
  3254. },
  3255. "maractus": {
  3256. "inherit": true,
  3257. "species": "Maractus",
  3258. "abilities": {
  3259. "0": "Intimidate",
  3260. "1": "Oblivious",
  3261. "H": "Moxie"
  3262. }
  3263. },
  3264. "mareep": {
  3265. "inherit": true,
  3266. "species": "Mareep",
  3267. "abilities": {
  3268. "0": "Naturalcure",
  3269. "H": "Wonderskin"
  3270. }
  3271. },
  3272. "marill": {
  3273. "inherit": true,
  3274. "species": "Marill",
  3275. "abilities": {
  3276. "0": "Waterabsorb",
  3277. "1": "Purepower",
  3278. "H": "Leafguard"
  3279. }
  3280. },
  3281. "marowak": {
  3282. "inherit": true,
  3283. "species": "Marowak",
  3284. "abilities": {
  3285. "0": "Chlorophyll",
  3286. "1": "Infiltrator",
  3287. "H": "Scrappy"
  3288. }
  3289. },
  3290. "marshtomp": {
  3291. "inherit": true,
  3292. "species": "Marshtomp",
  3293. "abilities": {
  3294. "0": "Naturalcure",
  3295. "H": "Levitate"
  3296. }
  3297. },
  3298. "masquerain": {
  3299. "inherit": true,
  3300. "species": "Masquerain",
  3301. "abilities": {
  3302. "0": "Anticipation",
  3303. "H": "Icebody"
  3304. }
  3305. },
  3306. "mawile": {
  3307. "inherit": true,
  3308. "species": "Mawile",
  3309. "abilities": {
  3310. "0": "Earlybird",
  3311. "1": "Icebody",
  3312. "H": "Rivalry"
  3313. }
  3314. },
  3315. "medicham": {
  3316. "inherit": true,
  3317. "species": "Medicham",
  3318. "abilities": {
  3319. "0": "Overgrow",
  3320. "H": "Truant"
  3321. }
  3322. },
  3323. "meditite": {
  3324. "inherit": true,
  3325. "species": "Meditite",
  3326. "abilities": {
  3327. "0": "Damp",
  3328. "H": "Furcoat"
  3329. }
  3330. },
  3331. "abomasnowmega": {
  3332. "inherit": true,
  3333. "species": "Abomasnowmega",
  3334. "abilities": {
  3335. "0": "Voltabsorb"
  3336. }
  3337. },
  3338. "absolmega": {
  3339. "inherit": true,
  3340. "species": "Absolmega",
  3341. "abilities": {
  3342. "0": "Owntempo"
  3343. }
  3344. },
  3345. "aerodactylmega": {
  3346. "inherit": true,
  3347. "species": "Aerodactylmega",
  3348. "abilities": {
  3349. "0": "Motordrive"
  3350. }
  3351. },
  3352. "aggronmega": {
  3353. "inherit": true,
  3354. "species": "Aggronmega",
  3355. "abilities": {
  3356. "0": "Superluck"
  3357. }
  3358. },
  3359. "alakazammega": {
  3360. "inherit": true,
  3361. "species": "Alakazammega",
  3362. "abilities": {
  3363. "0": "Levitate"
  3364. }
  3365. },
  3366. "ampharosmega": {
  3367. "inherit": true,
  3368. "species": "Ampharosmega",
  3369. "abilities": {
  3370. "0": "Roughskin"
  3371. }
  3372. },
  3373. "banettemega": {
  3374. "inherit": true,
  3375. "species": "Banettemega",
  3376. "abilities": {
  3377. "0": "Sheerforce"
  3378. }
  3379. },
  3380. "blastoisemega": {
  3381. "inherit": true,
  3382. "species": "Blastoisemega",
  3383. "abilities": {
  3384. "0": "Stormdrain"
  3385. }
  3386. },
  3387. "blazikenmega": {
  3388. "inherit": true,
  3389. "species": "Blazikenmega",
  3390. "abilities": {
  3391. "0": "Innerfocus"
  3392. }
  3393. },
  3394. "charizardmegax": {
  3395. "inherit": true,
  3396. "species": "Charizardmegax",
  3397. "abilities": {
  3398. "0": "Technician"
  3399. }
  3400. },
  3401. "charizardmegay": {
  3402. "inherit": true,
  3403. "species": "Charizardmegay",
  3404. "abilities": {
  3405. "0": "Lightningrod"
  3406. }
  3407. },
  3408. "garchompmega": {
  3409. "inherit": true,
  3410. "species": "Garchompmega",
  3411. "abilities": {
  3412. "0": "Runaway"
  3413. }
  3414. },
  3415. "gardevoirmega": {
  3416. "inherit": true,
  3417. "species": "Gardevoirmega",
  3418. "abilities": {
  3419. "0": "Marvelscale"
  3420. }
  3421. },
  3422. "gengarmega": {
  3423. "inherit": true,
  3424. "species": "Gengarmega",
  3425. "abilities": {
  3426. "0": "Competitive"
  3427. }
  3428. },
  3429. "gyaradosmega": {
  3430. "inherit": true,
  3431. "species": "Gyaradosmega",
  3432. "abilities": {
  3433. "0": "Pressure"
  3434. }
  3435. },
  3436. "heracrossmega": {
  3437. "inherit": true,
  3438. "species": "Heracrossmega",
  3439. "abilities": {
  3440. "0": "Competitive"
  3441. }
  3442. },
  3443. "houndoommega": {
  3444. "inherit": true,
  3445. "species": "Houndoommega",
  3446. "abilities": {
  3447. "0": "Solidrock"
  3448. }
  3449. },
  3450. "kangaskhanmega": {
  3451. "inherit": true,
  3452. "species": "Kangaskhanmega",
  3453. "abilities": {
  3454. "0": "Weakarmor"
  3455. }
  3456. },
  3457. "lucariomega": {
  3458. "inherit": true,
  3459. "species": "Lucariomega",
  3460. "abilities": {
  3461. "0": "Regenerator"
  3462. }
  3463. },
  3464. "manectricmega": {
  3465. "inherit": true,
  3466. "species": "Manectricmega",
  3467. "abilities": {
  3468. "0": "Effectspore"
  3469. }
  3470. },
  3471. "mawilemega": {
  3472. "inherit": true,
  3473. "species": "Mawilemega",
  3474. "abilities": {
  3475. "0": "Overgrow"
  3476. }
  3477. },
  3478. "medichammega": {
  3479. "inherit": true,
  3480. "species": "Medichammega",
  3481. "abilities": {
  3482. "0": "Pickup"
  3483. }
  3484. },
  3485. "mewtwomegax": {
  3486. "inherit": true,
  3487. "species": "Mewtwomegax",
  3488. "abilities": {
  3489. "0": "Overcoat"
  3490. }
  3491. },
  3492. "mewtwomegay": {
  3493. "inherit": true,
  3494. "species": "Mewtwomegay",
  3495. "abilities": {
  3496. "0": "Owntempo"
  3497. }
  3498. },
  3499. "pinsirmega": {
  3500. "inherit": true,
  3501. "species": "Pinsirmega",
  3502. "abilities": {
  3503. "0": "Noguard"
  3504. }
  3505. },
  3506. "scizormega": {
  3507. "inherit": true,
  3508. "species": "Scizormega",
  3509. "abilities": {
  3510. "0": "Unnerve"
  3511. }
  3512. },
  3513. "tyranitarmega": {
  3514. "inherit": true,
  3515. "species": "Tyranitarmega",
  3516. "abilities": {
  3517. "0": "Flamebody"
  3518. }
  3519. },
  3520. "venusaurmega": {
  3521. "inherit": true,
  3522. "species": "Venusaurmega",
  3523. "abilities": {
  3524. "0": "Leafguard"
  3525. }
  3526. },
  3527. "meganium": {
  3528. "inherit": true,
  3529. "species": "Meganium",
  3530. "abilities": {
  3531. "0": "Levitate",
  3532. "H": "Thickfat"
  3533. }
  3534. },
  3535. "meloetta": {
  3536. "inherit": true,
  3537. "species": "Meloetta",
  3538. "abilities": {
  3539. "0": "Flashfire"
  3540. }
  3541. },
  3542. "meloettapirouette": {
  3543. "inherit": true,
  3544. "species": "Meloettapirouette",
  3545. "abilities": {
  3546. "0": "Cheekpouch"
  3547. }
  3548. },
  3549. "meowstic": {
  3550. "inherit": true,
  3551. "species": "Meowstic",
  3552. "abilities": {
  3553. "0": "Sandforce",
  3554. "1": "Moldbreaker",
  3555. "H": "Skilllink"
  3556. }
  3557. },
  3558. "meowsticf": {
  3559. "inherit": true,
  3560. "species": "Meowsticf",
  3561. "abilities": {
  3562. "0": "Sandforce",
  3563. "1": "Moxie",
  3564. "H": "Reckless"
  3565. }
  3566. },
  3567. "meowth": {
  3568. "inherit": true,
  3569. "species": "Meowth",
  3570. "abilities": {
  3571. "0": "Rockhead",
  3572. "1": "Swiftswim",
  3573. "H": "Damp"
  3574. }
  3575. },
  3576. "mesprit": {
  3577. "inherit": true,
  3578. "species": "Mesprit",
  3579. "abilities": {
  3580. "0": "Rockhead"
  3581. }
  3582. },
  3583. "metagross": {
  3584. "inherit": true,
  3585. "species": "Metagross",
  3586. "abilities": {
  3587. "0": "Steadfast",
  3588. "H": "Waterveil"
  3589. }
  3590. },
  3591. "metang": {
  3592. "inherit": true,
  3593. "species": "Metang",
  3594. "abilities": {
  3595. "0": "Infiltrator",
  3596. "H": "Flamebody"
  3597. }
  3598. },
  3599. "metapod": {
  3600. "inherit": true,
  3601. "species": "Metapod",
  3602. "abilities": {
  3603. "0": "Lightningrod"
  3604. }
  3605. },
  3606. "mew": {
  3607. "inherit": true,
  3608. "species": "Mew",
  3609. "abilities": {
  3610. "0": "Sturdy"
  3611. }
  3612. },
  3613. "mewtwo": {
  3614. "inherit": true,
  3615. "species": "Mewtwo",
  3616. "abilities": {
  3617. "0": "Telepathy",
  3618. "H": "Shellarmor"
  3619. }
  3620. },
  3621. "mienfoo": {
  3622. "inherit": true,
  3623. "species": "Mienfoo",
  3624. "abilities": {
  3625. "0": "Snowcloak",
  3626. "1": "Chlorophyll",
  3627. "H": "Poisonpoint"
  3628. }
  3629. },
  3630. "mienshao": {
  3631. "inherit": true,
  3632. "species": "Mienshao",
  3633. "abilities": {
  3634. "0": "Rockhead",
  3635. "1": "Insomnia",
  3636. "H": "Swiftswim"
  3637. }
  3638. },
  3639. "mightyena": {
  3640. "inherit": true,
  3641. "species": "Mightyena",
  3642. "abilities": {
  3643. "0": "Swiftswim",
  3644. "1": "Gluttony",
  3645. "H": "Frisk"
  3646. }
  3647. },
  3648. "milotic": {
  3649. "inherit": true,
  3650. "species": "Milotic",
  3651. "abilities": {
  3652. "0": "Raindish",
  3653. "1": "Reckless",
  3654. "H": "Anticipation"
  3655. }
  3656. },
  3657. "miltank": {
  3658. "inherit": true,
  3659. "species": "Miltank",
  3660. "abilities": {
  3661. "0": "Unnerve",
  3662. "1": "Defiant",
  3663. "H": "Swiftswim"
  3664. }
  3665. },
  3666. "mimejr": {
  3667. "inherit": true,
  3668. "species": "Mimejr",
  3669. "abilities": {
  3670. "0": "Simple",
  3671. "1": "Stickyhold",
  3672. "H": "Swiftswim"
  3673. }
  3674. },
  3675. "minccino": {
  3676. "inherit": true,
  3677. "species": "Minccino",
  3678. "abilities": {
  3679. "0": "Telepathy",
  3680. "1": "Overcoat",
  3681. "H": "Weakarmor"
  3682. }
  3683. },
  3684. "minun": {
  3685. "inherit": true,
  3686. "species": "Minun",
  3687. "abilities": {
  3688. "0": "Solarpower",
  3689. "H": "Shellarmor"
  3690. }
  3691. },
  3692. "misdreavus": {
  3693. "inherit": true,
  3694. "species": "Misdreavus",
  3695. "abilities": {
  3696. "0": "Rivalry"
  3697. }
  3698. },
  3699. "mismagius": {
  3700. "inherit": true,
  3701. "species": "Mismagius",
  3702. "abilities": {
  3703. "0": "Suctioncups"
  3704. }
  3705. },
  3706. "moltres": {
  3707. "inherit": true,
  3708. "species": "Moltres",
  3709. "abilities": {
  3710. "0": "Waterabsorb",
  3711. "H": "Leafguard"
  3712. }
  3713. },
  3714. "monferno": {
  3715. "inherit": true,
  3716. "species": "Monferno",
  3717. "abilities": {
  3718. "0": "Sturdy",
  3719. "H": "Infiltrator"
  3720. }
  3721. },
  3722. "mothim": {
  3723. "inherit": true,
  3724. "species": "Mothim",
  3725. "abilities": {
  3726. "0": "Leafguard",
  3727. "H": "Skilllink"
  3728. }
  3729. },
  3730. "mrmime": {
  3731. "inherit": true,
  3732. "species": "Mrmime",
  3733. "abilities": {
  3734. "0": "Technician",
  3735. "1": "Cloudnine",
  3736. "H": "Sandveil"
  3737. }
  3738. },
  3739. "mudkip": {
  3740. "inherit": true,
  3741. "species": "Mudkip",
  3742. "abilities": {
  3743. "0": "Hustle",
  3744. "H": "Torrent"
  3745. }
  3746. },
  3747. "muk": {
  3748. "inherit": true,
  3749. "species": "Muk",
  3750. "abilities": {
  3751. "0": "Turboblaze",
  3752. "1": "Scrappy",
  3753. "H": "Lightmetal"
  3754. }
  3755. },
  3756. "munchlax": {
  3757. "inherit": true,
  3758. "species": "Munchlax",
  3759. "abilities": {
  3760. "0": "Technician",
  3761. "1": "Sheerforce",
  3762. "H": "Pressure"
  3763. }
  3764. },
  3765. "munna": {
  3766. "inherit": true,
  3767. "species": "Munna",
  3768. "abilities": {
  3769. "0": "Hugepower",
  3770. "1": "Static",
  3771. "H": "Insomnia"
  3772. }
  3773. },
  3774. "murkrow": {
  3775. "inherit": true,
  3776. "species": "Murkrow",
  3777. "abilities": {
  3778. "0": "Levitate",
  3779. "1": "Serenegrace",
  3780. "H": "Runaway"
  3781. }
  3782. },
  3783. "musharna": {
  3784. "inherit": true,
  3785. "species": "Musharna",
  3786. "abilities": {
  3787. "0": "Speedboost",
  3788. "1": "Regenerator",
  3789. "H": "Chlorophyll"
  3790. }
  3791. },
  3792. "natu": {
  3793. "inherit": true,
  3794. "species": "Natu",
  3795. "abilities": {
  3796. "0": "Magicguard",
  3797. "1": "Healer",
  3798. "H": "Filter"
  3799. }
  3800. },
  3801. "nidoking": {
  3802. "inherit": true,
  3803. "species": "Nidoking",
  3804. "abilities": {
  3805. "0": "Friendguard",
  3806. "1": "Runaway",
  3807. "H": "Sturdy"
  3808. }
  3809. },
  3810. "nidoqueen": {
  3811. "inherit": true,
  3812. "species": "Nidoqueen",
  3813. "abilities": {
  3814. "0": "Rattled",
  3815. "1": "Moxie",
  3816. "H": "Naturalcure"
  3817. }
  3818. },
  3819. "nidoranm": {
  3820. "inherit": true,
  3821. "species": "Nidoranm",
  3822. "abilities": {
  3823. "0": "Hydration",
  3824. "1": "Chlorophyll",
  3825. "H": "Overgrow"
  3826. }
  3827. },
  3828. "nidoranf": {
  3829. "inherit": true,
  3830. "species": "Nidoranf",
  3831. "abilities": {
  3832. "0": "Damp",
  3833. "1": "Pressure",
  3834. "H": "Leafguard"
  3835. }
  3836. },
  3837. "nidorina": {
  3838. "inherit": true,
  3839. "species": "Nidorina",
  3840. "abilities": {
  3841. "0": "Innerfocus",
  3842. "1": "Voltabsorb",
  3843. "H": "Runaway"
  3844. }
  3845. },
  3846. "nidorino": {
  3847. "inherit": true,
  3848. "species": "Nidorino",
  3849. "abilities": {
  3850. "0": "Shedskin",
  3851. "1": "Shellarmor",
  3852. "H": "Moldbreaker"
  3853. }
  3854. },
  3855. "nincada": {
  3856. "inherit": true,
  3857. "species": "Nincada",
  3858. "abilities": {
  3859. "0": "Waterabsorb",
  3860. "H": "Telepathy"
  3861. }
  3862. },
  3863. "ninetales": {
  3864. "inherit": true,
  3865. "species": "Ninetales",
  3866. "abilities": {
  3867. "0": "Guts",
  3868. "H": "Bigpecks"
  3869. }
  3870. },
  3871. "ninjask": {
  3872. "inherit": true,
  3873. "species": "Ninjask",
  3874. "abilities": {
  3875. "0": "Chlorophyll",
  3876. "H": "Pickup"
  3877. }
  3878. },
  3879. "noctowl": {
  3880. "inherit": true,
  3881. "species": "Noctowl",
  3882. "abilities": {
  3883. "0": "Keeneye",
  3884. "1": "Naturalcure",
  3885. "H": "Levitate"
  3886. }
  3887. },
  3888. "noibat": {
  3889. "inherit": true,
  3890. "species": "Noibat",
  3891. "abilities": {
  3892. "0": "Hustle",
  3893. "1": "Bulletproof",
  3894. "H": "Sniper"
  3895. }
  3896. },
  3897. "noivern": {
  3898. "inherit": true,
  3899. "species": "Noivern",
  3900. "abilities": {
  3901. "0": "Healer",
  3902. "1": "Infiltrator",
  3903. "H": "Hustle"
  3904. }
  3905. },
  3906. "nosepass": {
  3907. "inherit": true,
  3908. "species": "Nosepass",
  3909. "abilities": {
  3910. "0": "Sturdy",
  3911. "1": "Unnerve",
  3912. "H": "Torrent"
  3913. }
  3914. },
  3915. "numel": {
  3916. "inherit": true,
  3917. "species": "Numel",
  3918. "abilities": {
  3919. "0": "Thickfat",
  3920. "1": "Illuminate",
  3921. "H": "Pressure"
  3922. }
  3923. },
  3924. "nuzleaf": {
  3925. "inherit": true,
  3926. "species": "Nuzleaf",
  3927. "abilities": {
  3928. "0": "Illusion",
  3929. "1": "Overgrow",
  3930. "H": "Analytic"
  3931. }
  3932. },
  3933. "octillery": {
  3934. "inherit": true,
  3935. "species": "Octillery",
  3936. "abilities": {
  3937. "0": "Static",
  3938. "1": "Sniper",
  3939. "H": "Clearbody"
  3940. }
  3941. },
  3942. "oddish": {
  3943. "inherit": true,
  3944. "species": "Oddish",
  3945. "abilities": {
  3946. "0": "Rivalry",
  3947. "H": "Bulletproof"
  3948. }
  3949. },
  3950. "omanyte": {
  3951. "inherit": true,
  3952. "species": "Omanyte",
  3953. "abilities": {
  3954. "0": "Lightningrod",
  3955. "1": "Magicbounce",
  3956. "H": "Cutecharm"
  3957. }
  3958. },
  3959. "omastar": {
  3960. "inherit": true,
  3961. "species": "Omastar",
  3962. "abilities": {
  3963. "0": "Sturdy",
  3964. "1": "Defeatist",
  3965. "H": "Shadowtag"
  3966. }
  3967. },
  3968. "onix": {
  3969. "inherit": true,
  3970. "species": "Onix",
  3971. "abilities": {
  3972. "0": "Pressure",
  3973. "1": "Magician",
  3974. "H": "Technician"
  3975. }
  3976. },
  3977. "oshawott": {
  3978. "inherit": true,
  3979. "species": "Oshawott",
  3980. "abilities": {
  3981. "0": "Thickfat",
  3982. "H": "Swarm"
  3983. }
  3984. },
  3985. "pachirisu": {
  3986. "inherit": true,
  3987. "species": "Pachirisu",
  3988. "abilities": {
  3989. "0": "Healer",
  3990. "1": "Swiftswim",
  3991. "H": "Filter"
  3992. }
  3993. },
  3994. "palkia": {
  3995. "inherit": true,
  3996. "species": "Palkia",
  3997. "abilities": {
  3998. "0": "Soundproof",
  3999. "H": "Gluttony"
  4000. }
  4001. },
  4002. "palpitoad": {
  4003. "inherit": true,
  4004. "species": "Palpitoad",
  4005. "abilities": {
  4006. "0": "Reckless",
  4007. "1": "Sandforce",
  4008. "H": "Runaway"
  4009. }
  4010. },
  4011. "pancham": {
  4012. "inherit": true,
  4013. "species": "Pancham",
  4014. "abilities": {
  4015. "0": "Technician",
  4016. "1": "Thickfat",
  4017. "H": "Sandveil"
  4018. }
  4019. },
  4020. "pangoro": {
  4021. "inherit": true,
  4022. "species": "Pangoro",
  4023. "abilities": {
  4024. "0": "Chlorophyll",
  4025. "1": "Blaze",
  4026. "H": "Insomnia"
  4027. }
  4028. },
  4029. "panpour": {
  4030. "inherit": true,
  4031. "species": "Panpour",
  4032. "abilities": {
  4033. "0": "Flashfire",
  4034. "H": "Tangledfeet"
  4035. }
  4036. },
  4037. "pansage": {
  4038. "inherit": true,
  4039. "species": "Pansage",
  4040. "abilities": {
  4041. "0": "Parentalbond",
  4042. "H": "Compoundeyes"
  4043. }
  4044. },
  4045. "pansear": {
  4046. "inherit": true,
  4047. "species": "Pansear",
  4048. "abilities": {
  4049. "0": "Grasspelt",
  4050. "H": "Insomnia"
  4051. }
  4052. },
  4053. "paras": {
  4054. "inherit": true,
  4055. "species": "Paras",
  4056. "abilities": {
  4057. "0": "Defiant",
  4058. "1": "Swarm",
  4059. "H": "Waterveil"
  4060. }
  4061. },
  4062. "parasect": {
  4063. "inherit": true,
  4064. "species": "Parasect",
  4065. "abilities": {
  4066. "0": "Contrary",
  4067. "1": "Innerfocus",
  4068. "H": "Frisk"
  4069. }
  4070. },
  4071. "patrat": {
  4072. "inherit": true,
  4073. "species": "Patrat",
  4074. "abilities": {
  4075. "0": "Torrent",
  4076. "1": "Swiftswim",
  4077. "H": "Battlearmor"
  4078. }
  4079. },
  4080. "pawniard": {
  4081. "inherit": true,
  4082. "species": "Pawniard",
  4083. "abilities": {
  4084. "0": "Flamebody",
  4085. "1": "Bigpecks",
  4086. "H": "Intimidate"
  4087. }
  4088. },
  4089. "pelipper": {
  4090. "inherit": true,
  4091. "species": "Pelipper",
  4092. "abilities": {
  4093. "0": "Cutecharm",
  4094. "H": "Static"
  4095. }
  4096. },
  4097. "persian": {
  4098. "inherit": true,
  4099. "species": "Persian",
  4100. "abilities": {
  4101. "0": "Guts",
  4102. "1": "Shadowtag",
  4103. "H": "Gluttony"
  4104. }
  4105. },
  4106. "petilil": {
  4107. "inherit": true,
  4108. "species": "Petilil",
  4109. "abilities": {
  4110. "0": "Sniper",
  4111. "1": "Swarm",
  4112. "H": "Battlearmor"
  4113. }
  4114. },
  4115. "phanpy": {
  4116. "inherit": true,
  4117. "species": "Phanpy",
  4118. "abilities": {
  4119. "0": "Defiant",
  4120. "H": "Suctioncups"
  4121. }
  4122. },
  4123. "phantump": {
  4124. "inherit": true,
  4125. "species": "Phantump",
  4126. "abilities": {
  4127. "0": "Aftermath",
  4128. "1": "Swiftswim",
  4129. "H": "Frisk"
  4130. }
  4131. },
  4132. "phione": {
  4133. "inherit": true,
  4134. "species": "Phione",
  4135. "abilities": {
  4136. "0": "Drought"
  4137. }
  4138. },
  4139. "pichu": {
  4140. "inherit": true,
  4141. "species": "Pichu",
  4142. "abilities": {
  4143. "0": "Sapsipper",
  4144. "H": "Vitalspirit"
  4145. }
  4146. },
  4147. "pidgeot": {
  4148. "inherit": true,
  4149. "species": "Pidgeot",
  4150. "abilities": {
  4151. "0": "Unaware",
  4152. "1": "Earlybird",
  4153. "H": "Synchronize"
  4154. }
  4155. },
  4156. "pidgeotto": {
  4157. "inherit": true,
  4158. "species": "Pidgeotto",
  4159. "abilities": {
  4160. "0": "Owntempo",
  4161. "1": "Steadfast",
  4162. "H": "Insomnia"
  4163. }
  4164. },
  4165. "pidgey": {
  4166. "inherit": true,
  4167. "species": "Pidgey",
  4168. "abilities": {
  4169. "0": "Trace",
  4170. "1": "Poisonpoint",
  4171. "H": "Naturalcure"
  4172. }
  4173. },
  4174. "pidove": {
  4175. "inherit": true,
  4176. "species": "Pidove",
  4177. "abilities": {
  4178. "0": "Sniper",
  4179. "1": "Static",
  4180. "H": "Heavymetal"
  4181. }
  4182. },
  4183. "pignite": {
  4184. "inherit": true,
  4185. "species": "Pignite",
  4186. "abilities": {
  4187. "0": "Torrent",
  4188. "H": "Waterabsorb"
  4189. }
  4190. },
  4191. "pikachu": {
  4192. "inherit": true,
  4193. "species": "Pikachu",
  4194. "abilities": {
  4195. "0": "Intimidate",
  4196. "H": "Hypercutter"
  4197. }
  4198. },
  4199. "piloswine": {
  4200. "inherit": true,
  4201. "species": "Piloswine",
  4202. "abilities": {
  4203. "0": "Adaptability",
  4204. "1": "Serenegrace",
  4205. "H": "Owntempo"
  4206. }
  4207. },
  4208. "pineco": {
  4209. "inherit": true,
  4210. "species": "Pineco",
  4211. "abilities": {
  4212. "0": "Frisk",
  4213. "H": "Icebody"
  4214. }
  4215. },
  4216. "pinsir": {
  4217. "inherit": true,
  4218. "species": "Pinsir",
  4219. "abilities": {
  4220. "0": "Weakarmor",
  4221. "1": "Waterabsorb",
  4222. "H": "Raindish"
  4223. }
  4224. },
  4225. "piplup": {
  4226. "inherit": true,
  4227. "species": "Piplup",
  4228. "abilities": {
  4229. "0": "Shedskin",
  4230. "H": "Pickup"
  4231. }
  4232. },
  4233. "plusle": {
  4234. "inherit": true,
  4235. "species": "Plusle",
  4236. "abilities": {
  4237. "0": "Thickfat",
  4238. "H": "Aftermath"
  4239. }
  4240. },
  4241. "politoed": {
  4242. "inherit": true,
  4243. "species": "Politoed",
  4244. "abilities": {
  4245. "0": "Oblivious",
  4246. "1": "Poisonheal",
  4247. "H": "Cloudnine"
  4248. }
  4249. },
  4250. "poliwag": {
  4251. "inherit": true,
  4252. "species": "Poliwag",
  4253. "abilities": {
  4254. "0": "Rockhead",
  4255. "1": "Pickup",
  4256. "H": "Sturdy"
  4257. }
  4258. },
  4259. "poliwhirl": {
  4260. "inherit": true,
  4261. "species": "Poliwhirl",
  4262. "abilities": {
  4263. "0": "Flashfire",
  4264. "1": "Swiftswim",
  4265. "H": "Aftermath"
  4266. }
  4267. },
  4268. "poliwrath": {
  4269. "inherit": true,
  4270. "species": "Poliwrath",
  4271. "abilities": {
  4272. "0": "Regenerator",
  4273. "1": "Weakarmor",
  4274. "H": "Heavymetal"
  4275. }
  4276. },
  4277. "ponyta": {
  4278. "inherit": true,
  4279. "species": "Ponyta",
  4280. "abilities": {
  4281. "0": "Pickup",
  4282. "1": "Chlorophyll",
  4283. "H": "Icebody"
  4284. }
  4285. },
  4286. "poochyena": {
  4287. "inherit": true,
  4288. "species": "Poochyena",
  4289. "abilities": {
  4290. "0": "Intimidate",
  4291. "1": "Marvelscale",
  4292. "H": "Honeygather"
  4293. }
  4294. },
  4295. "porygon": {
  4296. "inherit": true,
  4297. "species": "Porygon",
  4298. "abilities": {
  4299. "0": "Shedskin",
  4300. "1": "Healer",
  4301. "H": "Pickup"
  4302. }
  4303. },
  4304. "porygonz": {
  4305. "inherit": true,
  4306. "species": "Porygonz",
  4307. "abilities": {
  4308. "0": "Gooey",
  4309. "1": "Thickfat",
  4310. "H": "Synchronize"
  4311. }
  4312. },
  4313. "porygon2": {
  4314. "inherit": true,
  4315. "species": "Porygon2",
  4316. "abilities": {
  4317. "0": "Levitate",
  4318. "1": "Ironfist",
  4319. "H": "Flashfire"
  4320. }
  4321. },
  4322. "primeape": {
  4323. "inherit": true,
  4324. "species": "Primeape",
  4325. "abilities": {
  4326. "0": "Innerfocus",
  4327. "1": "Sandforce",
  4328. "H": "Shellarmor"
  4329. }
  4330. },
  4331. "prinplup": {
  4332. "inherit": true,
  4333. "species": "Prinplup",
  4334. "abilities": {
  4335. "0": "Friendguard",
  4336. "H": "Overgrow"
  4337. }
  4338. },
  4339. "probopass": {
  4340. "inherit": true,
  4341. "species": "Probopass",
  4342. "abilities": {
  4343. "0": "Contrary",
  4344. "1": "Heatproof",
  4345. "H": "Analytic"
  4346. }
  4347. },
  4348. "psyduck": {
  4349. "inherit": true,
  4350. "species": "Psyduck",
  4351. "abilities": {
  4352. "0": "Earlybird",
  4353. "1": "Bigpecks",
  4354. "H": "Owntempo"
  4355. }
  4356. },
  4357. "pumpkaboo": {
  4358. "inherit": true,
  4359. "species": "Pumpkaboo",
  4360. "abilities": {
  4361. "0": "Moldbreaker",
  4362. "1": "Sweetveil",
  4363. "H": "Keeneye"
  4364. }
  4365. },
  4366. "pumpkaboolarge": {
  4367. "inherit": true,
  4368. "species": "Pumpkaboolarge",
  4369. "abilities": {
  4370. "0": "Drought",
  4371. "1": "Levitate",
  4372. "H": "Steadfast"
  4373. }
  4374. },
  4375. "pumpkaboosmall": {
  4376. "inherit": true,
  4377. "species": "Pumpkaboosmall",
  4378. "abilities": {
  4379. "0": "Tangledfeet",
  4380. "1": "Dryskin",
  4381. "H": "Liquidooze"
  4382. }
  4383. },
  4384. "pumpkaboosuper": {
  4385. "inherit": true,
  4386. "species": "Pumpkaboosuper",
  4387. "abilities": {
  4388. "0": "Magician",
  4389. "1": "Competitive",
  4390. "H": "Battlearmor"
  4391. }
  4392. },
  4393. "pupitar": {
  4394. "inherit": true,
  4395. "species": "Pupitar",
  4396. "abilities": {
  4397. "0": "Refrigerate"
  4398. }
  4399. },
  4400. "purrloin": {
  4401. "inherit": true,
  4402. "species": "Purrloin",
  4403. "abilities": {
  4404. "0": "Runaway",
  4405. "1": "Hypercutter",
  4406. "H": "Frisk"
  4407. }
  4408. },
  4409. "purugly": {
  4410. "inherit": true,
  4411. "species": "Purugly",
  4412. "abilities": {
  4413. "0": "Steadfast",
  4414. "1": "Frisk",
  4415. "H": "Innerfocus"
  4416. }
  4417. },
  4418. "pyroar": {
  4419. "inherit": true,
  4420. "species": "Pyroar",
  4421. "abilities": {
  4422. "0": "Solarpower",
  4423. "1": "Hydration",
  4424. "H": "Protean"
  4425. }
  4426. },
  4427. "quagsire": {
  4428. "inherit": true,
  4429. "species": "Quagsire",
  4430. "abilities": {
  4431. "0": "Plus",
  4432. "1": "Suctioncups",
  4433. "H": "Sandveil"
  4434. }
  4435. },
  4436. "quilava": {
  4437. "inherit": true,
  4438. "species": "Quilava",
  4439. "abilities": {
  4440. "0": "Moldbreaker",
  4441. "H": "Teravolt"
  4442. }
  4443. },
  4444. "quilladin": {
  4445. "inherit": true,
  4446. "species": "Quilladin",
  4447. "abilities": {
  4448. "0": "Insomnia",
  4449. "H": "Solarpower"
  4450. }
  4451. },
  4452. "qwilfish": {
  4453. "inherit": true,
  4454. "species": "Qwilfish",
  4455. "abilities": {
  4456. "0": "Torrent",
  4457. "1": "Sandveil",
  4458. "H": "Frisk"
  4459. }
  4460. },
  4461. "raichu": {
  4462. "inherit": true,
  4463. "species": "Raichu",
  4464. "abilities": {
  4465. "0": "Sturdy",
  4466. "H": "Chlorophyll"
  4467. }
  4468. },
  4469. "raikou": {
  4470. "inherit": true,
  4471. "species": "Raikou",
  4472. "abilities": {
  4473. "0": "Rivalry",
  4474. "H": "Soundproof"
  4475. }
  4476. },
  4477. "ralts": {
  4478. "inherit": true,
  4479. "species": "Ralts",
  4480. "abilities": {
  4481. "0": "Adaptability",
  4482. "1": "Keeneye",
  4483. "H": "Flashfire"
  4484. }
  4485. },
  4486. "rampardos": {
  4487. "inherit": true,
  4488. "species": "Rampardos",
  4489. "abilities": {
  4490. "0": "Shellarmor",
  4491. "H": "Serenegrace"
  4492. }
  4493. },
  4494. "rapidash": {
  4495. "inherit": true,
  4496. "species": "Rapidash",
  4497. "abilities": {
  4498. "0": "Innerfocus",
  4499. "1": "Thickfat",
  4500. "H": "Overgrow"
  4501. }
  4502. },
  4503. "raticate": {
  4504. "inherit": true,
  4505. "species": "Raticate",
  4506. "abilities": {
  4507. "0": "Hugepower",
  4508. "1": "Justified",
  4509. "H": "Shedskin"
  4510. }
  4511. },
  4512. "rattata": {
  4513. "inherit": true,
  4514. "species": "Rattata",
  4515. "abilities": {
  4516. "0": "Compoundeyes",
  4517. "1": "Gluttony",
  4518. "H": "Moxie"
  4519. }
  4520. },
  4521. "rayquaza": {
  4522. "inherit": true,
  4523. "species": "Rayquaza",
  4524. "abilities": {
  4525. "0": "Sturdy"
  4526. }
  4527. },
  4528. "regice": {
  4529. "inherit": true,
  4530. "species": "Regice",
  4531. "abilities": {
  4532. "0": "Aftermath",
  4533. "H": "Naturalcure"
  4534. }
  4535. },
  4536. "regigigas": {
  4537. "inherit": true,
  4538. "species": "Regigigas",
  4539. "abilities": {
  4540. "0": "Shellarmor"
  4541. }
  4542. },
  4543. "regirock": {
  4544. "inherit": true,
  4545. "species": "Regirock",
  4546. "abilities": {
  4547. "0": "Sandforce",
  4548. "H": "Regenerator"
  4549. }
  4550. },
  4551. "registeel": {
  4552. "inherit": true,
  4553. "species": "Registeel",
  4554. "abilities": {
  4555. "0": "Thickfat",
  4556. "H": "Torrent"
  4557. }
  4558. },
  4559. "relicanth": {
  4560. "inherit": true,
  4561. "species": "Relicanth",
  4562. "abilities": {
  4563. "0": "Sandstream",
  4564. "1": "Unaware",
  4565. "H": "Marvelscale"
  4566. }
  4567. },
  4568. "remoraid": {
  4569. "inherit": true,
  4570. "species": "Remoraid",
  4571. "abilities": {
  4572. "0": "Pickup",
  4573. "1": "Owntempo",
  4574. "H": "Magician"
  4575. }
  4576. },
  4577. "reshiram": {
  4578. "inherit": true,
  4579. "species": "Reshiram",
  4580. "abilities": {
  4581. "0": "Moldbreaker"
  4582. }
  4583. },
  4584. "reuniclus": {
  4585. "inherit": true,
  4586. "species": "Reuniclus",
  4587. "abilities": {
  4588. "0": "Trace",
  4589. "1": "Rockhead",
  4590. "H": "Pressure"
  4591. }
  4592. },
  4593. "rhydon": {
  4594. "inherit": true,
  4595. "species": "Rhydon",
  4596. "abilities": {
  4597. "0": "Insomnia",
  4598. "1": "Pressure",
  4599. "H": "Raindish"
  4600. }
  4601. },
  4602. "rhyhorn": {
  4603. "inherit": true,
  4604. "species": "Rhyhorn",
  4605. "abilities": {
  4606. "0": "Unaware",
  4607. "1": "Sheerforce",
  4608. "H": "Sandveil"
  4609. }
  4610. },
  4611. "rhyperior": {
  4612. "inherit": true,
  4613. "species": "Rhyperior",
  4614. "abilities": {
  4615. "0": "Intimidate",
  4616. "1": "Moxie",
  4617. "H": "Guts"
  4618. }
  4619. },
  4620. "riolu": {
  4621. "inherit": true,
  4622. "species": "Riolu",
  4623. "abilities": {
  4624. "0": "Roughskin",
  4625. "1": "Poisonpoint",
  4626. "H": "Owntempo"
  4627. }
  4628. },
  4629. "roggenrola": {
  4630. "inherit": true,
  4631. "species": "Roggenrola",
  4632. "abilities": {
  4633. "0": "Rattled",
  4634. "H": "Pickup"
  4635. }
  4636. },
  4637. "roselia": {
  4638. "inherit": true,
  4639. "species": "Roselia",
  4640. "abilities": {
  4641. "0": "Levitate",
  4642. "1": "Magicguard",
  4643. "H": "Pickup"
  4644. }
  4645. },
  4646. "roserade": {
  4647. "inherit": true,
  4648. "species": "Roserade",
  4649. "abilities": {
  4650. "0": "Shielddust",
  4651. "1": "Hydration",
  4652. "H": "Keeneye"
  4653. }
  4654. },
  4655. "rotom": {
  4656. "inherit": true,
  4657. "species": "Rotom",
  4658. "abilities": {
  4659. "0": "Skilllink"
  4660. }
  4661. },
  4662. "rotommow": {
  4663. "inherit": true,
  4664. "species": "Rotommow",
  4665. "abilities": {
  4666. "0": "Sandveil"
  4667. }
  4668. },
  4669. "rotomfan": {
  4670. "inherit": true,
  4671. "species": "Rotomfan",
  4672. "abilities": {
  4673. "0": "Moxie"
  4674. }
  4675. },
  4676. "rotomfrost": {
  4677. "inherit": true,
  4678. "species": "Rotomfrost",
  4679. "abilities": {
  4680. "0": "Blaze"
  4681. }
  4682. },
  4683. "rotomheat": {
  4684. "inherit": true,
  4685. "species": "Rotomheat",
  4686. "abilities": {
  4687. "0": "Overgrow"
  4688. }
  4689. },
  4690. "rotomwash": {
  4691. "inherit": true,
  4692. "species": "Rotomwash",
  4693. "abilities": {
  4694. "0": "Sturdy"
  4695. }
  4696. },
  4697. "rufflet": {
  4698. "inherit": true,
  4699. "species": "Rufflet",
  4700. "abilities": {
  4701. "0": "Blaze",
  4702. "1": "Klutz",
  4703. "H": "Flashfire"
  4704. }
  4705. },
  4706. "sableye": {
  4707. "inherit": true,
  4708. "species": "Sableye",
  4709. "abilities": {
  4710. "0": "Synchronize",
  4711. "1": "Liquidooze",
  4712. "H": "Pickpocket"
  4713. }
  4714. },
  4715. "salamence": {
  4716. "inherit": true,
  4717. "species": "Salamence",
  4718. "abilities": {
  4719. "0": "Levitate",
  4720. "H": "Anticipation"
  4721. }
  4722. },
  4723. "samurott": {
  4724. "inherit": true,
  4725. "species": "Samurott",
  4726. "abilities": {
  4727. "0": "Sandforce",
  4728. "H": "Damp"
  4729. }
  4730. },
  4731. "sandile": {
  4732. "inherit": true,
  4733. "species": "Sandile",
  4734. "abilities": {
  4735. "0": "Blaze",
  4736. "1": "Magicguard",
  4737. "H": "Vitalspirit"
  4738. }
  4739. },
  4740. "sandshrew": {
  4741. "inherit": true,
  4742. "species": "Sandshrew",
  4743. "abilities": {
  4744. "0": "Oblivious",
  4745. "H": "Frisk"
  4746. }
  4747. },
  4748. "sandslash": {
  4749. "inherit": true,
  4750. "species": "Sandslash",
  4751. "abilities": {
  4752. "0": "Intimidate",
  4753. "H": "Sheerforce"
  4754. }
  4755. },
  4756. "sawk": {
  4757. "inherit": true,
  4758. "species": "Sawk",
  4759. "abilities": {
  4760. "0": "Klutz",
  4761. "1": "Damp",
  4762. "H": "Levitate"
  4763. }
  4764. },
  4765. "sawsbuck": {
  4766. "inherit": true,
  4767. "species": "Sawsbuck",
  4768. "abilities": {
  4769. "0": "Innerfocus",
  4770. "1": "Guts",
  4771. "H": "Intimidate"
  4772. }
  4773. },
  4774. "scatterbug": {
  4775. "inherit": true,
  4776. "species": "Scatterbug",
  4777. "abilities": {
  4778. "0": "Swiftswim",
  4779. "1": "Honeygather",
  4780. "H": "Moldbreaker"
  4781. }
  4782. },
  4783. "sceptile": {
  4784. "inherit": true,
  4785. "species": "Sceptile",
  4786. "abilities": {
  4787. "0": "Swarm",
  4788. "H": "Serenegrace"
  4789. }
  4790. },
  4791. "scizor": {
  4792. "inherit": true,
  4793. "species": "Scizor",
  4794. "abilities": {
  4795. "0": "Unnerve",
  4796. "1": "Regenerator",
  4797. "H": "Anticipation"
  4798. }
  4799. },
  4800. "scolipede": {
  4801. "inherit": true,
  4802. "species": "Scolipede",
  4803. "abilities": {
  4804. "0": "Chlorophyll",
  4805. "1": "Serenegrace",
  4806. "H": "Flamebody"
  4807. }
  4808. },
  4809. "scrafty": {
  4810. "inherit": true,
  4811. "species": "Scrafty",
  4812. "abilities": {
  4813. "0": "Sniper",
  4814. "1": "Solarpower",
  4815. "H": "Keeneye"
  4816. }
  4817. },
  4818. "scraggy": {
  4819. "inherit": true,
  4820. "species": "Scraggy",
  4821. "abilities": {
  4822. "0": "Sandforce",
  4823. "1": "Rockhead",
  4824. "H": "Vitalspirit"
  4825. }
  4826. },
  4827. "scyther": {
  4828. "inherit": true,
  4829. "species": "Scyther",
  4830. "abilities": {
  4831. "0": "Technician",
  4832. "1": "Levitate",
  4833. "H": "Damp"
  4834. }
  4835. },
  4836. "seadra": {
  4837. "inherit": true,
  4838. "species": "Seadra",
  4839. "abilities": {
  4840. "0": "Sheerforce",
  4841. "1": "Hydration",
  4842. "H": "Harvest"
  4843. }
  4844. },
  4845. "seaking": {
  4846. "inherit": true,
  4847. "species": "Seaking",
  4848. "abilities": {
  4849. "0": "Intimidate",
  4850. "1": "Unnerve",
  4851. "H": "Telepathy"
  4852. }
  4853. },
  4854. "sealeo": {
  4855. "inherit": true,
  4856. "species": "Sealeo",
  4857. "abilities": {
  4858. "0": "Waterabsorb",
  4859. "1": "Hypercutter",
  4860. "H": "Prankster"
  4861. }
  4862. },
  4863. "seedot": {
  4864. "inherit": true,
  4865. "species": "Seedot",
  4866. "abilities": {
  4867. "0": "Oblivious",
  4868. "1": "Chlorophyll",
  4869. "H": "Limber"
  4870. }
  4871. },
  4872. "seel": {
  4873. "inherit": true,
  4874. "species": "Seel",
  4875. "abilities": {
  4876. "0": "Lightningrod",
  4877. "1": "Pressure",
  4878. "H": "Sheerforce"
  4879. }
  4880. },
  4881. "seismitoad": {
  4882. "inherit": true,
  4883. "species": "Seismitoad",
  4884. "abilities": {
  4885. "0": "Hypercutter",
  4886. "1": "Clearbody",
  4887. "H": "Guts"
  4888. }
  4889. },
  4890. "sentret": {
  4891. "inherit": true,
  4892. "species": "Sentret",
  4893. "abilities": {
  4894. "0": "Poisontouch",
  4895. "1": "Ironfist",
  4896. "H": "Hydration"
  4897. }
  4898. },
  4899. "serperior": {
  4900. "inherit": true,
  4901. "species": "Serperior",
  4902. "abilities": {
  4903. "0": "Dryskin",
  4904. "H": "Innerfocus"
  4905. }
  4906. },
  4907. "servine": {
  4908. "inherit": true,
  4909. "species": "Servine",
  4910. "abilities": {
  4911. "0": "Dryskin",
  4912. "H": "Shellarmor"
  4913. }
  4914. },
  4915. "seviper": {
  4916. "inherit": true,
  4917. "species": "Seviper",
  4918. "abilities": {
  4919. "0": "Airlock",
  4920. "H": "Guts"
  4921. }
  4922. },
  4923. "sewaddle": {
  4924. "inherit": true,
  4925. "species": "Sewaddle",
  4926. "abilities": {
  4927. "0": "Keeneye",
  4928. "1": "Intimidate",
  4929. "H": "Telepathy"
  4930. }
  4931. },
  4932. "sharpedo": {
  4933. "inherit": true,
  4934. "species": "Sharpedo",
  4935. "abilities": {
  4936. "0": "Refrigerate",
  4937. "H": "Rivalry"
  4938. }
  4939. },
  4940. "shaymin": {
  4941. "inherit": true,
  4942. "species": "Shaymin",
  4943. "abilities": {
  4944. "0": "Oblivious"
  4945. }
  4946. },
  4947. "shayminsky": {
  4948. "inherit": true,
  4949. "species": "Shayminsky",
  4950. "abilities": {
  4951. "0": "Defiant"
  4952. }
  4953. },
  4954. "shedinja": {
  4955. "inherit": true,
  4956. "species": "Shedinja",
  4957. "abilities": {
  4958. "0": "Immunity"
  4959. }
  4960. },
  4961. "shelgon": {
  4962. "inherit": true,
  4963. "species": "Shelgon",
  4964. "abilities": {
  4965. "0": "Torrent",
  4966. "H": "Innerfocus"
  4967. }
  4968. },
  4969. "shellder": {
  4970. "inherit": true,
  4971. "species": "Shellder",
  4972. "abilities": {
  4973. "0": "Regenerator",
  4974. "1": "Naturalcure",
  4975. "H": "Magicguard"
  4976. }
  4977. },
  4978. "shellos": {
  4979. "inherit": true,
  4980. "species": "Shellos",
  4981. "abilities": {
  4982. "0": "Snowwarning",
  4983. "1": "Pickup",
  4984. "H": "Mummy"
  4985. }
  4986. },
  4987. "shelmet": {
  4988. "inherit": true,
  4989. "species": "Shelmet",
  4990. "abilities": {
  4991. "0": "Swiftswim",
  4992. "1": "Stormdrain",
  4993. "H": "Moxie"
  4994. }
  4995. },
  4996. "shieldon": {
  4997. "inherit": true,
  4998. "species": "Shieldon",
  4999. "abilities": {
  5000. "0": "Shedskin",
  5001. "H": "Cursedbody"
  5002. }
  5003. },
  5004. "shiftry": {
  5005. "inherit": true,
  5006. "species": "Shiftry",
  5007. "abilities": {
  5008. "0": "Runaway",
  5009. "1": "Stickyhold",
  5010. "H": "Waterabsorb"
  5011. }
  5012. },
  5013. "shinx": {
  5014. "inherit": true,
  5015. "species": "Shinx",
  5016. "abilities": {
  5017. "0": "Skilllink",
  5018. "1": "Regenerator",
  5019. "H": "Shedskin"
  5020. }
  5021. },
  5022. "shroomish": {
  5023. "inherit": true,
  5024. "species": "Shroomish",
  5025. "abilities": {
  5026. "0": "Unnerve",
  5027. "1": "Blaze",
  5028. "H": "Sheerforce"
  5029. }
  5030. },
  5031. "shuckle": {
  5032. "inherit": true,
  5033. "species": "Shuckle",
  5034. "abilities": {
  5035. "0": "Waterabsorb",
  5036. "1": "Soundproof",
  5037. "H": "Flashfire"
  5038. }
  5039. },
  5040. "shuppet": {
  5041. "inherit": true,
  5042. "species": "Shuppet",
  5043. "abilities": {
  5044. "0": "Guts",
  5045. "1": "Anticipation",
  5046. "H": "Innerfocus"
  5047. }
  5048. },
  5049. "sigilyph": {
  5050. "inherit": true,
  5051. "species": "Sigilyph",
  5052. "abilities": {
  5053. "0": "Oblivious",
  5054. "1": "Analytic",
  5055. "H": "Hydration"
  5056. }
  5057. },
  5058. "silcoon": {
  5059. "inherit": true,
  5060. "species": "Silcoon",
  5061. "abilities": {
  5062. "0": "Levitate"
  5063. }
  5064. },
  5065. "simipour": {
  5066. "inherit": true,
  5067. "species": "Simipour",
  5068. "abilities": {
  5069. "0": "Adaptability",
  5070. "H": "Guts"
  5071. }
  5072. },
  5073. "simisage": {
  5074. "inherit": true,
  5075. "species": "Simisage",
  5076. "abilities": {
  5077. "0": "Justified",
  5078. "H": "Sniper"
  5079. }
  5080. },
  5081. "simisear": {
  5082. "inherit": true,
  5083. "species": "Simisear",
  5084. "abilities": {
  5085. "0": "Swiftswim",
  5086. "H": "Prankster"
  5087. }
  5088. },
  5089. "skarmory": {
  5090. "inherit": true,
  5091. "species": "Skarmory",
  5092. "abilities": {
  5093. "0": "Healer",
  5094. "1": "Suctioncups",
  5095. "H": "Rivalry"
  5096. }
  5097. },
  5098. "skiddo": {
  5099. "inherit": true,
  5100. "species": "Skiddo",
  5101. "abilities": {
  5102. "0": "Overcoat",
  5103. "H": "Sturdy"
  5104. }
  5105. },
  5106. "skiploom": {
  5107. "inherit": true,
  5108. "species": "Skiploom",
  5109. "abilities": {
  5110. "0": "Prankster",
  5111. "1": "Torrent",
  5112. "H": "Swarm"
  5113. }
  5114. },
  5115. "skitty": {
  5116. "inherit": true,
  5117. "species": "Skitty",
  5118. "abilities": {
  5119. "0": "Flamebody",
  5120. "1": "Moody",
  5121. "H": "Keeneye"
  5122. }
  5123. },
  5124. "skorupi": {
  5125. "inherit": true,
  5126. "species": "Skorupi",
  5127. "abilities": {
  5128. "0": "Magicbounce",
  5129. "1": "Steadfast",
  5130. "H": "Prankster"
  5131. }
  5132. },
  5133. "skrelp": {
  5134. "inherit": true,
  5135. "species": "Skrelp",
  5136. "abilities": {
  5137. "0": "Sheerforce",
  5138. "1": "Reckless",
  5139. "H": "Swiftswim"
  5140. }
  5141. },
  5142. "skuntank": {
  5143. "inherit": true,
  5144. "species": "Skuntank",
  5145. "abilities": {
  5146. "0": "Sapsipper",
  5147. "1": "Serenegrace",
  5148. "H": "Overgrow"
  5149. }
  5150. },
  5151. "slaking": {
  5152. "inherit": true,
  5153. "species": "Slaking",
  5154. "abilities": {
  5155. "0": "Weakarmor"
  5156. }
  5157. },
  5158. "slakoth": {
  5159. "inherit": true,
  5160. "species": "Slakoth",
  5161. "abilities": {
  5162. "0": "Magicguard"
  5163. }
  5164. },
  5165. "sliggoo": {
  5166. "inherit": true,
  5167. "species": "Sliggoo",
  5168. "abilities": {
  5169. "0": "Vitalspirit",
  5170. "1": "Hustle",
  5171. "H": "Prankster"
  5172. }
  5173. },
  5174. "slowbro": {
  5175. "inherit": true,
  5176. "species": "Slowbro",
  5177. "abilities": {
  5178. "0": "Shedskin",
  5179. "1": "Waterabsorb",
  5180. "H": "Chlorophyll"
  5181. }
  5182. },
  5183. "slowking": {
  5184. "inherit": true,
  5185. "species": "Slowking",
  5186. "abilities": {
  5187. "0": "Damp",
  5188. "1": "Sheerforce",
  5189. "H": "Swarm"
  5190. }
  5191. },
  5192. "slowpoke": {
  5193. "inherit": true,
  5194. "species": "Slowpoke",
  5195. "abilities": {
  5196. "0": "Angerpoint",
  5197. "1": "Solidrock",
  5198. "H": "Tintedlens"
  5199. }
  5200. },
  5201. "slugma": {
  5202. "inherit": true,
  5203. "species": "Slugma",
  5204. "abilities": {
  5205. "0": "Hydration",
  5206. "1": "Rattled",
  5207. "H": "Keeneye"
  5208. }
  5209. },
  5210. "slurpuff": {
  5211. "inherit": true,
  5212. "species": "Slurpuff",
  5213. "abilities": {
  5214. "0": "Rivalry",
  5215. "H": "Frisk"
  5216. }
  5217. },
  5218. "smeargle": {
  5219. "inherit": true,
  5220. "species": "Smeargle",
  5221. "abilities": {
  5222. "0": "Snowcloak",
  5223. "1": "Compoundeyes",
  5224. "H": "Sapsipper"
  5225. }
  5226. },
  5227. "smoochum": {
  5228. "inherit": true,
  5229. "species": "Smoochum",
  5230. "abilities": {
  5231. "0": "Poisonpoint",
  5232. "1": "Angerpoint",
  5233. "H": "Thickfat"
  5234. }
  5235. },
  5236. "sneasel": {
  5237. "inherit": true,
  5238. "species": "Sneasel",
  5239. "abilities": {
  5240. "0": "Quickfeet",
  5241. "1": "Icebody",
  5242. "H": "Sturdy"
  5243. }
  5244. },
  5245. "snivy": {
  5246. "inherit": true,
  5247. "species": "Snivy",
  5248. "abilities": {
  5249. "0": "Technician",
  5250. "H": "Sandveil"
  5251. }
  5252. },
  5253. "snorlax": {
  5254. "inherit": true,
  5255. "species": "Snorlax",
  5256. "abilities": {
  5257. "0": "Levitate",
  5258. "1": "Defeatist",
  5259. "H": "Limber"
  5260. }
  5261. },
  5262. "snorunt": {
  5263. "inherit": true,
  5264. "species": "Snorunt",
  5265. "abilities": {
  5266. "0": "Chlorophyll",
  5267. "1": "Sandveil",
  5268. "H": "Vitalspirit"
  5269. }
  5270. },
  5271. "snover": {
  5272. "inherit": true,
  5273. "species": "Snover",
  5274. "abilities": {
  5275. "0": "Forewarn",
  5276. "H": "Steadfast"
  5277. }
  5278. },
  5279. "snubbull": {
  5280. "inherit": true,
  5281. "species": "Snubbull",
  5282. "abilities": {
  5283. "0": "Waterabsorb",
  5284. "1": "Serenegrace",
  5285. "H": "Illuminate"
  5286. }
  5287. },
  5288. "solosis": {
  5289. "inherit": true,
  5290. "species": "Solosis",
  5291. "abilities": {
  5292. "0": "Owntempo",
  5293. "1": "Shielddust",
  5294. "H": "Swarm"
  5295. }
  5296. },
  5297. "solrock": {
  5298. "inherit": true,
  5299. "species": "Solrock",
  5300. "abilities": {
  5301. "0": "Flamebody"
  5302. }
  5303. },
  5304. "spearow": {
  5305. "inherit": true,
  5306. "species": "Spearow",
  5307. "abilities": {
  5308. "0": "Stench",
  5309. "H": "Technician"
  5310. }
  5311. },
  5312. "spewpa": {
  5313. "inherit": true,
  5314. "species": "Spewpa",
  5315. "abilities": {
  5316. "0": "Runaway",
  5317. "H": "Poisonpoint"
  5318. }
  5319. },
  5320. "spheal": {
  5321. "inherit": true,
  5322. "species": "Spheal",
  5323. "abilities": {
  5324. "0": "Dryskin",
  5325. "1": "Flowerveil",
  5326. "H": "Quickfeet"
  5327. }
  5328. },
  5329. "spinarak": {
  5330. "inherit": true,
  5331. "species": "Spinarak",
  5332. "abilities": {
  5333. "0": "Quickfeet",
  5334. "1": "Ironfist",
  5335. "H": "Icebody"
  5336. }
  5337. },
  5338. "spinda": {
  5339. "inherit": true,
  5340. "species": "Spinda",
  5341. "abilities": {
  5342. "0": "Blaze",
  5343. "1": "Adaptability",
  5344. "H": "Naturalcure"
  5345. }
  5346. },
  5347. "spiritomb": {
  5348. "inherit": true,
  5349. "species": "Spiritomb",
  5350. "abilities": {
  5351. "0": "Plus",
  5352. "H": "Flashfire"
  5353. }
  5354. },
  5355. "spoink": {
  5356. "inherit": true,
  5357. "species": "Spoink",
  5358. "abilities": {
  5359. "0": "Imposter",
  5360. "1": "Hustle",
  5361. "H": "Synchronize"
  5362. }
  5363. },
  5364. "spritzee": {
  5365. "inherit": true,
  5366. "species": "Spritzee",
  5367. "abilities": {
  5368. "0": "Shielddust",
  5369. "H": "Keeneye"
  5370. }
  5371. },
  5372. "squirtle": {
  5373. "inherit": true,
  5374. "species": "Squirtle",
  5375. "abilities": {
  5376. "0": "Magicguard",
  5377. "H": "Rockhead"
  5378. }
  5379. },
  5380. "stantler": {
  5381. "inherit": true,
  5382. "species": "Stantler",
  5383. "abilities": {
  5384. "0": "Levitate",
  5385. "1": "Innerfocus",
  5386. "H": "Icebody"
  5387. }
  5388. },
  5389. "staraptor": {
  5390. "inherit": true,
  5391. "species": "Staraptor",
  5392. "abilities": {
  5393. "0": "Runaway",
  5394. "H": "Frisk"
  5395. }
  5396. },
  5397. "staravia": {
  5398. "inherit": true,
  5399. "species": "Staravia",
  5400. "abilities": {
  5401. "0": "Unburden",
  5402. "H": "Whitesmoke"
  5403. }
  5404. },
  5405. "starly": {
  5406. "inherit": true,
  5407. "species": "Starly",
  5408. "abilities": {
  5409. "0": "Intimidate",
  5410. "H": "Thickfat"
  5411. }
  5412. },
  5413. "starmie": {
  5414. "inherit": true,
  5415. "species": "Starmie",
  5416. "abilities": {
  5417. "0": "Shellarmor",
  5418. "1": "Tangledfeet",
  5419. "H": "Chlorophyll"
  5420. }
  5421. },
  5422. "staryu": {
  5423. "inherit": true,
  5424. "species": "Staryu",
  5425. "abilities": {
  5426. "0": "Scrappy",
  5427. "1": "Justified",
  5428. "H": "Mummy"
  5429. }
  5430. },
  5431. "steelix": {
  5432. "inherit": true,
  5433. "species": "Steelix",
  5434. "abilities": {
  5435. "0": "Shellarmor",
  5436. "1": "Telepathy",
  5437. "H": "Keeneye"
  5438. }
  5439. },
  5440. "stoutland": {
  5441. "inherit": true,
  5442. "species": "Stoutland",
  5443. "abilities": {
  5444. "0": "Raindish",
  5445. "1": "Speedboost",
  5446. "H": "Pressure"
  5447. }
  5448. },
  5449. "stunfisk": {
  5450. "inherit": true,
  5451. "species": "Stunfisk",
  5452. "abilities": {
  5453. "0": "Hugepower",
  5454. "1": "Innerfocus",
  5455. "H": "Torrent"
  5456. }
  5457. },
  5458. "stunky": {
  5459. "inherit": true,
  5460. "species": "Stunky",
  5461. "abilities": {
  5462. "0": "Chlorophyll",
  5463. "1": "Battlearmor",
  5464. "H": "Bulletproof"
  5465. }
  5466. },
  5467. "sudowoodo": {
  5468. "inherit": true,
  5469. "species": "Sudowoodo",
  5470. "abilities": {
  5471. "0": "Liquidooze",
  5472. "1": "Keeneye",
  5473. "H": "Effectspore"
  5474. }
  5475. },
  5476. "suicune": {
  5477. "inherit": true,
  5478. "species": "Suicune",
  5479. "abilities": {
  5480. "0": "Drought",
  5481. "H": "Sandrush"
  5482. }
  5483. },
  5484. "sunflora": {
  5485. "inherit": true,
  5486. "species": "Sunflora",
  5487. "abilities": {
  5488. "0": "Lightningrod",
  5489. "1": "Sandforce",
  5490. "H": "Healer"
  5491. }
  5492. },
  5493. "sunkern": {
  5494. "inherit": true,
  5495. "species": "Sunkern",
  5496. "abilities": {
  5497. "0": "Swiftswim",
  5498. "1": "Innerfocus",
  5499. "H": "Synchronize"
  5500. }
  5501. },
  5502. "surskit": {
  5503. "inherit": true,
  5504. "species": "Surskit",
  5505. "abilities": {
  5506. "0": "Defiant",
  5507. "H": "Analytic"
  5508. }
  5509. },
  5510. "swablu": {
  5511. "inherit": true,
  5512. "species": "Swablu",
  5513. "abilities": {
  5514. "0": "Keeneye",
  5515. "H": "Frisk"
  5516. }
  5517. },
  5518. "swadloon": {
  5519. "inherit": true,
  5520. "species": "Swadloon",
  5521. "abilities": {
  5522. "0": "Poisonpoint",
  5523. "1": "Sniper",
  5524. "H": "Gluttony"
  5525. }
  5526. },
  5527. "swalot": {
  5528. "inherit": true,
  5529. "species": "Swalot",
  5530. "abilities": {
  5531. "0": "Soundproof",
  5532. "1": "Reckless",
  5533. "H": "Rockhead"
  5534. }
  5535. },
  5536. "swampert": {
  5537. "inherit": true,
  5538. "species": "Swampert",
  5539. "abilities": {
  5540. "0": "Pickpocket",
  5541. "H": "Swarm"
  5542. }
  5543. },
  5544. "swanna": {
  5545. "inherit": true,
  5546. "species": "Swanna",
  5547. "abilities": {
  5548. "0": "Leafguard",
  5549. "1": "Contrary",
  5550. "H": "Moldbreaker"
  5551. }
  5552. },
  5553. "swellow": {
  5554. "inherit": true,
  5555. "species": "Swellow",
  5556. "abilities": {
  5557. "0": "Angerpoint",
  5558. "H": "Gluttony"
  5559. }
  5560. },
  5561. "swinub": {
  5562. "inherit": true,
  5563. "species": "Swinub",
  5564. "abilities": {
  5565. "0": "Damp",
  5566. "1": "Keeneye",
  5567. "H": "Shadowtag"
  5568. }
  5569. },
  5570. "swirlix": {
  5571. "inherit": true,
  5572. "species": "Swirlix",
  5573. "abilities": {
  5574. "0": "Snowwarning",
  5575. "H": "Whitesmoke"
  5576. }
  5577. },
  5578. "swoobat": {
  5579. "inherit": true,
  5580. "species": "Swoobat",
  5581. "abilities": {
  5582. "0": "Frisk",
  5583. "1": "Sandforce",
  5584. "H": "Chlorophyll"
  5585. }
  5586. },
  5587. "sylveon": {
  5588. "inherit": true,
  5589. "species": "Sylveon",
  5590. "abilities": {
  5591. "0": "Levitate",
  5592. "H": "Sturdy"
  5593. }
  5594. },
  5595. "taillow": {
  5596. "inherit": true,
  5597. "species": "Taillow",
  5598. "abilities": {
  5599. "0": "Telepathy",
  5600. "H": "Flashfire"
  5601. }
  5602. },
  5603. "talonflame": {
  5604. "inherit": true,
  5605. "species": "Talonflame",
  5606. "abilities": {
  5607. "0": "Sandforce",
  5608. "H": "Tintedlens"
  5609. }
  5610. },
  5611. "tangela": {
  5612. "inherit": true,
  5613. "species": "Tangela",
  5614. "abilities": {
  5615. "0": "Unnerve",
  5616. "1": "Adaptability",
  5617. "H": "Rivalry"
  5618. }
  5619. },
  5620. "tangrowth": {
  5621. "inherit": true,
  5622. "species": "Tangrowth",
  5623. "abilities": {
  5624. "0": "Illuminate",
  5625. "1": "Sweetveil",
  5626. "H": "Levitate"
  5627. }
  5628. },
  5629. "tauros": {
  5630. "inherit": true,
  5631. "species": "Tauros",
  5632. "abilities": {
  5633. "0": "Speedboost",
  5634. "1": "Moldbreaker",
  5635. "H": "Vitalspirit"
  5636. }
  5637. },
  5638. "teddiursa": {
  5639. "inherit": true,
  5640. "species": "Teddiursa",
  5641. "abilities": {
  5642. "0": "Snowcloak",
  5643. "1": "Overcoat",
  5644. "H": "Oblivious"
  5645. }
  5646. },
  5647. "tentacool": {
  5648. "inherit": true,
  5649. "species": "Tentacool",
  5650. "abilities": {
  5651. "0": "Hustle",
  5652. "1": "Leafguard",
  5653. "H": "Swiftswim"
  5654. }
  5655. },
  5656. "tentacruel": {
  5657. "inherit": true,
  5658. "species": "Tentacruel",
  5659. "abilities": {
  5660. "0": "Frisk",
  5661. "1": "Tangledfeet",
  5662. "H": "Skilllink"
  5663. }
  5664. },
  5665. "tepig": {
  5666. "inherit": true,
  5667. "species": "Tepig",
  5668. "abilities": {
  5669. "0": "Flashfire",
  5670. "H": "Truant"
  5671. }
  5672. },
  5673. "terrakion": {
  5674. "inherit": true,
  5675. "species": "Terrakion",
  5676. "abilities": {
  5677. "0": "Overgrow"
  5678. }
  5679. },
  5680. "throh": {
  5681. "inherit": true,
  5682. "species": "Throh",
  5683. "abilities": {
  5684. "0": "Guts",
  5685. "1": "Keeneye",
  5686. "H": "Bigpecks"
  5687. }
  5688. },
  5689. "thundurus": {
  5690. "inherit": true,
  5691. "species": "Thundurus",
  5692. "abilities": {
  5693. "0": "Telepathy",
  5694. "H": "Symbiosis"
  5695. }
  5696. },
  5697. "thundurustherian": {
  5698. "inherit": true,
  5699. "species": "Thundurustherian",
  5700. "abilities": {
  5701. "0": "Effectspore"
  5702. }
  5703. },
  5704. "timburr": {
  5705. "inherit": true,
  5706. "species": "Timburr",
  5707. "abilities": {
  5708. "0": "Waterabsorb",
  5709. "1": "Infiltrator",
  5710. "H": "Vitalspirit"
  5711. }
  5712. },
  5713. "tirtouga": {
  5714. "inherit": true,
  5715. "species": "Tirtouga",
  5716. "abilities": {
  5717. "0": "Flamebody",
  5718. "1": "Rattled",
  5719. "H": "Limber"
  5720. }
  5721. },
  5722. "togekiss": {
  5723. "inherit": true,
  5724. "species": "Togekiss",
  5725. "abilities": {
  5726. "0": "Klutz",
  5727. "1": "Damp",
  5728. "H": "Pickpocket"
  5729. }
  5730. },
  5731. "togepi": {
  5732. "inherit": true,
  5733. "species": "Togepi",
  5734. "abilities": {
  5735. "0": "Oblivious",
  5736. "1": "Analytic",
  5737. "H": "Tangledfeet"
  5738. }
  5739. },
  5740. "togetic": {
  5741. "inherit": true,
  5742. "species": "Togetic",
  5743. "abilities": {
  5744. "0": "Sturdy",
  5745. "1": "Pressure",
  5746. "H": "Weakarmor"
  5747. }
  5748. },
  5749. "torchic": {
  5750. "inherit": true,
  5751. "species": "Torchic",
  5752. "abilities": {
  5753. "0": "Flamebody",
  5754. "H": "Pressure"
  5755. }
  5756. },
  5757. "torkoal": {
  5758. "inherit": true,
  5759. "species": "Torkoal",
  5760. "abilities": {
  5761. "0": "Anticipation",
  5762. "H": "Sturdy"
  5763. }
  5764. },
  5765. "tornadus": {
  5766. "inherit": true,
  5767. "species": "Tornadus",
  5768. "abilities": {
  5769. "0": "Waterabsorb",
  5770. "H": "Magicbounce"
  5771. }
  5772. },
  5773. "tornadustherian": {
  5774. "inherit": true,
  5775. "species": "Tornadustherian",
  5776. "abilities": {
  5777. "0": "Sandveil"
  5778. }
  5779. },
  5780. "torterra": {
  5781. "inherit": true,
  5782. "species": "Torterra",
  5783. "abilities": {
  5784. "0": "Ironfist",
  5785. "H": "Vitalspirit"
  5786. }
  5787. },
  5788. "totodile": {
  5789. "inherit": true,
  5790. "species": "Totodile",
  5791. "abilities": {
  5792. "0": "Waterabsorb",
  5793. "H": "Shedskin"
  5794. }
  5795. },
  5796. "toxicroak": {
  5797. "inherit": true,
  5798. "species": "Toxicroak",
  5799. "abilities": {
  5800. "0": "Flamebody",
  5801. "1": "Innerfocus",
  5802. "H": "Unburden"
  5803. }
  5804. },
  5805. "tranquill": {
  5806. "inherit": true,
  5807. "species": "Tranquill",
  5808. "abilities": {
  5809. "0": "Flamebody",
  5810. "1": "Solarpower",
  5811. "H": "Damp"
  5812. }
  5813. },
  5814. "trapinch": {
  5815. "inherit": true,
  5816. "species": "Trapinch",
  5817. "abilities": {
  5818. "0": "Friendguard",
  5819. "1": "Ironfist",
  5820. "H": "Drizzle"
  5821. }
  5822. },
  5823. "treecko": {
  5824. "inherit": true,
  5825. "species": "Treecko",
  5826. "abilities": {
  5827. "0": "Hydration",
  5828. "H": "Overcoat"
  5829. }
  5830. },
  5831. "trevenant": {
  5832. "inherit": true,
  5833. "species": "Trevenant",
  5834. "abilities": {
  5835. "0": "Plus",
  5836. "1": "Chlorophyll",
  5837. "H": "Pressure"
  5838. }
  5839. },
  5840. "tropius": {
  5841. "inherit": true,
  5842. "species": "Tropius",
  5843. "abilities": {
  5844. "0": "Cutecharm",
  5845. "1": "Aromaveil",
  5846. "H": "Liquidooze"
  5847. }
  5848. },
  5849. "trubbish": {
  5850. "inherit": true,
  5851. "species": "Trubbish",
  5852. "abilities": {
  5853. "0": "Hydration",
  5854. "1": "Damp",
  5855. "H": "Regenerator"
  5856. }
  5857. },
  5858. "turtwig": {
  5859. "inherit": true,
  5860. "species": "Turtwig",
  5861. "abilities": {
  5862. "0": "Overcoat",
  5863. "H": "Shellarmor"
  5864. }
  5865. },
  5866. "tympole": {
  5867. "inherit": true,
  5868. "species": "Tympole",
  5869. "abilities": {
  5870. "0": "Pressure",
  5871. "1": "Sapsipper",
  5872. "H": "Noguard"
  5873. }
  5874. },
  5875. "tynamo": {
  5876. "inherit": true,
  5877. "species": "Tynamo",
  5878. "abilities": {
  5879. "0": "Sapsipper"
  5880. }
  5881. },
  5882. "typhlosion": {
  5883. "inherit": true,
  5884. "species": "Typhlosion",
  5885. "abilities": {
  5886. "0": "Telepathy",
  5887. "H": "Damp"
  5888. }
  5889. },
  5890. "tyranitar": {
  5891. "inherit": true,
  5892. "species": "Tyranitar",
  5893. "abilities": {
  5894. "0": "Runaway",
  5895. "H": "Purepower"
  5896. }
  5897. },
  5898. "tyrantrum": {
  5899. "inherit": true,
  5900. "species": "Tyrantrum",
  5901. "abilities": {
  5902. "0": "Swarm",
  5903. "H": "Toxicboost"
  5904. }
  5905. },
  5906. "tyrogue": {
  5907. "inherit": true,
  5908. "species": "Tyrogue",
  5909. "abilities": {
  5910. "0": "Sandrush",
  5911. "1": "Leafguard",
  5912. "H": "Hypercutter"
  5913. }
  5914. },
  5915. "tyrunt": {
  5916. "inherit": true,
  5917. "species": "Tyrunt",
  5918. "abilities": {
  5919. "0": "Hypercutter",
  5920. "H": "Solidrock"
  5921. }
  5922. },
  5923. "umbreon": {
  5924. "inherit": true,
  5925. "species": "Umbreon",
  5926. "abilities": {
  5927. "0": "Sheerforce",
  5928. "H": "Poisontouch"
  5929. }
  5930. },
  5931. "unfezant": {
  5932. "inherit": true,
  5933. "species": "Unfezant",
  5934. "abilities": {
  5935. "0": "Chlorophyll",
  5936. "1": "Rivalry",
  5937. "H": "Swiftswim"
  5938. }
  5939. },
  5940. "unown": {
  5941. "inherit": true,
  5942. "species": "Unown",
  5943. "abilities": {
  5944. "0": "Intimidate"
  5945. }
  5946. },
  5947. "ursaring": {
  5948. "inherit": true,
  5949. "species": "Ursaring",
  5950. "abilities": {
  5951. "0": "Sniper",
  5952. "1": "Pickup",
  5953. "H": "Sandforce"
  5954. }
  5955. },
  5956. "uxie": {
  5957. "inherit": true,
  5958. "species": "Uxie",
  5959. "abilities": {
  5960. "0": "Defiant"
  5961. }
  5962. },
  5963. "vanillish": {
  5964. "inherit": true,
  5965. "species": "Vanillish",
  5966. "abilities": {
  5967. "0": "Sturdy",
  5968. "H": "Infiltrator"
  5969. }
  5970. },
  5971. "vanillite": {
  5972. "inherit": true,
  5973. "species": "Vanillite",
  5974. "abilities": {
  5975. "0": "Poisonpoint",
  5976. "H": "Swiftswim"
  5977. }
  5978. },
  5979. "vanilluxe": {
  5980. "inherit": true,
  5981. "species": "Vanilluxe",
  5982. "abilities": {
  5983. "0": "Sandveil",
  5984. "H": "Owntempo"
  5985. }
  5986. },
  5987. "vaporeon": {
  5988. "inherit": true,
  5989. "species": "Vaporeon",
  5990. "abilities": {
  5991. "0": "Serenegrace",
  5992. "H": "Hugepower"
  5993. }
  5994. },
  5995. "venipede": {
  5996. "inherit": true,
  5997. "species": "Venipede",
  5998. "abilities": {
  5999. "0": "Poisontouch",
  6000. "1": "Soundproof",
  6001. "H": "Sturdy"
  6002. }
  6003. },
  6004. "venomoth": {
  6005. "inherit": true,
  6006. "species": "Venomoth",
  6007. "abilities": {
  6008. "0": "Earlybird",
  6009. "1": "Lightmetal",
  6010. "H": "Telepathy"
  6011. }
  6012. },
  6013. "venonat": {
  6014. "inherit": true,
  6015. "species": "Venonat",
  6016. "abilities": {
  6017. "0": "Torrent",
  6018. "1": "Quickfeet",
  6019. "H": "Noguard"
  6020. }
  6021. },
  6022. "venusaur": {
  6023. "inherit": true,
  6024. "species": "Venusaur",
  6025. "abilities": {
  6026. "0": "Dryskin",
  6027. "H": "Friendguard"
  6028. }
  6029. },
  6030. "vespiquen": {
  6031. "inherit": true,
  6032. "species": "Vespiquen",
  6033. "abilities": {
  6034. "0": "Keeneye",
  6035. "H": "Hustle"
  6036. }
  6037. },
  6038. "vibrava": {
  6039. "inherit": true,
  6040. "species": "Vibrava",
  6041. "abilities": {
  6042. "0": "Suctioncups"
  6043. }
  6044. },
  6045. "victini": {
  6046. "inherit": true,
  6047. "species": "Victini",
  6048. "abilities": {
  6049. "0": "Sheerforce"
  6050. }
  6051. },
  6052. "victreebel": {
  6053. "inherit": true,
  6054. "species": "Victreebel",
  6055. "abilities": {
  6056. "0": "Magnetpull",
  6057. "H": "Innerfocus"
  6058. }
  6059. },
  6060. "vigoroth": {
  6061. "inherit": true,
  6062. "species": "Vigoroth",
  6063. "abilities": {
  6064. "0": "Magnetpull"
  6065. }
  6066. },
  6067. "vileplume": {
  6068. "inherit": true,
  6069. "species": "Vileplume",
  6070. "abilities": {
  6071. "0": "Intimidate",
  6072. "H": "Flashfire"
  6073. }
  6074. },
  6075. "virizion": {
  6076. "inherit": true,
  6077. "species": "Virizion",
  6078. "abilities": {
  6079. "0": "Swiftswim"
  6080. }
  6081. },
  6082. "vivillon": {
  6083. "inherit": true,
  6084. "species": "Vivillon",
  6085. "abilities": {
  6086. "0": "Frisk",
  6087. "1": "Magician",
  6088. "H": "Gluttony"
  6089. }
  6090. },
  6091. "volbeat": {
  6092. "inherit": true,
  6093. "species": "Volbeat",
  6094. "abilities": {
  6095. "0": "Clearbody",
  6096. "1": "Stormdrain",
  6097. "H": "Keeneye"
  6098. }
  6099. },
  6100. "volcarona": {
  6101. "inherit": true,
  6102. "species": "Volcarona",
  6103. "abilities": {
  6104. "0": "Sheerforce",
  6105. "H": "Swiftswim"
  6106. }
  6107. },
  6108. "voltorb": {
  6109. "inherit": true,
  6110. "species": "Voltorb",
  6111. "abilities": {
  6112. "0": "Bigpecks",
  6113. "1": "Steadfast",
  6114. "H": "Limber"
  6115. }
  6116. },
  6117. "vullaby": {
  6118. "inherit": true,
  6119. "species": "Vullaby",
  6120. "abilities": {
  6121. "0": "Bigpecks",
  6122. "1": "Snowcloak",
  6123. "H": "Drizzle"
  6124. }
  6125. },
  6126. "vulpix": {
  6127. "inherit": true,
  6128. "species": "Vulpix",
  6129. "abilities": {
  6130. "0": "Sandveil",
  6131. "H": "Damp"
  6132. }
  6133. },
  6134. "wailmer": {
  6135. "inherit": true,
  6136. "species": "Wailmer",
  6137. "abilities": {
  6138. "0": "Trace",
  6139. "1": "Prankster",
  6140. "H": "Shedskin"
  6141. }
  6142. },
  6143. "wailord": {
  6144. "inherit": true,
  6145. "species": "Wailord",
  6146. "abilities": {
  6147. "0": "Hypercutter",
  6148. "1": "Shedskin",
  6149. "H": "Guts"
  6150. }
  6151. },
  6152. "walrein": {
  6153. "inherit": true,
  6154. "species": "Walrein",
  6155. "abilities": {
  6156. "0": "Keeneye",
  6157. "1": "Friendguard",
  6158. "H": "Cutecharm"
  6159. }
  6160. },
  6161. "wartortle": {
  6162. "inherit": true,
  6163. "species": "Wartortle",
  6164. "abilities": {
  6165. "0": "Sapsipper",
  6166. "H": "Moxie"
  6167. }
  6168. },
  6169. "watchog": {
  6170. "inherit": true,
  6171. "species": "Watchog",
  6172. "abilities": {
  6173. "0": "Gluttony",
  6174. "1": "Klutz",
  6175. "H": "Fairyaura"
  6176. }
  6177. },
  6178. "weavile": {
  6179. "inherit": true,
  6180. "species": "Weavile",
  6181. "abilities": {
  6182. "0": "Frisk",
  6183. "H": "Sapsipper"
  6184. }
  6185. },
  6186. "weedle": {
  6187. "inherit": true,
  6188. "species": "Weedle",
  6189. "abilities": {
  6190. "0": "Chlorophyll",
  6191. "H": "Owntempo"
  6192. }
  6193. },
  6194. "weepinbell": {
  6195. "inherit": true,
  6196. "species": "Weepinbell",
  6197. "abilities": {
  6198. "0": "Insomnia",
  6199. "H": "Limber"
  6200. }
  6201. },
  6202. "weezing": {
  6203. "inherit": true,
  6204. "species": "Weezing",
  6205. "abilities": {
  6206. "0": "Weakarmor"
  6207. }
  6208. },
  6209. "whimsicott": {
  6210. "inherit": true,
  6211. "species": "Whimsicott",
  6212. "abilities": {
  6213. "0": "Wonderskin",
  6214. "1": "Sheerforce",
  6215. "H": "Icebody"
  6216. }
  6217. },
  6218. "whirlipede": {
  6219. "inherit": true,
  6220. "species": "Whirlipede",
  6221. "abilities": {
  6222. "0": "Ironfist",
  6223. "1": "Pickup",
  6224. "H": "Poisontouch"
  6225. }
  6226. },
  6227. "whiscash": {
  6228. "inherit": true,
  6229. "species": "Whiscash",
  6230. "abilities": {
  6231. "0": "Toughclaws",
  6232. "1": "Clearbody",
  6233. "H": "Torrent"
  6234. }
  6235. },
  6236. "whismur": {
  6237. "inherit": true,
  6238. "species": "Whismur",
  6239. "abilities": {
  6240. "0": "Moody",
  6241. "H": "Earlybird"
  6242. }
  6243. },
  6244. "wigglytuff": {
  6245. "inherit": true,
  6246. "species": "Wigglytuff",
  6247. "abilities": {
  6248. "0": "Snowwarning",
  6249. "1": "Hugepower",
  6250. "H": "Speedboost"
  6251. }
  6252. },
  6253. "wingull": {
  6254. "inherit": true,
  6255. "species": "Wingull",
  6256. "abilities": {
  6257. "0": "Galewings",
  6258. "H": "Owntempo"
  6259. }
  6260. },
  6261. "wobbuffet": {
  6262. "inherit": true,
  6263. "species": "Wobbuffet",
  6264. "abilities": {
  6265. "0": "Hustle",
  6266. "H": "Competitive"
  6267. }
  6268. },
  6269. "woobat": {
  6270. "inherit": true,
  6271. "species": "Woobat",
  6272. "abilities": {
  6273. "0": "Earlybird",
  6274. "1": "Infiltrator",
  6275. "H": "Frisk"
  6276. }
  6277. },
  6278. "wooper": {
  6279. "inherit": true,
  6280. "species": "Wooper",
  6281. "abilities": {
  6282. "0": "Stench",
  6283. "1": "Overcoat",
  6284. "H": "Wonderskin"
  6285. }
  6286. },
  6287. "wormadam": {
  6288. "inherit": true,
  6289. "species": "Wormadam",
  6290. "abilities": {
  6291. "0": "Harvest",
  6292. "H": "Runaway"
  6293. }
  6294. },
  6295. "wormadamsandy": {
  6296. "inherit": true,
  6297. "species": "Wormadamsandy",
  6298. "abilities": {
  6299. "0": "Swarm",
  6300. "H": "Torrent"
  6301. }
  6302. },
  6303. "wormadamtrash": {
  6304. "inherit": true,
  6305. "species": "Wormadamtrash",
  6306. "abilities": {
  6307. "0": "Snowcloak",
  6308. "H": "Rattled"
  6309. }
  6310. },
  6311. "wurmple": {
  6312. "inherit": true,
  6313. "species": "Wurmple",
  6314. "abilities": {
  6315. "0": "Insomnia",
  6316. "H": "Owntempo"
  6317. }
  6318. },
  6319. "wynaut": {
  6320. "inherit": true,
  6321. "species": "Wynaut",
  6322. "abilities": {
  6323. "0": "Swiftswim",
  6324. "H": "Swarm"
  6325. }
  6326. },
  6327. "xatu": {
  6328. "inherit": true,
  6329. "species": "Xatu",
  6330. "abilities": {
  6331. "0": "Keeneye",
  6332. "1": "Sandrush",
  6333. "H": "Sandforce"
  6334. }
  6335. },
  6336. "xerneas": {
  6337. "inherit": true,
  6338. "species": "Xerneas",
  6339. "abilities": {
  6340. "0": "Heatproof"
  6341. }
  6342. },
  6343. "yamask": {
  6344. "inherit": true,
  6345. "species": "Yamask",
  6346. "abilities": {
  6347. "0": "Waterabsorb"
  6348. }
  6349. },
  6350. "yanma": {
  6351. "inherit": true,
  6352. "species": "Yanma",
  6353. "abilities": {
  6354. "0": "Soundproof",
  6355. "1": "Chlorophyll",
  6356. "H": "Runaway"
  6357. }
  6358. },
  6359. "yanmega": {
  6360. "inherit": true,
  6361. "species": "Yanmega",
  6362. "abilities": {
  6363. "0": "Shellarmor",
  6364. "1": "Minus",
  6365. "H": "Runaway"
  6366. }
  6367. },
  6368. "yveltal": {
  6369. "inherit": true,
  6370. "species": "Yveltal",
  6371. "abilities": {
  6372. "0": "Oblivious"
  6373. }
  6374. },
  6375. "zangoose": {
  6376. "inherit": true,
  6377. "species": "Zangoose",
  6378. "abilities": {
  6379. "0": "Synchronize",
  6380. "H": "Innerfocus"
  6381. }
  6382. },
  6383. "zapdos": {
  6384. "inherit": true,
  6385. "species": "Zapdos",
  6386. "abilities": {
  6387. "0": "Limber",
  6388. "H": "Thickfat"
  6389. }
  6390. },
  6391. "zebstrika": {
  6392. "inherit": true,
  6393. "species": "Zebstrika",
  6394. "abilities": {
  6395. "0": "Sapsipper",
  6396. "1": "Raindish",
  6397. "H": "Thickfat"
  6398. }
  6399. },
  6400. "zekrom": {
  6401. "inherit": true,
  6402. "species": "Zekrom",
  6403. "abilities": {
  6404. "0": "Prankster"
  6405. }
  6406. },
  6407. "zigzagoon": {
  6408. "inherit": true,
  6409. "species": "Zigzagoon",
  6410. "abilities": {
  6411. "0": "Multiscale",
  6412. "1": "Naturalcure",
  6413. "H": "Minus"
  6414. }
  6415. },
  6416. "zoroark": {
  6417. "inherit": true,
  6418. "species": "Zoroark",
  6419. "abilities": {
  6420. "0": "Toughclaws"
  6421. }
  6422. },
  6423. "zorua": {
  6424. "inherit": true,
  6425. "species": "Zorua",
  6426. "abilities": {
  6427. "0": "Sandveil"
  6428. }
  6429. },
  6430. "zubat": {
  6431. "inherit": true,
  6432. "species": "Zubat",
  6433. "abilities": {
  6434. "0": "Naturalcure",
  6435. "H": "Voltabsorb"
  6436. }
  6437. },
  6438. "zweilous": {
  6439. "inherit": true,
  6440. "species": "Zweilous",
  6441. "abilities": {
  6442. "0": "Infiltrator"
  6443. }
  6444. },
  6445. "zygarde": {
  6446. "inherit": true,
  6447. "species": "Zygarde",
  6448. "abilities": {
  6449. "0": "Swarm"
  6450. }
  6451. }
  6452. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement