Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 546.58 KB | None | 0 0
  1. {
  2. "bulbasaur": {
  3. "num": 1,
  4. "species": "Bulbasaur",
  5. "types": [
  6. "Grass",
  7. "Poison"
  8. ],
  9. "genderRatio": {
  10. "M": 0.875,
  11. "F": 0.125
  12. },
  13. "baseStats": {
  14. "hp": 45,
  15. "atk": 49,
  16. "def": 49,
  17. "spa": 65,
  18. "spd": 65,
  19. "spe": 45
  20. },
  21. "abilities": {
  22. "0": "Overgrow",
  23. "H": "Chlorophyll"
  24. },
  25. "heightm": 0.7,
  26. "weightkg": 6.9,
  27. "color": "Green",
  28. "evos": [
  29. "ivysaur"
  30. ],
  31. "eggGroups": [
  32. "Monster",
  33. "Grass"
  34. ],
  35. "name": "Bulbasaur"
  36. },
  37. "ivysaur": {
  38. "num": 2,
  39. "species": "Ivysaur",
  40. "types": [
  41. "Grass",
  42. "Poison"
  43. ],
  44. "genderRatio": {
  45. "M": 0.875,
  46. "F": 0.125
  47. },
  48. "baseStats": {
  49. "hp": 60,
  50. "atk": 62,
  51. "def": 63,
  52. "spa": 80,
  53. "spd": 80,
  54. "spe": 60
  55. },
  56. "abilities": {
  57. "0": "Overgrow",
  58. "H": "Chlorophyll"
  59. },
  60. "heightm": 1,
  61. "weightkg": 13,
  62. "color": "Green",
  63. "prevo": "bulbasaur",
  64. "evos": [
  65. "venusaur"
  66. ],
  67. "evoLevel": 16,
  68. "eggGroups": [
  69. "Monster",
  70. "Grass"
  71. ],
  72. "name": "Ivysaur"
  73. },
  74. "venusaur": {
  75. "num": 3,
  76. "species": "Venusaur",
  77. "types": [
  78. "Grass",
  79. "Poison"
  80. ],
  81. "genderRatio": {
  82. "M": 0.875,
  83. "F": 0.125
  84. },
  85. "baseStats": {
  86. "hp": 80,
  87. "atk": 82,
  88. "def": 83,
  89. "spa": 100,
  90. "spd": 100,
  91. "spe": 80
  92. },
  93. "abilities": {
  94. "0": "Overgrow",
  95. "H": "Chlorophyll"
  96. },
  97. "heightm": 2,
  98. "weightkg": 100,
  99. "color": "Green",
  100. "prevo": "ivysaur",
  101. "evoLevel": 32,
  102. "eggGroups": [
  103. "Monster",
  104. "Grass"
  105. ],
  106. "otherFormes": [
  107. "venusaurmega"
  108. ],
  109. "name": "Venusaur"
  110. },
  111. "venusaurmega": {
  112. "num": 3,
  113. "species": "Venusaur-Mega",
  114. "baseSpecies": "Venusaur",
  115. "forme": "Mega",
  116. "formeLetter": "M",
  117. "types": [
  118. "Grass",
  119. "Poison"
  120. ],
  121. "genderRatio": {
  122. "M": 0.875,
  123. "F": 0.125
  124. },
  125. "baseStats": {
  126. "hp": 80,
  127. "atk": 100,
  128. "def": 123,
  129. "spa": 122,
  130. "spd": 120,
  131. "spe": 80
  132. },
  133. "abilities": {
  134. "0": "Thick Fat"
  135. },
  136. "heightm": 2.4,
  137. "weightkg": 155.5,
  138. "color": "Green",
  139. "prevo": "ivysaur",
  140. "evoLevel": 32,
  141. "eggGroups": [
  142. "Monster",
  143. "Grass"
  144. ],
  145. "name": "Venusaur-Mega"
  146. },
  147. "charmander": {
  148. "num": 4,
  149. "species": "Charmander",
  150. "types": [
  151. "Fire"
  152. ],
  153. "genderRatio": {
  154. "M": 0.875,
  155. "F": 0.125
  156. },
  157. "baseStats": {
  158. "hp": 39,
  159. "atk": 52,
  160. "def": 43,
  161. "spa": 60,
  162. "spd": 50,
  163. "spe": 65
  164. },
  165. "abilities": {
  166. "0": "Blaze",
  167. "H": "Solar Power"
  168. },
  169. "heightm": 0.6,
  170. "weightkg": 8.5,
  171. "color": "Red",
  172. "evos": [
  173. "charmeleon"
  174. ],
  175. "eggGroups": [
  176. "Monster",
  177. "Dragon"
  178. ],
  179. "name": "Charmander"
  180. },
  181. "charmeleon": {
  182. "num": 5,
  183. "species": "Charmeleon",
  184. "types": [
  185. "Fire"
  186. ],
  187. "genderRatio": {
  188. "M": 0.875,
  189. "F": 0.125
  190. },
  191. "baseStats": {
  192. "hp": 58,
  193. "atk": 64,
  194. "def": 58,
  195. "spa": 80,
  196. "spd": 65,
  197. "spe": 80
  198. },
  199. "abilities": {
  200. "0": "Blaze",
  201. "H": "Solar Power"
  202. },
  203. "heightm": 1.1,
  204. "weightkg": 19,
  205. "color": "Red",
  206. "prevo": "charmander",
  207. "evos": [
  208. "charizard"
  209. ],
  210. "evoLevel": 16,
  211. "eggGroups": [
  212. "Monster",
  213. "Dragon"
  214. ],
  215. "name": "Charmeleon"
  216. },
  217. "charizard": {
  218. "num": 6,
  219. "species": "Charizard",
  220. "types": [
  221. "Fire",
  222. "Flying"
  223. ],
  224. "genderRatio": {
  225. "M": 0.875,
  226. "F": 0.125
  227. },
  228. "baseStats": {
  229. "hp": 78,
  230. "atk": 84,
  231. "def": 78,
  232. "spa": 109,
  233. "spd": 85,
  234. "spe": 100
  235. },
  236. "abilities": {
  237. "0": "Blaze",
  238. "H": "Solar Power"
  239. },
  240. "heightm": 1.7,
  241. "weightkg": 90.5,
  242. "color": "Red",
  243. "prevo": "charmeleon",
  244. "evoLevel": 36,
  245. "eggGroups": [
  246. "Monster",
  247. "Dragon"
  248. ],
  249. "otherFormes": [
  250. "charizardmegax",
  251. "charizardmegay"
  252. ],
  253. "name": "Charizard"
  254. },
  255. "charizardmegax": {
  256. "num": 6,
  257. "species": "Charizard-Mega-X",
  258. "baseSpecies": "Charizard",
  259. "forme": "Mega-X",
  260. "formeLetter": "M",
  261. "types": [
  262. "Fire",
  263. "Dragon"
  264. ],
  265. "genderRatio": {
  266. "M": 0.875,
  267. "F": 0.125
  268. },
  269. "baseStats": {
  270. "hp": 78,
  271. "atk": 130,
  272. "def": 111,
  273. "spa": 130,
  274. "spd": 85,
  275. "spe": 100
  276. },
  277. "abilities": {
  278. "0": "Tough Claws"
  279. },
  280. "heightm": 1.7,
  281. "weightkg": 110.5,
  282. "color": "Red",
  283. "prevo": "charmeleon",
  284. "evoLevel": 36,
  285. "eggGroups": [
  286. "Monster",
  287. "Dragon"
  288. ],
  289. "name": "Charizard-Mega-X"
  290. },
  291. "charizardmegay": {
  292. "num": 6,
  293. "species": "Charizard-Mega-Y",
  294. "baseSpecies": "Charizard",
  295. "forme": "Mega-Y",
  296. "formeLetter": "M",
  297. "types": [
  298. "Fire",
  299. "Flying"
  300. ],
  301. "genderRatio": {
  302. "M": 0.875,
  303. "F": 0.125
  304. },
  305. "baseStats": {
  306. "hp": 78,
  307. "atk": 104,
  308. "def": 78,
  309. "spa": 159,
  310. "spd": 115,
  311. "spe": 100
  312. },
  313. "abilities": {
  314. "0": "Drought"
  315. },
  316. "heightm": 1.7,
  317. "weightkg": 100.5,
  318. "color": "Red",
  319. "prevo": "charmeleon",
  320. "evoLevel": 36,
  321. "eggGroups": [
  322. "Monster",
  323. "Dragon"
  324. ],
  325. "name": "Charizard-Mega-Y"
  326. },
  327. "squirtle": {
  328. "num": 7,
  329. "species": "Squirtle",
  330. "types": [
  331. "Water"
  332. ],
  333. "genderRatio": {
  334. "M": 0.875,
  335. "F": 0.125
  336. },
  337. "baseStats": {
  338. "hp": 44,
  339. "atk": 48,
  340. "def": 65,
  341. "spa": 50,
  342. "spd": 64,
  343. "spe": 43
  344. },
  345. "abilities": {
  346. "0": "Torrent",
  347. "H": "Rain Dish"
  348. },
  349. "heightm": 0.5,
  350. "weightkg": 9,
  351. "color": "Blue",
  352. "evos": [
  353. "wartortle"
  354. ],
  355. "eggGroups": [
  356. "Monster",
  357. "Water 1"
  358. ],
  359. "name": "Squirtle"
  360. },
  361. "wartortle": {
  362. "num": 8,
  363. "species": "Wartortle",
  364. "types": [
  365. "Water"
  366. ],
  367. "genderRatio": {
  368. "M": 0.875,
  369. "F": 0.125
  370. },
  371. "baseStats": {
  372. "hp": 59,
  373. "atk": 63,
  374. "def": 80,
  375. "spa": 65,
  376. "spd": 80,
  377. "spe": 58
  378. },
  379. "abilities": {
  380. "0": "Torrent",
  381. "H": "Rain Dish"
  382. },
  383. "heightm": 1,
  384. "weightkg": 22.5,
  385. "color": "Blue",
  386. "prevo": "squirtle",
  387. "evos": [
  388. "blastoise"
  389. ],
  390. "evoLevel": 16,
  391. "eggGroups": [
  392. "Monster",
  393. "Water 1"
  394. ],
  395. "name": "Wartortle"
  396. },
  397. "blastoise": {
  398. "num": 9,
  399. "species": "Blastoise",
  400. "types": [
  401. "Water"
  402. ],
  403. "genderRatio": {
  404. "M": 0.875,
  405. "F": 0.125
  406. },
  407. "baseStats": {
  408. "hp": 79,
  409. "atk": 83,
  410. "def": 100,
  411. "spa": 85,
  412. "spd": 105,
  413. "spe": 78
  414. },
  415. "abilities": {
  416. "0": "Torrent",
  417. "H": "Rain Dish"
  418. },
  419. "heightm": 1.6,
  420. "weightkg": 85.5,
  421. "color": "Blue",
  422. "prevo": "wartortle",
  423. "evoLevel": 36,
  424. "eggGroups": [
  425. "Monster",
  426. "Water 1"
  427. ],
  428. "otherFormes": [
  429. "blastoisemega"
  430. ],
  431. "name": "Blastoise",
  432. "exists": true,
  433. "tier": "UU",
  434. "learnset": {
  435. "aquatail": [
  436. "6L032"
  437. ],
  438. "attract": [
  439. "6M"
  440. ],
  441. "avalanche": [
  442.  
  443. ],
  444. "bite": [
  445. "6L016"
  446. ],
  447. "blizzard": [
  448. "6M"
  449. ],
  450. "bodyslam": [
  451.  
  452. ],
  453. "brickbreak": [
  454. "6M"
  455. ],
  456. "brine": [
  457.  
  458. ],
  459. "bubble": [
  460. "6L013"
  461. ],
  462. "bulldoze": [
  463. "6M"
  464. ],
  465. "captivate": [
  466.  
  467. ],
  468. "counter": [
  469.  
  470. ],
  471. "defensecurl": [
  472.  
  473. ],
  474. "dig": [
  475. "6M"
  476. ],
  477. "dive": [
  478.  
  479. ],
  480. "doubleedge": [
  481.  
  482. ],
  483. "doubleteam": [
  484. "6M"
  485. ],
  486. "dragontail": [
  487. "6M"
  488. ],
  489. "dynamicpunch": [
  490.  
  491. ],
  492. "earthquake": [
  493. "6M"
  494. ],
  495. "endure": [
  496.  
  497. ],
  498. "facade": [
  499. "6M"
  500. ],
  501. "flashcannon": [
  502. "6L001a",
  503. "6M"
  504. ],
  505. "fling": [
  506. "6M"
  507. ],
  508. "focusblast": [
  509. "6M"
  510. ],
  511. "focuspunch": [
  512.  
  513. ],
  514. "frustration": [
  515. "6M"
  516. ],
  517. "gigaimpact": [
  518. "6M"
  519. ],
  520. "gyroball": [
  521. "6M"
  522. ],
  523. "hail": [
  524. "6M"
  525. ],
  526. "headbutt": [
  527.  
  528. ],
  529. "hiddenpower": [
  530. "6M"
  531. ],
  532. "hydrocannon": [
  533. "6T"
  534. ],
  535. "hydropump": [
  536. "6L060"
  537. ],
  538. "hyperbeam": [
  539. "6M"
  540. ],
  541. "icebeam": [
  542. "6M"
  543. ],
  544. "icepunch": [
  545.  
  546. ],
  547. "icywind": [
  548.  
  549. ],
  550. "irondefense": [
  551. "6L046"
  552. ],
  553. "irontail": [
  554.  
  555. ],
  556. "megakick": [
  557.  
  558. ],
  559. "megapunch": [
  560.  
  561. ],
  562. "mimic": [
  563.  
  564. ],
  565. "mudslap": [
  566.  
  567. ],
  568. "naturalgift": [
  569.  
  570. ],
  571. "outrage": [
  572.  
  573. ],
  574. "protect": [
  575. "6L024",
  576. "6M"
  577. ],
  578. "raindance": [
  579. "6L053",
  580. "6M"
  581. ],
  582. "rapidspin": [
  583. "6L020"
  584. ],
  585. "rest": [
  586. "6M"
  587. ],
  588. "return": [
  589. "6M"
  590. ],
  591. "roar": [
  592. "6M"
  593. ],
  594. "rockclimb": [
  595.  
  596. ],
  597. "rockslide": [
  598. "6M"
  599. ],
  600. "rocksmash": [
  601. "6M"
  602. ],
  603. "rocktomb": [
  604. "6M"
  605. ],
  606. "rollout": [
  607.  
  608. ],
  609. "round": [
  610. "6M"
  611. ],
  612. "scald": [
  613. "6M"
  614. ],
  615. "secretpower": [
  616.  
  617. ],
  618. "seismictoss": [
  619.  
  620. ],
  621. "signalbeam": [
  622.  
  623. ],
  624. "skullbash": [
  625. "6L039"
  626. ],
  627. "sleeptalk": [
  628. "6M"
  629. ],
  630. "smackdown": [
  631. "6M"
  632. ],
  633. "snore": [
  634.  
  635. ],
  636. "strength": [
  637. "6M"
  638. ],
  639. "substitute": [
  640. "6M"
  641. ],
  642. "surf": [
  643. "6M"
  644. ],
  645. "swagger": [
  646. "6M"
  647. ],
  648. "tackle": [
  649. "6L001b"
  650. ],
  651. "tailwhip": [
  652. "6L001c",
  653. "6L004"
  654. ],
  655. "toxic": [
  656. "6M"
  657. ],
  658. "waterfall": [
  659. "6M"
  660. ],
  661. "watergun": [
  662. "6L001d",
  663. "6L007"
  664. ],
  665. "waterpledge": [
  666. "6T"
  667. ],
  668. "waterpulse": [
  669. "6L028"
  670. ],
  671. "whirlpool": [
  672.  
  673. ],
  674. "withdraw": [
  675. "6L001e",
  676. "6L010"
  677. ],
  678. "zenheadbutt": [
  679.  
  680. ],
  681. "darkpulse": [
  682. "6M"
  683. ],
  684. "poweruppunch": [
  685. "6M"
  686. ],
  687. "confide": [
  688. "6M"
  689. ]
  690. },
  691. "id": "blastoise",
  692. "speciesid": "blastoise",
  693. "baseSpecies": "Blastoise",
  694. "forme": "",
  695. "formeLetter": "",
  696. "spriteid": "blastoise",
  697. "effectType": "Template"
  698. },
  699. "blastoisemega": {
  700. "num": 9,
  701. "species": "Blastoise-Mega",
  702. "baseSpecies": "Blastoise",
  703. "forme": "Mega",
  704. "formeLetter": "M",
  705. "types": [
  706. "Water"
  707. ],
  708. "genderRatio": {
  709. "M": 0.875,
  710. "F": 0.125
  711. },
  712. "baseStats": {
  713. "hp": 79,
  714. "atk": 103,
  715. "def": 120,
  716. "spa": 135,
  717. "spd": 115,
  718. "spe": 78
  719. },
  720. "abilities": {
  721. "0": "Mega Launcher"
  722. },
  723. "heightm": 1.6,
  724. "weightkg": 101.1,
  725. "color": "Blue",
  726. "prevo": "wartortle",
  727. "evoLevel": 36,
  728. "eggGroups": [
  729. "Monster",
  730. "Water 1"
  731. ],
  732. "name": "Blastoise-Mega",
  733. "exists": true,
  734. "id": "blastoisemega",
  735. "speciesid": "blastoisemega",
  736. "spriteid": "blastoise-mega",
  737. "effectType": "Template"
  738. },
  739. "caterpie": {
  740. "num": 10,
  741. "species": "Caterpie",
  742. "types": [
  743. "Bug"
  744. ],
  745. "baseStats": {
  746. "hp": 45,
  747. "atk": 30,
  748. "def": 35,
  749. "spa": 20,
  750. "spd": 20,
  751. "spe": 45
  752. },
  753. "abilities": {
  754. "0": "Shield Dust",
  755. "H": "Run Away"
  756. },
  757. "heightm": 0.3,
  758. "weightkg": 2.9,
  759. "color": "Green",
  760. "evos": [
  761. "metapod"
  762. ],
  763. "eggGroups": [
  764. "Bug"
  765. ],
  766. "name": "Caterpie"
  767. },
  768. "metapod": {
  769. "num": 11,
  770. "species": "Metapod",
  771. "types": [
  772. "Bug"
  773. ],
  774. "baseStats": {
  775. "hp": 50,
  776. "atk": 20,
  777. "def": 55,
  778. "spa": 25,
  779. "spd": 25,
  780. "spe": 30
  781. },
  782. "abilities": {
  783. "0": "Shed Skin"
  784. },
  785. "heightm": 0.7,
  786. "weightkg": 9.9,
  787. "color": "Green",
  788. "prevo": "caterpie",
  789. "evos": [
  790. "butterfree"
  791. ],
  792. "evoLevel": 7,
  793. "eggGroups": [
  794. "Bug"
  795. ],
  796. "name": "Metapod"
  797. },
  798. "butterfree": {
  799. "num": 12,
  800. "species": "Butterfree",
  801. "types": [
  802. "Bug",
  803. "Flying"
  804. ],
  805. "baseStats": {
  806. "hp": 60,
  807. "atk": 45,
  808. "def": 50,
  809. "spa": 90,
  810. "spd": 80,
  811. "spe": 70
  812. },
  813. "abilities": {
  814. "0": "Compound Eyes",
  815. "H": "Tinted Lens"
  816. },
  817. "heightm": 1.1,
  818. "weightkg": 32,
  819. "color": "White",
  820. "prevo": "metapod",
  821. "evoLevel": 10,
  822. "eggGroups": [
  823. "Bug"
  824. ],
  825. "name": "Butterfree"
  826. },
  827. "weedle": {
  828. "num": 13,
  829. "species": "Weedle",
  830. "types": [
  831. "Bug",
  832. "Poison"
  833. ],
  834. "baseStats": {
  835. "hp": 40,
  836. "atk": 35,
  837. "def": 30,
  838. "spa": 20,
  839. "spd": 20,
  840. "spe": 50
  841. },
  842. "abilities": {
  843. "0": "Shield Dust",
  844. "H": "Run Away"
  845. },
  846. "heightm": 0.3,
  847. "weightkg": 3.2,
  848. "color": "Brown",
  849. "evos": [
  850. "kakuna"
  851. ],
  852. "eggGroups": [
  853. "Bug"
  854. ],
  855. "name": "Weedle"
  856. },
  857. "kakuna": {
  858. "num": 14,
  859. "species": "Kakuna",
  860. "types": [
  861. "Bug",
  862. "Poison"
  863. ],
  864. "baseStats": {
  865. "hp": 45,
  866. "atk": 25,
  867. "def": 50,
  868. "spa": 25,
  869. "spd": 25,
  870. "spe": 35
  871. },
  872. "abilities": {
  873. "0": "Shed Skin"
  874. },
  875. "heightm": 0.6,
  876. "weightkg": 10,
  877. "color": "Yellow",
  878. "prevo": "weedle",
  879. "evos": [
  880. "beedrill"
  881. ],
  882. "evoLevel": 7,
  883. "eggGroups": [
  884. "Bug"
  885. ],
  886. "name": "Kakuna"
  887. },
  888. "beedrill": {
  889. "num": 15,
  890. "species": "Beedrill",
  891. "types": [
  892. "Bug",
  893. "Poison"
  894. ],
  895. "baseStats": {
  896. "hp": 65,
  897. "atk": 90,
  898. "def": 40,
  899. "spa": 45,
  900. "spd": 80,
  901. "spe": 75
  902. },
  903. "abilities": {
  904. "0": "Swarm",
  905. "H": "Sniper"
  906. },
  907. "heightm": 1,
  908. "weightkg": 29.5,
  909. "color": "Yellow",
  910. "prevo": "kakuna",
  911. "evoLevel": 10,
  912. "eggGroups": [
  913. "Bug"
  914. ],
  915. "otherFormes": [
  916. "beedrillmega"
  917. ],
  918. "name": "Beedrill",
  919. "exists": true,
  920. "tier": "PU",
  921. "learnset": {
  922. "acrobatics": [
  923. "6M"
  924. ],
  925. "aerialace": [
  926. "6M"
  927. ],
  928. "agility": [
  929. "6L031"
  930. ],
  931. "aircutter": [
  932.  
  933. ],
  934. "assurance": [
  935. "6L034"
  936. ],
  937. "attract": [
  938. "6M"
  939. ],
  940. "batonpass": [
  941.  
  942. ],
  943. "brickbreak": [
  944. "6M"
  945. ],
  946. "bugbite": [
  947.  
  948. ],
  949. "captivate": [
  950.  
  951. ],
  952. "cut": [
  953. "6M"
  954. ],
  955. "defog": [
  956.  
  957. ],
  958. "doubleedge": [
  959.  
  960. ],
  961. "doubleteam": [
  962. "6M"
  963. ],
  964. "endeavor": [
  965. "6L040"
  966. ],
  967. "endure": [
  968.  
  969. ],
  970. "facade": [
  971. "6M"
  972. ],
  973. "falseswipe": [
  974. "6M"
  975. ],
  976. "flash": [
  977. "6M"
  978. ],
  979. "focusenergy": [
  980. "6L013"
  981. ],
  982. "frustration": [
  983. "6M"
  984. ],
  985. "furyattack": [
  986. "6L001a",
  987. "6L010"
  988. ],
  989. "furycutter": [
  990.  
  991. ],
  992. "gigadrain": [
  993.  
  994. ],
  995. "gigaimpact": [
  996. "6M"
  997. ],
  998. "hiddenpower": [
  999. "6M"
  1000. ],
  1001. "hyperbeam": [
  1002. "6M"
  1003. ],
  1004. "knockoff": [
  1005.  
  1006. ],
  1007. "mimic": [
  1008.  
  1009. ],
  1010. "naturalgift": [
  1011.  
  1012. ],
  1013. "ominouswind": [
  1014.  
  1015. ],
  1016. "payback": [
  1017. "6M"
  1018. ],
  1019. "pinmissile": [
  1020. "6L028"
  1021. ],
  1022. "poisonjab": [
  1023. "6L037",
  1024. "6M"
  1025. ],
  1026. "protect": [
  1027. "6M"
  1028. ],
  1029. "pursuit": [
  1030. "6L022"
  1031. ],
  1032. "rage": [
  1033. "6L019"
  1034. ],
  1035. "rest": [
  1036. "6M"
  1037. ],
  1038. "return": [
  1039. "6M"
  1040. ],
  1041. "rocksmash": [
  1042. "6M"
  1043. ],
  1044. "roost": [
  1045. "6M"
  1046. ],
  1047. "round": [
  1048. "6M"
  1049. ],
  1050. "secretpower": [
  1051.  
  1052. ],
  1053. "silverwind": [
  1054.  
  1055. ],
  1056. "sleeptalk": [
  1057. "6M"
  1058. ],
  1059. "sludgebomb": [
  1060. "6M"
  1061. ],
  1062. "snore": [
  1063.  
  1064. ],
  1065. "solarbeam": [
  1066. "6M"
  1067. ],
  1068. "stringshot": [
  1069.  
  1070. ],
  1071. "strugglebug": [
  1072. "6M"
  1073. ],
  1074. "substitute": [
  1075. "6M"
  1076. ],
  1077. "sunnyday": [
  1078. "6M"
  1079. ],
  1080. "swagger": [
  1081. "6M"
  1082. ],
  1083. "swift": [
  1084.  
  1085. ],
  1086. "swordsdance": [
  1087. "6M"
  1088. ],
  1089. "tailwind": [
  1090.  
  1091. ],
  1092. "thief": [
  1093. "6M"
  1094. ],
  1095. "toxic": [
  1096. "6M"
  1097. ],
  1098. "toxicspikes": [
  1099. "6L025"
  1100. ],
  1101. "twineedle": [
  1102. "6L016"
  1103. ],
  1104. "uturn": [
  1105. "6M"
  1106. ],
  1107. "venoshock": [
  1108. "6M"
  1109. ],
  1110. "xscissor": [
  1111. "6M"
  1112. ],
  1113. "drillrun": [
  1114.  
  1115. ],
  1116. "electroweb": [
  1117.  
  1118. ],
  1119. "fellstinger": [
  1120. "6L045"
  1121. ],
  1122. "infestation": [
  1123. "6M"
  1124. ],
  1125. "confide": [
  1126. "6M"
  1127. ]
  1128. },
  1129. "id": "beedrill",
  1130. "speciesid": "beedrill",
  1131. "baseSpecies": "Beedrill",
  1132. "forme": "",
  1133. "formeLetter": "",
  1134. "spriteid": "beedrill",
  1135. "effectType": "Template"
  1136. },
  1137. "beedrillmega": {
  1138. "num": 15,
  1139. "species": "Beedrill-Mega",
  1140. "baseSpecies": "Beedrill",
  1141. "forme": "Mega",
  1142. "formeLetter": "M",
  1143. "types": [
  1144. "Bug",
  1145. "Poison"
  1146. ],
  1147. "baseStats": {
  1148. "hp": 65,
  1149. "atk": 150,
  1150. "def": 40,
  1151. "spa": 15,
  1152. "spd": 80,
  1153. "spe": 145
  1154. },
  1155. "abilities": {
  1156. "0": "Adaptability"
  1157. },
  1158. "heightm": 1.4,
  1159. "weightkg": 40.5,
  1160. "color": "Yellow",
  1161. "prevo": "kakuna",
  1162. "evoLevel": 10,
  1163. "eggGroups": [
  1164. "Bug"
  1165. ],
  1166. "name": "Beedrill-Mega",
  1167. "exists": true,
  1168. "tier": "Unreleased",
  1169. "id": "beedrillmega",
  1170. "speciesid": "beedrillmega",
  1171. "spriteid": "beedrill-mega",
  1172. "effectType": "Template"
  1173. },
  1174. "pidgey": {
  1175. "num": 16,
  1176. "species": "Pidgey",
  1177. "types": [
  1178. "Normal",
  1179. "Flying"
  1180. ],
  1181. "baseStats": {
  1182. "hp": 40,
  1183. "atk": 45,
  1184. "def": 40,
  1185. "spa": 35,
  1186. "spd": 35,
  1187. "spe": 56
  1188. },
  1189. "abilities": {
  1190. "0": "Keen Eye",
  1191. "1": "Tangled Feet",
  1192. "H": "Big Pecks"
  1193. },
  1194. "heightm": 0.3,
  1195. "weightkg": 1.8,
  1196. "color": "Brown",
  1197. "evos": [
  1198. "pidgeotto"
  1199. ],
  1200. "eggGroups": [
  1201. "Flying"
  1202. ],
  1203. "name": "Pidgey"
  1204. },
  1205. "pidgeotto": {
  1206. "num": 17,
  1207. "species": "Pidgeotto",
  1208. "types": [
  1209. "Normal",
  1210. "Flying"
  1211. ],
  1212. "baseStats": {
  1213. "hp": 63,
  1214. "atk": 60,
  1215. "def": 55,
  1216. "spa": 50,
  1217. "spd": 50,
  1218. "spe": 71
  1219. },
  1220. "abilities": {
  1221. "0": "Keen Eye",
  1222. "1": "Tangled Feet",
  1223. "H": "Big Pecks"
  1224. },
  1225. "heightm": 1.1,
  1226. "weightkg": 30,
  1227. "color": "Brown",
  1228. "prevo": "pidgey",
  1229. "evos": [
  1230. "pidgeot"
  1231. ],
  1232. "evoLevel": 18,
  1233. "eggGroups": [
  1234. "Flying"
  1235. ],
  1236. "name": "Pidgeotto"
  1237. },
  1238. "pidgeot": {
  1239. "num": 18,
  1240. "species": "Pidgeot",
  1241. "types": [
  1242. "Normal",
  1243. "Flying"
  1244. ],
  1245. "baseStats": {
  1246. "hp": 83,
  1247. "atk": 80,
  1248. "def": 75,
  1249. "spa": 70,
  1250. "spd": 70,
  1251. "spe": 101
  1252. },
  1253. "abilities": {
  1254. "0": "Keen Eye",
  1255. "1": "Tangled Feet",
  1256. "H": "Big Pecks"
  1257. },
  1258. "heightm": 1.5,
  1259. "weightkg": 39.5,
  1260. "color": "Brown",
  1261. "prevo": "pidgeotto",
  1262. "evoLevel": 36,
  1263. "eggGroups": [
  1264. "Flying"
  1265. ],
  1266. "otherFormes": [
  1267. "pidgeotmega"
  1268. ],
  1269. "name": "Pidgeot"
  1270. },
  1271. "pidgeotmega": {
  1272. "num": 18,
  1273. "species": "Pidgeot-Mega",
  1274. "baseSpecies": "Pidgeot",
  1275. "forme": "Mega",
  1276. "formeLetter": "M",
  1277. "types": [
  1278. "Normal",
  1279. "Flying"
  1280. ],
  1281. "baseStats": {
  1282. "hp": 83,
  1283. "atk": 80,
  1284. "def": 80,
  1285. "spa": 135,
  1286. "spd": 80,
  1287. "spe": 121
  1288. },
  1289. "abilities": {
  1290. "0": "No Guard"
  1291. },
  1292. "heightm": 2.2,
  1293. "weightkg": 50.5,
  1294. "color": "Brown",
  1295. "prevo": "pidgeotto",
  1296. "evoLevel": 36,
  1297. "eggGroups": [
  1298. "Flying"
  1299. ],
  1300. "name": "Pidgeot-Mega"
  1301. },
  1302. "rattata": {
  1303. "num": 19,
  1304. "species": "Rattata",
  1305. "types": [
  1306. "Normal"
  1307. ],
  1308. "baseStats": {
  1309. "hp": 30,
  1310. "atk": 56,
  1311. "def": 35,
  1312. "spa": 25,
  1313. "spd": 35,
  1314. "spe": 72
  1315. },
  1316. "abilities": {
  1317. "0": "Run Away",
  1318. "1": "Guts",
  1319. "H": "Hustle"
  1320. },
  1321. "heightm": 0.3,
  1322. "weightkg": 3.5,
  1323. "color": "Purple",
  1324. "evos": [
  1325. "raticate"
  1326. ],
  1327. "eggGroups": [
  1328. "Field"
  1329. ],
  1330. "name": "Rattata"
  1331. },
  1332. "raticate": {
  1333. "num": 20,
  1334. "species": "Raticate",
  1335. "types": [
  1336. "Normal"
  1337. ],
  1338. "baseStats": {
  1339. "hp": 55,
  1340. "atk": 81,
  1341. "def": 60,
  1342. "spa": 50,
  1343. "spd": 70,
  1344. "spe": 97
  1345. },
  1346. "abilities": {
  1347. "0": "Run Away",
  1348. "1": "Guts",
  1349. "H": "Hustle"
  1350. },
  1351. "heightm": 0.7,
  1352. "weightkg": 18.5,
  1353. "color": "Brown",
  1354. "prevo": "rattata",
  1355. "evoLevel": 20,
  1356. "eggGroups": [
  1357. "Field"
  1358. ],
  1359. "name": "Raticate"
  1360. },
  1361. "spearow": {
  1362. "num": 21,
  1363. "species": "Spearow",
  1364. "types": [
  1365. "Normal",
  1366. "Flying"
  1367. ],
  1368. "baseStats": {
  1369. "hp": 40,
  1370. "atk": 60,
  1371. "def": 30,
  1372. "spa": 31,
  1373. "spd": 31,
  1374. "spe": 70
  1375. },
  1376. "abilities": {
  1377. "0": "Keen Eye",
  1378. "H": "Sniper"
  1379. },
  1380. "heightm": 0.3,
  1381. "weightkg": 2,
  1382. "color": "Brown",
  1383. "evos": [
  1384. "fearow"
  1385. ],
  1386. "eggGroups": [
  1387. "Flying"
  1388. ],
  1389. "name": "Spearow"
  1390. },
  1391. "fearow": {
  1392. "num": 22,
  1393. "species": "Fearow",
  1394. "types": [
  1395. "Normal",
  1396. "Flying"
  1397. ],
  1398. "baseStats": {
  1399. "hp": 65,
  1400. "atk": 90,
  1401. "def": 65,
  1402. "spa": 61,
  1403. "spd": 61,
  1404. "spe": 100
  1405. },
  1406. "abilities": {
  1407. "0": "Keen Eye",
  1408. "H": "Sniper"
  1409. },
  1410. "heightm": 1.2,
  1411. "weightkg": 38,
  1412. "color": "Brown",
  1413. "prevo": "spearow",
  1414. "evoLevel": 20,
  1415. "eggGroups": [
  1416. "Flying"
  1417. ],
  1418. "name": "Fearow"
  1419. },
  1420. "ekans": {
  1421. "num": 23,
  1422. "species": "Ekans",
  1423. "types": [
  1424. "Poison"
  1425. ],
  1426. "baseStats": {
  1427. "hp": 35,
  1428. "atk": 60,
  1429. "def": 44,
  1430. "spa": 40,
  1431. "spd": 54,
  1432. "spe": 55
  1433. },
  1434. "abilities": {
  1435. "0": "Intimidate",
  1436. "1": "Shed Skin",
  1437. "H": "Unnerve"
  1438. },
  1439. "heightm": 2,
  1440. "weightkg": 6.9,
  1441. "color": "Purple",
  1442. "evos": [
  1443. "arbok"
  1444. ],
  1445. "eggGroups": [
  1446. "Field",
  1447. "Dragon"
  1448. ],
  1449. "name": "Ekans"
  1450. },
  1451. "arbok": {
  1452. "num": 24,
  1453. "species": "Arbok",
  1454. "types": [
  1455. "Poison"
  1456. ],
  1457. "baseStats": {
  1458. "hp": 60,
  1459. "atk": 85,
  1460. "def": 69,
  1461. "spa": 65,
  1462. "spd": 79,
  1463. "spe": 80
  1464. },
  1465. "abilities": {
  1466. "0": "Intimidate",
  1467. "1": "Shed Skin",
  1468. "H": "Unnerve"
  1469. },
  1470. "heightm": 3.5,
  1471. "weightkg": 65,
  1472. "color": "Purple",
  1473. "prevo": "ekans",
  1474. "evoLevel": 22,
  1475. "eggGroups": [
  1476. "Field",
  1477. "Dragon"
  1478. ],
  1479. "name": "Arbok"
  1480. },
  1481. "pikachu": {
  1482. "num": 25,
  1483. "species": "Pikachu",
  1484. "types": [
  1485. "Electric"
  1486. ],
  1487. "baseStats": {
  1488. "hp": 35,
  1489. "atk": 55,
  1490. "def": 40,
  1491. "spa": 50,
  1492. "spd": 50,
  1493. "spe": 90
  1494. },
  1495. "abilities": {
  1496. "0": "Static",
  1497. "H": "Lightning Rod"
  1498. },
  1499. "heightm": 0.4,
  1500. "weightkg": 6,
  1501. "color": "Yellow",
  1502. "prevo": "pichu",
  1503. "evos": [
  1504. "raichu"
  1505. ],
  1506. "evoLevel": 1,
  1507. "eggGroups": [
  1508. "Field",
  1509. "Fairy"
  1510. ],
  1511. "otherFormes": [
  1512. "pikachurockstar",
  1513. "pikachubelle",
  1514. "pikachupopstar",
  1515. "pikachuphd",
  1516. "pikachulibre"
  1517. ],
  1518. "name": "Pikachu"
  1519. },
  1520. "pikachurockstar": {
  1521. "num": 25,
  1522. "species": "Pikachu-Rock-Star",
  1523. "baseSpecies": "Pikachu",
  1524. "forme": "Rock-Star",
  1525. "formeLetter": "R",
  1526. "types": [
  1527. "Electric"
  1528. ],
  1529. "baseStats": {
  1530. "hp": 35,
  1531. "atk": 55,
  1532. "def": 40,
  1533. "spa": 50,
  1534. "spd": 50,
  1535. "spe": 90
  1536. },
  1537. "abilities": {
  1538. "0": "Static",
  1539. "H": "Lightning Rod"
  1540. },
  1541. "heightm": 0.4,
  1542. "weightkg": 6,
  1543. "color": "Yellow",
  1544. "prevo": "pichu",
  1545. "evos": [
  1546. "raichu"
  1547. ],
  1548. "evoLevel": 1,
  1549. "eggGroups": [
  1550. "Field",
  1551. "Fairy"
  1552. ],
  1553. "name": "Pikachu-Rock-Star"
  1554. },
  1555. "pikachubelle": {
  1556. "num": 25,
  1557. "species": "Pikachu-Belle",
  1558. "baseSpecies": "Pikachu",
  1559. "forme": "Belle",
  1560. "formeLetter": "B",
  1561. "types": [
  1562. "Electric"
  1563. ],
  1564. "baseStats": {
  1565. "hp": 35,
  1566. "atk": 55,
  1567. "def": 40,
  1568. "spa": 50,
  1569. "spd": 50,
  1570. "spe": 90
  1571. },
  1572. "abilities": {
  1573. "0": "Static",
  1574. "H": "Lightning Rod"
  1575. },
  1576. "heightm": 0.4,
  1577. "weightkg": 6,
  1578. "color": "Yellow",
  1579. "prevo": "pichu",
  1580. "evos": [
  1581. "raichu"
  1582. ],
  1583. "evoLevel": 1,
  1584. "eggGroups": [
  1585. "Field",
  1586. "Fairy"
  1587. ],
  1588. "name": "Pikachu-Belle"
  1589. },
  1590. "pikachupopstar": {
  1591. "num": 25,
  1592. "species": "Pikachu-Pop-Star",
  1593. "baseSpecies": "Pikachu",
  1594. "forme": "Pop-Star",
  1595. "formeLetter": "P",
  1596. "types": [
  1597. "Electric"
  1598. ],
  1599. "baseStats": {
  1600. "hp": 35,
  1601. "atk": 55,
  1602. "def": 40,
  1603. "spa": 50,
  1604. "spd": 50,
  1605. "spe": 90
  1606. },
  1607. "abilities": {
  1608. "0": "Static",
  1609. "H": "Lightning Rod"
  1610. },
  1611. "heightm": 0.4,
  1612. "weightkg": 6,
  1613. "color": "Yellow",
  1614. "prevo": "pichu",
  1615. "evos": [
  1616. "raichu"
  1617. ],
  1618. "evoLevel": 1,
  1619. "eggGroups": [
  1620. "Field",
  1621. "Fairy"
  1622. ],
  1623. "name": "Pikachu-Pop-Star"
  1624. },
  1625. "pikachuphd": {
  1626. "num": 25,
  1627. "species": "Pikachu-PhD",
  1628. "baseSpecies": "Pikachu",
  1629. "forme": "PhD",
  1630. "formeLetter": "D",
  1631. "types": [
  1632. "Electric"
  1633. ],
  1634. "baseStats": {
  1635. "hp": 35,
  1636. "atk": 55,
  1637. "def": 40,
  1638. "spa": 50,
  1639. "spd": 50,
  1640. "spe": 90
  1641. },
  1642. "abilities": {
  1643. "0": "Static",
  1644. "H": "Lightning Rod"
  1645. },
  1646. "heightm": 0.4,
  1647. "weightkg": 6,
  1648. "color": "Yellow",
  1649. "prevo": "pichu",
  1650. "evos": [
  1651. "raichu"
  1652. ],
  1653. "evoLevel": 1,
  1654. "eggGroups": [
  1655. "Field",
  1656. "Fairy"
  1657. ],
  1658. "name": "Pikachu-PhD"
  1659. },
  1660. "pikachulibre": {
  1661. "num": 25,
  1662. "species": "Pikachu-Libre",
  1663. "baseSpecies": "Pikachu",
  1664. "forme": "Libre",
  1665. "formeLetter": "L",
  1666. "types": [
  1667. "Electric"
  1668. ],
  1669. "baseStats": {
  1670. "hp": 35,
  1671. "atk": 55,
  1672. "def": 40,
  1673. "spa": 50,
  1674. "spd": 50,
  1675. "spe": 90
  1676. },
  1677. "abilities": {
  1678. "0": "Static",
  1679. "H": "Lightning Rod"
  1680. },
  1681. "heightm": 0.4,
  1682. "weightkg": 6,
  1683. "color": "Yellow",
  1684. "prevo": "pichu",
  1685. "evos": [
  1686. "raichu"
  1687. ],
  1688. "evoLevel": 1,
  1689. "eggGroups": [
  1690. "Field",
  1691. "Fairy"
  1692. ],
  1693. "name": "Pikachu-Libre"
  1694. },
  1695. "raichu": {
  1696. "num": 26,
  1697. "species": "Raichu",
  1698. "types": [
  1699. "Electric"
  1700. ],
  1701. "baseStats": {
  1702. "hp": 60,
  1703. "atk": 90,
  1704. "def": 55,
  1705. "spa": 90,
  1706. "spd": 80,
  1707. "spe": 110
  1708. },
  1709. "abilities": {
  1710. "0": "Static",
  1711. "H": "Lightning Rod"
  1712. },
  1713. "heightm": 0.8,
  1714. "weightkg": 30,
  1715. "color": "Yellow",
  1716. "prevo": "pikachu",
  1717. "evoLevel": 1,
  1718. "eggGroups": [
  1719. "Field",
  1720. "Fairy"
  1721. ],
  1722. "name": "Raichu"
  1723. },
  1724. "sandshrew": {
  1725. "num": 27,
  1726. "species": "Sandshrew",
  1727. "types": [
  1728. "Ground"
  1729. ],
  1730. "baseStats": {
  1731. "hp": 50,
  1732. "atk": 75,
  1733. "def": 85,
  1734. "spa": 20,
  1735. "spd": 30,
  1736. "spe": 40
  1737. },
  1738. "abilities": {
  1739. "0": "Sand Veil",
  1740. "H": "Sand Rush"
  1741. },
  1742. "heightm": 0.6,
  1743. "weightkg": 12,
  1744. "color": "Yellow",
  1745. "evos": [
  1746. "sandslash"
  1747. ],
  1748. "eggGroups": [
  1749. "Field"
  1750. ],
  1751. "name": "Sandshrew"
  1752. },
  1753. "sandslash": {
  1754. "num": 28,
  1755. "species": "Sandslash",
  1756. "types": [
  1757. "Ground"
  1758. ],
  1759. "baseStats": {
  1760. "hp": 75,
  1761. "atk": 100,
  1762. "def": 110,
  1763. "spa": 45,
  1764. "spd": 55,
  1765. "spe": 65
  1766. },
  1767. "abilities": {
  1768. "0": "Sand Veil",
  1769. "H": "Sand Rush"
  1770. },
  1771. "heightm": 1,
  1772. "weightkg": 29.5,
  1773. "color": "Yellow",
  1774. "prevo": "sandshrew",
  1775. "evoLevel": 22,
  1776. "eggGroups": [
  1777. "Field"
  1778. ],
  1779. "name": "Sandslash"
  1780. },
  1781. "nidoranf": {
  1782. "num": 29,
  1783. "species": "Nidoran-F",
  1784. "types": [
  1785. "Poison"
  1786. ],
  1787. "gender": "F",
  1788. "baseStats": {
  1789. "hp": 55,
  1790. "atk": 47,
  1791. "def": 52,
  1792. "spa": 40,
  1793. "spd": 40,
  1794. "spe": 41
  1795. },
  1796. "abilities": {
  1797. "0": "Poison Point",
  1798. "1": "Rivalry",
  1799. "H": "Hustle"
  1800. },
  1801. "heightm": 0.4,
  1802. "weightkg": 7,
  1803. "color": "Blue",
  1804. "evos": [
  1805. "nidorina"
  1806. ],
  1807. "eggGroups": [
  1808. "Monster",
  1809. "Field"
  1810. ],
  1811. "name": "Nidoran-F"
  1812. },
  1813. "nidorina": {
  1814. "num": 30,
  1815. "species": "Nidorina",
  1816. "types": [
  1817. "Poison"
  1818. ],
  1819. "gender": "F",
  1820. "baseStats": {
  1821. "hp": 70,
  1822. "atk": 62,
  1823. "def": 67,
  1824. "spa": 55,
  1825. "spd": 55,
  1826. "spe": 56
  1827. },
  1828. "abilities": {
  1829. "0": "Poison Point",
  1830. "1": "Rivalry",
  1831. "H": "Hustle"
  1832. },
  1833. "heightm": 0.8,
  1834. "weightkg": 20,
  1835. "color": "Blue",
  1836. "prevo": "nidoranf",
  1837. "evos": [
  1838. "nidoqueen"
  1839. ],
  1840. "evoLevel": 16,
  1841. "eggGroups": [
  1842. "Undiscovered"
  1843. ],
  1844. "name": "Nidorina"
  1845. },
  1846. "nidoqueen": {
  1847. "num": 31,
  1848. "species": "Nidoqueen",
  1849. "types": [
  1850. "Poison",
  1851. "Ground"
  1852. ],
  1853. "gender": "F",
  1854. "baseStats": {
  1855. "hp": 90,
  1856. "atk": 92,
  1857. "def": 87,
  1858. "spa": 75,
  1859. "spd": 85,
  1860. "spe": 76
  1861. },
  1862. "abilities": {
  1863. "0": "Poison Point",
  1864. "1": "Rivalry",
  1865. "H": "Sheer Force"
  1866. },
  1867. "heightm": 1.3,
  1868. "weightkg": 60,
  1869. "color": "Blue",
  1870. "prevo": "nidorina",
  1871. "evoLevel": 16,
  1872. "eggGroups": [
  1873. "Undiscovered"
  1874. ],
  1875. "name": "Nidoqueen"
  1876. },
  1877. "nidoranm": {
  1878. "num": 32,
  1879. "species": "Nidoran-M",
  1880. "types": [
  1881. "Poison"
  1882. ],
  1883. "gender": "M",
  1884. "baseStats": {
  1885. "hp": 46,
  1886. "atk": 57,
  1887. "def": 40,
  1888. "spa": 40,
  1889. "spd": 40,
  1890. "spe": 50
  1891. },
  1892. "abilities": {
  1893. "0": "Poison Point",
  1894. "1": "Rivalry",
  1895. "H": "Hustle"
  1896. },
  1897. "heightm": 0.5,
  1898. "weightkg": 9,
  1899. "color": "Purple",
  1900. "evos": [
  1901. "nidorino"
  1902. ],
  1903. "eggGroups": [
  1904. "Monster",
  1905. "Field"
  1906. ],
  1907. "name": "Nidoran-M"
  1908. },
  1909. "nidorino": {
  1910. "num": 33,
  1911. "species": "Nidorino",
  1912. "types": [
  1913. "Poison"
  1914. ],
  1915. "gender": "M",
  1916. "baseStats": {
  1917. "hp": 61,
  1918. "atk": 72,
  1919. "def": 57,
  1920. "spa": 55,
  1921. "spd": 55,
  1922. "spe": 65
  1923. },
  1924. "abilities": {
  1925. "0": "Poison Point",
  1926. "1": "Rivalry",
  1927. "H": "Hustle"
  1928. },
  1929. "heightm": 0.9,
  1930. "weightkg": 19.5,
  1931. "color": "Purple",
  1932. "prevo": "nidoranm",
  1933. "evos": [
  1934. "nidoking"
  1935. ],
  1936. "evoLevel": 16,
  1937. "eggGroups": [
  1938. "Monster",
  1939. "Field"
  1940. ],
  1941. "name": "Nidorino"
  1942. },
  1943. "nidoking": {
  1944. "num": 34,
  1945. "species": "Nidoking",
  1946. "types": [
  1947. "Poison",
  1948. "Ground"
  1949. ],
  1950. "gender": "M",
  1951. "baseStats": {
  1952. "hp": 81,
  1953. "atk": 102,
  1954. "def": 77,
  1955. "spa": 85,
  1956. "spd": 75,
  1957. "spe": 85
  1958. },
  1959. "abilities": {
  1960. "0": "Poison Point",
  1961. "1": "Rivalry",
  1962. "H": "Sheer Force"
  1963. },
  1964. "heightm": 1.4,
  1965. "weightkg": 62,
  1966. "color": "Purple",
  1967. "prevo": "nidorino",
  1968. "evoLevel": 16,
  1969. "eggGroups": [
  1970. "Monster",
  1971. "Field"
  1972. ],
  1973. "name": "Nidoking"
  1974. },
  1975. "clefairy": {
  1976. "num": 35,
  1977. "species": "Clefairy",
  1978. "types": [
  1979. "Fairy"
  1980. ],
  1981. "genderRatio": {
  1982. "M": 0.25,
  1983. "F": 0.75
  1984. },
  1985. "baseStats": {
  1986. "hp": 70,
  1987. "atk": 45,
  1988. "def": 48,
  1989. "spa": 60,
  1990. "spd": 65,
  1991. "spe": 35
  1992. },
  1993. "abilities": {
  1994. "0": "Cute Charm",
  1995. "1": "Magic Guard",
  1996. "H": "Friend Guard"
  1997. },
  1998. "heightm": 0.6,
  1999. "weightkg": 7.5,
  2000. "color": "Pink",
  2001. "prevo": "cleffa",
  2002. "evos": [
  2003. "clefable"
  2004. ],
  2005. "evoLevel": 1,
  2006. "eggGroups": [
  2007. "Fairy"
  2008. ],
  2009. "name": "Clefairy"
  2010. },
  2011. "clefable": {
  2012. "num": 36,
  2013. "species": "Clefable",
  2014. "types": [
  2015. "Fairy"
  2016. ],
  2017. "genderRatio": {
  2018. "M": 0.25,
  2019. "F": 0.75
  2020. },
  2021. "baseStats": {
  2022. "hp": 95,
  2023. "atk": 70,
  2024. "def": 73,
  2025. "spa": 95,
  2026. "spd": 90,
  2027. "spe": 60
  2028. },
  2029. "abilities": {
  2030. "0": "Cute Charm",
  2031. "1": "Magic Guard",
  2032. "H": "Unaware"
  2033. },
  2034. "heightm": 1.3,
  2035. "weightkg": 40,
  2036. "color": "Pink",
  2037. "prevo": "clefairy",
  2038. "evoLevel": 1,
  2039. "eggGroups": [
  2040. "Fairy"
  2041. ],
  2042. "name": "Clefable"
  2043. },
  2044. "vulpix": {
  2045. "num": 37,
  2046. "species": "Vulpix",
  2047. "types": [
  2048. "Fire"
  2049. ],
  2050. "genderRatio": {
  2051. "M": 0.25,
  2052. "F": 0.75
  2053. },
  2054. "baseStats": {
  2055. "hp": 38,
  2056. "atk": 41,
  2057. "def": 40,
  2058. "spa": 50,
  2059. "spd": 65,
  2060. "spe": 65
  2061. },
  2062. "abilities": {
  2063. "0": "Flash Fire",
  2064. "H": "Drought"
  2065. },
  2066. "heightm": 0.6,
  2067. "weightkg": 9.9,
  2068. "color": "Brown",
  2069. "evos": [
  2070. "ninetales"
  2071. ],
  2072. "eggGroups": [
  2073. "Field"
  2074. ],
  2075. "name": "Vulpix"
  2076. },
  2077. "ninetales": {
  2078. "num": 38,
  2079. "species": "Ninetales",
  2080. "types": [
  2081. "Fire"
  2082. ],
  2083. "genderRatio": {
  2084. "M": 0.25,
  2085. "F": 0.75
  2086. },
  2087. "baseStats": {
  2088. "hp": 73,
  2089. "atk": 76,
  2090. "def": 75,
  2091. "spa": 81,
  2092. "spd": 100,
  2093. "spe": 100
  2094. },
  2095. "abilities": {
  2096. "0": "Flash Fire",
  2097. "H": "Drought"
  2098. },
  2099. "heightm": 1.1,
  2100. "weightkg": 19.9,
  2101. "color": "Yellow",
  2102. "prevo": "vulpix",
  2103. "evoLevel": 1,
  2104. "eggGroups": [
  2105. "Field"
  2106. ],
  2107. "name": "Ninetales"
  2108. },
  2109. "jigglypuff": {
  2110. "num": 39,
  2111. "species": "Jigglypuff",
  2112. "types": [
  2113. "Normal",
  2114. "Fairy"
  2115. ],
  2116. "genderRatio": {
  2117. "M": 0.25,
  2118. "F": 0.75
  2119. },
  2120. "baseStats": {
  2121. "hp": 115,
  2122. "atk": 45,
  2123. "def": 20,
  2124. "spa": 45,
  2125. "spd": 25,
  2126. "spe": 20
  2127. },
  2128. "abilities": {
  2129. "0": "Cute Charm",
  2130. "1": "Competitive",
  2131. "H": "Friend Guard"
  2132. },
  2133. "heightm": 0.5,
  2134. "weightkg": 5.5,
  2135. "color": "Pink",
  2136. "prevo": "igglybuff",
  2137. "evos": [
  2138. "wigglytuff"
  2139. ],
  2140. "evoLevel": 1,
  2141. "eggGroups": [
  2142. "Fairy"
  2143. ],
  2144. "name": "Jigglypuff"
  2145. },
  2146. "wigglytuff": {
  2147. "num": 40,
  2148. "species": "Wigglytuff",
  2149. "types": [
  2150. "Normal",
  2151. "Fairy"
  2152. ],
  2153. "genderRatio": {
  2154. "M": 0.25,
  2155. "F": 0.75
  2156. },
  2157. "baseStats": {
  2158. "hp": 140,
  2159. "atk": 70,
  2160. "def": 45,
  2161. "spa": 85,
  2162. "spd": 50,
  2163. "spe": 45
  2164. },
  2165. "abilities": {
  2166. "0": "Cute Charm",
  2167. "1": "Competitive",
  2168. "H": "Frisk"
  2169. },
  2170. "heightm": 1,
  2171. "weightkg": 12,
  2172. "color": "Pink",
  2173. "prevo": "jigglypuff",
  2174. "evoLevel": 1,
  2175. "eggGroups": [
  2176. "Fairy"
  2177. ],
  2178. "name": "Wigglytuff"
  2179. },
  2180. "zubat": {
  2181. "num": 41,
  2182. "species": "Zubat",
  2183. "types": [
  2184. "Poison",
  2185. "Flying"
  2186. ],
  2187. "baseStats": {
  2188. "hp": 40,
  2189. "atk": 45,
  2190. "def": 35,
  2191. "spa": 30,
  2192. "spd": 40,
  2193. "spe": 55
  2194. },
  2195. "abilities": {
  2196. "0": "Inner Focus",
  2197. "H": "Infiltrator"
  2198. },
  2199. "heightm": 0.8,
  2200. "weightkg": 7.5,
  2201. "color": "Purple",
  2202. "evos": [
  2203. "golbat"
  2204. ],
  2205. "eggGroups": [
  2206. "Flying"
  2207. ],
  2208. "name": "Zubat"
  2209. },
  2210. "golbat": {
  2211. "num": 42,
  2212. "species": "Golbat",
  2213. "types": [
  2214. "Poison",
  2215. "Flying"
  2216. ],
  2217. "baseStats": {
  2218. "hp": 75,
  2219. "atk": 80,
  2220. "def": 70,
  2221. "spa": 65,
  2222. "spd": 75,
  2223. "spe": 90
  2224. },
  2225. "abilities": {
  2226. "0": "Inner Focus",
  2227. "H": "Infiltrator"
  2228. },
  2229. "heightm": 1.6,
  2230. "weightkg": 55,
  2231. "color": "Purple",
  2232. "prevo": "zubat",
  2233. "evos": [
  2234. "crobat"
  2235. ],
  2236. "evoLevel": 22,
  2237. "eggGroups": [
  2238. "Flying"
  2239. ],
  2240. "name": "Golbat"
  2241. },
  2242. "oddish": {
  2243. "num": 43,
  2244. "species": "Oddish",
  2245. "types": [
  2246. "Grass",
  2247. "Poison"
  2248. ],
  2249. "baseStats": {
  2250. "hp": 45,
  2251. "atk": 50,
  2252. "def": 55,
  2253. "spa": 75,
  2254. "spd": 65,
  2255. "spe": 30
  2256. },
  2257. "abilities": {
  2258. "0": "Chlorophyll",
  2259. "H": "Run Away"
  2260. },
  2261. "heightm": 0.5,
  2262. "weightkg": 5.4,
  2263. "color": "Blue",
  2264. "evos": [
  2265. "gloom"
  2266. ],
  2267. "eggGroups": [
  2268. "Grass"
  2269. ],
  2270. "name": "Oddish"
  2271. },
  2272. "gloom": {
  2273. "num": 44,
  2274. "species": "Gloom",
  2275. "types": [
  2276. "Grass",
  2277. "Poison"
  2278. ],
  2279. "baseStats": {
  2280. "hp": 60,
  2281. "atk": 65,
  2282. "def": 70,
  2283. "spa": 85,
  2284. "spd": 75,
  2285. "spe": 40
  2286. },
  2287. "abilities": {
  2288. "0": "Chlorophyll",
  2289. "H": "Stench"
  2290. },
  2291. "heightm": 0.8,
  2292. "weightkg": 8.6,
  2293. "color": "Blue",
  2294. "prevo": "oddish",
  2295. "evos": [
  2296. "vileplume",
  2297. "bellossom"
  2298. ],
  2299. "evoLevel": 21,
  2300. "eggGroups": [
  2301. "Grass"
  2302. ],
  2303. "name": "Gloom"
  2304. },
  2305. "vileplume": {
  2306. "num": 45,
  2307. "species": "Vileplume",
  2308. "types": [
  2309. "Grass",
  2310. "Poison"
  2311. ],
  2312. "baseStats": {
  2313. "hp": 75,
  2314. "atk": 80,
  2315. "def": 85,
  2316. "spa": 110,
  2317. "spd": 90,
  2318. "spe": 50
  2319. },
  2320. "abilities": {
  2321. "0": "Chlorophyll",
  2322. "H": "Effect Spore"
  2323. },
  2324. "heightm": 1.2,
  2325. "weightkg": 18.6,
  2326. "color": "Red",
  2327. "prevo": "gloom",
  2328. "evoLevel": 21,
  2329. "eggGroups": [
  2330. "Grass"
  2331. ],
  2332. "name": "Vileplume"
  2333. },
  2334. "paras": {
  2335. "num": 46,
  2336. "species": "Paras",
  2337. "types": [
  2338. "Bug",
  2339. "Grass"
  2340. ],
  2341. "baseStats": {
  2342. "hp": 35,
  2343. "atk": 70,
  2344. "def": 55,
  2345. "spa": 45,
  2346. "spd": 55,
  2347. "spe": 25
  2348. },
  2349. "abilities": {
  2350. "0": "Effect Spore",
  2351. "1": "Dry Skin",
  2352. "H": "Damp"
  2353. },
  2354. "heightm": 0.3,
  2355. "weightkg": 5.4,
  2356. "color": "Red",
  2357. "evos": [
  2358. "parasect"
  2359. ],
  2360. "eggGroups": [
  2361. "Bug",
  2362. "Grass"
  2363. ],
  2364. "name": "Paras"
  2365. },
  2366. "parasect": {
  2367. "num": 47,
  2368. "species": "Parasect",
  2369. "types": [
  2370. "Bug",
  2371. "Grass"
  2372. ],
  2373. "baseStats": {
  2374. "hp": 60,
  2375. "atk": 95,
  2376. "def": 80,
  2377. "spa": 60,
  2378. "spd": 80,
  2379. "spe": 30
  2380. },
  2381. "abilities": {
  2382. "0": "Effect Spore",
  2383. "1": "Dry Skin",
  2384. "H": "Damp"
  2385. },
  2386. "heightm": 1,
  2387. "weightkg": 29.5,
  2388. "color": "Red",
  2389. "prevo": "paras",
  2390. "evoLevel": 24,
  2391. "eggGroups": [
  2392. "Bug",
  2393. "Grass"
  2394. ],
  2395. "name": "Parasect"
  2396. },
  2397. "venonat": {
  2398. "num": 48,
  2399. "species": "Venonat",
  2400. "types": [
  2401. "Bug",
  2402. "Poison"
  2403. ],
  2404. "baseStats": {
  2405. "hp": 60,
  2406. "atk": 55,
  2407. "def": 50,
  2408. "spa": 40,
  2409. "spd": 55,
  2410. "spe": 45
  2411. },
  2412. "abilities": {
  2413. "0": "Compound Eyes",
  2414. "1": "Tinted Lens",
  2415. "H": "Run Away"
  2416. },
  2417. "heightm": 1,
  2418. "weightkg": 30,
  2419. "color": "Purple",
  2420. "evos": [
  2421. "venomoth"
  2422. ],
  2423. "eggGroups": [
  2424. "Bug"
  2425. ],
  2426. "name": "Venonat"
  2427. },
  2428. "venomoth": {
  2429. "num": 49,
  2430. "species": "Venomoth",
  2431. "types": [
  2432. "Bug",
  2433. "Poison"
  2434. ],
  2435. "baseStats": {
  2436. "hp": 70,
  2437. "atk": 65,
  2438. "def": 60,
  2439. "spa": 90,
  2440. "spd": 75,
  2441. "spe": 90
  2442. },
  2443. "abilities": {
  2444. "0": "Shield Dust",
  2445. "1": "Tinted Lens",
  2446. "H": "Wonder Skin"
  2447. },
  2448. "heightm": 1.5,
  2449. "weightkg": 12.5,
  2450. "color": "Purple",
  2451. "prevo": "venonat",
  2452. "evoLevel": 31,
  2453. "eggGroups": [
  2454. "Bug"
  2455. ],
  2456. "name": "Venomoth"
  2457. },
  2458. "diglett": {
  2459. "num": 50,
  2460. "species": "Diglett",
  2461. "types": [
  2462. "Ground"
  2463. ],
  2464. "baseStats": {
  2465. "hp": 10,
  2466. "atk": 55,
  2467. "def": 25,
  2468. "spa": 35,
  2469. "spd": 45,
  2470. "spe": 95
  2471. },
  2472. "abilities": {
  2473. "0": "Sand Veil",
  2474. "1": "Arena Trap",
  2475. "H": "Sand Force"
  2476. },
  2477. "heightm": 0.2,
  2478. "weightkg": 0.8,
  2479. "color": "Brown",
  2480. "evos": [
  2481. "dugtrio"
  2482. ],
  2483. "eggGroups": [
  2484. "Field"
  2485. ],
  2486. "name": "Diglett"
  2487. },
  2488. "dugtrio": {
  2489. "num": 51,
  2490. "species": "Dugtrio",
  2491. "types": [
  2492. "Ground"
  2493. ],
  2494. "baseStats": {
  2495. "hp": 35,
  2496. "atk": 80,
  2497. "def": 50,
  2498. "spa": 50,
  2499. "spd": 70,
  2500. "spe": 120
  2501. },
  2502. "abilities": {
  2503. "0": "Sand Veil",
  2504. "1": "Arena Trap",
  2505. "H": "Sand Force"
  2506. },
  2507. "heightm": 0.7,
  2508. "weightkg": 33.3,
  2509. "color": "Brown",
  2510. "prevo": "diglett",
  2511. "evoLevel": 26,
  2512. "eggGroups": [
  2513. "Field"
  2514. ],
  2515. "name": "Dugtrio"
  2516. },
  2517. "meowth": {
  2518. "num": 52,
  2519. "species": "Meowth",
  2520. "types": [
  2521. "Normal"
  2522. ],
  2523. "baseStats": {
  2524. "hp": 40,
  2525. "atk": 45,
  2526. "def": 35,
  2527. "spa": 40,
  2528. "spd": 40,
  2529. "spe": 90
  2530. },
  2531. "abilities": {
  2532. "0": "Pickup",
  2533. "1": "Technician",
  2534. "H": "Unnerve"
  2535. },
  2536. "heightm": 0.4,
  2537. "weightkg": 4.2,
  2538. "color": "Yellow",
  2539. "evos": [
  2540. "persian"
  2541. ],
  2542. "eggGroups": [
  2543. "Field"
  2544. ],
  2545. "name": "Meowth"
  2546. },
  2547. "persian": {
  2548. "num": 53,
  2549. "species": "Persian",
  2550. "types": [
  2551. "Normal"
  2552. ],
  2553. "baseStats": {
  2554. "hp": 65,
  2555. "atk": 70,
  2556. "def": 60,
  2557. "spa": 65,
  2558. "spd": 65,
  2559. "spe": 115
  2560. },
  2561. "abilities": {
  2562. "0": "Limber",
  2563. "1": "Technician",
  2564. "H": "Unnerve"
  2565. },
  2566. "heightm": 1,
  2567. "weightkg": 32,
  2568. "color": "Yellow",
  2569. "prevo": "meowth",
  2570. "evoLevel": 28,
  2571. "eggGroups": [
  2572. "Field"
  2573. ],
  2574. "name": "Persian"
  2575. },
  2576. "psyduck": {
  2577. "num": 54,
  2578. "species": "Psyduck",
  2579. "types": [
  2580. "Water"
  2581. ],
  2582. "baseStats": {
  2583. "hp": 50,
  2584. "atk": 52,
  2585. "def": 48,
  2586. "spa": 65,
  2587. "spd": 50,
  2588. "spe": 55
  2589. },
  2590. "abilities": {
  2591. "0": "Damp",
  2592. "1": "Cloud Nine",
  2593. "H": "Swift Swim"
  2594. },
  2595. "heightm": 0.8,
  2596. "weightkg": 19.6,
  2597. "color": "Yellow",
  2598. "evos": [
  2599. "golduck"
  2600. ],
  2601. "eggGroups": [
  2602. "Water 1",
  2603. "Field"
  2604. ],
  2605. "name": "Psyduck"
  2606. },
  2607. "golduck": {
  2608. "num": 55,
  2609. "species": "Golduck",
  2610. "types": [
  2611. "Water"
  2612. ],
  2613. "baseStats": {
  2614. "hp": 80,
  2615. "atk": 82,
  2616. "def": 78,
  2617. "spa": 95,
  2618. "spd": 80,
  2619. "spe": 85
  2620. },
  2621. "abilities": {
  2622. "0": "Damp",
  2623. "1": "Cloud Nine",
  2624. "H": "Swift Swim"
  2625. },
  2626. "heightm": 1.7,
  2627. "weightkg": 76.6,
  2628. "color": "Blue",
  2629. "prevo": "psyduck",
  2630. "evoLevel": 33,
  2631. "eggGroups": [
  2632. "Water 1",
  2633. "Field"
  2634. ],
  2635. "name": "Golduck"
  2636. },
  2637. "mankey": {
  2638. "num": 56,
  2639. "species": "Mankey",
  2640. "types": [
  2641. "Fighting"
  2642. ],
  2643. "baseStats": {
  2644. "hp": 40,
  2645. "atk": 80,
  2646. "def": 35,
  2647. "spa": 35,
  2648. "spd": 45,
  2649. "spe": 70
  2650. },
  2651. "abilities": {
  2652. "0": "Vital Spirit",
  2653. "1": "Anger Point",
  2654. "H": "Defiant"
  2655. },
  2656. "heightm": 0.5,
  2657. "weightkg": 28,
  2658. "color": "Brown",
  2659. "evos": [
  2660. "primeape"
  2661. ],
  2662. "eggGroups": [
  2663. "Field"
  2664. ],
  2665. "name": "Mankey"
  2666. },
  2667. "primeape": {
  2668. "num": 57,
  2669. "species": "Primeape",
  2670. "types": [
  2671. "Fighting"
  2672. ],
  2673. "baseStats": {
  2674. "hp": 65,
  2675. "atk": 105,
  2676. "def": 60,
  2677. "spa": 60,
  2678. "spd": 70,
  2679. "spe": 95
  2680. },
  2681. "abilities": {
  2682. "0": "Vital Spirit",
  2683. "1": "Anger Point",
  2684. "H": "Defiant"
  2685. },
  2686. "heightm": 1,
  2687. "weightkg": 32,
  2688. "color": "Brown",
  2689. "prevo": "mankey",
  2690. "evoLevel": 28,
  2691. "eggGroups": [
  2692. "Field"
  2693. ],
  2694. "name": "Primeape"
  2695. },
  2696. "growlithe": {
  2697. "num": 58,
  2698. "species": "Growlithe",
  2699. "types": [
  2700. "Fire"
  2701. ],
  2702. "genderRatio": {
  2703. "M": 0.75,
  2704. "F": 0.25
  2705. },
  2706. "baseStats": {
  2707. "hp": 55,
  2708. "atk": 70,
  2709. "def": 45,
  2710. "spa": 70,
  2711. "spd": 50,
  2712. "spe": 60
  2713. },
  2714. "abilities": {
  2715. "0": "Intimidate",
  2716. "1": "Flash Fire",
  2717. "H": "Justified"
  2718. },
  2719. "heightm": 0.7,
  2720. "weightkg": 19,
  2721. "color": "Brown",
  2722. "evos": [
  2723. "arcanine"
  2724. ],
  2725. "eggGroups": [
  2726. "Field"
  2727. ],
  2728. "name": "Growlithe"
  2729. },
  2730. "arcanine": {
  2731. "num": 59,
  2732. "species": "Arcanine",
  2733. "types": [
  2734. "Fire"
  2735. ],
  2736. "genderRatio": {
  2737. "M": 0.75,
  2738. "F": 0.25
  2739. },
  2740. "baseStats": {
  2741. "hp": 90,
  2742. "atk": 110,
  2743. "def": 80,
  2744. "spa": 100,
  2745. "spd": 80,
  2746. "spe": 95
  2747. },
  2748. "abilities": {
  2749. "0": "Intimidate",
  2750. "1": "Flash Fire",
  2751. "H": "Justified"
  2752. },
  2753. "heightm": 1.9,
  2754. "weightkg": 155,
  2755. "color": "Brown",
  2756. "prevo": "growlithe",
  2757. "evoLevel": 1,
  2758. "eggGroups": [
  2759. "Field"
  2760. ],
  2761. "name": "Arcanine"
  2762. },
  2763. "poliwag": {
  2764. "num": 60,
  2765. "species": "Poliwag",
  2766. "types": [
  2767. "Water"
  2768. ],
  2769. "baseStats": {
  2770. "hp": 40,
  2771. "atk": 50,
  2772. "def": 40,
  2773. "spa": 40,
  2774. "spd": 40,
  2775. "spe": 90
  2776. },
  2777. "abilities": {
  2778. "0": "Water Absorb",
  2779. "1": "Damp",
  2780. "H": "Swift Swim"
  2781. },
  2782. "heightm": 0.6,
  2783. "weightkg": 12.4,
  2784. "color": "Blue",
  2785. "evos": [
  2786. "poliwhirl"
  2787. ],
  2788. "eggGroups": [
  2789. "Water 1"
  2790. ],
  2791. "name": "Poliwag"
  2792. },
  2793. "poliwhirl": {
  2794. "num": 61,
  2795. "species": "Poliwhirl",
  2796. "types": [
  2797. "Water"
  2798. ],
  2799. "baseStats": {
  2800. "hp": 65,
  2801. "atk": 65,
  2802. "def": 65,
  2803. "spa": 50,
  2804. "spd": 50,
  2805. "spe": 90
  2806. },
  2807. "abilities": {
  2808. "0": "Water Absorb",
  2809. "1": "Damp",
  2810. "H": "Swift Swim"
  2811. },
  2812. "heightm": 1,
  2813. "weightkg": 20,
  2814. "color": "Blue",
  2815. "prevo": "poliwag",
  2816. "evos": [
  2817. "poliwrath",
  2818. "politoed"
  2819. ],
  2820. "evoLevel": 25,
  2821. "eggGroups": [
  2822. "Water 1"
  2823. ],
  2824. "name": "Poliwhirl"
  2825. },
  2826. "poliwrath": {
  2827. "num": 62,
  2828. "species": "Poliwrath",
  2829. "types": [
  2830. "Water",
  2831. "Fighting"
  2832. ],
  2833. "baseStats": {
  2834. "hp": 90,
  2835. "atk": 95,
  2836. "def": 95,
  2837. "spa": 70,
  2838. "spd": 90,
  2839. "spe": 70
  2840. },
  2841. "abilities": {
  2842. "0": "Water Absorb",
  2843. "1": "Damp",
  2844. "H": "Swift Swim"
  2845. },
  2846. "heightm": 1.3,
  2847. "weightkg": 54,
  2848. "color": "Blue",
  2849. "prevo": "poliwhirl",
  2850. "evoLevel": 25,
  2851. "eggGroups": [
  2852. "Water 1"
  2853. ],
  2854. "name": "Poliwrath"
  2855. },
  2856. "abra": {
  2857. "num": 63,
  2858. "species": "Abra",
  2859. "types": [
  2860. "Psychic"
  2861. ],
  2862. "genderRatio": {
  2863. "M": 0.75,
  2864. "F": 0.25
  2865. },
  2866. "baseStats": {
  2867. "hp": 25,
  2868. "atk": 20,
  2869. "def": 15,
  2870. "spa": 105,
  2871. "spd": 55,
  2872. "spe": 90
  2873. },
  2874. "abilities": {
  2875. "0": "Synchronize",
  2876. "1": "Inner Focus",
  2877. "H": "Magic Guard"
  2878. },
  2879. "heightm": 0.9,
  2880. "weightkg": 19.5,
  2881. "color": "Brown",
  2882. "evos": [
  2883. "kadabra"
  2884. ],
  2885. "eggGroups": [
  2886. "Human-Like"
  2887. ],
  2888. "name": "Abra"
  2889. },
  2890. "kadabra": {
  2891. "num": 64,
  2892. "species": "Kadabra",
  2893. "types": [
  2894. "Psychic"
  2895. ],
  2896. "genderRatio": {
  2897. "M": 0.75,
  2898. "F": 0.25
  2899. },
  2900. "baseStats": {
  2901. "hp": 40,
  2902. "atk": 35,
  2903. "def": 30,
  2904. "spa": 120,
  2905. "spd": 70,
  2906. "spe": 105
  2907. },
  2908. "abilities": {
  2909. "0": "Synchronize",
  2910. "1": "Inner Focus",
  2911. "H": "Magic Guard"
  2912. },
  2913. "heightm": 1.3,
  2914. "weightkg": 56.5,
  2915. "color": "Brown",
  2916. "prevo": "abra",
  2917. "evos": [
  2918. "alakazam"
  2919. ],
  2920. "evoLevel": 16,
  2921. "eggGroups": [
  2922. "Human-Like"
  2923. ],
  2924. "name": "Kadabra"
  2925. },
  2926. "alakazam": {
  2927. "num": 65,
  2928. "species": "Alakazam",
  2929. "types": [
  2930. "Psychic"
  2931. ],
  2932. "genderRatio": {
  2933. "M": 0.75,
  2934. "F": 0.25
  2935. },
  2936. "baseStats": {
  2937. "hp": 55,
  2938. "atk": 50,
  2939. "def": 45,
  2940. "spa": 135,
  2941. "spd": 95,
  2942. "spe": 120
  2943. },
  2944. "abilities": {
  2945. "0": "Synchronize",
  2946. "1": "Inner Focus",
  2947. "H": "Magic Guard"
  2948. },
  2949. "heightm": 1.5,
  2950. "weightkg": 48,
  2951. "color": "Brown",
  2952. "prevo": "kadabra",
  2953. "evoLevel": 16,
  2954. "eggGroups": [
  2955. "Human-Like"
  2956. ],
  2957. "otherFormes": [
  2958. "alakazammega"
  2959. ],
  2960. "name": "Alakazam"
  2961. },
  2962. "alakazammega": {
  2963. "num": 65,
  2964. "species": "Alakazam-Mega",
  2965. "baseSpecies": "Alakazam",
  2966. "forme": "Mega",
  2967. "formeLetter": "M",
  2968. "types": [
  2969. "Psychic"
  2970. ],
  2971. "genderRatio": {
  2972. "M": 0.75,
  2973. "F": 0.25
  2974. },
  2975. "baseStats": {
  2976. "hp": 55,
  2977. "atk": 50,
  2978. "def": 65,
  2979. "spa": 175,
  2980. "spd": 95,
  2981. "spe": 150
  2982. },
  2983. "abilities": {
  2984. "0": "Trace"
  2985. },
  2986. "heightm": 1.2,
  2987. "weightkg": 48,
  2988. "color": "Brown",
  2989. "prevo": "kadabra",
  2990. "evoLevel": 16,
  2991. "eggGroups": [
  2992. "Human-Like"
  2993. ],
  2994. "name": "Alakazam-Mega"
  2995. },
  2996. "machop": {
  2997. "num": 66,
  2998. "species": "Machop",
  2999. "types": [
  3000. "Fighting"
  3001. ],
  3002. "genderRatio": {
  3003. "M": 0.75,
  3004. "F": 0.25
  3005. },
  3006. "baseStats": {
  3007. "hp": 70,
  3008. "atk": 80,
  3009. "def": 50,
  3010. "spa": 35,
  3011. "spd": 35,
  3012. "spe": 35
  3013. },
  3014. "abilities": {
  3015. "0": "Guts",
  3016. "1": "No Guard",
  3017. "H": "Steadfast"
  3018. },
  3019. "heightm": 0.8,
  3020. "weightkg": 19.5,
  3021. "color": "Gray",
  3022. "evos": [
  3023. "machoke"
  3024. ],
  3025. "eggGroups": [
  3026. "Human-Like"
  3027. ],
  3028. "name": "Machop"
  3029. },
  3030. "machoke": {
  3031. "num": 67,
  3032. "species": "Machoke",
  3033. "types": [
  3034. "Fighting"
  3035. ],
  3036. "genderRatio": {
  3037. "M": 0.75,
  3038. "F": 0.25
  3039. },
  3040. "baseStats": {
  3041. "hp": 80,
  3042. "atk": 100,
  3043. "def": 70,
  3044. "spa": 50,
  3045. "spd": 60,
  3046. "spe": 45
  3047. },
  3048. "abilities": {
  3049. "0": "Guts",
  3050. "1": "No Guard",
  3051. "H": "Steadfast"
  3052. },
  3053. "heightm": 1.5,
  3054. "weightkg": 70.5,
  3055. "color": "Gray",
  3056. "prevo": "machop",
  3057. "evos": [
  3058. "machamp"
  3059. ],
  3060. "evoLevel": 28,
  3061. "eggGroups": [
  3062. "Human-Like"
  3063. ],
  3064. "name": "Machoke"
  3065. },
  3066. "machamp": {
  3067. "num": 68,
  3068. "species": "Machamp",
  3069. "types": [
  3070. "Fighting"
  3071. ],
  3072. "genderRatio": {
  3073. "M": 0.75,
  3074. "F": 0.25
  3075. },
  3076. "baseStats": {
  3077. "hp": 90,
  3078. "atk": 130,
  3079. "def": 80,
  3080. "spa": 65,
  3081. "spd": 85,
  3082. "spe": 55
  3083. },
  3084. "abilities": {
  3085. "0": "Guts",
  3086. "1": "No Guard",
  3087. "H": "Steadfast"
  3088. },
  3089. "heightm": 1.6,
  3090. "weightkg": 130,
  3091. "color": "Gray",
  3092. "prevo": "machoke",
  3093. "evoLevel": 28,
  3094. "eggGroups": [
  3095. "Human-Like"
  3096. ],
  3097. "name": "Machamp",
  3098. "exists": true,
  3099. "tier": "UU",
  3100. "learnset": {
  3101. "attract": [
  3102. "6M"
  3103. ],
  3104. "bodyslam": [
  3105.  
  3106. ],
  3107. "brickbreak": [
  3108. "6M"
  3109. ],
  3110. "bulkup": [
  3111. "6M"
  3112. ],
  3113. "bulldoze": [
  3114. "6M"
  3115. ],
  3116. "bulletpunch": [
  3117.  
  3118. ],
  3119. "captivate": [
  3120.  
  3121. ],
  3122. "counter": [
  3123.  
  3124. ],
  3125. "crosschop": [
  3126. "6L044"
  3127. ],
  3128. "dig": [
  3129. "6M"
  3130. ],
  3131. "doubleedge": [
  3132.  
  3133. ],
  3134. "doubleteam": [
  3135. "6M"
  3136. ],
  3137. "dynamicpunch": [
  3138. "6L055"
  3139. ],
  3140. "earthquake": [
  3141. "6M"
  3142. ],
  3143. "endure": [
  3144.  
  3145. ],
  3146. "facade": [
  3147. "6M"
  3148. ],
  3149. "fireblast": [
  3150. "6M"
  3151. ],
  3152. "firepunch": [
  3153.  
  3154. ],
  3155. "flamethrower": [
  3156. "6M"
  3157. ],
  3158. "fling": [
  3159. "6M"
  3160. ],
  3161. "focusblast": [
  3162. "6M"
  3163. ],
  3164. "focusenergy": [
  3165. "6L001d",
  3166. "6L007"
  3167. ],
  3168. "focuspunch": [
  3169.  
  3170. ],
  3171. "foresight": [
  3172. "6L019"
  3173. ],
  3174. "frustration": [
  3175. "6M"
  3176. ],
  3177. "gigaimpact": [
  3178. "6M"
  3179. ],
  3180. "headbutt": [
  3181.  
  3182. ],
  3183. "helpinghand": [
  3184.  
  3185. ],
  3186. "hiddenpower": [
  3187. "6M"
  3188. ],
  3189. "hyperbeam": [
  3190. "6M"
  3191. ],
  3192. "icepunch": [
  3193.  
  3194. ],
  3195. "incinerate": [
  3196. "6M"
  3197. ],
  3198. "karatechop": [
  3199. "6L001e",
  3200. "6L010"
  3201. ],
  3202. "leer": [
  3203. "6L001c"
  3204. ],
  3205. "lightscreen": [
  3206. "6M"
  3207. ],
  3208. "lowkick": [
  3209. "6L001b"
  3210. ],
  3211. "lowsweep": [
  3212. "6L013",
  3213. "6M"
  3214. ],
  3215. "megakick": [
  3216.  
  3217. ],
  3218. "megapunch": [
  3219.  
  3220. ],
  3221. "metronome": [
  3222.  
  3223. ],
  3224. "mimic": [
  3225.  
  3226. ],
  3227. "mudslap": [
  3228.  
  3229. ],
  3230. "naturalgift": [
  3231.  
  3232. ],
  3233. "payback": [
  3234. "6M"
  3235. ],
  3236. "poisonjab": [
  3237. "6M"
  3238. ],
  3239. "protect": [
  3240. "6M"
  3241. ],
  3242. "raindance": [
  3243. "6M"
  3244. ],
  3245. "rest": [
  3246. "6M"
  3247. ],
  3248. "retaliate": [
  3249. "6M"
  3250. ],
  3251. "return": [
  3252. "6M"
  3253. ],
  3254. "revenge": [
  3255. "6L025"
  3256. ],
  3257. "rockclimb": [
  3258.  
  3259. ],
  3260. "rockslide": [
  3261. "6M"
  3262. ],
  3263. "rocksmash": [
  3264. "6M"
  3265. ],
  3266. "rocktomb": [
  3267. "6M"
  3268. ],
  3269. "roleplay": [
  3270.  
  3271. ],
  3272. "round": [
  3273. "6M"
  3274. ],
  3275. "scaryface": [
  3276. "6L051"
  3277. ],
  3278. "secretpower": [
  3279.  
  3280. ],
  3281. "seismictoss": [
  3282. "6L022"
  3283. ],
  3284. "sleeptalk": [
  3285. "6M"
  3286. ],
  3287. "smackdown": [
  3288. "6M"
  3289. ],
  3290. "snore": [
  3291.  
  3292. ],
  3293. "stoneedge": [
  3294. "6M"
  3295. ],
  3296. "strength": [
  3297. "6M"
  3298. ],
  3299. "submission": [
  3300. "6L036"
  3301. ],
  3302. "substitute": [
  3303. "6M"
  3304. ],
  3305. "sunnyday": [
  3306. "6M"
  3307. ],
  3308. "superpower": [
  3309.  
  3310. ],
  3311. "swagger": [
  3312. "6M"
  3313. ],
  3314. "thief": [
  3315. "6M"
  3316. ],
  3317. "thunderpunch": [
  3318.  
  3319. ],
  3320. "toxic": [
  3321. "6M"
  3322. ],
  3323. "vacuumwave": [
  3324.  
  3325. ],
  3326. "vitalthrow": [
  3327. "6L032"
  3328. ],
  3329. "wakeupslap": [
  3330. "6L040"
  3331. ],
  3332. "wideguard": [
  3333. "6L001a"
  3334. ],
  3335. "workup": [
  3336.  
  3337. ],
  3338. "dualchop": [
  3339.  
  3340. ],
  3341. "knockoff": [
  3342.  
  3343. ],
  3344. "poweruppunch": [
  3345. "6M"
  3346. ],
  3347. "confide": [
  3348. "6M"
  3349. ]
  3350. },
  3351. "id": "machamp",
  3352. "speciesid": "machamp",
  3353. "baseSpecies": "Machamp",
  3354. "forme": "",
  3355. "formeLetter": "",
  3356. "spriteid": "machamp",
  3357. "effectType": "Template"
  3358. },
  3359. "bellsprout": {
  3360. "num": 69,
  3361. "species": "Bellsprout",
  3362. "types": [
  3363. "Grass",
  3364. "Poison"
  3365. ],
  3366. "baseStats": {
  3367. "hp": 50,
  3368. "atk": 75,
  3369. "def": 35,
  3370. "spa": 70,
  3371. "spd": 30,
  3372. "spe": 40
  3373. },
  3374. "abilities": {
  3375. "0": "Chlorophyll",
  3376. "H": "Gluttony"
  3377. },
  3378. "heightm": 0.7,
  3379. "weightkg": 4,
  3380. "color": "Green",
  3381. "evos": [
  3382. "weepinbell"
  3383. ],
  3384. "eggGroups": [
  3385. "Grass"
  3386. ],
  3387. "name": "Bellsprout"
  3388. },
  3389. "weepinbell": {
  3390. "num": 70,
  3391. "species": "Weepinbell",
  3392. "types": [
  3393. "Grass",
  3394. "Poison"
  3395. ],
  3396. "baseStats": {
  3397. "hp": 65,
  3398. "atk": 90,
  3399. "def": 50,
  3400. "spa": 85,
  3401. "spd": 45,
  3402. "spe": 55
  3403. },
  3404. "abilities": {
  3405. "0": "Chlorophyll",
  3406. "H": "Gluttony"
  3407. },
  3408. "heightm": 1,
  3409. "weightkg": 6.4,
  3410. "color": "Green",
  3411. "prevo": "bellsprout",
  3412. "evos": [
  3413. "victreebel"
  3414. ],
  3415. "evoLevel": 21,
  3416. "eggGroups": [
  3417. "Grass"
  3418. ],
  3419. "name": "Weepinbell"
  3420. },
  3421. "victreebel": {
  3422. "num": 71,
  3423. "species": "Victreebel",
  3424. "types": [
  3425. "Grass",
  3426. "Poison"
  3427. ],
  3428. "baseStats": {
  3429. "hp": 80,
  3430. "atk": 105,
  3431. "def": 65,
  3432. "spa": 100,
  3433. "spd": 70,
  3434. "spe": 70
  3435. },
  3436. "abilities": {
  3437. "0": "Chlorophyll",
  3438. "H": "Gluttony"
  3439. },
  3440. "heightm": 1.7,
  3441. "weightkg": 15.5,
  3442. "color": "Green",
  3443. "prevo": "weepinbell",
  3444. "evoLevel": 21,
  3445. "eggGroups": [
  3446. "Grass"
  3447. ],
  3448. "name": "Victreebel"
  3449. },
  3450. "tentacool": {
  3451. "num": 72,
  3452. "species": "Tentacool",
  3453. "types": [
  3454. "Water",
  3455. "Poison"
  3456. ],
  3457. "baseStats": {
  3458. "hp": 40,
  3459. "atk": 40,
  3460. "def": 35,
  3461. "spa": 50,
  3462. "spd": 100,
  3463. "spe": 70
  3464. },
  3465. "abilities": {
  3466. "0": "Clear Body",
  3467. "1": "Liquid Ooze",
  3468. "H": "Rain Dish"
  3469. },
  3470. "heightm": 0.9,
  3471. "weightkg": 45.5,
  3472. "color": "Blue",
  3473. "evos": [
  3474. "tentacruel"
  3475. ],
  3476. "eggGroups": [
  3477. "Water 3"
  3478. ],
  3479. "name": "Tentacool"
  3480. },
  3481. "tentacruel": {
  3482. "num": 73,
  3483. "species": "Tentacruel",
  3484. "types": [
  3485. "Water",
  3486. "Poison"
  3487. ],
  3488. "baseStats": {
  3489. "hp": 80,
  3490. "atk": 70,
  3491. "def": 65,
  3492. "spa": 80,
  3493. "spd": 120,
  3494. "spe": 100
  3495. },
  3496. "abilities": {
  3497. "0": "Clear Body",
  3498. "1": "Liquid Ooze",
  3499. "H": "Rain Dish"
  3500. },
  3501. "heightm": 1.6,
  3502. "weightkg": 55,
  3503. "color": "Blue",
  3504. "prevo": "tentacool",
  3505. "evoLevel": 30,
  3506. "eggGroups": [
  3507. "Water 3"
  3508. ],
  3509. "name": "Tentacruel"
  3510. },
  3511. "geodude": {
  3512. "num": 74,
  3513. "species": "Geodude",
  3514. "types": [
  3515. "Rock",
  3516. "Ground"
  3517. ],
  3518. "baseStats": {
  3519. "hp": 40,
  3520. "atk": 80,
  3521. "def": 100,
  3522. "spa": 30,
  3523. "spd": 30,
  3524. "spe": 20
  3525. },
  3526. "abilities": {
  3527. "0": "Rock Head",
  3528. "1": "Sturdy",
  3529. "H": "Sand Veil"
  3530. },
  3531. "heightm": 0.4,
  3532. "weightkg": 20,
  3533. "color": "Brown",
  3534. "evos": [
  3535. "graveler"
  3536. ],
  3537. "eggGroups": [
  3538. "Mineral"
  3539. ],
  3540. "name": "Geodude"
  3541. },
  3542. "graveler": {
  3543. "num": 75,
  3544. "species": "Graveler",
  3545. "types": [
  3546. "Rock",
  3547. "Ground"
  3548. ],
  3549. "baseStats": {
  3550. "hp": 55,
  3551. "atk": 95,
  3552. "def": 115,
  3553. "spa": 45,
  3554. "spd": 45,
  3555. "spe": 35
  3556. },
  3557. "abilities": {
  3558. "0": "Rock Head",
  3559. "1": "Sturdy",
  3560. "H": "Sand Veil"
  3561. },
  3562. "heightm": 1,
  3563. "weightkg": 105,
  3564. "color": "Brown",
  3565. "prevo": "geodude",
  3566. "evos": [
  3567. "golem"
  3568. ],
  3569. "evoLevel": 25,
  3570. "eggGroups": [
  3571. "Mineral"
  3572. ],
  3573. "name": "Graveler"
  3574. },
  3575. "golem": {
  3576. "num": 76,
  3577. "species": "Golem",
  3578. "types": [
  3579. "Rock",
  3580. "Ground"
  3581. ],
  3582. "baseStats": {
  3583. "hp": 80,
  3584. "atk": 120,
  3585. "def": 130,
  3586. "spa": 55,
  3587. "spd": 65,
  3588. "spe": 45
  3589. },
  3590. "abilities": {
  3591. "0": "Rock Head",
  3592. "1": "Sturdy",
  3593. "H": "Sand Veil"
  3594. },
  3595. "heightm": 1.4,
  3596. "weightkg": 300,
  3597. "color": "Brown",
  3598. "prevo": "graveler",
  3599. "evoLevel": 25,
  3600. "eggGroups": [
  3601. "Mineral"
  3602. ],
  3603. "name": "Golem"
  3604. },
  3605. "ponyta": {
  3606. "num": 77,
  3607. "species": "Ponyta",
  3608. "types": [
  3609. "Fire"
  3610. ],
  3611. "baseStats": {
  3612. "hp": 50,
  3613. "atk": 85,
  3614. "def": 55,
  3615. "spa": 65,
  3616. "spd": 65,
  3617. "spe": 90
  3618. },
  3619. "abilities": {
  3620. "0": "Run Away",
  3621. "1": "Flash Fire",
  3622. "H": "Flame Body"
  3623. },
  3624. "heightm": 1,
  3625. "weightkg": 30,
  3626. "color": "Yellow",
  3627. "evos": [
  3628. "rapidash"
  3629. ],
  3630. "eggGroups": [
  3631. "Field"
  3632. ],
  3633. "name": "Ponyta"
  3634. },
  3635. "rapidash": {
  3636. "num": 78,
  3637. "species": "Rapidash",
  3638. "types": [
  3639. "Fire"
  3640. ],
  3641. "baseStats": {
  3642. "hp": 65,
  3643. "atk": 100,
  3644. "def": 70,
  3645. "spa": 80,
  3646. "spd": 80,
  3647. "spe": 105
  3648. },
  3649. "abilities": {
  3650. "0": "Run Away",
  3651. "1": "Flash Fire",
  3652. "H": "Flame Body"
  3653. },
  3654. "heightm": 1.7,
  3655. "weightkg": 95,
  3656. "color": "Yellow",
  3657. "prevo": "ponyta",
  3658. "evoLevel": 40,
  3659. "eggGroups": [
  3660. "Field"
  3661. ],
  3662. "name": "Rapidash"
  3663. },
  3664. "slowpoke": {
  3665. "num": 79,
  3666. "species": "Slowpoke",
  3667. "types": [
  3668. "Water",
  3669. "Psychic"
  3670. ],
  3671. "baseStats": {
  3672. "hp": 90,
  3673. "atk": 65,
  3674. "def": 65,
  3675. "spa": 40,
  3676. "spd": 40,
  3677. "spe": 15
  3678. },
  3679. "abilities": {
  3680. "0": "Oblivious",
  3681. "1": "Own Tempo",
  3682. "H": "Regenerator"
  3683. },
  3684. "heightm": 1.2,
  3685. "weightkg": 36,
  3686. "color": "Pink",
  3687. "evos": [
  3688. "slowbro",
  3689. "slowking"
  3690. ],
  3691. "eggGroups": [
  3692. "Monster",
  3693. "Water 1"
  3694. ],
  3695. "name": "Slowpoke"
  3696. },
  3697. "slowbro": {
  3698. "num": 80,
  3699. "species": "Slowbro",
  3700. "types": [
  3701. "Water",
  3702. "Psychic"
  3703. ],
  3704. "baseStats": {
  3705. "hp": 95,
  3706. "atk": 75,
  3707. "def": 110,
  3708. "spa": 100,
  3709. "spd": 80,
  3710. "spe": 30
  3711. },
  3712. "abilities": {
  3713. "0": "Oblivious",
  3714. "1": "Own Tempo",
  3715. "H": "Regenerator"
  3716. },
  3717. "heightm": 1.6,
  3718. "weightkg": 78.5,
  3719. "color": "Pink",
  3720. "prevo": "slowpoke",
  3721. "evoLevel": 37,
  3722. "eggGroups": [
  3723. "Monster",
  3724. "Water 1"
  3725. ],
  3726. "otherFormes": [
  3727. "slowbromega"
  3728. ],
  3729. "name": "Slowbro",
  3730. "exists": true,
  3731. "tier": "OU",
  3732. "learnset": {
  3733. "aerialace": [
  3734. "6M"
  3735. ],
  3736. "amnesia": [
  3737. "6L043"
  3738. ],
  3739. "aquatail": [
  3740.  
  3741. ],
  3742. "attract": [
  3743. "6M"
  3744. ],
  3745. "avalanche": [
  3746.  
  3747. ],
  3748. "blizzard": [
  3749. "6M"
  3750. ],
  3751. "block": [
  3752.  
  3753. ],
  3754. "bodyslam": [
  3755.  
  3756. ],
  3757. "brickbreak": [
  3758. "6M"
  3759. ],
  3760. "brine": [
  3761.  
  3762. ],
  3763. "bulldoze": [
  3764. "6M"
  3765. ],
  3766. "calmmind": [
  3767. "6M"
  3768. ],
  3769. "captivate": [
  3770.  
  3771. ],
  3772. "confusion": [
  3773. "6L014"
  3774. ],
  3775. "counter": [
  3776.  
  3777. ],
  3778. "curse": [
  3779. "6L001b"
  3780. ],
  3781. "dig": [
  3782. "6M"
  3783. ],
  3784. "disable": [
  3785. "6L019"
  3786. ],
  3787. "dive": [
  3788.  
  3789. ],
  3790. "doubleedge": [
  3791.  
  3792. ],
  3793. "doubleteam": [
  3794. "6M"
  3795. ],
  3796. "drainpunch": [
  3797.  
  3798. ],
  3799. "dreameater": [
  3800. "6M"
  3801. ],
  3802. "dynamicpunch": [
  3803.  
  3804. ],
  3805. "earthquake": [
  3806. "6M"
  3807. ],
  3808. "echoedvoice": [
  3809. "6M"
  3810. ],
  3811. "endure": [
  3812.  
  3813. ],
  3814. "facade": [
  3815. "6M"
  3816. ],
  3817. "fireblast": [
  3818. "6M"
  3819. ],
  3820. "flamethrower": [
  3821. "6M"
  3822. ],
  3823. "flash": [
  3824. "6M"
  3825. ],
  3826. "fling": [
  3827. "6M"
  3828. ],
  3829. "focusblast": [
  3830. "6M"
  3831. ],
  3832. "focuspunch": [
  3833.  
  3834. ],
  3835. "frustration": [
  3836. "6M"
  3837. ],
  3838. "furycutter": [
  3839.  
  3840. ],
  3841. "gigaimpact": [
  3842. "6M"
  3843. ],
  3844. "grassknot": [
  3845. "6M"
  3846. ],
  3847. "growl": [
  3848. "6L001e",
  3849. "6L005"
  3850. ],
  3851. "hail": [
  3852. "6M"
  3853. ],
  3854. "headbutt": [
  3855. "6L023"
  3856. ],
  3857. "healpulse": [
  3858. "6L001a",
  3859. "6L068"
  3860. ],
  3861. "hiddenpower": [
  3862. "6M"
  3863. ],
  3864. "hyperbeam": [
  3865. "6M"
  3866. ],
  3867. "icebeam": [
  3868. "6M"
  3869. ],
  3870. "icepunch": [
  3871.  
  3872. ],
  3873. "icywind": [
  3874.  
  3875. ],
  3876. "incinerate": [
  3877. "6M"
  3878. ],
  3879. "irondefense": [
  3880.  
  3881. ],
  3882. "irontail": [
  3883.  
  3884. ],
  3885. "lightscreen": [
  3886. "6M"
  3887. ],
  3888. "magiccoat": [
  3889.  
  3890. ],
  3891. "megakick": [
  3892.  
  3893. ],
  3894. "megapunch": [
  3895.  
  3896. ],
  3897. "mimic": [
  3898.  
  3899. ],
  3900. "mudslap": [
  3901.  
  3902. ],
  3903. "naturalgift": [
  3904.  
  3905. ],
  3906. "nightmare": [
  3907.  
  3908. ],
  3909. "protect": [
  3910. "6M"
  3911. ],
  3912. "psychic": [
  3913. "6L049",
  3914. "6M"
  3915. ],
  3916. "psychup": [
  3917. "6L062",
  3918. "6M"
  3919. ],
  3920. "psyshock": [
  3921. "6M"
  3922. ],
  3923. "raindance": [
  3924. "6L055",
  3925. "6M"
  3926. ],
  3927. "recycle": [
  3928.  
  3929. ],
  3930. "rest": [
  3931. "6M"
  3932. ],
  3933. "return": [
  3934. "6M"
  3935. ],
  3936. "rocksmash": [
  3937. "6M"
  3938. ],
  3939. "round": [
  3940. "6M"
  3941. ],
  3942. "safeguard": [
  3943. "6M"
  3944. ],
  3945. "scald": [
  3946. "6M"
  3947. ],
  3948. "secretpower": [
  3949.  
  3950. ],
  3951. "seismictoss": [
  3952.  
  3953. ],
  3954. "shadowball": [
  3955. "6M"
  3956. ],
  3957. "signalbeam": [
  3958.  
  3959. ],
  3960. "skillswap": [
  3961.  
  3962. ],
  3963. "slackoff": [
  3964. "6L036"
  3965. ],
  3966. "sleeptalk": [
  3967. "6M"
  3968. ],
  3969. "snore": [
  3970.  
  3971. ],
  3972. "strength": [
  3973. "6M"
  3974. ],
  3975. "substitute": [
  3976. "6M"
  3977. ],
  3978. "sunnyday": [
  3979. "6M"
  3980. ],
  3981. "surf": [
  3982. "6M"
  3983. ],
  3984. "swagger": [
  3985. "6M"
  3986. ],
  3987. "swift": [
  3988.  
  3989. ],
  3990. "tackle": [
  3991. "6L001d"
  3992. ],
  3993. "telekinesis": [
  3994.  
  3995. ],
  3996. "thunderwave": [
  3997. "6M"
  3998. ],
  3999. "toxic": [
  4000. "6M"
  4001. ],
  4002. "trick": [
  4003.  
  4004. ],
  4005. "trickroom": [
  4006. "6M"
  4007. ],
  4008. "watergun": [
  4009. "6L009"
  4010. ],
  4011. "waterpulse": [
  4012. "6L028"
  4013. ],
  4014. "whirlpool": [
  4015.  
  4016. ],
  4017. "withdraw": [
  4018. "6L037"
  4019. ],
  4020. "yawn": [
  4021. "6L001c"
  4022. ],
  4023. "zenheadbutt": [
  4024. "6L032"
  4025. ],
  4026. "foulplay": [
  4027.  
  4028. ],
  4029. "afteryou": [
  4030.  
  4031. ],
  4032. "wonderroom": [
  4033.  
  4034. ],
  4035. "confide": [
  4036. "6M"
  4037. ]
  4038. },
  4039. "id": "slowbro",
  4040. "speciesid": "slowbro",
  4041. "baseSpecies": "Slowbro",
  4042. "forme": "",
  4043. "formeLetter": "",
  4044. "spriteid": "slowbro",
  4045. "effectType": "Template"
  4046. },
  4047. "slowbromega": {
  4048. "num": 80,
  4049. "species": "Slowbro-Mega",
  4050. "baseSpecies": "Slowbro",
  4051. "forme": "Mega",
  4052. "formeLetter": "M",
  4053. "types": [
  4054. "Water",
  4055. "Psychic"
  4056. ],
  4057. "baseStats": {
  4058. "hp": 95,
  4059. "atk": 75,
  4060. "def": 180,
  4061. "spa": 130,
  4062. "spd": 80,
  4063. "spe": 30
  4064. },
  4065. "abilities": {
  4066. "0": "Shell Armor"
  4067. },
  4068. "heightm": 2,
  4069. "weightkg": 120,
  4070. "color": "Pink",
  4071. "prevo": "slowpoke",
  4072. "evoLevel": 37,
  4073. "eggGroups": [
  4074. "Monster",
  4075. "Water 1"
  4076. ],
  4077. "name": "Slowbro-Mega"
  4078. },
  4079. "magnemite": {
  4080. "num": 81,
  4081. "species": "Magnemite",
  4082. "types": [
  4083. "Electric",
  4084. "Steel"
  4085. ],
  4086. "gender": "N",
  4087. "baseStats": {
  4088. "hp": 25,
  4089. "atk": 35,
  4090. "def": 70,
  4091. "spa": 95,
  4092. "spd": 55,
  4093. "spe": 45
  4094. },
  4095. "abilities": {
  4096. "0": "Magnet Pull",
  4097. "1": "Sturdy",
  4098. "H": "Analytic"
  4099. },
  4100. "heightm": 0.3,
  4101. "weightkg": 6,
  4102. "color": "Gray",
  4103. "evos": [
  4104. "magneton"
  4105. ],
  4106. "eggGroups": [
  4107. "Mineral"
  4108. ],
  4109. "name": "Magnemite"
  4110. },
  4111. "magneton": {
  4112. "num": 82,
  4113. "species": "Magneton",
  4114. "types": [
  4115. "Electric",
  4116. "Steel"
  4117. ],
  4118. "gender": "N",
  4119. "baseStats": {
  4120. "hp": 50,
  4121. "atk": 60,
  4122. "def": 95,
  4123. "spa": 120,
  4124. "spd": 70,
  4125. "spe": 70
  4126. },
  4127. "abilities": {
  4128. "0": "Magnet Pull",
  4129. "1": "Sturdy",
  4130. "H": "Analytic"
  4131. },
  4132. "heightm": 1,
  4133. "weightkg": 60,
  4134. "color": "Gray",
  4135. "prevo": "magnemite",
  4136. "evos": [
  4137. "magnezone"
  4138. ],
  4139. "evoLevel": 30,
  4140. "eggGroups": [
  4141. "Mineral"
  4142. ],
  4143. "name": "Magneton"
  4144. },
  4145. "farfetchd": {
  4146. "num": 83,
  4147. "species": "Farfetch'd",
  4148. "types": [
  4149. "Normal",
  4150. "Flying"
  4151. ],
  4152. "baseStats": {
  4153. "hp": 52,
  4154. "atk": 65,
  4155. "def": 55,
  4156. "spa": 58,
  4157. "spd": 62,
  4158. "spe": 60
  4159. },
  4160. "abilities": {
  4161. "0": "Keen Eye",
  4162. "1": "Inner Focus",
  4163. "H": "Defiant"
  4164. },
  4165. "heightm": 0.8,
  4166. "weightkg": 15,
  4167. "color": "Brown",
  4168. "eggGroups": [
  4169. "Flying",
  4170. "Field"
  4171. ],
  4172. "name": "Farfetch'd"
  4173. },
  4174. "doduo": {
  4175. "num": 84,
  4176. "species": "Doduo",
  4177. "types": [
  4178. "Normal",
  4179. "Flying"
  4180. ],
  4181. "baseStats": {
  4182. "hp": 35,
  4183. "atk": 85,
  4184. "def": 45,
  4185. "spa": 35,
  4186. "spd": 35,
  4187. "spe": 75
  4188. },
  4189. "abilities": {
  4190. "0": "Run Away",
  4191. "1": "Early Bird",
  4192. "H": "Tangled Feet"
  4193. },
  4194. "heightm": 1.4,
  4195. "weightkg": 39.2,
  4196. "color": "Brown",
  4197. "evos": [
  4198. "dodrio"
  4199. ],
  4200. "eggGroups": [
  4201. "Flying"
  4202. ],
  4203. "name": "Doduo"
  4204. },
  4205. "dodrio": {
  4206. "num": 85,
  4207. "species": "Dodrio",
  4208. "types": [
  4209. "Normal",
  4210. "Flying"
  4211. ],
  4212. "baseStats": {
  4213. "hp": 60,
  4214. "atk": 110,
  4215. "def": 70,
  4216. "spa": 60,
  4217. "spd": 60,
  4218. "spe": 100
  4219. },
  4220. "abilities": {
  4221. "0": "Run Away",
  4222. "1": "Early Bird",
  4223. "H": "Tangled Feet"
  4224. },
  4225. "heightm": 1.8,
  4226. "weightkg": 85.2,
  4227. "color": "Brown",
  4228. "prevo": "doduo",
  4229. "evoLevel": 31,
  4230. "eggGroups": [
  4231. "Flying"
  4232. ],
  4233. "name": "Dodrio"
  4234. },
  4235. "seel": {
  4236. "num": 86,
  4237. "species": "Seel",
  4238. "types": [
  4239. "Water"
  4240. ],
  4241. "baseStats": {
  4242. "hp": 65,
  4243. "atk": 45,
  4244. "def": 55,
  4245. "spa": 45,
  4246. "spd": 70,
  4247. "spe": 45
  4248. },
  4249. "abilities": {
  4250. "0": "Thick Fat",
  4251. "1": "Hydration",
  4252. "H": "Ice Body"
  4253. },
  4254. "heightm": 1.1,
  4255. "weightkg": 90,
  4256. "color": "White",
  4257. "evos": [
  4258. "dewgong"
  4259. ],
  4260. "eggGroups": [
  4261. "Water 1",
  4262. "Field"
  4263. ],
  4264. "name": "Seel"
  4265. },
  4266. "dewgong": {
  4267. "num": 87,
  4268. "species": "Dewgong",
  4269. "types": [
  4270. "Water",
  4271. "Ice"
  4272. ],
  4273. "baseStats": {
  4274. "hp": 90,
  4275. "atk": 70,
  4276. "def": 80,
  4277. "spa": 70,
  4278. "spd": 95,
  4279. "spe": 70
  4280. },
  4281. "abilities": {
  4282. "0": "Thick Fat",
  4283. "1": "Hydration",
  4284. "H": "Ice Body"
  4285. },
  4286. "heightm": 1.7,
  4287. "weightkg": 120,
  4288. "color": "White",
  4289. "prevo": "seel",
  4290. "evoLevel": 34,
  4291. "eggGroups": [
  4292. "Water 1",
  4293. "Field"
  4294. ],
  4295. "name": "Dewgong"
  4296. },
  4297. "grimer": {
  4298. "num": 88,
  4299. "species": "Grimer",
  4300. "types": [
  4301. "Poison"
  4302. ],
  4303. "baseStats": {
  4304. "hp": 80,
  4305. "atk": 80,
  4306. "def": 50,
  4307. "spa": 40,
  4308. "spd": 50,
  4309. "spe": 25
  4310. },
  4311. "abilities": {
  4312. "0": "Stench",
  4313. "1": "Sticky Hold",
  4314. "H": "Poison Touch"
  4315. },
  4316. "heightm": 0.9,
  4317. "weightkg": 30,
  4318. "color": "Purple",
  4319. "evos": [
  4320. "muk"
  4321. ],
  4322. "eggGroups": [
  4323. "Amorphous"
  4324. ],
  4325. "name": "Grimer"
  4326. },
  4327. "muk": {
  4328. "num": 89,
  4329. "species": "Muk",
  4330. "types": [
  4331. "Poison"
  4332. ],
  4333. "baseStats": {
  4334. "hp": 105,
  4335. "atk": 105,
  4336. "def": 75,
  4337. "spa": 65,
  4338. "spd": 100,
  4339. "spe": 50
  4340. },
  4341. "abilities": {
  4342. "0": "Stench",
  4343. "1": "Sticky Hold",
  4344. "H": "Poison Touch"
  4345. },
  4346. "heightm": 1.2,
  4347. "weightkg": 30,
  4348. "color": "Purple",
  4349. "prevo": "grimer",
  4350. "evoLevel": 38,
  4351. "eggGroups": [
  4352. "Amorphous"
  4353. ],
  4354. "name": "Muk"
  4355. },
  4356. "shellder": {
  4357. "num": 90,
  4358. "species": "Shellder",
  4359. "types": [
  4360. "Water"
  4361. ],
  4362. "baseStats": {
  4363. "hp": 30,
  4364. "atk": 65,
  4365. "def": 100,
  4366. "spa": 45,
  4367. "spd": 25,
  4368. "spe": 40
  4369. },
  4370. "abilities": {
  4371. "0": "Shell Armor",
  4372. "1": "Skill Link",
  4373. "H": "Overcoat"
  4374. },
  4375. "heightm": 0.3,
  4376. "weightkg": 4,
  4377. "color": "Purple",
  4378. "evos": [
  4379. "cloyster"
  4380. ],
  4381. "eggGroups": [
  4382. "Water 3"
  4383. ],
  4384. "name": "Shellder"
  4385. },
  4386. "cloyster": {
  4387. "num": 91,
  4388. "species": "Cloyster",
  4389. "types": [
  4390. "Water",
  4391. "Ice"
  4392. ],
  4393. "baseStats": {
  4394. "hp": 50,
  4395. "atk": 95,
  4396. "def": 180,
  4397. "spa": 85,
  4398. "spd": 45,
  4399. "spe": 70
  4400. },
  4401. "abilities": {
  4402. "0": "Shell Armor",
  4403. "1": "Skill Link",
  4404. "H": "Overcoat"
  4405. },
  4406. "heightm": 1.5,
  4407. "weightkg": 132.5,
  4408. "color": "Purple",
  4409. "prevo": "shellder",
  4410. "evoLevel": 1,
  4411. "eggGroups": [
  4412. "Water 3"
  4413. ],
  4414. "name": "Cloyster"
  4415. },
  4416. "gastly": {
  4417. "num": 92,
  4418. "species": "Gastly",
  4419. "types": [
  4420. "Ghost",
  4421. "Poison"
  4422. ],
  4423. "baseStats": {
  4424. "hp": 30,
  4425. "atk": 35,
  4426. "def": 30,
  4427. "spa": 100,
  4428. "spd": 35,
  4429. "spe": 80
  4430. },
  4431. "abilities": {
  4432. "0": "Levitate"
  4433. },
  4434. "heightm": 1.3,
  4435. "weightkg": 0.1,
  4436. "color": "Purple",
  4437. "evos": [
  4438. "haunter"
  4439. ],
  4440. "eggGroups": [
  4441. "Amorphous"
  4442. ],
  4443. "name": "Gastly"
  4444. },
  4445. "haunter": {
  4446. "num": 93,
  4447. "species": "Haunter",
  4448. "types": [
  4449. "Ghost",
  4450. "Poison"
  4451. ],
  4452. "baseStats": {
  4453. "hp": 45,
  4454. "atk": 50,
  4455. "def": 45,
  4456. "spa": 115,
  4457. "spd": 55,
  4458. "spe": 95
  4459. },
  4460. "abilities": {
  4461. "0": "Levitate"
  4462. },
  4463. "heightm": 1.6,
  4464. "weightkg": 0.1,
  4465. "color": "Purple",
  4466. "prevo": "gastly",
  4467. "evos": [
  4468. "gengar"
  4469. ],
  4470. "evoLevel": 25,
  4471. "eggGroups": [
  4472. "Amorphous"
  4473. ],
  4474. "name": "Haunter"
  4475. },
  4476. "gengar": {
  4477. "num": 94,
  4478. "species": "Gengar",
  4479. "types": [
  4480. "Ghost",
  4481. "Poison"
  4482. ],
  4483. "baseStats": {
  4484. "hp": 60,
  4485. "atk": 65,
  4486. "def": 60,
  4487. "spa": 130,
  4488. "spd": 75,
  4489. "spe": 110
  4490. },
  4491. "abilities": {
  4492. "0": "Levitate"
  4493. },
  4494. "heightm": 1.5,
  4495. "weightkg": 40.5,
  4496. "color": "Purple",
  4497. "prevo": "haunter",
  4498. "evoLevel": 25,
  4499. "eggGroups": [
  4500. "Amorphous"
  4501. ],
  4502. "otherFormes": [
  4503. "gengarmega"
  4504. ],
  4505. "name": "Gengar"
  4506. },
  4507. "gengarmega": {
  4508. "num": 94,
  4509. "species": "Gengar-Mega",
  4510. "baseSpecies": "Gengar",
  4511. "forme": "Mega",
  4512. "formeLetter": "M",
  4513. "types": [
  4514. "Ghost",
  4515. "Poison"
  4516. ],
  4517. "baseStats": {
  4518. "hp": 60,
  4519. "atk": 65,
  4520. "def": 80,
  4521. "spa": 170,
  4522. "spd": 95,
  4523. "spe": 130
  4524. },
  4525. "abilities": {
  4526. "0": "Shadow Tag"
  4527. },
  4528. "heightm": 1.4,
  4529. "weightkg": 40.5,
  4530. "color": "Purple",
  4531. "prevo": "haunter",
  4532. "evoLevel": 25,
  4533. "eggGroups": [
  4534. "Amorphous"
  4535. ],
  4536. "name": "Gengar-Mega"
  4537. },
  4538. "onix": {
  4539. "num": 95,
  4540. "species": "Onix",
  4541. "types": [
  4542. "Rock",
  4543. "Ground"
  4544. ],
  4545. "baseStats": {
  4546. "hp": 35,
  4547. "atk": 45,
  4548. "def": 160,
  4549. "spa": 30,
  4550. "spd": 45,
  4551. "spe": 70
  4552. },
  4553. "abilities": {
  4554. "0": "Rock Head",
  4555. "1": "Sturdy",
  4556. "H": "Weak Armor"
  4557. },
  4558. "heightm": 8.8,
  4559. "weightkg": 210,
  4560. "color": "Gray",
  4561. "evos": [
  4562. "steelix"
  4563. ],
  4564. "eggGroups": [
  4565. "Mineral"
  4566. ],
  4567. "name": "Onix"
  4568. },
  4569. "drowzee": {
  4570. "num": 96,
  4571. "species": "Drowzee",
  4572. "types": [
  4573. "Psychic"
  4574. ],
  4575. "baseStats": {
  4576. "hp": 60,
  4577. "atk": 48,
  4578. "def": 45,
  4579. "spa": 43,
  4580. "spd": 90,
  4581. "spe": 42
  4582. },
  4583. "abilities": {
  4584. "0": "Insomnia",
  4585. "1": "Forewarn",
  4586. "H": "Inner Focus"
  4587. },
  4588. "heightm": 1,
  4589. "weightkg": 32.4,
  4590. "color": "Yellow",
  4591. "evos": [
  4592. "hypno"
  4593. ],
  4594. "eggGroups": [
  4595. "Human-Like"
  4596. ],
  4597. "name": "Drowzee"
  4598. },
  4599. "hypno": {
  4600. "num": 97,
  4601. "species": "Hypno",
  4602. "types": [
  4603. "Psychic"
  4604. ],
  4605. "baseStats": {
  4606. "hp": 85,
  4607. "atk": 73,
  4608. "def": 70,
  4609. "spa": 73,
  4610. "spd": 115,
  4611. "spe": 67
  4612. },
  4613. "abilities": {
  4614. "0": "Insomnia",
  4615. "1": "Forewarn",
  4616. "H": "Inner Focus"
  4617. },
  4618. "heightm": 1.6,
  4619. "weightkg": 75.6,
  4620. "color": "Yellow",
  4621. "prevo": "drowzee",
  4622. "evoLevel": 26,
  4623. "eggGroups": [
  4624. "Human-Like"
  4625. ],
  4626. "name": "Hypno"
  4627. },
  4628. "krabby": {
  4629. "num": 98,
  4630. "species": "Krabby",
  4631. "types": [
  4632. "Water"
  4633. ],
  4634. "baseStats": {
  4635. "hp": 30,
  4636. "atk": 105,
  4637. "def": 90,
  4638. "spa": 25,
  4639. "spd": 25,
  4640. "spe": 50
  4641. },
  4642. "abilities": {
  4643. "0": "Hyper Cutter",
  4644. "1": "Shell Armor",
  4645. "H": "Sheer Force"
  4646. },
  4647. "heightm": 0.4,
  4648. "weightkg": 6.5,
  4649. "color": "Red",
  4650. "evos": [
  4651. "kingler"
  4652. ],
  4653. "eggGroups": [
  4654. "Water 3"
  4655. ],
  4656. "name": "Krabby"
  4657. },
  4658. "kingler": {
  4659. "num": 99,
  4660. "species": "Kingler",
  4661. "types": [
  4662. "Water"
  4663. ],
  4664. "baseStats": {
  4665. "hp": 55,
  4666. "atk": 130,
  4667. "def": 115,
  4668. "spa": 50,
  4669. "spd": 50,
  4670. "spe": 75
  4671. },
  4672. "abilities": {
  4673. "0": "Hyper Cutter",
  4674. "1": "Shell Armor",
  4675. "H": "Sheer Force"
  4676. },
  4677. "heightm": 1.3,
  4678. "weightkg": 60,
  4679. "color": "Red",
  4680. "prevo": "krabby",
  4681. "evoLevel": 28,
  4682. "eggGroups": [
  4683. "Water 3"
  4684. ],
  4685. "name": "Kingler"
  4686. },
  4687. "voltorb": {
  4688. "num": 100,
  4689. "species": "Voltorb",
  4690. "types": [
  4691. "Electric"
  4692. ],
  4693. "gender": "N",
  4694. "baseStats": {
  4695. "hp": 40,
  4696. "atk": 30,
  4697. "def": 50,
  4698. "spa": 55,
  4699. "spd": 55,
  4700. "spe": 100
  4701. },
  4702. "abilities": {
  4703. "0": "Soundproof",
  4704. "1": "Static",
  4705. "H": "Aftermath"
  4706. },
  4707. "heightm": 0.5,
  4708. "weightkg": 10.4,
  4709. "color": "Red",
  4710. "evos": [
  4711. "electrode"
  4712. ],
  4713. "eggGroups": [
  4714. "Mineral"
  4715. ],
  4716. "name": "Voltorb"
  4717. },
  4718. "electrode": {
  4719. "num": 101,
  4720. "species": "Electrode",
  4721. "types": [
  4722. "Electric"
  4723. ],
  4724. "gender": "N",
  4725. "baseStats": {
  4726. "hp": 60,
  4727. "atk": 50,
  4728. "def": 70,
  4729. "spa": 80,
  4730. "spd": 80,
  4731. "spe": 140
  4732. },
  4733. "abilities": {
  4734. "0": "Soundproof",
  4735. "1": "Static",
  4736. "H": "Aftermath"
  4737. },
  4738. "heightm": 1.2,
  4739. "weightkg": 66.6,
  4740. "color": "Red",
  4741. "prevo": "voltorb",
  4742. "evoLevel": 30,
  4743. "eggGroups": [
  4744. "Mineral"
  4745. ],
  4746. "name": "Electrode"
  4747. },
  4748. "exeggcute": {
  4749. "num": 102,
  4750. "species": "Exeggcute",
  4751. "types": [
  4752. "Grass",
  4753. "Psychic"
  4754. ],
  4755. "baseStats": {
  4756. "hp": 60,
  4757. "atk": 40,
  4758. "def": 80,
  4759. "spa": 60,
  4760. "spd": 45,
  4761. "spe": 40
  4762. },
  4763. "abilities": {
  4764. "0": "Chlorophyll",
  4765. "H": "Harvest"
  4766. },
  4767. "heightm": 0.4,
  4768. "weightkg": 2.5,
  4769. "color": "Pink",
  4770. "evos": [
  4771. "exeggutor"
  4772. ],
  4773. "eggGroups": [
  4774. "Grass"
  4775. ],
  4776. "name": "Exeggcute"
  4777. },
  4778. "exeggutor": {
  4779. "num": 103,
  4780. "species": "Exeggutor",
  4781. "types": [
  4782. "Grass",
  4783. "Psychic"
  4784. ],
  4785. "baseStats": {
  4786. "hp": 95,
  4787. "atk": 95,
  4788. "def": 85,
  4789. "spa": 125,
  4790. "spd": 65,
  4791. "spe": 55
  4792. },
  4793. "abilities": {
  4794. "0": "Chlorophyll",
  4795. "H": "Harvest"
  4796. },
  4797. "heightm": 2,
  4798. "weightkg": 120,
  4799. "color": "Yellow",
  4800. "prevo": "exeggcute",
  4801. "evoLevel": 1,
  4802. "eggGroups": [
  4803. "Grass"
  4804. ],
  4805. "name": "Exeggutor"
  4806. },
  4807. "cubone": {
  4808. "num": 104,
  4809. "species": "Cubone",
  4810. "types": [
  4811. "Ground"
  4812. ],
  4813. "baseStats": {
  4814. "hp": 50,
  4815. "atk": 50,
  4816. "def": 95,
  4817. "spa": 40,
  4818. "spd": 50,
  4819. "spe": 35
  4820. },
  4821. "abilities": {
  4822. "0": "Rock Head",
  4823. "1": "Lightning Rod",
  4824. "H": "Battle Armor"
  4825. },
  4826. "heightm": 0.4,
  4827. "weightkg": 6.5,
  4828. "color": "Brown",
  4829. "evos": [
  4830. "marowak"
  4831. ],
  4832. "eggGroups": [
  4833. "Monster"
  4834. ],
  4835. "name": "Cubone"
  4836. },
  4837. "marowak": {
  4838. "num": 105,
  4839. "species": "Marowak",
  4840. "types": [
  4841. "Ground"
  4842. ],
  4843. "baseStats": {
  4844. "hp": 60,
  4845. "atk": 80,
  4846. "def": 110,
  4847. "spa": 50,
  4848. "spd": 80,
  4849. "spe": 45
  4850. },
  4851. "abilities": {
  4852. "0": "Rock Head",
  4853. "1": "Lightning Rod",
  4854. "H": "Battle Armor"
  4855. },
  4856. "heightm": 1,
  4857. "weightkg": 45,
  4858. "color": "Brown",
  4859. "prevo": "cubone",
  4860. "evoLevel": 28,
  4861. "eggGroups": [
  4862. "Monster"
  4863. ],
  4864. "name": "Marowak"
  4865. },
  4866. "hitmonlee": {
  4867. "num": 106,
  4868. "species": "Hitmonlee",
  4869. "types": [
  4870. "Fighting"
  4871. ],
  4872. "gender": "M",
  4873. "baseStats": {
  4874. "hp": 50,
  4875. "atk": 120,
  4876. "def": 53,
  4877. "spa": 35,
  4878. "spd": 110,
  4879. "spe": 87
  4880. },
  4881. "abilities": {
  4882. "0": "Limber",
  4883. "1": "Reckless",
  4884. "H": "Unburden"
  4885. },
  4886. "heightm": 1.5,
  4887. "weightkg": 49.8,
  4888. "color": "Brown",
  4889. "prevo": "tyrogue",
  4890. "evoLevel": 20,
  4891. "eggGroups": [
  4892. "Human-Like"
  4893. ],
  4894. "name": "Hitmonlee"
  4895. },
  4896. "hitmonchan": {
  4897. "num": 107,
  4898. "species": "Hitmonchan",
  4899. "types": [
  4900. "Fighting"
  4901. ],
  4902. "gender": "M",
  4903. "baseStats": {
  4904. "hp": 50,
  4905. "atk": 105,
  4906. "def": 79,
  4907. "spa": 35,
  4908. "spd": 110,
  4909. "spe": 76
  4910. },
  4911. "abilities": {
  4912. "0": "Keen Eye",
  4913. "1": "Iron Fist",
  4914. "H": "Inner Focus"
  4915. },
  4916. "heightm": 1.4,
  4917. "weightkg": 50.2,
  4918. "color": "Brown",
  4919. "prevo": "tyrogue",
  4920. "evoLevel": 20,
  4921. "eggGroups": [
  4922. "Human-Like"
  4923. ],
  4924. "name": "Hitmonchan"
  4925. },
  4926. "lickitung": {
  4927. "num": 108,
  4928. "species": "Lickitung",
  4929. "types": [
  4930. "Normal"
  4931. ],
  4932. "baseStats": {
  4933. "hp": 90,
  4934. "atk": 55,
  4935. "def": 75,
  4936. "spa": 60,
  4937. "spd": 75,
  4938. "spe": 30
  4939. },
  4940. "abilities": {
  4941. "0": "Own Tempo",
  4942. "1": "Oblivious",
  4943. "H": "Cloud Nine"
  4944. },
  4945. "heightm": 1.2,
  4946. "weightkg": 65.5,
  4947. "color": "Pink",
  4948. "evos": [
  4949. "lickilicky"
  4950. ],
  4951. "eggGroups": [
  4952. "Monster"
  4953. ],
  4954. "name": "Lickitung"
  4955. },
  4956. "koffing": {
  4957. "num": 109,
  4958. "species": "Koffing",
  4959. "types": [
  4960. "Poison"
  4961. ],
  4962. "baseStats": {
  4963. "hp": 40,
  4964. "atk": 65,
  4965. "def": 95,
  4966. "spa": 60,
  4967. "spd": 45,
  4968. "spe": 35
  4969. },
  4970. "abilities": {
  4971. "0": "Levitate"
  4972. },
  4973. "heightm": 0.6,
  4974. "weightkg": 1,
  4975. "color": "Purple",
  4976. "evos": [
  4977. "weezing"
  4978. ],
  4979. "eggGroups": [
  4980. "Amorphous"
  4981. ],
  4982. "name": "Koffing"
  4983. },
  4984. "weezing": {
  4985. "num": 110,
  4986. "species": "Weezing",
  4987. "types": [
  4988. "Poison"
  4989. ],
  4990. "baseStats": {
  4991. "hp": 65,
  4992. "atk": 90,
  4993. "def": 120,
  4994. "spa": 85,
  4995. "spd": 70,
  4996. "spe": 60
  4997. },
  4998. "abilities": {
  4999. "0": "Levitate"
  5000. },
  5001. "heightm": 1.2,
  5002. "weightkg": 9.5,
  5003. "color": "Purple",
  5004. "prevo": "koffing",
  5005. "evoLevel": 35,
  5006. "eggGroups": [
  5007. "Amorphous"
  5008. ],
  5009. "name": "Weezing"
  5010. },
  5011. "rhyhorn": {
  5012. "num": 111,
  5013. "species": "Rhyhorn",
  5014. "types": [
  5015. "Ground",
  5016. "Rock"
  5017. ],
  5018. "baseStats": {
  5019. "hp": 80,
  5020. "atk": 85,
  5021. "def": 95,
  5022. "spa": 30,
  5023. "spd": 30,
  5024. "spe": 25
  5025. },
  5026. "abilities": {
  5027. "0": "Lightning Rod",
  5028. "1": "Rock Head",
  5029. "H": "Reckless"
  5030. },
  5031. "heightm": 1,
  5032. "weightkg": 115,
  5033. "color": "Gray",
  5034. "evos": [
  5035. "rhydon"
  5036. ],
  5037. "eggGroups": [
  5038. "Monster",
  5039. "Field"
  5040. ],
  5041. "name": "Rhyhorn"
  5042. },
  5043. "rhydon": {
  5044. "num": 112,
  5045. "species": "Rhydon",
  5046. "types": [
  5047. "Ground",
  5048. "Rock"
  5049. ],
  5050. "baseStats": {
  5051. "hp": 105,
  5052. "atk": 130,
  5053. "def": 120,
  5054. "spa": 45,
  5055. "spd": 45,
  5056. "spe": 40
  5057. },
  5058. "abilities": {
  5059. "0": "Lightning Rod",
  5060. "1": "Rock Head",
  5061. "H": "Reckless"
  5062. },
  5063. "heightm": 1.9,
  5064. "weightkg": 120,
  5065. "color": "Gray",
  5066. "prevo": "rhyhorn",
  5067. "evos": [
  5068. "rhyperior"
  5069. ],
  5070. "evoLevel": 42,
  5071. "eggGroups": [
  5072. "Monster",
  5073. "Field"
  5074. ],
  5075. "name": "Rhydon"
  5076. },
  5077. "chansey": {
  5078. "num": 113,
  5079. "species": "Chansey",
  5080. "types": [
  5081. "Normal"
  5082. ],
  5083. "gender": "F",
  5084. "baseStats": {
  5085. "hp": 250,
  5086. "atk": 5,
  5087. "def": 5,
  5088. "spa": 35,
  5089. "spd": 105,
  5090. "spe": 50
  5091. },
  5092. "abilities": {
  5093. "0": "Natural Cure",
  5094. "1": "Serene Grace",
  5095. "H": "Healer"
  5096. },
  5097. "heightm": 1.1,
  5098. "weightkg": 34.6,
  5099. "color": "Pink",
  5100. "prevo": "happiny",
  5101. "evos": [
  5102. "blissey"
  5103. ],
  5104. "evoLevel": 1,
  5105. "eggGroups": [
  5106. "Fairy"
  5107. ],
  5108. "name": "Chansey",
  5109. "exists": true,
  5110. "tier": "OU",
  5111. "learnset": {
  5112. "aromatherapy": [
  5113. "6E"
  5114. ],
  5115. "attract": [
  5116. "6M"
  5117. ],
  5118. "bestow": [
  5119. "6L020"
  5120. ],
  5121. "blizzard": [
  5122. "6M"
  5123. ],
  5124. "bodyslam": [
  5125.  
  5126. ],
  5127. "brickbreak": [
  5128. "6M"
  5129. ],
  5130. "bulldoze": [
  5131. "6M"
  5132. ],
  5133. "calmmind": [
  5134. "6M"
  5135. ],
  5136. "captivate": [
  5137.  
  5138. ],
  5139. "chargebeam": [
  5140. "6M"
  5141. ],
  5142. "counter": [
  5143. "6E"
  5144. ],
  5145. "defensecurl": [
  5146. "6L001b"
  5147. ],
  5148. "doubleedge": [
  5149. "6L001a",
  5150. "6L054"
  5151. ],
  5152. "doubleslap": [
  5153. "6L012"
  5154. ],
  5155. "doubleteam": [
  5156. "6M"
  5157. ],
  5158. "drainpunch": [
  5159.  
  5160. ],
  5161. "dreameater": [
  5162. "6M"
  5163. ],
  5164. "dynamicpunch": [
  5165.  
  5166. ],
  5167. "earthquake": [
  5168. "6M"
  5169. ],
  5170. "echoedvoice": [
  5171. "6M"
  5172. ],
  5173. "eggbomb": [
  5174. "6L042"
  5175. ],
  5176. "endeavor": [
  5177.  
  5178. ],
  5179. "endure": [
  5180. "6E"
  5181. ],
  5182. "facade": [
  5183. "6M"
  5184. ],
  5185. "fireblast": [
  5186. "6M"
  5187. ],
  5188. "firepunch": [
  5189.  
  5190. ],
  5191. "flamethrower": [
  5192. "6M"
  5193. ],
  5194. "flash": [
  5195. "6M"
  5196. ],
  5197. "fling": [
  5198. "6L034",
  5199. "6M"
  5200. ],
  5201. "focuspunch": [
  5202.  
  5203. ],
  5204. "frustration": [
  5205. "6M"
  5206. ],
  5207. "gigaimpact": [
  5208. "6M"
  5209. ],
  5210. "grassknot": [
  5211. "6M"
  5212. ],
  5213. "gravity": [
  5214. "6E"
  5215. ],
  5216. "growl": [
  5217. "6L001d"
  5218. ],
  5219. "hail": [
  5220. "6M"
  5221. ],
  5222. "headbutt": [
  5223.  
  5224. ],
  5225. "healbell": [
  5226. "6E"
  5227. ],
  5228. "healingwish": [
  5229. "6L050"
  5230. ],
  5231. "healpulse": [
  5232. "6L038"
  5233. ],
  5234. "helpinghand": [
  5235. "6E"
  5236. ],
  5237. "hiddenpower": [
  5238. "6M"
  5239. ],
  5240. "hyperbeam": [
  5241. "6M"
  5242. ],
  5243. "icebeam": [
  5244. "6M"
  5245. ],
  5246. "icepunch": [
  5247.  
  5248. ],
  5249. "icywind": [
  5250.  
  5251. ],
  5252. "incinerate": [
  5253. "6M"
  5254. ],
  5255. "irontail": [
  5256.  
  5257. ],
  5258. "lastresort": [
  5259.  
  5260. ],
  5261. "lightscreen": [
  5262. "6L046",
  5263. "6M"
  5264. ],
  5265. "megakick": [
  5266.  
  5267. ],
  5268. "megapunch": [
  5269.  
  5270. ],
  5271. "metronome": [
  5272. "6E"
  5273. ],
  5274. "mimic": [
  5275.  
  5276. ],
  5277. "minimize": [
  5278. "6L023"
  5279. ],
  5280. "mudbomb": [
  5281. "6E"
  5282. ],
  5283. "mudslap": [
  5284.  
  5285. ],
  5286. "naturalgift": [
  5287. "6E"
  5288. ],
  5289. "pound": [
  5290. "6L001c"
  5291. ],
  5292. "present": [
  5293. "6E"
  5294. ],
  5295. "protect": [
  5296. "6M"
  5297. ],
  5298. "psychic": [
  5299. "6M"
  5300. ],
  5301. "psychup": [
  5302. "6M"
  5303. ],
  5304. "raindance": [
  5305. "6M"
  5306. ],
  5307. "recycle": [
  5308.  
  5309. ],
  5310. "refresh": [
  5311. "6L009"
  5312. ],
  5313. "rest": [
  5314. "6M"
  5315. ],
  5316. "retaliate": [
  5317. "6M"
  5318. ],
  5319. "return": [
  5320. "6M"
  5321. ],
  5322. "rockclimb": [
  5323.  
  5324. ],
  5325. "rockslide": [
  5326. "6M"
  5327. ],
  5328. "rocksmash": [
  5329. "6M"
  5330. ],
  5331. "rocktomb": [
  5332. "6M"
  5333. ],
  5334. "rollout": [
  5335.  
  5336. ],
  5337. "round": [
  5338. "6M"
  5339. ],
  5340. "safeguard": [
  5341. "6M"
  5342. ],
  5343. "sandstorm": [
  5344. "6M"
  5345. ],
  5346. "secretpower": [
  5347.  
  5348. ],
  5349. "seismictoss": [
  5350. "6E"
  5351. ],
  5352. "shadowball": [
  5353. "6M"
  5354. ],
  5355. "shockwave": [
  5356.  
  5357. ],
  5358. "sing": [
  5359. "6L031"
  5360. ],
  5361. "skillswap": [
  5362.  
  5363. ],
  5364. "sleeptalk": [
  5365. "6M"
  5366. ],
  5367. "snatch": [
  5368.  
  5369. ],
  5370. "snore": [
  5371.  
  5372. ],
  5373. "softboiled": [
  5374. "6L016"
  5375. ],
  5376. "solarbeam": [
  5377. "6M"
  5378. ],
  5379. "stealthrock": [
  5380.  
  5381. ],
  5382. "strength": [
  5383. "6M"
  5384. ],
  5385. "substitute": [
  5386. "6M"
  5387. ],
  5388. "sunnyday": [
  5389. "6M"
  5390. ],
  5391. "swagger": [
  5392. "6M"
  5393. ],
  5394. "sweetkiss": [
  5395.  
  5396. ],
  5397. "sweetscent": [
  5398.  
  5399. ],
  5400. "tailwhip": [
  5401. "6L005"
  5402. ],
  5403. "takedown": [
  5404. "6L027"
  5405. ],
  5406. "thunder": [
  5407. "6M"
  5408. ],
  5409. "thunderbolt": [
  5410. "6M"
  5411. ],
  5412. "thunderpunch": [
  5413.  
  5414. ],
  5415. "thunderwave": [
  5416. "6M"
  5417. ],
  5418. "toxic": [
  5419. "6M"
  5420. ],
  5421. "waterpulse": [
  5422.  
  5423. ],
  5424. "wildcharge": [
  5425. "6M"
  5426. ],
  5427. "wish": [
  5428.  
  5429. ],
  5430. "workup": [
  5431.  
  5432. ],
  5433. "zenheadbutt": [
  5434.  
  5435. ],
  5436. "covet": [
  5437.  
  5438. ],
  5439. "hypervoice": [
  5440.  
  5441. ],
  5442. "poweruppunch": [
  5443. "6M"
  5444. ],
  5445. "dazzlinggleam": [
  5446. "6M"
  5447. ],
  5448. "confide": [
  5449. "6M"
  5450. ]
  5451. },
  5452. "id": "chansey",
  5453. "speciesid": "chansey",
  5454. "baseSpecies": "Chansey",
  5455. "forme": "",
  5456. "formeLetter": "",
  5457. "spriteid": "chansey",
  5458. "effectType": "Template"
  5459. },
  5460. "tangela": {
  5461. "num": 114,
  5462. "species": "Tangela",
  5463. "types": [
  5464. "Grass"
  5465. ],
  5466. "baseStats": {
  5467. "hp": 65,
  5468. "atk": 55,
  5469. "def": 115,
  5470. "spa": 100,
  5471. "spd": 40,
  5472. "spe": 60
  5473. },
  5474. "abilities": {
  5475. "0": "Chlorophyll",
  5476. "1": "Leaf Guard",
  5477. "H": "Regenerator"
  5478. },
  5479. "heightm": 1,
  5480. "weightkg": 35,
  5481. "color": "Blue",
  5482. "evos": [
  5483. "tangrowth"
  5484. ],
  5485. "eggGroups": [
  5486. "Grass"
  5487. ],
  5488. "name": "Tangela"
  5489. },
  5490. "kangaskhan": {
  5491. "num": 115,
  5492. "species": "Kangaskhan",
  5493. "types": [
  5494. "Normal"
  5495. ],
  5496. "gender": "F",
  5497. "baseStats": {
  5498. "hp": 105,
  5499. "atk": 95,
  5500. "def": 80,
  5501. "spa": 40,
  5502. "spd": 80,
  5503. "spe": 90
  5504. },
  5505. "abilities": {
  5506. "0": "Early Bird",
  5507. "1": "Scrappy",
  5508. "H": "Inner Focus"
  5509. },
  5510. "heightm": 2.2,
  5511. "weightkg": 80,
  5512. "color": "Brown",
  5513. "eggGroups": [
  5514. "Monster"
  5515. ],
  5516. "otherFormes": [
  5517. "kangaskhanmega"
  5518. ],
  5519. "name": "Kangaskhan"
  5520. },
  5521. "kangaskhanmega": {
  5522. "num": 115,
  5523. "species": "Kangaskhan-Mega",
  5524. "baseSpecies": "Kangaskhan",
  5525. "forme": "Mega",
  5526. "formeLetter": "M",
  5527. "types": [
  5528. "Normal"
  5529. ],
  5530. "gender": "F",
  5531. "baseStats": {
  5532. "hp": 105,
  5533. "atk": 125,
  5534. "def": 100,
  5535. "spa": 60,
  5536. "spd": 100,
  5537. "spe": 100
  5538. },
  5539. "abilities": {
  5540. "0": "Parental Bond"
  5541. },
  5542. "heightm": 2.2,
  5543. "weightkg": 100,
  5544. "color": "Brown",
  5545. "eggGroups": [
  5546. "Monster"
  5547. ],
  5548. "name": "Kangaskhan-Mega"
  5549. },
  5550. "horsea": {
  5551. "num": 116,
  5552. "species": "Horsea",
  5553. "types": [
  5554. "Water"
  5555. ],
  5556. "baseStats": {
  5557. "hp": 30,
  5558. "atk": 40,
  5559. "def": 70,
  5560. "spa": 70,
  5561. "spd": 25,
  5562. "spe": 60
  5563. },
  5564. "abilities": {
  5565. "0": "Swift Swim",
  5566. "1": "Sniper",
  5567. "H": "Damp"
  5568. },
  5569. "heightm": 0.4,
  5570. "weightkg": 8,
  5571. "color": "Blue",
  5572. "evos": [
  5573. "seadra"
  5574. ],
  5575. "eggGroups": [
  5576. "Water 1",
  5577. "Dragon"
  5578. ],
  5579. "name": "Horsea"
  5580. },
  5581. "seadra": {
  5582. "num": 117,
  5583. "species": "Seadra",
  5584. "types": [
  5585. "Water"
  5586. ],
  5587. "baseStats": {
  5588. "hp": 55,
  5589. "atk": 65,
  5590. "def": 95,
  5591. "spa": 95,
  5592. "spd": 45,
  5593. "spe": 85
  5594. },
  5595. "abilities": {
  5596. "0": "Poison Point",
  5597. "1": "Sniper",
  5598. "H": "Damp"
  5599. },
  5600. "heightm": 1.2,
  5601. "weightkg": 25,
  5602. "color": "Blue",
  5603. "prevo": "horsea",
  5604. "evos": [
  5605. "kingdra"
  5606. ],
  5607. "evoLevel": 32,
  5608. "eggGroups": [
  5609. "Water 1",
  5610. "Dragon"
  5611. ],
  5612. "name": "Seadra"
  5613. },
  5614. "goldeen": {
  5615. "num": 118,
  5616. "species": "Goldeen",
  5617. "types": [
  5618. "Water"
  5619. ],
  5620. "baseStats": {
  5621. "hp": 45,
  5622. "atk": 67,
  5623. "def": 60,
  5624. "spa": 35,
  5625. "spd": 50,
  5626. "spe": 63
  5627. },
  5628. "abilities": {
  5629. "0": "Swift Swim",
  5630. "1": "Water Veil",
  5631. "H": "Lightning Rod"
  5632. },
  5633. "heightm": 0.6,
  5634. "weightkg": 15,
  5635. "color": "Red",
  5636. "evos": [
  5637. "seaking"
  5638. ],
  5639. "eggGroups": [
  5640. "Water 2"
  5641. ],
  5642. "name": "Goldeen"
  5643. },
  5644. "seaking": {
  5645. "num": 119,
  5646. "species": "Seaking",
  5647. "types": [
  5648. "Water"
  5649. ],
  5650. "baseStats": {
  5651. "hp": 80,
  5652. "atk": 92,
  5653. "def": 65,
  5654. "spa": 65,
  5655. "spd": 80,
  5656. "spe": 68
  5657. },
  5658. "abilities": {
  5659. "0": "Swift Swim",
  5660. "1": "Water Veil",
  5661. "H": "Lightning Rod"
  5662. },
  5663. "heightm": 1.3,
  5664. "weightkg": 39,
  5665. "color": "Red",
  5666. "prevo": "goldeen",
  5667. "evoLevel": 33,
  5668. "eggGroups": [
  5669. "Water 2"
  5670. ],
  5671. "name": "Seaking"
  5672. },
  5673. "staryu": {
  5674. "num": 120,
  5675. "species": "Staryu",
  5676. "types": [
  5677. "Water"
  5678. ],
  5679. "gender": "N",
  5680. "baseStats": {
  5681. "hp": 30,
  5682. "atk": 45,
  5683. "def": 55,
  5684. "spa": 70,
  5685. "spd": 55,
  5686. "spe": 85
  5687. },
  5688. "abilities": {
  5689. "0": "Illuminate",
  5690. "1": "Natural Cure",
  5691. "H": "Analytic"
  5692. },
  5693. "heightm": 0.8,
  5694. "weightkg": 34.5,
  5695. "color": "Brown",
  5696. "evos": [
  5697. "starmie"
  5698. ],
  5699. "eggGroups": [
  5700. "Water 3"
  5701. ],
  5702. "name": "Staryu"
  5703. },
  5704. "starmie": {
  5705. "num": 121,
  5706. "species": "Starmie",
  5707. "types": [
  5708. "Water",
  5709. "Psychic"
  5710. ],
  5711. "gender": "N",
  5712. "baseStats": {
  5713. "hp": 60,
  5714. "atk": 75,
  5715. "def": 85,
  5716. "spa": 100,
  5717. "spd": 85,
  5718. "spe": 115
  5719. },
  5720. "abilities": {
  5721. "0": "Illuminate",
  5722. "1": "Natural Cure",
  5723. "H": "Analytic"
  5724. },
  5725. "heightm": 1.1,
  5726. "weightkg": 80,
  5727. "color": "Purple",
  5728. "prevo": "staryu",
  5729. "evoLevel": 1,
  5730. "eggGroups": [
  5731. "Water 3"
  5732. ],
  5733. "name": "Starmie"
  5734. },
  5735. "mrmime": {
  5736. "num": 122,
  5737. "species": "Mr. Mime",
  5738. "types": [
  5739. "Psychic",
  5740. "Fairy"
  5741. ],
  5742. "baseStats": {
  5743. "hp": 40,
  5744. "atk": 45,
  5745. "def": 65,
  5746. "spa": 100,
  5747. "spd": 120,
  5748. "spe": 90
  5749. },
  5750. "abilities": {
  5751. "0": "Soundproof",
  5752. "1": "Filter",
  5753. "H": "Technician"
  5754. },
  5755. "heightm": 1.3,
  5756. "weightkg": 54.5,
  5757. "color": "Pink",
  5758. "prevo": "mimejr",
  5759. "evoLevel": 1,
  5760. "evoMove": "Mimic",
  5761. "eggGroups": [
  5762. "Human-Like"
  5763. ],
  5764. "name": "Mr. Mime"
  5765. },
  5766. "scyther": {
  5767. "num": 123,
  5768. "species": "Scyther",
  5769. "types": [
  5770. "Bug",
  5771. "Flying"
  5772. ],
  5773. "baseStats": {
  5774. "hp": 70,
  5775. "atk": 110,
  5776. "def": 80,
  5777. "spa": 55,
  5778. "spd": 80,
  5779. "spe": 105
  5780. },
  5781. "abilities": {
  5782. "0": "Swarm",
  5783. "1": "Technician",
  5784. "H": "Steadfast"
  5785. },
  5786. "heightm": 1.5,
  5787. "weightkg": 56,
  5788. "color": "Green",
  5789. "evos": [
  5790. "scizor"
  5791. ],
  5792. "eggGroups": [
  5793. "Bug"
  5794. ],
  5795. "name": "Scyther"
  5796. },
  5797. "jynx": {
  5798. "num": 124,
  5799. "species": "Jynx",
  5800. "types": [
  5801. "Ice",
  5802. "Psychic"
  5803. ],
  5804. "gender": "F",
  5805. "baseStats": {
  5806. "hp": 65,
  5807. "atk": 50,
  5808. "def": 35,
  5809. "spa": 115,
  5810. "spd": 95,
  5811. "spe": 95
  5812. },
  5813. "abilities": {
  5814. "0": "Oblivious",
  5815. "1": "Forewarn",
  5816. "H": "Dry Skin"
  5817. },
  5818. "heightm": 1.4,
  5819. "weightkg": 40.6,
  5820. "color": "Red",
  5821. "prevo": "smoochum",
  5822. "evoLevel": 30,
  5823. "eggGroups": [
  5824. "Human-Like"
  5825. ],
  5826. "name": "Jynx"
  5827. },
  5828. "electabuzz": {
  5829. "num": 125,
  5830. "species": "Electabuzz",
  5831. "types": [
  5832. "Electric"
  5833. ],
  5834. "genderRatio": {
  5835. "M": 0.75,
  5836. "F": 0.25
  5837. },
  5838. "baseStats": {
  5839. "hp": 65,
  5840. "atk": 83,
  5841. "def": 57,
  5842. "spa": 95,
  5843. "spd": 85,
  5844. "spe": 105
  5845. },
  5846. "abilities": {
  5847. "0": "Static",
  5848. "H": "Vital Spirit"
  5849. },
  5850. "heightm": 1.1,
  5851. "weightkg": 30,
  5852. "color": "Yellow",
  5853. "prevo": "elekid",
  5854. "evos": [
  5855. "electivire"
  5856. ],
  5857. "evoLevel": 30,
  5858. "eggGroups": [
  5859. "Human-Like"
  5860. ],
  5861. "name": "Electabuzz"
  5862. },
  5863. "magmar": {
  5864. "num": 126,
  5865. "species": "Magmar",
  5866. "types": [
  5867. "Fire"
  5868. ],
  5869. "genderRatio": {
  5870. "M": 0.75,
  5871. "F": 0.25
  5872. },
  5873. "baseStats": {
  5874. "hp": 65,
  5875. "atk": 95,
  5876. "def": 57,
  5877. "spa": 100,
  5878. "spd": 85,
  5879. "spe": 93
  5880. },
  5881. "abilities": {
  5882. "0": "Flame Body",
  5883. "H": "Vital Spirit"
  5884. },
  5885. "heightm": 1.3,
  5886. "weightkg": 44.5,
  5887. "color": "Red",
  5888. "prevo": "magby",
  5889. "evos": [
  5890. "magmortar"
  5891. ],
  5892. "evoLevel": 30,
  5893. "eggGroups": [
  5894. "Human-Like"
  5895. ],
  5896. "name": "Magmar"
  5897. },
  5898. "pinsir": {
  5899. "num": 127,
  5900. "species": "Pinsir",
  5901. "types": [
  5902. "Bug"
  5903. ],
  5904. "baseStats": {
  5905. "hp": 65,
  5906. "atk": 125,
  5907. "def": 100,
  5908. "spa": 55,
  5909. "spd": 70,
  5910. "spe": 85
  5911. },
  5912. "abilities": {
  5913. "0": "Hyper Cutter",
  5914. "1": "Mold Breaker",
  5915. "H": "Moxie"
  5916. },
  5917. "heightm": 1.5,
  5918. "weightkg": 55,
  5919. "color": "Brown",
  5920. "eggGroups": [
  5921. "Bug"
  5922. ],
  5923. "otherFormes": [
  5924. "pinsirmega"
  5925. ],
  5926. "name": "Pinsir"
  5927. },
  5928. "pinsirmega": {
  5929. "num": 127,
  5930. "species": "Pinsir-Mega",
  5931. "baseSpecies": "Pinsir",
  5932. "forme": "Mega",
  5933. "formeLetter": "M",
  5934. "types": [
  5935. "Bug",
  5936. "Flying"
  5937. ],
  5938. "baseStats": {
  5939. "hp": 65,
  5940. "atk": 155,
  5941. "def": 120,
  5942. "spa": 65,
  5943. "spd": 90,
  5944. "spe": 105
  5945. },
  5946. "abilities": {
  5947. "0": "Aerilate"
  5948. },
  5949. "heightm": 1.7,
  5950. "weightkg": 59,
  5951. "color": "Brown",
  5952. "eggGroups": [
  5953. "Bug"
  5954. ],
  5955. "name": "Pinsir-Mega"
  5956. },
  5957. "tauros": {
  5958. "num": 128,
  5959. "species": "Tauros",
  5960. "types": [
  5961. "Normal"
  5962. ],
  5963. "gender": "M",
  5964. "baseStats": {
  5965. "hp": 75,
  5966. "atk": 100,
  5967. "def": 95,
  5968. "spa": 40,
  5969. "spd": 70,
  5970. "spe": 110
  5971. },
  5972. "abilities": {
  5973. "0": "Intimidate",
  5974. "1": "Anger Point",
  5975. "H": "Sheer Force"
  5976. },
  5977. "heightm": 1.4,
  5978. "weightkg": 88.4,
  5979. "color": "Brown",
  5980. "eggGroups": [
  5981. "Field"
  5982. ],
  5983. "name": "Tauros"
  5984. },
  5985. "magikarp": {
  5986. "num": 129,
  5987. "species": "Magikarp",
  5988. "types": [
  5989. "Water"
  5990. ],
  5991. "baseStats": {
  5992. "hp": 20,
  5993. "atk": 10,
  5994. "def": 55,
  5995. "spa": 15,
  5996. "spd": 20,
  5997. "spe": 80
  5998. },
  5999. "abilities": {
  6000. "0": "Swift Swim",
  6001. "H": "Rattled"
  6002. },
  6003. "heightm": 0.9,
  6004. "weightkg": 10,
  6005. "color": "Red",
  6006. "evos": [
  6007. "gyarados"
  6008. ],
  6009. "eggGroups": [
  6010. "Water 2",
  6011. "Dragon"
  6012. ],
  6013. "name": "Magikarp"
  6014. },
  6015. "gyarados": {
  6016. "num": 130,
  6017. "species": "Gyarados",
  6018. "types": [
  6019. "Water",
  6020. "Flying"
  6021. ],
  6022. "baseStats": {
  6023. "hp": 95,
  6024. "atk": 125,
  6025. "def": 79,
  6026. "spa": 60,
  6027. "spd": 100,
  6028. "spe": 81
  6029. },
  6030. "abilities": {
  6031. "0": "Intimidate",
  6032. "H": "Moxie"
  6033. },
  6034. "heightm": 6.5,
  6035. "weightkg": 235,
  6036. "color": "Blue",
  6037. "prevo": "magikarp",
  6038. "evoLevel": 20,
  6039. "eggGroups": [
  6040. "Water 2",
  6041. "Dragon"
  6042. ],
  6043. "otherFormes": [
  6044. "gyaradosmega"
  6045. ],
  6046. "name": "Gyarados"
  6047. },
  6048. "gyaradosmega": {
  6049. "num": 130,
  6050. "species": "Gyarados-Mega",
  6051. "baseSpecies": "Gyarados",
  6052. "forme": "Mega",
  6053. "formeLetter": "M",
  6054. "types": [
  6055. "Water",
  6056. "Dark"
  6057. ],
  6058. "baseStats": {
  6059. "hp": 95,
  6060. "atk": 155,
  6061. "def": 109,
  6062. "spa": 70,
  6063. "spd": 130,
  6064. "spe": 81
  6065. },
  6066. "abilities": {
  6067. "0": "Mold Breaker"
  6068. },
  6069. "heightm": 6.5,
  6070. "weightkg": 305,
  6071. "color": "Blue",
  6072. "prevo": "magikarp",
  6073. "evoLevel": 20,
  6074. "eggGroups": [
  6075. "Water 2",
  6076. "Dragon"
  6077. ],
  6078. "name": "Gyarados-Mega"
  6079. },
  6080. "lapras": {
  6081. "num": 131,
  6082. "species": "Lapras",
  6083. "types": [
  6084. "Water",
  6085. "Ice"
  6086. ],
  6087. "baseStats": {
  6088. "hp": 130,
  6089. "atk": 85,
  6090. "def": 80,
  6091. "spa": 85,
  6092. "spd": 95,
  6093. "spe": 60
  6094. },
  6095. "abilities": {
  6096. "0": "Water Absorb",
  6097. "1": "Shell Armor",
  6098. "H": "Hydration"
  6099. },
  6100. "heightm": 2.5,
  6101. "weightkg": 220,
  6102. "color": "Blue",
  6103. "eggGroups": [
  6104. "Monster",
  6105. "Water 1"
  6106. ],
  6107. "name": "Lapras"
  6108. },
  6109. "ditto": {
  6110. "num": 132,
  6111. "species": "Ditto",
  6112. "types": [
  6113. "Normal"
  6114. ],
  6115. "gender": "N",
  6116. "baseStats": {
  6117. "hp": 48,
  6118. "atk": 48,
  6119. "def": 48,
  6120. "spa": 48,
  6121. "spd": 48,
  6122. "spe": 48
  6123. },
  6124. "abilities": {
  6125. "0": "Limber",
  6126. "H": "Imposter"
  6127. },
  6128. "heightm": 0.3,
  6129. "weightkg": 4,
  6130. "color": "Purple",
  6131. "eggGroups": [
  6132. "Ditto"
  6133. ],
  6134. "name": "Ditto"
  6135. },
  6136. "eevee": {
  6137. "num": 133,
  6138. "species": "Eevee",
  6139. "types": [
  6140. "Normal"
  6141. ],
  6142. "genderRatio": {
  6143. "M": 0.875,
  6144. "F": 0.125
  6145. },
  6146. "baseStats": {
  6147. "hp": 55,
  6148. "atk": 55,
  6149. "def": 50,
  6150. "spa": 45,
  6151. "spd": 65,
  6152. "spe": 55
  6153. },
  6154. "abilities": {
  6155. "0": "Run Away",
  6156. "1": "Adaptability",
  6157. "H": "Anticipation"
  6158. },
  6159. "heightm": 0.3,
  6160. "weightkg": 6.5,
  6161. "color": "Brown",
  6162. "evos": [
  6163. "vaporeon",
  6164. "jolteon",
  6165. "flareon",
  6166. "espeon",
  6167. "umbreon",
  6168. "leafeon",
  6169. "glaceon",
  6170. "sylveon"
  6171. ],
  6172. "eggGroups": [
  6173. "Field"
  6174. ],
  6175. "name": "Eevee"
  6176. },
  6177. "vaporeon": {
  6178. "num": 134,
  6179. "species": "Vaporeon",
  6180. "types": [
  6181. "Water"
  6182. ],
  6183. "genderRatio": {
  6184. "M": 0.875,
  6185. "F": 0.125
  6186. },
  6187. "baseStats": {
  6188. "hp": 130,
  6189. "atk": 65,
  6190. "def": 60,
  6191. "spa": 110,
  6192. "spd": 95,
  6193. "spe": 65
  6194. },
  6195. "abilities": {
  6196. "0": "Water Absorb",
  6197. "H": "Hydration"
  6198. },
  6199. "heightm": 1,
  6200. "weightkg": 29,
  6201. "color": "Blue",
  6202. "prevo": "eevee",
  6203. "evoLevel": 1,
  6204. "eggGroups": [
  6205. "Field"
  6206. ],
  6207. "name": "Vaporeon"
  6208. },
  6209. "jolteon": {
  6210. "num": 135,
  6211. "species": "Jolteon",
  6212. "types": [
  6213. "Electric"
  6214. ],
  6215. "genderRatio": {
  6216. "M": 0.875,
  6217. "F": 0.125
  6218. },
  6219. "baseStats": {
  6220. "hp": 65,
  6221. "atk": 65,
  6222. "def": 60,
  6223. "spa": 110,
  6224. "spd": 95,
  6225. "spe": 130
  6226. },
  6227. "abilities": {
  6228. "0": "Volt Absorb",
  6229. "H": "Quick Feet"
  6230. },
  6231. "heightm": 0.8,
  6232. "weightkg": 24.5,
  6233. "color": "Yellow",
  6234. "prevo": "eevee",
  6235. "evoLevel": 1,
  6236. "eggGroups": [
  6237. "Field"
  6238. ],
  6239. "name": "Jolteon"
  6240. },
  6241. "flareon": {
  6242. "num": 136,
  6243. "species": "Flareon",
  6244. "types": [
  6245. "Fire"
  6246. ],
  6247. "genderRatio": {
  6248. "M": 0.875,
  6249. "F": 0.125
  6250. },
  6251. "baseStats": {
  6252. "hp": 65,
  6253. "atk": 130,
  6254. "def": 60,
  6255. "spa": 95,
  6256. "spd": 110,
  6257. "spe": 65
  6258. },
  6259. "abilities": {
  6260. "0": "Flash Fire",
  6261. "H": "Guts"
  6262. },
  6263. "heightm": 0.9,
  6264. "weightkg": 25,
  6265. "color": "Red",
  6266. "prevo": "eevee",
  6267. "evoLevel": 1,
  6268. "eggGroups": [
  6269. "Field"
  6270. ],
  6271. "name": "Flareon"
  6272. },
  6273. "porygon": {
  6274. "num": 137,
  6275. "species": "Porygon",
  6276. "types": [
  6277. "Normal"
  6278. ],
  6279. "gender": "N",
  6280. "baseStats": {
  6281. "hp": 65,
  6282. "atk": 60,
  6283. "def": 70,
  6284. "spa": 85,
  6285. "spd": 75,
  6286. "spe": 40
  6287. },
  6288. "abilities": {
  6289. "0": "Trace",
  6290. "1": "Download",
  6291. "H": "Analytic"
  6292. },
  6293. "heightm": 0.8,
  6294. "weightkg": 36.5,
  6295. "color": "Pink",
  6296. "evos": [
  6297. "porygon2"
  6298. ],
  6299. "eggGroups": [
  6300. "Mineral"
  6301. ],
  6302. "name": "Porygon"
  6303. },
  6304. "omanyte": {
  6305. "num": 138,
  6306. "species": "Omanyte",
  6307. "types": [
  6308. "Rock",
  6309. "Water"
  6310. ],
  6311. "genderRatio": {
  6312. "M": 0.875,
  6313. "F": 0.125
  6314. },
  6315. "baseStats": {
  6316. "hp": 35,
  6317. "atk": 40,
  6318. "def": 100,
  6319. "spa": 90,
  6320. "spd": 55,
  6321. "spe": 35
  6322. },
  6323. "abilities": {
  6324. "0": "Swift Swim",
  6325. "1": "Shell Armor",
  6326. "H": "Weak Armor"
  6327. },
  6328. "heightm": 0.4,
  6329. "weightkg": 7.5,
  6330. "color": "Blue",
  6331. "evos": [
  6332. "omastar"
  6333. ],
  6334. "eggGroups": [
  6335. "Water 1",
  6336. "Water 3"
  6337. ],
  6338. "name": "Omanyte"
  6339. },
  6340. "omastar": {
  6341. "num": 139,
  6342. "species": "Omastar",
  6343. "types": [
  6344. "Rock",
  6345. "Water"
  6346. ],
  6347. "genderRatio": {
  6348. "M": 0.875,
  6349. "F": 0.125
  6350. },
  6351. "baseStats": {
  6352. "hp": 70,
  6353. "atk": 60,
  6354. "def": 125,
  6355. "spa": 115,
  6356. "spd": 70,
  6357. "spe": 55
  6358. },
  6359. "abilities": {
  6360. "0": "Swift Swim",
  6361. "1": "Shell Armor",
  6362. "H": "Weak Armor"
  6363. },
  6364. "heightm": 1,
  6365. "weightkg": 35,
  6366. "color": "Blue",
  6367. "prevo": "omanyte",
  6368. "evoLevel": 40,
  6369. "eggGroups": [
  6370. "Water 1",
  6371. "Water 3"
  6372. ],
  6373. "name": "Omastar"
  6374. },
  6375. "kabuto": {
  6376. "num": 140,
  6377. "species": "Kabuto",
  6378. "types": [
  6379. "Rock",
  6380. "Water"
  6381. ],
  6382. "genderRatio": {
  6383. "M": 0.875,
  6384. "F": 0.125
  6385. },
  6386. "baseStats": {
  6387. "hp": 30,
  6388. "atk": 80,
  6389. "def": 90,
  6390. "spa": 55,
  6391. "spd": 45,
  6392. "spe": 55
  6393. },
  6394. "abilities": {
  6395. "0": "Swift Swim",
  6396. "1": "Battle Armor",
  6397. "H": "Weak Armor"
  6398. },
  6399. "heightm": 0.5,
  6400. "weightkg": 11.5,
  6401. "color": "Brown",
  6402. "evos": [
  6403. "kabutops"
  6404. ],
  6405. "eggGroups": [
  6406. "Water 1",
  6407. "Water 3"
  6408. ],
  6409. "name": "Kabuto"
  6410. },
  6411. "kabutops": {
  6412. "num": 141,
  6413. "species": "Kabutops",
  6414. "types": [
  6415. "Rock",
  6416. "Water"
  6417. ],
  6418. "genderRatio": {
  6419. "M": 0.875,
  6420. "F": 0.125
  6421. },
  6422. "baseStats": {
  6423. "hp": 60,
  6424. "atk": 115,
  6425. "def": 105,
  6426. "spa": 65,
  6427. "spd": 70,
  6428. "spe": 80
  6429. },
  6430. "abilities": {
  6431. "0": "Swift Swim",
  6432. "1": "Battle Armor",
  6433. "H": "Weak Armor"
  6434. },
  6435. "heightm": 1.3,
  6436. "weightkg": 40.5,
  6437. "color": "Brown",
  6438. "prevo": "kabuto",
  6439. "evoLevel": 40,
  6440. "eggGroups": [
  6441. "Water 1",
  6442. "Water 3"
  6443. ],
  6444. "name": "Kabutops"
  6445. },
  6446. "aerodactyl": {
  6447. "num": 142,
  6448. "species": "Aerodactyl",
  6449. "types": [
  6450. "Rock",
  6451. "Flying"
  6452. ],
  6453. "genderRatio": {
  6454. "M": 0.875,
  6455. "F": 0.125
  6456. },
  6457. "baseStats": {
  6458. "hp": 80,
  6459. "atk": 105,
  6460. "def": 65,
  6461. "spa": 60,
  6462. "spd": 75,
  6463. "spe": 130
  6464. },
  6465. "abilities": {
  6466. "0": "Rock Head",
  6467. "1": "Pressure",
  6468. "H": "Unnerve"
  6469. },
  6470. "heightm": 1.8,
  6471. "weightkg": 59,
  6472. "color": "Purple",
  6473. "eggGroups": [
  6474. "Flying"
  6475. ],
  6476. "otherFormes": [
  6477. "aerodactylmega"
  6478. ],
  6479. "name": "Aerodactyl"
  6480. },
  6481. "aerodactylmega": {
  6482. "num": 142,
  6483. "species": "Aerodactyl-Mega",
  6484. "baseSpecies": "Aerodactyl",
  6485. "forme": "Mega",
  6486. "formeLetter": "M",
  6487. "types": [
  6488. "Rock",
  6489. "Flying"
  6490. ],
  6491. "genderRatio": {
  6492. "M": 0.875,
  6493. "F": 0.125
  6494. },
  6495. "baseStats": {
  6496. "hp": 80,
  6497. "atk": 135,
  6498. "def": 85,
  6499. "spa": 70,
  6500. "spd": 95,
  6501. "spe": 150
  6502. },
  6503. "abilities": {
  6504. "0": "Tough Claws"
  6505. },
  6506. "heightm": 2.1,
  6507. "weightkg": 79,
  6508. "color": "Purple",
  6509. "eggGroups": [
  6510. "Flying"
  6511. ],
  6512. "name": "Aerodactyl-Mega"
  6513. },
  6514. "snorlax": {
  6515. "num": 143,
  6516. "species": "Snorlax",
  6517. "types": [
  6518. "Normal"
  6519. ],
  6520. "genderRatio": {
  6521. "M": 0.875,
  6522. "F": 0.125
  6523. },
  6524. "baseStats": {
  6525. "hp": 160,
  6526. "atk": 110,
  6527. "def": 65,
  6528. "spa": 65,
  6529. "spd": 110,
  6530. "spe": 30
  6531. },
  6532. "abilities": {
  6533. "0": "Immunity",
  6534. "1": "Thick Fat",
  6535. "H": "Gluttony"
  6536. },
  6537. "heightm": 2.1,
  6538. "weightkg": 460,
  6539. "color": "Black",
  6540. "prevo": "munchlax",
  6541. "evoLevel": 1,
  6542. "eggGroups": [
  6543. "Monster"
  6544. ],
  6545. "name": "Snorlax"
  6546. },
  6547. "articuno": {
  6548. "num": 144,
  6549. "species": "Articuno",
  6550. "types": [
  6551. "Ice",
  6552. "Flying"
  6553. ],
  6554. "gender": "N",
  6555. "baseStats": {
  6556. "hp": 90,
  6557. "atk": 85,
  6558. "def": 100,
  6559. "spa": 95,
  6560. "spd": 125,
  6561. "spe": 85
  6562. },
  6563. "abilities": {
  6564. "0": "Pressure",
  6565. "H": "Snow Cloak"
  6566. },
  6567. "heightm": 1.7,
  6568. "weightkg": 55.4,
  6569. "color": "Blue",
  6570. "eggGroups": [
  6571. "Undiscovered"
  6572. ],
  6573. "name": "Articuno"
  6574. },
  6575. "zapdos": {
  6576. "num": 145,
  6577. "species": "Zapdos",
  6578. "types": [
  6579. "Electric",
  6580. "Flying"
  6581. ],
  6582. "gender": "N",
  6583. "baseStats": {
  6584. "hp": 90,
  6585. "atk": 90,
  6586. "def": 85,
  6587. "spa": 125,
  6588. "spd": 90,
  6589. "spe": 100
  6590. },
  6591. "abilities": {
  6592. "0": "Pressure",
  6593. "H": "Static"
  6594. },
  6595. "heightm": 1.6,
  6596. "weightkg": 52.6,
  6597. "color": "Yellow",
  6598. "eggGroups": [
  6599. "Undiscovered"
  6600. ],
  6601. "name": "Zapdos"
  6602. },
  6603. "moltres": {
  6604. "num": 146,
  6605. "species": "Moltres",
  6606. "types": [
  6607. "Fire",
  6608. "Flying"
  6609. ],
  6610. "gender": "N",
  6611. "baseStats": {
  6612. "hp": 90,
  6613. "atk": 100,
  6614. "def": 90,
  6615. "spa": 125,
  6616. "spd": 85,
  6617. "spe": 90
  6618. },
  6619. "abilities": {
  6620. "0": "Pressure",
  6621. "H": "Flame Body"
  6622. },
  6623. "heightm": 2,
  6624. "weightkg": 60,
  6625. "color": "Yellow",
  6626. "eggGroups": [
  6627. "Undiscovered"
  6628. ],
  6629. "name": "Moltres"
  6630. },
  6631. "dratini": {
  6632. "num": 147,
  6633. "species": "Dratini",
  6634. "types": [
  6635. "Dragon"
  6636. ],
  6637. "baseStats": {
  6638. "hp": 41,
  6639. "atk": 64,
  6640. "def": 45,
  6641. "spa": 50,
  6642. "spd": 50,
  6643. "spe": 50
  6644. },
  6645. "abilities": {
  6646. "0": "Shed Skin",
  6647. "H": "Marvel Scale"
  6648. },
  6649. "heightm": 1.8,
  6650. "weightkg": 3.3,
  6651. "color": "Blue",
  6652. "evos": [
  6653. "dragonair"
  6654. ],
  6655. "eggGroups": [
  6656. "Water 1",
  6657. "Dragon"
  6658. ],
  6659. "name": "Dratini"
  6660. },
  6661. "dragonair": {
  6662. "num": 148,
  6663. "species": "Dragonair",
  6664. "types": [
  6665. "Dragon"
  6666. ],
  6667. "baseStats": {
  6668. "hp": 61,
  6669. "atk": 84,
  6670. "def": 65,
  6671. "spa": 70,
  6672. "spd": 70,
  6673. "spe": 70
  6674. },
  6675. "abilities": {
  6676. "0": "Shed Skin",
  6677. "H": "Marvel Scale"
  6678. },
  6679. "heightm": 4,
  6680. "weightkg": 16.5,
  6681. "color": "Blue",
  6682. "prevo": "dratini",
  6683. "evos": [
  6684. "dragonite"
  6685. ],
  6686. "evoLevel": 30,
  6687. "eggGroups": [
  6688. "Water 1",
  6689. "Dragon"
  6690. ],
  6691. "name": "Dragonair"
  6692. },
  6693. "dragonite": {
  6694. "num": 149,
  6695. "species": "Dragonite",
  6696. "types": [
  6697. "Dragon",
  6698. "Flying"
  6699. ],
  6700. "baseStats": {
  6701. "hp": 91,
  6702. "atk": 134,
  6703. "def": 95,
  6704. "spa": 100,
  6705. "spd": 100,
  6706. "spe": 80
  6707. },
  6708. "abilities": {
  6709. "0": "Inner Focus",
  6710. "H": "Multiscale"
  6711. },
  6712. "heightm": 2.2,
  6713. "weightkg": 210,
  6714. "color": "Brown",
  6715. "prevo": "dragonair",
  6716. "evoLevel": 55,
  6717. "eggGroups": [
  6718. "Water 1",
  6719. "Dragon"
  6720. ],
  6721. "name": "Dragonite"
  6722. },
  6723. "mewtwo": {
  6724. "num": 150,
  6725. "species": "Mewtwo",
  6726. "types": [
  6727. "Psychic"
  6728. ],
  6729. "gender": "N",
  6730. "baseStats": {
  6731. "hp": 106,
  6732. "atk": 110,
  6733. "def": 90,
  6734. "spa": 154,
  6735. "spd": 90,
  6736. "spe": 130
  6737. },
  6738. "abilities": {
  6739. "0": "Pressure",
  6740. "H": "Unnerve"
  6741. },
  6742. "heightm": 2,
  6743. "weightkg": 122,
  6744. "color": "Purple",
  6745. "eggGroups": [
  6746. "Undiscovered"
  6747. ],
  6748. "otherFormes": [
  6749. "mewtwomegax",
  6750. "mewtwomegay"
  6751. ],
  6752. "name": "Mewtwo"
  6753. },
  6754. "mewtwomegax": {
  6755. "num": 150,
  6756. "species": "Mewtwo-Mega-X",
  6757. "baseSpecies": "Mewtwo",
  6758. "forme": "Mega-X",
  6759. "formeLetter": "M",
  6760. "types": [
  6761. "Psychic",
  6762. "Fighting"
  6763. ],
  6764. "gender": "N",
  6765. "baseStats": {
  6766. "hp": 106,
  6767. "atk": 190,
  6768. "def": 100,
  6769. "spa": 154,
  6770. "spd": 100,
  6771. "spe": 130
  6772. },
  6773. "abilities": {
  6774. "0": "Steadfast"
  6775. },
  6776. "heightm": 2.3,
  6777. "weightkg": 127,
  6778. "color": "Purple",
  6779. "eggGroups": [
  6780. "Undiscovered"
  6781. ],
  6782. "name": "Mewtwo-Mega-X"
  6783. },
  6784. "mewtwomegay": {
  6785. "num": 150,
  6786. "species": "Mewtwo-Mega-Y",
  6787. "baseSpecies": "Mewtwo",
  6788. "forme": "Mega-Y",
  6789. "formeLetter": "M",
  6790. "types": [
  6791. "Psychic"
  6792. ],
  6793. "gender": "N",
  6794. "baseStats": {
  6795. "hp": 106,
  6796. "atk": 150,
  6797. "def": 70,
  6798. "spa": 194,
  6799. "spd": 120,
  6800. "spe": 140
  6801. },
  6802. "abilities": {
  6803. "0": "Insomnia"
  6804. },
  6805. "heightm": 1.5,
  6806. "weightkg": 33,
  6807. "color": "Purple",
  6808. "eggGroups": [
  6809. "Undiscovered"
  6810. ],
  6811. "name": "Mewtwo-Mega-Y"
  6812. },
  6813. "mew": {
  6814. "num": 151,
  6815. "species": "Mew",
  6816. "types": [
  6817. "Psychic"
  6818. ],
  6819. "gender": "N",
  6820. "baseStats": {
  6821. "hp": 100,
  6822. "atk": 100,
  6823. "def": 100,
  6824. "spa": 100,
  6825. "spd": 100,
  6826. "spe": 100
  6827. },
  6828. "abilities": {
  6829. "0": "Synchronize"
  6830. },
  6831. "heightm": 0.4,
  6832. "weightkg": 4,
  6833. "color": "Pink",
  6834. "eggGroups": [
  6835. "Undiscovered"
  6836. ],
  6837. "name": "Mew",
  6838. "exists": true,
  6839. "tier": "OU",
  6840. "learnset": {
  6841. "acrobatics": [
  6842. "6M"
  6843. ],
  6844. "aerialace": [
  6845. "6M"
  6846. ],
  6847. "aircutter": [
  6848.  
  6849. ],
  6850. "allyswitch": [
  6851.  
  6852. ],
  6853. "amnesia": [
  6854. "6L060"
  6855. ],
  6856. "ancientpower": [
  6857. "6L050"
  6858. ],
  6859. "aquatail": [
  6860.  
  6861. ],
  6862. "attract": [
  6863. "6M"
  6864. ],
  6865. "aurasphere": [
  6866. "6L100"
  6867. ],
  6868. "avalanche": [
  6869.  
  6870. ],
  6871. "barrier": [
  6872. "6L040"
  6873. ],
  6874. "batonpass": [
  6875. "6L080"
  6876. ],
  6877. "blizzard": [
  6878. "6M"
  6879. ],
  6880. "block": [
  6881.  
  6882. ],
  6883. "bodyslam": [
  6884.  
  6885. ],
  6886. "bounce": [
  6887.  
  6888. ],
  6889. "brickbreak": [
  6890. "6M"
  6891. ],
  6892. "brine": [
  6893.  
  6894. ],
  6895. "bugbite": [
  6896.  
  6897. ],
  6898. "bulkup": [
  6899. "6M"
  6900. ],
  6901. "bulldoze": [
  6902. "6M"
  6903. ],
  6904. "bulletseed": [
  6905.  
  6906. ],
  6907. "calmmind": [
  6908. "6M"
  6909. ],
  6910. "captivate": [
  6911.  
  6912. ],
  6913. "chargebeam": [
  6914. "6M"
  6915. ],
  6916. "counter": [
  6917.  
  6918. ],
  6919. "cut": [
  6920. "6M"
  6921. ],
  6922. "darkpulse": [
  6923. "6M"
  6924. ],
  6925. "defensecurl": [
  6926.  
  6927. ],
  6928. "defog": [
  6929.  
  6930. ],
  6931. "dig": [
  6932. "6M"
  6933. ],
  6934. "dive": [
  6935.  
  6936. ],
  6937. "doubleedge": [
  6938.  
  6939. ],
  6940. "doubleteam": [
  6941. "6M"
  6942. ],
  6943. "dragonclaw": [
  6944. "6M"
  6945. ],
  6946. "dragonpulse": [
  6947.  
  6948. ],
  6949. "dragontail": [
  6950. "6M"
  6951. ],
  6952. "drainpunch": [
  6953.  
  6954. ],
  6955. "dreameater": [
  6956. "6M"
  6957. ],
  6958. "dynamicpunch": [
  6959.  
  6960. ],
  6961. "earthpower": [
  6962.  
  6963. ],
  6964. "earthquake": [
  6965. "6M"
  6966. ],
  6967. "echoedvoice": [
  6968. "6M"
  6969. ],
  6970. "embargo": [
  6971. "6M"
  6972. ],
  6973. "endeavor": [
  6974.  
  6975. ],
  6976. "endure": [
  6977.  
  6978. ],
  6979. "energyball": [
  6980. "6M"
  6981. ],
  6982. "explosion": [
  6983. "6M"
  6984. ],
  6985. "facade": [
  6986. "6M"
  6987. ],
  6988. "feintattack": [
  6989.  
  6990. ],
  6991. "fakeout": [
  6992.  
  6993. ],
  6994. "falseswipe": [
  6995. "6M"
  6996. ],
  6997. "fireblast": [
  6998. "6M"
  6999. ],
  7000. "firepunch": [
  7001.  
  7002. ],
  7003. "flamecharge": [
  7004. "6M"
  7005. ],
  7006. "flamethrower": [
  7007. "6M"
  7008. ],
  7009. "flash": [
  7010. "6M"
  7011. ],
  7012. "flashcannon": [
  7013. "6M"
  7014. ],
  7015. "fling": [
  7016. "6M"
  7017. ],
  7018. "fly": [
  7019. "6M"
  7020. ],
  7021. "focusblast": [
  7022. "6M"
  7023. ],
  7024. "focuspunch": [
  7025.  
  7026. ],
  7027. "frostbreath": [
  7028. "6M"
  7029. ],
  7030. "frustration": [
  7031. "6M"
  7032. ],
  7033. "furycutter": [
  7034.  
  7035. ],
  7036. "gastroacid": [
  7037.  
  7038. ],
  7039. "gigadrain": [
  7040.  
  7041. ],
  7042. "gigaimpact": [
  7043. "6M"
  7044. ],
  7045. "grassknot": [
  7046. "6M"
  7047. ],
  7048. "gravity": [
  7049.  
  7050. ],
  7051. "gunkshot": [
  7052.  
  7053. ],
  7054. "gyroball": [
  7055. "6M"
  7056. ],
  7057. "hail": [
  7058. "6M"
  7059. ],
  7060. "headbutt": [
  7061.  
  7062. ],
  7063. "healbell": [
  7064.  
  7065. ],
  7066. "heatwave": [
  7067.  
  7068. ],
  7069. "helpinghand": [
  7070.  
  7071. ],
  7072. "hiddenpower": [
  7073. "6M"
  7074. ],
  7075. "honeclaws": [
  7076. "6M"
  7077. ],
  7078. "hyperbeam": [
  7079. "6M"
  7080. ],
  7081. "hypnosis": [
  7082.  
  7083. ],
  7084. "icebeam": [
  7085. "6M"
  7086. ],
  7087. "icepunch": [
  7088.  
  7089. ],
  7090. "icywind": [
  7091.  
  7092. ],
  7093. "incinerate": [
  7094. "6M"
  7095. ],
  7096. "irondefense": [
  7097.  
  7098. ],
  7099. "ironhead": [
  7100.  
  7101. ],
  7102. "irontail": [
  7103.  
  7104. ],
  7105. "knockoff": [
  7106.  
  7107. ],
  7108. "lastresort": [
  7109.  
  7110. ],
  7111. "lightscreen": [
  7112. "6M"
  7113. ],
  7114. "lowkick": [
  7115.  
  7116. ],
  7117. "lowsweep": [
  7118. "6M"
  7119. ],
  7120. "magiccoat": [
  7121.  
  7122. ],
  7123. "magnetrise": [
  7124.  
  7125. ],
  7126. "mefirst": [
  7127. "6L070"
  7128. ],
  7129. "megakick": [
  7130.  
  7131. ],
  7132. "megapunch": [
  7133. "6L010"
  7134. ],
  7135. "metronome": [
  7136. "6L020"
  7137. ],
  7138. "mimic": [
  7139.  
  7140. ],
  7141. "mudslap": [
  7142.  
  7143. ],
  7144. "nastyplot": [
  7145. "6L090"
  7146. ],
  7147. "naturalgift": [
  7148.  
  7149. ],
  7150. "nightmare": [
  7151.  
  7152. ],
  7153. "nightshade": [
  7154.  
  7155. ],
  7156. "ominouswind": [
  7157.  
  7158. ],
  7159. "outrage": [
  7160.  
  7161. ],
  7162. "overheat": [
  7163. "6M"
  7164. ],
  7165. "painsplit": [
  7166.  
  7167. ],
  7168. "payback": [
  7169. "6M"
  7170. ],
  7171. "pluck": [
  7172.  
  7173. ],
  7174. "poisonjab": [
  7175. "6M"
  7176. ],
  7177. "pound": [
  7178. "6L001a"
  7179. ],
  7180. "protect": [
  7181. "6M"
  7182. ],
  7183. "psychic": [
  7184. "6L030",
  7185. "6M"
  7186. ],
  7187. "psychup": [
  7188. "6M"
  7189. ],
  7190. "psyshock": [
  7191. "6M"
  7192. ],
  7193. "quash": [
  7194. "6M"
  7195. ],
  7196. "raindance": [
  7197. "6M"
  7198. ],
  7199. "recycle": [
  7200.  
  7201. ],
  7202. "reflect": [
  7203. "6M"
  7204. ],
  7205. "reflecttype": [
  7206. "6L001b"
  7207. ],
  7208. "rest": [
  7209. "6M"
  7210. ],
  7211. "retaliate": [
  7212. "6M"
  7213. ],
  7214. "return": [
  7215. "6M"
  7216. ],
  7217. "roar": [
  7218. "6M"
  7219. ],
  7220. "rockclimb": [
  7221.  
  7222. ],
  7223. "rockpolish": [
  7224. "6M"
  7225. ],
  7226. "rockslide": [
  7227. "6M"
  7228. ],
  7229. "rocksmash": [
  7230. "6M"
  7231. ],
  7232. "rocktomb": [
  7233. "6M"
  7234. ],
  7235. "roleplay": [
  7236.  
  7237. ],
  7238. "rollout": [
  7239.  
  7240. ],
  7241. "roost": [
  7242. "6M"
  7243. ],
  7244. "round": [
  7245. "6M"
  7246. ],
  7247. "safeguard": [
  7248. "6M"
  7249. ],
  7250. "sandstorm": [
  7251. "6M"
  7252. ],
  7253. "scald": [
  7254. "6M"
  7255. ],
  7256. "secretpower": [
  7257.  
  7258. ],
  7259. "seedbomb": [
  7260.  
  7261. ],
  7262. "seismictoss": [
  7263.  
  7264. ],
  7265. "selfdestruct": [
  7266.  
  7267. ],
  7268. "shadowball": [
  7269. "6M"
  7270. ],
  7271. "shadowclaw": [
  7272. "6M"
  7273. ],
  7274. "shockwave": [
  7275.  
  7276. ],
  7277. "signalbeam": [
  7278.  
  7279. ],
  7280. "silverwind": [
  7281.  
  7282. ],
  7283. "skillswap": [
  7284.  
  7285. ],
  7286. "skyattack": [
  7287.  
  7288. ],
  7289. "skydrop": [
  7290. "6M"
  7291. ],
  7292. "sleeptalk": [
  7293. "6M"
  7294. ],
  7295. "sludgebomb": [
  7296. "6M"
  7297. ],
  7298. "sludgewave": [
  7299. "6M"
  7300. ],
  7301. "smackdown": [
  7302. "6M"
  7303. ],
  7304. "snarl": [
  7305. "6M"
  7306. ],
  7307. "snatch": [
  7308.  
  7309. ],
  7310. "snore": [
  7311.  
  7312. ],
  7313. "softboiled": [
  7314.  
  7315. ],
  7316. "solarbeam": [
  7317. "6M"
  7318. ],
  7319. "spite": [
  7320.  
  7321. ],
  7322. "stealthrock": [
  7323.  
  7324. ],
  7325. "steelwing": [
  7326. "6M"
  7327. ],
  7328. "stoneedge": [
  7329. "6M"
  7330. ],
  7331. "strength": [
  7332. "6M"
  7333. ],
  7334. "stringshot": [
  7335.  
  7336. ],
  7337. "strugglebug": [
  7338. "6M"
  7339. ],
  7340. "substitute": [
  7341. "6M"
  7342. ],
  7343. "suckerpunch": [
  7344.  
  7345. ],
  7346. "sunnyday": [
  7347. "6M"
  7348. ],
  7349. "superfang": [
  7350.  
  7351. ],
  7352. "superpower": [
  7353.  
  7354. ],
  7355. "surf": [
  7356. "6M"
  7357. ],
  7358. "swagger": [
  7359. "6M"
  7360. ],
  7361. "swift": [
  7362.  
  7363. ],
  7364. "swordsdance": [
  7365. "6M"
  7366. ],
  7367. "synthesis": [
  7368.  
  7369. ],
  7370. "tailwind": [
  7371.  
  7372. ],
  7373. "taunt": [
  7374. "6M"
  7375. ],
  7376. "telekinesis": [
  7377.  
  7378. ],
  7379. "teleport": [
  7380.  
  7381. ],
  7382. "thief": [
  7383. "6M"
  7384. ],
  7385. "thunder": [
  7386. "6M"
  7387. ],
  7388. "thunderbolt": [
  7389. "6M"
  7390. ],
  7391. "thunderpunch": [
  7392.  
  7393. ],
  7394. "thunderwave": [
  7395. "6M"
  7396. ],
  7397. "torment": [
  7398. "6M"
  7399. ],
  7400. "toxic": [
  7401. "6M"
  7402. ],
  7403. "transform": [
  7404. "6L001c"
  7405. ],
  7406. "trick": [
  7407.  
  7408. ],
  7409. "trickroom": [
  7410. "6M"
  7411. ],
  7412. "twister": [
  7413.  
  7414. ],
  7415. "uproar": [
  7416.  
  7417. ],
  7418. "uturn": [
  7419. "6M"
  7420. ],
  7421. "vacuumwave": [
  7422.  
  7423. ],
  7424. "venoshock": [
  7425. "6M"
  7426. ],
  7427. "voltswitch": [
  7428. "6M"
  7429. ],
  7430. "waterfall": [
  7431. "6M"
  7432. ],
  7433. "waterpulse": [
  7434.  
  7435. ],
  7436. "whirlpool": [
  7437.  
  7438. ],
  7439. "wildcharge": [
  7440. "6M"
  7441. ],
  7442. "willowisp": [
  7443. "6M"
  7444. ],
  7445. "workup": [
  7446.  
  7447. ],
  7448. "worryseed": [
  7449.  
  7450. ],
  7451. "xscissor": [
  7452. "6M"
  7453. ],
  7454. "zapcannon": [
  7455.  
  7456. ],
  7457. "zenheadbutt": [
  7458.  
  7459. ],
  7460. "covet": [
  7461.  
  7462. ],
  7463. "dualchop": [
  7464.  
  7465. ],
  7466. "drillrun": [
  7467.  
  7468. ],
  7469. "foulplay": [
  7470.  
  7471. ],
  7472. "electroweb": [
  7473.  
  7474. ],
  7475. "hypervoice": [
  7476.  
  7477. ],
  7478. "bind": [
  7479.  
  7480. ],
  7481. "afteryou": [
  7482.  
  7483. ],
  7484. "magicroom": [
  7485.  
  7486. ],
  7487. "wonderroom": [
  7488.  
  7489. ],
  7490. "infestation": [
  7491. "6M"
  7492. ],
  7493. "naturepower": [
  7494. "6M"
  7495. ],
  7496. "poweruppunch": [
  7497. "6M"
  7498. ],
  7499. "dazzlinggleam": [
  7500. "6M"
  7501. ],
  7502. "confide": [
  7503. "6M"
  7504. ]
  7505. },
  7506. "id": "mew",
  7507. "speciesid": "mew",
  7508. "baseSpecies": "Mew",
  7509. "forme": "",
  7510. "formeLetter": "",
  7511. "spriteid": "mew",
  7512. "effectType": "Template"
  7513. },
  7514. "chikorita": {
  7515. "num": 152,
  7516. "species": "Chikorita",
  7517. "types": [
  7518. "Grass"
  7519. ],
  7520. "genderRatio": {
  7521. "M": 0.875,
  7522. "F": 0.125
  7523. },
  7524. "baseStats": {
  7525. "hp": 45,
  7526. "atk": 49,
  7527. "def": 65,
  7528. "spa": 49,
  7529. "spd": 65,
  7530. "spe": 45
  7531. },
  7532. "abilities": {
  7533. "0": "Overgrow",
  7534. "H": "Leaf Guard"
  7535. },
  7536. "heightm": 0.9,
  7537. "weightkg": 6.4,
  7538. "color": "Green",
  7539. "evos": [
  7540. "bayleef"
  7541. ],
  7542. "eggGroups": [
  7543. "Monster",
  7544. "Grass"
  7545. ],
  7546. "name": "Chikorita"
  7547. },
  7548. "bayleef": {
  7549. "num": 153,
  7550. "species": "Bayleef",
  7551. "types": [
  7552. "Grass"
  7553. ],
  7554. "genderRatio": {
  7555. "M": 0.875,
  7556. "F": 0.125
  7557. },
  7558. "baseStats": {
  7559. "hp": 60,
  7560. "atk": 62,
  7561. "def": 80,
  7562. "spa": 63,
  7563. "spd": 80,
  7564. "spe": 60
  7565. },
  7566. "abilities": {
  7567. "0": "Overgrow",
  7568. "H": "Leaf Guard"
  7569. },
  7570. "heightm": 1.2,
  7571. "weightkg": 15.8,
  7572. "color": "Green",
  7573. "prevo": "chikorita",
  7574. "evos": [
  7575. "meganium"
  7576. ],
  7577. "evoLevel": 16,
  7578. "eggGroups": [
  7579. "Monster",
  7580. "Grass"
  7581. ],
  7582. "name": "Bayleef"
  7583. },
  7584. "meganium": {
  7585. "num": 154,
  7586. "species": "Meganium",
  7587. "types": [
  7588. "Grass"
  7589. ],
  7590. "genderRatio": {
  7591. "M": 0.875,
  7592. "F": 0.125
  7593. },
  7594. "baseStats": {
  7595. "hp": 80,
  7596. "atk": 82,
  7597. "def": 100,
  7598. "spa": 83,
  7599. "spd": 100,
  7600. "spe": 80
  7601. },
  7602. "abilities": {
  7603. "0": "Overgrow",
  7604. "H": "Leaf Guard"
  7605. },
  7606. "heightm": 1.8,
  7607. "weightkg": 100.5,
  7608. "color": "Green",
  7609. "prevo": "bayleef",
  7610. "evoLevel": 32,
  7611. "eggGroups": [
  7612. "Monster",
  7613. "Grass"
  7614. ],
  7615. "name": "Meganium"
  7616. },
  7617. "cyndaquil": {
  7618. "num": 155,
  7619. "species": "Cyndaquil",
  7620. "types": [
  7621. "Fire"
  7622. ],
  7623. "genderRatio": {
  7624. "M": 0.875,
  7625. "F": 0.125
  7626. },
  7627. "baseStats": {
  7628. "hp": 39,
  7629. "atk": 52,
  7630. "def": 43,
  7631. "spa": 60,
  7632. "spd": 50,
  7633. "spe": 65
  7634. },
  7635. "abilities": {
  7636. "0": "Blaze",
  7637. "H": "Flash Fire"
  7638. },
  7639. "heightm": 0.5,
  7640. "weightkg": 7.9,
  7641. "color": "Yellow",
  7642. "evos": [
  7643. "quilava"
  7644. ],
  7645. "eggGroups": [
  7646. "Field"
  7647. ],
  7648. "name": "Cyndaquil"
  7649. },
  7650. "quilava": {
  7651. "num": 156,
  7652. "species": "Quilava",
  7653. "types": [
  7654. "Fire"
  7655. ],
  7656. "genderRatio": {
  7657. "M": 0.875,
  7658. "F": 0.125
  7659. },
  7660. "baseStats": {
  7661. "hp": 58,
  7662. "atk": 64,
  7663. "def": 58,
  7664. "spa": 80,
  7665. "spd": 65,
  7666. "spe": 80
  7667. },
  7668. "abilities": {
  7669. "0": "Blaze",
  7670. "H": "Flash Fire"
  7671. },
  7672. "heightm": 0.9,
  7673. "weightkg": 19,
  7674. "color": "Yellow",
  7675. "prevo": "cyndaquil",
  7676. "evos": [
  7677. "typhlosion"
  7678. ],
  7679. "evoLevel": 14,
  7680. "eggGroups": [
  7681. "Field"
  7682. ],
  7683. "name": "Quilava"
  7684. },
  7685. "typhlosion": {
  7686. "num": 157,
  7687. "species": "Typhlosion",
  7688. "types": [
  7689. "Fire"
  7690. ],
  7691. "genderRatio": {
  7692. "M": 0.875,
  7693. "F": 0.125
  7694. },
  7695. "baseStats": {
  7696. "hp": 78,
  7697. "atk": 84,
  7698. "def": 78,
  7699. "spa": 109,
  7700. "spd": 85,
  7701. "spe": 100
  7702. },
  7703. "abilities": {
  7704. "0": "Blaze",
  7705. "H": "Flash Fire"
  7706. },
  7707. "heightm": 1.7,
  7708. "weightkg": 79.5,
  7709. "color": "Yellow",
  7710. "prevo": "quilava",
  7711. "evoLevel": 36,
  7712. "eggGroups": [
  7713. "Field"
  7714. ],
  7715. "name": "Typhlosion"
  7716. },
  7717. "totodile": {
  7718. "num": 158,
  7719. "species": "Totodile",
  7720. "types": [
  7721. "Water"
  7722. ],
  7723. "genderRatio": {
  7724. "M": 0.875,
  7725. "F": 0.125
  7726. },
  7727. "baseStats": {
  7728. "hp": 50,
  7729. "atk": 65,
  7730. "def": 64,
  7731. "spa": 44,
  7732. "spd": 48,
  7733. "spe": 43
  7734. },
  7735. "abilities": {
  7736. "0": "Torrent",
  7737. "H": "Sheer Force"
  7738. },
  7739. "heightm": 0.6,
  7740. "weightkg": 9.5,
  7741. "color": "Blue",
  7742. "evos": [
  7743. "croconaw"
  7744. ],
  7745. "eggGroups": [
  7746. "Monster",
  7747. "Water 1"
  7748. ],
  7749. "name": "Totodile"
  7750. },
  7751. "croconaw": {
  7752. "num": 159,
  7753. "species": "Croconaw",
  7754. "types": [
  7755. "Water"
  7756. ],
  7757. "genderRatio": {
  7758. "M": 0.875,
  7759. "F": 0.125
  7760. },
  7761. "baseStats": {
  7762. "hp": 65,
  7763. "atk": 80,
  7764. "def": 80,
  7765. "spa": 59,
  7766. "spd": 63,
  7767. "spe": 58
  7768. },
  7769. "abilities": {
  7770. "0": "Torrent",
  7771. "H": "Sheer Force"
  7772. },
  7773. "heightm": 1.1,
  7774. "weightkg": 25,
  7775. "color": "Blue",
  7776. "prevo": "totodile",
  7777. "evos": [
  7778. "feraligatr"
  7779. ],
  7780. "evoLevel": 18,
  7781. "eggGroups": [
  7782. "Monster",
  7783. "Water 1"
  7784. ],
  7785. "name": "Croconaw"
  7786. },
  7787. "feraligatr": {
  7788. "num": 160,
  7789. "species": "Feraligatr",
  7790. "types": [
  7791. "Water"
  7792. ],
  7793. "genderRatio": {
  7794. "M": 0.875,
  7795. "F": 0.125
  7796. },
  7797. "baseStats": {
  7798. "hp": 85,
  7799. "atk": 105,
  7800. "def": 100,
  7801. "spa": 79,
  7802. "spd": 83,
  7803. "spe": 78
  7804. },
  7805. "abilities": {
  7806. "0": "Torrent",
  7807. "H": "Sheer Force"
  7808. },
  7809. "heightm": 2.3,
  7810. "weightkg": 88.8,
  7811. "color": "Blue",
  7812. "prevo": "croconaw",
  7813. "evoLevel": 30,
  7814. "eggGroups": [
  7815. "Monster",
  7816. "Water 1"
  7817. ],
  7818. "name": "Feraligatr"
  7819. },
  7820. "sentret": {
  7821. "num": 161,
  7822. "species": "Sentret",
  7823. "types": [
  7824. "Normal"
  7825. ],
  7826. "baseStats": {
  7827. "hp": 35,
  7828. "atk": 46,
  7829. "def": 34,
  7830. "spa": 35,
  7831. "spd": 45,
  7832. "spe": 20
  7833. },
  7834. "abilities": {
  7835. "0": "Run Away",
  7836. "1": "Keen Eye",
  7837. "H": "Frisk"
  7838. },
  7839. "heightm": 0.8,
  7840. "weightkg": 6,
  7841. "color": "Brown",
  7842. "evos": [
  7843. "furret"
  7844. ],
  7845. "eggGroups": [
  7846. "Field"
  7847. ],
  7848. "name": "Sentret"
  7849. },
  7850. "furret": {
  7851. "num": 162,
  7852. "species": "Furret",
  7853. "types": [
  7854. "Normal"
  7855. ],
  7856. "baseStats": {
  7857. "hp": 85,
  7858. "atk": 76,
  7859. "def": 64,
  7860. "spa": 45,
  7861. "spd": 55,
  7862. "spe": 90
  7863. },
  7864. "abilities": {
  7865. "0": "Run Away",
  7866. "1": "Keen Eye",
  7867. "H": "Frisk"
  7868. },
  7869. "heightm": 1.8,
  7870. "weightkg": 32.5,
  7871. "color": "Brown",
  7872. "prevo": "sentret",
  7873. "evoLevel": 15,
  7874. "eggGroups": [
  7875. "Field"
  7876. ],
  7877. "name": "Furret"
  7878. },
  7879. "hoothoot": {
  7880. "num": 163,
  7881. "species": "Hoothoot",
  7882. "types": [
  7883. "Normal",
  7884. "Flying"
  7885. ],
  7886. "baseStats": {
  7887. "hp": 60,
  7888. "atk": 30,
  7889. "def": 30,
  7890. "spa": 36,
  7891. "spd": 56,
  7892. "spe": 50
  7893. },
  7894. "abilities": {
  7895. "0": "Insomnia",
  7896. "1": "Keen Eye",
  7897. "H": "Tinted Lens"
  7898. },
  7899. "heightm": 0.7,
  7900. "weightkg": 21.2,
  7901. "color": "Brown",
  7902. "evos": [
  7903. "noctowl"
  7904. ],
  7905. "eggGroups": [
  7906. "Flying"
  7907. ],
  7908. "name": "Hoothoot"
  7909. },
  7910. "noctowl": {
  7911. "num": 164,
  7912. "species": "Noctowl",
  7913. "types": [
  7914. "Normal",
  7915. "Flying"
  7916. ],
  7917. "baseStats": {
  7918. "hp": 100,
  7919. "atk": 50,
  7920. "def": 50,
  7921. "spa": 76,
  7922. "spd": 96,
  7923. "spe": 70
  7924. },
  7925. "abilities": {
  7926. "0": "Insomnia",
  7927. "1": "Keen Eye",
  7928. "H": "Tinted Lens"
  7929. },
  7930. "heightm": 1.6,
  7931. "weightkg": 40.8,
  7932. "color": "Brown",
  7933. "prevo": "hoothoot",
  7934. "evoLevel": 20,
  7935. "eggGroups": [
  7936. "Flying"
  7937. ],
  7938. "name": "Noctowl"
  7939. },
  7940. "ledyba": {
  7941. "num": 165,
  7942. "species": "Ledyba",
  7943. "types": [
  7944. "Bug",
  7945. "Flying"
  7946. ],
  7947. "baseStats": {
  7948. "hp": 40,
  7949. "atk": 20,
  7950. "def": 30,
  7951. "spa": 40,
  7952. "spd": 80,
  7953. "spe": 55
  7954. },
  7955. "abilities": {
  7956. "0": "Swarm",
  7957. "1": "Early Bird",
  7958. "H": "Rattled"
  7959. },
  7960. "heightm": 1,
  7961. "weightkg": 10.8,
  7962. "color": "Red",
  7963. "evos": [
  7964. "ledian"
  7965. ],
  7966. "eggGroups": [
  7967. "Bug"
  7968. ],
  7969. "name": "Ledyba"
  7970. },
  7971. "ledian": {
  7972. "num": 166,
  7973. "species": "Ledian",
  7974. "types": [
  7975. "Bug",
  7976. "Flying"
  7977. ],
  7978. "baseStats": {
  7979. "hp": 55,
  7980. "atk": 35,
  7981. "def": 50,
  7982. "spa": 55,
  7983. "spd": 110,
  7984. "spe": 85
  7985. },
  7986. "abilities": {
  7987. "0": "Swarm",
  7988. "1": "Early Bird",
  7989. "H": "Iron Fist"
  7990. },
  7991. "heightm": 1.4,
  7992. "weightkg": 35.6,
  7993. "color": "Red",
  7994. "prevo": "ledyba",
  7995. "evoLevel": 18,
  7996. "eggGroups": [
  7997. "Bug"
  7998. ],
  7999. "name": "Ledian"
  8000. },
  8001. "spinarak": {
  8002. "num": 167,
  8003. "species": "Spinarak",
  8004. "types": [
  8005. "Bug",
  8006. "Poison"
  8007. ],
  8008. "baseStats": {
  8009. "hp": 40,
  8010. "atk": 60,
  8011. "def": 40,
  8012. "spa": 40,
  8013. "spd": 40,
  8014. "spe": 30
  8015. },
  8016. "abilities": {
  8017. "0": "Swarm",
  8018. "1": "Insomnia",
  8019. "H": "Sniper"
  8020. },
  8021. "heightm": 0.5,
  8022. "weightkg": 8.5,
  8023. "color": "Green",
  8024. "evos": [
  8025. "ariados"
  8026. ],
  8027. "eggGroups": [
  8028. "Bug"
  8029. ],
  8030. "name": "Spinarak"
  8031. },
  8032. "ariados": {
  8033. "num": 168,
  8034. "species": "Ariados",
  8035. "types": [
  8036. "Bug",
  8037. "Poison"
  8038. ],
  8039. "baseStats": {
  8040. "hp": 70,
  8041. "atk": 90,
  8042. "def": 70,
  8043. "spa": 60,
  8044. "spd": 60,
  8045. "spe": 40
  8046. },
  8047. "abilities": {
  8048. "0": "Swarm",
  8049. "1": "Insomnia",
  8050. "H": "Sniper"
  8051. },
  8052. "heightm": 1.1,
  8053. "weightkg": 33.5,
  8054. "color": "Red",
  8055. "prevo": "spinarak",
  8056. "evoLevel": 22,
  8057. "eggGroups": [
  8058. "Bug"
  8059. ],
  8060. "name": "Ariados"
  8061. },
  8062. "crobat": {
  8063. "num": 169,
  8064. "species": "Crobat",
  8065. "types": [
  8066. "Poison",
  8067. "Flying"
  8068. ],
  8069. "baseStats": {
  8070. "hp": 85,
  8071. "atk": 90,
  8072. "def": 80,
  8073. "spa": 70,
  8074. "spd": 80,
  8075. "spe": 130
  8076. },
  8077. "abilities": {
  8078. "0": "Inner Focus",
  8079. "H": "Infiltrator"
  8080. },
  8081. "heightm": 1.8,
  8082. "weightkg": 75,
  8083. "color": "Purple",
  8084. "prevo": "golbat",
  8085. "evoLevel": 23,
  8086. "eggGroups": [
  8087. "Flying"
  8088. ],
  8089. "name": "Crobat"
  8090. },
  8091. "chinchou": {
  8092. "num": 170,
  8093. "species": "Chinchou",
  8094. "types": [
  8095. "Water",
  8096. "Electric"
  8097. ],
  8098. "baseStats": {
  8099. "hp": 75,
  8100. "atk": 38,
  8101. "def": 38,
  8102. "spa": 56,
  8103. "spd": 56,
  8104. "spe": 67
  8105. },
  8106. "abilities": {
  8107. "0": "Volt Absorb",
  8108. "1": "Illuminate",
  8109. "H": "Water Absorb"
  8110. },
  8111. "heightm": 0.5,
  8112. "weightkg": 12,
  8113. "color": "Blue",
  8114. "evos": [
  8115. "lanturn"
  8116. ],
  8117. "eggGroups": [
  8118. "Water 2"
  8119. ],
  8120. "name": "Chinchou"
  8121. },
  8122. "lanturn": {
  8123. "num": 171,
  8124. "species": "Lanturn",
  8125. "types": [
  8126. "Water",
  8127. "Electric"
  8128. ],
  8129. "baseStats": {
  8130. "hp": 125,
  8131. "atk": 58,
  8132. "def": 58,
  8133. "spa": 76,
  8134. "spd": 76,
  8135. "spe": 67
  8136. },
  8137. "abilities": {
  8138. "0": "Volt Absorb",
  8139. "1": "Illuminate",
  8140. "H": "Water Absorb"
  8141. },
  8142. "heightm": 1.2,
  8143. "weightkg": 22.5,
  8144. "color": "Blue",
  8145. "prevo": "chinchou",
  8146. "evoLevel": 27,
  8147. "eggGroups": [
  8148. "Water 2"
  8149. ],
  8150. "name": "Lanturn"
  8151. },
  8152. "pichu": {
  8153. "num": 172,
  8154. "species": "Pichu",
  8155. "types": [
  8156. "Electric"
  8157. ],
  8158. "baseStats": {
  8159. "hp": 20,
  8160. "atk": 40,
  8161. "def": 15,
  8162. "spa": 35,
  8163. "spd": 35,
  8164. "spe": 60
  8165. },
  8166. "abilities": {
  8167. "0": "Static",
  8168. "H": "Lightning Rod"
  8169. },
  8170. "heightm": 0.3,
  8171. "weightkg": 2,
  8172. "color": "Yellow",
  8173. "evos": [
  8174. "pikachu"
  8175. ],
  8176. "eggGroups": [
  8177. "Undiscovered"
  8178. ],
  8179. "otherFormes": [
  8180. "pichuspikyeared"
  8181. ],
  8182. "name": "Pichu"
  8183. },
  8184. "pichuspikyeared": {
  8185. "num": 172,
  8186. "species": "Pichu-Spiky-eared",
  8187. "baseSpecies": "Pichu",
  8188. "forme": "Spiky-eared",
  8189. "formeLetter": "S",
  8190. "types": [
  8191. "Electric"
  8192. ],
  8193. "gender": "F",
  8194. "baseStats": {
  8195. "hp": 20,
  8196. "atk": 40,
  8197. "def": 15,
  8198. "spa": 35,
  8199. "spd": 35,
  8200. "spe": 60
  8201. },
  8202. "abilities": {
  8203. "0": "Static"
  8204. },
  8205. "heightm": 0.3,
  8206. "weightkg": 2,
  8207. "color": "Yellow",
  8208. "eggGroups": [
  8209. "Undiscovered"
  8210. ],
  8211. "name": "Pichu-Spiky-eared"
  8212. },
  8213. "cleffa": {
  8214. "num": 173,
  8215. "species": "Cleffa",
  8216. "types": [
  8217. "Fairy"
  8218. ],
  8219. "genderRatio": {
  8220. "M": 0.25,
  8221. "F": 0.75
  8222. },
  8223. "baseStats": {
  8224. "hp": 50,
  8225. "atk": 25,
  8226. "def": 28,
  8227. "spa": 45,
  8228. "spd": 55,
  8229. "spe": 15
  8230. },
  8231. "abilities": {
  8232. "0": "Cute Charm",
  8233. "1": "Magic Guard",
  8234. "H": "Friend Guard"
  8235. },
  8236. "heightm": 0.3,
  8237. "weightkg": 3,
  8238. "color": "Pink",
  8239. "evos": [
  8240. "clefairy"
  8241. ],
  8242. "eggGroups": [
  8243. "Undiscovered"
  8244. ],
  8245. "name": "Cleffa"
  8246. },
  8247. "igglybuff": {
  8248. "num": 174,
  8249. "species": "Igglybuff",
  8250. "types": [
  8251. "Normal",
  8252. "Fairy"
  8253. ],
  8254. "genderRatio": {
  8255. "M": 0.25,
  8256. "F": 0.75
  8257. },
  8258. "baseStats": {
  8259. "hp": 90,
  8260. "atk": 30,
  8261. "def": 15,
  8262. "spa": 40,
  8263. "spd": 20,
  8264. "spe": 15
  8265. },
  8266. "abilities": {
  8267. "0": "Cute Charm",
  8268. "1": "Competitive",
  8269. "H": "Friend Guard"
  8270. },
  8271. "heightm": 0.3,
  8272. "weightkg": 1,
  8273. "color": "Pink",
  8274. "evos": [
  8275. "jigglypuff"
  8276. ],
  8277. "eggGroups": [
  8278. "Undiscovered"
  8279. ],
  8280. "name": "Igglybuff"
  8281. },
  8282. "togepi": {
  8283. "num": 175,
  8284. "species": "Togepi",
  8285. "types": [
  8286. "Fairy"
  8287. ],
  8288. "genderRatio": {
  8289. "M": 0.875,
  8290. "F": 0.125
  8291. },
  8292. "baseStats": {
  8293. "hp": 35,
  8294. "atk": 20,
  8295. "def": 65,
  8296. "spa": 40,
  8297. "spd": 65,
  8298. "spe": 20
  8299. },
  8300. "abilities": {
  8301. "0": "Hustle",
  8302. "1": "Serene Grace",
  8303. "H": "Super Luck"
  8304. },
  8305. "heightm": 0.3,
  8306. "weightkg": 1.5,
  8307. "color": "White",
  8308. "evos": [
  8309. "togetic"
  8310. ],
  8311. "eggGroups": [
  8312. "Undiscovered"
  8313. ],
  8314. "name": "Togepi"
  8315. },
  8316. "togetic": {
  8317. "num": 176,
  8318. "species": "Togetic",
  8319. "types": [
  8320. "Fairy",
  8321. "Flying"
  8322. ],
  8323. "genderRatio": {
  8324. "M": 0.875,
  8325. "F": 0.125
  8326. },
  8327. "baseStats": {
  8328. "hp": 55,
  8329. "atk": 40,
  8330. "def": 85,
  8331. "spa": 80,
  8332. "spd": 105,
  8333. "spe": 40
  8334. },
  8335. "abilities": {
  8336. "0": "Hustle",
  8337. "1": "Serene Grace",
  8338. "H": "Super Luck"
  8339. },
  8340. "heightm": 0.6,
  8341. "weightkg": 3.2,
  8342. "color": "White",
  8343. "prevo": "togepi",
  8344. "evos": [
  8345. "togekiss"
  8346. ],
  8347. "evoLevel": 2,
  8348. "eggGroups": [
  8349. "Flying",
  8350. "Fairy"
  8351. ],
  8352. "name": "Togetic"
  8353. },
  8354. "natu": {
  8355. "num": 177,
  8356. "species": "Natu",
  8357. "types": [
  8358. "Psychic",
  8359. "Flying"
  8360. ],
  8361. "baseStats": {
  8362. "hp": 40,
  8363. "atk": 50,
  8364. "def": 45,
  8365. "spa": 70,
  8366. "spd": 45,
  8367. "spe": 70
  8368. },
  8369. "abilities": {
  8370. "0": "Synchronize",
  8371. "1": "Early Bird",
  8372. "H": "Magic Bounce"
  8373. },
  8374. "heightm": 0.2,
  8375. "weightkg": 2,
  8376. "color": "Green",
  8377. "evos": [
  8378. "xatu"
  8379. ],
  8380. "eggGroups": [
  8381. "Flying"
  8382. ],
  8383. "name": "Natu"
  8384. },
  8385. "xatu": {
  8386. "num": 178,
  8387. "species": "Xatu",
  8388. "types": [
  8389. "Psychic",
  8390. "Flying"
  8391. ],
  8392. "baseStats": {
  8393. "hp": 65,
  8394. "atk": 75,
  8395. "def": 70,
  8396. "spa": 95,
  8397. "spd": 70,
  8398. "spe": 95
  8399. },
  8400. "abilities": {
  8401. "0": "Synchronize",
  8402. "1": "Early Bird",
  8403. "H": "Magic Bounce"
  8404. },
  8405. "heightm": 1.5,
  8406. "weightkg": 15,
  8407. "color": "Green",
  8408. "prevo": "natu",
  8409. "evoLevel": 25,
  8410. "eggGroups": [
  8411. "Flying"
  8412. ],
  8413. "name": "Xatu"
  8414. },
  8415. "mareep": {
  8416. "num": 179,
  8417. "species": "Mareep",
  8418. "types": [
  8419. "Electric"
  8420. ],
  8421. "baseStats": {
  8422. "hp": 55,
  8423. "atk": 40,
  8424. "def": 40,
  8425. "spa": 65,
  8426. "spd": 45,
  8427. "spe": 35
  8428. },
  8429. "abilities": {
  8430. "0": "Static",
  8431. "H": "Plus"
  8432. },
  8433. "heightm": 0.6,
  8434. "weightkg": 7.8,
  8435. "color": "White",
  8436. "evos": [
  8437. "flaaffy"
  8438. ],
  8439. "eggGroups": [
  8440. "Monster",
  8441. "Field"
  8442. ],
  8443. "name": "Mareep"
  8444. },
  8445. "flaaffy": {
  8446. "num": 180,
  8447. "species": "Flaaffy",
  8448. "types": [
  8449. "Electric"
  8450. ],
  8451. "baseStats": {
  8452. "hp": 70,
  8453. "atk": 55,
  8454. "def": 55,
  8455. "spa": 80,
  8456. "spd": 60,
  8457. "spe": 45
  8458. },
  8459. "abilities": {
  8460. "0": "Static",
  8461. "H": "Plus"
  8462. },
  8463. "heightm": 0.8,
  8464. "weightkg": 13.3,
  8465. "color": "Pink",
  8466. "prevo": "mareep",
  8467. "evos": [
  8468. "ampharos"
  8469. ],
  8470. "evoLevel": 15,
  8471. "eggGroups": [
  8472. "Monster",
  8473. "Field"
  8474. ],
  8475. "name": "Flaaffy"
  8476. },
  8477. "ampharos": {
  8478. "num": 181,
  8479. "species": "Ampharos",
  8480. "types": [
  8481. "Electric"
  8482. ],
  8483. "baseStats": {
  8484. "hp": 90,
  8485. "atk": 75,
  8486. "def": 85,
  8487. "spa": 115,
  8488. "spd": 90,
  8489. "spe": 55
  8490. },
  8491. "abilities": {
  8492. "0": "Static",
  8493. "H": "Plus"
  8494. },
  8495. "heightm": 1.4,
  8496. "weightkg": 61.5,
  8497. "color": "Yellow",
  8498. "prevo": "flaaffy",
  8499. "evoLevel": 30,
  8500. "eggGroups": [
  8501. "Monster",
  8502. "Field"
  8503. ],
  8504. "otherFormes": [
  8505. "ampharosmega"
  8506. ],
  8507. "name": "Ampharos",
  8508. "exists": true,
  8509. "tier": "UU",
  8510. "learnset": {
  8511. "attract": [
  8512. "6M"
  8513. ],
  8514. "bodyslam": [
  8515.  
  8516. ],
  8517. "brickbreak": [
  8518. "6M"
  8519. ],
  8520. "bulldoze": [
  8521. "6M"
  8522. ],
  8523. "captivate": [
  8524.  
  8525. ],
  8526. "charge": [
  8527. "6L016"
  8528. ],
  8529. "chargebeam": [
  8530. "6M"
  8531. ],
  8532. "confuseray": [
  8533. "6L029"
  8534. ],
  8535. "cottonguard": [
  8536. "6L046"
  8537. ],
  8538. "cottonspore": [
  8539. "6L011"
  8540. ],
  8541. "counter": [
  8542.  
  8543. ],
  8544. "defensecurl": [
  8545.  
  8546. ],
  8547. "discharge": [
  8548. "6L040"
  8549. ],
  8550. "doubleedge": [
  8551.  
  8552. ],
  8553. "doubleteam": [
  8554. "6M"
  8555. ],
  8556. "dynamicpunch": [
  8557.  
  8558. ],
  8559. "echoedvoice": [
  8560. "6M"
  8561. ],
  8562. "electroball": [
  8563. "6L025"
  8564. ],
  8565. "endure": [
  8566.  
  8567. ],
  8568. "facade": [
  8569. "6M"
  8570. ],
  8571. "firepunch": [
  8572. "6L001e"
  8573. ],
  8574. "flash": [
  8575. "6M"
  8576. ],
  8577. "fling": [
  8578. "6M"
  8579. ],
  8580. "focusblast": [
  8581. "6M"
  8582. ],
  8583. "focuspunch": [
  8584.  
  8585. ],
  8586. "frustration": [
  8587. "6M"
  8588. ],
  8589. "gigaimpact": [
  8590. "6M"
  8591. ],
  8592. "growl": [
  8593. "6L001g"
  8594. ],
  8595. "headbutt": [
  8596.  
  8597. ],
  8598. "healbell": [
  8599.  
  8600. ],
  8601. "hiddenpower": [
  8602. "6M"
  8603. ],
  8604. "hyperbeam": [
  8605. "6M"
  8606. ],
  8607. "irontail": [
  8608.  
  8609. ],
  8610. "lightscreen": [
  8611. "6L057",
  8612. "6M"
  8613. ],
  8614. "magnetrise": [
  8615.  
  8616. ],
  8617. "megakick": [
  8618.  
  8619. ],
  8620. "megapunch": [
  8621.  
  8622. ],
  8623. "mimic": [
  8624.  
  8625. ],
  8626. "naturalgift": [
  8627.  
  8628. ],
  8629. "outrage": [
  8630.  
  8631. ],
  8632. "powergem": [
  8633. "6L035"
  8634. ],
  8635. "protect": [
  8636. "6M"
  8637. ],
  8638. "raindance": [
  8639. "6M"
  8640. ],
  8641. "rest": [
  8642. "6M"
  8643. ],
  8644. "return": [
  8645. "6M"
  8646. ],
  8647. "rockclimb": [
  8648.  
  8649. ],
  8650. "rocksmash": [
  8651. "6M"
  8652. ],
  8653. "round": [
  8654. "6M"
  8655. ],
  8656. "safeguard": [
  8657. "6M"
  8658. ],
  8659. "secretpower": [
  8660.  
  8661. ],
  8662. "seismictoss": [
  8663.  
  8664. ],
  8665. "shockwave": [
  8666.  
  8667. ],
  8668. "signalbeam": [
  8669. "6L051"
  8670. ],
  8671. "sleeptalk": [
  8672. "6M"
  8673. ],
  8674. "snore": [
  8675.  
  8676. ],
  8677. "strength": [
  8678. "6M"
  8679. ],
  8680. "substitute": [
  8681. "6M"
  8682. ],
  8683. "swagger": [
  8684. "6M"
  8685. ],
  8686. "swift": [
  8687.  
  8688. ],
  8689. "tackle": [
  8690. "6L001f"
  8691. ],
  8692. "takedown": [
  8693. "6L020"
  8694. ],
  8695. "thunder": [
  8696. "6L062",
  8697. "6M"
  8698. ],
  8699. "thunderbolt": [
  8700. "6M"
  8701. ],
  8702. "thunderpunch": [
  8703. "6L030"
  8704. ],
  8705. "thundershock": [
  8706. "6L001i",
  8707. "6L008"
  8708. ],
  8709. "thunderwave": [
  8710. "6L001h",
  8711. "6L004",
  8712. "6M"
  8713. ],
  8714. "toxic": [
  8715. "6M"
  8716. ],
  8717. "voltswitch": [
  8718. "6M"
  8719. ],
  8720. "wildcharge": [
  8721. "6M"
  8722. ],
  8723. "afteryou": [
  8724.  
  8725. ],
  8726. "zapcannon": [
  8727. "6L001a"
  8728. ],
  8729. "magneticflux": [
  8730. "6L001b"
  8731. ],
  8732. "iondeluge": [
  8733. "6L001c"
  8734. ],
  8735. "dragonpulse": [
  8736. "6L001d",
  8737. "6L065"
  8738. ],
  8739. "poweruppunch": [
  8740. "6M"
  8741. ],
  8742. "confide": [
  8743. "6M"
  8744. ]
  8745. },
  8746. "id": "ampharos",
  8747. "speciesid": "ampharos",
  8748. "baseSpecies": "Ampharos",
  8749. "forme": "",
  8750. "formeLetter": "",
  8751. "spriteid": "ampharos",
  8752. "effectType": "Template"
  8753. },
  8754. "ampharosmega": {
  8755. "num": 181,
  8756. "species": "Ampharos-Mega",
  8757. "baseSpecies": "Ampharos",
  8758. "forme": "Mega",
  8759. "formeLetter": "M",
  8760. "types": [
  8761. "Electric",
  8762. "Dragon"
  8763. ],
  8764. "baseStats": {
  8765. "hp": 90,
  8766. "atk": 95,
  8767. "def": 105,
  8768. "spa": 165,
  8769. "spd": 110,
  8770. "spe": 45
  8771. },
  8772. "abilities": {
  8773. "0": "Mold Breaker"
  8774. },
  8775. "heightm": 1.4,
  8776. "weightkg": 61.5,
  8777. "color": "Yellow",
  8778. "prevo": "flaaffy",
  8779. "evoLevel": 30,
  8780. "eggGroups": [
  8781. "Monster",
  8782. "Field"
  8783. ],
  8784. "name": "Ampharos-Mega",
  8785. "exists": true,
  8786. "id": "ampharosmega",
  8787. "speciesid": "ampharosmega",
  8788. "spriteid": "ampharos-mega",
  8789. "effectType": "Template"
  8790. },
  8791. "bellossom": {
  8792. "num": 182,
  8793. "species": "Bellossom",
  8794. "types": [
  8795. "Grass"
  8796. ],
  8797. "baseStats": {
  8798. "hp": 75,
  8799. "atk": 80,
  8800. "def": 95,
  8801. "spa": 90,
  8802. "spd": 100,
  8803. "spe": 50
  8804. },
  8805. "abilities": {
  8806. "0": "Chlorophyll",
  8807. "H": "Healer"
  8808. },
  8809. "heightm": 0.4,
  8810. "weightkg": 5.8,
  8811. "color": "Green",
  8812. "prevo": "gloom",
  8813. "evoLevel": 21,
  8814. "eggGroups": [
  8815. "Grass"
  8816. ],
  8817. "name": "Bellossom"
  8818. },
  8819. "marill": {
  8820. "num": 183,
  8821. "species": "Marill",
  8822. "types": [
  8823. "Water",
  8824. "Fairy"
  8825. ],
  8826. "baseStats": {
  8827. "hp": 70,
  8828. "atk": 20,
  8829. "def": 50,
  8830. "spa": 20,
  8831. "spd": 50,
  8832. "spe": 40
  8833. },
  8834. "abilities": {
  8835. "0": "Thick Fat",
  8836. "1": "Huge Power",
  8837. "H": "Sap Sipper"
  8838. },
  8839. "heightm": 0.4,
  8840. "weightkg": 8.5,
  8841. "color": "Blue",
  8842. "prevo": "azurill",
  8843. "evos": [
  8844. "azumarill"
  8845. ],
  8846. "evoLevel": 1,
  8847. "eggGroups": [
  8848. "Water 1",
  8849. "Fairy"
  8850. ],
  8851. "name": "Marill"
  8852. },
  8853. "azumarill": {
  8854. "num": 184,
  8855. "species": "Azumarill",
  8856. "types": [
  8857. "Water",
  8858. "Fairy"
  8859. ],
  8860. "baseStats": {
  8861. "hp": 100,
  8862. "atk": 50,
  8863. "def": 80,
  8864. "spa": 60,
  8865. "spd": 80,
  8866. "spe": 50
  8867. },
  8868. "abilities": {
  8869. "0": "Thick Fat",
  8870. "1": "Huge Power",
  8871. "H": "Sap Sipper"
  8872. },
  8873. "heightm": 0.8,
  8874. "weightkg": 28.5,
  8875. "color": "Blue",
  8876. "prevo": "marill",
  8877. "evoLevel": 18,
  8878. "eggGroups": [
  8879. "Water 1",
  8880. "Fairy"
  8881. ],
  8882. "name": "Azumarill",
  8883. "exists": true,
  8884. "tier": "OU",
  8885. "learnset": {
  8886. "aquaring": [
  8887. "6L031"
  8888. ],
  8889. "aquatail": [
  8890. "6L021"
  8891. ],
  8892. "attract": [
  8893. "6M"
  8894. ],
  8895. "blizzard": [
  8896. "6M"
  8897. ],
  8898. "bodyslam": [
  8899.  
  8900. ],
  8901. "brickbreak": [
  8902. "6M"
  8903. ],
  8904. "bubble": [
  8905. "6L007"
  8906. ],
  8907. "bubblebeam": [
  8908. "6L013"
  8909. ],
  8910. "bulldoze": [
  8911. "6M"
  8912. ],
  8913. "captivate": [
  8914.  
  8915. ],
  8916. "defensecurl": [
  8917. "6L010"
  8918. ],
  8919. "dig": [
  8920. "6M"
  8921. ],
  8922. "dive": [
  8923.  
  8924. ],
  8925. "doubleedge": [
  8926. "6L025"
  8927. ],
  8928. "doubleteam": [
  8929. "6M"
  8930. ],
  8931. "dynamicpunch": [
  8932.  
  8933. ],
  8934. "endure": [
  8935.  
  8936. ],
  8937. "facade": [
  8938. "6M"
  8939. ],
  8940. "fling": [
  8941. "6M"
  8942. ],
  8943. "focusblast": [
  8944. "6M"
  8945. ],
  8946. "focuspunch": [
  8947.  
  8948. ],
  8949. "frustration": [
  8950. "6M"
  8951. ],
  8952. "gigaimpact": [
  8953. "6M"
  8954. ],
  8955. "grassknot": [
  8956. "6M"
  8957. ],
  8958. "hail": [
  8959. "6M"
  8960. ],
  8961. "headbutt": [
  8962.  
  8963. ],
  8964. "helpinghand": [
  8965. "6L016"
  8966. ],
  8967. "hiddenpower": [
  8968. "6M"
  8969. ],
  8970. "hydropump": [
  8971. "6L046"
  8972. ],
  8973. "hyperbeam": [
  8974. "6M"
  8975. ],
  8976. "icebeam": [
  8977. "6M"
  8978. ],
  8979. "icepunch": [
  8980.  
  8981. ],
  8982. "icywind": [
  8983.  
  8984. ],
  8985. "irontail": [
  8986.  
  8987. ],
  8988. "knockoff": [
  8989.  
  8990. ],
  8991. "lightscreen": [
  8992. "6M"
  8993. ],
  8994. "megakick": [
  8995.  
  8996. ],
  8997. "megapunch": [
  8998.  
  8999. ],
  9000. "mimic": [
  9001.  
  9002. ],
  9003. "mudslap": [
  9004.  
  9005. ],
  9006. "naturalgift": [
  9007.  
  9008. ],
  9009. "protect": [
  9010. "6M"
  9011. ],
  9012. "raindance": [
  9013. "6L035",
  9014. "6M"
  9015. ],
  9016. "rest": [
  9017. "6M"
  9018. ],
  9019. "return": [
  9020. "6M"
  9021. ],
  9022. "rocksmash": [
  9023. "6M"
  9024. ],
  9025. "rollout": [
  9026. "6L010"
  9027. ],
  9028. "round": [
  9029. "6M"
  9030. ],
  9031. "scald": [
  9032. "6M"
  9033. ],
  9034. "secretpower": [
  9035.  
  9036. ],
  9037. "seismictoss": [
  9038.  
  9039. ],
  9040. "sleeptalk": [
  9041. "6M"
  9042. ],
  9043. "snore": [
  9044.  
  9045. ],
  9046. "strength": [
  9047. "6M"
  9048. ],
  9049. "substitute": [
  9050. "6M"
  9051. ],
  9052. "superpower": [
  9053. "6L042"
  9054. ],
  9055. "surf": [
  9056. "6M"
  9057. ],
  9058. "swagger": [
  9059. "6M"
  9060. ],
  9061. "swift": [
  9062.  
  9063. ],
  9064. "tackle": [
  9065. "6L001a"
  9066. ],
  9067. "tailwhip": [
  9068. "6L001c",
  9069. "6L002"
  9070. ],
  9071. "toxic": [
  9072. "6M"
  9073. ],
  9074. "waterfall": [
  9075. "6M"
  9076. ],
  9077. "watergun": [
  9078. "6L001b"
  9079. ],
  9080. "waterpulse": [
  9081.  
  9082. ],
  9083. "watersport": [
  9084. "6L001d",
  9085. "6L005"
  9086. ],
  9087. "whirlpool": [
  9088.  
  9089. ],
  9090. "workup": [
  9091.  
  9092. ],
  9093. "covet": [
  9094.  
  9095. ],
  9096. "bounce": [
  9097.  
  9098. ],
  9099. "hypervoice": [
  9100.  
  9101. ],
  9102. "playrough": [
  9103. "6L050"
  9104. ],
  9105. "poweruppunch": [
  9106. "6M"
  9107. ],
  9108. "confide": [
  9109. "6M"
  9110. ]
  9111. },
  9112. "id": "azumarill",
  9113. "speciesid": "azumarill",
  9114. "baseSpecies": "Azumarill",
  9115. "forme": "",
  9116. "formeLetter": "",
  9117. "spriteid": "azumarill",
  9118. "effectType": "Template"
  9119. },
  9120. "sudowoodo": {
  9121. "num": 185,
  9122. "species": "Sudowoodo",
  9123. "types": [
  9124. "Rock"
  9125. ],
  9126. "baseStats": {
  9127. "hp": 70,
  9128. "atk": 100,
  9129. "def": 115,
  9130. "spa": 30,
  9131. "spd": 65,
  9132. "spe": 30
  9133. },
  9134. "abilities": {
  9135. "0": "Sturdy",
  9136. "1": "Rock Head",
  9137. "H": "Rattled"
  9138. },
  9139. "heightm": 1.2,
  9140. "weightkg": 38,
  9141. "color": "Brown",
  9142. "prevo": "bonsly",
  9143. "evoLevel": 1,
  9144. "evoMove": "Mimic",
  9145. "eggGroups": [
  9146. "Mineral"
  9147. ],
  9148. "name": "Sudowoodo"
  9149. },
  9150. "politoed": {
  9151. "num": 186,
  9152. "species": "Politoed",
  9153. "types": [
  9154. "Water"
  9155. ],
  9156. "baseStats": {
  9157. "hp": 90,
  9158. "atk": 75,
  9159. "def": 75,
  9160. "spa": 90,
  9161. "spd": 100,
  9162. "spe": 70
  9163. },
  9164. "abilities": {
  9165. "0": "Water Absorb",
  9166. "1": "Damp",
  9167. "H": "Drizzle"
  9168. },
  9169. "heightm": 1.1,
  9170. "weightkg": 33.9,
  9171. "color": "Green",
  9172. "prevo": "poliwhirl",
  9173. "evoLevel": 25,
  9174. "eggGroups": [
  9175. "Water 1"
  9176. ],
  9177. "name": "Politoed"
  9178. },
  9179. "hoppip": {
  9180. "num": 187,
  9181. "species": "Hoppip",
  9182. "types": [
  9183. "Grass",
  9184. "Flying"
  9185. ],
  9186. "baseStats": {
  9187. "hp": 35,
  9188. "atk": 35,
  9189. "def": 40,
  9190. "spa": 35,
  9191. "spd": 55,
  9192. "spe": 50
  9193. },
  9194. "abilities": {
  9195. "0": "Chlorophyll",
  9196. "1": "Leaf Guard",
  9197. "H": "Infiltrator"
  9198. },
  9199. "heightm": 0.4,
  9200. "weightkg": 0.5,
  9201. "color": "Pink",
  9202. "evos": [
  9203. "skiploom"
  9204. ],
  9205. "eggGroups": [
  9206. "Fairy",
  9207. "Grass"
  9208. ],
  9209. "name": "Hoppip"
  9210. },
  9211. "skiploom": {
  9212. "num": 188,
  9213. "species": "Skiploom",
  9214. "types": [
  9215. "Grass",
  9216. "Flying"
  9217. ],
  9218. "baseStats": {
  9219. "hp": 55,
  9220. "atk": 45,
  9221. "def": 50,
  9222. "spa": 45,
  9223. "spd": 65,
  9224. "spe": 80
  9225. },
  9226. "abilities": {
  9227. "0": "Chlorophyll",
  9228. "1": "Leaf Guard",
  9229. "H": "Infiltrator"
  9230. },
  9231. "heightm": 0.6,
  9232. "weightkg": 1,
  9233. "color": "Green",
  9234. "prevo": "hoppip",
  9235. "evos": [
  9236. "jumpluff"
  9237. ],
  9238. "evoLevel": 18,
  9239. "eggGroups": [
  9240. "Fairy",
  9241. "Grass"
  9242. ],
  9243. "name": "Skiploom"
  9244. },
  9245. "jumpluff": {
  9246. "num": 189,
  9247. "species": "Jumpluff",
  9248. "types": [
  9249. "Grass",
  9250. "Flying"
  9251. ],
  9252. "baseStats": {
  9253. "hp": 75,
  9254. "atk": 55,
  9255. "def": 70,
  9256. "spa": 55,
  9257. "spd": 95,
  9258. "spe": 110
  9259. },
  9260. "abilities": {
  9261. "0": "Chlorophyll",
  9262. "1": "Leaf Guard",
  9263. "H": "Infiltrator"
  9264. },
  9265. "heightm": 0.8,
  9266. "weightkg": 3,
  9267. "color": "Blue",
  9268. "prevo": "skiploom",
  9269. "evoLevel": 27,
  9270. "eggGroups": [
  9271. "Fairy",
  9272. "Grass"
  9273. ],
  9274. "name": "Jumpluff"
  9275. },
  9276. "aipom": {
  9277. "num": 190,
  9278. "species": "Aipom",
  9279. "types": [
  9280. "Normal"
  9281. ],
  9282. "baseStats": {
  9283. "hp": 55,
  9284. "atk": 70,
  9285. "def": 55,
  9286. "spa": 40,
  9287. "spd": 55,
  9288. "spe": 85
  9289. },
  9290. "abilities": {
  9291. "0": "Run Away",
  9292. "1": "Pickup",
  9293. "H": "Skill Link"
  9294. },
  9295. "heightm": 0.8,
  9296. "weightkg": 11.5,
  9297. "color": "Purple",
  9298. "evos": [
  9299. "ambipom"
  9300. ],
  9301. "eggGroups": [
  9302. "Field"
  9303. ],
  9304. "name": "Aipom"
  9305. },
  9306. "sunkern": {
  9307. "num": 191,
  9308. "species": "Sunkern",
  9309. "types": [
  9310. "Grass"
  9311. ],
  9312. "baseStats": {
  9313. "hp": 30,
  9314. "atk": 30,
  9315. "def": 30,
  9316. "spa": 30,
  9317. "spd": 30,
  9318. "spe": 30
  9319. },
  9320. "abilities": {
  9321. "0": "Chlorophyll",
  9322. "1": "Solar Power",
  9323. "H": "Early Bird"
  9324. },
  9325. "heightm": 0.3,
  9326. "weightkg": 1.8,
  9327. "color": "Yellow",
  9328. "evos": [
  9329. "sunflora"
  9330. ],
  9331. "eggGroups": [
  9332. "Grass"
  9333. ],
  9334. "name": "Sunkern"
  9335. },
  9336. "sunflora": {
  9337. "num": 192,
  9338. "species": "Sunflora",
  9339. "types": [
  9340. "Grass"
  9341. ],
  9342. "baseStats": {
  9343. "hp": 75,
  9344. "atk": 75,
  9345. "def": 55,
  9346. "spa": 105,
  9347. "spd": 85,
  9348. "spe": 30
  9349. },
  9350. "abilities": {
  9351. "0": "Chlorophyll",
  9352. "1": "Solar Power",
  9353. "H": "Early Bird"
  9354. },
  9355. "heightm": 0.8,
  9356. "weightkg": 8.5,
  9357. "color": "Yellow",
  9358. "prevo": "sunkern",
  9359. "evoLevel": 1,
  9360. "eggGroups": [
  9361. "Grass"
  9362. ],
  9363. "name": "Sunflora"
  9364. },
  9365. "yanma": {
  9366. "num": 193,
  9367. "species": "Yanma",
  9368. "types": [
  9369. "Bug",
  9370. "Flying"
  9371. ],
  9372. "baseStats": {
  9373. "hp": 65,
  9374. "atk": 65,
  9375. "def": 45,
  9376. "spa": 75,
  9377. "spd": 45,
  9378. "spe": 95
  9379. },
  9380. "abilities": {
  9381. "0": "Speed Boost",
  9382. "1": "Compound Eyes",
  9383. "H": "Frisk"
  9384. },
  9385. "heightm": 1.2,
  9386. "weightkg": 38,
  9387. "color": "Red",
  9388. "evos": [
  9389. "yanmega"
  9390. ],
  9391. "eggGroups": [
  9392. "Bug"
  9393. ],
  9394. "name": "Yanma"
  9395. },
  9396. "wooper": {
  9397. "num": 194,
  9398. "species": "Wooper",
  9399. "types": [
  9400. "Water",
  9401. "Ground"
  9402. ],
  9403. "baseStats": {
  9404. "hp": 55,
  9405. "atk": 45,
  9406. "def": 45,
  9407. "spa": 25,
  9408. "spd": 25,
  9409. "spe": 15
  9410. },
  9411. "abilities": {
  9412. "0": "Damp",
  9413. "1": "Water Absorb",
  9414. "H": "Unaware"
  9415. },
  9416. "heightm": 0.4,
  9417. "weightkg": 8.5,
  9418. "color": "Blue",
  9419. "evos": [
  9420. "quagsire"
  9421. ],
  9422. "eggGroups": [
  9423. "Water 1",
  9424. "Field"
  9425. ],
  9426. "name": "Wooper"
  9427. },
  9428. "quagsire": {
  9429. "num": 195,
  9430. "species": "Quagsire",
  9431. "types": [
  9432. "Water",
  9433. "Ground"
  9434. ],
  9435. "baseStats": {
  9436. "hp": 95,
  9437. "atk": 85,
  9438. "def": 85,
  9439. "spa": 65,
  9440. "spd": 65,
  9441. "spe": 35
  9442. },
  9443. "abilities": {
  9444. "0": "Damp",
  9445. "1": "Water Absorb",
  9446. "H": "Unaware"
  9447. },
  9448. "heightm": 1.4,
  9449. "weightkg": 75,
  9450. "color": "Blue",
  9451. "prevo": "wooper",
  9452. "evoLevel": 20,
  9453. "eggGroups": [
  9454. "Water 1",
  9455. "Field"
  9456. ],
  9457. "name": "Quagsire"
  9458. },
  9459. "espeon": {
  9460. "num": 196,
  9461. "species": "Espeon",
  9462. "types": [
  9463. "Psychic"
  9464. ],
  9465. "genderRatio": {
  9466. "M": 0.875,
  9467. "F": 0.125
  9468. },
  9469. "baseStats": {
  9470. "hp": 65,
  9471. "atk": 65,
  9472. "def": 60,
  9473. "spa": 130,
  9474. "spd": 95,
  9475. "spe": 110
  9476. },
  9477. "abilities": {
  9478. "0": "Synchronize",
  9479. "H": "Magic Bounce"
  9480. },
  9481. "heightm": 0.9,
  9482. "weightkg": 26.5,
  9483. "color": "Purple",
  9484. "prevo": "eevee",
  9485. "evoLevel": 2,
  9486. "eggGroups": [
  9487. "Field"
  9488. ],
  9489. "name": "Espeon"
  9490. },
  9491. "umbreon": {
  9492. "num": 197,
  9493. "species": "Umbreon",
  9494. "types": [
  9495. "Dark"
  9496. ],
  9497. "genderRatio": {
  9498. "M": 0.875,
  9499. "F": 0.125
  9500. },
  9501. "baseStats": {
  9502. "hp": 95,
  9503. "atk": 65,
  9504. "def": 110,
  9505. "spa": 60,
  9506. "spd": 130,
  9507. "spe": 65
  9508. },
  9509. "abilities": {
  9510. "0": "Synchronize",
  9511. "H": "Inner Focus"
  9512. },
  9513. "heightm": 1,
  9514. "weightkg": 27,
  9515. "color": "Black",
  9516. "prevo": "eevee",
  9517. "evoLevel": 2,
  9518. "eggGroups": [
  9519. "Field"
  9520. ],
  9521. "name": "Umbreon"
  9522. },
  9523. "murkrow": {
  9524. "num": 198,
  9525. "species": "Murkrow",
  9526. "types": [
  9527. "Dark",
  9528. "Flying"
  9529. ],
  9530. "baseStats": {
  9531. "hp": 60,
  9532. "atk": 85,
  9533. "def": 42,
  9534. "spa": 85,
  9535. "spd": 42,
  9536. "spe": 91
  9537. },
  9538. "abilities": {
  9539. "0": "Insomnia",
  9540. "1": "Super Luck",
  9541. "H": "Prankster"
  9542. },
  9543. "heightm": 0.5,
  9544. "weightkg": 2.1,
  9545. "color": "Black",
  9546. "evos": [
  9547. "honchkrow"
  9548. ],
  9549. "eggGroups": [
  9550. "Flying"
  9551. ],
  9552. "name": "Murkrow"
  9553. },
  9554. "slowking": {
  9555. "num": 199,
  9556. "species": "Slowking",
  9557. "types": [
  9558. "Water",
  9559. "Psychic"
  9560. ],
  9561. "baseStats": {
  9562. "hp": 95,
  9563. "atk": 75,
  9564. "def": 80,
  9565. "spa": 100,
  9566. "spd": 110,
  9567. "spe": 30
  9568. },
  9569. "abilities": {
  9570. "0": "Oblivious",
  9571. "1": "Own Tempo",
  9572. "H": "Regenerator"
  9573. },
  9574. "heightm": 2,
  9575. "weightkg": 79.5,
  9576. "color": "Pink",
  9577. "prevo": "slowpoke",
  9578. "evoLevel": 1,
  9579. "eggGroups": [
  9580. "Monster",
  9581. "Water 1"
  9582. ],
  9583. "name": "Slowking"
  9584. },
  9585. "misdreavus": {
  9586. "num": 200,
  9587. "species": "Misdreavus",
  9588. "types": [
  9589. "Ghost"
  9590. ],
  9591. "baseStats": {
  9592. "hp": 60,
  9593. "atk": 60,
  9594. "def": 60,
  9595. "spa": 85,
  9596. "spd": 85,
  9597. "spe": 85
  9598. },
  9599. "abilities": {
  9600. "0": "Levitate"
  9601. },
  9602. "heightm": 0.7,
  9603. "weightkg": 1,
  9604. "color": "Gray",
  9605. "evos": [
  9606. "mismagius"
  9607. ],
  9608. "eggGroups": [
  9609. "Amorphous"
  9610. ],
  9611. "name": "Misdreavus"
  9612. },
  9613. "unown": {
  9614. "num": 201,
  9615. "species": "Unown",
  9616. "baseForme": "A",
  9617. "types": [
  9618. "Psychic"
  9619. ],
  9620. "gender": "N",
  9621. "baseStats": {
  9622. "hp": 48,
  9623. "atk": 72,
  9624. "def": 48,
  9625. "spa": 72,
  9626. "spd": 48,
  9627. "spe": 48
  9628. },
  9629. "abilities": {
  9630. "0": "Levitate"
  9631. },
  9632. "heightm": 0.5,
  9633. "weightkg": 5,
  9634. "color": "Black",
  9635. "eggGroups": [
  9636. "Undiscovered"
  9637. ],
  9638. "otherForms": [
  9639. "unownb",
  9640. "unownc",
  9641. "unownd",
  9642. "unowne",
  9643. "unownf",
  9644. "unowng",
  9645. "unownh",
  9646. "unowni",
  9647. "unownj",
  9648. "unownk",
  9649. "unownl",
  9650. "unownm",
  9651. "unownn",
  9652. "unowno",
  9653. "unownp",
  9654. "unownq",
  9655. "unownr",
  9656. "unowns",
  9657. "unownt",
  9658. "unownu",
  9659. "unownv",
  9660. "unownw",
  9661. "unownx",
  9662. "unowny",
  9663. "unownz",
  9664. "unownem",
  9665. "unownqm"
  9666. ],
  9667. "name": "Unown"
  9668. },
  9669. "wobbuffet": {
  9670. "num": 202,
  9671. "species": "Wobbuffet",
  9672. "types": [
  9673. "Psychic"
  9674. ],
  9675. "baseStats": {
  9676. "hp": 190,
  9677. "atk": 33,
  9678. "def": 58,
  9679. "spa": 33,
  9680. "spd": 58,
  9681. "spe": 33
  9682. },
  9683. "abilities": {
  9684. "0": "Shadow Tag",
  9685. "H": "Telepathy"
  9686. },
  9687. "heightm": 1.3,
  9688. "weightkg": 28.5,
  9689. "color": "Blue",
  9690. "prevo": "wynaut",
  9691. "evoLevel": 15,
  9692. "eggGroups": [
  9693. "Amorphous"
  9694. ],
  9695. "name": "Wobbuffet"
  9696. },
  9697. "girafarig": {
  9698. "num": 203,
  9699. "species": "Girafarig",
  9700. "types": [
  9701. "Normal",
  9702. "Psychic"
  9703. ],
  9704. "baseStats": {
  9705. "hp": 70,
  9706. "atk": 80,
  9707. "def": 65,
  9708. "spa": 90,
  9709. "spd": 65,
  9710. "spe": 85
  9711. },
  9712. "abilities": {
  9713. "0": "Inner Focus",
  9714. "1": "Early Bird",
  9715. "H": "Sap Sipper"
  9716. },
  9717. "heightm": 1.5,
  9718. "weightkg": 41.5,
  9719. "color": "Yellow",
  9720. "eggGroups": [
  9721. "Field"
  9722. ],
  9723. "name": "Girafarig"
  9724. },
  9725. "pineco": {
  9726. "num": 204,
  9727. "species": "Pineco",
  9728. "types": [
  9729. "Bug"
  9730. ],
  9731. "baseStats": {
  9732. "hp": 50,
  9733. "atk": 65,
  9734. "def": 90,
  9735. "spa": 35,
  9736. "spd": 35,
  9737. "spe": 15
  9738. },
  9739. "abilities": {
  9740. "0": "Sturdy",
  9741. "H": "Overcoat"
  9742. },
  9743. "heightm": 0.6,
  9744. "weightkg": 7.2,
  9745. "color": "Gray",
  9746. "evos": [
  9747. "forretress"
  9748. ],
  9749. "eggGroups": [
  9750. "Bug"
  9751. ],
  9752. "name": "Pineco"
  9753. },
  9754. "forretress": {
  9755. "num": 205,
  9756. "species": "Forretress",
  9757. "types": [
  9758. "Bug",
  9759. "Steel"
  9760. ],
  9761. "baseStats": {
  9762. "hp": 75,
  9763. "atk": 90,
  9764. "def": 140,
  9765. "spa": 60,
  9766. "spd": 60,
  9767. "spe": 40
  9768. },
  9769. "abilities": {
  9770. "0": "Sturdy",
  9771. "H": "Overcoat"
  9772. },
  9773. "heightm": 1.2,
  9774. "weightkg": 125.8,
  9775. "color": "Purple",
  9776. "prevo": "pineco",
  9777. "evoLevel": 31,
  9778. "eggGroups": [
  9779. "Bug"
  9780. ],
  9781. "name": "Forretress"
  9782. },
  9783. "dunsparce": {
  9784. "num": 206,
  9785. "species": "Dunsparce",
  9786. "types": [
  9787. "Normal"
  9788. ],
  9789. "baseStats": {
  9790. "hp": 100,
  9791. "atk": 70,
  9792. "def": 70,
  9793. "spa": 65,
  9794. "spd": 65,
  9795. "spe": 45
  9796. },
  9797. "abilities": {
  9798. "0": "Serene Grace",
  9799. "1": "Run Away",
  9800. "H": "Rattled"
  9801. },
  9802. "heightm": 1.5,
  9803. "weightkg": 14,
  9804. "color": "Yellow",
  9805. "eggGroups": [
  9806. "Field"
  9807. ],
  9808. "name": "Dunsparce"
  9809. },
  9810. "gligar": {
  9811. "num": 207,
  9812. "species": "Gligar",
  9813. "types": [
  9814. "Ground",
  9815. "Flying"
  9816. ],
  9817. "baseStats": {
  9818. "hp": 65,
  9819. "atk": 75,
  9820. "def": 105,
  9821. "spa": 35,
  9822. "spd": 65,
  9823. "spe": 85
  9824. },
  9825. "abilities": {
  9826. "0": "Hyper Cutter",
  9827. "1": "Sand Veil",
  9828. "H": "Immunity"
  9829. },
  9830. "heightm": 1.1,
  9831. "weightkg": 64.8,
  9832. "color": "Purple",
  9833. "evos": [
  9834. "gliscor"
  9835. ],
  9836. "eggGroups": [
  9837. "Bug"
  9838. ],
  9839. "name": "Gligar"
  9840. },
  9841. "steelix": {
  9842. "num": 208,
  9843. "species": "Steelix",
  9844. "types": [
  9845. "Steel",
  9846. "Ground"
  9847. ],
  9848. "baseStats": {
  9849. "hp": 75,
  9850. "atk": 85,
  9851. "def": 200,
  9852. "spa": 55,
  9853. "spd": 65,
  9854. "spe": 30
  9855. },
  9856. "abilities": {
  9857. "0": "Rock Head",
  9858. "1": "Sturdy",
  9859. "H": "Sheer Force"
  9860. },
  9861. "heightm": 9.2,
  9862. "weightkg": 400,
  9863. "color": "Gray",
  9864. "prevo": "onix",
  9865. "evoLevel": 1,
  9866. "eggGroups": [
  9867. "Mineral"
  9868. ],
  9869. "otherFormes": [
  9870. "steelixmega"
  9871. ],
  9872. "name": "Steelix"
  9873. },
  9874. "steelixmega": {
  9875. "num": 208,
  9876. "species": "Steelix-Mega",
  9877. "baseSpecies": "Steelix",
  9878. "forme": "Mega",
  9879. "formeLetter": "M",
  9880. "types": [
  9881. "Steel",
  9882. "Ground"
  9883. ],
  9884. "baseStats": {
  9885. "hp": 75,
  9886. "atk": 125,
  9887. "def": 230,
  9888. "spa": 55,
  9889. "spd": 95,
  9890. "spe": 30
  9891. },
  9892. "abilities": {
  9893. "0": "Sand Force"
  9894. },
  9895. "heightm": 10.5,
  9896. "weightkg": 740,
  9897. "color": "Gray",
  9898. "prevo": "onix",
  9899. "evoLevel": 1,
  9900. "eggGroups": [
  9901. "Mineral"
  9902. ],
  9903. "name": "Steelix-Mega"
  9904. },
  9905. "snubbull": {
  9906. "num": 209,
  9907. "species": "Snubbull",
  9908. "types": [
  9909. "Fairy"
  9910. ],
  9911. "genderRatio": {
  9912. "M": 0.25,
  9913. "F": 0.75
  9914. },
  9915. "baseStats": {
  9916. "hp": 60,
  9917. "atk": 80,
  9918. "def": 50,
  9919. "spa": 40,
  9920. "spd": 40,
  9921. "spe": 30
  9922. },
  9923. "abilities": {
  9924. "0": "Intimidate",
  9925. "1": "Run Away",
  9926. "H": "Rattled"
  9927. },
  9928. "heightm": 0.6,
  9929. "weightkg": 7.8,
  9930. "color": "Pink",
  9931. "evos": [
  9932. "granbull"
  9933. ],
  9934. "eggGroups": [
  9935. "Field",
  9936. "Fairy"
  9937. ],
  9938. "name": "Snubbull"
  9939. },
  9940. "granbull": {
  9941. "num": 210,
  9942. "species": "Granbull",
  9943. "types": [
  9944. "Fairy"
  9945. ],
  9946. "genderRatio": {
  9947. "M": 0.25,
  9948. "F": 0.75
  9949. },
  9950. "baseStats": {
  9951. "hp": 90,
  9952. "atk": 120,
  9953. "def": 75,
  9954. "spa": 60,
  9955. "spd": 60,
  9956. "spe": 45
  9957. },
  9958. "abilities": {
  9959. "0": "Intimidate",
  9960. "1": "Quick Feet",
  9961. "H": "Rattled"
  9962. },
  9963. "heightm": 1.4,
  9964. "weightkg": 48.7,
  9965. "color": "Purple",
  9966. "prevo": "snubbull",
  9967. "evoLevel": 23,
  9968. "eggGroups": [
  9969. "Field",
  9970. "Fairy"
  9971. ],
  9972. "name": "Granbull"
  9973. },
  9974. "qwilfish": {
  9975. "num": 211,
  9976. "species": "Qwilfish",
  9977. "types": [
  9978. "Water",
  9979. "Poison"
  9980. ],
  9981. "baseStats": {
  9982. "hp": 65,
  9983. "atk": 95,
  9984. "def": 75,
  9985. "spa": 55,
  9986. "spd": 55,
  9987. "spe": 85
  9988. },
  9989. "abilities": {
  9990. "0": "Poison Point",
  9991. "1": "Swift Swim",
  9992. "H": "Intimidate"
  9993. },
  9994. "heightm": 0.5,
  9995. "weightkg": 3.9,
  9996. "color": "Gray",
  9997. "eggGroups": [
  9998. "Water 2"
  9999. ],
  10000. "name": "Qwilfish"
  10001. },
  10002. "scizor": {
  10003. "num": 212,
  10004. "species": "Scizor",
  10005. "types": [
  10006. "Bug",
  10007. "Steel"
  10008. ],
  10009. "baseStats": {
  10010. "hp": 70,
  10011. "atk": 130,
  10012. "def": 100,
  10013. "spa": 55,
  10014. "spd": 80,
  10015. "spe": 65
  10016. },
  10017. "abilities": {
  10018. "0": "Swarm",
  10019. "1": "Technician",
  10020. "H": "Light Metal"
  10021. },
  10022. "heightm": 1.8,
  10023. "weightkg": 118,
  10024. "color": "Red",
  10025. "prevo": "scyther",
  10026. "evoLevel": 1,
  10027. "eggGroups": [
  10028. "Bug"
  10029. ],
  10030. "otherFormes": [
  10031. "scizormega"
  10032. ],
  10033. "name": "Scizor",
  10034. "exists": true,
  10035. "tier": "OU",
  10036. "learnset": {
  10037. "acrobatics": [
  10038. "6M"
  10039. ],
  10040. "aerialace": [
  10041. "6M",
  10042. "6S5"
  10043. ],
  10044. "agility": [
  10045. "6L017",
  10046. "6S5",
  10047. "6S6"
  10048. ],
  10049. "attract": [
  10050. "6M"
  10051. ],
  10052. "brickbreak": [
  10053. "6M"
  10054. ],
  10055. "bugbite": [
  10056.  
  10057. ],
  10058. "bulletpunch": [
  10059. "6L001b",
  10060. "6S7"
  10061. ],
  10062. "captivate": [
  10063.  
  10064. ],
  10065. "counter": [
  10066.  
  10067. ],
  10068. "cut": [
  10069. "6M"
  10070. ],
  10071. "defog": [
  10072.  
  10073. ],
  10074. "doubleedge": [
  10075.  
  10076. ],
  10077. "doublehit": [
  10078. "6L049",
  10079. "6S4"
  10080. ],
  10081. "doubleteam": [
  10082. "6M"
  10083. ],
  10084. "endure": [
  10085.  
  10086. ],
  10087. "facade": [
  10088. "6M"
  10089. ],
  10090. "falseswipe": [
  10091. "6L013",
  10092. "6M",
  10093. "6S5",
  10094. "6S6"
  10095. ],
  10096. "feint": [
  10097. "6L001a",
  10098. "6L061"
  10099. ],
  10100. "flashcannon": [
  10101. "6M"
  10102. ],
  10103. "fling": [
  10104. "6M"
  10105. ],
  10106. "focusenergy": [
  10107. "6L005"
  10108. ],
  10109. "frustration": [
  10110. "6M"
  10111. ],
  10112. "furycutter": [
  10113. "6L025",
  10114. "6S5",
  10115. "6S6"
  10116. ],
  10117. "gigaimpact": [
  10118. "6M"
  10119. ],
  10120. "headbutt": [
  10121.  
  10122. ],
  10123. "hiddenpower": [
  10124. "6M"
  10125. ],
  10126. "hyperbeam": [
  10127. "6M"
  10128. ],
  10129. "irondefense": [
  10130. "6L037"
  10131. ],
  10132. "ironhead": [
  10133. "6L050",
  10134. "6S4"
  10135. ],
  10136. "knockoff": [
  10137.  
  10138. ],
  10139. "leer": [
  10140. "6L001d"
  10141. ],
  10142. "lightscreen": [
  10143. "6M"
  10144. ],
  10145. "metalclaw": [
  10146. "6L021",
  10147. "6S6"
  10148. ],
  10149. "mimic": [
  10150.  
  10151. ],
  10152. "naturalgift": [
  10153.  
  10154. ],
  10155. "nightslash": [
  10156. "6L045",
  10157. "6S4"
  10158. ],
  10159. "ominouswind": [
  10160.  
  10161. ],
  10162. "protect": [
  10163. "6M"
  10164. ],
  10165. "pursuit": [
  10166. "6L009"
  10167. ],
  10168. "quickattack": [
  10169. "6L001c"
  10170. ],
  10171. "raindance": [
  10172. "6M"
  10173. ],
  10174. "razorwind": [
  10175. "6L033"
  10176. ],
  10177. "rest": [
  10178. "6M"
  10179. ],
  10180. "return": [
  10181. "6M"
  10182. ],
  10183. "rocksmash": [
  10184. "6M"
  10185. ],
  10186. "roost": [
  10187. "6M",
  10188. "6S7"
  10189. ],
  10190. "round": [
  10191. "6M"
  10192. ],
  10193. "safeguard": [
  10194. "6M"
  10195. ],
  10196. "sandstorm": [
  10197. "6M"
  10198. ],
  10199. "secretpower": [
  10200.  
  10201. ],
  10202. "silverwind": [
  10203.  
  10204. ],
  10205. "slash": [
  10206. "6L029"
  10207. ],
  10208. "sleeptalk": [
  10209. "6M"
  10210. ],
  10211. "snore": [
  10212.  
  10213. ],
  10214. "steelwing": [
  10215. "6M"
  10216. ],
  10217. "strength": [
  10218. "6M"
  10219. ],
  10220. "strugglebug": [
  10221. "6M"
  10222. ],
  10223. "substitute": [
  10224. "6M"
  10225. ],
  10226. "sunnyday": [
  10227. "6M"
  10228. ],
  10229. "superpower": [
  10230.  
  10231. ],
  10232. "swagger": [
  10233. "6M"
  10234. ],
  10235. "swift": [
  10236.  
  10237. ],
  10238. "swordsdance": [
  10239. "6L057",
  10240. "6M",
  10241. "6S7"
  10242. ],
  10243. "tailwind": [
  10244.  
  10245. ],
  10246. "thief": [
  10247. "6M"
  10248. ],
  10249. "toxic": [
  10250. "6M"
  10251. ],
  10252. "uturn": [
  10253. "6M",
  10254. "6S7"
  10255. ],
  10256. "venoshock": [
  10257. "6M"
  10258. ],
  10259. "xscissor": [
  10260. "6L041",
  10261. "6M",
  10262. "6S4"
  10263. ],
  10264. "confide": [
  10265. "6M"
  10266. ]
  10267. },
  10268. "id": "scizor",
  10269. "speciesid": "scizor",
  10270. "baseSpecies": "Scizor",
  10271. "forme": "",
  10272. "formeLetter": "",
  10273. "spriteid": "scizor",
  10274. "effectType": "Template"
  10275. },
  10276. "scizormega": {
  10277. "num": 212,
  10278. "species": "Scizor-Mega",
  10279. "baseSpecies": "Scizor",
  10280. "forme": "Mega",
  10281. "formeLetter": "M",
  10282. "types": [
  10283. "Bug",
  10284. "Steel"
  10285. ],
  10286. "baseStats": {
  10287. "hp": 70,
  10288. "atk": 150,
  10289. "def": 140,
  10290. "spa": 65,
  10291. "spd": 100,
  10292. "spe": 75
  10293. },
  10294. "abilities": {
  10295. "0": "Technician"
  10296. },
  10297. "heightm": 2,
  10298. "weightkg": 125,
  10299. "color": "Red",
  10300. "prevo": "scyther",
  10301. "evoLevel": 1,
  10302. "eggGroups": [
  10303. "Bug"
  10304. ],
  10305. "name": "Scizor-Mega",
  10306. "exists": true,
  10307. "id": "scizormega",
  10308. "speciesid": "scizormega",
  10309. "spriteid": "scizor-mega",
  10310. "effectType": "Template"
  10311. },
  10312. "shuckle": {
  10313. "num": 213,
  10314. "species": "Shuckle",
  10315. "types": [
  10316. "Bug",
  10317. "Rock"
  10318. ],
  10319. "baseStats": {
  10320. "hp": 20,
  10321. "atk": 10,
  10322. "def": 230,
  10323. "spa": 10,
  10324. "spd": 230,
  10325. "spe": 5
  10326. },
  10327. "abilities": {
  10328. "0": "Sturdy",
  10329. "1": "Gluttony",
  10330. "H": "Contrary"
  10331. },
  10332. "heightm": 0.6,
  10333. "weightkg": 20.5,
  10334. "color": "Yellow",
  10335. "eggGroups": [
  10336. "Bug"
  10337. ],
  10338. "name": "Shuckle"
  10339. },
  10340. "heracross": {
  10341. "num": 214,
  10342. "species": "Heracross",
  10343. "types": [
  10344. "Bug",
  10345. "Fighting"
  10346. ],
  10347. "baseStats": {
  10348. "hp": 80,
  10349. "atk": 125,
  10350. "def": 75,
  10351. "spa": 40,
  10352. "spd": 95,
  10353. "spe": 85
  10354. },
  10355. "abilities": {
  10356. "0": "Swarm",
  10357. "1": "Guts",
  10358. "H": "Moxie"
  10359. },
  10360. "heightm": 1.5,
  10361. "weightkg": 54,
  10362. "color": "Blue",
  10363. "eggGroups": [
  10364. "Bug"
  10365. ],
  10366. "otherFormes": [
  10367. "heracrossmega"
  10368. ],
  10369. "name": "Heracross"
  10370. },
  10371. "heracrossmega": {
  10372. "num": 214,
  10373. "species": "Heracross-Mega",
  10374. "baseSpecies": "Heracross",
  10375. "forme": "Mega",
  10376. "formeLetter": "M",
  10377. "types": [
  10378. "Bug",
  10379. "Fighting"
  10380. ],
  10381. "baseStats": {
  10382. "hp": 80,
  10383. "atk": 185,
  10384. "def": 115,
  10385. "spa": 40,
  10386. "spd": 105,
  10387. "spe": 75
  10388. },
  10389. "abilities": {
  10390. "0": "Skill Link"
  10391. },
  10392. "heightm": 1.7,
  10393. "weightkg": 62.5,
  10394. "color": "Blue",
  10395. "eggGroups": [
  10396. "Bug"
  10397. ],
  10398. "name": "Heracross-Mega"
  10399. },
  10400. "sneasel": {
  10401. "num": 215,
  10402. "species": "Sneasel",
  10403. "types": [
  10404. "Dark",
  10405. "Ice"
  10406. ],
  10407. "baseStats": {
  10408. "hp": 55,
  10409. "atk": 95,
  10410. "def": 55,
  10411. "spa": 35,
  10412. "spd": 75,
  10413. "spe": 115
  10414. },
  10415. "abilities": {
  10416. "0": "Inner Focus",
  10417. "1": "Keen Eye",
  10418. "H": "Pickpocket"
  10419. },
  10420. "heightm": 0.9,
  10421. "weightkg": 28,
  10422. "color": "Black",
  10423. "evos": [
  10424. "weavile"
  10425. ],
  10426. "eggGroups": [
  10427. "Field"
  10428. ],
  10429. "name": "Sneasel"
  10430. },
  10431. "teddiursa": {
  10432. "num": 216,
  10433. "species": "Teddiursa",
  10434. "types": [
  10435. "Normal"
  10436. ],
  10437. "baseStats": {
  10438. "hp": 60,
  10439. "atk": 80,
  10440. "def": 50,
  10441. "spa": 50,
  10442. "spd": 50,
  10443. "spe": 40
  10444. },
  10445. "abilities": {
  10446. "0": "Pickup",
  10447. "1": "Quick Feet",
  10448. "H": "Honey Gather"
  10449. },
  10450. "heightm": 0.6,
  10451. "weightkg": 8.8,
  10452. "color": "Brown",
  10453. "evos": [
  10454. "ursaring"
  10455. ],
  10456. "eggGroups": [
  10457. "Field"
  10458. ],
  10459. "name": "Teddiursa"
  10460. },
  10461. "ursaring": {
  10462. "num": 217,
  10463. "species": "Ursaring",
  10464. "types": [
  10465. "Normal"
  10466. ],
  10467. "baseStats": {
  10468. "hp": 90,
  10469. "atk": 130,
  10470. "def": 75,
  10471. "spa": 75,
  10472. "spd": 75,
  10473. "spe": 55
  10474. },
  10475. "abilities": {
  10476. "0": "Guts",
  10477. "1": "Quick Feet",
  10478. "H": "Unnerve"
  10479. },
  10480. "heightm": 1.8,
  10481. "weightkg": 125.8,
  10482. "color": "Brown",
  10483. "prevo": "teddiursa",
  10484. "evoLevel": 30,
  10485. "eggGroups": [
  10486. "Field"
  10487. ],
  10488. "name": "Ursaring"
  10489. },
  10490. "slugma": {
  10491. "num": 218,
  10492. "species": "Slugma",
  10493. "types": [
  10494. "Fire"
  10495. ],
  10496. "baseStats": {
  10497. "hp": 40,
  10498. "atk": 40,
  10499. "def": 40,
  10500. "spa": 70,
  10501. "spd": 40,
  10502. "spe": 20
  10503. },
  10504. "abilities": {
  10505. "0": "Magma Armor",
  10506. "1": "Flame Body",
  10507. "H": "Weak Armor"
  10508. },
  10509. "heightm": 0.7,
  10510. "weightkg": 35,
  10511. "color": "Red",
  10512. "evos": [
  10513. "magcargo"
  10514. ],
  10515. "eggGroups": [
  10516. "Amorphous"
  10517. ],
  10518. "name": "Slugma"
  10519. },
  10520. "magcargo": {
  10521. "num": 219,
  10522. "species": "Magcargo",
  10523. "types": [
  10524. "Fire",
  10525. "Rock"
  10526. ],
  10527. "baseStats": {
  10528. "hp": 50,
  10529. "atk": 50,
  10530. "def": 120,
  10531. "spa": 80,
  10532. "spd": 80,
  10533. "spe": 30
  10534. },
  10535. "abilities": {
  10536. "0": "Magma Armor",
  10537. "1": "Flame Body",
  10538. "H": "Weak Armor"
  10539. },
  10540. "heightm": 0.8,
  10541. "weightkg": 55,
  10542. "color": "Red",
  10543. "prevo": "slugma",
  10544. "evoLevel": 38,
  10545. "eggGroups": [
  10546. "Amorphous"
  10547. ],
  10548. "name": "Magcargo"
  10549. },
  10550. "swinub": {
  10551. "num": 220,
  10552. "species": "Swinub",
  10553. "types": [
  10554. "Ice",
  10555. "Ground"
  10556. ],
  10557. "baseStats": {
  10558. "hp": 50,
  10559. "atk": 50,
  10560. "def": 40,
  10561. "spa": 30,
  10562. "spd": 30,
  10563. "spe": 50
  10564. },
  10565. "abilities": {
  10566. "0": "Oblivious",
  10567. "1": "Snow Cloak",
  10568. "H": "Thick Fat"
  10569. },
  10570. "heightm": 0.4,
  10571. "weightkg": 6.5,
  10572. "color": "Brown",
  10573. "evos": [
  10574. "piloswine"
  10575. ],
  10576. "eggGroups": [
  10577. "Field"
  10578. ],
  10579. "name": "Swinub"
  10580. },
  10581. "piloswine": {
  10582. "num": 221,
  10583. "species": "Piloswine",
  10584. "types": [
  10585. "Ice",
  10586. "Ground"
  10587. ],
  10588. "baseStats": {
  10589. "hp": 100,
  10590. "atk": 100,
  10591. "def": 80,
  10592. "spa": 60,
  10593. "spd": 60,
  10594. "spe": 50
  10595. },
  10596. "abilities": {
  10597. "0": "Oblivious",
  10598. "1": "Snow Cloak",
  10599. "H": "Thick Fat"
  10600. },
  10601. "heightm": 1.1,
  10602. "weightkg": 55.8,
  10603. "color": "Brown",
  10604. "prevo": "swinub",
  10605. "evos": [
  10606. "mamoswine"
  10607. ],
  10608. "evoLevel": 33,
  10609. "eggGroups": [
  10610. "Field"
  10611. ],
  10612. "name": "Piloswine"
  10613. },
  10614. "corsola": {
  10615. "num": 222,
  10616. "species": "Corsola",
  10617. "types": [
  10618. "Water",
  10619. "Rock"
  10620. ],
  10621. "genderRatio": {
  10622. "M": 0.25,
  10623. "F": 0.75
  10624. },
  10625. "baseStats": {
  10626. "hp": 55,
  10627. "atk": 55,
  10628. "def": 85,
  10629. "spa": 65,
  10630. "spd": 85,
  10631. "spe": 35
  10632. },
  10633. "abilities": {
  10634. "0": "Hustle",
  10635. "1": "Natural Cure",
  10636. "H": "Regenerator"
  10637. },
  10638. "heightm": 0.6,
  10639. "weightkg": 5,
  10640. "color": "Pink",
  10641. "eggGroups": [
  10642. "Water 1",
  10643. "Water 3"
  10644. ],
  10645. "name": "Corsola"
  10646. },
  10647. "remoraid": {
  10648. "num": 223,
  10649. "species": "Remoraid",
  10650. "types": [
  10651. "Water"
  10652. ],
  10653. "baseStats": {
  10654. "hp": 35,
  10655. "atk": 65,
  10656. "def": 35,
  10657. "spa": 65,
  10658. "spd": 35,
  10659. "spe": 65
  10660. },
  10661. "abilities": {
  10662. "0": "Hustle",
  10663. "1": "Sniper",
  10664. "H": "Moody"
  10665. },
  10666. "heightm": 0.6,
  10667. "weightkg": 12,
  10668. "color": "Gray",
  10669. "evos": [
  10670. "octillery"
  10671. ],
  10672. "eggGroups": [
  10673. "Water 1",
  10674. "Water 2"
  10675. ],
  10676. "name": "Remoraid"
  10677. },
  10678. "octillery": {
  10679. "num": 224,
  10680. "species": "Octillery",
  10681. "types": [
  10682. "Water"
  10683. ],
  10684. "baseStats": {
  10685. "hp": 75,
  10686. "atk": 105,
  10687. "def": 75,
  10688. "spa": 105,
  10689. "spd": 75,
  10690. "spe": 45
  10691. },
  10692. "abilities": {
  10693. "0": "Suction Cups",
  10694. "1": "Sniper",
  10695. "H": "Moody"
  10696. },
  10697. "heightm": 0.9,
  10698. "weightkg": 28.5,
  10699. "color": "Red",
  10700. "prevo": "remoraid",
  10701. "evoLevel": 25,
  10702. "eggGroups": [
  10703. "Water 1",
  10704. "Water 2"
  10705. ],
  10706. "name": "Octillery"
  10707. },
  10708. "delibird": {
  10709. "num": 225,
  10710. "species": "Delibird",
  10711. "types": [
  10712. "Ice",
  10713. "Flying"
  10714. ],
  10715. "baseStats": {
  10716. "hp": 45,
  10717. "atk": 55,
  10718. "def": 45,
  10719. "spa": 65,
  10720. "spd": 45,
  10721. "spe": 75
  10722. },
  10723. "abilities": {
  10724. "0": "Vital Spirit",
  10725. "1": "Hustle",
  10726. "H": "Insomnia"
  10727. },
  10728. "heightm": 0.9,
  10729. "weightkg": 16,
  10730. "color": "Red",
  10731. "eggGroups": [
  10732. "Water 1",
  10733. "Field"
  10734. ],
  10735. "name": "Delibird"
  10736. },
  10737. "mantine": {
  10738. "num": 226,
  10739. "species": "Mantine",
  10740. "types": [
  10741. "Water",
  10742. "Flying"
  10743. ],
  10744. "baseStats": {
  10745. "hp": 65,
  10746. "atk": 40,
  10747. "def": 70,
  10748. "spa": 80,
  10749. "spd": 140,
  10750. "spe": 70
  10751. },
  10752. "abilities": {
  10753. "0": "Swift Swim",
  10754. "1": "Water Absorb",
  10755. "H": "Water Veil"
  10756. },
  10757. "heightm": 2.1,
  10758. "weightkg": 220,
  10759. "color": "Purple",
  10760. "prevo": "mantyke",
  10761. "evoLevel": 1,
  10762. "eggGroups": [
  10763. "Water 1"
  10764. ],
  10765. "name": "Mantine"
  10766. },
  10767. "skarmory": {
  10768. "num": 227,
  10769. "species": "Skarmory",
  10770. "types": [
  10771. "Steel",
  10772. "Flying"
  10773. ],
  10774. "baseStats": {
  10775. "hp": 65,
  10776. "atk": 80,
  10777. "def": 140,
  10778. "spa": 40,
  10779. "spd": 70,
  10780. "spe": 70
  10781. },
  10782. "abilities": {
  10783. "0": "Keen Eye",
  10784. "1": "Sturdy",
  10785. "H": "Weak Armor"
  10786. },
  10787. "heightm": 1.7,
  10788. "weightkg": 50.5,
  10789. "color": "Gray",
  10790. "eggGroups": [
  10791. "Flying"
  10792. ],
  10793. "name": "Skarmory"
  10794. },
  10795. "houndour": {
  10796. "num": 228,
  10797. "species": "Houndour",
  10798. "types": [
  10799. "Dark",
  10800. "Fire"
  10801. ],
  10802. "baseStats": {
  10803. "hp": 45,
  10804. "atk": 60,
  10805. "def": 30,
  10806. "spa": 80,
  10807. "spd": 50,
  10808. "spe": 65
  10809. },
  10810. "abilities": {
  10811. "0": "Early Bird",
  10812. "1": "Flash Fire",
  10813. "H": "Unnerve"
  10814. },
  10815. "heightm": 0.6,
  10816. "weightkg": 10.8,
  10817. "color": "Black",
  10818. "evos": [
  10819. "houndoom"
  10820. ],
  10821. "eggGroups": [
  10822. "Field"
  10823. ],
  10824. "name": "Houndour"
  10825. },
  10826. "houndoom": {
  10827. "num": 229,
  10828. "species": "Houndoom",
  10829. "types": [
  10830. "Dark",
  10831. "Fire"
  10832. ],
  10833. "baseStats": {
  10834. "hp": 75,
  10835. "atk": 90,
  10836. "def": 50,
  10837. "spa": 110,
  10838. "spd": 80,
  10839. "spe": 95
  10840. },
  10841. "abilities": {
  10842. "0": "Early Bird",
  10843. "1": "Flash Fire",
  10844. "H": "Unnerve"
  10845. },
  10846. "heightm": 1.4,
  10847. "weightkg": 35,
  10848. "color": "Black",
  10849. "prevo": "houndour",
  10850. "evoLevel": 24,
  10851. "eggGroups": [
  10852. "Field"
  10853. ],
  10854. "otherFormes": [
  10855. "houndoommega"
  10856. ],
  10857. "name": "Houndoom"
  10858. },
  10859. "houndoommega": {
  10860. "num": 229,
  10861. "species": "Houndoom-Mega",
  10862. "baseSpecies": "Houndoom",
  10863. "forme": "Mega",
  10864. "formeLetter": "M",
  10865. "types": [
  10866. "Dark",
  10867. "Fire"
  10868. ],
  10869. "baseStats": {
  10870. "hp": 75,
  10871. "atk": 90,
  10872. "def": 90,
  10873. "spa": 140,
  10874. "spd": 90,
  10875. "spe": 115
  10876. },
  10877. "abilities": {
  10878. "0": "Solar Power"
  10879. },
  10880. "heightm": 1.9,
  10881. "weightkg": 49.5,
  10882. "color": "Black",
  10883. "prevo": "houndour",
  10884. "evoLevel": 24,
  10885. "eggGroups": [
  10886. "Field"
  10887. ],
  10888. "name": "Houndoom-Mega"
  10889. },
  10890. "kingdra": {
  10891. "num": 230,
  10892. "species": "Kingdra",
  10893. "types": [
  10894. "Water",
  10895. "Dragon"
  10896. ],
  10897. "baseStats": {
  10898. "hp": 75,
  10899. "atk": 95,
  10900. "def": 95,
  10901. "spa": 95,
  10902. "spd": 95,
  10903. "spe": 85
  10904. },
  10905. "abilities": {
  10906. "0": "Swift Swim",
  10907. "1": "Sniper",
  10908. "H": "Damp"
  10909. },
  10910. "heightm": 1.8,
  10911. "weightkg": 152,
  10912. "color": "Blue",
  10913. "prevo": "seadra",
  10914. "evoLevel": 32,
  10915. "eggGroups": [
  10916. "Water 1",
  10917. "Dragon"
  10918. ],
  10919. "name": "Kingdra"
  10920. },
  10921. "phanpy": {
  10922. "num": 231,
  10923. "species": "Phanpy",
  10924. "types": [
  10925. "Ground"
  10926. ],
  10927. "baseStats": {
  10928. "hp": 90,
  10929. "atk": 60,
  10930. "def": 60,
  10931. "spa": 40,
  10932. "spd": 40,
  10933. "spe": 40
  10934. },
  10935. "abilities": {
  10936. "0": "Pickup",
  10937. "H": "Sand Veil"
  10938. },
  10939. "heightm": 0.5,
  10940. "weightkg": 33.5,
  10941. "color": "Blue",
  10942. "evos": [
  10943. "donphan"
  10944. ],
  10945. "eggGroups": [
  10946. "Field"
  10947. ],
  10948. "name": "Phanpy"
  10949. },
  10950. "donphan": {
  10951. "num": 232,
  10952. "species": "Donphan",
  10953. "types": [
  10954. "Ground"
  10955. ],
  10956. "baseStats": {
  10957. "hp": 90,
  10958. "atk": 120,
  10959. "def": 120,
  10960. "spa": 60,
  10961. "spd": 60,
  10962. "spe": 50
  10963. },
  10964. "abilities": {
  10965. "0": "Sturdy",
  10966. "H": "Sand Veil"
  10967. },
  10968. "heightm": 1.1,
  10969. "weightkg": 120,
  10970. "color": "Gray",
  10971. "prevo": "phanpy",
  10972. "evoLevel": 25,
  10973. "eggGroups": [
  10974. "Field"
  10975. ],
  10976. "name": "Donphan"
  10977. },
  10978. "porygon2": {
  10979. "num": 233,
  10980. "species": "Porygon2",
  10981. "types": [
  10982. "Normal"
  10983. ],
  10984. "gender": "N",
  10985. "baseStats": {
  10986. "hp": 85,
  10987. "atk": 80,
  10988. "def": 90,
  10989. "spa": 105,
  10990. "spd": 95,
  10991. "spe": 60
  10992. },
  10993. "abilities": {
  10994. "0": "Trace",
  10995. "1": "Download",
  10996. "H": "Analytic"
  10997. },
  10998. "heightm": 0.6,
  10999. "weightkg": 32.5,
  11000. "color": "Red",
  11001. "prevo": "porygon",
  11002. "evos": [
  11003. "porygonz"
  11004. ],
  11005. "evoLevel": 1,
  11006. "eggGroups": [
  11007. "Mineral"
  11008. ],
  11009. "name": "Porygon2",
  11010. "exists": true,
  11011. "tier": "UU",
  11012. "learnset": {
  11013. "aerialace": [
  11014. "6M"
  11015. ],
  11016. "agility": [
  11017. "6L012"
  11018. ],
  11019. "blizzard": [
  11020. "6M"
  11021. ],
  11022. "chargebeam": [
  11023. "6M"
  11024. ],
  11025. "conversion": [
  11026. "6L001e"
  11027. ],
  11028. "conversion2": [
  11029. "6L001c"
  11030. ],
  11031. "defensecurl": [
  11032. "6L001f"
  11033. ],
  11034. "discharge": [
  11035. "6L040"
  11036. ],
  11037. "doubleedge": [
  11038.  
  11039. ],
  11040. "doubleteam": [
  11041. "6M"
  11042. ],
  11043. "dreameater": [
  11044. "6M"
  11045. ],
  11046. "endure": [
  11047.  
  11048. ],
  11049. "facade": [
  11050. "6M"
  11051. ],
  11052. "flash": [
  11053. "6M"
  11054. ],
  11055. "frustration": [
  11056. "6M"
  11057. ],
  11058. "gigaimpact": [
  11059. "6M"
  11060. ],
  11061. "gravity": [
  11062.  
  11063. ],
  11064. "hiddenpower": [
  11065. "6M"
  11066. ],
  11067. "hyperbeam": [
  11068. "6L067",
  11069. "6M"
  11070. ],
  11071. "icebeam": [
  11072. "6M"
  11073. ],
  11074. "icywind": [
  11075.  
  11076. ],
  11077. "irontail": [
  11078.  
  11079. ],
  11080. "lastresort": [
  11081.  
  11082. ],
  11083. "lockon": [
  11084. "6L045"
  11085. ],
  11086. "magiccoat": [
  11087. "6L001b",
  11088. "6L056"
  11089. ],
  11090. "magnetrise": [
  11091. "6L023"
  11092. ],
  11093. "mimic": [
  11094.  
  11095. ],
  11096. "naturalgift": [
  11097.  
  11098. ],
  11099. "nightmare": [
  11100.  
  11101. ],
  11102. "painsplit": [
  11103.  
  11104. ],
  11105. "protect": [
  11106. "6M"
  11107. ],
  11108. "psybeam": [
  11109. "6L007"
  11110. ],
  11111. "psychic": [
  11112. "6M"
  11113. ],
  11114. "psychup": [
  11115. "6M"
  11116. ],
  11117. "psyshock": [
  11118. "6M"
  11119. ],
  11120. "raindance": [
  11121. "6M"
  11122. ],
  11123. "recover": [
  11124. "6L018"
  11125. ],
  11126. "recycle": [
  11127. "6L034"
  11128. ],
  11129. "rest": [
  11130. "6M"
  11131. ],
  11132. "return": [
  11133. "6M"
  11134. ],
  11135. "round": [
  11136. "6M"
  11137. ],
  11138. "secretpower": [
  11139.  
  11140. ],
  11141. "shadowball": [
  11142. "6M"
  11143. ],
  11144. "shockwave": [
  11145.  
  11146. ],
  11147. "signalbeam": [
  11148. "6L029"
  11149. ],
  11150. "sleeptalk": [
  11151. "6M"
  11152. ],
  11153. "snore": [
  11154.  
  11155. ],
  11156. "solarbeam": [
  11157. "6M"
  11158. ],
  11159. "substitute": [
  11160. "6M"
  11161. ],
  11162. "sunnyday": [
  11163. "6M"
  11164. ],
  11165. "swagger": [
  11166. "6M"
  11167. ],
  11168. "swift": [
  11169.  
  11170. ],
  11171. "tackle": [
  11172. "6L001d"
  11173. ],
  11174. "thief": [
  11175. "6M"
  11176. ],
  11177. "thunder": [
  11178. "6M"
  11179. ],
  11180. "thunderbolt": [
  11181. "6M"
  11182. ],
  11183. "thunderwave": [
  11184. "6M"
  11185. ],
  11186. "toxic": [
  11187. "6M"
  11188. ],
  11189. "triattack": [
  11190. "6L050"
  11191. ],
  11192. "trick": [
  11193.  
  11194. ],
  11195. "trickroom": [
  11196. "6M"
  11197. ],
  11198. "zapcannon": [
  11199. "6L001a",
  11200. "6L062"
  11201. ],
  11202. "zenheadbutt": [
  11203.  
  11204. ],
  11205. "foulplay": [
  11206.  
  11207. ],
  11208. "electroweb": [
  11209.  
  11210. ],
  11211. "wonderroom": [
  11212.  
  11213. ],
  11214. "confide": [
  11215. "6M"
  11216. ]
  11217. },
  11218. "id": "porygon2",
  11219. "speciesid": "porygon2",
  11220. "baseSpecies": "Porygon2",
  11221. "forme": "",
  11222. "formeLetter": "",
  11223. "spriteid": "porygon2",
  11224. "effectType": "Template"
  11225. },
  11226. "stantler": {
  11227. "num": 234,
  11228. "species": "Stantler",
  11229. "types": [
  11230. "Normal"
  11231. ],
  11232. "baseStats": {
  11233. "hp": 73,
  11234. "atk": 95,
  11235. "def": 62,
  11236. "spa": 85,
  11237. "spd": 65,
  11238. "spe": 85
  11239. },
  11240. "abilities": {
  11241. "0": "Intimidate",
  11242. "1": "Frisk",
  11243. "H": "Sap Sipper"
  11244. },
  11245. "heightm": 1.4,
  11246. "weightkg": 71.2,
  11247. "color": "Brown",
  11248. "eggGroups": [
  11249. "Field"
  11250. ],
  11251. "name": "Stantler"
  11252. },
  11253. "smeargle": {
  11254. "num": 235,
  11255. "species": "Smeargle",
  11256. "types": [
  11257. "Normal"
  11258. ],
  11259. "baseStats": {
  11260. "hp": 55,
  11261. "atk": 20,
  11262. "def": 35,
  11263. "spa": 20,
  11264. "spd": 45,
  11265. "spe": 75
  11266. },
  11267. "abilities": {
  11268. "0": "Own Tempo",
  11269. "1": "Technician",
  11270. "H": "Moody"
  11271. },
  11272. "heightm": 1.2,
  11273. "weightkg": 58,
  11274. "color": "White",
  11275. "eggGroups": [
  11276. "Field"
  11277. ],
  11278. "name": "Smeargle"
  11279. },
  11280. "tyrogue": {
  11281. "num": 236,
  11282. "species": "Tyrogue",
  11283. "types": [
  11284. "Fighting"
  11285. ],
  11286. "gender": "M",
  11287. "baseStats": {
  11288. "hp": 35,
  11289. "atk": 35,
  11290. "def": 35,
  11291. "spa": 35,
  11292. "spd": 35,
  11293. "spe": 35
  11294. },
  11295. "abilities": {
  11296. "0": "Guts",
  11297. "1": "Steadfast",
  11298. "H": "Vital Spirit"
  11299. },
  11300. "heightm": 0.7,
  11301. "weightkg": 21,
  11302. "color": "Purple",
  11303. "evos": [
  11304. "hitmonlee",
  11305. "hitmonchan",
  11306. "hitmontop"
  11307. ],
  11308. "eggGroups": [
  11309. "Undiscovered"
  11310. ],
  11311. "name": "Tyrogue"
  11312. },
  11313. "hitmontop": {
  11314. "num": 237,
  11315. "species": "Hitmontop",
  11316. "types": [
  11317. "Fighting"
  11318. ],
  11319. "gender": "M",
  11320. "baseStats": {
  11321. "hp": 50,
  11322. "atk": 95,
  11323. "def": 95,
  11324. "spa": 35,
  11325. "spd": 110,
  11326. "spe": 70
  11327. },
  11328. "abilities": {
  11329. "0": "Intimidate",
  11330. "1": "Technician",
  11331. "H": "Steadfast"
  11332. },
  11333. "heightm": 1.4,
  11334. "weightkg": 48,
  11335. "color": "Brown",
  11336. "prevo": "tyrogue",
  11337. "evoLevel": 20,
  11338. "eggGroups": [
  11339. "Human-Like"
  11340. ],
  11341. "name": "Hitmontop"
  11342. },
  11343. "smoochum": {
  11344. "num": 238,
  11345. "species": "Smoochum",
  11346. "types": [
  11347. "Ice",
  11348. "Psychic"
  11349. ],
  11350. "gender": "F",
  11351. "baseStats": {
  11352. "hp": 45,
  11353. "atk": 30,
  11354. "def": 15,
  11355. "spa": 85,
  11356. "spd": 65,
  11357. "spe": 65
  11358. },
  11359. "abilities": {
  11360. "0": "Oblivious",
  11361. "1": "Forewarn",
  11362. "H": "Hydration"
  11363. },
  11364. "heightm": 0.4,
  11365. "weightkg": 6,
  11366. "color": "Pink",
  11367. "evos": [
  11368. "jynx"
  11369. ],
  11370. "eggGroups": [
  11371. "Undiscovered"
  11372. ],
  11373. "name": "Smoochum"
  11374. },
  11375. "elekid": {
  11376. "num": 239,
  11377. "species": "Elekid",
  11378. "types": [
  11379. "Electric"
  11380. ],
  11381. "genderRatio": {
  11382. "M": 0.75,
  11383. "F": 0.25
  11384. },
  11385. "baseStats": {
  11386. "hp": 45,
  11387. "atk": 63,
  11388. "def": 37,
  11389. "spa": 65,
  11390. "spd": 55,
  11391. "spe": 95
  11392. },
  11393. "abilities": {
  11394. "0": "Static",
  11395. "H": "Vital Spirit"
  11396. },
  11397. "heightm": 0.6,
  11398. "weightkg": 23.5,
  11399. "color": "Yellow",
  11400. "evos": [
  11401. "electabuzz"
  11402. ],
  11403. "eggGroups": [
  11404. "Undiscovered"
  11405. ],
  11406. "name": "Elekid"
  11407. },
  11408. "magby": {
  11409. "num": 240,
  11410. "species": "Magby",
  11411. "types": [
  11412. "Fire"
  11413. ],
  11414. "genderRatio": {
  11415. "M": 0.75,
  11416. "F": 0.25
  11417. },
  11418. "baseStats": {
  11419. "hp": 45,
  11420. "atk": 75,
  11421. "def": 37,
  11422. "spa": 70,
  11423. "spd": 55,
  11424. "spe": 83
  11425. },
  11426. "abilities": {
  11427. "0": "Flame Body",
  11428. "H": "Vital Spirit"
  11429. },
  11430. "heightm": 0.7,
  11431. "weightkg": 21.4,
  11432. "color": "Red",
  11433. "evos": [
  11434. "magmar"
  11435. ],
  11436. "eggGroups": [
  11437. "Undiscovered"
  11438. ],
  11439. "name": "Magby"
  11440. },
  11441. "miltank": {
  11442. "num": 241,
  11443. "species": "Miltank",
  11444. "types": [
  11445. "Normal"
  11446. ],
  11447. "gender": "F",
  11448. "baseStats": {
  11449. "hp": 95,
  11450. "atk": 80,
  11451. "def": 105,
  11452. "spa": 40,
  11453. "spd": 70,
  11454. "spe": 100
  11455. },
  11456. "abilities": {
  11457. "0": "Thick Fat",
  11458. "1": "Scrappy",
  11459. "H": "Sap Sipper"
  11460. },
  11461. "heightm": 1.2,
  11462. "weightkg": 75.5,
  11463. "color": "Pink",
  11464. "eggGroups": [
  11465. "Field"
  11466. ],
  11467. "name": "Miltank"
  11468. },
  11469. "blissey": {
  11470. "num": 242,
  11471. "species": "Blissey",
  11472. "types": [
  11473. "Normal"
  11474. ],
  11475. "gender": "F",
  11476. "baseStats": {
  11477. "hp": 255,
  11478. "atk": 10,
  11479. "def": 10,
  11480. "spa": 75,
  11481. "spd": 135,
  11482. "spe": 55
  11483. },
  11484. "abilities": {
  11485. "0": "Natural Cure",
  11486. "1": "Serene Grace",
  11487. "H": "Healer"
  11488. },
  11489. "heightm": 1.5,
  11490. "weightkg": 46.8,
  11491. "color": "Pink",
  11492. "prevo": "chansey",
  11493. "evoLevel": 2,
  11494. "eggGroups": [
  11495. "Fairy"
  11496. ],
  11497. "name": "Blissey"
  11498. },
  11499. "raikou": {
  11500. "num": 243,
  11501. "species": "Raikou",
  11502. "types": [
  11503. "Electric"
  11504. ],
  11505. "gender": "N",
  11506. "baseStats": {
  11507. "hp": 90,
  11508. "atk": 85,
  11509. "def": 75,
  11510. "spa": 115,
  11511. "spd": 100,
  11512. "spe": 115
  11513. },
  11514. "abilities": {
  11515. "0": "Pressure",
  11516. "H": "Volt Absorb"
  11517. },
  11518. "heightm": 1.9,
  11519. "weightkg": 178,
  11520. "color": "Yellow",
  11521. "eggGroups": [
  11522. "Undiscovered"
  11523. ],
  11524. "name": "Raikou"
  11525. },
  11526. "entei": {
  11527. "num": 244,
  11528. "species": "Entei",
  11529. "types": [
  11530. "Fire"
  11531. ],
  11532. "gender": "N",
  11533. "baseStats": {
  11534. "hp": 115,
  11535. "atk": 115,
  11536. "def": 85,
  11537. "spa": 90,
  11538. "spd": 75,
  11539. "spe": 100
  11540. },
  11541. "abilities": {
  11542. "0": "Pressure",
  11543. "H": "Flash Fire"
  11544. },
  11545. "heightm": 2.1,
  11546. "weightkg": 198,
  11547. "color": "Brown",
  11548. "eggGroups": [
  11549. "Undiscovered"
  11550. ],
  11551. "name": "Entei"
  11552. },
  11553. "suicune": {
  11554. "num": 245,
  11555. "species": "Suicune",
  11556. "types": [
  11557. "Water"
  11558. ],
  11559. "gender": "N",
  11560. "baseStats": {
  11561. "hp": 100,
  11562. "atk": 75,
  11563. "def": 115,
  11564. "spa": 90,
  11565. "spd": 115,
  11566. "spe": 85
  11567. },
  11568. "abilities": {
  11569. "0": "Pressure",
  11570. "H": "Water Absorb"
  11571. },
  11572. "heightm": 2,
  11573. "weightkg": 187,
  11574. "color": "Blue",
  11575. "eggGroups": [
  11576. "Undiscovered"
  11577. ],
  11578. "name": "Suicune"
  11579. },
  11580. "larvitar": {
  11581. "num": 246,
  11582. "species": "Larvitar",
  11583. "types": [
  11584. "Rock",
  11585. "Ground"
  11586. ],
  11587. "baseStats": {
  11588. "hp": 50,
  11589. "atk": 64,
  11590. "def": 50,
  11591. "spa": 45,
  11592. "spd": 50,
  11593. "spe": 41
  11594. },
  11595. "abilities": {
  11596. "0": "Guts",
  11597. "H": "Sand Veil"
  11598. },
  11599. "heightm": 0.6,
  11600. "weightkg": 72,
  11601. "color": "Green",
  11602. "evos": [
  11603. "pupitar"
  11604. ],
  11605. "eggGroups": [
  11606. "Monster"
  11607. ],
  11608. "name": "Larvitar"
  11609. },
  11610. "pupitar": {
  11611. "num": 247,
  11612. "species": "Pupitar",
  11613. "types": [
  11614. "Rock",
  11615. "Ground"
  11616. ],
  11617. "baseStats": {
  11618. "hp": 70,
  11619. "atk": 84,
  11620. "def": 70,
  11621. "spa": 65,
  11622. "spd": 70,
  11623. "spe": 51
  11624. },
  11625. "abilities": {
  11626. "0": "Shed Skin"
  11627. },
  11628. "heightm": 1.2,
  11629. "weightkg": 152,
  11630. "color": "Gray",
  11631. "prevo": "larvitar",
  11632. "evos": [
  11633. "tyranitar"
  11634. ],
  11635. "evoLevel": 30,
  11636. "eggGroups": [
  11637. "Monster"
  11638. ],
  11639. "name": "Pupitar"
  11640. },
  11641. "tyranitar": {
  11642. "num": 248,
  11643. "species": "Tyranitar",
  11644. "types": [
  11645. "Rock",
  11646. "Dark"
  11647. ],
  11648. "baseStats": {
  11649. "hp": 100,
  11650. "atk": 134,
  11651. "def": 110,
  11652. "spa": 95,
  11653. "spd": 100,
  11654. "spe": 61
  11655. },
  11656. "abilities": {
  11657. "0": "Sand Stream",
  11658. "H": "Unnerve"
  11659. },
  11660. "heightm": 2,
  11661. "weightkg": 202,
  11662. "color": "Green",
  11663. "prevo": "pupitar",
  11664. "evoLevel": 55,
  11665. "eggGroups": [
  11666. "Monster"
  11667. ],
  11668. "otherFormes": [
  11669. "tyranitarmega"
  11670. ],
  11671. "name": "Tyranitar",
  11672. "exists": true,
  11673. "tier": "OU",
  11674. "learnset": {
  11675. "aerialace": [
  11676. "6M"
  11677. ],
  11678. "ancientpower": [
  11679.  
  11680. ],
  11681. "aquatail": [
  11682.  
  11683. ],
  11684. "attract": [
  11685. "6M"
  11686. ],
  11687. "avalanche": [
  11688.  
  11689. ],
  11690. "bite": [
  11691. "6L001d"
  11692. ],
  11693. "blizzard": [
  11694. "6M"
  11695. ],
  11696. "block": [
  11697.  
  11698. ],
  11699. "bodyslam": [
  11700.  
  11701. ],
  11702. "brickbreak": [
  11703. "6M"
  11704. ],
  11705. "bulldoze": [
  11706. "6M"
  11707. ],
  11708. "captivate": [
  11709.  
  11710. ],
  11711. "chipaway": [
  11712. "6L014"
  11713. ],
  11714. "counter": [
  11715.  
  11716. ],
  11717. "crunch": [
  11718. "6L047",
  11719. "6S3"
  11720. ],
  11721. "cut": [
  11722. "6M"
  11723. ],
  11724. "darkpulse": [
  11725. "6L034",
  11726. "6M"
  11727. ],
  11728. "dig": [
  11729. "6M"
  11730. ],
  11731. "doubleedge": [
  11732.  
  11733. ],
  11734. "doubleteam": [
  11735. "6M"
  11736. ],
  11737. "dragonclaw": [
  11738. "6M"
  11739. ],
  11740. "dragonpulse": [
  11741.  
  11742. ],
  11743. "dragontail": [
  11744. "6M"
  11745. ],
  11746. "dynamicpunch": [
  11747.  
  11748. ],
  11749. "earthpower": [
  11750.  
  11751. ],
  11752. "earthquake": [
  11753. "6L054",
  11754. "6M",
  11755. "6S3"
  11756. ],
  11757. "endure": [
  11758.  
  11759. ],
  11760. "facade": [
  11761. "6M"
  11762. ],
  11763. "fireblast": [
  11764. "6M"
  11765. ],
  11766. "firefang": [
  11767. "6L001c"
  11768. ],
  11769. "firepunch": [
  11770.  
  11771. ],
  11772. "flamethrower": [
  11773. "6M"
  11774. ],
  11775. "fling": [
  11776. "6M"
  11777. ],
  11778. "focusblast": [
  11779. "6M"
  11780. ],
  11781. "focuspunch": [
  11782.  
  11783. ],
  11784. "frustration": [
  11785. "6M"
  11786. ],
  11787. "furycutter": [
  11788.  
  11789. ],
  11790. "gigaimpact": [
  11791. "6L082",
  11792. "6M"
  11793. ],
  11794. "headbutt": [
  11795.  
  11796. ],
  11797. "hiddenpower": [
  11798. "6M"
  11799. ],
  11800. "honeclaws": [
  11801. "6M"
  11802. ],
  11803. "hyperbeam": [
  11804. "6L073",
  11805. "6M"
  11806. ],
  11807. "icebeam": [
  11808. "6M"
  11809. ],
  11810. "icefang": [
  11811. "6L001b"
  11812. ],
  11813. "icepunch": [
  11814. "6S3"
  11815. ],
  11816. "incinerate": [
  11817. "6M"
  11818. ],
  11819. "ironhead": [
  11820.  
  11821. ],
  11822. "irontail": [
  11823.  
  11824. ],
  11825. "leer": [
  11826. "6L001e"
  11827. ],
  11828. "lowkick": [
  11829.  
  11830. ],
  11831. "megakick": [
  11832.  
  11833. ],
  11834. "megapunch": [
  11835.  
  11836. ],
  11837. "mimic": [
  11838.  
  11839. ],
  11840. "mudslap": [
  11841.  
  11842. ],
  11843. "naturalgift": [
  11844.  
  11845. ],
  11846. "nightmare": [
  11847.  
  11848. ],
  11849. "outrage": [
  11850.  
  11851. ],
  11852. "payback": [
  11853. "6L041",
  11854. "6M"
  11855. ],
  11856. "protect": [
  11857. "6M"
  11858. ],
  11859. "raindance": [
  11860. "6M"
  11861. ],
  11862. "rest": [
  11863. "6M"
  11864. ],
  11865. "retaliate": [
  11866. "6M"
  11867. ],
  11868. "return": [
  11869. "6M"
  11870. ],
  11871. "roar": [
  11872. "6M"
  11873. ],
  11874. "rockclimb": [
  11875.  
  11876. ],
  11877. "rockpolish": [
  11878. "6M"
  11879. ],
  11880. "rockslide": [
  11881. "6L019",
  11882. "6M"
  11883. ],
  11884. "rocksmash": [
  11885. "6M"
  11886. ],
  11887. "rocktomb": [
  11888. "6M"
  11889. ],
  11890. "round": [
  11891. "6M"
  11892. ],
  11893. "sandstorm": [
  11894. "6L001f",
  11895. "6L005",
  11896. "6M"
  11897. ],
  11898. "scaryface": [
  11899. "6L023"
  11900. ],
  11901. "screech": [
  11902. "6L001g",
  11903. "6L010"
  11904. ],
  11905. "secretpower": [
  11906.  
  11907. ],
  11908. "seismictoss": [
  11909.  
  11910. ],
  11911. "shadowclaw": [
  11912. "6M"
  11913. ],
  11914. "shockwave": [
  11915.  
  11916. ],
  11917. "sleeptalk": [
  11918. "6M"
  11919. ],
  11920. "smackdown": [
  11921. "6M"
  11922. ],
  11923. "snarl": [
  11924. "6M"
  11925. ],
  11926. "snore": [
  11927.  
  11928. ],
  11929. "spite": [
  11930.  
  11931. ],
  11932. "stealthrock": [
  11933.  
  11934. ],
  11935. "stoneedge": [
  11936. "6L063",
  11937. "6M",
  11938. "6S3"
  11939. ],
  11940. "strength": [
  11941. "6M"
  11942. ],
  11943. "substitute": [
  11944. "6M"
  11945. ],
  11946. "sunnyday": [
  11947. "6M"
  11948. ],
  11949. "superpower": [
  11950.  
  11951. ],
  11952. "surf": [
  11953. "6M"
  11954. ],
  11955. "swagger": [
  11956. "6M"
  11957. ],
  11958. "taunt": [
  11959. "6M"
  11960. ],
  11961. "thrash": [
  11962. "6L028"
  11963. ],
  11964. "thunder": [
  11965. "6M"
  11966. ],
  11967. "thunderbolt": [
  11968. "6M"
  11969. ],
  11970. "thunderfang": [
  11971. "6L001a"
  11972. ],
  11973. "thunderpunch": [
  11974.  
  11975. ],
  11976. "thunderwave": [
  11977. "6M"
  11978. ],
  11979. "torment": [
  11980. "6M"
  11981. ],
  11982. "toxic": [
  11983. "6M"
  11984. ],
  11985. "uproar": [
  11986.  
  11987. ],
  11988. "waterpulse": [
  11989.  
  11990. ],
  11991. "whirlpool": [
  11992.  
  11993. ],
  11994. "foulplay": [
  11995.  
  11996. ],
  11997. "irondefense": [
  11998.  
  11999. ],
  12000. "poweruppunch": [
  12001. "6M"
  12002. ],
  12003. "confide": [
  12004. "6M"
  12005. ]
  12006. },
  12007. "id": "tyranitar",
  12008. "speciesid": "tyranitar",
  12009. "baseSpecies": "Tyranitar",
  12010. "forme": "",
  12011. "formeLetter": "",
  12012. "spriteid": "tyranitar",
  12013. "effectType": "Template"
  12014. },
  12015. "tyranitarmega": {
  12016. "num": 248,
  12017. "species": "Tyranitar-Mega",
  12018. "baseSpecies": "Tyranitar",
  12019. "forme": "Mega",
  12020. "formeLetter": "M",
  12021. "types": [
  12022. "Rock",
  12023. "Dark"
  12024. ],
  12025. "baseStats": {
  12026. "hp": 100,
  12027. "atk": 164,
  12028. "def": 150,
  12029. "spa": 95,
  12030. "spd": 120,
  12031. "spe": 71
  12032. },
  12033. "abilities": {
  12034. "0": "Sand Stream"
  12035. },
  12036. "heightm": 2.5,
  12037. "weightkg": 255,
  12038. "color": "Green",
  12039. "prevo": "pupitar",
  12040. "evoLevel": 55,
  12041. "eggGroups": [
  12042. "Monster"
  12043. ],
  12044. "name": "Tyranitar-Mega"
  12045. },
  12046. "lugia": {
  12047. "num": 249,
  12048. "species": "Lugia",
  12049. "types": [
  12050. "Psychic",
  12051. "Flying"
  12052. ],
  12053. "gender": "N",
  12054. "baseStats": {
  12055. "hp": 106,
  12056. "atk": 90,
  12057. "def": 130,
  12058. "spa": 90,
  12059. "spd": 154,
  12060. "spe": 110
  12061. },
  12062. "abilities": {
  12063. "0": "Pressure",
  12064. "H": "Multiscale"
  12065. },
  12066. "heightm": 5.2,
  12067. "weightkg": 216,
  12068. "color": "White",
  12069. "eggGroups": [
  12070. "Undiscovered"
  12071. ],
  12072. "name": "Lugia"
  12073. },
  12074. "hooh": {
  12075. "num": 250,
  12076. "species": "Ho-Oh",
  12077. "types": [
  12078. "Fire",
  12079. "Flying"
  12080. ],
  12081. "gender": "N",
  12082. "baseStats": {
  12083. "hp": 106,
  12084. "atk": 130,
  12085. "def": 90,
  12086. "spa": 110,
  12087. "spd": 154,
  12088. "spe": 90
  12089. },
  12090. "abilities": {
  12091. "0": "Pressure",
  12092. "H": "Regenerator"
  12093. },
  12094. "heightm": 3.8,
  12095. "weightkg": 199,
  12096. "color": "Red",
  12097. "eggGroups": [
  12098. "Undiscovered"
  12099. ],
  12100. "name": "Ho-Oh"
  12101. },
  12102. "celebi": {
  12103. "num": 251,
  12104. "species": "Celebi",
  12105. "types": [
  12106. "Psychic",
  12107. "Grass"
  12108. ],
  12109. "gender": "N",
  12110. "baseStats": {
  12111. "hp": 100,
  12112. "atk": 100,
  12113. "def": 100,
  12114. "spa": 100,
  12115. "spd": 100,
  12116. "spe": 100
  12117. },
  12118. "abilities": {
  12119. "0": "Natural Cure"
  12120. },
  12121. "heightm": 0.6,
  12122. "weightkg": 5,
  12123. "color": "Green",
  12124. "eggGroups": [
  12125. "Undiscovered"
  12126. ],
  12127. "name": "Celebi"
  12128. },
  12129. "treecko": {
  12130. "num": 252,
  12131. "species": "Treecko",
  12132. "types": [
  12133. "Grass"
  12134. ],
  12135. "genderRatio": {
  12136. "M": 0.875,
  12137. "F": 0.125
  12138. },
  12139. "baseStats": {
  12140. "hp": 40,
  12141. "atk": 45,
  12142. "def": 35,
  12143. "spa": 65,
  12144. "spd": 55,
  12145. "spe": 70
  12146. },
  12147. "abilities": {
  12148. "0": "Overgrow",
  12149. "H": "Unburden"
  12150. },
  12151. "heightm": 0.5,
  12152. "weightkg": 5,
  12153. "color": "Green",
  12154. "evos": [
  12155. "grovyle"
  12156. ],
  12157. "eggGroups": [
  12158. "Monster",
  12159. "Dragon"
  12160. ],
  12161. "name": "Treecko"
  12162. },
  12163. "grovyle": {
  12164. "num": 253,
  12165. "species": "Grovyle",
  12166. "types": [
  12167. "Grass"
  12168. ],
  12169. "genderRatio": {
  12170. "M": 0.875,
  12171. "F": 0.125
  12172. },
  12173. "baseStats": {
  12174. "hp": 50,
  12175. "atk": 65,
  12176. "def": 45,
  12177. "spa": 85,
  12178. "spd": 65,
  12179. "spe": 95
  12180. },
  12181. "abilities": {
  12182. "0": "Overgrow",
  12183. "H": "Unburden"
  12184. },
  12185. "heightm": 0.9,
  12186. "weightkg": 21.6,
  12187. "color": "Green",
  12188. "prevo": "treecko",
  12189. "evos": [
  12190. "sceptile"
  12191. ],
  12192. "evoLevel": 16,
  12193. "eggGroups": [
  12194. "Monster",
  12195. "Dragon"
  12196. ],
  12197. "name": "Grovyle"
  12198. },
  12199. "sceptile": {
  12200. "num": 254,
  12201. "species": "Sceptile",
  12202. "types": [
  12203. "Grass"
  12204. ],
  12205. "genderRatio": {
  12206. "M": 0.875,
  12207. "F": 0.125
  12208. },
  12209. "baseStats": {
  12210. "hp": 70,
  12211. "atk": 85,
  12212. "def": 65,
  12213. "spa": 105,
  12214. "spd": 85,
  12215. "spe": 120
  12216. },
  12217. "abilities": {
  12218. "0": "Overgrow",
  12219. "H": "Unburden"
  12220. },
  12221. "heightm": 1.7,
  12222. "weightkg": 52.2,
  12223. "color": "Green",
  12224. "prevo": "grovyle",
  12225. "evoLevel": 36,
  12226. "eggGroups": [
  12227. "Monster",
  12228. "Dragon"
  12229. ],
  12230. "otherFormes": [
  12231. "sceptilemega"
  12232. ],
  12233. "name": "Sceptile"
  12234. },
  12235. "sceptilemega": {
  12236. "num": 254,
  12237. "species": "Sceptile-Mega",
  12238. "baseSpecies": "Sceptile",
  12239. "forme": "Mega",
  12240. "formeLetter": "M",
  12241. "types": [
  12242. "Grass",
  12243. "Dragon"
  12244. ],
  12245. "genderRatio": {
  12246. "M": 0.875,
  12247. "F": 0.125
  12248. },
  12249. "baseStats": {
  12250. "hp": 70,
  12251. "atk": 110,
  12252. "def": 75,
  12253. "spa": 145,
  12254. "spd": 85,
  12255. "spe": 145
  12256. },
  12257. "abilities": {
  12258. "0": "Lightning Rod"
  12259. },
  12260. "heightm": 1.9,
  12261. "weightkg": 55.2,
  12262. "color": "Green",
  12263. "prevo": "grovyle",
  12264. "evoLevel": 36,
  12265. "eggGroups": [
  12266. "Monster",
  12267. "Dragon"
  12268. ],
  12269. "name": "Sceptile-Mega"
  12270. },
  12271. "torchic": {
  12272. "num": 255,
  12273. "species": "Torchic",
  12274. "types": [
  12275. "Fire"
  12276. ],
  12277. "genderRatio": {
  12278. "M": 0.875,
  12279. "F": 0.125
  12280. },
  12281. "baseStats": {
  12282. "hp": 45,
  12283. "atk": 60,
  12284. "def": 40,
  12285. "spa": 70,
  12286. "spd": 50,
  12287. "spe": 45
  12288. },
  12289. "abilities": {
  12290. "0": "Blaze",
  12291. "H": "Speed Boost"
  12292. },
  12293. "heightm": 0.4,
  12294. "weightkg": 2.5,
  12295. "color": "Red",
  12296. "evos": [
  12297. "combusken"
  12298. ],
  12299. "eggGroups": [
  12300. "Field"
  12301. ],
  12302. "name": "Torchic"
  12303. },
  12304. "combusken": {
  12305. "num": 256,
  12306. "species": "Combusken",
  12307. "types": [
  12308. "Fire",
  12309. "Fighting"
  12310. ],
  12311. "genderRatio": {
  12312. "M": 0.875,
  12313. "F": 0.125
  12314. },
  12315. "baseStats": {
  12316. "hp": 60,
  12317. "atk": 85,
  12318. "def": 60,
  12319. "spa": 85,
  12320. "spd": 60,
  12321. "spe": 55
  12322. },
  12323. "abilities": {
  12324. "0": "Blaze",
  12325. "H": "Speed Boost"
  12326. },
  12327. "heightm": 0.9,
  12328. "weightkg": 19.5,
  12329. "color": "Red",
  12330. "prevo": "torchic",
  12331. "evos": [
  12332. "blaziken"
  12333. ],
  12334. "evoLevel": 16,
  12335. "eggGroups": [
  12336. "Field"
  12337. ],
  12338. "name": "Combusken"
  12339. },
  12340. "blaziken": {
  12341. "num": 257,
  12342. "species": "Blaziken",
  12343. "types": [
  12344. "Fire",
  12345. "Fighting"
  12346. ],
  12347. "genderRatio": {
  12348. "M": 0.875,
  12349. "F": 0.125
  12350. },
  12351. "baseStats": {
  12352. "hp": 80,
  12353. "atk": 120,
  12354. "def": 70,
  12355. "spa": 110,
  12356. "spd": 70,
  12357. "spe": 80
  12358. },
  12359. "abilities": {
  12360. "0": "Blaze",
  12361. "H": "Speed Boost"
  12362. },
  12363. "heightm": 1.9,
  12364. "weightkg": 52,
  12365. "color": "Red",
  12366. "prevo": "combusken",
  12367. "evoLevel": 36,
  12368. "eggGroups": [
  12369. "Field"
  12370. ],
  12371. "otherFormes": [
  12372. "blazikenmega"
  12373. ],
  12374. "name": "Blaziken"
  12375. },
  12376. "blazikenmega": {
  12377. "num": 257,
  12378. "species": "Blaziken-Mega",
  12379. "baseSpecies": "Blaziken",
  12380. "forme": "Mega",
  12381. "formeLetter": "M",
  12382. "types": [
  12383. "Fire",
  12384. "Fighting"
  12385. ],
  12386. "genderRatio": {
  12387. "M": 0.875,
  12388. "F": 0.125
  12389. },
  12390. "baseStats": {
  12391. "hp": 80,
  12392. "atk": 160,
  12393. "def": 80,
  12394. "spa": 130,
  12395. "spd": 80,
  12396. "spe": 100
  12397. },
  12398. "abilities": {
  12399. "0": "Speed Boost"
  12400. },
  12401. "heightm": 1.9,
  12402. "weightkg": 52,
  12403. "color": "Red",
  12404. "prevo": "combusken",
  12405. "evoLevel": 36,
  12406. "eggGroups": [
  12407. "Field"
  12408. ],
  12409. "name": "Blaziken-Mega"
  12410. },
  12411. "mudkip": {
  12412. "num": 258,
  12413. "species": "Mudkip",
  12414. "types": [
  12415. "Water"
  12416. ],
  12417. "genderRatio": {
  12418. "M": 0.875,
  12419. "F": 0.125
  12420. },
  12421. "baseStats": {
  12422. "hp": 50,
  12423. "atk": 70,
  12424. "def": 50,
  12425. "spa": 50,
  12426. "spd": 50,
  12427. "spe": 40
  12428. },
  12429. "abilities": {
  12430. "0": "Torrent",
  12431. "H": "Damp"
  12432. },
  12433. "heightm": 0.4,
  12434. "weightkg": 7.6,
  12435. "color": "Blue",
  12436. "evos": [
  12437. "marshtomp"
  12438. ],
  12439. "eggGroups": [
  12440. "Monster",
  12441. "Water 1"
  12442. ],
  12443. "name": "Mudkip"
  12444. },
  12445. "marshtomp": {
  12446. "num": 259,
  12447. "species": "Marshtomp",
  12448. "types": [
  12449. "Water",
  12450. "Ground"
  12451. ],
  12452. "genderRatio": {
  12453. "M": 0.875,
  12454. "F": 0.125
  12455. },
  12456. "baseStats": {
  12457. "hp": 70,
  12458. "atk": 85,
  12459. "def": 70,
  12460. "spa": 60,
  12461. "spd": 70,
  12462. "spe": 50
  12463. },
  12464. "abilities": {
  12465. "0": "Torrent",
  12466. "H": "Damp"
  12467. },
  12468. "heightm": 0.7,
  12469. "weightkg": 28,
  12470. "color": "Blue",
  12471. "prevo": "mudkip",
  12472. "evos": [
  12473. "swampert"
  12474. ],
  12475. "evoLevel": 16,
  12476. "eggGroups": [
  12477. "Monster",
  12478. "Water 1"
  12479. ],
  12480. "name": "Marshtomp"
  12481. },
  12482. "swampert": {
  12483. "num": 260,
  12484. "species": "Swampert",
  12485. "types": [
  12486. "Water",
  12487. "Ground"
  12488. ],
  12489. "genderRatio": {
  12490. "M": 0.875,
  12491. "F": 0.125
  12492. },
  12493. "baseStats": {
  12494. "hp": 100,
  12495. "atk": 110,
  12496. "def": 90,
  12497. "spa": 85,
  12498. "spd": 90,
  12499. "spe": 60
  12500. },
  12501. "abilities": {
  12502. "0": "Torrent",
  12503. "H": "Damp"
  12504. },
  12505. "heightm": 1.5,
  12506. "weightkg": 81.9,
  12507. "color": "Blue",
  12508. "prevo": "marshtomp",
  12509. "evoLevel": 36,
  12510. "eggGroups": [
  12511. "Monster",
  12512. "Water 1"
  12513. ],
  12514. "otherFormes": [
  12515. "swampertmega"
  12516. ],
  12517. "name": "Swampert"
  12518. },
  12519. "swampertmega": {
  12520. "num": 260,
  12521. "species": "Swampert-Mega",
  12522. "baseSpecies": "Swampert",
  12523. "forme": "Mega",
  12524. "formeLetter": "M",
  12525. "types": [
  12526. "Water",
  12527. "Ground"
  12528. ],
  12529. "genderRatio": {
  12530. "M": 0.875,
  12531. "F": 0.125
  12532. },
  12533. "baseStats": {
  12534. "hp": 100,
  12535. "atk": 150,
  12536. "def": 110,
  12537. "spa": 95,
  12538. "spd": 110,
  12539. "spe": 70
  12540. },
  12541. "abilities": {
  12542. "0": "Swift Swim"
  12543. },
  12544. "heightm": 1.9,
  12545. "weightkg": 102,
  12546. "color": "Blue",
  12547. "prevo": "marshtomp",
  12548. "evoLevel": 36,
  12549. "eggGroups": [
  12550. "Monster",
  12551. "Water 1"
  12552. ],
  12553. "name": "Swampert-Mega"
  12554. },
  12555. "poochyena": {
  12556. "num": 261,
  12557. "species": "Poochyena",
  12558. "types": [
  12559. "Dark"
  12560. ],
  12561. "baseStats": {
  12562. "hp": 35,
  12563. "atk": 55,
  12564. "def": 35,
  12565. "spa": 30,
  12566. "spd": 30,
  12567. "spe": 35
  12568. },
  12569. "abilities": {
  12570. "0": "Run Away",
  12571. "1": "Quick Feet",
  12572. "H": "Rattled"
  12573. },
  12574. "heightm": 0.5,
  12575. "weightkg": 13.6,
  12576. "color": "Gray",
  12577. "evos": [
  12578. "mightyena"
  12579. ],
  12580. "eggGroups": [
  12581. "Field"
  12582. ],
  12583. "name": "Poochyena"
  12584. },
  12585. "mightyena": {
  12586. "num": 262,
  12587. "species": "Mightyena",
  12588. "types": [
  12589. "Dark"
  12590. ],
  12591. "baseStats": {
  12592. "hp": 70,
  12593. "atk": 90,
  12594. "def": 70,
  12595. "spa": 60,
  12596. "spd": 60,
  12597. "spe": 70
  12598. },
  12599. "abilities": {
  12600. "0": "Intimidate",
  12601. "1": "Quick Feet",
  12602. "H": "Moxie"
  12603. },
  12604. "heightm": 1,
  12605. "weightkg": 37,
  12606. "color": "Gray",
  12607. "prevo": "poochyena",
  12608. "evoLevel": 18,
  12609. "eggGroups": [
  12610. "Field"
  12611. ],
  12612. "name": "Mightyena"
  12613. },
  12614. "zigzagoon": {
  12615. "num": 263,
  12616. "species": "Zigzagoon",
  12617. "types": [
  12618. "Normal"
  12619. ],
  12620. "baseStats": {
  12621. "hp": 38,
  12622. "atk": 30,
  12623. "def": 41,
  12624. "spa": 30,
  12625. "spd": 41,
  12626. "spe": 60
  12627. },
  12628. "abilities": {
  12629. "0": "Pickup",
  12630. "1": "Gluttony",
  12631. "H": "Quick Feet"
  12632. },
  12633. "heightm": 0.4,
  12634. "weightkg": 17.5,
  12635. "color": "Brown",
  12636. "evos": [
  12637. "linoone"
  12638. ],
  12639. "eggGroups": [
  12640. "Field"
  12641. ],
  12642. "name": "Zigzagoon"
  12643. },
  12644. "linoone": {
  12645. "num": 264,
  12646. "species": "Linoone",
  12647. "types": [
  12648. "Normal"
  12649. ],
  12650. "baseStats": {
  12651. "hp": 78,
  12652. "atk": 70,
  12653. "def": 61,
  12654. "spa": 50,
  12655. "spd": 61,
  12656. "spe": 100
  12657. },
  12658. "abilities": {
  12659. "0": "Pickup",
  12660. "1": "Gluttony",
  12661. "H": "Quick Feet"
  12662. },
  12663. "heightm": 0.5,
  12664. "weightkg": 32.5,
  12665. "color": "White",
  12666. "prevo": "zigzagoon",
  12667. "evoLevel": 20,
  12668. "eggGroups": [
  12669. "Field"
  12670. ],
  12671. "name": "Linoone"
  12672. },
  12673. "wurmple": {
  12674. "num": 265,
  12675. "species": "Wurmple",
  12676. "types": [
  12677. "Bug"
  12678. ],
  12679. "baseStats": {
  12680. "hp": 45,
  12681. "atk": 45,
  12682. "def": 35,
  12683. "spa": 20,
  12684. "spd": 30,
  12685. "spe": 20
  12686. },
  12687. "abilities": {
  12688. "0": "Shield Dust",
  12689. "H": "Run Away"
  12690. },
  12691. "heightm": 0.3,
  12692. "weightkg": 3.6,
  12693. "color": "Red",
  12694. "evos": [
  12695. "silcoon",
  12696. "cascoon"
  12697. ],
  12698. "eggGroups": [
  12699. "Bug"
  12700. ],
  12701. "name": "Wurmple"
  12702. },
  12703. "silcoon": {
  12704. "num": 266,
  12705. "species": "Silcoon",
  12706. "types": [
  12707. "Bug"
  12708. ],
  12709. "baseStats": {
  12710. "hp": 50,
  12711. "atk": 35,
  12712. "def": 55,
  12713. "spa": 25,
  12714. "spd": 25,
  12715. "spe": 15
  12716. },
  12717. "abilities": {
  12718. "0": "Shed Skin"
  12719. },
  12720. "heightm": 0.6,
  12721. "weightkg": 10,
  12722. "color": "White",
  12723. "prevo": "wurmple",
  12724. "evos": [
  12725. "beautifly"
  12726. ],
  12727. "evoLevel": 7,
  12728. "eggGroups": [
  12729. "Bug"
  12730. ],
  12731. "name": "Silcoon"
  12732. },
  12733. "beautifly": {
  12734. "num": 267,
  12735. "species": "Beautifly",
  12736. "types": [
  12737. "Bug",
  12738. "Flying"
  12739. ],
  12740. "baseStats": {
  12741. "hp": 60,
  12742. "atk": 70,
  12743. "def": 50,
  12744. "spa": 100,
  12745. "spd": 50,
  12746. "spe": 65
  12747. },
  12748. "abilities": {
  12749. "0": "Swarm",
  12750. "H": "Rivalry"
  12751. },
  12752. "heightm": 1,
  12753. "weightkg": 28.4,
  12754. "color": "Yellow",
  12755. "prevo": "silcoon",
  12756. "evoLevel": 10,
  12757. "eggGroups": [
  12758. "Bug"
  12759. ],
  12760. "name": "Beautifly"
  12761. },
  12762. "cascoon": {
  12763. "num": 268,
  12764. "species": "Cascoon",
  12765. "types": [
  12766. "Bug"
  12767. ],
  12768. "baseStats": {
  12769. "hp": 50,
  12770. "atk": 35,
  12771. "def": 55,
  12772. "spa": 25,
  12773. "spd": 25,
  12774. "spe": 15
  12775. },
  12776. "abilities": {
  12777. "0": "Shed Skin"
  12778. },
  12779. "heightm": 0.7,
  12780. "weightkg": 11.5,
  12781. "color": "Purple",
  12782. "prevo": "wurmple",
  12783. "evos": [
  12784. "dustox"
  12785. ],
  12786. "evoLevel": 7,
  12787. "eggGroups": [
  12788. "Bug"
  12789. ],
  12790. "name": "Cascoon"
  12791. },
  12792. "dustox": {
  12793. "num": 269,
  12794. "species": "Dustox",
  12795. "types": [
  12796. "Bug",
  12797. "Poison"
  12798. ],
  12799. "baseStats": {
  12800. "hp": 60,
  12801. "atk": 50,
  12802. "def": 70,
  12803. "spa": 50,
  12804. "spd": 90,
  12805. "spe": 65
  12806. },
  12807. "abilities": {
  12808. "0": "Shield Dust",
  12809. "H": "Compound Eyes"
  12810. },
  12811. "heightm": 1.2,
  12812. "weightkg": 31.6,
  12813. "color": "Green",
  12814. "prevo": "cascoon",
  12815. "evoLevel": 10,
  12816. "eggGroups": [
  12817. "Bug"
  12818. ],
  12819. "name": "Dustox"
  12820. },
  12821. "lotad": {
  12822. "num": 270,
  12823. "species": "Lotad",
  12824. "types": [
  12825. "Water",
  12826. "Grass"
  12827. ],
  12828. "baseStats": {
  12829. "hp": 40,
  12830. "atk": 30,
  12831. "def": 30,
  12832. "spa": 40,
  12833. "spd": 50,
  12834. "spe": 30
  12835. },
  12836. "abilities": {
  12837. "0": "Swift Swim",
  12838. "1": "Rain Dish",
  12839. "H": "Own Tempo"
  12840. },
  12841. "heightm": 0.5,
  12842. "weightkg": 2.6,
  12843. "color": "Green",
  12844. "evos": [
  12845. "lombre"
  12846. ],
  12847. "eggGroups": [
  12848. "Water 1",
  12849. "Grass"
  12850. ],
  12851. "name": "Lotad"
  12852. },
  12853. "lombre": {
  12854. "num": 271,
  12855. "species": "Lombre",
  12856. "types": [
  12857. "Water",
  12858. "Grass"
  12859. ],
  12860. "baseStats": {
  12861. "hp": 60,
  12862. "atk": 50,
  12863. "def": 50,
  12864. "spa": 60,
  12865. "spd": 70,
  12866. "spe": 50
  12867. },
  12868. "abilities": {
  12869. "0": "Swift Swim",
  12870. "1": "Rain Dish",
  12871. "H": "Own Tempo"
  12872. },
  12873. "heightm": 1.2,
  12874. "weightkg": 32.5,
  12875. "color": "Green",
  12876. "prevo": "lotad",
  12877. "evos": [
  12878. "ludicolo"
  12879. ],
  12880. "evoLevel": 14,
  12881. "eggGroups": [
  12882. "Water 1",
  12883. "Grass"
  12884. ],
  12885. "name": "Lombre"
  12886. },
  12887. "ludicolo": {
  12888. "num": 272,
  12889. "species": "Ludicolo",
  12890. "types": [
  12891. "Water",
  12892. "Grass"
  12893. ],
  12894. "baseStats": {
  12895. "hp": 80,
  12896. "atk": 70,
  12897. "def": 70,
  12898. "spa": 90,
  12899. "spd": 100,
  12900. "spe": 70
  12901. },
  12902. "abilities": {
  12903. "0": "Swift Swim",
  12904. "1": "Rain Dish",
  12905. "H": "Own Tempo"
  12906. },
  12907. "heightm": 1.5,
  12908. "weightkg": 55,
  12909. "color": "Green",
  12910. "prevo": "lombre",
  12911. "evoLevel": 14,
  12912. "eggGroups": [
  12913. "Water 1",
  12914. "Grass"
  12915. ],
  12916. "name": "Ludicolo"
  12917. },
  12918. "seedot": {
  12919. "num": 273,
  12920. "species": "Seedot",
  12921. "types": [
  12922. "Grass"
  12923. ],
  12924. "baseStats": {
  12925. "hp": 40,
  12926. "atk": 40,
  12927. "def": 50,
  12928. "spa": 30,
  12929. "spd": 30,
  12930. "spe": 30
  12931. },
  12932. "abilities": {
  12933. "0": "Chlorophyll",
  12934. "1": "Early Bird",
  12935. "H": "Pickpocket"
  12936. },
  12937. "heightm": 0.5,
  12938. "weightkg": 4,
  12939. "color": "Brown",
  12940. "evos": [
  12941. "nuzleaf"
  12942. ],
  12943. "eggGroups": [
  12944. "Field",
  12945. "Grass"
  12946. ],
  12947. "name": "Seedot"
  12948. },
  12949. "nuzleaf": {
  12950. "num": 274,
  12951. "species": "Nuzleaf",
  12952. "types": [
  12953. "Grass",
  12954. "Dark"
  12955. ],
  12956. "baseStats": {
  12957. "hp": 70,
  12958. "atk": 70,
  12959. "def": 40,
  12960. "spa": 60,
  12961. "spd": 40,
  12962. "spe": 60
  12963. },
  12964. "abilities": {
  12965. "0": "Chlorophyll",
  12966. "1": "Early Bird",
  12967. "H": "Pickpocket"
  12968. },
  12969. "heightm": 1,
  12970. "weightkg": 28,
  12971. "color": "Brown",
  12972. "prevo": "seedot",
  12973. "evos": [
  12974. "shiftry"
  12975. ],
  12976. "evoLevel": 14,
  12977. "eggGroups": [
  12978. "Field",
  12979. "Grass"
  12980. ],
  12981. "name": "Nuzleaf"
  12982. },
  12983. "shiftry": {
  12984. "num": 275,
  12985. "species": "Shiftry",
  12986. "types": [
  12987. "Grass",
  12988. "Dark"
  12989. ],
  12990. "baseStats": {
  12991. "hp": 90,
  12992. "atk": 100,
  12993. "def": 60,
  12994. "spa": 90,
  12995. "spd": 60,
  12996. "spe": 80
  12997. },
  12998. "abilities": {
  12999. "0": "Chlorophyll",
  13000. "1": "Early Bird",
  13001. "H": "Pickpocket"
  13002. },
  13003. "heightm": 1.3,
  13004. "weightkg": 59.6,
  13005. "color": "Brown",
  13006. "prevo": "nuzleaf",
  13007. "evoLevel": 14,
  13008. "eggGroups": [
  13009. "Field",
  13010. "Grass"
  13011. ],
  13012. "name": "Shiftry"
  13013. },
  13014. "taillow": {
  13015. "num": 276,
  13016. "species": "Taillow",
  13017. "types": [
  13018. "Normal",
  13019. "Flying"
  13020. ],
  13021. "baseStats": {
  13022. "hp": 40,
  13023. "atk": 55,
  13024. "def": 30,
  13025. "spa": 30,
  13026. "spd": 30,
  13027. "spe": 85
  13028. },
  13029. "abilities": {
  13030. "0": "Guts",
  13031. "H": "Scrappy"
  13032. },
  13033. "heightm": 0.3,
  13034. "weightkg": 2.3,
  13035. "color": "Blue",
  13036. "evos": [
  13037. "swellow"
  13038. ],
  13039. "eggGroups": [
  13040. "Flying"
  13041. ],
  13042. "name": "Taillow"
  13043. },
  13044. "swellow": {
  13045. "num": 277,
  13046. "species": "Swellow",
  13047. "types": [
  13048. "Normal",
  13049. "Flying"
  13050. ],
  13051. "baseStats": {
  13052. "hp": 60,
  13053. "atk": 85,
  13054. "def": 60,
  13055. "spa": 50,
  13056. "spd": 50,
  13057. "spe": 125
  13058. },
  13059. "abilities": {
  13060. "0": "Guts",
  13061. "H": "Scrappy"
  13062. },
  13063. "heightm": 0.7,
  13064. "weightkg": 19.8,
  13065. "color": "Blue",
  13066. "prevo": "taillow",
  13067. "evoLevel": 22,
  13068. "eggGroups": [
  13069. "Flying"
  13070. ],
  13071. "name": "Swellow"
  13072. },
  13073. "wingull": {
  13074. "num": 278,
  13075. "species": "Wingull",
  13076. "types": [
  13077. "Water",
  13078. "Flying"
  13079. ],
  13080. "baseStats": {
  13081. "hp": 40,
  13082. "atk": 30,
  13083. "def": 30,
  13084. "spa": 55,
  13085. "spd": 30,
  13086. "spe": 85
  13087. },
  13088. "abilities": {
  13089. "0": "Keen Eye",
  13090. "H": "Rain Dish"
  13091. },
  13092. "heightm": 0.6,
  13093. "weightkg": 9.5,
  13094. "color": "White",
  13095. "evos": [
  13096. "pelipper"
  13097. ],
  13098. "eggGroups": [
  13099. "Water 1",
  13100. "Flying"
  13101. ],
  13102. "name": "Wingull"
  13103. },
  13104. "pelipper": {
  13105. "num": 279,
  13106. "species": "Pelipper",
  13107. "types": [
  13108. "Water",
  13109. "Flying"
  13110. ],
  13111. "baseStats": {
  13112. "hp": 60,
  13113. "atk": 50,
  13114. "def": 100,
  13115. "spa": 85,
  13116. "spd": 70,
  13117. "spe": 65
  13118. },
  13119. "abilities": {
  13120. "0": "Keen Eye",
  13121. "H": "Rain Dish"
  13122. },
  13123. "heightm": 1.2,
  13124. "weightkg": 28,
  13125. "color": "Yellow",
  13126. "prevo": "wingull",
  13127. "evoLevel": 25,
  13128. "eggGroups": [
  13129. "Water 1",
  13130. "Flying"
  13131. ],
  13132. "name": "Pelipper"
  13133. },
  13134. "ralts": {
  13135. "num": 280,
  13136. "species": "Ralts",
  13137. "types": [
  13138. "Psychic",
  13139. "Fairy"
  13140. ],
  13141. "baseStats": {
  13142. "hp": 28,
  13143. "atk": 25,
  13144. "def": 25,
  13145. "spa": 45,
  13146. "spd": 35,
  13147. "spe": 40
  13148. },
  13149. "abilities": {
  13150. "0": "Synchronize",
  13151. "1": "Trace",
  13152. "H": "Telepathy"
  13153. },
  13154. "heightm": 0.4,
  13155. "weightkg": 6.6,
  13156. "color": "White",
  13157. "evos": [
  13158. "kirlia"
  13159. ],
  13160. "eggGroups": [
  13161. "Amorphous"
  13162. ],
  13163. "name": "Ralts"
  13164. },
  13165. "kirlia": {
  13166. "num": 281,
  13167. "species": "Kirlia",
  13168. "types": [
  13169. "Psychic",
  13170. "Fairy"
  13171. ],
  13172. "baseStats": {
  13173. "hp": 38,
  13174. "atk": 35,
  13175. "def": 35,
  13176. "spa": 65,
  13177. "spd": 55,
  13178. "spe": 50
  13179. },
  13180. "abilities": {
  13181. "0": "Synchronize",
  13182. "1": "Trace",
  13183. "H": "Telepathy"
  13184. },
  13185. "heightm": 0.8,
  13186. "weightkg": 20.2,
  13187. "color": "White",
  13188. "prevo": "ralts",
  13189. "evos": [
  13190. "gardevoir",
  13191. "gallade"
  13192. ],
  13193. "evoLevel": 20,
  13194. "eggGroups": [
  13195. "Amorphous"
  13196. ],
  13197. "name": "Kirlia"
  13198. },
  13199. "gardevoir": {
  13200. "num": 282,
  13201. "species": "Gardevoir",
  13202. "types": [
  13203. "Psychic",
  13204. "Fairy"
  13205. ],
  13206. "baseStats": {
  13207. "hp": 68,
  13208. "atk": 65,
  13209. "def": 65,
  13210. "spa": 125,
  13211. "spd": 115,
  13212. "spe": 80
  13213. },
  13214. "abilities": {
  13215. "0": "Synchronize",
  13216. "1": "Trace",
  13217. "H": "Telepathy"
  13218. },
  13219. "heightm": 1.6,
  13220. "weightkg": 48.4,
  13221. "color": "White",
  13222. "prevo": "kirlia",
  13223. "evoLevel": 30,
  13224. "eggGroups": [
  13225. "Amorphous"
  13226. ],
  13227. "otherFormes": [
  13228. "gardevoirmega"
  13229. ],
  13230. "name": "Gardevoir"
  13231. },
  13232. "gardevoirmega": {
  13233. "num": 282,
  13234. "species": "Gardevoir-Mega",
  13235. "baseSpecies": "Gardevoir",
  13236. "forme": "Mega",
  13237. "formeLetter": "M",
  13238. "types": [
  13239. "Psychic",
  13240. "Fairy"
  13241. ],
  13242. "baseStats": {
  13243. "hp": 68,
  13244. "atk": 85,
  13245. "def": 65,
  13246. "spa": 165,
  13247. "spd": 135,
  13248. "spe": 100
  13249. },
  13250. "abilities": {
  13251. "0": "Pixilate"
  13252. },
  13253. "heightm": 1.6,
  13254. "weightkg": 48.4,
  13255. "color": "White",
  13256. "prevo": "kirlia",
  13257. "evoLevel": 30,
  13258. "eggGroups": [
  13259. "Amorphous"
  13260. ],
  13261. "name": "Gardevoir-Mega"
  13262. },
  13263. "surskit": {
  13264. "num": 283,
  13265. "species": "Surskit",
  13266. "types": [
  13267. "Bug",
  13268. "Water"
  13269. ],
  13270. "baseStats": {
  13271. "hp": 40,
  13272. "atk": 30,
  13273. "def": 32,
  13274. "spa": 50,
  13275. "spd": 52,
  13276. "spe": 65
  13277. },
  13278. "abilities": {
  13279. "0": "Swift Swim",
  13280. "H": "Rain Dish"
  13281. },
  13282. "heightm": 0.5,
  13283. "weightkg": 1.7,
  13284. "color": "Blue",
  13285. "evos": [
  13286. "masquerain"
  13287. ],
  13288. "eggGroups": [
  13289. "Water 1",
  13290. "Bug"
  13291. ],
  13292. "name": "Surskit"
  13293. },
  13294. "masquerain": {
  13295. "num": 284,
  13296. "species": "Masquerain",
  13297. "types": [
  13298. "Bug",
  13299. "Flying"
  13300. ],
  13301. "baseStats": {
  13302. "hp": 70,
  13303. "atk": 60,
  13304. "def": 62,
  13305. "spa": 80,
  13306. "spd": 82,
  13307. "spe": 60
  13308. },
  13309. "abilities": {
  13310. "0": "Intimidate",
  13311. "H": "Unnerve"
  13312. },
  13313. "heightm": 0.8,
  13314. "weightkg": 3.6,
  13315. "color": "Blue",
  13316. "prevo": "surskit",
  13317. "evoLevel": 22,
  13318. "eggGroups": [
  13319. "Water 1",
  13320. "Bug"
  13321. ],
  13322. "name": "Masquerain"
  13323. },
  13324. "shroomish": {
  13325. "num": 285,
  13326. "species": "Shroomish",
  13327. "types": [
  13328. "Grass"
  13329. ],
  13330. "baseStats": {
  13331. "hp": 60,
  13332. "atk": 40,
  13333. "def": 60,
  13334. "spa": 40,
  13335. "spd": 60,
  13336. "spe": 35
  13337. },
  13338. "abilities": {
  13339. "0": "Effect Spore",
  13340. "1": "Poison Heal",
  13341. "H": "Quick Feet"
  13342. },
  13343. "heightm": 0.4,
  13344. "weightkg": 4.5,
  13345. "color": "Brown",
  13346. "evos": [
  13347. "breloom"
  13348. ],
  13349. "eggGroups": [
  13350. "Fairy",
  13351. "Grass"
  13352. ],
  13353. "name": "Shroomish"
  13354. },
  13355. "breloom": {
  13356. "num": 286,
  13357. "species": "Breloom",
  13358. "types": [
  13359. "Grass",
  13360. "Fighting"
  13361. ],
  13362. "baseStats": {
  13363. "hp": 60,
  13364. "atk": 130,
  13365. "def": 80,
  13366. "spa": 60,
  13367. "spd": 60,
  13368. "spe": 70
  13369. },
  13370. "abilities": {
  13371. "0": "Effect Spore",
  13372. "1": "Poison Heal",
  13373. "H": "Technician"
  13374. },
  13375. "heightm": 1.2,
  13376. "weightkg": 39.2,
  13377. "color": "Green",
  13378. "prevo": "shroomish",
  13379. "evoLevel": 23,
  13380. "eggGroups": [
  13381. "Fairy",
  13382. "Grass"
  13383. ],
  13384. "name": "Breloom"
  13385. },
  13386. "slakoth": {
  13387. "num": 287,
  13388. "species": "Slakoth",
  13389. "types": [
  13390. "Normal"
  13391. ],
  13392. "baseStats": {
  13393. "hp": 60,
  13394. "atk": 60,
  13395. "def": 60,
  13396. "spa": 35,
  13397. "spd": 35,
  13398. "spe": 30
  13399. },
  13400. "abilities": {
  13401. "0": "Truant"
  13402. },
  13403. "heightm": 0.8,
  13404. "weightkg": 24,
  13405. "color": "Brown",
  13406. "evos": [
  13407. "vigoroth"
  13408. ],
  13409. "eggGroups": [
  13410. "Field"
  13411. ],
  13412. "name": "Slakoth"
  13413. },
  13414. "vigoroth": {
  13415. "num": 288,
  13416. "species": "Vigoroth",
  13417. "types": [
  13418. "Normal"
  13419. ],
  13420. "baseStats": {
  13421. "hp": 80,
  13422. "atk": 80,
  13423. "def": 80,
  13424. "spa": 55,
  13425. "spd": 55,
  13426. "spe": 90
  13427. },
  13428. "abilities": {
  13429. "0": "Vital Spirit"
  13430. },
  13431. "heightm": 1.4,
  13432. "weightkg": 46.5,
  13433. "color": "White",
  13434. "prevo": "slakoth",
  13435. "evos": [
  13436. "slaking"
  13437. ],
  13438. "evoLevel": 18,
  13439. "eggGroups": [
  13440. "Field"
  13441. ],
  13442. "name": "Vigoroth"
  13443. },
  13444. "slaking": {
  13445. "num": 289,
  13446. "species": "Slaking",
  13447. "types": [
  13448. "Normal"
  13449. ],
  13450. "baseStats": {
  13451. "hp": 150,
  13452. "atk": 160,
  13453. "def": 100,
  13454. "spa": 95,
  13455. "spd": 65,
  13456. "spe": 100
  13457. },
  13458. "abilities": {
  13459. "0": "Truant"
  13460. },
  13461. "heightm": 2,
  13462. "weightkg": 130.5,
  13463. "color": "Brown",
  13464. "prevo": "vigoroth",
  13465. "evoLevel": 36,
  13466. "eggGroups": [
  13467. "Field"
  13468. ],
  13469. "name": "Slaking"
  13470. },
  13471. "nincada": {
  13472. "num": 290,
  13473. "species": "Nincada",
  13474. "types": [
  13475. "Bug",
  13476. "Ground"
  13477. ],
  13478. "baseStats": {
  13479. "hp": 31,
  13480. "atk": 45,
  13481. "def": 90,
  13482. "spa": 30,
  13483. "spd": 30,
  13484. "spe": 40
  13485. },
  13486. "abilities": {
  13487. "0": "Compound Eyes",
  13488. "H": "Run Away"
  13489. },
  13490. "heightm": 0.5,
  13491. "weightkg": 5.5,
  13492. "color": "Gray",
  13493. "evos": [
  13494. "ninjask",
  13495. "shedinja"
  13496. ],
  13497. "eggGroups": [
  13498. "Bug"
  13499. ],
  13500. "name": "Nincada"
  13501. },
  13502. "ninjask": {
  13503. "num": 291,
  13504. "species": "Ninjask",
  13505. "types": [
  13506. "Bug",
  13507. "Flying"
  13508. ],
  13509. "baseStats": {
  13510. "hp": 61,
  13511. "atk": 90,
  13512. "def": 45,
  13513. "spa": 50,
  13514. "spd": 50,
  13515. "spe": 160
  13516. },
  13517. "abilities": {
  13518. "0": "Speed Boost",
  13519. "H": "Infiltrator"
  13520. },
  13521. "heightm": 0.8,
  13522. "weightkg": 12,
  13523. "color": "Yellow",
  13524. "prevo": "nincada",
  13525. "evoLevel": 20,
  13526. "eggGroups": [
  13527. "Bug"
  13528. ],
  13529. "name": "Ninjask"
  13530. },
  13531. "shedinja": {
  13532. "num": 292,
  13533. "species": "Shedinja",
  13534. "types": [
  13535. "Bug",
  13536. "Ghost"
  13537. ],
  13538. "gender": "N",
  13539. "baseStats": {
  13540. "hp": 1,
  13541. "atk": 90,
  13542. "def": 45,
  13543. "spa": 30,
  13544. "spd": 30,
  13545. "spe": 40
  13546. },
  13547. "abilities": {
  13548. "0": "Wonder Guard"
  13549. },
  13550. "heightm": 0.8,
  13551. "weightkg": 1.2,
  13552. "color": "Brown",
  13553. "prevo": "nincada",
  13554. "evoLevel": 20,
  13555. "eggGroups": [
  13556. "Mineral"
  13557. ],
  13558. "name": "Shedinja"
  13559. },
  13560. "whismur": {
  13561. "num": 293,
  13562. "species": "Whismur",
  13563. "types": [
  13564. "Normal"
  13565. ],
  13566. "baseStats": {
  13567. "hp": 64,
  13568. "atk": 51,
  13569. "def": 23,
  13570. "spa": 51,
  13571. "spd": 23,
  13572. "spe": 28
  13573. },
  13574. "abilities": {
  13575. "0": "Soundproof",
  13576. "H": "Rattled"
  13577. },
  13578. "heightm": 0.6,
  13579. "weightkg": 16.3,
  13580. "color": "Pink",
  13581. "evos": [
  13582. "loudred"
  13583. ],
  13584. "eggGroups": [
  13585. "Monster",
  13586. "Field"
  13587. ],
  13588. "name": "Whismur"
  13589. },
  13590. "loudred": {
  13591. "num": 294,
  13592. "species": "Loudred",
  13593. "types": [
  13594. "Normal"
  13595. ],
  13596. "baseStats": {
  13597. "hp": 84,
  13598. "atk": 71,
  13599. "def": 43,
  13600. "spa": 71,
  13601. "spd": 43,
  13602. "spe": 48
  13603. },
  13604. "abilities": {
  13605. "0": "Soundproof",
  13606. "H": "Scrappy"
  13607. },
  13608. "heightm": 1,
  13609. "weightkg": 40.5,
  13610. "color": "Blue",
  13611. "prevo": "whismur",
  13612. "evos": [
  13613. "exploud"
  13614. ],
  13615. "evoLevel": 20,
  13616. "eggGroups": [
  13617. "Monster",
  13618. "Field"
  13619. ],
  13620. "name": "Loudred"
  13621. },
  13622. "exploud": {
  13623. "num": 295,
  13624. "species": "Exploud",
  13625. "types": [
  13626. "Normal"
  13627. ],
  13628. "baseStats": {
  13629. "hp": 104,
  13630. "atk": 91,
  13631. "def": 63,
  13632. "spa": 91,
  13633. "spd": 73,
  13634. "spe": 68
  13635. },
  13636. "abilities": {
  13637. "0": "Soundproof",
  13638. "H": "Scrappy"
  13639. },
  13640. "heightm": 1.5,
  13641. "weightkg": 84,
  13642. "color": "Blue",
  13643. "prevo": "loudred",
  13644. "evoLevel": 40,
  13645. "eggGroups": [
  13646. "Monster",
  13647. "Field"
  13648. ],
  13649. "name": "Exploud"
  13650. },
  13651. "makuhita": {
  13652. "num": 296,
  13653. "species": "Makuhita",
  13654. "types": [
  13655. "Fighting"
  13656. ],
  13657. "genderRatio": {
  13658. "M": 0.75,
  13659. "F": 0.25
  13660. },
  13661. "baseStats": {
  13662. "hp": 72,
  13663. "atk": 60,
  13664. "def": 30,
  13665. "spa": 20,
  13666. "spd": 30,
  13667. "spe": 25
  13668. },
  13669. "abilities": {
  13670. "0": "Thick Fat",
  13671. "1": "Guts",
  13672. "H": "Sheer Force"
  13673. },
  13674. "heightm": 1,
  13675. "weightkg": 86.4,
  13676. "color": "Yellow",
  13677. "evos": [
  13678. "hariyama"
  13679. ],
  13680. "eggGroups": [
  13681. "Human-Like"
  13682. ],
  13683. "name": "Makuhita"
  13684. },
  13685. "hariyama": {
  13686. "num": 297,
  13687. "species": "Hariyama",
  13688. "types": [
  13689. "Fighting"
  13690. ],
  13691. "genderRatio": {
  13692. "M": 0.75,
  13693. "F": 0.25
  13694. },
  13695. "baseStats": {
  13696. "hp": 144,
  13697. "atk": 120,
  13698. "def": 60,
  13699. "spa": 40,
  13700. "spd": 60,
  13701. "spe": 50
  13702. },
  13703. "abilities": {
  13704. "0": "Thick Fat",
  13705. "1": "Guts",
  13706. "H": "Sheer Force"
  13707. },
  13708. "heightm": 2.3,
  13709. "weightkg": 253.8,
  13710. "color": "Brown",
  13711. "prevo": "makuhita",
  13712. "evoLevel": 24,
  13713. "eggGroups": [
  13714. "Human-Like"
  13715. ],
  13716. "name": "Hariyama"
  13717. },
  13718. "azurill": {
  13719. "num": 298,
  13720. "species": "Azurill",
  13721. "types": [
  13722. "Normal",
  13723. "Fairy"
  13724. ],
  13725. "genderRatio": {
  13726. "M": 0.25,
  13727. "F": 0.75
  13728. },
  13729. "baseStats": {
  13730. "hp": 50,
  13731. "atk": 20,
  13732. "def": 40,
  13733. "spa": 20,
  13734. "spd": 40,
  13735. "spe": 20
  13736. },
  13737. "abilities": {
  13738. "0": "Thick Fat",
  13739. "1": "Huge Power",
  13740. "H": "Sap Sipper"
  13741. },
  13742. "heightm": 0.2,
  13743. "weightkg": 2,
  13744. "color": "Blue",
  13745. "evos": [
  13746. "marill"
  13747. ],
  13748. "eggGroups": [
  13749. "Undiscovered"
  13750. ],
  13751. "name": "Azurill"
  13752. },
  13753. "nosepass": {
  13754. "num": 299,
  13755. "species": "Nosepass",
  13756. "types": [
  13757. "Rock"
  13758. ],
  13759. "baseStats": {
  13760. "hp": 30,
  13761. "atk": 45,
  13762. "def": 135,
  13763. "spa": 45,
  13764. "spd": 90,
  13765. "spe": 30
  13766. },
  13767. "abilities": {
  13768. "0": "Sturdy",
  13769. "1": "Magnet Pull",
  13770. "H": "Sand Force"
  13771. },
  13772. "heightm": 1,
  13773. "weightkg": 97,
  13774. "color": "Gray",
  13775. "evos": [
  13776. "probopass"
  13777. ],
  13778. "eggGroups": [
  13779. "Mineral"
  13780. ],
  13781. "name": "Nosepass"
  13782. },
  13783. "skitty": {
  13784. "num": 300,
  13785. "species": "Skitty",
  13786. "types": [
  13787. "Normal"
  13788. ],
  13789. "genderRatio": {
  13790. "M": 0.25,
  13791. "F": 0.75
  13792. },
  13793. "baseStats": {
  13794. "hp": 50,
  13795. "atk": 45,
  13796. "def": 45,
  13797. "spa": 35,
  13798. "spd": 35,
  13799. "spe": 50
  13800. },
  13801. "abilities": {
  13802. "0": "Cute Charm",
  13803. "1": "Normalize",
  13804. "H": "Wonder Skin"
  13805. },
  13806. "heightm": 0.6,
  13807. "weightkg": 11,
  13808. "color": "Pink",
  13809. "evos": [
  13810. "delcatty"
  13811. ],
  13812. "eggGroups": [
  13813. "Field",
  13814. "Fairy"
  13815. ],
  13816. "name": "Skitty"
  13817. },
  13818. "delcatty": {
  13819. "num": 301,
  13820. "species": "Delcatty",
  13821. "types": [
  13822. "Normal"
  13823. ],
  13824. "genderRatio": {
  13825. "M": 0.25,
  13826. "F": 0.75
  13827. },
  13828. "baseStats": {
  13829. "hp": 70,
  13830. "atk": 65,
  13831. "def": 65,
  13832. "spa": 55,
  13833. "spd": 55,
  13834. "spe": 70
  13835. },
  13836. "abilities": {
  13837. "0": "Cute Charm",
  13838. "1": "Normalize",
  13839. "H": "Wonder Skin"
  13840. },
  13841. "heightm": 1.1,
  13842. "weightkg": 32.6,
  13843. "color": "Purple",
  13844. "prevo": "skitty",
  13845. "evoLevel": 1,
  13846. "eggGroups": [
  13847. "Field",
  13848. "Fairy"
  13849. ],
  13850. "name": "Delcatty"
  13851. },
  13852. "sableye": {
  13853. "num": 302,
  13854. "species": "Sableye",
  13855. "types": [
  13856. "Dark",
  13857. "Ghost"
  13858. ],
  13859. "baseStats": {
  13860. "hp": 50,
  13861. "atk": 75,
  13862. "def": 75,
  13863. "spa": 65,
  13864. "spd": 65,
  13865. "spe": 50
  13866. },
  13867. "abilities": {
  13868. "0": "Keen Eye",
  13869. "1": "Stall",
  13870. "H": "Prankster"
  13871. },
  13872. "heightm": 0.5,
  13873. "weightkg": 11,
  13874. "color": "Purple",
  13875. "eggGroups": [
  13876. "Human-Like"
  13877. ],
  13878. "otherFormes": [
  13879. "sableyemega"
  13880. ],
  13881. "name": "Sableye"
  13882. },
  13883. "sableyemega": {
  13884. "num": 302,
  13885. "species": "Sableye-Mega",
  13886. "baseSpecies": "Sableye",
  13887. "forme": "Mega",
  13888. "formeLetter": "M",
  13889. "types": [
  13890. "Dark",
  13891. "Ghost"
  13892. ],
  13893. "baseStats": {
  13894. "hp": 50,
  13895. "atk": 85,
  13896. "def": 125,
  13897. "spa": 85,
  13898. "spd": 115,
  13899. "spe": 20
  13900. },
  13901. "abilities": {
  13902. "0": "Magic Bounce"
  13903. },
  13904. "heightm": 0.5,
  13905. "weightkg": 11,
  13906. "color": "Purple",
  13907. "eggGroups": [
  13908. "Human-Like"
  13909. ],
  13910. "name": "Sableye-Mega"
  13911. },
  13912. "mawile": {
  13913. "num": 303,
  13914. "species": "Mawile",
  13915. "types": [
  13916. "Steel",
  13917. "Fairy"
  13918. ],
  13919. "baseStats": {
  13920. "hp": 50,
  13921. "atk": 85,
  13922. "def": 85,
  13923. "spa": 55,
  13924. "spd": 55,
  13925. "spe": 50
  13926. },
  13927. "abilities": {
  13928. "0": "Hyper Cutter",
  13929. "1": "Intimidate",
  13930. "H": "Sheer Force"
  13931. },
  13932. "heightm": 0.6,
  13933. "weightkg": 11.5,
  13934. "color": "Black",
  13935. "eggGroups": [
  13936. "Field",
  13937. "Fairy"
  13938. ],
  13939. "otherFormes": [
  13940. "mawilemega"
  13941. ],
  13942. "name": "Mawile",
  13943. "exists": true,
  13944. "tier": "OU",
  13945. "learnset": {
  13946. "ancientpower": [
  13947. "6E"
  13948. ],
  13949. "astonish": [
  13950. "6L001f"
  13951. ],
  13952. "attract": [
  13953. "6M"
  13954. ],
  13955. "batonpass": [
  13956. "6L031"
  13957. ],
  13958. "bite": [
  13959. "6L011"
  13960. ],
  13961. "bodyslam": [
  13962.  
  13963. ],
  13964. "brickbreak": [
  13965. "6M"
  13966. ],
  13967. "captivate": [
  13968. "6E"
  13969. ],
  13970. "chargebeam": [
  13971. "6M"
  13972. ],
  13973. "counter": [
  13974.  
  13975. ],
  13976. "crunch": [
  13977. "6L036"
  13978. ],
  13979. "darkpulse": [
  13980. "6M"
  13981. ],
  13982. "doubleedge": [
  13983.  
  13984. ],
  13985. "doubleteam": [
  13986. "6M"
  13987. ],
  13988. "dynamicpunch": [
  13989.  
  13990. ],
  13991. "embargo": [
  13992. "6M"
  13993. ],
  13994. "endure": [
  13995.  
  13996. ],
  13997. "facade": [
  13998. "6M"
  13999. ],
  14000. "feintattack": [
  14001. "6L026"
  14002. ],
  14003. "faketears": [
  14004. "6L006"
  14005. ],
  14006. "falseswipe": [
  14007. "6M"
  14008. ],
  14009. "fireblast": [
  14010. "6M"
  14011. ],
  14012. "firefang": [
  14013. "6E"
  14014. ],
  14015. "flamethrower": [
  14016. "6M"
  14017. ],
  14018. "flashcannon": [
  14019. "6M"
  14020. ],
  14021. "fling": [
  14022. "6M"
  14023. ],
  14024. "focusblast": [
  14025. "6M"
  14026. ],
  14027. "focuspunch": [
  14028.  
  14029. ],
  14030. "frustration": [
  14031. "6M"
  14032. ],
  14033. "gigaimpact": [
  14034. "6M"
  14035. ],
  14036. "grassknot": [
  14037. "6M"
  14038. ],
  14039. "guardswap": [
  14040. "6E"
  14041. ],
  14042. "headbutt": [
  14043.  
  14044. ],
  14045. "hiddenpower": [
  14046. "6M"
  14047. ],
  14048. "hyperbeam": [
  14049. "6M"
  14050. ],
  14051. "icebeam": [
  14052. "6M"
  14053. ],
  14054. "icefang": [
  14055. "6E"
  14056. ],
  14057. "icepunch": [
  14058.  
  14059. ],
  14060. "icywind": [
  14061.  
  14062. ],
  14063. "incinerate": [
  14064. "6M"
  14065. ],
  14066. "irondefense": [
  14067. "6L041"
  14068. ],
  14069. "ironhead": [
  14070. "6L001b",
  14071. "6L056"
  14072. ],
  14073. "knockoff": [
  14074.  
  14075. ],
  14076. "magnetrise": [
  14077.  
  14078. ],
  14079. "megakick": [
  14080.  
  14081. ],
  14082. "megapunch": [
  14083.  
  14084. ],
  14085. "metalburst": [
  14086. "6E"
  14087. ],
  14088. "mimic": [
  14089.  
  14090. ],
  14091. "mudslap": [
  14092.  
  14093. ],
  14094. "naturalgift": [
  14095.  
  14096. ],
  14097. "painsplit": [
  14098.  
  14099. ],
  14100. "payback": [
  14101. "6M"
  14102. ],
  14103. "poisonfang": [
  14104. "6E"
  14105. ],
  14106. "protect": [
  14107. "6M"
  14108. ],
  14109. "psychup": [
  14110. "6M"
  14111. ],
  14112. "punishment": [
  14113. "6E"
  14114. ],
  14115. "raindance": [
  14116. "6M"
  14117. ],
  14118. "rest": [
  14119. "6M"
  14120. ],
  14121. "return": [
  14122. "6M"
  14123. ],
  14124. "rockslide": [
  14125. "6M"
  14126. ],
  14127. "rocksmash": [
  14128. "6M"
  14129. ],
  14130. "rocktomb": [
  14131. "6M"
  14132. ],
  14133. "round": [
  14134. "6M"
  14135. ],
  14136. "sandstorm": [
  14137. "6M"
  14138. ],
  14139. "secretpower": [
  14140.  
  14141. ],
  14142. "seismictoss": [
  14143. "6E"
  14144. ],
  14145. "shadowball": [
  14146. "6M"
  14147. ],
  14148. "sing": [
  14149.  
  14150. ],
  14151. "slam": [
  14152. "6E"
  14153. ],
  14154. "sleeptalk": [
  14155. "6M"
  14156. ],
  14157. "sludgebomb": [
  14158. "6M"
  14159. ],
  14160. "snore": [
  14161.  
  14162. ],
  14163. "solarbeam": [
  14164. "6M"
  14165. ],
  14166. "spitup": [
  14167. "6L050"
  14168. ],
  14169. "stockpile": [
  14170. "6L050"
  14171. ],
  14172. "stoneedge": [
  14173. "6M"
  14174. ],
  14175. "strength": [
  14176. "6M"
  14177. ],
  14178. "substitute": [
  14179. "6M"
  14180. ],
  14181. "suckerpunch": [
  14182. "6L046",
  14183. "6E"
  14184. ],
  14185. "sunnyday": [
  14186. "6M"
  14187. ],
  14188. "superfang": [
  14189.  
  14190. ],
  14191. "swagger": [
  14192. "6M"
  14193. ],
  14194. "swallow": [
  14195. "6L050"
  14196. ],
  14197. "sweetscent": [
  14198. "6L016"
  14199. ],
  14200. "swordsdance": [
  14201. "6M"
  14202. ],
  14203. "taunt": [
  14204. "6L001c",
  14205. "6M"
  14206. ],
  14207. "thunderfang": [
  14208. "6E"
  14209. ],
  14210. "thunderpunch": [
  14211.  
  14212. ],
  14213. "tickle": [
  14214. "6E"
  14215. ],
  14216. "torment": [
  14217. "6M"
  14218. ],
  14219. "toxic": [
  14220. "6M"
  14221. ],
  14222. "vicegrip": [
  14223. "6L021"
  14224. ],
  14225. "foulplay": [
  14226.  
  14227. ],
  14228. "lastresort": [
  14229.  
  14230. ],
  14231. "snatch": [
  14232.  
  14233. ],
  14234. "stealthrock": [
  14235.  
  14236. ],
  14237. "playrough": [
  14238. "6L001a",
  14239. "6L060"
  14240. ],
  14241. "growl": [
  14242. "6L001d"
  14243. ],
  14244. "fairywind": [
  14245. "6L001e"
  14246. ],
  14247. "poweruppunch": [
  14248. "6M"
  14249. ],
  14250. "confide": [
  14251. "6M"
  14252. ],
  14253. "mistyterrain": [
  14254. "6E"
  14255. ]
  14256. },
  14257. "id": "mawile",
  14258. "speciesid": "mawile",
  14259. "baseSpecies": "Mawile",
  14260. "forme": "",
  14261. "formeLetter": "",
  14262. "spriteid": "mawile",
  14263. "effectType": "Template"
  14264. },
  14265. "mawilemega": {
  14266. "num": 303,
  14267. "species": "Mawile-Mega",
  14268. "baseSpecies": "Mawile",
  14269. "forme": "Mega",
  14270. "formeLetter": "M",
  14271. "types": [
  14272. "Steel",
  14273. "Fairy"
  14274. ],
  14275. "baseStats": {
  14276. "hp": 50,
  14277. "atk": 105,
  14278. "def": 125,
  14279. "spa": 55,
  14280. "spd": 95,
  14281. "spe": 50
  14282. },
  14283. "abilities": {
  14284. "0": "Huge Power"
  14285. },
  14286. "heightm": 1,
  14287. "weightkg": 23.5,
  14288. "color": "Black",
  14289. "eggGroups": [
  14290. "Field",
  14291. "Fairy"
  14292. ],
  14293. "name": "Mawile-Mega",
  14294. "exists": true,
  14295. "tier": "Uber",
  14296. "id": "mawilemega",
  14297. "speciesid": "mawilemega",
  14298. "spriteid": "mawile-mega",
  14299. "effectType": "Template"
  14300. },
  14301. "aron": {
  14302. "num": 304,
  14303. "species": "Aron",
  14304. "types": [
  14305. "Steel",
  14306. "Rock"
  14307. ],
  14308. "baseStats": {
  14309. "hp": 50,
  14310. "atk": 70,
  14311. "def": 100,
  14312. "spa": 40,
  14313. "spd": 40,
  14314. "spe": 30
  14315. },
  14316. "abilities": {
  14317. "0": "Sturdy",
  14318. "1": "Rock Head",
  14319. "H": "Heavy Metal"
  14320. },
  14321. "heightm": 0.4,
  14322. "weightkg": 60,
  14323. "color": "Gray",
  14324. "evos": [
  14325. "lairon"
  14326. ],
  14327. "eggGroups": [
  14328. "Monster"
  14329. ],
  14330. "name": "Aron"
  14331. },
  14332. "lairon": {
  14333. "num": 305,
  14334. "species": "Lairon",
  14335. "types": [
  14336. "Steel",
  14337. "Rock"
  14338. ],
  14339. "baseStats": {
  14340. "hp": 60,
  14341. "atk": 90,
  14342. "def": 140,
  14343. "spa": 50,
  14344. "spd": 50,
  14345. "spe": 40
  14346. },
  14347. "abilities": {
  14348. "0": "Sturdy",
  14349. "1": "Rock Head",
  14350. "H": "Heavy Metal"
  14351. },
  14352. "heightm": 0.9,
  14353. "weightkg": 120,
  14354. "color": "Gray",
  14355. "prevo": "aron",
  14356. "evos": [
  14357. "aggron"
  14358. ],
  14359. "evoLevel": 32,
  14360. "eggGroups": [
  14361. "Monster"
  14362. ],
  14363. "name": "Lairon"
  14364. },
  14365. "aggron": {
  14366. "num": 306,
  14367. "species": "Aggron",
  14368. "types": [
  14369. "Steel",
  14370. "Rock"
  14371. ],
  14372. "baseStats": {
  14373. "hp": 70,
  14374. "atk": 110,
  14375. "def": 180,
  14376. "spa": 60,
  14377. "spd": 60,
  14378. "spe": 50
  14379. },
  14380. "abilities": {
  14381. "0": "Sturdy",
  14382. "1": "Rock Head",
  14383. "H": "Heavy Metal"
  14384. },
  14385. "heightm": 2.1,
  14386. "weightkg": 360,
  14387. "color": "Gray",
  14388. "prevo": "lairon",
  14389. "evoLevel": 42,
  14390. "eggGroups": [
  14391. "Monster"
  14392. ],
  14393. "otherFormes": [
  14394. "aggronmega"
  14395. ],
  14396. "name": "Aggron"
  14397. },
  14398. "aggronmega": {
  14399. "num": 306,
  14400. "species": "Aggron-Mega",
  14401. "baseSpecies": "Aggron",
  14402. "forme": "Mega",
  14403. "formeLetter": "M",
  14404. "types": [
  14405. "Steel"
  14406. ],
  14407. "baseStats": {
  14408. "hp": 70,
  14409. "atk": 140,
  14410. "def": 230,
  14411. "spa": 60,
  14412. "spd": 80,
  14413. "spe": 50
  14414. },
  14415. "abilities": {
  14416. "0": "Filter"
  14417. },
  14418. "heightm": 2.2,
  14419. "weightkg": 395,
  14420. "color": "Gray",
  14421. "prevo": "lairon",
  14422. "evoLevel": 42,
  14423. "eggGroups": [
  14424. "Monster"
  14425. ],
  14426. "name": "Aggron-Mega"
  14427. },
  14428. "meditite": {
  14429. "num": 307,
  14430. "species": "Meditite",
  14431. "types": [
  14432. "Fighting",
  14433. "Psychic"
  14434. ],
  14435. "baseStats": {
  14436. "hp": 30,
  14437. "atk": 40,
  14438. "def": 55,
  14439. "spa": 40,
  14440. "spd": 55,
  14441. "spe": 60
  14442. },
  14443. "abilities": {
  14444. "0": "Pure Power",
  14445. "H": "Telepathy"
  14446. },
  14447. "heightm": 0.6,
  14448. "weightkg": 11.2,
  14449. "color": "Blue",
  14450. "evos": [
  14451. "medicham"
  14452. ],
  14453. "eggGroups": [
  14454. "Human-Like"
  14455. ],
  14456. "name": "Meditite"
  14457. },
  14458. "medicham": {
  14459. "num": 308,
  14460. "species": "Medicham",
  14461. "types": [
  14462. "Fighting",
  14463. "Psychic"
  14464. ],
  14465. "baseStats": {
  14466. "hp": 60,
  14467. "atk": 60,
  14468. "def": 75,
  14469. "spa": 60,
  14470. "spd": 75,
  14471. "spe": 80
  14472. },
  14473. "abilities": {
  14474. "0": "Pure Power",
  14475. "H": "Telepathy"
  14476. },
  14477. "heightm": 1.3,
  14478. "weightkg": 31.5,
  14479. "color": "Red",
  14480. "prevo": "meditite",
  14481. "evoLevel": 37,
  14482. "eggGroups": [
  14483. "Human-Like"
  14484. ],
  14485. "otherFormes": [
  14486. "medichammega"
  14487. ],
  14488. "name": "Medicham"
  14489. },
  14490. "medichammega": {
  14491. "num": 308,
  14492. "species": "Medicham-Mega",
  14493. "baseSpecies": "Medicham",
  14494. "forme": "Mega",
  14495. "formeLetter": "M",
  14496. "types": [
  14497. "Fighting",
  14498. "Psychic"
  14499. ],
  14500. "baseStats": {
  14501. "hp": 60,
  14502. "atk": 100,
  14503. "def": 85,
  14504. "spa": 80,
  14505. "spd": 85,
  14506. "spe": 100
  14507. },
  14508. "abilities": {
  14509. "0": "Pure Power"
  14510. },
  14511. "heightm": 1.3,
  14512. "weightkg": 31.5,
  14513. "color": "Red",
  14514. "prevo": "meditite",
  14515. "evoLevel": 37,
  14516. "eggGroups": [
  14517. "Human-Like"
  14518. ],
  14519. "name": "Medicham-Mega"
  14520. },
  14521. "electrike": {
  14522. "num": 309,
  14523. "species": "Electrike",
  14524. "types": [
  14525. "Electric"
  14526. ],
  14527. "baseStats": {
  14528. "hp": 40,
  14529. "atk": 45,
  14530. "def": 40,
  14531. "spa": 65,
  14532. "spd": 40,
  14533. "spe": 65
  14534. },
  14535. "abilities": {
  14536. "0": "Static",
  14537. "1": "Lightning Rod",
  14538. "H": "Minus"
  14539. },
  14540. "heightm": 0.6,
  14541. "weightkg": 15.2,
  14542. "color": "Green",
  14543. "evos": [
  14544. "manectric"
  14545. ],
  14546. "eggGroups": [
  14547. "Field"
  14548. ],
  14549. "name": "Electrike"
  14550. },
  14551. "manectric": {
  14552. "num": 310,
  14553. "species": "Manectric",
  14554. "types": [
  14555. "Electric"
  14556. ],
  14557. "baseStats": {
  14558. "hp": 70,
  14559. "atk": 75,
  14560. "def": 60,
  14561. "spa": 105,
  14562. "spd": 60,
  14563. "spe": 105
  14564. },
  14565. "abilities": {
  14566. "0": "Static",
  14567. "1": "Lightning Rod",
  14568. "H": "Minus"
  14569. },
  14570. "heightm": 1.5,
  14571. "weightkg": 40.2,
  14572. "color": "Yellow",
  14573. "prevo": "electrike",
  14574. "evoLevel": 26,
  14575. "eggGroups": [
  14576. "Field"
  14577. ],
  14578. "otherFormes": [
  14579. "manectricmega"
  14580. ],
  14581. "name": "Manectric"
  14582. },
  14583. "manectricmega": {
  14584. "num": 310,
  14585. "species": "Manectric-Mega",
  14586. "baseSpecies": "Manectric",
  14587. "forme": "Mega",
  14588. "formeLetter": "M",
  14589. "types": [
  14590. "Electric"
  14591. ],
  14592. "baseStats": {
  14593. "hp": 70,
  14594. "atk": 75,
  14595. "def": 80,
  14596. "spa": 135,
  14597. "spd": 80,
  14598. "spe": 135
  14599. },
  14600. "abilities": {
  14601. "0": "Intimidate"
  14602. },
  14603. "heightm": 1.8,
  14604. "weightkg": 44,
  14605. "color": "Yellow",
  14606. "prevo": "electrike",
  14607. "evoLevel": 26,
  14608. "eggGroups": [
  14609. "Field"
  14610. ],
  14611. "name": "Manectric-Mega"
  14612. },
  14613. "plusle": {
  14614. "num": 311,
  14615. "species": "Plusle",
  14616. "types": [
  14617. "Electric"
  14618. ],
  14619. "baseStats": {
  14620. "hp": 60,
  14621. "atk": 50,
  14622. "def": 40,
  14623. "spa": 85,
  14624. "spd": 75,
  14625. "spe": 95
  14626. },
  14627. "abilities": {
  14628. "0": "Plus",
  14629. "H": "Lightning Rod"
  14630. },
  14631. "heightm": 0.4,
  14632. "weightkg": 4.2,
  14633. "color": "Yellow",
  14634. "eggGroups": [
  14635. "Fairy"
  14636. ],
  14637. "name": "Plusle"
  14638. },
  14639. "minun": {
  14640. "num": 312,
  14641. "species": "Minun",
  14642. "types": [
  14643. "Electric"
  14644. ],
  14645. "baseStats": {
  14646. "hp": 60,
  14647. "atk": 40,
  14648. "def": 50,
  14649. "spa": 75,
  14650. "spd": 85,
  14651. "spe": 95
  14652. },
  14653. "abilities": {
  14654. "0": "Minus",
  14655. "H": "Volt Absorb"
  14656. },
  14657. "heightm": 0.4,
  14658. "weightkg": 4.2,
  14659. "color": "Yellow",
  14660. "eggGroups": [
  14661. "Fairy"
  14662. ],
  14663. "name": "Minun"
  14664. },
  14665. "volbeat": {
  14666. "num": 313,
  14667. "species": "Volbeat",
  14668. "types": [
  14669. "Bug"
  14670. ],
  14671. "gender": "M",
  14672. "baseStats": {
  14673. "hp": 65,
  14674. "atk": 73,
  14675. "def": 55,
  14676. "spa": 47,
  14677. "spd": 75,
  14678. "spe": 85
  14679. },
  14680. "abilities": {
  14681. "0": "Illuminate",
  14682. "1": "Swarm",
  14683. "H": "Prankster"
  14684. },
  14685. "heightm": 0.7,
  14686. "weightkg": 17.7,
  14687. "color": "Gray",
  14688. "eggGroups": [
  14689. "Bug",
  14690. "Human-Like"
  14691. ],
  14692. "name": "Volbeat"
  14693. },
  14694. "illumise": {
  14695. "num": 314,
  14696. "species": "Illumise",
  14697. "types": [
  14698. "Bug"
  14699. ],
  14700. "gender": "F",
  14701. "baseStats": {
  14702. "hp": 65,
  14703. "atk": 47,
  14704. "def": 55,
  14705. "spa": 73,
  14706. "spd": 75,
  14707. "spe": 85
  14708. },
  14709. "abilities": {
  14710. "0": "Oblivious",
  14711. "1": "Tinted Lens",
  14712. "H": "Prankster"
  14713. },
  14714. "heightm": 0.6,
  14715. "weightkg": 17.7,
  14716. "color": "Purple",
  14717. "eggGroups": [
  14718. "Bug",
  14719. "Human-Like"
  14720. ],
  14721. "name": "Illumise"
  14722. },
  14723. "roselia": {
  14724. "num": 315,
  14725. "species": "Roselia",
  14726. "types": [
  14727. "Grass",
  14728. "Poison"
  14729. ],
  14730. "baseStats": {
  14731. "hp": 50,
  14732. "atk": 60,
  14733. "def": 45,
  14734. "spa": 100,
  14735. "spd": 80,
  14736. "spe": 65
  14737. },
  14738. "abilities": {
  14739. "0": "Natural Cure",
  14740. "1": "Poison Point",
  14741. "H": "Leaf Guard"
  14742. },
  14743. "heightm": 0.3,
  14744. "weightkg": 2,
  14745. "color": "Green",
  14746. "prevo": "budew",
  14747. "evos": [
  14748. "roserade"
  14749. ],
  14750. "evoLevel": 1,
  14751. "eggGroups": [
  14752. "Fairy",
  14753. "Grass"
  14754. ],
  14755. "name": "Roselia"
  14756. },
  14757. "gulpin": {
  14758. "num": 316,
  14759. "species": "Gulpin",
  14760. "types": [
  14761. "Poison"
  14762. ],
  14763. "baseStats": {
  14764. "hp": 70,
  14765. "atk": 43,
  14766. "def": 53,
  14767. "spa": 43,
  14768. "spd": 53,
  14769. "spe": 40
  14770. },
  14771. "abilities": {
  14772. "0": "Liquid Ooze",
  14773. "1": "Sticky Hold",
  14774. "H": "Gluttony"
  14775. },
  14776. "heightm": 0.4,
  14777. "weightkg": 10.3,
  14778. "color": "Green",
  14779. "evos": [
  14780. "swalot"
  14781. ],
  14782. "eggGroups": [
  14783. "Amorphous"
  14784. ],
  14785. "name": "Gulpin"
  14786. },
  14787. "swalot": {
  14788. "num": 317,
  14789. "species": "Swalot",
  14790. "types": [
  14791. "Poison"
  14792. ],
  14793. "baseStats": {
  14794. "hp": 100,
  14795. "atk": 73,
  14796. "def": 83,
  14797. "spa": 73,
  14798. "spd": 83,
  14799. "spe": 55
  14800. },
  14801. "abilities": {
  14802. "0": "Liquid Ooze",
  14803. "1": "Sticky Hold",
  14804. "H": "Gluttony"
  14805. },
  14806. "heightm": 1.7,
  14807. "weightkg": 80,
  14808. "color": "Purple",
  14809. "prevo": "gulpin",
  14810. "evoLevel": 26,
  14811. "eggGroups": [
  14812. "Amorphous"
  14813. ],
  14814. "name": "Swalot"
  14815. },
  14816. "carvanha": {
  14817. "num": 318,
  14818. "species": "Carvanha",
  14819. "types": [
  14820. "Water",
  14821. "Dark"
  14822. ],
  14823. "baseStats": {
  14824. "hp": 45,
  14825. "atk": 90,
  14826. "def": 20,
  14827. "spa": 65,
  14828. "spd": 20,
  14829. "spe": 65
  14830. },
  14831. "abilities": {
  14832. "0": "Rough Skin",
  14833. "H": "Speed Boost"
  14834. },
  14835. "heightm": 0.8,
  14836. "weightkg": 20.8,
  14837. "color": "Red",
  14838. "evos": [
  14839. "sharpedo"
  14840. ],
  14841. "eggGroups": [
  14842. "Water 2"
  14843. ],
  14844. "name": "Carvanha"
  14845. },
  14846. "sharpedo": {
  14847. "num": 319,
  14848. "species": "Sharpedo",
  14849. "types": [
  14850. "Water",
  14851. "Dark"
  14852. ],
  14853. "baseStats": {
  14854. "hp": 70,
  14855. "atk": 120,
  14856. "def": 40,
  14857. "spa": 95,
  14858. "spd": 40,
  14859. "spe": 95
  14860. },
  14861. "abilities": {
  14862. "0": "Rough Skin",
  14863. "H": "Speed Boost"
  14864. },
  14865. "heightm": 1.8,
  14866. "weightkg": 88.8,
  14867. "color": "Blue",
  14868. "prevo": "carvanha",
  14869. "evoLevel": 30,
  14870. "eggGroups": [
  14871. "Water 2"
  14872. ],
  14873. "otherFormes": [
  14874. "sharpedomega"
  14875. ],
  14876. "name": "Sharpedo"
  14877. },
  14878. "sharpedomega": {
  14879. "num": 319,
  14880. "species": "Sharpedo-Mega",
  14881. "baseSpecies": "Sharpedo",
  14882. "forme": "Mega",
  14883. "formeLetter": "M",
  14884. "types": [
  14885. "Water",
  14886. "Dark"
  14887. ],
  14888. "baseStats": {
  14889. "hp": 70,
  14890. "atk": 140,
  14891. "def": 70,
  14892. "spa": 110,
  14893. "spd": 65,
  14894. "spe": 105
  14895. },
  14896. "abilities": {
  14897. "0": "Strong Jaw"
  14898. },
  14899. "heightm": 2.5,
  14900. "weightkg": 130.3,
  14901. "color": "Blue",
  14902. "prevo": "carvanha",
  14903. "evoLevel": 30,
  14904. "eggGroups": [
  14905. "Water 2"
  14906. ],
  14907. "name": "Sharpedo-Mega"
  14908. },
  14909. "wailmer": {
  14910. "num": 320,
  14911. "species": "Wailmer",
  14912. "types": [
  14913. "Water"
  14914. ],
  14915. "baseStats": {
  14916. "hp": 130,
  14917. "atk": 70,
  14918. "def": 35,
  14919. "spa": 70,
  14920. "spd": 35,
  14921. "spe": 60
  14922. },
  14923. "abilities": {
  14924. "0": "Water Veil",
  14925. "1": "Oblivious",
  14926. "H": "Pressure"
  14927. },
  14928. "heightm": 2,
  14929. "weightkg": 130,
  14930. "color": "Blue",
  14931. "evos": [
  14932. "wailord"
  14933. ],
  14934. "eggGroups": [
  14935. "Field",
  14936. "Water 2"
  14937. ],
  14938. "name": "Wailmer"
  14939. },
  14940. "wailord": {
  14941. "num": 321,
  14942. "species": "Wailord",
  14943. "types": [
  14944. "Water"
  14945. ],
  14946. "baseStats": {
  14947. "hp": 170,
  14948. "atk": 90,
  14949. "def": 45,
  14950. "spa": 90,
  14951. "spd": 45,
  14952. "spe": 60
  14953. },
  14954. "abilities": {
  14955. "0": "Water Veil",
  14956. "1": "Oblivious",
  14957. "H": "Pressure"
  14958. },
  14959. "heightm": 14.5,
  14960. "weightkg": 398,
  14961. "color": "Blue",
  14962. "prevo": "wailmer",
  14963. "evoLevel": 40,
  14964. "eggGroups": [
  14965. "Field",
  14966. "Water 2"
  14967. ],
  14968. "name": "Wailord",
  14969. "exists": true,
  14970. "tier": "PU",
  14971. "learnset": {
  14972. "amnesia": [
  14973. "6L037"
  14974. ],
  14975. "astonish": [
  14976. "6L017"
  14977. ],
  14978. "attract": [
  14979. "6M"
  14980. ],
  14981. "avalanche": [
  14982.  
  14983. ],
  14984. "blizzard": [
  14985. "6M"
  14986. ],
  14987. "block": [
  14988.  
  14989. ],
  14990. "bodyslam": [
  14991.  
  14992. ],
  14993. "bounce": [
  14994. "6L054"
  14995. ],
  14996. "brine": [
  14997. "6L031"
  14998. ],
  14999. "bulldoze": [
  15000. "6M"
  15001. ],
  15002. "captivate": [
  15003.  
  15004. ],
  15005. "defensecurl": [
  15006.  
  15007. ],
  15008. "dive": [
  15009. "6L046"
  15010. ],
  15011. "doubleedge": [
  15012.  
  15013. ],
  15014. "doubleteam": [
  15015. "6M"
  15016. ],
  15017. "earthquake": [
  15018. "6M"
  15019. ],
  15020. "echoedvoice": [
  15021. "6M"
  15022. ],
  15023. "endure": [
  15024.  
  15025. ],
  15026. "facade": [
  15027. "6M"
  15028. ],
  15029. "frustration": [
  15030. "6M"
  15031. ],
  15032. "gigaimpact": [
  15033. "6M"
  15034. ],
  15035. "growl": [
  15036. "6L001b",
  15037. "6L004"
  15038. ],
  15039. "hail": [
  15040. "6M"
  15041. ],
  15042. "headbutt": [
  15043.  
  15044. ],
  15045. "heavyslam": [
  15046. "6L070"
  15047. ],
  15048. "hiddenpower": [
  15049. "6M"
  15050. ],
  15051. "hydropump": [
  15052. "6L062"
  15053. ],
  15054. "hyperbeam": [
  15055. "6M"
  15056. ],
  15057. "icebeam": [
  15058. "6M"
  15059. ],
  15060. "icywind": [
  15061.  
  15062. ],
  15063. "ironhead": [
  15064.  
  15065. ],
  15066. "mimic": [
  15067.  
  15068. ],
  15069. "mist": [
  15070. "6L024"
  15071. ],
  15072. "naturalgift": [
  15073.  
  15074. ],
  15075. "protect": [
  15076. "6M"
  15077. ],
  15078. "raindance": [
  15079. "6M"
  15080. ],
  15081. "rest": [
  15082. "6L027",
  15083. "6M"
  15084. ],
  15085. "return": [
  15086. "6M"
  15087. ],
  15088. "roar": [
  15089. "6M"
  15090. ],
  15091. "rocksmash": [
  15092. "6M"
  15093. ],
  15094. "rocktomb": [
  15095. "6M"
  15096. ],
  15097. "rollout": [
  15098. "6L001d",
  15099. "6L011"
  15100. ],
  15101. "round": [
  15102. "6M"
  15103. ],
  15104. "scald": [
  15105. "6M"
  15106. ],
  15107. "secretpower": [
  15108.  
  15109. ],
  15110. "selfdestruct": [
  15111.  
  15112. ],
  15113. "sleeptalk": [
  15114. "6M"
  15115. ],
  15116. "snore": [
  15117.  
  15118. ],
  15119. "splash": [
  15120. "6L001a"
  15121. ],
  15122. "strength": [
  15123. "6M"
  15124. ],
  15125. "substitute": [
  15126. "6M"
  15127. ],
  15128. "surf": [
  15129. "6M"
  15130. ],
  15131. "swagger": [
  15132. "6M"
  15133. ],
  15134. "toxic": [
  15135. "6M"
  15136. ],
  15137. "waterfall": [
  15138. "6M"
  15139. ],
  15140. "watergun": [
  15141. "6L001c",
  15142. "6L007"
  15143. ],
  15144. "waterpulse": [
  15145. "6L021"
  15146. ],
  15147. "waterspout": [
  15148. "6L034"
  15149. ],
  15150. "whirlpool": [
  15151. "6L014"
  15152. ],
  15153. "zenheadbutt": [
  15154.  
  15155. ],
  15156. "hypervoice": [
  15157.  
  15158. ],
  15159. "confide": [
  15160. "6M"
  15161. ]
  15162. },
  15163. "id": "wailord",
  15164. "speciesid": "wailord",
  15165. "baseSpecies": "Wailord",
  15166. "forme": "",
  15167. "formeLetter": "",
  15168. "spriteid": "wailord",
  15169. "effectType": "Template"
  15170. },
  15171. "numel": {
  15172. "num": 322,
  15173. "species": "Numel",
  15174. "types": [
  15175. "Fire",
  15176. "Ground"
  15177. ],
  15178. "baseStats": {
  15179. "hp": 60,
  15180. "atk": 60,
  15181. "def": 40,
  15182. "spa": 65,
  15183. "spd": 45,
  15184. "spe": 35
  15185. },
  15186. "abilities": {
  15187. "0": "Oblivious",
  15188. "1": "Simple",
  15189. "H": "Own Tempo"
  15190. },
  15191. "heightm": 0.7,
  15192. "weightkg": 24,
  15193. "color": "Yellow",
  15194. "evos": [
  15195. "camerupt"
  15196. ],
  15197. "eggGroups": [
  15198. "Field"
  15199. ],
  15200. "name": "Numel"
  15201. },
  15202. "camerupt": {
  15203. "num": 323,
  15204. "species": "Camerupt",
  15205. "types": [
  15206. "Fire",
  15207. "Ground"
  15208. ],
  15209. "baseStats": {
  15210. "hp": 70,
  15211. "atk": 100,
  15212. "def": 70,
  15213. "spa": 105,
  15214. "spd": 75,
  15215. "spe": 40
  15216. },
  15217. "abilities": {
  15218. "0": "Magma Armor",
  15219. "1": "Solid Rock",
  15220. "H": "Anger Point"
  15221. },
  15222. "heightm": 1.9,
  15223. "weightkg": 220,
  15224. "color": "Red",
  15225. "prevo": "numel",
  15226. "evoLevel": 33,
  15227. "eggGroups": [
  15228. "Field"
  15229. ],
  15230. "otherFormes": [
  15231. "cameruptmega"
  15232. ],
  15233. "name": "Camerupt",
  15234. "exists": true,
  15235. "tier": "PU",
  15236. "learnset": {
  15237. "amnesia": [
  15238. "6L019"
  15239. ],
  15240. "attract": [
  15241. "6M"
  15242. ],
  15243. "bodyslam": [
  15244.  
  15245. ],
  15246. "bulldoze": [
  15247. "6M"
  15248. ],
  15249. "captivate": [
  15250.  
  15251. ],
  15252. "curse": [
  15253. "6L029"
  15254. ],
  15255. "defensecurl": [
  15256.  
  15257. ],
  15258. "dig": [
  15259. "6M"
  15260. ],
  15261. "doubleedge": [
  15262.  
  15263. ],
  15264. "doubleteam": [
  15265. "6M"
  15266. ],
  15267. "earthpower": [
  15268. "6L026"
  15269. ],
  15270. "earthquake": [
  15271. "6L046",
  15272. "6M"
  15273. ],
  15274. "echoedvoice": [
  15275. "6M"
  15276. ],
  15277. "ember": [
  15278. "6L001e",
  15279. "6L005"
  15280. ],
  15281. "endure": [
  15282.  
  15283. ],
  15284. "eruption": [
  15285. "6L001b",
  15286. "6L052"
  15287. ],
  15288. "explosion": [
  15289. "6M"
  15290. ],
  15291. "facade": [
  15292. "6M"
  15293. ],
  15294. "fireblast": [
  15295. "6M"
  15296. ],
  15297. "fissure": [
  15298. "6L001a",
  15299. "6L059"
  15300. ],
  15301. "flameburst": [
  15302. "6L015"
  15303. ],
  15304. "flamecharge": [
  15305. "6M"
  15306. ],
  15307. "flamethrower": [
  15308. "6M"
  15309. ],
  15310. "flashcannon": [
  15311. "6M"
  15312. ],
  15313. "focusenergy": [
  15314. "6L012"
  15315. ],
  15316. "frustration": [
  15317. "6M"
  15318. ],
  15319. "gigaimpact": [
  15320. "6M"
  15321. ],
  15322. "growl": [
  15323. "6L001c"
  15324. ],
  15325. "headbutt": [
  15326.  
  15327. ],
  15328. "heatwave": [
  15329.  
  15330. ],
  15331. "hiddenpower": [
  15332. "6M"
  15333. ],
  15334. "hyperbeam": [
  15335. "6M"
  15336. ],
  15337. "incinerate": [
  15338. "6M"
  15339. ],
  15340. "ironhead": [
  15341.  
  15342. ],
  15343. "lavaplume": [
  15344. "6L022"
  15345. ],
  15346. "magnitude": [
  15347. "6L001f",
  15348. "6L008"
  15349. ],
  15350. "mimic": [
  15351.  
  15352. ],
  15353. "mudslap": [
  15354.  
  15355. ],
  15356. "naturalgift": [
  15357.  
  15358. ],
  15359. "overheat": [
  15360. "6M"
  15361. ],
  15362. "protect": [
  15363. "6M"
  15364. ],
  15365. "rest": [
  15366. "6M"
  15367. ],
  15368. "return": [
  15369. "6M"
  15370. ],
  15371. "roar": [
  15372. "6M"
  15373. ],
  15374. "rockpolish": [
  15375. "6M"
  15376. ],
  15377. "rockslide": [
  15378. "6L033",
  15379. "6M"
  15380. ],
  15381. "rocksmash": [
  15382. "6M"
  15383. ],
  15384. "rocktomb": [
  15385. "6M"
  15386. ],
  15387. "rollout": [
  15388.  
  15389. ],
  15390. "round": [
  15391. "6M"
  15392. ],
  15393. "sandstorm": [
  15394. "6M"
  15395. ],
  15396. "secretpower": [
  15397.  
  15398. ],
  15399. "selfdestruct": [
  15400.  
  15401. ],
  15402. "sleeptalk": [
  15403. "6M"
  15404. ],
  15405. "snore": [
  15406.  
  15407. ],
  15408. "solarbeam": [
  15409. "6M"
  15410. ],
  15411. "stealthrock": [
  15412.  
  15413. ],
  15414. "stoneedge": [
  15415. "6M"
  15416. ],
  15417. "strength": [
  15418. "6M"
  15419. ],
  15420. "substitute": [
  15421. "6M"
  15422. ],
  15423. "sunnyday": [
  15424. "6M"
  15425. ],
  15426. "swagger": [
  15427. "6M"
  15428. ],
  15429. "tackle": [
  15430. "6L001d"
  15431. ],
  15432. "takedown": [
  15433. "6L031"
  15434. ],
  15435. "toxic": [
  15436. "6M"
  15437. ],
  15438. "willowisp": [
  15439. "6M"
  15440. ],
  15441. "yawn": [
  15442. "6L039"
  15443. ],
  15444. "afteryou": [
  15445.  
  15446. ],
  15447. "naturepower": [
  15448. "6M"
  15449. ],
  15450. "confide": [
  15451. "6M"
  15452. ]
  15453. },
  15454. "id": "camerupt",
  15455. "speciesid": "camerupt",
  15456. "baseSpecies": "Camerupt",
  15457. "forme": "",
  15458. "formeLetter": "",
  15459. "spriteid": "camerupt",
  15460. "effectType": "Template"
  15461. },
  15462. "cameruptmega": {
  15463. "num": 323,
  15464. "species": "Camerupt-Mega",
  15465. "baseSpecies": "Camerupt",
  15466. "forme": "Mega",
  15467. "formeLetter": "M",
  15468. "types": [
  15469. "Fire",
  15470. "Ground"
  15471. ],
  15472. "baseStats": {
  15473. "hp": 70,
  15474. "atk": 120,
  15475. "def": 100,
  15476. "spa": 145,
  15477. "spd": 105,
  15478. "spe": 20
  15479. },
  15480. "abilities": {
  15481. "0": "Sheer Force"
  15482. },
  15483. "heightm": 2.5,
  15484. "weightkg": 320.5,
  15485. "color": "Red",
  15486. "prevo": "numel",
  15487. "evoLevel": 33,
  15488. "eggGroups": [
  15489. "Field"
  15490. ],
  15491. "name": "Camerupt-Mega",
  15492. "exists": true,
  15493. "tier": "Unreleased",
  15494. "id": "cameruptmega",
  15495. "speciesid": "cameruptmega",
  15496. "spriteid": "camerupt-mega",
  15497. "effectType": "Template"
  15498. },
  15499. "torkoal": {
  15500. "num": 324,
  15501. "species": "Torkoal",
  15502. "types": [
  15503. "Fire"
  15504. ],
  15505. "baseStats": {
  15506. "hp": 70,
  15507. "atk": 85,
  15508. "def": 140,
  15509. "spa": 85,
  15510. "spd": 70,
  15511. "spe": 20
  15512. },
  15513. "abilities": {
  15514. "0": "White Smoke",
  15515. "H": "Shell Armor"
  15516. },
  15517. "heightm": 0.5,
  15518. "weightkg": 80.4,
  15519. "color": "Brown",
  15520. "eggGroups": [
  15521. "Field"
  15522. ],
  15523. "name": "Torkoal"
  15524. },
  15525. "spoink": {
  15526. "num": 325,
  15527. "species": "Spoink",
  15528. "types": [
  15529. "Psychic"
  15530. ],
  15531. "baseStats": {
  15532. "hp": 60,
  15533. "atk": 25,
  15534. "def": 35,
  15535. "spa": 70,
  15536. "spd": 80,
  15537. "spe": 60
  15538. },
  15539. "abilities": {
  15540. "0": "Thick Fat",
  15541. "1": "Own Tempo",
  15542. "H": "Gluttony"
  15543. },
  15544. "heightm": 0.7,
  15545. "weightkg": 30.6,
  15546. "color": "Black",
  15547. "evos": [
  15548. "grumpig"
  15549. ],
  15550. "eggGroups": [
  15551. "Field"
  15552. ],
  15553. "name": "Spoink"
  15554. },
  15555. "grumpig": {
  15556. "num": 326,
  15557. "species": "Grumpig",
  15558. "types": [
  15559. "Psychic"
  15560. ],
  15561. "baseStats": {
  15562. "hp": 80,
  15563. "atk": 45,
  15564. "def": 65,
  15565. "spa": 90,
  15566. "spd": 110,
  15567. "spe": 80
  15568. },
  15569. "abilities": {
  15570. "0": "Thick Fat",
  15571. "1": "Own Tempo",
  15572. "H": "Gluttony"
  15573. },
  15574. "heightm": 0.9,
  15575. "weightkg": 71.5,
  15576. "color": "Purple",
  15577. "prevo": "spoink",
  15578. "evoLevel": 32,
  15579. "eggGroups": [
  15580. "Field"
  15581. ],
  15582. "name": "Grumpig"
  15583. },
  15584. "spinda": {
  15585. "num": 327,
  15586. "species": "Spinda",
  15587. "types": [
  15588. "Normal"
  15589. ],
  15590. "baseStats": {
  15591. "hp": 60,
  15592. "atk": 60,
  15593. "def": 60,
  15594. "spa": 60,
  15595. "spd": 60,
  15596. "spe": 60
  15597. },
  15598. "abilities": {
  15599. "0": "Own Tempo",
  15600. "1": "Tangled Feet",
  15601. "H": "Contrary"
  15602. },
  15603. "heightm": 1.1,
  15604. "weightkg": 5,
  15605. "color": "Brown",
  15606. "eggGroups": [
  15607. "Field",
  15608. "Human-Like"
  15609. ],
  15610. "name": "Spinda"
  15611. },
  15612. "trapinch": {
  15613. "num": 328,
  15614. "species": "Trapinch",
  15615. "types": [
  15616. "Ground"
  15617. ],
  15618. "baseStats": {
  15619. "hp": 45,
  15620. "atk": 100,
  15621. "def": 45,
  15622. "spa": 45,
  15623. "spd": 45,
  15624. "spe": 10
  15625. },
  15626. "abilities": {
  15627. "0": "Hyper Cutter",
  15628. "1": "Arena Trap",
  15629. "H": "Sheer Force"
  15630. },
  15631. "heightm": 0.7,
  15632. "weightkg": 15,
  15633. "color": "Brown",
  15634. "evos": [
  15635. "vibrava"
  15636. ],
  15637. "eggGroups": [
  15638. "Bug"
  15639. ],
  15640. "name": "Trapinch"
  15641. },
  15642. "vibrava": {
  15643. "num": 329,
  15644. "species": "Vibrava",
  15645. "types": [
  15646. "Ground",
  15647. "Dragon"
  15648. ],
  15649. "baseStats": {
  15650. "hp": 50,
  15651. "atk": 70,
  15652. "def": 50,
  15653. "spa": 50,
  15654. "spd": 50,
  15655. "spe": 70
  15656. },
  15657. "abilities": {
  15658. "0": "Levitate"
  15659. },
  15660. "heightm": 1.1,
  15661. "weightkg": 15.3,
  15662. "color": "Green",
  15663. "prevo": "trapinch",
  15664. "evos": [
  15665. "flygon"
  15666. ],
  15667. "evoLevel": 35,
  15668. "eggGroups": [
  15669. "Bug"
  15670. ],
  15671. "name": "Vibrava"
  15672. },
  15673. "flygon": {
  15674. "num": 330,
  15675. "species": "Flygon",
  15676. "types": [
  15677. "Ground",
  15678. "Dragon"
  15679. ],
  15680. "baseStats": {
  15681. "hp": 80,
  15682. "atk": 100,
  15683. "def": 80,
  15684. "spa": 80,
  15685. "spd": 80,
  15686. "spe": 100
  15687. },
  15688. "abilities": {
  15689. "0": "Levitate"
  15690. },
  15691. "heightm": 2,
  15692. "weightkg": 82,
  15693. "color": "Green",
  15694. "prevo": "vibrava",
  15695. "evoLevel": 45,
  15696. "eggGroups": [
  15697. "Bug"
  15698. ],
  15699. "name": "Flygon"
  15700. },
  15701. "cacnea": {
  15702. "num": 331,
  15703. "species": "Cacnea",
  15704. "types": [
  15705. "Grass"
  15706. ],
  15707. "baseStats": {
  15708. "hp": 50,
  15709. "atk": 85,
  15710. "def": 40,
  15711. "spa": 85,
  15712. "spd": 40,
  15713. "spe": 35
  15714. },
  15715. "abilities": {
  15716. "0": "Sand Veil",
  15717. "H": "Water Absorb"
  15718. },
  15719. "heightm": 0.4,
  15720. "weightkg": 51.3,
  15721. "color": "Green",
  15722. "evos": [
  15723. "cacturne"
  15724. ],
  15725. "eggGroups": [
  15726. "Grass",
  15727. "Human-Like"
  15728. ],
  15729. "name": "Cacnea"
  15730. },
  15731. "cacturne": {
  15732. "num": 332,
  15733. "species": "Cacturne",
  15734. "types": [
  15735. "Grass",
  15736. "Dark"
  15737. ],
  15738. "baseStats": {
  15739. "hp": 70,
  15740. "atk": 115,
  15741. "def": 60,
  15742. "spa": 115,
  15743. "spd": 60,
  15744. "spe": 55
  15745. },
  15746. "abilities": {
  15747. "0": "Sand Veil",
  15748. "H": "Water Absorb"
  15749. },
  15750. "heightm": 1.3,
  15751. "weightkg": 77.4,
  15752. "color": "Green",
  15753. "prevo": "cacnea",
  15754. "evoLevel": 32,
  15755. "eggGroups": [
  15756. "Grass",
  15757. "Human-Like"
  15758. ],
  15759. "name": "Cacturne"
  15760. },
  15761. "swablu": {
  15762. "num": 333,
  15763. "species": "Swablu",
  15764. "types": [
  15765. "Normal",
  15766. "Flying"
  15767. ],
  15768. "baseStats": {
  15769. "hp": 45,
  15770. "atk": 40,
  15771. "def": 60,
  15772. "spa": 40,
  15773. "spd": 75,
  15774. "spe": 50
  15775. },
  15776. "abilities": {
  15777. "0": "Natural Cure",
  15778. "H": "Cloud Nine"
  15779. },
  15780. "heightm": 0.4,
  15781. "weightkg": 1.2,
  15782. "color": "Blue",
  15783. "evos": [
  15784. "altaria"
  15785. ],
  15786. "eggGroups": [
  15787. "Flying",
  15788. "Dragon"
  15789. ],
  15790. "name": "Swablu"
  15791. },
  15792. "altaria": {
  15793. "num": 334,
  15794. "species": "Altaria",
  15795. "types": [
  15796. "Dragon",
  15797. "Flying"
  15798. ],
  15799. "baseStats": {
  15800. "hp": 75,
  15801. "atk": 70,
  15802. "def": 90,
  15803. "spa": 70,
  15804. "spd": 105,
  15805. "spe": 80
  15806. },
  15807. "abilities": {
  15808. "0": "Natural Cure",
  15809. "H": "Cloud Nine"
  15810. },
  15811. "heightm": 1.1,
  15812. "weightkg": 20.6,
  15813. "color": "Blue",
  15814. "prevo": "swablu",
  15815. "evoLevel": 35,
  15816. "eggGroups": [
  15817. "Flying",
  15818. "Dragon"
  15819. ],
  15820. "otherFormes": [
  15821. "altariamega"
  15822. ],
  15823. "name": "Altaria"
  15824. },
  15825. "altariamega": {
  15826. "num": 334,
  15827. "species": "Altaria-Mega",
  15828. "baseSpecies": "Altaria",
  15829. "forme": "Mega",
  15830. "formeLetter": "M",
  15831. "types": [
  15832. "Dragon",
  15833. "Fairy"
  15834. ],
  15835. "baseStats": {
  15836. "hp": 75,
  15837. "atk": 110,
  15838. "def": 110,
  15839. "spa": 110,
  15840. "spd": 105,
  15841. "spe": 80
  15842. },
  15843. "abilities": {
  15844. "0": "Pixilate"
  15845. },
  15846. "heightm": 1.5,
  15847. "weightkg": 20.6,
  15848. "color": "Blue",
  15849. "prevo": "swablu",
  15850. "evoLevel": 35,
  15851. "eggGroups": [
  15852. "Flying",
  15853. "Dragon"
  15854. ],
  15855. "name": "Altaria-Mega"
  15856. },
  15857. "zangoose": {
  15858. "num": 335,
  15859. "species": "Zangoose",
  15860. "types": [
  15861. "Normal"
  15862. ],
  15863. "baseStats": {
  15864. "hp": 73,
  15865. "atk": 115,
  15866. "def": 60,
  15867. "spa": 60,
  15868. "spd": 60,
  15869. "spe": 90
  15870. },
  15871. "abilities": {
  15872. "0": "Immunity",
  15873. "H": "Toxic Boost"
  15874. },
  15875. "heightm": 1.3,
  15876. "weightkg": 40.3,
  15877. "color": "White",
  15878. "eggGroups": [
  15879. "Field"
  15880. ],
  15881. "name": "Zangoose"
  15882. },
  15883. "seviper": {
  15884. "num": 336,
  15885. "species": "Seviper",
  15886. "types": [
  15887. "Poison"
  15888. ],
  15889. "baseStats": {
  15890. "hp": 73,
  15891. "atk": 100,
  15892. "def": 60,
  15893. "spa": 100,
  15894. "spd": 60,
  15895. "spe": 65
  15896. },
  15897. "abilities": {
  15898. "0": "Shed Skin",
  15899. "H": "Infiltrator"
  15900. },
  15901. "heightm": 2.7,
  15902. "weightkg": 52.5,
  15903. "color": "Black",
  15904. "eggGroups": [
  15905. "Field",
  15906. "Dragon"
  15907. ],
  15908. "name": "Seviper"
  15909. },
  15910. "lunatone": {
  15911. "num": 337,
  15912. "species": "Lunatone",
  15913. "types": [
  15914. "Rock",
  15915. "Psychic"
  15916. ],
  15917. "gender": "N",
  15918. "baseStats": {
  15919. "hp": 70,
  15920. "atk": 55,
  15921. "def": 65,
  15922. "spa": 95,
  15923. "spd": 85,
  15924. "spe": 70
  15925. },
  15926. "abilities": {
  15927. "0": "Levitate"
  15928. },
  15929. "heightm": 1,
  15930. "weightkg": 168,
  15931. "color": "Yellow",
  15932. "eggGroups": [
  15933. "Mineral"
  15934. ],
  15935. "name": "Lunatone"
  15936. },
  15937. "solrock": {
  15938. "num": 338,
  15939. "species": "Solrock",
  15940. "types": [
  15941. "Rock",
  15942. "Psychic"
  15943. ],
  15944. "gender": "N",
  15945. "baseStats": {
  15946. "hp": 70,
  15947. "atk": 95,
  15948. "def": 85,
  15949. "spa": 55,
  15950. "spd": 65,
  15951. "spe": 70
  15952. },
  15953. "abilities": {
  15954. "0": "Levitate"
  15955. },
  15956. "heightm": 1.2,
  15957. "weightkg": 154,
  15958. "color": "Red",
  15959. "eggGroups": [
  15960. "Mineral"
  15961. ],
  15962. "name": "Solrock"
  15963. },
  15964. "barboach": {
  15965. "num": 339,
  15966. "species": "Barboach",
  15967. "types": [
  15968. "Water",
  15969. "Ground"
  15970. ],
  15971. "baseStats": {
  15972. "hp": 50,
  15973. "atk": 48,
  15974. "def": 43,
  15975. "spa": 46,
  15976. "spd": 41,
  15977. "spe": 60
  15978. },
  15979. "abilities": {
  15980. "0": "Oblivious",
  15981. "1": "Anticipation",
  15982. "H": "Hydration"
  15983. },
  15984. "heightm": 0.4,
  15985. "weightkg": 1.9,
  15986. "color": "Gray",
  15987. "evos": [
  15988. "whiscash"
  15989. ],
  15990. "eggGroups": [
  15991. "Water 2"
  15992. ],
  15993. "name": "Barboach"
  15994. },
  15995. "whiscash": {
  15996. "num": 340,
  15997. "species": "Whiscash",
  15998. "types": [
  15999. "Water",
  16000. "Ground"
  16001. ],
  16002. "baseStats": {
  16003. "hp": 110,
  16004. "atk": 78,
  16005. "def": 73,
  16006. "spa": 76,
  16007. "spd": 71,
  16008. "spe": 60
  16009. },
  16010. "abilities": {
  16011. "0": "Oblivious",
  16012. "1": "Anticipation",
  16013. "H": "Hydration"
  16014. },
  16015. "heightm": 0.9,
  16016. "weightkg": 23.6,
  16017. "color": "Blue",
  16018. "prevo": "barboach",
  16019. "evoLevel": 30,
  16020. "eggGroups": [
  16021. "Water 2"
  16022. ],
  16023. "name": "Whiscash"
  16024. },
  16025. "corphish": {
  16026. "num": 341,
  16027. "species": "Corphish",
  16028. "types": [
  16029. "Water"
  16030. ],
  16031. "baseStats": {
  16032. "hp": 43,
  16033. "atk": 80,
  16034. "def": 65,
  16035. "spa": 50,
  16036. "spd": 35,
  16037. "spe": 35
  16038. },
  16039. "abilities": {
  16040. "0": "Hyper Cutter",
  16041. "1": "Shell Armor",
  16042. "H": "Adaptability"
  16043. },
  16044. "heightm": 0.6,
  16045. "weightkg": 11.5,
  16046. "color": "Red",
  16047. "evos": [
  16048. "crawdaunt"
  16049. ],
  16050. "eggGroups": [
  16051. "Water 1",
  16052. "Water 3"
  16053. ],
  16054. "name": "Corphish"
  16055. },
  16056. "crawdaunt": {
  16057. "num": 342,
  16058. "species": "Crawdaunt",
  16059. "types": [
  16060. "Water",
  16061. "Dark"
  16062. ],
  16063. "baseStats": {
  16064. "hp": 63,
  16065. "atk": 120,
  16066. "def": 85,
  16067. "spa": 90,
  16068. "spd": 55,
  16069. "spe": 55
  16070. },
  16071. "abilities": {
  16072. "0": "Hyper Cutter",
  16073. "1": "Shell Armor",
  16074. "H": "Adaptability"
  16075. },
  16076. "heightm": 1.1,
  16077. "weightkg": 32.8,
  16078. "color": "Red",
  16079. "prevo": "corphish",
  16080. "evoLevel": 30,
  16081. "eggGroups": [
  16082. "Water 1",
  16083. "Water 3"
  16084. ],
  16085. "name": "Crawdaunt"
  16086. },
  16087. "baltoy": {
  16088. "num": 343,
  16089. "species": "Baltoy",
  16090. "types": [
  16091. "Ground",
  16092. "Psychic"
  16093. ],
  16094. "gender": "N",
  16095. "baseStats": {
  16096. "hp": 40,
  16097. "atk": 40,
  16098. "def": 55,
  16099. "spa": 40,
  16100. "spd": 70,
  16101. "spe": 55
  16102. },
  16103. "abilities": {
  16104. "0": "Levitate"
  16105. },
  16106. "heightm": 0.5,
  16107. "weightkg": 21.5,
  16108. "color": "Brown",
  16109. "evos": [
  16110. "claydol"
  16111. ],
  16112. "eggGroups": [
  16113. "Mineral"
  16114. ],
  16115. "name": "Baltoy"
  16116. },
  16117. "claydol": {
  16118. "num": 344,
  16119. "species": "Claydol",
  16120. "types": [
  16121. "Ground",
  16122. "Psychic"
  16123. ],
  16124. "gender": "N",
  16125. "baseStats": {
  16126. "hp": 60,
  16127. "atk": 70,
  16128. "def": 105,
  16129. "spa": 70,
  16130. "spd": 120,
  16131. "spe": 75
  16132. },
  16133. "abilities": {
  16134. "0": "Levitate"
  16135. },
  16136. "heightm": 1.5,
  16137. "weightkg": 108,
  16138. "color": "Black",
  16139. "prevo": "baltoy",
  16140. "evoLevel": 36,
  16141. "eggGroups": [
  16142. "Mineral"
  16143. ],
  16144. "name": "Claydol"
  16145. },
  16146. "lileep": {
  16147. "num": 345,
  16148. "species": "Lileep",
  16149. "types": [
  16150. "Rock",
  16151. "Grass"
  16152. ],
  16153. "genderRatio": {
  16154. "M": 0.875,
  16155. "F": 0.125
  16156. },
  16157. "baseStats": {
  16158. "hp": 66,
  16159. "atk": 41,
  16160. "def": 77,
  16161. "spa": 61,
  16162. "spd": 87,
  16163. "spe": 23
  16164. },
  16165. "abilities": {
  16166. "0": "Suction Cups",
  16167. "H": "Storm Drain"
  16168. },
  16169. "heightm": 1,
  16170. "weightkg": 23.8,
  16171. "color": "Purple",
  16172. "evos": [
  16173. "cradily"
  16174. ],
  16175. "eggGroups": [
  16176. "Water 3"
  16177. ],
  16178. "name": "Lileep"
  16179. },
  16180. "cradily": {
  16181. "num": 346,
  16182. "species": "Cradily",
  16183. "types": [
  16184. "Rock",
  16185. "Grass"
  16186. ],
  16187. "genderRatio": {
  16188. "M": 0.875,
  16189. "F": 0.125
  16190. },
  16191. "baseStats": {
  16192. "hp": 86,
  16193. "atk": 81,
  16194. "def": 97,
  16195. "spa": 81,
  16196. "spd": 107,
  16197. "spe": 43
  16198. },
  16199. "abilities": {
  16200. "0": "Suction Cups",
  16201. "H": "Storm Drain"
  16202. },
  16203. "heightm": 1.5,
  16204. "weightkg": 60.4,
  16205. "color": "Green",
  16206. "prevo": "lileep",
  16207. "evoLevel": 40,
  16208. "eggGroups": [
  16209. "Water 3"
  16210. ],
  16211. "name": "Cradily"
  16212. },
  16213. "anorith": {
  16214. "num": 347,
  16215. "species": "Anorith",
  16216. "types": [
  16217. "Rock",
  16218. "Bug"
  16219. ],
  16220. "genderRatio": {
  16221. "M": 0.875,
  16222. "F": 0.125
  16223. },
  16224. "baseStats": {
  16225. "hp": 45,
  16226. "atk": 95,
  16227. "def": 50,
  16228. "spa": 40,
  16229. "spd": 50,
  16230. "spe": 75
  16231. },
  16232. "abilities": {
  16233. "0": "Battle Armor",
  16234. "H": "Swift Swim"
  16235. },
  16236. "heightm": 0.7,
  16237. "weightkg": 12.5,
  16238. "color": "Gray",
  16239. "evos": [
  16240. "armaldo"
  16241. ],
  16242. "eggGroups": [
  16243. "Water 3"
  16244. ],
  16245. "name": "Anorith"
  16246. },
  16247. "armaldo": {
  16248. "num": 348,
  16249. "species": "Armaldo",
  16250. "types": [
  16251. "Rock",
  16252. "Bug"
  16253. ],
  16254. "genderRatio": {
  16255. "M": 0.875,
  16256. "F": 0.125
  16257. },
  16258. "baseStats": {
  16259. "hp": 75,
  16260. "atk": 125,
  16261. "def": 100,
  16262. "spa": 70,
  16263. "spd": 80,
  16264. "spe": 45
  16265. },
  16266. "abilities": {
  16267. "0": "Battle Armor",
  16268. "H": "Swift Swim"
  16269. },
  16270. "heightm": 1.5,
  16271. "weightkg": 68.2,
  16272. "color": "Gray",
  16273. "prevo": "anorith",
  16274. "evoLevel": 40,
  16275. "eggGroups": [
  16276. "Water 3"
  16277. ],
  16278. "name": "Armaldo"
  16279. },
  16280. "feebas": {
  16281. "num": 349,
  16282. "species": "Feebas",
  16283. "types": [
  16284. "Water"
  16285. ],
  16286. "baseStats": {
  16287. "hp": 20,
  16288. "atk": 15,
  16289. "def": 20,
  16290. "spa": 10,
  16291. "spd": 55,
  16292. "spe": 80
  16293. },
  16294. "abilities": {
  16295. "0": "Swift Swim",
  16296. "1": "Oblivious",
  16297. "H": "Adaptability"
  16298. },
  16299. "heightm": 0.6,
  16300. "weightkg": 7.4,
  16301. "color": "Brown",
  16302. "evos": [
  16303. "milotic"
  16304. ],
  16305. "eggGroups": [
  16306. "Water 1",
  16307. "Dragon"
  16308. ],
  16309. "name": "Feebas"
  16310. },
  16311. "milotic": {
  16312. "num": 350,
  16313. "species": "Milotic",
  16314. "types": [
  16315. "Water"
  16316. ],
  16317. "baseStats": {
  16318. "hp": 95,
  16319. "atk": 60,
  16320. "def": 79,
  16321. "spa": 100,
  16322. "spd": 125,
  16323. "spe": 81
  16324. },
  16325. "abilities": {
  16326. "0": "Marvel Scale",
  16327. "1": "Competitive",
  16328. "H": "Cute Charm"
  16329. },
  16330. "heightm": 6.2,
  16331. "weightkg": 162,
  16332. "color": "Pink",
  16333. "prevo": "feebas",
  16334. "evoLevel": 1,
  16335. "eggGroups": [
  16336. "Water 1",
  16337. "Dragon"
  16338. ],
  16339. "name": "Milotic"
  16340. },
  16341. "castform": {
  16342. "num": 351,
  16343. "species": "Castform",
  16344. "types": [
  16345. "Normal"
  16346. ],
  16347. "baseStats": {
  16348. "hp": 70,
  16349. "atk": 70,
  16350. "def": 70,
  16351. "spa": 70,
  16352. "spd": 70,
  16353. "spe": 70
  16354. },
  16355. "abilities": {
  16356. "0": "Forecast"
  16357. },
  16358. "heightm": 0.3,
  16359. "weightkg": 0.8,
  16360. "color": "White",
  16361. "eggGroups": [
  16362. "Fairy",
  16363. "Amorphous"
  16364. ],
  16365. "otherFormes": [
  16366. "castformsunny",
  16367. "castformrainy",
  16368. "castformsnowy"
  16369. ],
  16370. "name": "Castform"
  16371. },
  16372. "castformsunny": {
  16373. "num": 351,
  16374. "species": "Castform-Sunny",
  16375. "baseSpecies": "Castform",
  16376. "forme": "Sunny",
  16377. "formeLetter": "S",
  16378. "types": [
  16379. "Fire"
  16380. ],
  16381. "baseStats": {
  16382. "hp": 70,
  16383. "atk": 70,
  16384. "def": 70,
  16385. "spa": 70,
  16386. "spd": 70,
  16387. "spe": 70
  16388. },
  16389. "abilities": {
  16390. "0": "Forecast"
  16391. },
  16392. "heightm": 0.3,
  16393. "weightkg": 0.8,
  16394. "color": "White",
  16395. "eggGroups": [
  16396. "Fairy",
  16397. "Amorphous"
  16398. ],
  16399. "name": "Castform-Sunny"
  16400. },
  16401. "castformrainy": {
  16402. "num": 351,
  16403. "species": "Castform-Rainy",
  16404. "baseSpecies": "Castform",
  16405. "forme": "Rainy",
  16406. "formeLetter": "R",
  16407. "types": [
  16408. "Water"
  16409. ],
  16410. "baseStats": {
  16411. "hp": 70,
  16412. "atk": 70,
  16413. "def": 70,
  16414. "spa": 70,
  16415. "spd": 70,
  16416. "spe": 70
  16417. },
  16418. "abilities": {
  16419. "0": "Forecast"
  16420. },
  16421. "heightm": 0.3,
  16422. "weightkg": 0.8,
  16423. "color": "White",
  16424. "eggGroups": [
  16425. "Fairy",
  16426. "Amorphous"
  16427. ],
  16428. "name": "Castform-Rainy"
  16429. },
  16430. "castformsnowy": {
  16431. "num": 351,
  16432. "species": "Castform-Snowy",
  16433. "baseSpecies": "Castform",
  16434. "forme": "Snowy",
  16435. "formeLetter": "S",
  16436. "types": [
  16437. "Ice"
  16438. ],
  16439. "baseStats": {
  16440. "hp": 70,
  16441. "atk": 70,
  16442. "def": 70,
  16443. "spa": 70,
  16444. "spd": 70,
  16445. "spe": 70
  16446. },
  16447. "abilities": {
  16448. "0": "Forecast"
  16449. },
  16450. "heightm": 0.3,
  16451. "weightkg": 0.8,
  16452. "color": "White",
  16453. "eggGroups": [
  16454. "Fairy",
  16455. "Amorphous"
  16456. ],
  16457. "name": "Castform-Snowy"
  16458. },
  16459. "kecleon": {
  16460. "num": 352,
  16461. "species": "Kecleon",
  16462. "types": [
  16463. "Normal"
  16464. ],
  16465. "baseStats": {
  16466. "hp": 60,
  16467. "atk": 90,
  16468. "def": 70,
  16469. "spa": 60,
  16470. "spd": 120,
  16471. "spe": 40
  16472. },
  16473. "abilities": {
  16474. "0": "Color Change",
  16475. "H": "Protean"
  16476. },
  16477. "heightm": 1,
  16478. "weightkg": 22,
  16479. "color": "Green",
  16480. "eggGroups": [
  16481. "Field"
  16482. ],
  16483. "name": "Kecleon"
  16484. },
  16485. "shuppet": {
  16486. "num": 353,
  16487. "species": "Shuppet",
  16488. "types": [
  16489. "Ghost"
  16490. ],
  16491. "baseStats": {
  16492. "hp": 44,
  16493. "atk": 75,
  16494. "def": 35,
  16495. "spa": 63,
  16496. "spd": 33,
  16497. "spe": 45
  16498. },
  16499. "abilities": {
  16500. "0": "Insomnia",
  16501. "1": "Frisk",
  16502. "H": "Cursed Body"
  16503. },
  16504. "heightm": 0.6,
  16505. "weightkg": 2.3,
  16506. "color": "Black",
  16507. "evos": [
  16508. "banette"
  16509. ],
  16510. "eggGroups": [
  16511. "Amorphous"
  16512. ],
  16513. "name": "Shuppet"
  16514. },
  16515. "banette": {
  16516. "num": 354,
  16517. "species": "Banette",
  16518. "types": [
  16519. "Ghost"
  16520. ],
  16521. "baseStats": {
  16522. "hp": 64,
  16523. "atk": 115,
  16524. "def": 65,
  16525. "spa": 83,
  16526. "spd": 63,
  16527. "spe": 65
  16528. },
  16529. "abilities": {
  16530. "0": "Insomnia",
  16531. "1": "Frisk",
  16532. "H": "Cursed Body"
  16533. },
  16534. "heightm": 1.1,
  16535. "weightkg": 12.5,
  16536. "color": "Black",
  16537. "prevo": "shuppet",
  16538. "evoLevel": 37,
  16539. "eggGroups": [
  16540. "Amorphous"
  16541. ],
  16542. "otherFormes": [
  16543. "banettemega"
  16544. ],
  16545. "name": "Banette"
  16546. },
  16547. "banettemega": {
  16548. "num": 354,
  16549. "species": "Banette-Mega",
  16550. "baseSpecies": "Banette",
  16551. "forme": "Mega",
  16552. "formeLetter": "M",
  16553. "types": [
  16554. "Ghost"
  16555. ],
  16556. "baseStats": {
  16557. "hp": 64,
  16558. "atk": 165,
  16559. "def": 75,
  16560. "spa": 93,
  16561. "spd": 83,
  16562. "spe": 75
  16563. },
  16564. "abilities": {
  16565. "0": "Prankster"
  16566. },
  16567. "heightm": 1.2,
  16568. "weightkg": 13,
  16569. "color": "Black",
  16570. "prevo": "shuppet",
  16571. "evoLevel": 37,
  16572. "eggGroups": [
  16573. "Amorphous"
  16574. ],
  16575. "name": "Banette-Mega"
  16576. },
  16577. "duskull": {
  16578. "num": 355,
  16579. "species": "Duskull",
  16580. "types": [
  16581. "Ghost"
  16582. ],
  16583. "baseStats": {
  16584. "hp": 20,
  16585. "atk": 40,
  16586. "def": 90,
  16587. "spa": 30,
  16588. "spd": 90,
  16589. "spe": 25
  16590. },
  16591. "abilities": {
  16592. "0": "Levitate",
  16593. "H": "Frisk"
  16594. },
  16595. "heightm": 0.8,
  16596. "weightkg": 15,
  16597. "color": "Black",
  16598. "evos": [
  16599. "dusclops"
  16600. ],
  16601. "eggGroups": [
  16602. "Amorphous"
  16603. ],
  16604. "name": "Duskull"
  16605. },
  16606. "dusclops": {
  16607. "num": 356,
  16608. "species": "Dusclops",
  16609. "types": [
  16610. "Ghost"
  16611. ],
  16612. "baseStats": {
  16613. "hp": 40,
  16614. "atk": 70,
  16615. "def": 130,
  16616. "spa": 60,
  16617. "spd": 130,
  16618. "spe": 25
  16619. },
  16620. "abilities": {
  16621. "0": "Pressure",
  16622. "H": "Frisk"
  16623. },
  16624. "heightm": 1.6,
  16625. "weightkg": 30.6,
  16626. "color": "Black",
  16627. "prevo": "duskull",
  16628. "evos": [
  16629. "dusknoir"
  16630. ],
  16631. "evoLevel": 37,
  16632. "eggGroups": [
  16633. "Amorphous"
  16634. ],
  16635. "name": "Dusclops",
  16636. "exists": true,
  16637. "tier": "NFE",
  16638. "learnset": {
  16639. "astonish": [
  16640. "6L014"
  16641. ],
  16642. "attract": [
  16643. "6M"
  16644. ],
  16645. "bind": [
  16646. "6L001e"
  16647. ],
  16648. "blizzard": [
  16649. "6M"
  16650. ],
  16651. "bodyslam": [
  16652.  
  16653. ],
  16654. "brickbreak": [
  16655. "6M"
  16656. ],
  16657. "bulldoze": [
  16658. "6M"
  16659. ],
  16660. "calmmind": [
  16661. "6M"
  16662. ],
  16663. "captivate": [
  16664.  
  16665. ],
  16666. "chargebeam": [
  16667. "6M"
  16668. ],
  16669. "confuseray": [
  16670. "6L017"
  16671. ],
  16672. "counter": [
  16673.  
  16674. ],
  16675. "curse": [
  16676. "6L030"
  16677. ],
  16678. "darkpulse": [
  16679. "6M"
  16680. ],
  16681. "disable": [
  16682. "6L001h",
  16683. "6L006"
  16684. ],
  16685. "doubleedge": [
  16686.  
  16687. ],
  16688. "doubleteam": [
  16689. "6M"
  16690. ],
  16691. "dreameater": [
  16692. "6M"
  16693. ],
  16694. "dynamicpunch": [
  16695.  
  16696. ],
  16697. "earthquake": [
  16698. "6M"
  16699. ],
  16700. "embargo": [
  16701. "6M"
  16702. ],
  16703. "endure": [
  16704.  
  16705. ],
  16706. "facade": [
  16707. "6M"
  16708. ],
  16709. "firepunch": [
  16710. "6L001a"
  16711. ],
  16712. "flash": [
  16713. "6M"
  16714. ],
  16715. "fling": [
  16716. "6M"
  16717. ],
  16718. "focuspunch": [
  16719.  
  16720. ],
  16721. "foresight": [
  16722. "6L009"
  16723. ],
  16724. "frustration": [
  16725. "6M"
  16726. ],
  16727. "futuresight": [
  16728. "6L061"
  16729. ],
  16730. "gigaimpact": [
  16731. "6M"
  16732. ],
  16733. "gravity": [
  16734. "6L001d"
  16735. ],
  16736. "headbutt": [
  16737.  
  16738. ],
  16739. "hex": [
  16740. "6L042"
  16741. ],
  16742. "hiddenpower": [
  16743. "6M"
  16744. ],
  16745. "hyperbeam": [
  16746. "6M"
  16747. ],
  16748. "icebeam": [
  16749. "6M"
  16750. ],
  16751. "icepunch": [
  16752. "6L001b"
  16753. ],
  16754. "icywind": [
  16755.  
  16756. ],
  16757. "leer": [
  16758. "6L001f"
  16759. ],
  16760. "meanlook": [
  16761. "6L049"
  16762. ],
  16763. "megakick": [
  16764.  
  16765. ],
  16766. "megapunch": [
  16767.  
  16768. ],
  16769. "metronome": [
  16770.  
  16771. ],
  16772. "mimic": [
  16773.  
  16774. ],
  16775. "mudslap": [
  16776.  
  16777. ],
  16778. "naturalgift": [
  16779.  
  16780. ],
  16781. "nightmare": [
  16782.  
  16783. ],
  16784. "nightshade": [
  16785. "6L001g"
  16786. ],
  16787. "ominouswind": [
  16788.  
  16789. ],
  16790. "painsplit": [
  16791.  
  16792. ],
  16793. "payback": [
  16794. "6L058",
  16795. "6M"
  16796. ],
  16797. "protect": [
  16798. "6M"
  16799. ],
  16800. "psychic": [
  16801. "6M"
  16802. ],
  16803. "psychup": [
  16804. "6M"
  16805. ],
  16806. "pursuit": [
  16807. "6L025"
  16808. ],
  16809. "raindance": [
  16810. "6M"
  16811. ],
  16812. "rest": [
  16813. "6M"
  16814. ],
  16815. "return": [
  16816. "6M"
  16817. ],
  16818. "rockslide": [
  16819. "6M"
  16820. ],
  16821. "rocksmash": [
  16822. "6M"
  16823. ],
  16824. "rocktomb": [
  16825. "6M"
  16826. ],
  16827. "round": [
  16828. "6M"
  16829. ],
  16830. "secretpower": [
  16831.  
  16832. ],
  16833. "seismictoss": [
  16834.  
  16835. ],
  16836. "shadowball": [
  16837. "6M"
  16838. ],
  16839. "shadowpunch": [
  16840. "6L037"
  16841. ],
  16842. "shadowsneak": [
  16843. "6L022"
  16844. ],
  16845. "skillswap": [
  16846.  
  16847. ],
  16848. "sleeptalk": [
  16849. "6M"
  16850. ],
  16851. "snatch": [
  16852.  
  16853. ],
  16854. "snore": [
  16855.  
  16856. ],
  16857. "spite": [
  16858.  
  16859. ],
  16860. "strength": [
  16861. "6M"
  16862. ],
  16863. "substitute": [
  16864. "6M"
  16865. ],
  16866. "suckerpunch": [
  16867.  
  16868. ],
  16869. "sunnyday": [
  16870. "6M"
  16871. ],
  16872. "swagger": [
  16873. "6M"
  16874. ],
  16875. "taunt": [
  16876. "6M"
  16877. ],
  16878. "telekinesis": [
  16879.  
  16880. ],
  16881. "thief": [
  16882. "6M"
  16883. ],
  16884. "thunderpunch": [
  16885. "6L001c"
  16886. ],
  16887. "torment": [
  16888. "6M"
  16889. ],
  16890. "toxic": [
  16891. "6M"
  16892. ],
  16893. "trick": [
  16894.  
  16895. ],
  16896. "trickroom": [
  16897. "6M"
  16898. ],
  16899. "willowisp": [
  16900. "6L033",
  16901. "6M"
  16902. ],
  16903. "wonderroom": [
  16904.  
  16905. ],
  16906. "infestation": [
  16907. "6M"
  16908. ],
  16909. "poweruppunch": [
  16910. "6M"
  16911. ],
  16912. "confide": [
  16913. "6M"
  16914. ]
  16915. },
  16916. "id": "dusclops",
  16917. "speciesid": "dusclops",
  16918. "baseSpecies": "Dusclops",
  16919. "forme": "",
  16920. "formeLetter": "",
  16921. "spriteid": "dusclops",
  16922. "effectType": "Template"
  16923. },
  16924. "tropius": {
  16925. "num": 357,
  16926. "species": "Tropius",
  16927. "types": [
  16928. "Grass",
  16929. "Flying"
  16930. ],
  16931. "baseStats": {
  16932. "hp": 99,
  16933. "atk": 68,
  16934. "def": 83,
  16935. "spa": 72,
  16936. "spd": 87,
  16937. "spe": 51
  16938. },
  16939. "abilities": {
  16940. "0": "Chlorophyll",
  16941. "1": "Solar Power",
  16942. "H": "Harvest"
  16943. },
  16944. "heightm": 2,
  16945. "weightkg": 100,
  16946. "color": "Green",
  16947. "eggGroups": [
  16948. "Monster",
  16949. "Grass"
  16950. ],
  16951. "name": "Tropius"
  16952. },
  16953. "chimecho": {
  16954. "num": 358,
  16955. "species": "Chimecho",
  16956. "types": [
  16957. "Psychic"
  16958. ],
  16959. "baseStats": {
  16960. "hp": 65,
  16961. "atk": 50,
  16962. "def": 70,
  16963. "spa": 95,
  16964. "spd": 80,
  16965. "spe": 65
  16966. },
  16967. "abilities": {
  16968. "0": "Levitate"
  16969. },
  16970. "heightm": 0.6,
  16971. "weightkg": 1,
  16972. "color": "Blue",
  16973. "prevo": "chingling",
  16974. "evoLevel": 1,
  16975. "eggGroups": [
  16976. "Amorphous"
  16977. ],
  16978. "name": "Chimecho"
  16979. },
  16980. "absol": {
  16981. "num": 359,
  16982. "species": "Absol",
  16983. "types": [
  16984. "Dark"
  16985. ],
  16986. "baseStats": {
  16987. "hp": 65,
  16988. "atk": 130,
  16989. "def": 60,
  16990. "spa": 75,
  16991. "spd": 60,
  16992. "spe": 75
  16993. },
  16994. "abilities": {
  16995. "0": "Pressure",
  16996. "1": "Super Luck",
  16997. "H": "Justified"
  16998. },
  16999. "heightm": 1.2,
  17000. "weightkg": 47,
  17001. "color": "White",
  17002. "eggGroups": [
  17003. "Field"
  17004. ],
  17005. "otherFormes": [
  17006. "absolmega"
  17007. ],
  17008. "name": "Absol"
  17009. },
  17010. "absolmega": {
  17011. "num": 359,
  17012. "species": "Absol-Mega",
  17013. "baseSpecies": "Absol",
  17014. "forme": "Mega",
  17015. "formeLetter": "M",
  17016. "types": [
  17017. "Dark"
  17018. ],
  17019. "baseStats": {
  17020. "hp": 65,
  17021. "atk": 150,
  17022. "def": 60,
  17023. "spa": 115,
  17024. "spd": 60,
  17025. "spe": 115
  17026. },
  17027. "abilities": {
  17028. "0": "Magic Bounce"
  17029. },
  17030. "heightm": 1.2,
  17031. "weightkg": 49,
  17032. "color": "White",
  17033. "eggGroups": [
  17034. "Field"
  17035. ],
  17036. "name": "Absol-Mega"
  17037. },
  17038. "wynaut": {
  17039. "num": 360,
  17040. "species": "Wynaut",
  17041. "types": [
  17042. "Psychic"
  17043. ],
  17044. "baseStats": {
  17045. "hp": 95,
  17046. "atk": 23,
  17047. "def": 48,
  17048. "spa": 23,
  17049. "spd": 48,
  17050. "spe": 23
  17051. },
  17052. "abilities": {
  17053. "0": "Shadow Tag",
  17054. "H": "Telepathy"
  17055. },
  17056. "heightm": 0.6,
  17057. "weightkg": 14,
  17058. "color": "Blue",
  17059. "evos": [
  17060. "wobbuffet"
  17061. ],
  17062. "eggGroups": [
  17063. "Undiscovered"
  17064. ],
  17065. "name": "Wynaut"
  17066. },
  17067. "snorunt": {
  17068. "num": 361,
  17069. "species": "Snorunt",
  17070. "types": [
  17071. "Ice"
  17072. ],
  17073. "baseStats": {
  17074. "hp": 50,
  17075. "atk": 50,
  17076. "def": 50,
  17077. "spa": 50,
  17078. "spd": 50,
  17079. "spe": 50
  17080. },
  17081. "abilities": {
  17082. "0": "Inner Focus",
  17083. "1": "Ice Body",
  17084. "H": "Moody"
  17085. },
  17086. "heightm": 0.7,
  17087. "weightkg": 16.8,
  17088. "color": "Gray",
  17089. "evos": [
  17090. "glalie",
  17091. "froslass"
  17092. ],
  17093. "eggGroups": [
  17094. "Fairy",
  17095. "Mineral"
  17096. ],
  17097. "name": "Snorunt"
  17098. },
  17099. "glalie": {
  17100. "num": 362,
  17101. "species": "Glalie",
  17102. "types": [
  17103. "Ice"
  17104. ],
  17105. "baseStats": {
  17106. "hp": 80,
  17107. "atk": 80,
  17108. "def": 80,
  17109. "spa": 80,
  17110. "spd": 80,
  17111. "spe": 80
  17112. },
  17113. "abilities": {
  17114. "0": "Inner Focus",
  17115. "1": "Ice Body",
  17116. "H": "Moody"
  17117. },
  17118. "heightm": 1.5,
  17119. "weightkg": 256.5,
  17120. "color": "Gray",
  17121. "prevo": "snorunt",
  17122. "evoLevel": 42,
  17123. "eggGroups": [
  17124. "Fairy",
  17125. "Mineral"
  17126. ],
  17127. "otherFormes": [
  17128. "glaliemega"
  17129. ],
  17130. "name": "Glalie"
  17131. },
  17132. "glaliemega": {
  17133. "num": 362,
  17134. "species": "Glalie-Mega",
  17135. "baseSpecies": "Glalie",
  17136. "forme": "Mega",
  17137. "formeLetter": "M",
  17138. "types": [
  17139. "Ice"
  17140. ],
  17141. "baseStats": {
  17142. "hp": 80,
  17143. "atk": 120,
  17144. "def": 80,
  17145. "spa": 120,
  17146. "spd": 80,
  17147. "spe": 100
  17148. },
  17149. "abilities": {
  17150. "0": "Refrigerate"
  17151. },
  17152. "heightm": 2.1,
  17153. "weightkg": 350.2,
  17154. "color": "Gray",
  17155. "prevo": "snorunt",
  17156. "evoLevel": 42,
  17157. "eggGroups": [
  17158. "Fairy",
  17159. "Mineral"
  17160. ],
  17161. "name": "Glalie-Mega"
  17162. },
  17163. "spheal": {
  17164. "num": 363,
  17165. "species": "Spheal",
  17166. "types": [
  17167. "Ice",
  17168. "Water"
  17169. ],
  17170. "baseStats": {
  17171. "hp": 70,
  17172. "atk": 40,
  17173. "def": 50,
  17174. "spa": 55,
  17175. "spd": 50,
  17176. "spe": 25
  17177. },
  17178. "abilities": {
  17179. "0": "Thick Fat",
  17180. "1": "Ice Body",
  17181. "H": "Oblivious"
  17182. },
  17183. "heightm": 0.8,
  17184. "weightkg": 39.5,
  17185. "color": "Blue",
  17186. "evos": [
  17187. "sealeo"
  17188. ],
  17189. "eggGroups": [
  17190. "Water 1",
  17191. "Field"
  17192. ],
  17193. "name": "Spheal"
  17194. },
  17195. "sealeo": {
  17196. "num": 364,
  17197. "species": "Sealeo",
  17198. "types": [
  17199. "Ice",
  17200. "Water"
  17201. ],
  17202. "baseStats": {
  17203. "hp": 90,
  17204. "atk": 60,
  17205. "def": 70,
  17206. "spa": 75,
  17207. "spd": 70,
  17208. "spe": 45
  17209. },
  17210. "abilities": {
  17211. "0": "Thick Fat",
  17212. "1": "Ice Body",
  17213. "H": "Oblivious"
  17214. },
  17215. "heightm": 1.1,
  17216. "weightkg": 87.6,
  17217. "color": "Blue",
  17218. "prevo": "spheal",
  17219. "evos": [
  17220. "walrein"
  17221. ],
  17222. "evoLevel": 32,
  17223. "eggGroups": [
  17224. "Water 1",
  17225. "Field"
  17226. ],
  17227. "name": "Sealeo"
  17228. },
  17229. "walrein": {
  17230. "num": 365,
  17231. "species": "Walrein",
  17232. "types": [
  17233. "Ice",
  17234. "Water"
  17235. ],
  17236. "baseStats": {
  17237. "hp": 110,
  17238. "atk": 80,
  17239. "def": 90,
  17240. "spa": 95,
  17241. "spd": 90,
  17242. "spe": 65
  17243. },
  17244. "abilities": {
  17245. "0": "Thick Fat",
  17246. "1": "Ice Body",
  17247. "H": "Oblivious"
  17248. },
  17249. "heightm": 1.4,
  17250. "weightkg": 150.6,
  17251. "color": "Blue",
  17252. "prevo": "sealeo",
  17253. "evoLevel": 44,
  17254. "eggGroups": [
  17255. "Water 1",
  17256. "Field"
  17257. ],
  17258. "name": "Walrein"
  17259. },
  17260. "clamperl": {
  17261. "num": 366,
  17262. "species": "Clamperl",
  17263. "types": [
  17264. "Water"
  17265. ],
  17266. "baseStats": {
  17267. "hp": 35,
  17268. "atk": 64,
  17269. "def": 85,
  17270. "spa": 74,
  17271. "spd": 55,
  17272. "spe": 32
  17273. },
  17274. "abilities": {
  17275. "0": "Shell Armor",
  17276. "H": "Rattled"
  17277. },
  17278. "heightm": 0.4,
  17279. "weightkg": 52.5,
  17280. "color": "Blue",
  17281. "evos": [
  17282. "huntail",
  17283. "gorebyss"
  17284. ],
  17285. "eggGroups": [
  17286. "Water 1"
  17287. ],
  17288. "name": "Clamperl"
  17289. },
  17290. "huntail": {
  17291. "num": 367,
  17292. "species": "Huntail",
  17293. "types": [
  17294. "Water"
  17295. ],
  17296. "baseStats": {
  17297. "hp": 55,
  17298. "atk": 104,
  17299. "def": 105,
  17300. "spa": 94,
  17301. "spd": 75,
  17302. "spe": 52
  17303. },
  17304. "abilities": {
  17305. "0": "Swift Swim",
  17306. "H": "Water Veil"
  17307. },
  17308. "heightm": 1.7,
  17309. "weightkg": 27,
  17310. "color": "Blue",
  17311. "prevo": "clamperl",
  17312. "evoLevel": 1,
  17313. "eggGroups": [
  17314. "Water 1"
  17315. ],
  17316. "name": "Huntail"
  17317. },
  17318. "gorebyss": {
  17319. "num": 368,
  17320. "species": "Gorebyss",
  17321. "types": [
  17322. "Water"
  17323. ],
  17324. "baseStats": {
  17325. "hp": 55,
  17326. "atk": 84,
  17327. "def": 105,
  17328. "spa": 114,
  17329. "spd": 75,
  17330. "spe": 52
  17331. },
  17332. "abilities": {
  17333. "0": "Swift Swim",
  17334. "H": "Hydration"
  17335. },
  17336. "heightm": 1.8,
  17337. "weightkg": 22.6,
  17338. "color": "Pink",
  17339. "prevo": "clamperl",
  17340. "evoLevel": 1,
  17341. "eggGroups": [
  17342. "Water 1"
  17343. ],
  17344. "name": "Gorebyss"
  17345. },
  17346. "relicanth": {
  17347. "num": 369,
  17348. "species": "Relicanth",
  17349. "types": [
  17350. "Water",
  17351. "Rock"
  17352. ],
  17353. "genderRatio": {
  17354. "M": 0.875,
  17355. "F": 0.125
  17356. },
  17357. "baseStats": {
  17358. "hp": 100,
  17359. "atk": 90,
  17360. "def": 130,
  17361. "spa": 45,
  17362. "spd": 65,
  17363. "spe": 55
  17364. },
  17365. "abilities": {
  17366. "0": "Swift Swim",
  17367. "1": "Rock Head",
  17368. "H": "Sturdy"
  17369. },
  17370. "heightm": 1,
  17371. "weightkg": 23.4,
  17372. "color": "Gray",
  17373. "eggGroups": [
  17374. "Water 1",
  17375. "Water 2"
  17376. ],
  17377. "name": "Relicanth"
  17378. },
  17379. "luvdisc": {
  17380. "num": 370,
  17381. "species": "Luvdisc",
  17382. "types": [
  17383. "Water"
  17384. ],
  17385. "genderRatio": {
  17386. "M": 0.25,
  17387. "F": 0.75
  17388. },
  17389. "baseStats": {
  17390. "hp": 43,
  17391. "atk": 30,
  17392. "def": 55,
  17393. "spa": 40,
  17394. "spd": 65,
  17395. "spe": 97
  17396. },
  17397. "abilities": {
  17398. "0": "Swift Swim",
  17399. "H": "Hydration"
  17400. },
  17401. "heightm": 0.6,
  17402. "weightkg": 8.7,
  17403. "color": "Pink",
  17404. "eggGroups": [
  17405. "Water 2"
  17406. ],
  17407. "name": "Luvdisc"
  17408. },
  17409. "bagon": {
  17410. "num": 371,
  17411. "species": "Bagon",
  17412. "types": [
  17413. "Dragon"
  17414. ],
  17415. "baseStats": {
  17416. "hp": 45,
  17417. "atk": 75,
  17418. "def": 60,
  17419. "spa": 40,
  17420. "spd": 30,
  17421. "spe": 50
  17422. },
  17423. "abilities": {
  17424. "0": "Rock Head",
  17425. "H": "Sheer Force"
  17426. },
  17427. "heightm": 0.6,
  17428. "weightkg": 42.1,
  17429. "color": "Blue",
  17430. "evos": [
  17431. "shelgon"
  17432. ],
  17433. "eggGroups": [
  17434. "Dragon"
  17435. ],
  17436. "name": "Bagon"
  17437. },
  17438. "shelgon": {
  17439. "num": 372,
  17440. "species": "Shelgon",
  17441. "types": [
  17442. "Dragon"
  17443. ],
  17444. "baseStats": {
  17445. "hp": 65,
  17446. "atk": 95,
  17447. "def": 100,
  17448. "spa": 60,
  17449. "spd": 50,
  17450. "spe": 50
  17451. },
  17452. "abilities": {
  17453. "0": "Rock Head",
  17454. "H": "Overcoat"
  17455. },
  17456. "heightm": 1.1,
  17457. "weightkg": 110.5,
  17458. "color": "White",
  17459. "prevo": "bagon",
  17460. "evos": [
  17461. "salamence"
  17462. ],
  17463. "evoLevel": 30,
  17464. "eggGroups": [
  17465. "Dragon"
  17466. ],
  17467. "name": "Shelgon"
  17468. },
  17469. "salamence": {
  17470. "num": 373,
  17471. "species": "Salamence",
  17472. "types": [
  17473. "Dragon",
  17474. "Flying"
  17475. ],
  17476. "baseStats": {
  17477. "hp": 95,
  17478. "atk": 135,
  17479. "def": 80,
  17480. "spa": 110,
  17481. "spd": 80,
  17482. "spe": 100
  17483. },
  17484. "abilities": {
  17485. "0": "Intimidate",
  17486. "H": "Moxie"
  17487. },
  17488. "heightm": 1.5,
  17489. "weightkg": 102.6,
  17490. "color": "Blue",
  17491. "prevo": "shelgon",
  17492. "evoLevel": 50,
  17493. "eggGroups": [
  17494. "Dragon"
  17495. ],
  17496. "otherFormes": [
  17497. "salamencemega"
  17498. ],
  17499. "name": "Salamence",
  17500. "exists": true,
  17501. "tier": "BL",
  17502. "learnset": {
  17503. "aerialace": [
  17504. "6M"
  17505. ],
  17506. "aircutter": [
  17507.  
  17508. ],
  17509. "aquatail": [
  17510.  
  17511. ],
  17512. "attract": [
  17513. "6M"
  17514. ],
  17515. "bite": [
  17516. "6L001e",
  17517. "6L005"
  17518. ],
  17519. "bodyslam": [
  17520.  
  17521. ],
  17522. "brickbreak": [
  17523. "6M"
  17524. ],
  17525. "bulldoze": [
  17526. "6M"
  17527. ],
  17528. "captivate": [
  17529.  
  17530. ],
  17531. "crunch": [
  17532. "6L053"
  17533. ],
  17534. "cut": [
  17535. "6M"
  17536. ],
  17537. "defensecurl": [
  17538.  
  17539. ],
  17540. "defog": [
  17541.  
  17542. ],
  17543. "doubleedge": [
  17544. "6L001a",
  17545. "6L070"
  17546. ],
  17547. "doubleteam": [
  17548. "6M"
  17549. ],
  17550. "dracometeor": [
  17551. "6T"
  17552. ],
  17553. "dragonbreath": [
  17554. "6L032"
  17555. ],
  17556. "dragonclaw": [
  17557. "6L061",
  17558. "6M"
  17559. ],
  17560. "dragondance": [
  17561.  
  17562. ],
  17563. "dragonpulse": [
  17564.  
  17565. ],
  17566. "dragontail": [
  17567. "6L080",
  17568. "6M"
  17569. ],
  17570. "earthquake": [
  17571. "6M"
  17572. ],
  17573. "ember": [
  17574. "6L025"
  17575. ],
  17576. "endure": [
  17577.  
  17578. ],
  17579. "facade": [
  17580. "6M"
  17581. ],
  17582. "fireblast": [
  17583. "6M"
  17584. ],
  17585. "firefang": [
  17586. "6L001b"
  17587. ],
  17588. "flamethrower": [
  17589. "6M"
  17590. ],
  17591. "fly": [
  17592. "6L050",
  17593. "6M"
  17594. ],
  17595. "focusenergy": [
  17596. "6L020"
  17597. ],
  17598. "frustration": [
  17599. "6M"
  17600. ],
  17601. "furycutter": [
  17602.  
  17603. ],
  17604. "gigaimpact": [
  17605. "6M"
  17606. ],
  17607. "headbutt": [
  17608. "6L001g",
  17609. "6L016"
  17610. ],
  17611. "heatwave": [
  17612.  
  17613. ],
  17614. "hiddenpower": [
  17615. "6M"
  17616. ],
  17617. "honeclaws": [
  17618. "6M"
  17619. ],
  17620. "hydropump": [
  17621.  
  17622. ],
  17623. "hyperbeam": [
  17624. "6M"
  17625. ],
  17626. "incinerate": [
  17627. "6M"
  17628. ],
  17629. "irontail": [
  17630.  
  17631. ],
  17632. "leer": [
  17633. "6L001f",
  17634. "6L010"
  17635. ],
  17636. "mimic": [
  17637.  
  17638. ],
  17639. "mudslap": [
  17640.  
  17641. ],
  17642. "naturalgift": [
  17643.  
  17644. ],
  17645. "ominouswind": [
  17646.  
  17647. ],
  17648. "outrage": [
  17649.  
  17650. ],
  17651. "protect": [
  17652. "6L030",
  17653. "6M"
  17654. ],
  17655. "rage": [
  17656. "6L001d"
  17657. ],
  17658. "raindance": [
  17659. "6M"
  17660. ],
  17661. "refresh": [
  17662.  
  17663. ],
  17664. "rest": [
  17665. "6M"
  17666. ],
  17667. "return": [
  17668. "6M"
  17669. ],
  17670. "roar": [
  17671. "6M"
  17672. ],
  17673. "rockslide": [
  17674. "6M"
  17675. ],
  17676. "rocksmash": [
  17677. "6M"
  17678. ],
  17679. "rocktomb": [
  17680. "6M"
  17681. ],
  17682. "rollout": [
  17683.  
  17684. ],
  17685. "roost": [
  17686. "6M"
  17687. ],
  17688. "round": [
  17689. "6M"
  17690. ],
  17691. "scaryface": [
  17692. "6L043"
  17693. ],
  17694. "secretpower": [
  17695.  
  17696. ],
  17697. "shadowclaw": [
  17698. "6M"
  17699. ],
  17700. "sleeptalk": [
  17701. "6M"
  17702. ],
  17703. "snore": [
  17704.  
  17705. ],
  17706. "steelwing": [
  17707. "6M"
  17708. ],
  17709. "stoneedge": [
  17710. "6M"
  17711. ],
  17712. "strength": [
  17713. "6M"
  17714. ],
  17715. "substitute": [
  17716. "6M"
  17717. ],
  17718. "sunnyday": [
  17719. "6M"
  17720. ],
  17721. "swagger": [
  17722. "6M"
  17723. ],
  17724. "swift": [
  17725.  
  17726. ],
  17727. "tailwind": [
  17728.  
  17729. ],
  17730. "thunderfang": [
  17731. "6L001c"
  17732. ],
  17733. "toxic": [
  17734. "6M"
  17735. ],
  17736. "twister": [
  17737.  
  17738. ],
  17739. "zenheadbutt": [
  17740. "6L037"
  17741. ],
  17742. "hypervoice": [
  17743.  
  17744. ],
  17745. "confide": [
  17746. "6M"
  17747. ]
  17748. },
  17749. "id": "salamence",
  17750. "speciesid": "salamence",
  17751. "baseSpecies": "Salamence",
  17752. "forme": "",
  17753. "formeLetter": "",
  17754. "spriteid": "salamence",
  17755. "effectType": "Template"
  17756. },
  17757. "salamencemega": {
  17758. "num": 373,
  17759. "species": "Salamence-Mega",
  17760. "baseSpecies": "Salamence",
  17761. "forme": "Mega",
  17762. "formeLetter": "M",
  17763. "types": [
  17764. "Dragon",
  17765. "Flying"
  17766. ],
  17767. "baseStats": {
  17768. "hp": 95,
  17769. "atk": 145,
  17770. "def": 130,
  17771. "spa": 120,
  17772. "spd": 90,
  17773. "spe": 120
  17774. },
  17775. "abilities": {
  17776. "0": "Aerilate"
  17777. },
  17778. "heightm": 1.8,
  17779. "weightkg": 112.6,
  17780. "color": "Blue",
  17781. "prevo": "shelgon",
  17782. "evoLevel": 50,
  17783. "eggGroups": [
  17784. "Dragon"
  17785. ],
  17786. "name": "Salamence-Mega"
  17787. },
  17788. "beldum": {
  17789. "num": 374,
  17790. "species": "Beldum",
  17791. "types": [
  17792. "Steel",
  17793. "Psychic"
  17794. ],
  17795. "gender": "N",
  17796. "baseStats": {
  17797. "hp": 40,
  17798. "atk": 55,
  17799. "def": 80,
  17800. "spa": 35,
  17801. "spd": 60,
  17802. "spe": 30
  17803. },
  17804. "abilities": {
  17805. "0": "Clear Body",
  17806. "H": "Light Metal"
  17807. },
  17808. "heightm": 0.6,
  17809. "weightkg": 95.2,
  17810. "color": "Blue",
  17811. "evos": [
  17812. "metang"
  17813. ],
  17814. "eggGroups": [
  17815. "Mineral"
  17816. ],
  17817. "name": "Beldum"
  17818. },
  17819. "metang": {
  17820. "num": 375,
  17821. "species": "Metang",
  17822. "types": [
  17823. "Steel",
  17824. "Psychic"
  17825. ],
  17826. "gender": "N",
  17827. "baseStats": {
  17828. "hp": 60,
  17829. "atk": 75,
  17830. "def": 100,
  17831. "spa": 55,
  17832. "spd": 80,
  17833. "spe": 50
  17834. },
  17835. "abilities": {
  17836. "0": "Clear Body",
  17837. "H": "Light Metal"
  17838. },
  17839. "heightm": 1.2,
  17840. "weightkg": 202.5,
  17841. "color": "Blue",
  17842. "prevo": "beldum",
  17843. "evos": [
  17844. "metagross"
  17845. ],
  17846. "evoLevel": 20,
  17847. "eggGroups": [
  17848. "Mineral"
  17849. ],
  17850. "name": "Metang"
  17851. },
  17852. "metagross": {
  17853. "num": 376,
  17854. "species": "Metagross",
  17855. "types": [
  17856. "Steel",
  17857. "Psychic"
  17858. ],
  17859. "gender": "N",
  17860. "baseStats": {
  17861. "hp": 80,
  17862. "atk": 135,
  17863. "def": 130,
  17864. "spa": 95,
  17865. "spd": 90,
  17866. "spe": 70
  17867. },
  17868. "abilities": {
  17869. "0": "Clear Body",
  17870. "H": "Light Metal"
  17871. },
  17872. "heightm": 1.6,
  17873. "weightkg": 550,
  17874. "color": "Blue",
  17875. "prevo": "metang",
  17876. "evoLevel": 45,
  17877. "eggGroups": [
  17878. "Mineral"
  17879. ],
  17880. "otherFormes": [
  17881. "metagrossmega"
  17882. ],
  17883. "name": "Metagross",
  17884. "exists": true,
  17885. "tier": "UU",
  17886. "learnset": {
  17887. "aerialace": [
  17888. "6M"
  17889. ],
  17890. "agility": [
  17891. "6L038"
  17892. ],
  17893. "block": [
  17894.  
  17895. ],
  17896. "bodyslam": [
  17897.  
  17898. ],
  17899. "brickbreak": [
  17900. "6M"
  17901. ],
  17902. "bulldoze": [
  17903. "6M"
  17904. ],
  17905. "bulletpunch": [
  17906. "6L032"
  17907. ],
  17908. "confusion": [
  17909. "6L001d",
  17910. "6L020"
  17911. ],
  17912. "cut": [
  17913. "6M"
  17914. ],
  17915. "defensecurl": [
  17916.  
  17917. ],
  17918. "doubleedge": [
  17919.  
  17920. ],
  17921. "doubleteam": [
  17922. "6M"
  17923. ],
  17924. "dynamicpunch": [
  17925.  
  17926. ],
  17927. "earthquake": [
  17928. "6M"
  17929. ],
  17930. "endure": [
  17931.  
  17932. ],
  17933. "explosion": [
  17934. "6M"
  17935. ],
  17936. "facade": [
  17937. "6M"
  17938. ],
  17939. "flash": [
  17940. "6M"
  17941. ],
  17942. "flashcannon": [
  17943. "6M"
  17944. ],
  17945. "frustration": [
  17946. "6M"
  17947. ],
  17948. "furycutter": [
  17949.  
  17950. ],
  17951. "gigaimpact": [
  17952. "6M"
  17953. ],
  17954. "grassknot": [
  17955. "6M"
  17956. ],
  17957. "gravity": [
  17958.  
  17959. ],
  17960. "gyroball": [
  17961. "6M"
  17962. ],
  17963. "hammerarm": [
  17964. "6L045"
  17965. ],
  17966. "headbutt": [
  17967.  
  17968. ],
  17969. "hiddenpower": [
  17970. "6M"
  17971. ],
  17972. "honeclaws": [
  17973. "6M"
  17974. ],
  17975. "hyperbeam": [
  17976. "6L062",
  17977. "6M"
  17978. ],
  17979. "icepunch": [
  17980.  
  17981. ],
  17982. "icywind": [
  17983.  
  17984. ],
  17985. "irondefense": [
  17986. "6L053"
  17987. ],
  17988. "ironhead": [
  17989.  
  17990. ],
  17991. "lightscreen": [
  17992. "6M"
  17993. ],
  17994. "magnetrise": [
  17995. "6L001a"
  17996. ],
  17997. "metalclaw": [
  17998. "6L001c",
  17999. "6L020"
  18000. ],
  18001. "meteormash": [
  18002. "6L044"
  18003. ],
  18004. "mimic": [
  18005.  
  18006. ],
  18007. "miracleeye": [
  18008. "6L026"
  18009. ],
  18010. "mudslap": [
  18011.  
  18012. ],
  18013. "naturalgift": [
  18014.  
  18015. ],
  18016. "protect": [
  18017. "6M"
  18018. ],
  18019. "psychic": [
  18020. "6L041",
  18021. "6M"
  18022. ],
  18023. "psychup": [
  18024. "6M"
  18025. ],
  18026. "psyshock": [
  18027. "6M"
  18028. ],
  18029. "pursuit": [
  18030. "6L023"
  18031. ],
  18032. "raindance": [
  18033. "6M"
  18034. ],
  18035. "reflect": [
  18036. "6M"
  18037. ],
  18038. "rest": [
  18039. "6M"
  18040. ],
  18041. "return": [
  18042. "6M"
  18043. ],
  18044. "rockpolish": [
  18045. "6M"
  18046. ],
  18047. "rockslide": [
  18048. "6M"
  18049. ],
  18050. "rocksmash": [
  18051. "6M"
  18052. ],
  18053. "rocktomb": [
  18054. "6M"
  18055. ],
  18056. "rollout": [
  18057.  
  18058. ],
  18059. "round": [
  18060. "6M"
  18061. ],
  18062. "sandstorm": [
  18063. "6M"
  18064. ],
  18065. "scaryface": [
  18066. "6L035"
  18067. ],
  18068. "secretpower": [
  18069.  
  18070. ],
  18071. "selfdestruct": [
  18072.  
  18073. ],
  18074. "shadowball": [
  18075. "6M"
  18076. ],
  18077. "signalbeam": [
  18078.  
  18079. ],
  18080. "sleeptalk": [
  18081. "6M"
  18082. ],
  18083. "sludgebomb": [
  18084. "6M"
  18085. ],
  18086. "snore": [
  18087.  
  18088. ],
  18089. "stealthrock": [
  18090.  
  18091. ],
  18092. "strength": [
  18093. "6M"
  18094. ],
  18095. "substitute": [
  18096. "6M"
  18097. ],
  18098. "sunnyday": [
  18099. "6M"
  18100. ],
  18101. "swagger": [
  18102. "6M"
  18103. ],
  18104. "swift": [
  18105.  
  18106. ],
  18107. "takedown": [
  18108. "6L001b"
  18109. ],
  18110. "telekinesis": [
  18111.  
  18112. ],
  18113. "thunderpunch": [
  18114.  
  18115. ],
  18116. "toxic": [
  18117. "6M"
  18118. ],
  18119. "trick": [
  18120.  
  18121. ],
  18122. "zenheadbutt": [
  18123. "6L029"
  18124. ],
  18125. "poweruppunch": [
  18126. "6M"
  18127. ],
  18128. "confide": [
  18129. "6M"
  18130. ]
  18131. },
  18132. "id": "metagross",
  18133. "speciesid": "metagross",
  18134. "baseSpecies": "Metagross",
  18135. "forme": "",
  18136. "formeLetter": "",
  18137. "spriteid": "metagross",
  18138. "effectType": "Template"
  18139. },
  18140. "metagrossmega": {
  18141. "num": 376,
  18142. "species": "Metagross-Mega",
  18143. "baseSpecies": "Metagross",
  18144. "forme": "Mega",
  18145. "formeLetter": "M",
  18146. "types": [
  18147. "Steel",
  18148. "Psychic"
  18149. ],
  18150. "gender": "N",
  18151. "baseStats": {
  18152. "hp": 80,
  18153. "atk": 145,
  18154. "def": 150,
  18155. "spa": 105,
  18156. "spd": 110,
  18157. "spe": 110
  18158. },
  18159. "abilities": {
  18160. "0": "Tough Claws"
  18161. },
  18162. "heightm": 2.5,
  18163. "weightkg": 942.9,
  18164. "color": "Blue",
  18165. "prevo": "metang",
  18166. "evoLevel": 45,
  18167. "eggGroups": [
  18168. "Mineral"
  18169. ],
  18170. "name": "Metagross-Mega",
  18171. "exists": true,
  18172. "tier": "Unreleased",
  18173. "id": "metagrossmega",
  18174. "speciesid": "metagrossmega",
  18175. "spriteid": "metagross-mega",
  18176. "effectType": "Template"
  18177. },
  18178. "regirock": {
  18179. "num": 377,
  18180. "species": "Regirock",
  18181. "types": [
  18182. "Rock"
  18183. ],
  18184. "gender": "N",
  18185. "baseStats": {
  18186. "hp": 80,
  18187. "atk": 100,
  18188. "def": 200,
  18189. "spa": 50,
  18190. "spd": 100,
  18191. "spe": 50
  18192. },
  18193. "abilities": {
  18194. "0": "Clear Body",
  18195. "H": "Sturdy"
  18196. },
  18197. "heightm": 1.7,
  18198. "weightkg": 230,
  18199. "color": "Brown",
  18200. "eggGroups": [
  18201. "Undiscovered"
  18202. ],
  18203. "name": "Regirock"
  18204. },
  18205. "regice": {
  18206. "num": 378,
  18207. "species": "Regice",
  18208. "types": [
  18209. "Ice"
  18210. ],
  18211. "gender": "N",
  18212. "baseStats": {
  18213. "hp": 80,
  18214. "atk": 50,
  18215. "def": 100,
  18216. "spa": 100,
  18217. "spd": 200,
  18218. "spe": 50
  18219. },
  18220. "abilities": {
  18221. "0": "Clear Body",
  18222. "H": "Ice Body"
  18223. },
  18224. "heightm": 1.8,
  18225. "weightkg": 175,
  18226. "color": "Blue",
  18227. "eggGroups": [
  18228. "Undiscovered"
  18229. ],
  18230. "name": "Regice"
  18231. },
  18232. "registeel": {
  18233. "num": 379,
  18234. "species": "Registeel",
  18235. "types": [
  18236. "Steel"
  18237. ],
  18238. "gender": "N",
  18239. "baseStats": {
  18240. "hp": 80,
  18241. "atk": 75,
  18242. "def": 150,
  18243. "spa": 75,
  18244. "spd": 150,
  18245. "spe": 50
  18246. },
  18247. "abilities": {
  18248. "0": "Clear Body",
  18249. "H": "Light Metal"
  18250. },
  18251. "heightm": 1.9,
  18252. "weightkg": 205,
  18253. "color": "Gray",
  18254. "eggGroups": [
  18255. "Undiscovered"
  18256. ],
  18257. "name": "Registeel"
  18258. },
  18259. "latias": {
  18260. "num": 380,
  18261. "species": "Latias",
  18262. "types": [
  18263. "Dragon",
  18264. "Psychic"
  18265. ],
  18266. "gender": "F",
  18267. "baseStats": {
  18268. "hp": 80,
  18269. "atk": 80,
  18270. "def": 90,
  18271. "spa": 110,
  18272. "spd": 130,
  18273. "spe": 110
  18274. },
  18275. "abilities": {
  18276. "0": "Levitate"
  18277. },
  18278. "heightm": 1.4,
  18279. "weightkg": 40,
  18280. "color": "Red",
  18281. "eggGroups": [
  18282. "Undiscovered"
  18283. ],
  18284. "otherFormes": [
  18285. "latiasmega"
  18286. ],
  18287. "name": "Latias"
  18288. },
  18289. "latiasmega": {
  18290. "num": 380,
  18291. "species": "Latias-Mega",
  18292. "baseSpecies": "Latias",
  18293. "forme": "Mega",
  18294. "formeLetter": "M",
  18295. "types": [
  18296. "Dragon",
  18297. "Psychic"
  18298. ],
  18299. "gender": "F",
  18300. "baseStats": {
  18301. "hp": 80,
  18302. "atk": 100,
  18303. "def": 120,
  18304. "spa": 140,
  18305. "spd": 150,
  18306. "spe": 110
  18307. },
  18308. "abilities": {
  18309. "0": "Levitate"
  18310. },
  18311. "heightm": 1.8,
  18312. "weightkg": 52,
  18313. "color": "Red",
  18314. "eggGroups": [
  18315. "Undiscovered"
  18316. ],
  18317. "name": "Latias-Mega"
  18318. },
  18319. "latios": {
  18320. "num": 381,
  18321. "species": "Latios",
  18322. "types": [
  18323. "Dragon",
  18324. "Psychic"
  18325. ],
  18326. "gender": "M",
  18327. "baseStats": {
  18328. "hp": 80,
  18329. "atk": 90,
  18330. "def": 80,
  18331. "spa": 130,
  18332. "spd": 110,
  18333. "spe": 110
  18334. },
  18335. "abilities": {
  18336. "0": "Levitate"
  18337. },
  18338. "heightm": 2,
  18339. "weightkg": 60,
  18340. "color": "Blue",
  18341. "eggGroups": [
  18342. "Undiscovered"
  18343. ],
  18344. "otherFormes": [
  18345. "latiosmega"
  18346. ],
  18347. "name": "Latios"
  18348. },
  18349. "latiosmega": {
  18350. "num": 381,
  18351. "species": "Latios-Mega",
  18352. "baseSpecies": "Latios",
  18353. "forme": "Mega",
  18354. "formeLetter": "M",
  18355. "types": [
  18356. "Dragon",
  18357. "Psychic"
  18358. ],
  18359. "gender": "M",
  18360. "baseStats": {
  18361. "hp": 80,
  18362. "atk": 130,
  18363. "def": 100,
  18364. "spa": 160,
  18365. "spd": 120,
  18366. "spe": 110
  18367. },
  18368. "abilities": {
  18369. "0": "Levitate"
  18370. },
  18371. "heightm": 2.3,
  18372. "weightkg": 70,
  18373. "color": "Blue",
  18374. "eggGroups": [
  18375. "Undiscovered"
  18376. ],
  18377. "name": "Latios-Mega"
  18378. },
  18379. "kyogre": {
  18380. "num": 382,
  18381. "species": "Kyogre",
  18382. "types": [
  18383. "Water"
  18384. ],
  18385. "gender": "N",
  18386. "baseStats": {
  18387. "hp": 100,
  18388. "atk": 100,
  18389. "def": 90,
  18390. "spa": 150,
  18391. "spd": 140,
  18392. "spe": 90
  18393. },
  18394. "abilities": {
  18395. "0": "Drizzle"
  18396. },
  18397. "heightm": 4.5,
  18398. "weightkg": 352,
  18399. "color": "Blue",
  18400. "eggGroups": [
  18401. "Undiscovered"
  18402. ],
  18403. "otherFormes": [
  18404. "kyogreprimal"
  18405. ],
  18406. "name": "Kyogre"
  18407. },
  18408. "kyogreprimal": {
  18409. "num": 382,
  18410. "species": "Kyogre-Primal",
  18411. "baseSpecies": "Kyogre",
  18412. "forme": "Primal",
  18413. "formeLetter": "P",
  18414. "types": [
  18415. "Water"
  18416. ],
  18417. "gender": "N",
  18418. "baseStats": {
  18419. "hp": 100,
  18420. "atk": 150,
  18421. "def": 90,
  18422. "spa": 180,
  18423. "spd": 160,
  18424. "spe": 90
  18425. },
  18426. "abilities": {
  18427. "0": "Primordial Sea"
  18428. },
  18429. "heightm": 9.8,
  18430. "weightkg": 430,
  18431. "color": "Blue",
  18432. "eggGroups": [
  18433. "Undiscovered"
  18434. ],
  18435. "name": "Kyogre-Primal"
  18436. },
  18437. "groudon": {
  18438. "num": 383,
  18439. "species": "Groudon",
  18440. "types": [
  18441. "Ground"
  18442. ],
  18443. "gender": "N",
  18444. "baseStats": {
  18445. "hp": 100,
  18446. "atk": 150,
  18447. "def": 140,
  18448. "spa": 100,
  18449. "spd": 90,
  18450. "spe": 90
  18451. },
  18452. "abilities": {
  18453. "0": "Drought"
  18454. },
  18455. "heightm": 3.5,
  18456. "weightkg": 950,
  18457. "color": "Red",
  18458. "eggGroups": [
  18459. "Undiscovered"
  18460. ],
  18461. "otherFormes": [
  18462. "groudonprimal"
  18463. ],
  18464. "name": "Groudon"
  18465. },
  18466. "groudonprimal": {
  18467. "num": 383,
  18468. "species": "Groudon-Primal",
  18469. "baseSpecies": "Groudon",
  18470. "forme": "Primal",
  18471. "formeLetter": "P",
  18472. "types": [
  18473. "Ground",
  18474. "Fire"
  18475. ],
  18476. "gender": "N",
  18477. "baseStats": {
  18478. "hp": 100,
  18479. "atk": 180,
  18480. "def": 160,
  18481. "spa": 150,
  18482. "spd": 90,
  18483. "spe": 90
  18484. },
  18485. "abilities": {
  18486. "0": "Desolate Land"
  18487. },
  18488. "heightm": 5,
  18489. "weightkg": 999.7,
  18490. "color": "Red",
  18491. "eggGroups": [
  18492. "Undiscovered"
  18493. ],
  18494. "name": "Groudon-Primal"
  18495. },
  18496. "rayquaza": {
  18497. "num": 384,
  18498. "species": "Rayquaza",
  18499. "types": [
  18500. "Dragon",
  18501. "Flying"
  18502. ],
  18503. "gender": "N",
  18504. "baseStats": {
  18505. "hp": 105,
  18506. "atk": 150,
  18507. "def": 90,
  18508. "spa": 150,
  18509. "spd": 90,
  18510. "spe": 95
  18511. },
  18512. "abilities": {
  18513. "0": "Air Lock"
  18514. },
  18515. "heightm": 7,
  18516. "weightkg": 206.5,
  18517. "color": "Green",
  18518. "eggGroups": [
  18519. "Undiscovered"
  18520. ],
  18521. "otherFormes": [
  18522. "rayquazamega"
  18523. ],
  18524. "name": "Rayquaza"
  18525. },
  18526. "rayquazamega": {
  18527. "num": 384,
  18528. "species": "Rayquaza-Mega",
  18529. "baseSpecies": "Rayquaza",
  18530. "forme": "Mega",
  18531. "formeLetter": "M",
  18532. "types": [
  18533. "Dragon",
  18534. "Flying"
  18535. ],
  18536. "gender": "N",
  18537. "baseStats": {
  18538. "hp": 105,
  18539. "atk": 180,
  18540. "def": 100,
  18541. "spa": 180,
  18542. "spd": 100,
  18543. "spe": 115
  18544. },
  18545. "abilities": {
  18546. "0": "Delta Stream"
  18547. },
  18548. "heightm": 10.8,
  18549. "weightkg": 392,
  18550. "color": "Green",
  18551. "eggGroups": [
  18552. "Undiscovered"
  18553. ],
  18554. "name": "Rayquaza-Mega"
  18555. },
  18556. "jirachi": {
  18557. "num": 385,
  18558. "species": "Jirachi",
  18559. "types": [
  18560. "Steel",
  18561. "Psychic"
  18562. ],
  18563. "gender": "N",
  18564. "baseStats": {
  18565. "hp": 100,
  18566. "atk": 100,
  18567. "def": 100,
  18568. "spa": 100,
  18569. "spd": 100,
  18570. "spe": 100
  18571. },
  18572. "abilities": {
  18573. "0": "Serene Grace"
  18574. },
  18575. "heightm": 0.3,
  18576. "weightkg": 1.1,
  18577. "color": "Yellow",
  18578. "eggGroups": [
  18579. "Undiscovered"
  18580. ],
  18581. "name": "Jirachi"
  18582. },
  18583. "deoxys": {
  18584. "num": 386,
  18585. "species": "Deoxys",
  18586. "baseForme": "Normal",
  18587. "types": [
  18588. "Psychic"
  18589. ],
  18590. "gender": "N",
  18591. "baseStats": {
  18592. "hp": 50,
  18593. "atk": 150,
  18594. "def": 50,
  18595. "spa": 150,
  18596. "spd": 50,
  18597. "spe": 150
  18598. },
  18599. "abilities": {
  18600. "0": "Pressure"
  18601. },
  18602. "heightm": 1.7,
  18603. "weightkg": 60.8,
  18604. "color": "Red",
  18605. "eggGroups": [
  18606. "Undiscovered"
  18607. ],
  18608. "otherFormes": [
  18609. "deoxysattack",
  18610. "deoxysdefense",
  18611. "deoxysspeed"
  18612. ],
  18613. "name": "Deoxys"
  18614. },
  18615. "deoxysattack": {
  18616. "num": 386,
  18617. "species": "Deoxys-Attack",
  18618. "baseSpecies": "Deoxys",
  18619. "forme": "Attack",
  18620. "formeLetter": "A",
  18621. "types": [
  18622. "Psychic"
  18623. ],
  18624. "gender": "N",
  18625. "baseStats": {
  18626. "hp": 50,
  18627. "atk": 180,
  18628. "def": 20,
  18629. "spa": 180,
  18630. "spd": 20,
  18631. "spe": 150
  18632. },
  18633. "abilities": {
  18634. "0": "Pressure"
  18635. },
  18636. "heightm": 1.7,
  18637. "weightkg": 60.8,
  18638. "color": "Red",
  18639. "eggGroups": [
  18640. "Undiscovered"
  18641. ],
  18642. "name": "Deoxys-Attack"
  18643. },
  18644. "deoxysdefense": {
  18645. "num": 386,
  18646. "species": "Deoxys-Defense",
  18647. "baseSpecies": "Deoxys",
  18648. "forme": "Defense",
  18649. "formeLetter": "D",
  18650. "types": [
  18651. "Psychic"
  18652. ],
  18653. "gender": "N",
  18654. "baseStats": {
  18655. "hp": 50,
  18656. "atk": 70,
  18657. "def": 160,
  18658. "spa": 70,
  18659. "spd": 160,
  18660. "spe": 90
  18661. },
  18662. "abilities": {
  18663. "0": "Pressure"
  18664. },
  18665. "heightm": 1.7,
  18666. "weightkg": 60.8,
  18667. "color": "Red",
  18668. "eggGroups": [
  18669. "Undiscovered"
  18670. ],
  18671. "name": "Deoxys-Defense"
  18672. },
  18673. "deoxysspeed": {
  18674. "num": 386,
  18675. "species": "Deoxys-Speed",
  18676. "baseSpecies": "Deoxys",
  18677. "forme": "Speed",
  18678. "formeLetter": "S",
  18679. "types": [
  18680. "Psychic"
  18681. ],
  18682. "gender": "N",
  18683. "baseStats": {
  18684. "hp": 50,
  18685. "atk": 95,
  18686. "def": 90,
  18687. "spa": 95,
  18688. "spd": 90,
  18689. "spe": 180
  18690. },
  18691. "abilities": {
  18692. "0": "Pressure"
  18693. },
  18694. "heightm": 1.7,
  18695. "weightkg": 60.8,
  18696. "color": "Red",
  18697. "eggGroups": [
  18698. "Undiscovered"
  18699. ],
  18700. "name": "Deoxys-Speed"
  18701. },
  18702. "turtwig": {
  18703. "num": 387,
  18704. "species": "Turtwig",
  18705. "types": [
  18706. "Grass"
  18707. ],
  18708. "genderRatio": {
  18709. "M": 0.875,
  18710. "F": 0.125
  18711. },
  18712. "baseStats": {
  18713. "hp": 55,
  18714. "atk": 68,
  18715. "def": 64,
  18716. "spa": 45,
  18717. "spd": 55,
  18718. "spe": 31
  18719. },
  18720. "abilities": {
  18721. "0": "Overgrow",
  18722. "H": "Shell Armor"
  18723. },
  18724. "heightm": 0.4,
  18725. "weightkg": 10.2,
  18726. "color": "Green",
  18727. "evos": [
  18728. "grotle"
  18729. ],
  18730. "eggGroups": [
  18731. "Monster",
  18732. "Grass"
  18733. ],
  18734. "name": "Turtwig"
  18735. },
  18736. "grotle": {
  18737. "num": 388,
  18738. "species": "Grotle",
  18739. "types": [
  18740. "Grass"
  18741. ],
  18742. "genderRatio": {
  18743. "M": 0.875,
  18744. "F": 0.125
  18745. },
  18746. "baseStats": {
  18747. "hp": 75,
  18748. "atk": 89,
  18749. "def": 85,
  18750. "spa": 55,
  18751. "spd": 65,
  18752. "spe": 36
  18753. },
  18754. "abilities": {
  18755. "0": "Overgrow",
  18756. "H": "Shell Armor"
  18757. },
  18758. "heightm": 1.1,
  18759. "weightkg": 97,
  18760. "color": "Green",
  18761. "prevo": "turtwig",
  18762. "evos": [
  18763. "torterra"
  18764. ],
  18765. "evoLevel": 18,
  18766. "eggGroups": [
  18767. "Monster",
  18768. "Grass"
  18769. ],
  18770. "name": "Grotle"
  18771. },
  18772. "torterra": {
  18773. "num": 389,
  18774. "species": "Torterra",
  18775. "types": [
  18776. "Grass",
  18777. "Ground"
  18778. ],
  18779. "genderRatio": {
  18780. "M": 0.875,
  18781. "F": 0.125
  18782. },
  18783. "baseStats": {
  18784. "hp": 95,
  18785. "atk": 109,
  18786. "def": 105,
  18787. "spa": 75,
  18788. "spd": 85,
  18789. "spe": 56
  18790. },
  18791. "abilities": {
  18792. "0": "Overgrow",
  18793. "H": "Shell Armor"
  18794. },
  18795. "heightm": 2.2,
  18796. "weightkg": 310,
  18797. "color": "Green",
  18798. "prevo": "grotle",
  18799. "evoLevel": 32,
  18800. "eggGroups": [
  18801. "Monster",
  18802. "Grass"
  18803. ],
  18804. "name": "Torterra"
  18805. },
  18806. "chimchar": {
  18807. "num": 390,
  18808. "species": "Chimchar",
  18809. "types": [
  18810. "Fire"
  18811. ],
  18812. "genderRatio": {
  18813. "M": 0.875,
  18814. "F": 0.125
  18815. },
  18816. "baseStats": {
  18817. "hp": 44,
  18818. "atk": 58,
  18819. "def": 44,
  18820. "spa": 58,
  18821. "spd": 44,
  18822. "spe": 61
  18823. },
  18824. "abilities": {
  18825. "0": "Blaze",
  18826. "H": "Iron Fist"
  18827. },
  18828. "heightm": 0.5,
  18829. "weightkg": 6.2,
  18830. "color": "Brown",
  18831. "evos": [
  18832. "monferno"
  18833. ],
  18834. "eggGroups": [
  18835. "Field",
  18836. "Human-Like"
  18837. ],
  18838. "name": "Chimchar"
  18839. },
  18840. "monferno": {
  18841. "num": 391,
  18842. "species": "Monferno",
  18843. "types": [
  18844. "Fire",
  18845. "Fighting"
  18846. ],
  18847. "genderRatio": {
  18848. "M": 0.875,
  18849. "F": 0.125
  18850. },
  18851. "baseStats": {
  18852. "hp": 64,
  18853. "atk": 78,
  18854. "def": 52,
  18855. "spa": 78,
  18856. "spd": 52,
  18857. "spe": 81
  18858. },
  18859. "abilities": {
  18860. "0": "Blaze",
  18861. "H": "Iron Fist"
  18862. },
  18863. "heightm": 0.9,
  18864. "weightkg": 22,
  18865. "color": "Brown",
  18866. "prevo": "chimchar",
  18867. "evos": [
  18868. "infernape"
  18869. ],
  18870. "evoLevel": 14,
  18871. "eggGroups": [
  18872. "Field",
  18873. "Human-Like"
  18874. ],
  18875. "name": "Monferno"
  18876. },
  18877. "infernape": {
  18878. "num": 392,
  18879. "species": "Infernape",
  18880. "types": [
  18881. "Fire",
  18882. "Fighting"
  18883. ],
  18884. "genderRatio": {
  18885. "M": 0.875,
  18886. "F": 0.125
  18887. },
  18888. "baseStats": {
  18889. "hp": 76,
  18890. "atk": 104,
  18891. "def": 71,
  18892. "spa": 104,
  18893. "spd": 71,
  18894. "spe": 108
  18895. },
  18896. "abilities": {
  18897. "0": "Blaze",
  18898. "H": "Iron Fist"
  18899. },
  18900. "heightm": 1.2,
  18901. "weightkg": 55,
  18902. "color": "Brown",
  18903. "prevo": "monferno",
  18904. "evoLevel": 36,
  18905. "eggGroups": [
  18906. "Field",
  18907. "Human-Like"
  18908. ],
  18909. "name": "Infernape"
  18910. },
  18911. "piplup": {
  18912. "num": 393,
  18913. "species": "Piplup",
  18914. "types": [
  18915. "Water"
  18916. ],
  18917. "genderRatio": {
  18918. "M": 0.875,
  18919. "F": 0.125
  18920. },
  18921. "baseStats": {
  18922. "hp": 53,
  18923. "atk": 51,
  18924. "def": 53,
  18925. "spa": 61,
  18926. "spd": 56,
  18927. "spe": 40
  18928. },
  18929. "abilities": {
  18930. "0": "Torrent",
  18931. "H": "Defiant"
  18932. },
  18933. "heightm": 0.4,
  18934. "weightkg": 5.2,
  18935. "color": "Blue",
  18936. "evos": [
  18937. "prinplup"
  18938. ],
  18939. "eggGroups": [
  18940. "Water 1",
  18941. "Field"
  18942. ],
  18943. "name": "Piplup"
  18944. },
  18945. "prinplup": {
  18946. "num": 394,
  18947. "species": "Prinplup",
  18948. "types": [
  18949. "Water"
  18950. ],
  18951. "genderRatio": {
  18952. "M": 0.875,
  18953. "F": 0.125
  18954. },
  18955. "baseStats": {
  18956. "hp": 64,
  18957. "atk": 66,
  18958. "def": 68,
  18959. "spa": 81,
  18960. "spd": 76,
  18961. "spe": 50
  18962. },
  18963. "abilities": {
  18964. "0": "Torrent",
  18965. "H": "Defiant"
  18966. },
  18967. "heightm": 0.8,
  18968. "weightkg": 23,
  18969. "color": "Blue",
  18970. "prevo": "piplup",
  18971. "evos": [
  18972. "empoleon"
  18973. ],
  18974. "evoLevel": 16,
  18975. "eggGroups": [
  18976. "Water 1",
  18977. "Field"
  18978. ],
  18979. "name": "Prinplup"
  18980. },
  18981. "empoleon": {
  18982. "num": 395,
  18983. "species": "Empoleon",
  18984. "types": [
  18985. "Water",
  18986. "Steel"
  18987. ],
  18988. "genderRatio": {
  18989. "M": 0.875,
  18990. "F": 0.125
  18991. },
  18992. "baseStats": {
  18993. "hp": 84,
  18994. "atk": 86,
  18995. "def": 88,
  18996. "spa": 111,
  18997. "spd": 101,
  18998. "spe": 60
  18999. },
  19000. "abilities": {
  19001. "0": "Torrent",
  19002. "H": "Defiant"
  19003. },
  19004. "heightm": 1.7,
  19005. "weightkg": 84.5,
  19006. "color": "Blue",
  19007. "prevo": "prinplup",
  19008. "evoLevel": 36,
  19009. "eggGroups": [
  19010. "Water 1",
  19011. "Field"
  19012. ],
  19013. "name": "Empoleon"
  19014. },
  19015. "starly": {
  19016. "num": 396,
  19017. "species": "Starly",
  19018. "types": [
  19019. "Normal",
  19020. "Flying"
  19021. ],
  19022. "baseStats": {
  19023. "hp": 40,
  19024. "atk": 55,
  19025. "def": 30,
  19026. "spa": 30,
  19027. "spd": 30,
  19028. "spe": 60
  19029. },
  19030. "abilities": {
  19031. "0": "Keen Eye",
  19032. "H": "Reckless"
  19033. },
  19034. "heightm": 0.3,
  19035. "weightkg": 2,
  19036. "color": "Brown",
  19037. "evos": [
  19038. "staravia"
  19039. ],
  19040. "eggGroups": [
  19041. "Flying"
  19042. ],
  19043. "name": "Starly"
  19044. },
  19045. "staravia": {
  19046. "num": 397,
  19047. "species": "Staravia",
  19048. "types": [
  19049. "Normal",
  19050. "Flying"
  19051. ],
  19052. "baseStats": {
  19053. "hp": 55,
  19054. "atk": 75,
  19055. "def": 50,
  19056. "spa": 40,
  19057. "spd": 40,
  19058. "spe": 80
  19059. },
  19060. "abilities": {
  19061. "0": "Intimidate",
  19062. "H": "Reckless"
  19063. },
  19064. "heightm": 0.6,
  19065. "weightkg": 15.5,
  19066. "color": "Brown",
  19067. "prevo": "starly",
  19068. "evos": [
  19069. "staraptor"
  19070. ],
  19071. "evoLevel": 14,
  19072. "eggGroups": [
  19073. "Flying"
  19074. ],
  19075. "name": "Staravia"
  19076. },
  19077. "staraptor": {
  19078. "num": 398,
  19079. "species": "Staraptor",
  19080. "types": [
  19081. "Normal",
  19082. "Flying"
  19083. ],
  19084. "baseStats": {
  19085. "hp": 85,
  19086. "atk": 120,
  19087. "def": 70,
  19088. "spa": 50,
  19089. "spd": 60,
  19090. "spe": 100
  19091. },
  19092. "abilities": {
  19093. "0": "Intimidate",
  19094. "H": "Reckless"
  19095. },
  19096. "heightm": 1.2,
  19097. "weightkg": 24.9,
  19098. "color": "Brown",
  19099. "prevo": "staravia",
  19100. "evoLevel": 34,
  19101. "eggGroups": [
  19102. "Flying"
  19103. ],
  19104. "name": "Staraptor"
  19105. },
  19106. "bidoof": {
  19107. "num": 399,
  19108. "species": "Bidoof",
  19109. "types": [
  19110. "Normal"
  19111. ],
  19112. "baseStats": {
  19113. "hp": 59,
  19114. "atk": 45,
  19115. "def": 40,
  19116. "spa": 35,
  19117. "spd": 40,
  19118. "spe": 31
  19119. },
  19120. "abilities": {
  19121. "0": "Simple",
  19122. "1": "Unaware",
  19123. "H": "Moody"
  19124. },
  19125. "heightm": 0.5,
  19126. "weightkg": 20,
  19127. "color": "Brown",
  19128. "evos": [
  19129. "bibarel"
  19130. ],
  19131. "eggGroups": [
  19132. "Water 1",
  19133. "Field"
  19134. ],
  19135. "name": "Bidoof"
  19136. },
  19137. "bibarel": {
  19138. "num": 400,
  19139. "species": "Bibarel",
  19140. "types": [
  19141. "Normal",
  19142. "Water"
  19143. ],
  19144. "baseStats": {
  19145. "hp": 79,
  19146. "atk": 85,
  19147. "def": 60,
  19148. "spa": 55,
  19149. "spd": 60,
  19150. "spe": 71
  19151. },
  19152. "abilities": {
  19153. "0": "Simple",
  19154. "1": "Unaware",
  19155. "H": "Moody"
  19156. },
  19157. "heightm": 1,
  19158. "weightkg": 31.5,
  19159. "color": "Brown",
  19160. "prevo": "bidoof",
  19161. "evoLevel": 15,
  19162. "eggGroups": [
  19163. "Water 1",
  19164. "Field"
  19165. ],
  19166. "name": "Bibarel"
  19167. },
  19168. "kricketot": {
  19169. "num": 401,
  19170. "species": "Kricketot",
  19171. "types": [
  19172. "Bug"
  19173. ],
  19174. "baseStats": {
  19175. "hp": 37,
  19176. "atk": 25,
  19177. "def": 41,
  19178. "spa": 25,
  19179. "spd": 41,
  19180. "spe": 25
  19181. },
  19182. "abilities": {
  19183. "0": "Shed Skin",
  19184. "H": "Run Away"
  19185. },
  19186. "heightm": 0.3,
  19187. "weightkg": 2.2,
  19188. "color": "Red",
  19189. "evos": [
  19190. "kricketune"
  19191. ],
  19192. "eggGroups": [
  19193. "Bug"
  19194. ],
  19195. "name": "Kricketot"
  19196. },
  19197. "kricketune": {
  19198. "num": 402,
  19199. "species": "Kricketune",
  19200. "types": [
  19201. "Bug"
  19202. ],
  19203. "baseStats": {
  19204. "hp": 77,
  19205. "atk": 85,
  19206. "def": 51,
  19207. "spa": 55,
  19208. "spd": 51,
  19209. "spe": 65
  19210. },
  19211. "abilities": {
  19212. "0": "Swarm",
  19213. "H": "Technician"
  19214. },
  19215. "heightm": 1,
  19216. "weightkg": 25.5,
  19217. "color": "Red",
  19218. "prevo": "kricketot",
  19219. "evoLevel": 10,
  19220. "eggGroups": [
  19221. "Bug"
  19222. ],
  19223. "name": "Kricketune"
  19224. },
  19225. "shinx": {
  19226. "num": 403,
  19227. "species": "Shinx",
  19228. "types": [
  19229. "Electric"
  19230. ],
  19231. "baseStats": {
  19232. "hp": 45,
  19233. "atk": 65,
  19234. "def": 34,
  19235. "spa": 40,
  19236. "spd": 34,
  19237. "spe": 45
  19238. },
  19239. "abilities": {
  19240. "0": "Rivalry",
  19241. "1": "Intimidate",
  19242. "H": "Guts"
  19243. },
  19244. "heightm": 0.5,
  19245. "weightkg": 9.5,
  19246. "color": "Blue",
  19247. "evos": [
  19248. "luxio"
  19249. ],
  19250. "eggGroups": [
  19251. "Field"
  19252. ],
  19253. "name": "Shinx"
  19254. },
  19255. "luxio": {
  19256. "num": 404,
  19257. "species": "Luxio",
  19258. "types": [
  19259. "Electric"
  19260. ],
  19261. "baseStats": {
  19262. "hp": 60,
  19263. "atk": 85,
  19264. "def": 49,
  19265. "spa": 60,
  19266. "spd": 49,
  19267. "spe": 60
  19268. },
  19269. "abilities": {
  19270. "0": "Rivalry",
  19271. "1": "Intimidate",
  19272. "H": "Guts"
  19273. },
  19274. "heightm": 0.9,
  19275. "weightkg": 30.5,
  19276. "color": "Blue",
  19277. "prevo": "shinx",
  19278. "evos": [
  19279. "luxray"
  19280. ],
  19281. "evoLevel": 15,
  19282. "eggGroups": [
  19283. "Field"
  19284. ],
  19285. "name": "Luxio"
  19286. },
  19287. "luxray": {
  19288. "num": 405,
  19289. "species": "Luxray",
  19290. "types": [
  19291. "Electric"
  19292. ],
  19293. "baseStats": {
  19294. "hp": 80,
  19295. "atk": 120,
  19296. "def": 79,
  19297. "spa": 95,
  19298. "spd": 79,
  19299. "spe": 70
  19300. },
  19301. "abilities": {
  19302. "0": "Rivalry",
  19303. "1": "Intimidate",
  19304. "H": "Guts"
  19305. },
  19306. "heightm": 1.4,
  19307. "weightkg": 42,
  19308. "color": "Blue",
  19309. "prevo": "luxio",
  19310. "evoLevel": 30,
  19311. "eggGroups": [
  19312. "Field"
  19313. ],
  19314. "name": "Luxray",
  19315. "exists": true,
  19316. "tier": "PU",
  19317. "learnset": {
  19318. "attract": [
  19319. "6M"
  19320. ],
  19321. "bite": [
  19322. "6L018"
  19323. ],
  19324. "captivate": [
  19325.  
  19326. ],
  19327. "charge": [
  19328. "6L001d",
  19329. "6L009"
  19330. ],
  19331. "chargebeam": [
  19332. "6M"
  19333. ],
  19334. "crunch": [
  19335. "6L042"
  19336. ],
  19337. "discharge": [
  19338. "6L056"
  19339. ],
  19340. "doubleteam": [
  19341. "6M"
  19342. ],
  19343. "endure": [
  19344.  
  19345. ],
  19346. "facade": [
  19347. "6M"
  19348. ],
  19349. "flash": [
  19350. "6M"
  19351. ],
  19352. "frustration": [
  19353. "6M"
  19354. ],
  19355. "furycutter": [
  19356.  
  19357. ],
  19358. "gigaimpact": [
  19359. "6M"
  19360. ],
  19361. "headbutt": [
  19362.  
  19363. ],
  19364. "hiddenpower": [
  19365. "6M"
  19366. ],
  19367. "hyperbeam": [
  19368. "6M"
  19369. ],
  19370. "irontail": [
  19371.  
  19372. ],
  19373. "leer": [
  19374. "6L001c",
  19375. "6L005"
  19376. ],
  19377. "lightscreen": [
  19378. "6M"
  19379. ],
  19380. "magnetrise": [
  19381.  
  19382. ],
  19383. "mudslap": [
  19384.  
  19385. ],
  19386. "naturalgift": [
  19387.  
  19388. ],
  19389. "protect": [
  19390. "6M"
  19391. ],
  19392. "raindance": [
  19393. "6M"
  19394. ],
  19395. "rest": [
  19396. "6M"
  19397. ],
  19398. "return": [
  19399. "6M"
  19400. ],
  19401. "roar": [
  19402. "6L023",
  19403. "6M"
  19404. ],
  19405. "round": [
  19406. "6M"
  19407. ],
  19408. "scaryface": [
  19409. "6L049"
  19410. ],
  19411. "secretpower": [
  19412.  
  19413. ],
  19414. "shockwave": [
  19415.  
  19416. ],
  19417. "signalbeam": [
  19418.  
  19419. ],
  19420. "sleeptalk": [
  19421. "6M"
  19422. ],
  19423. "snarl": [
  19424. "6M"
  19425. ],
  19426. "snore": [
  19427.  
  19428. ],
  19429. "spark": [
  19430. "6L013"
  19431. ],
  19432. "strength": [
  19433. "6M"
  19434. ],
  19435. "substitute": [
  19436. "6M"
  19437. ],
  19438. "superpower": [
  19439.  
  19440. ],
  19441. "swagger": [
  19442. "6L028",
  19443. "6M"
  19444. ],
  19445. "swift": [
  19446.  
  19447. ],
  19448. "tackle": [
  19449. "6L001b"
  19450. ],
  19451. "thief": [
  19452. "6M"
  19453. ],
  19454. "thunder": [
  19455. "6M"
  19456. ],
  19457. "thunderbolt": [
  19458. "6M"
  19459. ],
  19460. "thunderfang": [
  19461. "6L035"
  19462. ],
  19463. "thunderwave": [
  19464. "6M"
  19465. ],
  19466. "toxic": [
  19467. "6M"
  19468. ],
  19469. "voltswitch": [
  19470. "6M"
  19471. ],
  19472. "wildcharge": [
  19473. "6L063",
  19474. "6M"
  19475. ],
  19476. "electricterrain": [
  19477. "6L001a",
  19478. "6L067"
  19479. ],
  19480. "confide": [
  19481. "6M"
  19482. ]
  19483. },
  19484. "id": "luxray",
  19485. "speciesid": "luxray",
  19486. "baseSpecies": "Luxray",
  19487. "forme": "",
  19488. "formeLetter": "",
  19489. "spriteid": "luxray",
  19490. "effectType": "Template"
  19491. },
  19492. "budew": {
  19493. "num": 406,
  19494. "species": "Budew",
  19495. "types": [
  19496. "Grass",
  19497. "Poison"
  19498. ],
  19499. "baseStats": {
  19500. "hp": 40,
  19501. "atk": 30,
  19502. "def": 35,
  19503. "spa": 50,
  19504. "spd": 70,
  19505. "spe": 55
  19506. },
  19507. "abilities": {
  19508. "0": "Natural Cure",
  19509. "1": "Poison Point",
  19510. "H": "Leaf Guard"
  19511. },
  19512. "heightm": 0.2,
  19513. "weightkg": 1.2,
  19514. "color": "Green",
  19515. "evos": [
  19516. "roselia"
  19517. ],
  19518. "eggGroups": [
  19519. "Undiscovered"
  19520. ],
  19521. "name": "Budew"
  19522. },
  19523. "roserade": {
  19524. "num": 407,
  19525. "species": "Roserade",
  19526. "types": [
  19527. "Grass",
  19528. "Poison"
  19529. ],
  19530. "baseStats": {
  19531. "hp": 60,
  19532. "atk": 70,
  19533. "def": 65,
  19534. "spa": 125,
  19535. "spd": 105,
  19536. "spe": 90
  19537. },
  19538. "abilities": {
  19539. "0": "Natural Cure",
  19540. "1": "Poison Point",
  19541. "H": "Technician"
  19542. },
  19543. "heightm": 0.9,
  19544. "weightkg": 14.5,
  19545. "color": "Green",
  19546. "prevo": "roselia",
  19547. "evoLevel": 1,
  19548. "eggGroups": [
  19549. "Fairy",
  19550. "Grass"
  19551. ],
  19552. "name": "Roserade"
  19553. },
  19554. "cranidos": {
  19555. "num": 408,
  19556. "species": "Cranidos",
  19557. "types": [
  19558. "Rock"
  19559. ],
  19560. "genderRatio": {
  19561. "M": 0.875,
  19562. "F": 0.125
  19563. },
  19564. "baseStats": {
  19565. "hp": 67,
  19566. "atk": 125,
  19567. "def": 40,
  19568. "spa": 30,
  19569. "spd": 30,
  19570. "spe": 58
  19571. },
  19572. "abilities": {
  19573. "0": "Mold Breaker",
  19574. "H": "Sheer Force"
  19575. },
  19576. "heightm": 0.9,
  19577. "weightkg": 31.5,
  19578. "color": "Blue",
  19579. "evos": [
  19580. "rampardos"
  19581. ],
  19582. "eggGroups": [
  19583. "Monster"
  19584. ],
  19585. "name": "Cranidos"
  19586. },
  19587. "rampardos": {
  19588. "num": 409,
  19589. "species": "Rampardos",
  19590. "types": [
  19591. "Rock"
  19592. ],
  19593. "genderRatio": {
  19594. "M": 0.875,
  19595. "F": 0.125
  19596. },
  19597. "baseStats": {
  19598. "hp": 97,
  19599. "atk": 165,
  19600. "def": 60,
  19601. "spa": 65,
  19602. "spd": 50,
  19603. "spe": 58
  19604. },
  19605. "abilities": {
  19606. "0": "Mold Breaker",
  19607. "H": "Sheer Force"
  19608. },
  19609. "heightm": 1.6,
  19610. "weightkg": 102.5,
  19611. "color": "Blue",
  19612. "prevo": "cranidos",
  19613. "evoLevel": 30,
  19614. "eggGroups": [
  19615. "Monster"
  19616. ],
  19617. "name": "Rampardos"
  19618. },
  19619. "shieldon": {
  19620. "num": 410,
  19621. "species": "Shieldon",
  19622. "types": [
  19623. "Rock",
  19624. "Steel"
  19625. ],
  19626. "genderRatio": {
  19627. "M": 0.875,
  19628. "F": 0.125
  19629. },
  19630. "baseStats": {
  19631. "hp": 30,
  19632. "atk": 42,
  19633. "def": 118,
  19634. "spa": 42,
  19635. "spd": 88,
  19636. "spe": 30
  19637. },
  19638. "abilities": {
  19639. "0": "Sturdy",
  19640. "H": "Soundproof"
  19641. },
  19642. "heightm": 0.5,
  19643. "weightkg": 57,
  19644. "color": "Gray",
  19645. "evos": [
  19646. "bastiodon"
  19647. ],
  19648. "eggGroups": [
  19649. "Monster"
  19650. ],
  19651. "name": "Shieldon"
  19652. },
  19653. "bastiodon": {
  19654. "num": 411,
  19655. "species": "Bastiodon",
  19656. "types": [
  19657. "Rock",
  19658. "Steel"
  19659. ],
  19660. "genderRatio": {
  19661. "M": 0.875,
  19662. "F": 0.125
  19663. },
  19664. "baseStats": {
  19665. "hp": 60,
  19666. "atk": 52,
  19667. "def": 168,
  19668. "spa": 47,
  19669. "spd": 138,
  19670. "spe": 30
  19671. },
  19672. "abilities": {
  19673. "0": "Sturdy",
  19674. "H": "Soundproof"
  19675. },
  19676. "heightm": 1.3,
  19677. "weightkg": 149.5,
  19678. "color": "Gray",
  19679. "prevo": "shieldon",
  19680. "evoLevel": 30,
  19681. "eggGroups": [
  19682. "Monster"
  19683. ],
  19684. "name": "Bastiodon"
  19685. },
  19686. "burmy": {
  19687. "num": 412,
  19688. "species": "Burmy",
  19689. "baseForme": "Grass",
  19690. "types": [
  19691. "Bug"
  19692. ],
  19693. "baseStats": {
  19694. "hp": 40,
  19695. "atk": 29,
  19696. "def": 45,
  19697. "spa": 29,
  19698. "spd": 45,
  19699. "spe": 36
  19700. },
  19701. "abilities": {
  19702. "0": "Shed Skin",
  19703. "H": "Overcoat"
  19704. },
  19705. "heightm": 0.2,
  19706. "weightkg": 3.4,
  19707. "color": "Gray",
  19708. "evos": [
  19709. "wormadam",
  19710. "wormadamsandy",
  19711. "wormadamtrash",
  19712. "mothim"
  19713. ],
  19714. "eggGroups": [
  19715. "Bug"
  19716. ],
  19717. "otherForms": [
  19718. "burmysandy",
  19719. "burmytrash"
  19720. ],
  19721. "name": "Burmy"
  19722. },
  19723. "wormadam": {
  19724. "num": 413,
  19725. "species": "Wormadam",
  19726. "baseForme": "Grass",
  19727. "types": [
  19728. "Bug",
  19729. "Grass"
  19730. ],
  19731. "gender": "F",
  19732. "baseStats": {
  19733. "hp": 60,
  19734. "atk": 59,
  19735. "def": 85,
  19736. "spa": 79,
  19737. "spd": 105,
  19738. "spe": 36
  19739. },
  19740. "abilities": {
  19741. "0": "Anticipation",
  19742. "H": "Overcoat"
  19743. },
  19744. "heightm": 0.5,
  19745. "weightkg": 6.5,
  19746. "color": "Gray",
  19747. "prevo": "burmy",
  19748. "evoLevel": 20,
  19749. "eggGroups": [
  19750. "Bug"
  19751. ],
  19752. "otherFormes": [
  19753. "wormadamsandy",
  19754. "wormadamtrash"
  19755. ],
  19756. "name": "Wormadam"
  19757. },
  19758. "wormadamsandy": {
  19759. "num": 413,
  19760. "species": "Wormadam-Sandy",
  19761. "baseSpecies": "Wormadam",
  19762. "forme": "Sandy",
  19763. "formeLetter": "G",
  19764. "types": [
  19765. "Bug",
  19766. "Ground"
  19767. ],
  19768. "gender": "F",
  19769. "baseStats": {
  19770. "hp": 60,
  19771. "atk": 79,
  19772. "def": 105,
  19773. "spa": 59,
  19774. "spd": 85,
  19775. "spe": 36
  19776. },
  19777. "abilities": {
  19778. "0": "Anticipation",
  19779. "H": "Overcoat"
  19780. },
  19781. "heightm": 0.5,
  19782. "weightkg": 6.5,
  19783. "color": "Gray",
  19784. "prevo": "burmy",
  19785. "evoLevel": 20,
  19786. "eggGroups": [
  19787. "Bug"
  19788. ],
  19789. "name": "Wormadam-Sandy"
  19790. },
  19791. "wormadamtrash": {
  19792. "num": 413,
  19793. "species": "Wormadam-Trash",
  19794. "baseSpecies": "Wormadam",
  19795. "forme": "Trash",
  19796. "formeLetter": "S",
  19797. "types": [
  19798. "Bug",
  19799. "Steel"
  19800. ],
  19801. "gender": "F",
  19802. "baseStats": {
  19803. "hp": 60,
  19804. "atk": 69,
  19805. "def": 95,
  19806. "spa": 69,
  19807. "spd": 95,
  19808. "spe": 36
  19809. },
  19810. "abilities": {
  19811. "0": "Anticipation",
  19812. "H": "Overcoat"
  19813. },
  19814. "heightm": 0.5,
  19815. "weightkg": 6.5,
  19816. "color": "Gray",
  19817. "prevo": "burmy",
  19818. "evoLevel": 20,
  19819. "eggGroups": [
  19820. "Bug"
  19821. ],
  19822. "name": "Wormadam-Trash"
  19823. },
  19824. "mothim": {
  19825. "num": 414,
  19826. "species": "Mothim",
  19827. "types": [
  19828. "Bug",
  19829. "Flying"
  19830. ],
  19831. "gender": "M",
  19832. "baseStats": {
  19833. "hp": 70,
  19834. "atk": 94,
  19835. "def": 50,
  19836. "spa": 94,
  19837. "spd": 50,
  19838. "spe": 66
  19839. },
  19840. "abilities": {
  19841. "0": "Swarm",
  19842. "H": "Tinted Lens"
  19843. },
  19844. "heightm": 0.9,
  19845. "weightkg": 23.3,
  19846. "color": "Yellow",
  19847. "prevo": "burmy",
  19848. "evoLevel": 20,
  19849. "eggGroups": [
  19850. "Bug"
  19851. ],
  19852. "name": "Mothim"
  19853. },
  19854. "combee": {
  19855. "num": 415,
  19856. "species": "Combee",
  19857. "types": [
  19858. "Bug",
  19859. "Flying"
  19860. ],
  19861. "genderRatio": {
  19862. "M": 0.875,
  19863. "F": 0.125
  19864. },
  19865. "baseStats": {
  19866. "hp": 30,
  19867. "atk": 30,
  19868. "def": 42,
  19869. "spa": 30,
  19870. "spd": 42,
  19871. "spe": 70
  19872. },
  19873. "abilities": {
  19874. "0": "Honey Gather",
  19875. "H": "Hustle"
  19876. },
  19877. "heightm": 0.3,
  19878. "weightkg": 5.5,
  19879. "color": "Yellow",
  19880. "evos": [
  19881. "vespiquen"
  19882. ],
  19883. "eggGroups": [
  19884. "Bug"
  19885. ],
  19886. "name": "Combee"
  19887. },
  19888. "vespiquen": {
  19889. "num": 416,
  19890. "species": "Vespiquen",
  19891. "types": [
  19892. "Bug",
  19893. "Flying"
  19894. ],
  19895. "gender": "F",
  19896. "baseStats": {
  19897. "hp": 70,
  19898. "atk": 80,
  19899. "def": 102,
  19900. "spa": 80,
  19901. "spd": 102,
  19902. "spe": 40
  19903. },
  19904. "abilities": {
  19905. "0": "Pressure",
  19906. "H": "Unnerve"
  19907. },
  19908. "heightm": 1.2,
  19909. "weightkg": 38.5,
  19910. "color": "Yellow",
  19911. "prevo": "combee",
  19912. "evoLevel": 21,
  19913. "eggGroups": [
  19914. "Bug"
  19915. ],
  19916. "name": "Vespiquen"
  19917. },
  19918. "pachirisu": {
  19919. "num": 417,
  19920. "species": "Pachirisu",
  19921. "types": [
  19922. "Electric"
  19923. ],
  19924. "baseStats": {
  19925. "hp": 60,
  19926. "atk": 45,
  19927. "def": 70,
  19928. "spa": 45,
  19929. "spd": 90,
  19930. "spe": 95
  19931. },
  19932. "abilities": {
  19933. "0": "Run Away",
  19934. "1": "Pickup",
  19935. "H": "Volt Absorb"
  19936. },
  19937. "heightm": 0.4,
  19938. "weightkg": 3.9,
  19939. "color": "White",
  19940. "eggGroups": [
  19941. "Field",
  19942. "Fairy"
  19943. ],
  19944. "name": "Pachirisu"
  19945. },
  19946. "buizel": {
  19947. "num": 418,
  19948. "species": "Buizel",
  19949. "types": [
  19950. "Water"
  19951. ],
  19952. "baseStats": {
  19953. "hp": 55,
  19954. "atk": 65,
  19955. "def": 35,
  19956. "spa": 60,
  19957. "spd": 30,
  19958. "spe": 85
  19959. },
  19960. "abilities": {
  19961. "0": "Swift Swim",
  19962. "H": "Water Veil"
  19963. },
  19964. "heightm": 0.7,
  19965. "weightkg": 29.5,
  19966. "color": "Brown",
  19967. "evos": [
  19968. "floatzel"
  19969. ],
  19970. "eggGroups": [
  19971. "Water 1",
  19972. "Field"
  19973. ],
  19974. "name": "Buizel"
  19975. },
  19976. "floatzel": {
  19977. "num": 419,
  19978. "species": "Floatzel",
  19979. "types": [
  19980. "Water"
  19981. ],
  19982. "baseStats": {
  19983. "hp": 85,
  19984. "atk": 105,
  19985. "def": 55,
  19986. "spa": 85,
  19987. "spd": 50,
  19988. "spe": 115
  19989. },
  19990. "abilities": {
  19991. "0": "Swift Swim",
  19992. "H": "Water Veil"
  19993. },
  19994. "heightm": 1.1,
  19995. "weightkg": 33.5,
  19996. "color": "Brown",
  19997. "prevo": "buizel",
  19998. "evoLevel": 26,
  19999. "eggGroups": [
  20000. "Water 1",
  20001. "Field"
  20002. ],
  20003. "name": "Floatzel"
  20004. },
  20005. "cherubi": {
  20006. "num": 420,
  20007. "species": "Cherubi",
  20008. "types": [
  20009. "Grass"
  20010. ],
  20011. "baseStats": {
  20012. "hp": 45,
  20013. "atk": 35,
  20014. "def": 45,
  20015. "spa": 62,
  20016. "spd": 53,
  20017. "spe": 35
  20018. },
  20019. "abilities": {
  20020. "0": "Chlorophyll"
  20021. },
  20022. "heightm": 0.4,
  20023. "weightkg": 3.3,
  20024. "color": "Pink",
  20025. "evos": [
  20026. "cherrim"
  20027. ],
  20028. "eggGroups": [
  20029. "Fairy",
  20030. "Grass"
  20031. ],
  20032. "name": "Cherubi"
  20033. },
  20034. "cherrim": {
  20035. "num": 421,
  20036. "species": "Cherrim",
  20037. "baseForme": "Overcast",
  20038. "types": [
  20039. "Grass"
  20040. ],
  20041. "baseStats": {
  20042. "hp": 70,
  20043. "atk": 60,
  20044. "def": 70,
  20045. "spa": 87,
  20046. "spd": 78,
  20047. "spe": 85
  20048. },
  20049. "abilities": {
  20050. "0": "Flower Gift"
  20051. },
  20052. "heightm": 0.5,
  20053. "weightkg": 9.3,
  20054. "color": "Pink",
  20055. "prevo": "cherubi",
  20056. "evoLevel": 25,
  20057. "eggGroups": [
  20058. "Fairy",
  20059. "Grass"
  20060. ],
  20061. "otherFormes": [
  20062. "cherrimsunshine"
  20063. ],
  20064. "name": "Cherrim"
  20065. },
  20066. "cherrimsunshine": {
  20067. "num": 421,
  20068. "species": "Cherrim-Sunshine",
  20069. "baseSpecies": "Cherrim",
  20070. "forme": "Sunshine",
  20071. "formeLetter": "S",
  20072. "types": [
  20073. "Grass"
  20074. ],
  20075. "baseStats": {
  20076. "hp": 70,
  20077. "atk": 60,
  20078. "def": 70,
  20079. "spa": 87,
  20080. "spd": 78,
  20081. "spe": 85
  20082. },
  20083. "abilities": {
  20084. "0": "Flower Gift"
  20085. },
  20086. "heightm": 0.5,
  20087. "weightkg": 9.3,
  20088. "color": "Pink",
  20089. "prevo": "cherubi",
  20090. "evoLevel": 25,
  20091. "eggGroups": [
  20092. "Fairy",
  20093. "Grass"
  20094. ],
  20095. "name": "Cherrim-Sunshine"
  20096. },
  20097. "shellos": {
  20098. "num": 422,
  20099. "species": "Shellos",
  20100. "baseForme": "West",
  20101. "types": [
  20102. "Water"
  20103. ],
  20104. "baseStats": {
  20105. "hp": 76,
  20106. "atk": 48,
  20107. "def": 48,
  20108. "spa": 57,
  20109. "spd": 62,
  20110. "spe": 34
  20111. },
  20112. "abilities": {
  20113. "0": "Sticky Hold",
  20114. "1": "Storm Drain",
  20115. "H": "Sand Force"
  20116. },
  20117. "heightm": 0.3,
  20118. "weightkg": 6.3,
  20119. "color": "Purple",
  20120. "evos": [
  20121. "gastrodon"
  20122. ],
  20123. "eggGroups": [
  20124. "Water 1",
  20125. "Amorphous"
  20126. ],
  20127. "otherForms": [
  20128. "shelloseast"
  20129. ],
  20130. "name": "Shellos"
  20131. },
  20132. "gastrodon": {
  20133. "num": 423,
  20134. "species": "Gastrodon",
  20135. "baseForme": "West",
  20136. "types": [
  20137. "Water",
  20138. "Ground"
  20139. ],
  20140. "baseStats": {
  20141. "hp": 111,
  20142. "atk": 83,
  20143. "def": 68,
  20144. "spa": 92,
  20145. "spd": 82,
  20146. "spe": 39
  20147. },
  20148. "abilities": {
  20149. "0": "Sticky Hold",
  20150. "1": "Storm Drain",
  20151. "H": "Sand Force"
  20152. },
  20153. "heightm": 0.9,
  20154. "weightkg": 29.9,
  20155. "color": "Purple",
  20156. "prevo": "shellos",
  20157. "evoLevel": 30,
  20158. "eggGroups": [
  20159. "Water 1",
  20160. "Amorphous"
  20161. ],
  20162. "otherForms": [
  20163. "gastrodoneast"
  20164. ],
  20165. "name": "Gastrodon",
  20166. "exists": true,
  20167. "tier": "RU",
  20168. "learnset": {
  20169. "ancientpower": [
  20170.  
  20171. ],
  20172. "attract": [
  20173. "6M"
  20174. ],
  20175. "blizzard": [
  20176. "6M"
  20177. ],
  20178. "block": [
  20179.  
  20180. ],
  20181. "bodyslam": [
  20182. "6L029"
  20183. ],
  20184. "brine": [
  20185.  
  20186. ],
  20187. "bulldoze": [
  20188. "6M"
  20189. ],
  20190. "captivate": [
  20191.  
  20192. ],
  20193. "dig": [
  20194. "6M"
  20195. ],
  20196. "dive": [
  20197.  
  20198. ],
  20199. "doubleteam": [
  20200. "6M"
  20201. ],
  20202. "earthpower": [
  20203.  
  20204. ],
  20205. "earthquake": [
  20206. "6M"
  20207. ],
  20208. "endure": [
  20209.  
  20210. ],
  20211. "facade": [
  20212. "6M"
  20213. ],
  20214. "flash": [
  20215. "6M"
  20216. ],
  20217. "frustration": [
  20218. "6M"
  20219. ],
  20220. "gigaimpact": [
  20221. "6M"
  20222. ],
  20223. "hail": [
  20224. "6M"
  20225. ],
  20226. "harden": [
  20227. "6L001c",
  20228. "6L004"
  20229. ],
  20230. "headbutt": [
  20231.  
  20232. ],
  20233. "hiddenpower": [
  20234. "6L016",
  20235. "6M"
  20236. ],
  20237. "hyperbeam": [
  20238. "6M"
  20239. ],
  20240. "icebeam": [
  20241. "6M"
  20242. ],
  20243. "icywind": [
  20244.  
  20245. ],
  20246. "mudbomb": [
  20247. "6L011"
  20248. ],
  20249. "muddywater": [
  20250. "6L041"
  20251. ],
  20252. "mudslap": [
  20253. "6L001a"
  20254. ],
  20255. "mudsport": [
  20256. "6L001b",
  20257. "6L002"
  20258. ],
  20259. "naturalgift": [
  20260.  
  20261. ],
  20262. "painsplit": [
  20263.  
  20264. ],
  20265. "protect": [
  20266. "6M"
  20267. ],
  20268. "raindance": [
  20269. "6L022",
  20270. "6M"
  20271. ],
  20272. "recover": [
  20273. "6L054"
  20274. ],
  20275. "rest": [
  20276. "6M"
  20277. ],
  20278. "return": [
  20279. "6M"
  20280. ],
  20281. "rockslide": [
  20282. "6M"
  20283. ],
  20284. "rocksmash": [
  20285. "6M"
  20286. ],
  20287. "rocktomb": [
  20288. "6M"
  20289. ],
  20290. "round": [
  20291. "6M"
  20292. ],
  20293. "sandstorm": [
  20294. "6M"
  20295. ],
  20296. "scald": [
  20297. "6M"
  20298. ],
  20299. "secretpower": [
  20300.  
  20301. ],
  20302. "sleeptalk": [
  20303. "6M"
  20304. ],
  20305. "sludgebomb": [
  20306. "6M"
  20307. ],
  20308. "sludgewave": [
  20309. "6M"
  20310. ],
  20311. "snore": [
  20312.  
  20313. ],
  20314. "stoneedge": [
  20315. "6M"
  20316. ],
  20317. "strength": [
  20318. "6M"
  20319. ],
  20320. "stringshot": [
  20321.  
  20322. ],
  20323. "substitute": [
  20324. "6M"
  20325. ],
  20326. "surf": [
  20327. "6M"
  20328. ],
  20329. "swagger": [
  20330. "6M"
  20331. ],
  20332. "toxic": [
  20333. "6M"
  20334. ],
  20335. "waterfall": [
  20336. "6M"
  20337. ],
  20338. "waterpulse": [
  20339. "6L001d",
  20340. "6L007"
  20341. ],
  20342. "whirlpool": [
  20343.  
  20344. ],
  20345. "infestation": [
  20346. "6M"
  20347. ],
  20348. "confide": [
  20349. "6M"
  20350. ]
  20351. },
  20352. "id": "gastrodon",
  20353. "speciesid": "gastrodon",
  20354. "baseSpecies": "Gastrodon",
  20355. "forme": "",
  20356. "formeLetter": "",
  20357. "spriteid": "gastrodon",
  20358. "effectType": "Template"
  20359. },
  20360. "ambipom": {
  20361. "num": 424,
  20362. "species": "Ambipom",
  20363. "types": [
  20364. "Normal"
  20365. ],
  20366. "baseStats": {
  20367. "hp": 75,
  20368. "atk": 100,
  20369. "def": 66,
  20370. "spa": 60,
  20371. "spd": 66,
  20372. "spe": 115
  20373. },
  20374. "abilities": {
  20375. "0": "Technician",
  20376. "1": "Pickup",
  20377. "H": "Skill Link"
  20378. },
  20379. "heightm": 1.2,
  20380. "weightkg": 20.3,
  20381. "color": "Purple",
  20382. "prevo": "aipom",
  20383. "evoLevel": 2,
  20384. "evoMove": "Double Hit",
  20385. "eggGroups": [
  20386. "Field"
  20387. ],
  20388. "name": "Ambipom"
  20389. },
  20390. "drifloon": {
  20391. "num": 425,
  20392. "species": "Drifloon",
  20393. "types": [
  20394. "Ghost",
  20395. "Flying"
  20396. ],
  20397. "baseStats": {
  20398. "hp": 90,
  20399. "atk": 50,
  20400. "def": 34,
  20401. "spa": 60,
  20402. "spd": 44,
  20403. "spe": 70
  20404. },
  20405. "abilities": {
  20406. "0": "Aftermath",
  20407. "1": "Unburden",
  20408. "H": "Flare Boost"
  20409. },
  20410. "heightm": 0.4,
  20411. "weightkg": 1.2,
  20412. "color": "Purple",
  20413. "evos": [
  20414. "drifblim"
  20415. ],
  20416. "eggGroups": [
  20417. "Amorphous"
  20418. ],
  20419. "name": "Drifloon"
  20420. },
  20421. "drifblim": {
  20422. "num": 426,
  20423. "species": "Drifblim",
  20424. "types": [
  20425. "Ghost",
  20426. "Flying"
  20427. ],
  20428. "baseStats": {
  20429. "hp": 150,
  20430. "atk": 80,
  20431. "def": 44,
  20432. "spa": 90,
  20433. "spd": 54,
  20434. "spe": 80
  20435. },
  20436. "abilities": {
  20437. "0": "Aftermath",
  20438. "1": "Unburden",
  20439. "H": "Flare Boost"
  20440. },
  20441. "heightm": 1.2,
  20442. "weightkg": 15,
  20443. "color": "Purple",
  20444. "prevo": "drifloon",
  20445. "evoLevel": 28,
  20446. "eggGroups": [
  20447. "Amorphous"
  20448. ],
  20449. "name": "Drifblim",
  20450. "exists": true,
  20451. "tier": "PU",
  20452. "learnset": {
  20453. "acrobatics": [
  20454. "6M"
  20455. ],
  20456. "aircutter": [
  20457.  
  20458. ],
  20459. "amnesia": [
  20460. "6L046"
  20461. ],
  20462. "astonish": [
  20463. "6L001d",
  20464. "6L004"
  20465. ],
  20466. "attract": [
  20467. "6M"
  20468. ],
  20469. "batonpass": [
  20470. "6L052"
  20471. ],
  20472. "calmmind": [
  20473. "6M"
  20474. ],
  20475. "captivate": [
  20476.  
  20477. ],
  20478. "chargebeam": [
  20479. "6M"
  20480. ],
  20481. "constrict": [
  20482. "6L001b"
  20483. ],
  20484. "cut": [
  20485. "6M"
  20486. ],
  20487. "defog": [
  20488.  
  20489. ],
  20490. "doubleteam": [
  20491. "6M"
  20492. ],
  20493. "dreameater": [
  20494. "6M"
  20495. ],
  20496. "embargo": [
  20497. "6M"
  20498. ],
  20499. "endure": [
  20500.  
  20501. ],
  20502. "explosion": [
  20503. "6L060",
  20504. "6M"
  20505. ],
  20506. "facade": [
  20507. "6M"
  20508. ],
  20509. "flash": [
  20510. "6M"
  20511. ],
  20512. "fly": [
  20513. "6M"
  20514. ],
  20515. "focusenergy": [
  20516. "6L013"
  20517. ],
  20518. "frustration": [
  20519. "6M"
  20520. ],
  20521. "gigaimpact": [
  20522. "6M"
  20523. ],
  20524. "gust": [
  20525. "6L001e",
  20526. "6L008"
  20527. ],
  20528. "gyroball": [
  20529. "6M"
  20530. ],
  20531. "hex": [
  20532. "6L027"
  20533. ],
  20534. "hiddenpower": [
  20535. "6M"
  20536. ],
  20537. "hyperbeam": [
  20538. "6M"
  20539. ],
  20540. "icywind": [
  20541.  
  20542. ],
  20543. "knockoff": [
  20544.  
  20545. ],
  20546. "magiccoat": [
  20547.  
  20548. ],
  20549. "minimize": [
  20550. "6L001c"
  20551. ],
  20552. "mudslap": [
  20553.  
  20554. ],
  20555. "naturalgift": [
  20556.  
  20557. ],
  20558. "ominouswind": [
  20559. "6L020"
  20560. ],
  20561. "painsplit": [
  20562.  
  20563. ],
  20564. "payback": [
  20565. "6L016",
  20566. "6M"
  20567. ],
  20568. "protect": [
  20569. "6M"
  20570. ],
  20571. "psychic": [
  20572. "6M"
  20573. ],
  20574. "psychup": [
  20575. "6M"
  20576. ],
  20577. "raindance": [
  20578. "6M"
  20579. ],
  20580. "recycle": [
  20581.  
  20582. ],
  20583. "rest": [
  20584. "6M"
  20585. ],
  20586. "return": [
  20587. "6M"
  20588. ],
  20589. "rollout": [
  20590.  
  20591. ],
  20592. "round": [
  20593. "6M"
  20594. ],
  20595. "secretpower": [
  20596.  
  20597. ],
  20598. "shadowball": [
  20599. "6L040",
  20600. "6M"
  20601. ],
  20602. "shockwave": [
  20603.  
  20604. ],
  20605. "silverwind": [
  20606.  
  20607. ],
  20608. "skillswap": [
  20609.  
  20610. ],
  20611. "sleeptalk": [
  20612. "6M"
  20613. ],
  20614. "snore": [
  20615.  
  20616. ],
  20617. "spite": [
  20618.  
  20619. ],
  20620. "spitup": [
  20621. "6L034"
  20622. ],
  20623. "stockpile": [
  20624. "6L025"
  20625. ],
  20626. "substitute": [
  20627. "6M"
  20628. ],
  20629. "suckerpunch": [
  20630.  
  20631. ],
  20632. "sunnyday": [
  20633. "6M"
  20634. ],
  20635. "swagger": [
  20636. "6M"
  20637. ],
  20638. "swallow": [
  20639. "6L034"
  20640. ],
  20641. "swift": [
  20642.  
  20643. ],
  20644. "tailwind": [
  20645.  
  20646. ],
  20647. "telekinesis": [
  20648.  
  20649. ],
  20650. "thief": [
  20651. "6M"
  20652. ],
  20653. "thunder": [
  20654. "6M"
  20655. ],
  20656. "thunderbolt": [
  20657. "6M"
  20658. ],
  20659. "thunderwave": [
  20660. "6M"
  20661. ],
  20662. "toxic": [
  20663. "6M"
  20664. ],
  20665. "trick": [
  20666.  
  20667. ],
  20668. "willowisp": [
  20669. "6M"
  20670. ],
  20671. "bind": [
  20672.  
  20673. ],
  20674. "phantomforce": [
  20675. "6L001a",
  20676. "6L065"
  20677. ],
  20678. "confide": [
  20679. "6M"
  20680. ]
  20681. },
  20682. "id": "drifblim",
  20683. "speciesid": "drifblim",
  20684. "baseSpecies": "Drifblim",
  20685. "forme": "",
  20686. "formeLetter": "",
  20687. "spriteid": "drifblim",
  20688. "effectType": "Template"
  20689. },
  20690. "buneary": {
  20691. "num": 427,
  20692. "species": "Buneary",
  20693. "types": [
  20694. "Normal"
  20695. ],
  20696. "baseStats": {
  20697. "hp": 55,
  20698. "atk": 66,
  20699. "def": 44,
  20700. "spa": 44,
  20701. "spd": 56,
  20702. "spe": 85
  20703. },
  20704. "abilities": {
  20705. "0": "Run Away",
  20706. "1": "Klutz",
  20707. "H": "Limber"
  20708. },
  20709. "heightm": 0.4,
  20710. "weightkg": 5.5,
  20711. "color": "Brown",
  20712. "evos": [
  20713. "lopunny"
  20714. ],
  20715. "eggGroups": [
  20716. "Field",
  20717. "Human-Like"
  20718. ],
  20719. "name": "Buneary"
  20720. },
  20721. "lopunny": {
  20722. "num": 428,
  20723. "species": "Lopunny",
  20724. "types": [
  20725. "Normal"
  20726. ],
  20727. "baseStats": {
  20728. "hp": 65,
  20729. "atk": 76,
  20730. "def": 84,
  20731. "spa": 54,
  20732. "spd": 96,
  20733. "spe": 105
  20734. },
  20735. "abilities": {
  20736. "0": "Cute Charm",
  20737. "1": "Klutz",
  20738. "H": "Limber"
  20739. },
  20740. "heightm": 1.2,
  20741. "weightkg": 33.3,
  20742. "color": "Brown",
  20743. "prevo": "buneary",
  20744. "evoLevel": 2,
  20745. "eggGroups": [
  20746. "Field",
  20747. "Human-Like"
  20748. ],
  20749. "otherFormes": [
  20750. "lopunnymega"
  20751. ],
  20752. "name": "Lopunny"
  20753. },
  20754. "lopunnymega": {
  20755. "num": 428,
  20756. "species": "Lopunny-Mega",
  20757. "baseSpecies": "Lopunny",
  20758. "forme": "Mega",
  20759. "formeLetter": "M",
  20760. "types": [
  20761. "Normal",
  20762. "Fighting"
  20763. ],
  20764. "baseStats": {
  20765. "hp": 65,
  20766. "atk": 136,
  20767. "def": 94,
  20768. "spa": 54,
  20769. "spd": 96,
  20770. "spe": 135
  20771. },
  20772. "abilities": {
  20773. "0": "Scrappy"
  20774. },
  20775. "heightm": 1.3,
  20776. "weightkg": 28.3,
  20777. "color": "Brown",
  20778. "prevo": "buneary",
  20779. "evoLevel": 2,
  20780. "eggGroups": [
  20781. "Field",
  20782. "Human-Like"
  20783. ],
  20784. "name": "Lopunny-Mega"
  20785. },
  20786. "mismagius": {
  20787. "num": 429,
  20788. "species": "Mismagius",
  20789. "types": [
  20790. "Ghost"
  20791. ],
  20792. "baseStats": {
  20793. "hp": 60,
  20794. "atk": 60,
  20795. "def": 60,
  20796. "spa": 105,
  20797. "spd": 105,
  20798. "spe": 105
  20799. },
  20800. "abilities": {
  20801. "0": "Levitate"
  20802. },
  20803. "heightm": 0.9,
  20804. "weightkg": 4.4,
  20805. "color": "Purple",
  20806. "prevo": "misdreavus",
  20807. "evoLevel": 1,
  20808. "eggGroups": [
  20809. "Amorphous"
  20810. ],
  20811. "name": "Mismagius"
  20812. },
  20813. "honchkrow": {
  20814. "num": 430,
  20815. "species": "Honchkrow",
  20816. "types": [
  20817. "Dark",
  20818. "Flying"
  20819. ],
  20820. "baseStats": {
  20821. "hp": 100,
  20822. "atk": 125,
  20823. "def": 52,
  20824. "spa": 105,
  20825. "spd": 52,
  20826. "spe": 71
  20827. },
  20828. "abilities": {
  20829. "0": "Insomnia",
  20830. "1": "Super Luck",
  20831. "H": "Moxie"
  20832. },
  20833. "heightm": 0.9,
  20834. "weightkg": 27.3,
  20835. "color": "Black",
  20836. "prevo": "murkrow",
  20837. "evoLevel": 1,
  20838. "eggGroups": [
  20839. "Flying"
  20840. ],
  20841. "name": "Honchkrow"
  20842. },
  20843. "glameow": {
  20844. "num": 431,
  20845. "species": "Glameow",
  20846. "types": [
  20847. "Normal"
  20848. ],
  20849. "genderRatio": {
  20850. "M": 0.25,
  20851. "F": 0.75
  20852. },
  20853. "baseStats": {
  20854. "hp": 49,
  20855. "atk": 55,
  20856. "def": 42,
  20857. "spa": 42,
  20858. "spd": 37,
  20859. "spe": 85
  20860. },
  20861. "abilities": {
  20862. "0": "Limber",
  20863. "1": "Own Tempo",
  20864. "H": "Keen Eye"
  20865. },
  20866. "heightm": 0.5,
  20867. "weightkg": 3.9,
  20868. "color": "Gray",
  20869. "evos": [
  20870. "purugly"
  20871. ],
  20872. "eggGroups": [
  20873. "Field"
  20874. ],
  20875. "name": "Glameow"
  20876. },
  20877. "purugly": {
  20878. "num": 432,
  20879. "species": "Purugly",
  20880. "types": [
  20881. "Normal"
  20882. ],
  20883. "genderRatio": {
  20884. "M": 0.25,
  20885. "F": 0.75
  20886. },
  20887. "baseStats": {
  20888. "hp": 71,
  20889. "atk": 82,
  20890. "def": 64,
  20891. "spa": 64,
  20892. "spd": 59,
  20893. "spe": 112
  20894. },
  20895. "abilities": {
  20896. "0": "Thick Fat",
  20897. "1": "Own Tempo",
  20898. "H": "Defiant"
  20899. },
  20900. "heightm": 1,
  20901. "weightkg": 43.8,
  20902. "color": "Gray",
  20903. "prevo": "glameow",
  20904. "evoLevel": 38,
  20905. "eggGroups": [
  20906. "Field"
  20907. ],
  20908. "name": "Purugly"
  20909. },
  20910. "chingling": {
  20911. "num": 433,
  20912. "species": "Chingling",
  20913. "types": [
  20914. "Psychic"
  20915. ],
  20916. "baseStats": {
  20917. "hp": 45,
  20918. "atk": 30,
  20919. "def": 50,
  20920. "spa": 65,
  20921. "spd": 50,
  20922. "spe": 45
  20923. },
  20924. "abilities": {
  20925. "0": "Levitate"
  20926. },
  20927. "heightm": 0.2,
  20928. "weightkg": 0.6,
  20929. "color": "Yellow",
  20930. "evos": [
  20931. "chimecho"
  20932. ],
  20933. "eggGroups": [
  20934. "Undiscovered"
  20935. ],
  20936. "name": "Chingling"
  20937. },
  20938. "stunky": {
  20939. "num": 434,
  20940. "species": "Stunky",
  20941. "types": [
  20942. "Poison",
  20943. "Dark"
  20944. ],
  20945. "baseStats": {
  20946. "hp": 63,
  20947. "atk": 63,
  20948. "def": 47,
  20949. "spa": 41,
  20950. "spd": 41,
  20951. "spe": 74
  20952. },
  20953. "abilities": {
  20954. "0": "Stench",
  20955. "1": "Aftermath",
  20956. "H": "Keen Eye"
  20957. },
  20958. "heightm": 0.4,
  20959. "weightkg": 19.2,
  20960. "color": "Purple",
  20961. "evos": [
  20962. "skuntank"
  20963. ],
  20964. "eggGroups": [
  20965. "Field"
  20966. ],
  20967. "name": "Stunky"
  20968. },
  20969. "skuntank": {
  20970. "num": 435,
  20971. "species": "Skuntank",
  20972. "types": [
  20973. "Poison",
  20974. "Dark"
  20975. ],
  20976. "baseStats": {
  20977. "hp": 103,
  20978. "atk": 93,
  20979. "def": 67,
  20980. "spa": 71,
  20981. "spd": 61,
  20982. "spe": 84
  20983. },
  20984. "abilities": {
  20985. "0": "Stench",
  20986. "1": "Aftermath",
  20987. "H": "Keen Eye"
  20988. },
  20989. "heightm": 1,
  20990. "weightkg": 38,
  20991. "color": "Purple",
  20992. "prevo": "stunky",
  20993. "evoLevel": 34,
  20994. "eggGroups": [
  20995. "Field"
  20996. ],
  20997. "name": "Skuntank",
  20998. "exists": true,
  20999. "tier": "RU",
  21000. "learnset": {
  21001. "acidspray": [
  21002. "6L032"
  21003. ],
  21004. "attract": [
  21005. "6M"
  21006. ],
  21007. "captivate": [
  21008.  
  21009. ],
  21010. "cut": [
  21011. "6M"
  21012. ],
  21013. "darkpulse": [
  21014. "6M"
  21015. ],
  21016. "defog": [
  21017.  
  21018. ],
  21019. "dig": [
  21020. "6M"
  21021. ],
  21022. "doubleteam": [
  21023. "6M"
  21024. ],
  21025. "endure": [
  21026.  
  21027. ],
  21028. "explosion": [
  21029. "6L061",
  21030. "6M"
  21031. ],
  21032. "facade": [
  21033. "6M"
  21034. ],
  21035. "feint": [
  21036. "6L018"
  21037. ],
  21038. "fireblast": [
  21039. "6M"
  21040. ],
  21041. "flamethrower": [
  21042. "6L034",
  21043. "6M"
  21044. ],
  21045. "focusenergy": [
  21046. "6L001b"
  21047. ],
  21048. "frustration": [
  21049. "6M"
  21050. ],
  21051. "furycutter": [
  21052.  
  21053. ],
  21054. "furyswipes": [
  21055. "6L010"
  21056. ],
  21057. "gigaimpact": [
  21058. "6M"
  21059. ],
  21060. "headbutt": [
  21061.  
  21062. ],
  21063. "hiddenpower": [
  21064. "6M"
  21065. ],
  21066. "honeclaws": [
  21067. "6M"
  21068. ],
  21069. "hyperbeam": [
  21070. "6M"
  21071. ],
  21072. "incinerate": [
  21073. "6M"
  21074. ],
  21075. "irontail": [
  21076.  
  21077. ],
  21078. "memento": [
  21079. "6L051"
  21080. ],
  21081. "mudslap": [
  21082.  
  21083. ],
  21084. "naturalgift": [
  21085.  
  21086. ],
  21087. "nightslash": [
  21088. "6L041"
  21089. ],
  21090. "payback": [
  21091. "6M"
  21092. ],
  21093. "poisongas": [
  21094. "6L001c",
  21095. "6L004"
  21096. ],
  21097. "poisonjab": [
  21098. "6M"
  21099. ],
  21100. "protect": [
  21101. "6M"
  21102. ],
  21103. "raindance": [
  21104. "6M"
  21105. ],
  21106. "rest": [
  21107. "6M"
  21108. ],
  21109. "return": [
  21110. "6M"
  21111. ],
  21112. "roar": [
  21113. "6M"
  21114. ],
  21115. "rocksmash": [
  21116. "6M"
  21117. ],
  21118. "round": [
  21119. "6M"
  21120. ],
  21121. "scratch": [
  21122. "6L001a"
  21123. ],
  21124. "screech": [
  21125. "6L007"
  21126. ],
  21127. "secretpower": [
  21128.  
  21129. ],
  21130. "shadowball": [
  21131. "6M"
  21132. ],
  21133. "shadowclaw": [
  21134. "6M"
  21135. ],
  21136. "slash": [
  21137. "6L022"
  21138. ],
  21139. "sleeptalk": [
  21140. "6M"
  21141. ],
  21142. "sludgebomb": [
  21143. "6M"
  21144. ],
  21145. "smokescreen": [
  21146. "6L014"
  21147. ],
  21148. "snarl": [
  21149. "6M"
  21150. ],
  21151. "snatch": [
  21152.  
  21153. ],
  21154. "snore": [
  21155.  
  21156. ],
  21157. "strength": [
  21158. "6M"
  21159. ],
  21160. "substitute": [
  21161. "6M"
  21162. ],
  21163. "suckerpunch": [
  21164.  
  21165. ],
  21166. "sunnyday": [
  21167. "6M"
  21168. ],
  21169. "swagger": [
  21170. "6M"
  21171. ],
  21172. "swift": [
  21173.  
  21174. ],
  21175. "taunt": [
  21176. "6M"
  21177. ],
  21178. "thief": [
  21179. "6M"
  21180. ],
  21181. "torment": [
  21182. "6M"
  21183. ],
  21184. "toxic": [
  21185. "6L027",
  21186. "6M"
  21187. ],
  21188. "venoshock": [
  21189. "6M"
  21190. ],
  21191. "foulplay": [
  21192.  
  21193. ],
  21194. "belch": [
  21195. "6L056"
  21196. ],
  21197. "confide": [
  21198. "6M"
  21199. ]
  21200. },
  21201. "id": "skuntank",
  21202. "speciesid": "skuntank",
  21203. "baseSpecies": "Skuntank",
  21204. "forme": "",
  21205. "formeLetter": "",
  21206. "spriteid": "skuntank",
  21207. "effectType": "Template"
  21208. },
  21209. "bronzor": {
  21210. "num": 436,
  21211. "species": "Bronzor",
  21212. "types": [
  21213. "Steel",
  21214. "Psychic"
  21215. ],
  21216. "gender": "N",
  21217. "baseStats": {
  21218. "hp": 57,
  21219. "atk": 24,
  21220. "def": 86,
  21221. "spa": 24,
  21222. "spd": 86,
  21223. "spe": 23
  21224. },
  21225. "abilities": {
  21226. "0": "Levitate",
  21227. "1": "Heatproof",
  21228. "H": "Heavy Metal"
  21229. },
  21230. "heightm": 0.5,
  21231. "weightkg": 60.5,
  21232. "color": "Green",
  21233. "evos": [
  21234. "bronzong"
  21235. ],
  21236. "eggGroups": [
  21237. "Mineral"
  21238. ],
  21239. "name": "Bronzor"
  21240. },
  21241. "bronzong": {
  21242. "num": 437,
  21243. "species": "Bronzong",
  21244. "types": [
  21245. "Steel",
  21246. "Psychic"
  21247. ],
  21248. "gender": "N",
  21249. "baseStats": {
  21250. "hp": 67,
  21251. "atk": 89,
  21252. "def": 116,
  21253. "spa": 79,
  21254. "spd": 116,
  21255. "spe": 33
  21256. },
  21257. "abilities": {
  21258. "0": "Levitate",
  21259. "1": "Heatproof",
  21260. "H": "Heavy Metal"
  21261. },
  21262. "heightm": 1.3,
  21263. "weightkg": 187,
  21264. "color": "Green",
  21265. "prevo": "bronzor",
  21266. "evoLevel": 33,
  21267. "eggGroups": [
  21268. "Mineral"
  21269. ],
  21270. "name": "Bronzong"
  21271. },
  21272. "bonsly": {
  21273. "num": 438,
  21274. "species": "Bonsly",
  21275. "types": [
  21276. "Rock"
  21277. ],
  21278. "baseStats": {
  21279. "hp": 50,
  21280. "atk": 80,
  21281. "def": 95,
  21282. "spa": 10,
  21283. "spd": 45,
  21284. "spe": 10
  21285. },
  21286. "abilities": {
  21287. "0": "Sturdy",
  21288. "1": "Rock Head",
  21289. "H": "Rattled"
  21290. },
  21291. "heightm": 0.5,
  21292. "weightkg": 15,
  21293. "color": "Brown",
  21294. "evos": [
  21295. "sudowoodo"
  21296. ],
  21297. "eggGroups": [
  21298. "Undiscovered"
  21299. ],
  21300. "name": "Bonsly"
  21301. },
  21302. "mimejr": {
  21303. "num": 439,
  21304. "species": "Mime Jr.",
  21305. "types": [
  21306. "Psychic",
  21307. "Fairy"
  21308. ],
  21309. "baseStats": {
  21310. "hp": 20,
  21311. "atk": 25,
  21312. "def": 45,
  21313. "spa": 70,
  21314. "spd": 90,
  21315. "spe": 60
  21316. },
  21317. "abilities": {
  21318. "0": "Soundproof",
  21319. "1": "Filter",
  21320. "H": "Technician"
  21321. },
  21322. "heightm": 0.6,
  21323. "weightkg": 13,
  21324. "color": "Pink",
  21325. "evos": [
  21326. "mrmime"
  21327. ],
  21328. "eggGroups": [
  21329. "Undiscovered"
  21330. ],
  21331. "name": "Mime Jr."
  21332. },
  21333. "happiny": {
  21334. "num": 440,
  21335. "species": "Happiny",
  21336. "types": [
  21337. "Normal"
  21338. ],
  21339. "gender": "F",
  21340. "baseStats": {
  21341. "hp": 100,
  21342. "atk": 5,
  21343. "def": 5,
  21344. "spa": 15,
  21345. "spd": 65,
  21346. "spe": 30
  21347. },
  21348. "abilities": {
  21349. "0": "Natural Cure",
  21350. "1": "Serene Grace",
  21351. "H": "Friend Guard"
  21352. },
  21353. "heightm": 0.6,
  21354. "weightkg": 24.4,
  21355. "color": "Pink",
  21356. "evos": [
  21357. "chansey"
  21358. ],
  21359. "eggGroups": [
  21360. "Undiscovered"
  21361. ],
  21362. "name": "Happiny"
  21363. },
  21364. "chatot": {
  21365. "num": 441,
  21366. "species": "Chatot",
  21367. "types": [
  21368. "Normal",
  21369. "Flying"
  21370. ],
  21371. "baseStats": {
  21372. "hp": 76,
  21373. "atk": 65,
  21374. "def": 45,
  21375. "spa": 92,
  21376. "spd": 42,
  21377. "spe": 91
  21378. },
  21379. "abilities": {
  21380. "0": "Keen Eye",
  21381. "1": "Tangled Feet",
  21382. "H": "Big Pecks"
  21383. },
  21384. "heightm": 0.5,
  21385. "weightkg": 1.9,
  21386. "color": "Black",
  21387. "eggGroups": [
  21388. "Flying"
  21389. ],
  21390. "name": "Chatot"
  21391. },
  21392. "spiritomb": {
  21393. "num": 442,
  21394. "species": "Spiritomb",
  21395. "types": [
  21396. "Ghost",
  21397. "Dark"
  21398. ],
  21399. "baseStats": {
  21400. "hp": 50,
  21401. "atk": 92,
  21402. "def": 108,
  21403. "spa": 92,
  21404. "spd": 108,
  21405. "spe": 35
  21406. },
  21407. "abilities": {
  21408. "0": "Pressure",
  21409. "H": "Infiltrator"
  21410. },
  21411. "heightm": 1,
  21412. "weightkg": 108,
  21413. "color": "Purple",
  21414. "eggGroups": [
  21415. "Amorphous"
  21416. ],
  21417. "name": "Spiritomb"
  21418. },
  21419. "gible": {
  21420. "num": 443,
  21421. "species": "Gible",
  21422. "types": [
  21423. "Dragon",
  21424. "Ground"
  21425. ],
  21426. "baseStats": {
  21427. "hp": 58,
  21428. "atk": 70,
  21429. "def": 45,
  21430. "spa": 40,
  21431. "spd": 45,
  21432. "spe": 42
  21433. },
  21434. "abilities": {
  21435. "0": "Sand Veil",
  21436. "H": "Rough Skin"
  21437. },
  21438. "heightm": 0.7,
  21439. "weightkg": 20.5,
  21440. "color": "Blue",
  21441. "evos": [
  21442. "gabite"
  21443. ],
  21444. "eggGroups": [
  21445. "Monster",
  21446. "Dragon"
  21447. ],
  21448. "name": "Gible"
  21449. },
  21450. "gabite": {
  21451. "num": 444,
  21452. "species": "Gabite",
  21453. "types": [
  21454. "Dragon",
  21455. "Ground"
  21456. ],
  21457. "baseStats": {
  21458. "hp": 68,
  21459. "atk": 90,
  21460. "def": 65,
  21461. "spa": 50,
  21462. "spd": 55,
  21463. "spe": 82
  21464. },
  21465. "abilities": {
  21466. "0": "Sand Veil",
  21467. "H": "Rough Skin"
  21468. },
  21469. "heightm": 1.4,
  21470. "weightkg": 56,
  21471. "color": "Blue",
  21472. "prevo": "gible",
  21473. "evos": [
  21474. "garchomp"
  21475. ],
  21476. "evoLevel": 24,
  21477. "eggGroups": [
  21478. "Monster",
  21479. "Dragon"
  21480. ],
  21481. "name": "Gabite"
  21482. },
  21483. "garchomp": {
  21484. "num": 445,
  21485. "species": "Garchomp",
  21486. "types": [
  21487. "Dragon",
  21488. "Ground"
  21489. ],
  21490. "baseStats": {
  21491. "hp": 108,
  21492. "atk": 130,
  21493. "def": 95,
  21494. "spa": 80,
  21495. "spd": 85,
  21496. "spe": 102
  21497. },
  21498. "abilities": {
  21499. "0": "Sand Veil",
  21500. "H": "Rough Skin"
  21501. },
  21502. "heightm": 1.9,
  21503. "weightkg": 95,
  21504. "color": "Blue",
  21505. "prevo": "gabite",
  21506. "evoLevel": 48,
  21507. "eggGroups": [
  21508. "Monster",
  21509. "Dragon"
  21510. ],
  21511. "otherFormes": [
  21512. "garchompmega"
  21513. ],
  21514. "name": "Garchomp"
  21515. },
  21516. "garchompmega": {
  21517. "num": 445,
  21518. "species": "Garchomp-Mega",
  21519. "baseSpecies": "Garchomp",
  21520. "forme": "Mega",
  21521. "formeLetter": "M",
  21522. "types": [
  21523. "Dragon",
  21524. "Ground"
  21525. ],
  21526. "baseStats": {
  21527. "hp": 108,
  21528. "atk": 170,
  21529. "def": 115,
  21530. "spa": 120,
  21531. "spd": 95,
  21532. "spe": 92
  21533. },
  21534. "abilities": {
  21535. "0": "Sand Force"
  21536. },
  21537. "heightm": 1.9,
  21538. "weightkg": 95,
  21539. "color": "Blue",
  21540. "prevo": "gabite",
  21541. "evoLevel": 48,
  21542. "eggGroups": [
  21543. "Monster",
  21544. "Dragon"
  21545. ],
  21546. "name": "Garchomp-Mega"
  21547. },
  21548. "munchlax": {
  21549. "num": 446,
  21550. "species": "Munchlax",
  21551. "types": [
  21552. "Normal"
  21553. ],
  21554. "genderRatio": {
  21555. "M": 0.875,
  21556. "F": 0.125
  21557. },
  21558. "baseStats": {
  21559. "hp": 135,
  21560. "atk": 85,
  21561. "def": 40,
  21562. "spa": 40,
  21563. "spd": 85,
  21564. "spe": 5
  21565. },
  21566. "abilities": {
  21567. "0": "Pickup",
  21568. "1": "Thick Fat",
  21569. "H": "Gluttony"
  21570. },
  21571. "heightm": 0.6,
  21572. "weightkg": 105,
  21573. "color": "Black",
  21574. "evos": [
  21575. "snorlax"
  21576. ],
  21577. "eggGroups": [
  21578. "Undiscovered"
  21579. ],
  21580. "name": "Munchlax"
  21581. },
  21582. "riolu": {
  21583. "num": 447,
  21584. "species": "Riolu",
  21585. "types": [
  21586. "Fighting"
  21587. ],
  21588. "genderRatio": {
  21589. "M": 0.875,
  21590. "F": 0.125
  21591. },
  21592. "baseStats": {
  21593. "hp": 40,
  21594. "atk": 70,
  21595. "def": 40,
  21596. "spa": 35,
  21597. "spd": 40,
  21598. "spe": 60
  21599. },
  21600. "abilities": {
  21601. "0": "Steadfast",
  21602. "1": "Inner Focus",
  21603. "H": "Prankster"
  21604. },
  21605. "heightm": 0.7,
  21606. "weightkg": 20.2,
  21607. "color": "Blue",
  21608. "evos": [
  21609. "lucario"
  21610. ],
  21611. "eggGroups": [
  21612. "Undiscovered"
  21613. ],
  21614. "name": "Riolu"
  21615. },
  21616. "lucario": {
  21617. "num": 448,
  21618. "species": "Lucario",
  21619. "types": [
  21620. "Fighting",
  21621. "Steel"
  21622. ],
  21623. "genderRatio": {
  21624. "M": 0.875,
  21625. "F": 0.125
  21626. },
  21627. "baseStats": {
  21628. "hp": 70,
  21629. "atk": 110,
  21630. "def": 70,
  21631. "spa": 115,
  21632. "spd": 70,
  21633. "spe": 90
  21634. },
  21635. "abilities": {
  21636. "0": "Steadfast",
  21637. "1": "Inner Focus",
  21638. "H": "Justified"
  21639. },
  21640. "heightm": 1.2,
  21641. "weightkg": 54,
  21642. "color": "Blue",
  21643. "prevo": "riolu",
  21644. "evoLevel": 2,
  21645. "eggGroups": [
  21646. "Field",
  21647. "Human-Like"
  21648. ],
  21649. "otherFormes": [
  21650. "lucariomega"
  21651. ],
  21652. "name": "Lucario"
  21653. },
  21654. "lucariomega": {
  21655. "num": 448,
  21656. "species": "Lucario-Mega",
  21657. "baseSpecies": "Lucario",
  21658. "forme": "Mega",
  21659. "formeLetter": "M",
  21660. "types": [
  21661. "Fighting",
  21662. "Steel"
  21663. ],
  21664. "genderRatio": {
  21665. "M": 0.875,
  21666. "F": 0.125
  21667. },
  21668. "baseStats": {
  21669. "hp": 70,
  21670. "atk": 145,
  21671. "def": 88,
  21672. "spa": 140,
  21673. "spd": 70,
  21674. "spe": 112
  21675. },
  21676. "abilities": {
  21677. "0": "Adaptability"
  21678. },
  21679. "heightm": 1.3,
  21680. "weightkg": 57.5,
  21681. "color": "Blue",
  21682. "prevo": "riolu",
  21683. "evoLevel": 2,
  21684. "eggGroups": [
  21685. "Field",
  21686. "Human-Like"
  21687. ],
  21688. "name": "Lucario-Mega"
  21689. },
  21690. "hippopotas": {
  21691. "num": 449,
  21692. "species": "Hippopotas",
  21693. "types": [
  21694. "Ground"
  21695. ],
  21696. "baseStats": {
  21697. "hp": 68,
  21698. "atk": 72,
  21699. "def": 78,
  21700. "spa": 38,
  21701. "spd": 42,
  21702. "spe": 32
  21703. },
  21704. "abilities": {
  21705. "0": "Sand Stream",
  21706. "H": "Sand Force"
  21707. },
  21708. "heightm": 0.8,
  21709. "weightkg": 49.5,
  21710. "color": "Brown",
  21711. "evos": [
  21712. "hippowdon"
  21713. ],
  21714. "eggGroups": [
  21715. "Field"
  21716. ],
  21717. "name": "Hippopotas"
  21718. },
  21719. "hippowdon": {
  21720. "num": 450,
  21721. "species": "Hippowdon",
  21722. "types": [
  21723. "Ground"
  21724. ],
  21725. "baseStats": {
  21726. "hp": 108,
  21727. "atk": 112,
  21728. "def": 118,
  21729. "spa": 68,
  21730. "spd": 72,
  21731. "spe": 47
  21732. },
  21733. "abilities": {
  21734. "0": "Sand Stream",
  21735. "H": "Sand Force"
  21736. },
  21737. "heightm": 2,
  21738. "weightkg": 300,
  21739. "color": "Brown",
  21740. "prevo": "hippopotas",
  21741. "evoLevel": 34,
  21742. "eggGroups": [
  21743. "Field"
  21744. ],
  21745. "name": "Hippowdon"
  21746. },
  21747. "skorupi": {
  21748. "num": 451,
  21749. "species": "Skorupi",
  21750. "types": [
  21751. "Poison",
  21752. "Bug"
  21753. ],
  21754. "baseStats": {
  21755. "hp": 40,
  21756. "atk": 50,
  21757. "def": 90,
  21758. "spa": 30,
  21759. "spd": 55,
  21760. "spe": 65
  21761. },
  21762. "abilities": {
  21763. "0": "Battle Armor",
  21764. "1": "Sniper",
  21765. "H": "Keen Eye"
  21766. },
  21767. "heightm": 0.8,
  21768. "weightkg": 12,
  21769. "color": "Purple",
  21770. "evos": [
  21771. "drapion"
  21772. ],
  21773. "eggGroups": [
  21774. "Bug",
  21775. "Water 3"
  21776. ],
  21777. "name": "Skorupi"
  21778. },
  21779. "drapion": {
  21780. "num": 452,
  21781. "species": "Drapion",
  21782. "types": [
  21783. "Poison",
  21784. "Dark"
  21785. ],
  21786. "baseStats": {
  21787. "hp": 70,
  21788. "atk": 90,
  21789. "def": 110,
  21790. "spa": 60,
  21791. "spd": 75,
  21792. "spe": 95
  21793. },
  21794. "abilities": {
  21795. "0": "Battle Armor",
  21796. "1": "Sniper",
  21797. "H": "Keen Eye"
  21798. },
  21799. "heightm": 1.3,
  21800. "weightkg": 61.5,
  21801. "color": "Purple",
  21802. "prevo": "skorupi",
  21803. "evoLevel": 40,
  21804. "eggGroups": [
  21805. "Bug",
  21806. "Water 3"
  21807. ],
  21808. "name": "Drapion"
  21809. },
  21810. "croagunk": {
  21811. "num": 453,
  21812. "species": "Croagunk",
  21813. "types": [
  21814. "Poison",
  21815. "Fighting"
  21816. ],
  21817. "baseStats": {
  21818. "hp": 48,
  21819. "atk": 61,
  21820. "def": 40,
  21821. "spa": 61,
  21822. "spd": 40,
  21823. "spe": 50
  21824. },
  21825. "abilities": {
  21826. "0": "Anticipation",
  21827. "1": "Dry Skin",
  21828. "H": "Poison Touch"
  21829. },
  21830. "heightm": 0.7,
  21831. "weightkg": 23,
  21832. "color": "Blue",
  21833. "evos": [
  21834. "toxicroak"
  21835. ],
  21836. "eggGroups": [
  21837. "Human-Like"
  21838. ],
  21839. "name": "Croagunk"
  21840. },
  21841. "toxicroak": {
  21842. "num": 454,
  21843. "species": "Toxicroak",
  21844. "types": [
  21845. "Poison",
  21846. "Fighting"
  21847. ],
  21848. "baseStats": {
  21849. "hp": 83,
  21850. "atk": 106,
  21851. "def": 65,
  21852. "spa": 86,
  21853. "spd": 65,
  21854. "spe": 85
  21855. },
  21856. "abilities": {
  21857. "0": "Anticipation",
  21858. "1": "Dry Skin",
  21859. "H": "Poison Touch"
  21860. },
  21861. "heightm": 1.3,
  21862. "weightkg": 44.4,
  21863. "color": "Blue",
  21864. "prevo": "croagunk",
  21865. "evoLevel": 37,
  21866. "eggGroups": [
  21867. "Human-Like"
  21868. ],
  21869. "name": "Toxicroak"
  21870. },
  21871. "carnivine": {
  21872. "num": 455,
  21873. "species": "Carnivine",
  21874. "types": [
  21875. "Grass"
  21876. ],
  21877. "baseStats": {
  21878. "hp": 74,
  21879. "atk": 100,
  21880. "def": 72,
  21881. "spa": 90,
  21882. "spd": 72,
  21883. "spe": 46
  21884. },
  21885. "abilities": {
  21886. "0": "Levitate"
  21887. },
  21888. "heightm": 1.4,
  21889. "weightkg": 27,
  21890. "color": "Green",
  21891. "eggGroups": [
  21892. "Grass"
  21893. ],
  21894. "name": "Carnivine"
  21895. },
  21896. "finneon": {
  21897. "num": 456,
  21898. "species": "Finneon",
  21899. "types": [
  21900. "Water"
  21901. ],
  21902. "baseStats": {
  21903. "hp": 49,
  21904. "atk": 49,
  21905. "def": 56,
  21906. "spa": 49,
  21907. "spd": 61,
  21908. "spe": 66
  21909. },
  21910. "abilities": {
  21911. "0": "Swift Swim",
  21912. "1": "Storm Drain",
  21913. "H": "Water Veil"
  21914. },
  21915. "heightm": 0.4,
  21916. "weightkg": 7,
  21917. "color": "Blue",
  21918. "evos": [
  21919. "lumineon"
  21920. ],
  21921. "eggGroups": [
  21922. "Water 2"
  21923. ],
  21924. "name": "Finneon"
  21925. },
  21926. "lumineon": {
  21927. "num": 457,
  21928. "species": "Lumineon",
  21929. "types": [
  21930. "Water"
  21931. ],
  21932. "baseStats": {
  21933. "hp": 69,
  21934. "atk": 69,
  21935. "def": 76,
  21936. "spa": 69,
  21937. "spd": 86,
  21938. "spe": 91
  21939. },
  21940. "abilities": {
  21941. "0": "Swift Swim",
  21942. "1": "Storm Drain",
  21943. "H": "Water Veil"
  21944. },
  21945. "heightm": 1.2,
  21946. "weightkg": 24,
  21947. "color": "Blue",
  21948. "prevo": "finneon",
  21949. "evoLevel": 31,
  21950. "eggGroups": [
  21951. "Water 2"
  21952. ],
  21953. "name": "Lumineon"
  21954. },
  21955. "mantyke": {
  21956. "num": 458,
  21957. "species": "Mantyke",
  21958. "types": [
  21959. "Water",
  21960. "Flying"
  21961. ],
  21962. "baseStats": {
  21963. "hp": 45,
  21964. "atk": 20,
  21965. "def": 50,
  21966. "spa": 60,
  21967. "spd": 120,
  21968. "spe": 50
  21969. },
  21970. "abilities": {
  21971. "0": "Swift Swim",
  21972. "1": "Water Absorb",
  21973. "H": "Water Veil"
  21974. },
  21975. "heightm": 1,
  21976. "weightkg": 65,
  21977. "color": "Blue",
  21978. "evos": [
  21979. "mantine"
  21980. ],
  21981. "eggGroups": [
  21982. "Undiscovered"
  21983. ],
  21984. "name": "Mantyke"
  21985. },
  21986. "snover": {
  21987. "num": 459,
  21988. "species": "Snover",
  21989. "types": [
  21990. "Grass",
  21991. "Ice"
  21992. ],
  21993. "baseStats": {
  21994. "hp": 60,
  21995. "atk": 62,
  21996. "def": 50,
  21997. "spa": 62,
  21998. "spd": 60,
  21999. "spe": 40
  22000. },
  22001. "abilities": {
  22002. "0": "Snow Warning",
  22003. "H": "Soundproof"
  22004. },
  22005. "heightm": 1,
  22006. "weightkg": 50.5,
  22007. "color": "White",
  22008. "evos": [
  22009. "abomasnow"
  22010. ],
  22011. "eggGroups": [
  22012. "Monster",
  22013. "Grass"
  22014. ],
  22015. "name": "Snover"
  22016. },
  22017. "abomasnow": {
  22018. "num": 460,
  22019. "species": "Abomasnow",
  22020. "types": [
  22021. "Grass",
  22022. "Ice"
  22023. ],
  22024. "baseStats": {
  22025. "hp": 90,
  22026. "atk": 92,
  22027. "def": 75,
  22028. "spa": 92,
  22029. "spd": 85,
  22030. "spe": 60
  22031. },
  22032. "abilities": {
  22033. "0": "Snow Warning",
  22034. "H": "Soundproof"
  22035. },
  22036. "heightm": 2.2,
  22037. "weightkg": 135.5,
  22038. "color": "White",
  22039. "prevo": "snover",
  22040. "evoLevel": 40,
  22041. "eggGroups": [
  22042. "Monster",
  22043. "Grass"
  22044. ],
  22045. "otherFormes": [
  22046. "abomasnowmega"
  22047. ],
  22048. "name": "Abomasnow",
  22049. "exists": true,
  22050. "tier": "RU",
  22051. "learnset": {
  22052. "attract": [
  22053. "6M"
  22054. ],
  22055. "avalanche": [
  22056.  
  22057. ],
  22058. "blizzard": [
  22059. "6L047",
  22060. "6M"
  22061. ],
  22062. "block": [
  22063.  
  22064. ],
  22065. "brickbreak": [
  22066. "6M"
  22067. ],
  22068. "bulldoze": [
  22069. "6M"
  22070. ],
  22071. "bulletseed": [
  22072.  
  22073. ],
  22074. "captivate": [
  22075.  
  22076. ],
  22077. "doubleteam": [
  22078. "6M"
  22079. ],
  22080. "earthquake": [
  22081. "6M"
  22082. ],
  22083. "endure": [
  22084.  
  22085. ],
  22086. "energyball": [
  22087. "6M"
  22088. ],
  22089. "facade": [
  22090. "6M"
  22091. ],
  22092. "flash": [
  22093. "6M"
  22094. ],
  22095. "fling": [
  22096. "6M"
  22097. ],
  22098. "focusblast": [
  22099. "6M"
  22100. ],
  22101. "focuspunch": [
  22102.  
  22103. ],
  22104. "frostbreath": [
  22105. "6M"
  22106. ],
  22107. "frustration": [
  22108. "6M"
  22109. ],
  22110. "gigadrain": [
  22111.  
  22112. ],
  22113. "gigaimpact": [
  22114. "6M"
  22115. ],
  22116. "grassknot": [
  22117. "6M"
  22118. ],
  22119. "grasswhistle": [
  22120. "6L013"
  22121. ],
  22122. "hail": [
  22123. "6M"
  22124. ],
  22125. "headbutt": [
  22126.  
  22127. ],
  22128. "hiddenpower": [
  22129. "6M"
  22130. ],
  22131. "hyperbeam": [
  22132. "6M"
  22133. ],
  22134. "icebeam": [
  22135. "6M"
  22136. ],
  22137. "icepunch": [
  22138. "6L001a"
  22139. ],
  22140. "iceshard": [
  22141. "6L026"
  22142. ],
  22143. "icywind": [
  22144. "6L001e",
  22145. "6L009"
  22146. ],
  22147. "ingrain": [
  22148. "6L031"
  22149. ],
  22150. "irontail": [
  22151.  
  22152. ],
  22153. "leer": [
  22154. "6L001c"
  22155. ],
  22156. "lightscreen": [
  22157. "6M"
  22158. ],
  22159. "mist": [
  22160. "6L021"
  22161. ],
  22162. "mudslap": [
  22163.  
  22164. ],
  22165. "naturalgift": [
  22166.  
  22167. ],
  22168. "outrage": [
  22169.  
  22170. ],
  22171. "powdersnow": [
  22172. "6L001b"
  22173. ],
  22174. "protect": [
  22175. "6M"
  22176. ],
  22177. "raindance": [
  22178. "6M"
  22179. ],
  22180. "razorleaf": [
  22181. "6L001d",
  22182. "6L005"
  22183. ],
  22184. "rest": [
  22185. "6M"
  22186. ],
  22187. "return": [
  22188. "6M"
  22189. ],
  22190. "rockclimb": [
  22191.  
  22192. ],
  22193. "rockslide": [
  22194. "6M"
  22195. ],
  22196. "rocksmash": [
  22197. "6M"
  22198. ],
  22199. "rocktomb": [
  22200. "6M"
  22201. ],
  22202. "roleplay": [
  22203.  
  22204. ],
  22205. "round": [
  22206. "6M"
  22207. ],
  22208. "safeguard": [
  22209. "6M"
  22210. ],
  22211. "secretpower": [
  22212.  
  22213. ],
  22214. "seedbomb": [
  22215.  
  22216. ],
  22217. "shadowball": [
  22218. "6M"
  22219. ],
  22220. "sheercold": [
  22221. "6L058"
  22222. ],
  22223. "sleeptalk": [
  22224. "6M"
  22225. ],
  22226. "snore": [
  22227.  
  22228. ],
  22229. "solarbeam": [
  22230. "6M"
  22231. ],
  22232. "strength": [
  22233. "6M"
  22234. ],
  22235. "substitute": [
  22236. "6M"
  22237. ],
  22238. "swagger": [
  22239. "6L017",
  22240. "6M"
  22241. ],
  22242. "swordsdance": [
  22243. "6M"
  22244. ],
  22245. "synthesis": [
  22246.  
  22247. ],
  22248. "toxic": [
  22249. "6M"
  22250. ],
  22251. "waterpulse": [
  22252.  
  22253. ],
  22254. "woodhammer": [
  22255. "6L036"
  22256. ],
  22257. "worryseed": [
  22258.  
  22259. ],
  22260. "confide": [
  22261. "6M"
  22262. ]
  22263. },
  22264. "id": "abomasnow",
  22265. "speciesid": "abomasnow",
  22266. "baseSpecies": "Abomasnow",
  22267. "forme": "",
  22268. "formeLetter": "",
  22269. "spriteid": "abomasnow",
  22270. "effectType": "Template"
  22271. },
  22272. "abomasnowmega": {
  22273. "num": 460,
  22274. "species": "Abomasnow-Mega",
  22275. "baseSpecies": "Abomasnow",
  22276. "forme": "Mega",
  22277. "formeLetter": "M",
  22278. "types": [
  22279. "Grass",
  22280. "Ice"
  22281. ],
  22282. "baseStats": {
  22283. "hp": 90,
  22284. "atk": 132,
  22285. "def": 105,
  22286. "spa": 132,
  22287. "spd": 105,
  22288. "spe": 30
  22289. },
  22290. "abilities": {
  22291. "0": "Snow Warning"
  22292. },
  22293. "heightm": 2.7,
  22294. "weightkg": 185,
  22295. "color": "White",
  22296. "prevo": "snover",
  22297. "evoLevel": 40,
  22298. "eggGroups": [
  22299. "Monster",
  22300. "Grass"
  22301. ],
  22302. "name": "Abomasnow-Mega"
  22303. },
  22304. "weavile": {
  22305. "num": 461,
  22306. "species": "Weavile",
  22307. "types": [
  22308. "Dark",
  22309. "Ice"
  22310. ],
  22311. "baseStats": {
  22312. "hp": 70,
  22313. "atk": 120,
  22314. "def": 65,
  22315. "spa": 45,
  22316. "spd": 85,
  22317. "spe": 125
  22318. },
  22319. "abilities": {
  22320. "0": "Pressure",
  22321. "H": "Pickpocket"
  22322. },
  22323. "heightm": 1.1,
  22324. "weightkg": 34,
  22325. "color": "Black",
  22326. "prevo": "sneasel",
  22327. "evoLevel": 2,
  22328. "eggGroups": [
  22329. "Field"
  22330. ],
  22331. "name": "Weavile"
  22332. },
  22333. "magnezone": {
  22334. "num": 462,
  22335. "species": "Magnezone",
  22336. "types": [
  22337. "Electric",
  22338. "Steel"
  22339. ],
  22340. "gender": "N",
  22341. "baseStats": {
  22342. "hp": 70,
  22343. "atk": 70,
  22344. "def": 115,
  22345. "spa": 130,
  22346. "spd": 90,
  22347. "spe": 60
  22348. },
  22349. "abilities": {
  22350. "0": "Magnet Pull",
  22351. "1": "Sturdy",
  22352. "H": "Analytic"
  22353. },
  22354. "heightm": 1.2,
  22355. "weightkg": 180,
  22356. "color": "Gray",
  22357. "prevo": "magneton",
  22358. "evoLevel": 31,
  22359. "eggGroups": [
  22360. "Mineral"
  22361. ],
  22362. "name": "Magnezone"
  22363. },
  22364. "lickilicky": {
  22365. "num": 463,
  22366. "species": "Lickilicky",
  22367. "types": [
  22368. "Normal"
  22369. ],
  22370. "baseStats": {
  22371. "hp": 110,
  22372. "atk": 85,
  22373. "def": 95,
  22374. "spa": 80,
  22375. "spd": 95,
  22376. "spe": 50
  22377. },
  22378. "abilities": {
  22379. "0": "Own Tempo",
  22380. "1": "Oblivious",
  22381. "H": "Cloud Nine"
  22382. },
  22383. "heightm": 1.7,
  22384. "weightkg": 140,
  22385. "color": "Pink",
  22386. "prevo": "lickitung",
  22387. "evoLevel": 2,
  22388. "evoMove": "Rollout",
  22389. "eggGroups": [
  22390. "Monster"
  22391. ],
  22392. "name": "Lickilicky"
  22393. },
  22394. "rhyperior": {
  22395. "num": 464,
  22396. "species": "Rhyperior",
  22397. "types": [
  22398. "Ground",
  22399. "Rock"
  22400. ],
  22401. "baseStats": {
  22402. "hp": 115,
  22403. "atk": 140,
  22404. "def": 130,
  22405. "spa": 55,
  22406. "spd": 55,
  22407. "spe": 40
  22408. },
  22409. "abilities": {
  22410. "0": "Lightning Rod",
  22411. "1": "Solid Rock",
  22412. "H": "Reckless"
  22413. },
  22414. "heightm": 2.4,
  22415. "weightkg": 282.8,
  22416. "color": "Gray",
  22417. "prevo": "rhydon",
  22418. "evoLevel": 42,
  22419. "eggGroups": [
  22420. "Monster",
  22421. "Field"
  22422. ],
  22423. "name": "Rhyperior"
  22424. },
  22425. "tangrowth": {
  22426. "num": 465,
  22427. "species": "Tangrowth",
  22428. "types": [
  22429. "Grass"
  22430. ],
  22431. "baseStats": {
  22432. "hp": 100,
  22433. "atk": 100,
  22434. "def": 125,
  22435. "spa": 110,
  22436. "spd": 50,
  22437. "spe": 50
  22438. },
  22439. "abilities": {
  22440. "0": "Chlorophyll",
  22441. "1": "Leaf Guard",
  22442. "H": "Regenerator"
  22443. },
  22444. "heightm": 2,
  22445. "weightkg": 128.6,
  22446. "color": "Blue",
  22447. "prevo": "tangela",
  22448. "evoLevel": 2,
  22449. "evoMove": "AncientPower",
  22450. "eggGroups": [
  22451. "Grass"
  22452. ],
  22453. "name": "Tangrowth"
  22454. },
  22455. "electivire": {
  22456. "num": 466,
  22457. "species": "Electivire",
  22458. "types": [
  22459. "Electric"
  22460. ],
  22461. "genderRatio": {
  22462. "M": 0.75,
  22463. "F": 0.25
  22464. },
  22465. "baseStats": {
  22466. "hp": 75,
  22467. "atk": 123,
  22468. "def": 67,
  22469. "spa": 95,
  22470. "spd": 85,
  22471. "spe": 95
  22472. },
  22473. "abilities": {
  22474. "0": "Motor Drive",
  22475. "H": "Vital Spirit"
  22476. },
  22477. "heightm": 1.8,
  22478. "weightkg": 138.6,
  22479. "color": "Yellow",
  22480. "prevo": "electabuzz",
  22481. "evoLevel": 30,
  22482. "eggGroups": [
  22483. "Human-Like"
  22484. ],
  22485. "name": "Electivire"
  22486. },
  22487. "magmortar": {
  22488. "num": 467,
  22489. "species": "Magmortar",
  22490. "types": [
  22491. "Fire"
  22492. ],
  22493. "genderRatio": {
  22494. "M": 0.75,
  22495. "F": 0.25
  22496. },
  22497. "baseStats": {
  22498. "hp": 75,
  22499. "atk": 95,
  22500. "def": 67,
  22501. "spa": 125,
  22502. "spd": 95,
  22503. "spe": 83
  22504. },
  22505. "abilities": {
  22506. "0": "Flame Body",
  22507. "H": "Vital Spirit"
  22508. },
  22509. "heightm": 1.6,
  22510. "weightkg": 68,
  22511. "color": "Red",
  22512. "prevo": "magmar",
  22513. "evoLevel": 30,
  22514. "eggGroups": [
  22515. "Human-Like"
  22516. ],
  22517. "name": "Magmortar"
  22518. },
  22519. "togekiss": {
  22520. "num": 468,
  22521. "species": "Togekiss",
  22522. "types": [
  22523. "Fairy",
  22524. "Flying"
  22525. ],
  22526. "genderRatio": {
  22527. "M": 0.875,
  22528. "F": 0.125
  22529. },
  22530. "baseStats": {
  22531. "hp": 85,
  22532. "atk": 50,
  22533. "def": 95,
  22534. "spa": 120,
  22535. "spd": 115,
  22536. "spe": 80
  22537. },
  22538. "abilities": {
  22539. "0": "Hustle",
  22540. "1": "Serene Grace",
  22541. "H": "Super Luck"
  22542. },
  22543. "heightm": 1.5,
  22544. "weightkg": 38,
  22545. "color": "White",
  22546. "prevo": "togetic",
  22547. "evoLevel": 2,
  22548. "eggGroups": [
  22549. "Flying",
  22550. "Fairy"
  22551. ],
  22552. "name": "Togekiss",
  22553. "exists": true,
  22554. "tier": "UU",
  22555. "learnset": {
  22556. "aerialace": [
  22557. "6M"
  22558. ],
  22559. "aircutter": [
  22560.  
  22561. ],
  22562. "airslash": [
  22563. "6L001e"
  22564. ],
  22565. "ancientpower": [
  22566.  
  22567. ],
  22568. "attract": [
  22569. "6M"
  22570. ],
  22571. "aurasphere": [
  22572. "6L001d"
  22573. ],
  22574. "brickbreak": [
  22575. "6M"
  22576. ],
  22577. "captivate": [
  22578.  
  22579. ],
  22580. "defog": [
  22581.  
  22582. ],
  22583. "doubleteam": [
  22584. "6M"
  22585. ],
  22586. "drainpunch": [
  22587.  
  22588. ],
  22589. "dreameater": [
  22590. "6M"
  22591. ],
  22592. "echoedvoice": [
  22593. "6M"
  22594. ],
  22595. "endeavor": [
  22596.  
  22597. ],
  22598. "endure": [
  22599.  
  22600. ],
  22601. "extremespeed": [
  22602. "6L001c"
  22603. ],
  22604. "facade": [
  22605. "6M"
  22606. ],
  22607. "fireblast": [
  22608. "6M"
  22609. ],
  22610. "flamethrower": [
  22611. "6M"
  22612. ],
  22613. "flash": [
  22614. "6M"
  22615. ],
  22616. "fling": [
  22617. "6M"
  22618. ],
  22619. "fly": [
  22620. "6M"
  22621. ],
  22622. "focuspunch": [
  22623.  
  22624. ],
  22625. "frustration": [
  22626. "6M"
  22627. ],
  22628. "gigaimpact": [
  22629. "6M"
  22630. ],
  22631. "grassknot": [
  22632. "6M"
  22633. ],
  22634. "headbutt": [
  22635.  
  22636. ],
  22637. "healbell": [
  22638.  
  22639. ],
  22640. "heatwave": [
  22641.  
  22642. ],
  22643. "hiddenpower": [
  22644. "6M"
  22645. ],
  22646. "hyperbeam": [
  22647. "6M"
  22648. ],
  22649. "incinerate": [
  22650. "6M"
  22651. ],
  22652. "lastresort": [
  22653.  
  22654. ],
  22655. "lightscreen": [
  22656. "6M"
  22657. ],
  22658. "magiccoat": [
  22659.  
  22660. ],
  22661. "mudslap": [
  22662.  
  22663. ],
  22664. "naturalgift": [
  22665.  
  22666. ],
  22667. "ominouswind": [
  22668.  
  22669. ],
  22670. "pluck": [
  22671.  
  22672. ],
  22673. "present": [
  22674.  
  22675. ],
  22676. "protect": [
  22677. "6M"
  22678. ],
  22679. "psychic": [
  22680. "6M"
  22681. ],
  22682. "psychup": [
  22683. "6M"
  22684. ],
  22685. "psyshock": [
  22686. "6M"
  22687. ],
  22688. "raindance": [
  22689. "6M"
  22690. ],
  22691. "reflect": [
  22692. "6M"
  22693. ],
  22694. "rest": [
  22695. "6M"
  22696. ],
  22697. "retaliate": [
  22698. "6M"
  22699. ],
  22700. "return": [
  22701. "6M"
  22702. ],
  22703. "rocksmash": [
  22704. "6M"
  22705. ],
  22706. "rollout": [
  22707.  
  22708. ],
  22709. "roost": [
  22710. "6M"
  22711. ],
  22712. "round": [
  22713. "6M"
  22714. ],
  22715. "safeguard": [
  22716. "6M"
  22717. ],
  22718. "secretpower": [
  22719.  
  22720. ],
  22721. "shadowball": [
  22722. "6M"
  22723. ],
  22724. "shockwave": [
  22725.  
  22726. ],
  22727. "signalbeam": [
  22728.  
  22729. ],
  22730. "silverwind": [
  22731.  
  22732. ],
  22733. "skyattack": [
  22734. "6L001b"
  22735. ],
  22736. "sleeptalk": [
  22737. "6M"
  22738. ],
  22739. "snore": [
  22740.  
  22741. ],
  22742. "solarbeam": [
  22743. "6M"
  22744. ],
  22745. "steelwing": [
  22746. "6M"
  22747. ],
  22748. "substitute": [
  22749. "6M"
  22750. ],
  22751. "sunnyday": [
  22752. "6M"
  22753. ],
  22754. "swagger": [
  22755. "6M"
  22756. ],
  22757. "swift": [
  22758.  
  22759. ],
  22760. "tailwind": [
  22761.  
  22762. ],
  22763. "telekinesis": [
  22764.  
  22765. ],
  22766. "thunderwave": [
  22767. "6M"
  22768. ],
  22769. "toxic": [
  22770. "6M"
  22771. ],
  22772. "trick": [
  22773.  
  22774. ],
  22775. "twister": [
  22776.  
  22777. ],
  22778. "waterpulse": [
  22779.  
  22780. ],
  22781. "workup": [
  22782.  
  22783. ],
  22784. "zenheadbutt": [
  22785.  
  22786. ],
  22787. "covet": [
  22788.  
  22789. ],
  22790. "hypervoice": [
  22791.  
  22792. ],
  22793. "afteryou": [
  22794. "6L001a"
  22795. ],
  22796. "dazzlinggleam": [
  22797. "6M"
  22798. ],
  22799. "confide": [
  22800. "6M"
  22801. ]
  22802. },
  22803. "id": "togekiss",
  22804. "speciesid": "togekiss",
  22805. "baseSpecies": "Togekiss",
  22806. "forme": "",
  22807. "formeLetter": "",
  22808. "spriteid": "togekiss",
  22809. "effectType": "Template"
  22810. },
  22811. "yanmega": {
  22812. "num": 469,
  22813. "species": "Yanmega",
  22814. "types": [
  22815. "Bug",
  22816. "Flying"
  22817. ],
  22818. "baseStats": {
  22819. "hp": 86,
  22820. "atk": 76,
  22821. "def": 86,
  22822. "spa": 116,
  22823. "spd": 56,
  22824. "spe": 95
  22825. },
  22826. "abilities": {
  22827. "0": "Speed Boost",
  22828. "1": "Tinted Lens",
  22829. "H": "Frisk"
  22830. },
  22831. "heightm": 1.9,
  22832. "weightkg": 51.5,
  22833. "color": "Green",
  22834. "prevo": "yanma",
  22835. "evoLevel": 2,
  22836. "evoMove": "AncientPower",
  22837. "eggGroups": [
  22838. "Bug"
  22839. ],
  22840. "name": "Yanmega"
  22841. },
  22842. "leafeon": {
  22843. "num": 470,
  22844. "species": "Leafeon",
  22845. "types": [
  22846. "Grass"
  22847. ],
  22848. "genderRatio": {
  22849. "M": 0.875,
  22850. "F": 0.125
  22851. },
  22852. "baseStats": {
  22853. "hp": 65,
  22854. "atk": 110,
  22855. "def": 130,
  22856. "spa": 60,
  22857. "spd": 65,
  22858. "spe": 95
  22859. },
  22860. "abilities": {
  22861. "0": "Leaf Guard",
  22862. "H": "Chlorophyll"
  22863. },
  22864. "heightm": 1,
  22865. "weightkg": 25.5,
  22866. "color": "Green",
  22867. "prevo": "eevee",
  22868. "evoLevel": 2,
  22869. "eggGroups": [
  22870. "Field"
  22871. ],
  22872. "name": "Leafeon"
  22873. },
  22874. "glaceon": {
  22875. "num": 471,
  22876. "species": "Glaceon",
  22877. "types": [
  22878. "Ice"
  22879. ],
  22880. "genderRatio": {
  22881. "M": 0.875,
  22882. "F": 0.125
  22883. },
  22884. "baseStats": {
  22885. "hp": 65,
  22886. "atk": 60,
  22887. "def": 110,
  22888. "spa": 130,
  22889. "spd": 95,
  22890. "spe": 65
  22891. },
  22892. "abilities": {
  22893. "0": "Snow Cloak",
  22894. "H": "Ice Body"
  22895. },
  22896. "heightm": 0.8,
  22897. "weightkg": 25.9,
  22898. "color": "Blue",
  22899. "prevo": "eevee",
  22900. "evoLevel": 2,
  22901. "eggGroups": [
  22902. "Field"
  22903. ],
  22904. "name": "Glaceon"
  22905. },
  22906. "gliscor": {
  22907. "num": 472,
  22908. "species": "Gliscor",
  22909. "types": [
  22910. "Ground",
  22911. "Flying"
  22912. ],
  22913. "baseStats": {
  22914. "hp": 75,
  22915. "atk": 95,
  22916. "def": 125,
  22917. "spa": 45,
  22918. "spd": 75,
  22919. "spe": 95
  22920. },
  22921. "abilities": {
  22922. "0": "Hyper Cutter",
  22923. "1": "Sand Veil",
  22924. "H": "Poison Heal"
  22925. },
  22926. "heightm": 2,
  22927. "weightkg": 42.5,
  22928. "color": "Purple",
  22929. "prevo": "gligar",
  22930. "evoLevel": 2,
  22931. "eggGroups": [
  22932. "Bug"
  22933. ],
  22934. "name": "Gliscor"
  22935. },
  22936. "mamoswine": {
  22937. "num": 473,
  22938. "species": "Mamoswine",
  22939. "types": [
  22940. "Ice",
  22941. "Ground"
  22942. ],
  22943. "baseStats": {
  22944. "hp": 110,
  22945. "atk": 130,
  22946. "def": 80,
  22947. "spa": 70,
  22948. "spd": 60,
  22949. "spe": 80
  22950. },
  22951. "abilities": {
  22952. "0": "Oblivious",
  22953. "1": "Snow Cloak",
  22954. "H": "Thick Fat"
  22955. },
  22956. "heightm": 2.5,
  22957. "weightkg": 291,
  22958. "color": "Brown",
  22959. "prevo": "piloswine",
  22960. "evoLevel": 34,
  22961. "evoMove": "AncientPower",
  22962. "eggGroups": [
  22963. "Field"
  22964. ],
  22965. "name": "Mamoswine"
  22966. },
  22967. "porygonz": {
  22968. "num": 474,
  22969. "species": "Porygon-Z",
  22970. "types": [
  22971. "Normal"
  22972. ],
  22973. "gender": "N",
  22974. "baseStats": {
  22975. "hp": 85,
  22976. "atk": 80,
  22977. "def": 70,
  22978. "spa": 135,
  22979. "spd": 75,
  22980. "spe": 90
  22981. },
  22982. "abilities": {
  22983. "0": "Adaptability",
  22984. "1": "Download",
  22985. "H": "Analytic"
  22986. },
  22987. "heightm": 0.9,
  22988. "weightkg": 34,
  22989. "color": "Red",
  22990. "prevo": "porygon2",
  22991. "evoLevel": 1,
  22992. "eggGroups": [
  22993. "Mineral"
  22994. ],
  22995. "name": "Porygon-Z"
  22996. },
  22997. "gallade": {
  22998. "num": 475,
  22999. "species": "Gallade",
  23000. "types": [
  23001. "Psychic",
  23002. "Fighting"
  23003. ],
  23004. "gender": "M",
  23005. "baseStats": {
  23006. "hp": 68,
  23007. "atk": 125,
  23008. "def": 65,
  23009. "spa": 65,
  23010. "spd": 115,
  23011. "spe": 80
  23012. },
  23013. "abilities": {
  23014. "0": "Steadfast",
  23015. "H": "Justified"
  23016. },
  23017. "heightm": 1.6,
  23018. "weightkg": 52,
  23019. "color": "White",
  23020. "prevo": "kirlia",
  23021. "evoLevel": 20,
  23022. "eggGroups": [
  23023. "Amorphous"
  23024. ],
  23025. "otherFormes": [
  23026. "gallademega"
  23027. ],
  23028. "name": "Gallade"
  23029. },
  23030. "gallademega": {
  23031. "num": 475,
  23032. "species": "Gallade-Mega",
  23033. "baseSpecies": "Gallade",
  23034. "forme": "Mega",
  23035. "formeLetter": "M",
  23036. "types": [
  23037. "Psychic",
  23038. "Fighting"
  23039. ],
  23040. "gender": "M",
  23041. "baseStats": {
  23042. "hp": 68,
  23043. "atk": 165,
  23044. "def": 95,
  23045. "spa": 65,
  23046. "spd": 115,
  23047. "spe": 110
  23048. },
  23049. "abilities": {
  23050. "0": "Inner Focus"
  23051. },
  23052. "heightm": 1.6,
  23053. "weightkg": 56.4,
  23054. "color": "White",
  23055. "prevo": "kirlia",
  23056. "evoLevel": 20,
  23057. "eggGroups": [
  23058. "Amorphous"
  23059. ],
  23060. "name": "Gallade-Mega"
  23061. },
  23062. "probopass": {
  23063. "num": 476,
  23064. "species": "Probopass",
  23065. "types": [
  23066. "Rock",
  23067. "Steel"
  23068. ],
  23069. "baseStats": {
  23070. "hp": 60,
  23071. "atk": 55,
  23072. "def": 145,
  23073. "spa": 75,
  23074. "spd": 150,
  23075. "spe": 40
  23076. },
  23077. "abilities": {
  23078. "0": "Sturdy",
  23079. "1": "Magnet Pull",
  23080. "H": "Sand Force"
  23081. },
  23082. "heightm": 1.4,
  23083. "weightkg": 340,
  23084. "color": "Gray",
  23085. "prevo": "nosepass",
  23086. "evoLevel": 2,
  23087. "eggGroups": [
  23088. "Mineral"
  23089. ],
  23090. "name": "Probopass"
  23091. },
  23092. "dusknoir": {
  23093. "num": 477,
  23094. "species": "Dusknoir",
  23095. "types": [
  23096. "Ghost"
  23097. ],
  23098. "baseStats": {
  23099. "hp": 45,
  23100. "atk": 100,
  23101. "def": 135,
  23102. "spa": 65,
  23103. "spd": 135,
  23104. "spe": 45
  23105. },
  23106. "abilities": {
  23107. "0": "Pressure",
  23108. "H": "Frisk"
  23109. },
  23110. "heightm": 2.2,
  23111. "weightkg": 106.6,
  23112. "color": "Black",
  23113. "prevo": "dusclops",
  23114. "evoLevel": 37,
  23115. "eggGroups": [
  23116. "Amorphous"
  23117. ],
  23118. "name": "Dusknoir"
  23119. },
  23120. "froslass": {
  23121. "num": 478,
  23122. "species": "Froslass",
  23123. "types": [
  23124. "Ice",
  23125. "Ghost"
  23126. ],
  23127. "gender": "F",
  23128. "baseStats": {
  23129. "hp": 70,
  23130. "atk": 80,
  23131. "def": 70,
  23132. "spa": 80,
  23133. "spd": 70,
  23134. "spe": 110
  23135. },
  23136. "abilities": {
  23137. "0": "Snow Cloak",
  23138. "H": "Cursed Body"
  23139. },
  23140. "heightm": 1.3,
  23141. "weightkg": 26.6,
  23142. "color": "White",
  23143. "prevo": "snorunt",
  23144. "evoLevel": 1,
  23145. "eggGroups": [
  23146. "Fairy",
  23147. "Mineral"
  23148. ],
  23149. "name": "Froslass"
  23150. },
  23151. "rotom": {
  23152. "num": 479,
  23153. "species": "Rotom",
  23154. "types": [
  23155. "Electric",
  23156. "Ghost"
  23157. ],
  23158. "gender": "N",
  23159. "baseStats": {
  23160. "hp": 50,
  23161. "atk": 50,
  23162. "def": 77,
  23163. "spa": 95,
  23164. "spd": 77,
  23165. "spe": 91
  23166. },
  23167. "abilities": {
  23168. "0": "Levitate"
  23169. },
  23170. "heightm": 0.3,
  23171. "weightkg": 0.3,
  23172. "color": "Red",
  23173. "eggGroups": [
  23174. "Amorphous"
  23175. ],
  23176. "otherFormes": [
  23177. "rotomheat",
  23178. "rotomwash",
  23179. "rotomfrost",
  23180. "rotomfan",
  23181. "rotommow"
  23182. ],
  23183. "name": "Rotom"
  23184. },
  23185. "rotomheat": {
  23186. "num": 479,
  23187. "species": "Rotom-Heat",
  23188. "baseSpecies": "Rotom",
  23189. "forme": "Heat",
  23190. "formeLetter": "H",
  23191. "types": [
  23192. "Electric",
  23193. "Fire"
  23194. ],
  23195. "gender": "N",
  23196. "baseStats": {
  23197. "hp": 50,
  23198. "atk": 65,
  23199. "def": 107,
  23200. "spa": 105,
  23201. "spd": 107,
  23202. "spe": 86
  23203. },
  23204. "abilities": {
  23205. "0": "Levitate"
  23206. },
  23207. "heightm": 0.3,
  23208. "weightkg": 0.3,
  23209. "color": "Red",
  23210. "eggGroups": [
  23211. "Amorphous"
  23212. ],
  23213. "name": "Rotom-Heat"
  23214. },
  23215. "rotomwash": {
  23216. "num": 479,
  23217. "species": "Rotom-Wash",
  23218. "baseSpecies": "Rotom",
  23219. "forme": "Wash",
  23220. "formeLetter": "W",
  23221. "types": [
  23222. "Electric",
  23223. "Water"
  23224. ],
  23225. "gender": "N",
  23226. "baseStats": {
  23227. "hp": 50,
  23228. "atk": 65,
  23229. "def": 107,
  23230. "spa": 105,
  23231. "spd": 107,
  23232. "spe": 86
  23233. },
  23234. "abilities": {
  23235. "0": "Levitate"
  23236. },
  23237. "heightm": 0.3,
  23238. "weightkg": 0.3,
  23239. "color": "Red",
  23240. "eggGroups": [
  23241. "Amorphous"
  23242. ],
  23243. "name": "Rotom-Wash",
  23244. "exists": true,
  23245. "tier": "OU",
  23246. "learnset": {
  23247. "astonish": [
  23248.  
  23249. ],
  23250. "charge": [
  23251.  
  23252. ],
  23253. "chargebeam": [
  23254.  
  23255. ],
  23256. "confuseray": [
  23257.  
  23258. ],
  23259. "darkpulse": [
  23260.  
  23261. ],
  23262. "discharge": [
  23263.  
  23264. ],
  23265. "doubleteam": [
  23266.  
  23267. ],
  23268. "dreameater": [
  23269.  
  23270. ],
  23271. "electroball": [
  23272.  
  23273. ],
  23274. "endure": [
  23275.  
  23276. ],
  23277. "facade": [
  23278.  
  23279. ],
  23280. "flash": [
  23281.  
  23282. ],
  23283. "frustration": [
  23284.  
  23285. ],
  23286. "hex": [
  23287.  
  23288. ],
  23289. "hiddenpower": [
  23290.  
  23291. ],
  23292. "hydropump": [
  23293. "6L001a"
  23294. ],
  23295. "lightscreen": [
  23296.  
  23297. ],
  23298. "mudslap": [
  23299.  
  23300. ],
  23301. "naturalgift": [
  23302.  
  23303. ],
  23304. "ominouswind": [
  23305.  
  23306. ],
  23307. "painsplit": [
  23308.  
  23309. ],
  23310. "protect": [
  23311.  
  23312. ],
  23313. "psychup": [
  23314.  
  23315. ],
  23316. "raindance": [
  23317.  
  23318. ],
  23319. "reflect": [
  23320.  
  23321. ],
  23322. "rest": [
  23323.  
  23324. ],
  23325. "return": [
  23326.  
  23327. ],
  23328. "round": [
  23329.  
  23330. ],
  23331. "secretpower": [
  23332.  
  23333. ],
  23334. "shadowball": [
  23335.  
  23336. ],
  23337. "shockwave": [
  23338.  
  23339. ],
  23340. "signalbeam": [
  23341.  
  23342. ],
  23343. "sleeptalk": [
  23344.  
  23345. ],
  23346. "snatch": [
  23347.  
  23348. ],
  23349. "snore": [
  23350.  
  23351. ],
  23352. "spite": [
  23353.  
  23354. ],
  23355. "substitute": [
  23356.  
  23357. ],
  23358. "suckerpunch": [
  23359.  
  23360. ],
  23361. "sunnyday": [
  23362.  
  23363. ],
  23364. "swagger": [
  23365.  
  23366. ],
  23367. "swift": [
  23368.  
  23369. ],
  23370. "telekinesis": [
  23371.  
  23372. ],
  23373. "thief": [
  23374.  
  23375. ],
  23376. "thunder": [
  23377.  
  23378. ],
  23379. "thunderbolt": [
  23380.  
  23381. ],
  23382. "thundershock": [
  23383.  
  23384. ],
  23385. "thunderwave": [
  23386.  
  23387. ],
  23388. "toxic": [
  23389.  
  23390. ],
  23391. "trick": [
  23392.  
  23393. ],
  23394. "uproar": [
  23395.  
  23396. ],
  23397. "voltswitch": [
  23398.  
  23399. ],
  23400. "willowisp": [
  23401.  
  23402. ]
  23403. },
  23404. "id": "rotomwash",
  23405. "speciesid": "rotomwash",
  23406. "spriteid": "rotom-wash",
  23407. "effectType": "Template"
  23408. },
  23409. "rotomfrost": {
  23410. "num": 479,
  23411. "species": "Rotom-Frost",
  23412. "baseSpecies": "Rotom",
  23413. "forme": "Frost",
  23414. "formeLetter": "F",
  23415. "types": [
  23416. "Electric",
  23417. "Ice"
  23418. ],
  23419. "gender": "N",
  23420. "baseStats": {
  23421. "hp": 50,
  23422. "atk": 65,
  23423. "def": 107,
  23424. "spa": 105,
  23425. "spd": 107,
  23426. "spe": 86
  23427. },
  23428. "abilities": {
  23429. "0": "Levitate"
  23430. },
  23431. "heightm": 0.3,
  23432. "weightkg": 0.3,
  23433. "color": "Red",
  23434. "eggGroups": [
  23435. "Amorphous"
  23436. ],
  23437. "name": "Rotom-Frost"
  23438. },
  23439. "rotomfan": {
  23440. "num": 479,
  23441. "species": "Rotom-Fan",
  23442. "baseSpecies": "Rotom",
  23443. "forme": "Fan",
  23444. "formeLetter": "S",
  23445. "types": [
  23446. "Electric",
  23447. "Flying"
  23448. ],
  23449. "gender": "N",
  23450. "baseStats": {
  23451. "hp": 50,
  23452. "atk": 65,
  23453. "def": 107,
  23454. "spa": 105,
  23455. "spd": 107,
  23456. "spe": 86
  23457. },
  23458. "abilities": {
  23459. "0": "Levitate"
  23460. },
  23461. "heightm": 0.3,
  23462. "weightkg": 0.3,
  23463. "color": "Red",
  23464. "eggGroups": [
  23465. "Amorphous"
  23466. ],
  23467. "name": "Rotom-Fan"
  23468. },
  23469. "rotommow": {
  23470. "num": 479,
  23471. "species": "Rotom-Mow",
  23472. "baseSpecies": "Rotom",
  23473. "forme": "Mow",
  23474. "formeLetter": "C",
  23475. "types": [
  23476. "Electric",
  23477. "Grass"
  23478. ],
  23479. "gender": "N",
  23480. "baseStats": {
  23481. "hp": 50,
  23482. "atk": 65,
  23483. "def": 107,
  23484. "spa": 105,
  23485. "spd": 107,
  23486. "spe": 86
  23487. },
  23488. "abilities": {
  23489. "0": "Levitate"
  23490. },
  23491. "heightm": 0.3,
  23492. "weightkg": 0.3,
  23493. "color": "Red",
  23494. "eggGroups": [
  23495. "Amorphous"
  23496. ],
  23497. "name": "Rotom-Mow"
  23498. },
  23499. "uxie": {
  23500. "num": 480,
  23501. "species": "Uxie",
  23502. "types": [
  23503. "Psychic"
  23504. ],
  23505. "gender": "N",
  23506. "baseStats": {
  23507. "hp": 75,
  23508. "atk": 75,
  23509. "def": 130,
  23510. "spa": 75,
  23511. "spd": 130,
  23512. "spe": 95
  23513. },
  23514. "abilities": {
  23515. "0": "Levitate"
  23516. },
  23517. "heightm": 0.3,
  23518. "weightkg": 0.3,
  23519. "color": "Yellow",
  23520. "eggGroups": [
  23521. "Undiscovered"
  23522. ],
  23523. "name": "Uxie"
  23524. },
  23525. "mesprit": {
  23526. "num": 481,
  23527. "species": "Mesprit",
  23528. "types": [
  23529. "Psychic"
  23530. ],
  23531. "gender": "N",
  23532. "baseStats": {
  23533. "hp": 80,
  23534. "atk": 105,
  23535. "def": 105,
  23536. "spa": 105,
  23537. "spd": 105,
  23538. "spe": 80
  23539. },
  23540. "abilities": {
  23541. "0": "Levitate"
  23542. },
  23543. "heightm": 0.3,
  23544. "weightkg": 0.3,
  23545. "color": "Pink",
  23546. "eggGroups": [
  23547. "Undiscovered"
  23548. ],
  23549. "name": "Mesprit"
  23550. },
  23551. "azelf": {
  23552. "num": 482,
  23553. "species": "Azelf",
  23554. "types": [
  23555. "Psychic"
  23556. ],
  23557. "gender": "N",
  23558. "baseStats": {
  23559. "hp": 75,
  23560. "atk": 125,
  23561. "def": 70,
  23562. "spa": 125,
  23563. "spd": 70,
  23564. "spe": 115
  23565. },
  23566. "abilities": {
  23567. "0": "Levitate"
  23568. },
  23569. "heightm": 0.3,
  23570. "weightkg": 0.3,
  23571. "color": "Blue",
  23572. "eggGroups": [
  23573. "Undiscovered"
  23574. ],
  23575. "name": "Azelf"
  23576. },
  23577. "dialga": {
  23578. "num": 483,
  23579. "species": "Dialga",
  23580. "types": [
  23581. "Steel",
  23582. "Dragon"
  23583. ],
  23584. "gender": "N",
  23585. "baseStats": {
  23586. "hp": 100,
  23587. "atk": 120,
  23588. "def": 120,
  23589. "spa": 150,
  23590. "spd": 100,
  23591. "spe": 90
  23592. },
  23593. "abilities": {
  23594. "0": "Pressure",
  23595. "H": "Telepathy"
  23596. },
  23597. "heightm": 5.4,
  23598. "weightkg": 683,
  23599. "color": "White",
  23600. "eggGroups": [
  23601. "Undiscovered"
  23602. ],
  23603. "name": "Dialga"
  23604. },
  23605. "palkia": {
  23606. "num": 484,
  23607. "species": "Palkia",
  23608. "types": [
  23609. "Water",
  23610. "Dragon"
  23611. ],
  23612. "gender": "N",
  23613. "baseStats": {
  23614. "hp": 90,
  23615. "atk": 120,
  23616. "def": 100,
  23617. "spa": 150,
  23618. "spd": 120,
  23619. "spe": 100
  23620. },
  23621. "abilities": {
  23622. "0": "Pressure",
  23623. "H": "Telepathy"
  23624. },
  23625. "heightm": 4.2,
  23626. "weightkg": 336,
  23627. "color": "Purple",
  23628. "eggGroups": [
  23629. "Undiscovered"
  23630. ],
  23631. "name": "Palkia"
  23632. },
  23633. "heatran": {
  23634. "num": 485,
  23635. "species": "Heatran",
  23636. "types": [
  23637. "Fire",
  23638. "Steel"
  23639. ],
  23640. "baseStats": {
  23641. "hp": 91,
  23642. "atk": 90,
  23643. "def": 106,
  23644. "spa": 130,
  23645. "spd": 106,
  23646. "spe": 77
  23647. },
  23648. "abilities": {
  23649. "0": "Flash Fire",
  23650. "H": "Flame Body"
  23651. },
  23652. "heightm": 1.7,
  23653. "weightkg": 430,
  23654. "color": "Brown",
  23655. "eggGroups": [
  23656. "Undiscovered"
  23657. ],
  23658. "name": "Heatran",
  23659. "exists": true,
  23660. "tier": "OU",
  23661. "unreleasedHidden": true,
  23662. "learnset": {
  23663. "ancientpower": [
  23664. "6L001f"
  23665. ],
  23666. "attract": [
  23667. "6M"
  23668. ],
  23669. "bugbite": [
  23670.  
  23671. ],
  23672. "bulldoze": [
  23673. "6M"
  23674. ],
  23675. "captivate": [
  23676.  
  23677. ],
  23678. "crunch": [
  23679. "6L033"
  23680. ],
  23681. "darkpulse": [
  23682. "6M"
  23683. ],
  23684. "dig": [
  23685. "6M"
  23686. ],
  23687. "doubleteam": [
  23688. "6M"
  23689. ],
  23690. "dragonpulse": [
  23691.  
  23692. ],
  23693. "earthpower": [
  23694. "6L001c",
  23695. "6L073"
  23696. ],
  23697. "earthquake": [
  23698. "6M"
  23699. ],
  23700. "endure": [
  23701.  
  23702. ],
  23703. "eruption": [
  23704.  
  23705. ],
  23706. "explosion": [
  23707. "6M"
  23708. ],
  23709. "facade": [
  23710. "6M"
  23711. ],
  23712. "fireblast": [
  23713. "6M"
  23714. ],
  23715. "firefang": [
  23716. "6L017"
  23717. ],
  23718. "firespin": [
  23719. "6L001e",
  23720. "6L057"
  23721. ],
  23722. "flamecharge": [
  23723. "6M"
  23724. ],
  23725. "flamethrower": [
  23726. "6M"
  23727. ],
  23728. "flashcannon": [
  23729. "6M"
  23730. ],
  23731. "frustration": [
  23732. "6M"
  23733. ],
  23734. "gigaimpact": [
  23735. "6M"
  23736. ],
  23737. "headbutt": [
  23738.  
  23739. ],
  23740. "heatwave": [
  23741. "6L001b",
  23742. "6L081"
  23743. ],
  23744. "hiddenpower": [
  23745. "6M"
  23746. ],
  23747. "hyperbeam": [
  23748. "6M"
  23749. ],
  23750. "incinerate": [
  23751. "6M"
  23752. ],
  23753. "irondefense": [
  23754.  
  23755. ],
  23756. "ironhead": [
  23757. "6L001d",
  23758. "6L065"
  23759. ],
  23760. "lavaplume": [
  23761. "6L049"
  23762. ],
  23763. "leer": [
  23764. "6L009"
  23765. ],
  23766. "magmastorm": [
  23767. "6L001a",
  23768. "6L096"
  23769. ],
  23770. "metalsound": [
  23771. "6L025"
  23772. ],
  23773. "mudslap": [
  23774.  
  23775. ],
  23776. "naturalgift": [
  23777.  
  23778. ],
  23779. "overheat": [
  23780. "6M"
  23781. ],
  23782. "payback": [
  23783. "6M"
  23784. ],
  23785. "protect": [
  23786. "6M"
  23787. ],
  23788. "rest": [
  23789. "6M"
  23790. ],
  23791. "return": [
  23792. "6M"
  23793. ],
  23794. "roar": [
  23795. "6M"
  23796. ],
  23797. "rockclimb": [
  23798.  
  23799. ],
  23800. "rockslide": [
  23801. "6M"
  23802. ],
  23803. "rocksmash": [
  23804. "6M"
  23805. ],
  23806. "rocktomb": [
  23807. "6M"
  23808. ],
  23809. "round": [
  23810. "6M"
  23811. ],
  23812. "scaryface": [
  23813. "6L041"
  23814. ],
  23815. "secretpower": [
  23816.  
  23817. ],
  23818. "sleeptalk": [
  23819. "6M"
  23820. ],
  23821. "snore": [
  23822.  
  23823. ],
  23824. "solarbeam": [
  23825. "6M"
  23826. ],
  23827. "stealthrock": [
  23828.  
  23829. ],
  23830. "stoneedge": [
  23831. "6L088",
  23832. "6M"
  23833. ],
  23834. "strength": [
  23835. "6M"
  23836. ],
  23837. "substitute": [
  23838. "6M"
  23839. ],
  23840. "sunnyday": [
  23841. "6M"
  23842. ],
  23843. "swagger": [
  23844. "6M"
  23845. ],
  23846. "taunt": [
  23847. "6M"
  23848. ],
  23849. "torment": [
  23850. "6M"
  23851. ],
  23852. "toxic": [
  23853. "6M"
  23854. ],
  23855. "uproar": [
  23856.  
  23857. ],
  23858. "willowisp": [
  23859. "6M"
  23860. ],
  23861. "naturepower": [
  23862. "6M"
  23863. ],
  23864. "confide": [
  23865. "6M"
  23866. ]
  23867. },
  23868. "id": "heatran",
  23869. "speciesid": "heatran",
  23870. "baseSpecies": "Heatran",
  23871. "forme": "",
  23872. "formeLetter": "",
  23873. "spriteid": "heatran",
  23874. "effectType": "Template"
  23875. },
  23876. "regigigas": {
  23877. "num": 486,
  23878. "species": "Regigigas",
  23879. "types": [
  23880. "Normal"
  23881. ],
  23882. "gender": "N",
  23883. "baseStats": {
  23884. "hp": 110,
  23885. "atk": 160,
  23886. "def": 110,
  23887. "spa": 80,
  23888. "spd": 110,
  23889. "spe": 100
  23890. },
  23891. "abilities": {
  23892. "0": "Slow Start"
  23893. },
  23894. "heightm": 3.7,
  23895. "weightkg": 420,
  23896. "color": "White",
  23897. "eggGroups": [
  23898. "Undiscovered"
  23899. ],
  23900. "name": "Regigigas"
  23901. },
  23902. "giratina": {
  23903. "num": 487,
  23904. "species": "Giratina",
  23905. "baseForme": "Altered",
  23906. "types": [
  23907. "Ghost",
  23908. "Dragon"
  23909. ],
  23910. "gender": "N",
  23911. "baseStats": {
  23912. "hp": 150,
  23913. "atk": 100,
  23914. "def": 120,
  23915. "spa": 100,
  23916. "spd": 120,
  23917. "spe": 90
  23918. },
  23919. "abilities": {
  23920. "0": "Pressure",
  23921. "H": "Telepathy"
  23922. },
  23923. "heightm": 4.5,
  23924. "weightkg": 750,
  23925. "color": "Black",
  23926. "eggGroups": [
  23927. "Undiscovered"
  23928. ],
  23929. "otherFormes": [
  23930. "giratinaorigin"
  23931. ],
  23932. "name": "Giratina"
  23933. },
  23934. "giratinaorigin": {
  23935. "num": 487,
  23936. "species": "Giratina-Origin",
  23937. "baseSpecies": "Giratina",
  23938. "forme": "Origin",
  23939. "formeLetter": "O",
  23940. "types": [
  23941. "Ghost",
  23942. "Dragon"
  23943. ],
  23944. "gender": "N",
  23945. "baseStats": {
  23946. "hp": 150,
  23947. "atk": 120,
  23948. "def": 100,
  23949. "spa": 120,
  23950. "spd": 100,
  23951. "spe": 90
  23952. },
  23953. "abilities": {
  23954. "0": "Levitate"
  23955. },
  23956. "heightm": 6.9,
  23957. "weightkg": 650,
  23958. "color": "Black",
  23959. "eggGroups": [
  23960. "Undiscovered"
  23961. ],
  23962. "name": "Giratina-Origin"
  23963. },
  23964. "cresselia": {
  23965. "num": 488,
  23966. "species": "Cresselia",
  23967. "types": [
  23968. "Psychic"
  23969. ],
  23970. "gender": "F",
  23971. "baseStats": {
  23972. "hp": 120,
  23973. "atk": 70,
  23974. "def": 120,
  23975. "spa": 75,
  23976. "spd": 130,
  23977. "spe": 85
  23978. },
  23979. "abilities": {
  23980. "0": "Levitate"
  23981. },
  23982. "heightm": 1.5,
  23983. "weightkg": 85.6,
  23984. "color": "Yellow",
  23985. "eggGroups": [
  23986. "Undiscovered"
  23987. ],
  23988. "name": "Cresselia"
  23989. },
  23990. "phione": {
  23991. "num": 489,
  23992. "species": "Phione",
  23993. "types": [
  23994. "Water"
  23995. ],
  23996. "gender": "N",
  23997. "baseStats": {
  23998. "hp": 80,
  23999. "atk": 80,
  24000. "def": 80,
  24001. "spa": 80,
  24002. "spd": 80,
  24003. "spe": 80
  24004. },
  24005. "abilities": {
  24006. "0": "Hydration"
  24007. },
  24008. "heightm": 0.4,
  24009. "weightkg": 3.1,
  24010. "color": "Blue",
  24011. "eggGroups": [
  24012. "Water 1",
  24013. "Fairy"
  24014. ],
  24015. "name": "Phione"
  24016. },
  24017. "manaphy": {
  24018. "num": 490,
  24019. "species": "Manaphy",
  24020. "types": [
  24021. "Water"
  24022. ],
  24023. "gender": "N",
  24024. "baseStats": {
  24025. "hp": 100,
  24026. "atk": 100,
  24027. "def": 100,
  24028. "spa": 100,
  24029. "spd": 100,
  24030. "spe": 100
  24031. },
  24032. "abilities": {
  24033. "0": "Hydration"
  24034. },
  24035. "heightm": 0.3,
  24036. "weightkg": 1.4,
  24037. "color": "Blue",
  24038. "eggGroups": [
  24039. "Water 1",
  24040. "Fairy"
  24041. ],
  24042. "name": "Manaphy"
  24043. },
  24044. "darkrai": {
  24045. "num": 491,
  24046. "species": "Darkrai",
  24047. "types": [
  24048. "Dark"
  24049. ],
  24050. "gender": "N",
  24051. "baseStats": {
  24052. "hp": 70,
  24053. "atk": 90,
  24054. "def": 90,
  24055. "spa": 135,
  24056. "spd": 90,
  24057. "spe": 125
  24058. },
  24059. "abilities": {
  24060. "0": "Bad Dreams"
  24061. },
  24062. "heightm": 1.5,
  24063. "weightkg": 50.5,
  24064. "color": "Black",
  24065. "eggGroups": [
  24066. "Undiscovered"
  24067. ],
  24068. "name": "Darkrai"
  24069. },
  24070. "shaymin": {
  24071. "num": 492,
  24072. "species": "Shaymin",
  24073. "baseForme": "Land",
  24074. "types": [
  24075. "Grass"
  24076. ],
  24077. "gender": "N",
  24078. "baseStats": {
  24079. "hp": 100,
  24080. "atk": 100,
  24081. "def": 100,
  24082. "spa": 100,
  24083. "spd": 100,
  24084. "spe": 100
  24085. },
  24086. "abilities": {
  24087. "0": "Natural Cure"
  24088. },
  24089. "heightm": 0.2,
  24090. "weightkg": 2.1,
  24091. "color": "Green",
  24092. "eggGroups": [
  24093. "Undiscovered"
  24094. ],
  24095. "otherFormes": [
  24096. "shayminsky"
  24097. ],
  24098. "name": "Shaymin"
  24099. },
  24100. "shayminsky": {
  24101. "num": 492,
  24102. "species": "Shaymin-Sky",
  24103. "baseSpecies": "Shaymin",
  24104. "forme": "Sky",
  24105. "formeLetter": "S",
  24106. "types": [
  24107. "Grass",
  24108. "Flying"
  24109. ],
  24110. "gender": "N",
  24111. "baseStats": {
  24112. "hp": 100,
  24113. "atk": 103,
  24114. "def": 75,
  24115. "spa": 120,
  24116. "spd": 75,
  24117. "spe": 127
  24118. },
  24119. "abilities": {
  24120. "0": "Serene Grace"
  24121. },
  24122. "heightm": 0.4,
  24123. "weightkg": 5.2,
  24124. "color": "Green",
  24125. "eggGroups": [
  24126. "Undiscovered"
  24127. ],
  24128. "name": "Shaymin-Sky"
  24129. },
  24130. "arceus": {
  24131. "num": 493,
  24132. "species": "Arceus",
  24133. "baseForme": "Normal",
  24134. "types": [
  24135. "Normal"
  24136. ],
  24137. "gender": "N",
  24138. "baseStats": {
  24139. "hp": 120,
  24140. "atk": 120,
  24141. "def": 120,
  24142. "spa": 120,
  24143. "spd": 120,
  24144. "spe": 120
  24145. },
  24146. "abilities": {
  24147. "0": "Multitype"
  24148. },
  24149. "heightm": 3.2,
  24150. "weightkg": 320,
  24151. "color": "Gray",
  24152. "eggGroups": [
  24153. "Undiscovered"
  24154. ],
  24155. "otherFormes": [
  24156. "arceusbug",
  24157. "arceusdark",
  24158. "arceusdragon",
  24159. "arceuselectric",
  24160. "arceusfairy",
  24161. "arceusfighting",
  24162. "arceusfire",
  24163. "arceusflying",
  24164. "arceusghost",
  24165. "arceusgrass",
  24166. "arceusground",
  24167. "arceusice",
  24168. "arceuspoison",
  24169. "arceuspsychic",
  24170. "arceusrock",
  24171. "arceussteel",
  24172. "arceuswater"
  24173. ],
  24174. "name": "Arceus"
  24175. },
  24176. "arceusbug": {
  24177. "num": 493,
  24178. "species": "Arceus-Bug",
  24179. "baseSpecies": "Arceus",
  24180. "forme": "Bug",
  24181. "formeLetter": "B",
  24182. "types": [
  24183. "Bug"
  24184. ],
  24185. "gender": "N",
  24186. "baseStats": {
  24187. "hp": 120,
  24188. "atk": 120,
  24189. "def": 120,
  24190. "spa": 120,
  24191. "spd": 120,
  24192. "spe": 120
  24193. },
  24194. "abilities": {
  24195. "0": "Multitype"
  24196. },
  24197. "heightm": 3.2,
  24198. "weightkg": 320,
  24199. "color": "Gray",
  24200. "eggGroups": [
  24201. "Undiscovered"
  24202. ],
  24203. "name": "Arceus-Bug"
  24204. },
  24205. "arceusdark": {
  24206. "num": 493,
  24207. "species": "Arceus-Dark",
  24208. "baseSpecies": "Arceus",
  24209. "forme": "Dark",
  24210. "formeLetter": "D",
  24211. "types": [
  24212. "Dark"
  24213. ],
  24214. "gender": "N",
  24215. "baseStats": {
  24216. "hp": 120,
  24217. "atk": 120,
  24218. "def": 120,
  24219. "spa": 120,
  24220. "spd": 120,
  24221. "spe": 120
  24222. },
  24223. "abilities": {
  24224. "0": "Multitype"
  24225. },
  24226. "heightm": 3.2,
  24227. "weightkg": 320,
  24228. "color": "Gray",
  24229. "eggGroups": [
  24230. "Undiscovered"
  24231. ],
  24232. "name": "Arceus-Dark"
  24233. },
  24234. "arceusdragon": {
  24235. "num": 493,
  24236. "species": "Arceus-Dragon",
  24237. "baseSpecies": "Arceus",
  24238. "forme": "Dragon",
  24239. "formeLetter": "D",
  24240. "types": [
  24241. "Dragon"
  24242. ],
  24243. "gender": "N",
  24244. "baseStats": {
  24245. "hp": 120,
  24246. "atk": 120,
  24247. "def": 120,
  24248. "spa": 120,
  24249. "spd": 120,
  24250. "spe": 120
  24251. },
  24252. "abilities": {
  24253. "0": "Multitype"
  24254. },
  24255. "heightm": 3.2,
  24256. "weightkg": 320,
  24257. "color": "Gray",
  24258. "eggGroups": [
  24259. "Undiscovered"
  24260. ],
  24261. "name": "Arceus-Dragon"
  24262. },
  24263. "arceuselectric": {
  24264. "num": 493,
  24265. "species": "Arceus-Electric",
  24266. "baseSpecies": "Arceus",
  24267. "forme": "Electric",
  24268. "formeLetter": "E",
  24269. "types": [
  24270. "Electric"
  24271. ],
  24272. "gender": "N",
  24273. "baseStats": {
  24274. "hp": 120,
  24275. "atk": 120,
  24276. "def": 120,
  24277. "spa": 120,
  24278. "spd": 120,
  24279. "spe": 120
  24280. },
  24281. "abilities": {
  24282. "0": "Multitype"
  24283. },
  24284. "heightm": 3.2,
  24285. "weightkg": 320,
  24286. "color": "Gray",
  24287. "eggGroups": [
  24288. "Undiscovered"
  24289. ],
  24290. "name": "Arceus-Electric"
  24291. },
  24292. "arceusfairy": {
  24293. "num": 493,
  24294. "species": "Arceus-Fairy",
  24295. "baseSpecies": "Arceus",
  24296. "forme": "Fairy",
  24297. "formeLetter": "F",
  24298. "types": [
  24299. "Fairy"
  24300. ],
  24301. "gender": "N",
  24302. "baseStats": {
  24303. "hp": 120,
  24304. "atk": 120,
  24305. "def": 120,
  24306. "spa": 120,
  24307. "spd": 120,
  24308. "spe": 120
  24309. },
  24310. "abilities": {
  24311. "0": "Multitype"
  24312. },
  24313. "heightm": 3.2,
  24314. "weightkg": 320,
  24315. "color": "Gray",
  24316. "eggGroups": [
  24317. "Undiscovered"
  24318. ],
  24319. "name": "Arceus-Fairy"
  24320. },
  24321. "arceusfighting": {
  24322. "num": 493,
  24323. "species": "Arceus-Fighting",
  24324. "baseSpecies": "Arceus",
  24325. "forme": "Fighting",
  24326. "formeLetter": "F",
  24327. "types": [
  24328. "Fighting"
  24329. ],
  24330. "gender": "N",
  24331. "baseStats": {
  24332. "hp": 120,
  24333. "atk": 120,
  24334. "def": 120,
  24335. "spa": 120,
  24336. "spd": 120,
  24337. "spe": 120
  24338. },
  24339. "abilities": {
  24340. "0": "Multitype"
  24341. },
  24342. "heightm": 3.2,
  24343. "weightkg": 320,
  24344. "color": "Gray",
  24345. "eggGroups": [
  24346. "Undiscovered"
  24347. ],
  24348. "name": "Arceus-Fighting"
  24349. },
  24350. "arceusfire": {
  24351. "num": 493,
  24352. "species": "Arceus-Fire",
  24353. "baseSpecies": "Arceus",
  24354. "forme": "Fire",
  24355. "formeLetter": "F",
  24356. "types": [
  24357. "Fire"
  24358. ],
  24359. "gender": "N",
  24360. "baseStats": {
  24361. "hp": 120,
  24362. "atk": 120,
  24363. "def": 120,
  24364. "spa": 120,
  24365. "spd": 120,
  24366. "spe": 120
  24367. },
  24368. "abilities": {
  24369. "0": "Multitype"
  24370. },
  24371. "heightm": 3.2,
  24372. "weightkg": 320,
  24373. "color": "Gray",
  24374. "eggGroups": [
  24375. "Undiscovered"
  24376. ],
  24377. "name": "Arceus-Fire"
  24378. },
  24379. "arceusflying": {
  24380. "num": 493,
  24381. "species": "Arceus-Flying",
  24382. "baseSpecies": "Arceus",
  24383. "forme": "Flying",
  24384. "formeLetter": "F",
  24385. "types": [
  24386. "Flying"
  24387. ],
  24388. "gender": "N",
  24389. "baseStats": {
  24390. "hp": 120,
  24391. "atk": 120,
  24392. "def": 120,
  24393. "spa": 120,
  24394. "spd": 120,
  24395. "spe": 120
  24396. },
  24397. "abilities": {
  24398. "0": "Multitype"
  24399. },
  24400. "heightm": 3.2,
  24401. "weightkg": 320,
  24402. "color": "Gray",
  24403. "eggGroups": [
  24404. "Undiscovered"
  24405. ],
  24406. "name": "Arceus-Flying"
  24407. },
  24408. "arceusghost": {
  24409. "num": 493,
  24410. "species": "Arceus-Ghost",
  24411. "baseSpecies": "Arceus",
  24412. "forme": "Ghost",
  24413. "formeLetter": "G",
  24414. "types": [
  24415. "Ghost"
  24416. ],
  24417. "gender": "N",
  24418. "baseStats": {
  24419. "hp": 120,
  24420. "atk": 120,
  24421. "def": 120,
  24422. "spa": 120,
  24423. "spd": 120,
  24424. "spe": 120
  24425. },
  24426. "abilities": {
  24427. "0": "Multitype"
  24428. },
  24429. "heightm": 3.2,
  24430. "weightkg": 320,
  24431. "color": "Gray",
  24432. "eggGroups": [
  24433. "Undiscovered"
  24434. ],
  24435. "name": "Arceus-Ghost"
  24436. },
  24437. "arceusgrass": {
  24438. "num": 493,
  24439. "species": "Arceus-Grass",
  24440. "baseSpecies": "Arceus",
  24441. "forme": "Grass",
  24442. "formeLetter": "G",
  24443. "types": [
  24444. "Grass"
  24445. ],
  24446. "gender": "N",
  24447. "baseStats": {
  24448. "hp": 120,
  24449. "atk": 120,
  24450. "def": 120,
  24451. "spa": 120,
  24452. "spd": 120,
  24453. "spe": 120
  24454. },
  24455. "abilities": {
  24456. "0": "Multitype"
  24457. },
  24458. "heightm": 3.2,
  24459. "weightkg": 320,
  24460. "color": "Gray",
  24461. "eggGroups": [
  24462. "Undiscovered"
  24463. ],
  24464. "name": "Arceus-Grass"
  24465. },
  24466. "arceusground": {
  24467. "num": 493,
  24468. "species": "Arceus-Ground",
  24469. "baseSpecies": "Arceus",
  24470. "forme": "Ground",
  24471. "formeLetter": "G",
  24472. "types": [
  24473. "Ground"
  24474. ],
  24475. "gender": "N",
  24476. "baseStats": {
  24477. "hp": 120,
  24478. "atk": 120,
  24479. "def": 120,
  24480. "spa": 120,
  24481. "spd": 120,
  24482. "spe": 120
  24483. },
  24484. "abilities": {
  24485. "0": "Multitype"
  24486. },
  24487. "heightm": 3.2,
  24488. "weightkg": 320,
  24489. "color": "Gray",
  24490. "eggGroups": [
  24491. "Undiscovered"
  24492. ],
  24493. "name": "Arceus-Ground"
  24494. },
  24495. "arceusice": {
  24496. "num": 493,
  24497. "species": "Arceus-Ice",
  24498. "baseSpecies": "Arceus",
  24499. "forme": "Ice",
  24500. "formeLetter": "I",
  24501. "types": [
  24502. "Ice"
  24503. ],
  24504. "gender": "N",
  24505. "baseStats": {
  24506. "hp": 120,
  24507. "atk": 120,
  24508. "def": 120,
  24509. "spa": 120,
  24510. "spd": 120,
  24511. "spe": 120
  24512. },
  24513. "abilities": {
  24514. "0": "Multitype"
  24515. },
  24516. "heightm": 3.2,
  24517. "weightkg": 320,
  24518. "color": "Gray",
  24519. "eggGroups": [
  24520. "Undiscovered"
  24521. ],
  24522. "name": "Arceus-Ice"
  24523. },
  24524. "arceuspoison": {
  24525. "num": 493,
  24526. "species": "Arceus-Poison",
  24527. "baseSpecies": "Arceus",
  24528. "forme": "Poison",
  24529. "formeLetter": "P",
  24530. "types": [
  24531. "Poison"
  24532. ],
  24533. "gender": "N",
  24534. "baseStats": {
  24535. "hp": 120,
  24536. "atk": 120,
  24537. "def": 120,
  24538. "spa": 120,
  24539. "spd": 120,
  24540. "spe": 120
  24541. },
  24542. "abilities": {
  24543. "0": "Multitype"
  24544. },
  24545. "heightm": 3.2,
  24546. "weightkg": 320,
  24547. "color": "Gray",
  24548. "eggGroups": [
  24549. "Undiscovered"
  24550. ],
  24551. "name": "Arceus-Poison"
  24552. },
  24553. "arceuspsychic": {
  24554. "num": 493,
  24555. "species": "Arceus-Psychic",
  24556. "baseSpecies": "Arceus",
  24557. "forme": "Psychic",
  24558. "formeLetter": "P",
  24559. "types": [
  24560. "Psychic"
  24561. ],
  24562. "gender": "N",
  24563. "baseStats": {
  24564. "hp": 120,
  24565. "atk": 120,
  24566. "def": 120,
  24567. "spa": 120,
  24568. "spd": 120,
  24569. "spe": 120
  24570. },
  24571. "abilities": {
  24572. "0": "Multitype"
  24573. },
  24574. "heightm": 3.2,
  24575. "weightkg": 320,
  24576. "color": "Gray",
  24577. "eggGroups": [
  24578. "Undiscovered"
  24579. ],
  24580. "name": "Arceus-Psychic"
  24581. },
  24582. "arceusrock": {
  24583. "num": 493,
  24584. "species": "Arceus-Rock",
  24585. "baseSpecies": "Arceus",
  24586. "forme": "Rock",
  24587. "formeLetter": "R",
  24588. "types": [
  24589. "Rock"
  24590. ],
  24591. "gender": "N",
  24592. "baseStats": {
  24593. "hp": 120,
  24594. "atk": 120,
  24595. "def": 120,
  24596. "spa": 120,
  24597. "spd": 120,
  24598. "spe": 120
  24599. },
  24600. "abilities": {
  24601. "0": "Multitype"
  24602. },
  24603. "heightm": 3.2,
  24604. "weightkg": 320,
  24605. "color": "Gray",
  24606. "eggGroups": [
  24607. "Undiscovered"
  24608. ],
  24609. "name": "Arceus-Rock"
  24610. },
  24611. "arceussteel": {
  24612. "num": 493,
  24613. "species": "Arceus-Steel",
  24614. "baseSpecies": "Arceus",
  24615. "forme": "Steel",
  24616. "formeLetter": "S",
  24617. "types": [
  24618. "Steel"
  24619. ],
  24620. "gender": "N",
  24621. "baseStats": {
  24622. "hp": 120,
  24623. "atk": 120,
  24624. "def": 120,
  24625. "spa": 120,
  24626. "spd": 120,
  24627. "spe": 120
  24628. },
  24629. "abilities": {
  24630. "0": "Multitype"
  24631. },
  24632. "heightm": 3.2,
  24633. "weightkg": 320,
  24634. "color": "Gray",
  24635. "eggGroups": [
  24636. "Undiscovered"
  24637. ],
  24638. "name": "Arceus-Steel"
  24639. },
  24640. "arceuswater": {
  24641. "num": 493,
  24642. "species": "Arceus-Water",
  24643. "baseSpecies": "Arceus",
  24644. "forme": "Water",
  24645. "formeLetter": "W",
  24646. "types": [
  24647. "Water"
  24648. ],
  24649. "gender": "N",
  24650. "baseStats": {
  24651. "hp": 120,
  24652. "atk": 120,
  24653. "def": 120,
  24654. "spa": 120,
  24655. "spd": 120,
  24656. "spe": 120
  24657. },
  24658. "abilities": {
  24659. "0": "Multitype"
  24660. },
  24661. "heightm": 3.2,
  24662. "weightkg": 320,
  24663. "color": "Gray",
  24664. "eggGroups": [
  24665. "Undiscovered"
  24666. ],
  24667. "name": "Arceus-Water"
  24668. },
  24669. "victini": {
  24670. "num": 494,
  24671. "species": "Victini",
  24672. "types": [
  24673. "Psychic",
  24674. "Fire"
  24675. ],
  24676. "gender": "N",
  24677. "baseStats": {
  24678. "hp": 100,
  24679. "atk": 100,
  24680. "def": 100,
  24681. "spa": 100,
  24682. "spd": 100,
  24683. "spe": 100
  24684. },
  24685. "abilities": {
  24686. "0": "Victory Star"
  24687. },
  24688. "heightm": 0.4,
  24689. "weightkg": 4,
  24690. "color": "Yellow",
  24691. "eggGroups": [
  24692. "Undiscovered"
  24693. ],
  24694. "name": "Victini"
  24695. },
  24696. "snivy": {
  24697. "num": 495,
  24698. "species": "Snivy",
  24699. "types": [
  24700. "Grass"
  24701. ],
  24702. "genderRatio": {
  24703. "M": 0.875,
  24704. "F": 0.125
  24705. },
  24706. "baseStats": {
  24707. "hp": 45,
  24708. "atk": 45,
  24709. "def": 55,
  24710. "spa": 45,
  24711. "spd": 55,
  24712. "spe": 63
  24713. },
  24714. "abilities": {
  24715. "0": "Overgrow",
  24716. "H": "Contrary"
  24717. },
  24718. "heightm": 0.6,
  24719. "weightkg": 8.1,
  24720. "color": "Green",
  24721. "evos": [
  24722. "servine"
  24723. ],
  24724. "eggGroups": [
  24725. "Field",
  24726. "Grass"
  24727. ],
  24728. "name": "Snivy"
  24729. },
  24730. "servine": {
  24731. "num": 496,
  24732. "species": "Servine",
  24733. "types": [
  24734. "Grass"
  24735. ],
  24736. "genderRatio": {
  24737. "M": 0.875,
  24738. "F": 0.125
  24739. },
  24740. "baseStats": {
  24741. "hp": 60,
  24742. "atk": 60,
  24743. "def": 75,
  24744. "spa": 60,
  24745. "spd": 75,
  24746. "spe": 83
  24747. },
  24748. "abilities": {
  24749. "0": "Overgrow",
  24750. "H": "Contrary"
  24751. },
  24752. "heightm": 0.8,
  24753. "weightkg": 16,
  24754. "color": "Green",
  24755. "prevo": "snivy",
  24756. "evos": [
  24757. "serperior"
  24758. ],
  24759. "evoLevel": 17,
  24760. "eggGroups": [
  24761. "Field",
  24762. "Grass"
  24763. ],
  24764. "name": "Servine"
  24765. },
  24766. "serperior": {
  24767. "num": 497,
  24768. "species": "Serperior",
  24769. "types": [
  24770. "Grass"
  24771. ],
  24772. "genderRatio": {
  24773. "M": 0.875,
  24774. "F": 0.125
  24775. },
  24776. "baseStats": {
  24777. "hp": 75,
  24778. "atk": 75,
  24779. "def": 95,
  24780. "spa": 75,
  24781. "spd": 95,
  24782. "spe": 113
  24783. },
  24784. "abilities": {
  24785. "0": "Overgrow",
  24786. "H": "Contrary"
  24787. },
  24788. "heightm": 3.3,
  24789. "weightkg": 63,
  24790. "color": "Green",
  24791. "prevo": "servine",
  24792. "evoLevel": 36,
  24793. "eggGroups": [
  24794. "Field",
  24795. "Grass"
  24796. ],
  24797. "name": "Serperior"
  24798. },
  24799. "tepig": {
  24800. "num": 498,
  24801. "species": "Tepig",
  24802. "types": [
  24803. "Fire"
  24804. ],
  24805. "genderRatio": {
  24806. "M": 0.875,
  24807. "F": 0.125
  24808. },
  24809. "baseStats": {
  24810. "hp": 65,
  24811. "atk": 63,
  24812. "def": 45,
  24813. "spa": 45,
  24814. "spd": 45,
  24815. "spe": 45
  24816. },
  24817. "abilities": {
  24818. "0": "Blaze",
  24819. "H": "Thick Fat"
  24820. },
  24821. "heightm": 0.5,
  24822. "weightkg": 9.9,
  24823. "color": "Red",
  24824. "evos": [
  24825. "pignite"
  24826. ],
  24827. "eggGroups": [
  24828. "Field"
  24829. ],
  24830. "name": "Tepig"
  24831. },
  24832. "pignite": {
  24833. "num": 499,
  24834. "species": "Pignite",
  24835. "types": [
  24836. "Fire",
  24837. "Fighting"
  24838. ],
  24839. "genderRatio": {
  24840. "M": 0.875,
  24841. "F": 0.125
  24842. },
  24843. "baseStats": {
  24844. "hp": 90,
  24845. "atk": 93,
  24846. "def": 55,
  24847. "spa": 70,
  24848. "spd": 55,
  24849. "spe": 55
  24850. },
  24851. "abilities": {
  24852. "0": "Blaze",
  24853. "H": "Thick Fat"
  24854. },
  24855. "heightm": 1,
  24856. "weightkg": 55.5,
  24857. "color": "Red",
  24858. "prevo": "tepig",
  24859. "evos": [
  24860. "emboar"
  24861. ],
  24862. "evoLevel": 17,
  24863. "eggGroups": [
  24864. "Field"
  24865. ],
  24866. "name": "Pignite"
  24867. },
  24868. "emboar": {
  24869. "num": 500,
  24870. "species": "Emboar",
  24871. "types": [
  24872. "Fire",
  24873. "Fighting"
  24874. ],
  24875. "genderRatio": {
  24876. "M": 0.875,
  24877. "F": 0.125
  24878. },
  24879. "baseStats": {
  24880. "hp": 110,
  24881. "atk": 123,
  24882. "def": 65,
  24883. "spa": 100,
  24884. "spd": 65,
  24885. "spe": 65
  24886. },
  24887. "abilities": {
  24888. "0": "Blaze",
  24889. "H": "Reckless"
  24890. },
  24891. "heightm": 1.6,
  24892. "weightkg": 150,
  24893. "color": "Red",
  24894. "prevo": "pignite",
  24895. "evoLevel": 36,
  24896. "eggGroups": [
  24897. "Field"
  24898. ],
  24899. "name": "Emboar"
  24900. },
  24901. "oshawott": {
  24902. "num": 501,
  24903. "species": "Oshawott",
  24904. "types": [
  24905. "Water"
  24906. ],
  24907. "genderRatio": {
  24908. "M": 0.875,
  24909. "F": 0.125
  24910. },
  24911. "baseStats": {
  24912. "hp": 55,
  24913. "atk": 55,
  24914. "def": 45,
  24915. "spa": 63,
  24916. "spd": 45,
  24917. "spe": 45
  24918. },
  24919. "abilities": {
  24920. "0": "Torrent",
  24921. "H": "Shell Armor"
  24922. },
  24923. "heightm": 0.5,
  24924. "weightkg": 5.9,
  24925. "color": "Blue",
  24926. "evos": [
  24927. "dewott"
  24928. ],
  24929. "eggGroups": [
  24930. "Field"
  24931. ],
  24932. "name": "Oshawott"
  24933. },
  24934. "dewott": {
  24935. "num": 502,
  24936. "species": "Dewott",
  24937. "types": [
  24938. "Water"
  24939. ],
  24940. "genderRatio": {
  24941. "M": 0.875,
  24942. "F": 0.125
  24943. },
  24944. "baseStats": {
  24945. "hp": 75,
  24946. "atk": 75,
  24947. "def": 60,
  24948. "spa": 83,
  24949. "spd": 60,
  24950. "spe": 60
  24951. },
  24952. "abilities": {
  24953. "0": "Torrent",
  24954. "H": "Shell Armor"
  24955. },
  24956. "heightm": 0.8,
  24957. "weightkg": 24.5,
  24958. "color": "Blue",
  24959. "prevo": "oshawott",
  24960. "evos": [
  24961. "samurott"
  24962. ],
  24963. "evoLevel": 17,
  24964. "eggGroups": [
  24965. "Field"
  24966. ],
  24967. "name": "Dewott"
  24968. },
  24969. "samurott": {
  24970. "num": 503,
  24971. "species": "Samurott",
  24972. "types": [
  24973. "Water"
  24974. ],
  24975. "genderRatio": {
  24976. "M": 0.875,
  24977. "F": 0.125
  24978. },
  24979. "baseStats": {
  24980. "hp": 95,
  24981. "atk": 100,
  24982. "def": 85,
  24983. "spa": 108,
  24984. "spd": 70,
  24985. "spe": 70
  24986. },
  24987. "abilities": {
  24988. "0": "Torrent",
  24989. "H": "Shell Armor"
  24990. },
  24991. "heightm": 1.5,
  24992. "weightkg": 94.6,
  24993. "color": "Blue",
  24994. "prevo": "dewott",
  24995. "evoLevel": 36,
  24996. "eggGroups": [
  24997. "Field"
  24998. ],
  24999. "name": "Samurott"
  25000. },
  25001. "patrat": {
  25002. "num": 504,
  25003. "species": "Patrat",
  25004. "types": [
  25005. "Normal"
  25006. ],
  25007. "baseStats": {
  25008. "hp": 45,
  25009. "atk": 55,
  25010. "def": 39,
  25011. "spa": 35,
  25012. "spd": 39,
  25013. "spe": 42
  25014. },
  25015. "abilities": {
  25016. "0": "Run Away",
  25017. "1": "Keen Eye",
  25018. "H": "Analytic"
  25019. },
  25020. "heightm": 0.5,
  25021. "weightkg": 11.6,
  25022. "color": "Brown",
  25023. "evos": [
  25024. "watchog"
  25025. ],
  25026. "eggGroups": [
  25027. "Field"
  25028. ],
  25029. "name": "Patrat"
  25030. },
  25031. "watchog": {
  25032. "num": 505,
  25033. "species": "Watchog",
  25034. "types": [
  25035. "Normal"
  25036. ],
  25037. "baseStats": {
  25038. "hp": 60,
  25039. "atk": 85,
  25040. "def": 69,
  25041. "spa": 60,
  25042. "spd": 69,
  25043. "spe": 77
  25044. },
  25045. "abilities": {
  25046. "0": "Illuminate",
  25047. "1": "Keen Eye",
  25048. "H": "Analytic"
  25049. },
  25050. "heightm": 1.1,
  25051. "weightkg": 27,
  25052. "color": "Brown",
  25053. "prevo": "patrat",
  25054. "evoLevel": 20,
  25055. "eggGroups": [
  25056. "Field"
  25057. ],
  25058. "name": "Watchog"
  25059. },
  25060. "lillipup": {
  25061. "num": 506,
  25062. "species": "Lillipup",
  25063. "types": [
  25064. "Normal"
  25065. ],
  25066. "baseStats": {
  25067. "hp": 45,
  25068. "atk": 60,
  25069. "def": 45,
  25070. "spa": 25,
  25071. "spd": 45,
  25072. "spe": 55
  25073. },
  25074. "abilities": {
  25075. "0": "Vital Spirit",
  25076. "1": "Pickup",
  25077. "H": "Run Away"
  25078. },
  25079. "heightm": 0.4,
  25080. "weightkg": 4.1,
  25081. "color": "Brown",
  25082. "evos": [
  25083. "herdier"
  25084. ],
  25085. "eggGroups": [
  25086. "Field"
  25087. ],
  25088. "name": "Lillipup"
  25089. },
  25090. "herdier": {
  25091. "num": 507,
  25092. "species": "Herdier",
  25093. "types": [
  25094. "Normal"
  25095. ],
  25096. "baseStats": {
  25097. "hp": 65,
  25098. "atk": 80,
  25099. "def": 65,
  25100. "spa": 35,
  25101. "spd": 65,
  25102. "spe": 60
  25103. },
  25104. "abilities": {
  25105. "0": "Intimidate",
  25106. "1": "Sand Rush",
  25107. "H": "Scrappy"
  25108. },
  25109. "heightm": 0.9,
  25110. "weightkg": 14.7,
  25111. "color": "Gray",
  25112. "prevo": "lillipup",
  25113. "evos": [
  25114. "stoutland"
  25115. ],
  25116. "evoLevel": 16,
  25117. "eggGroups": [
  25118. "Field"
  25119. ],
  25120. "name": "Herdier"
  25121. },
  25122. "stoutland": {
  25123. "num": 508,
  25124. "species": "Stoutland",
  25125. "types": [
  25126. "Normal"
  25127. ],
  25128. "baseStats": {
  25129. "hp": 85,
  25130. "atk": 110,
  25131. "def": 90,
  25132. "spa": 45,
  25133. "spd": 90,
  25134. "spe": 80
  25135. },
  25136. "abilities": {
  25137. "0": "Intimidate",
  25138. "1": "Sand Rush",
  25139. "H": "Scrappy"
  25140. },
  25141. "heightm": 1.2,
  25142. "weightkg": 61,
  25143. "color": "Gray",
  25144. "prevo": "herdier",
  25145. "evoLevel": 32,
  25146. "eggGroups": [
  25147. "Field"
  25148. ],
  25149. "name": "Stoutland"
  25150. },
  25151. "purrloin": {
  25152. "num": 509,
  25153. "species": "Purrloin",
  25154. "types": [
  25155. "Dark"
  25156. ],
  25157. "baseStats": {
  25158. "hp": 41,
  25159. "atk": 50,
  25160. "def": 37,
  25161. "spa": 50,
  25162. "spd": 37,
  25163. "spe": 66
  25164. },
  25165. "abilities": {
  25166. "0": "Limber",
  25167. "1": "Unburden",
  25168. "H": "Prankster"
  25169. },
  25170. "heightm": 0.4,
  25171. "weightkg": 10.1,
  25172. "color": "Purple",
  25173. "evos": [
  25174. "liepard"
  25175. ],
  25176. "eggGroups": [
  25177. "Field"
  25178. ],
  25179. "name": "Purrloin"
  25180. },
  25181. "liepard": {
  25182. "num": 510,
  25183. "species": "Liepard",
  25184. "types": [
  25185. "Dark"
  25186. ],
  25187. "baseStats": {
  25188. "hp": 64,
  25189. "atk": 88,
  25190. "def": 50,
  25191. "spa": 88,
  25192. "spd": 50,
  25193. "spe": 106
  25194. },
  25195. "abilities": {
  25196. "0": "Limber",
  25197. "1": "Unburden",
  25198. "H": "Prankster"
  25199. },
  25200. "heightm": 1.1,
  25201. "weightkg": 37.5,
  25202. "color": "Purple",
  25203. "prevo": "purrloin",
  25204. "evoLevel": 20,
  25205. "eggGroups": [
  25206. "Field"
  25207. ],
  25208. "name": "Liepard",
  25209. "exists": true,
  25210. "tier": "NU",
  25211. "learnset": {
  25212. "aerialace": [
  25213. "6M"
  25214. ],
  25215. "assist": [
  25216. "6L001c",
  25217. "6L006"
  25218. ],
  25219. "assurance": [
  25220. "6L031"
  25221. ],
  25222. "attract": [
  25223. "6M"
  25224. ],
  25225. "cut": [
  25226. "6M"
  25227. ],
  25228. "doubleteam": [
  25229. "6M"
  25230. ],
  25231. "dreameater": [
  25232. "6M"
  25233. ],
  25234. "echoedvoice": [
  25235. "6M"
  25236. ],
  25237. "embargo": [
  25238. "6M"
  25239. ],
  25240. "encore": [
  25241.  
  25242. ],
  25243. "facade": [
  25244. "6M"
  25245. ],
  25246. "fakeout": [
  25247. "6L022"
  25248. ],
  25249. "frustration": [
  25250. "6M"
  25251. ],
  25252. "furyswipes": [
  25253. "6L012"
  25254. ],
  25255. "gigaimpact": [
  25256. "6M"
  25257. ],
  25258. "grassknot": [
  25259. "6M"
  25260. ],
  25261. "growl": [
  25262. "6L001b",
  25263. "6L003"
  25264. ],
  25265. "hiddenpower": [
  25266. "6M"
  25267. ],
  25268. "honeclaws": [
  25269. "6L026",
  25270. "6M"
  25271. ],
  25272. "hyperbeam": [
  25273. "6M"
  25274. ],
  25275. "nastyplot": [
  25276. "6L050"
  25277. ],
  25278. "nightslash": [
  25279. "6L043"
  25280. ],
  25281. "payback": [
  25282. "6M"
  25283. ],
  25284. "protect": [
  25285. "6M"
  25286. ],
  25287. "psychup": [
  25288. "6M"
  25289. ],
  25290. "pursuit": [
  25291. "6L015"
  25292. ],
  25293. "raindance": [
  25294. "6M"
  25295. ],
  25296. "rest": [
  25297. "6M"
  25298. ],
  25299. "return": [
  25300. "6M"
  25301. ],
  25302. "rocksmash": [
  25303. "6M"
  25304. ],
  25305. "round": [
  25306. "6M"
  25307. ],
  25308. "sandattack": [
  25309. "6L001d",
  25310. "6L010"
  25311. ],
  25312. "scratch": [
  25313. "6L001a"
  25314. ],
  25315. "shadowball": [
  25316. "6M"
  25317. ],
  25318. "shadowclaw": [
  25319. "6M"
  25320. ],
  25321. "slash": [
  25322. "6L034"
  25323. ],
  25324. "snarl": [
  25325. "6M"
  25326. ],
  25327. "snatch": [
  25328. "6L047"
  25329. ],
  25330. "substitute": [
  25331. "6M"
  25332. ],
  25333. "suckerpunch": [
  25334. "6L055"
  25335. ],
  25336. "sunnyday": [
  25337. "6M"
  25338. ],
  25339. "swagger": [
  25340. "6M"
  25341. ],
  25342. "taunt": [
  25343. "6L038",
  25344. "6M"
  25345. ],
  25346. "thief": [
  25347. "6M"
  25348. ],
  25349. "thunderwave": [
  25350. "6M"
  25351. ],
  25352. "torment": [
  25353. "6L019",
  25354. "6M"
  25355. ],
  25356. "toxic": [
  25357. "6M"
  25358. ],
  25359. "uturn": [
  25360. "6M"
  25361. ],
  25362. "covet": [
  25363.  
  25364. ],
  25365. "seedbomb": [
  25366.  
  25367. ],
  25368. "gunkshot": [
  25369.  
  25370. ],
  25371. "foulplay": [
  25372.  
  25373. ],
  25374. "darkpulse": [
  25375. "6M"
  25376. ],
  25377. "hypervoice": [
  25378.  
  25379. ],
  25380. "irontail": [
  25381.  
  25382. ],
  25383. "snore": [
  25384.  
  25385. ],
  25386. "knockoff": [
  25387.  
  25388. ],
  25389. "roleplay": [
  25390.  
  25391. ],
  25392. "spite": [
  25393.  
  25394. ],
  25395. "trick": [
  25396.  
  25397. ],
  25398. "sleeptalk": [
  25399. "6M"
  25400. ],
  25401. "playrough": [
  25402. "6L058"
  25403. ],
  25404. "confide": [
  25405. "6M"
  25406. ]
  25407. },
  25408. "id": "liepard",
  25409. "speciesid": "liepard",
  25410. "baseSpecies": "Liepard",
  25411. "forme": "",
  25412. "formeLetter": "",
  25413. "spriteid": "liepard",
  25414. "effectType": "Template"
  25415. },
  25416. "pansage": {
  25417. "num": 511,
  25418. "species": "Pansage",
  25419. "types": [
  25420. "Grass"
  25421. ],
  25422. "genderRatio": {
  25423. "M": 0.875,
  25424. "F": 0.125
  25425. },
  25426. "baseStats": {
  25427. "hp": 50,
  25428. "atk": 53,
  25429. "def": 48,
  25430. "spa": 53,
  25431. "spd": 48,
  25432. "spe": 64
  25433. },
  25434. "abilities": {
  25435. "0": "Gluttony",
  25436. "H": "Overgrow"
  25437. },
  25438. "heightm": 0.6,
  25439. "weightkg": 10.5,
  25440. "color": "Green",
  25441. "evos": [
  25442. "simisage"
  25443. ],
  25444. "eggGroups": [
  25445. "Field"
  25446. ],
  25447. "name": "Pansage"
  25448. },
  25449. "simisage": {
  25450. "num": 512,
  25451. "species": "Simisage",
  25452. "types": [
  25453. "Grass"
  25454. ],
  25455. "genderRatio": {
  25456. "M": 0.875,
  25457. "F": 0.125
  25458. },
  25459. "baseStats": {
  25460. "hp": 75,
  25461. "atk": 98,
  25462. "def": 63,
  25463. "spa": 98,
  25464. "spd": 63,
  25465. "spe": 101
  25466. },
  25467. "abilities": {
  25468. "0": "Gluttony",
  25469. "H": "Overgrow"
  25470. },
  25471. "heightm": 1.1,
  25472. "weightkg": 30.5,
  25473. "color": "Green",
  25474. "prevo": "pansage",
  25475. "evoLevel": 1,
  25476. "eggGroups": [
  25477. "Field"
  25478. ],
  25479. "name": "Simisage"
  25480. },
  25481. "pansear": {
  25482. "num": 513,
  25483. "species": "Pansear",
  25484. "types": [
  25485. "Fire"
  25486. ],
  25487. "genderRatio": {
  25488. "M": 0.875,
  25489. "F": 0.125
  25490. },
  25491. "baseStats": {
  25492. "hp": 50,
  25493. "atk": 53,
  25494. "def": 48,
  25495. "spa": 53,
  25496. "spd": 48,
  25497. "spe": 64
  25498. },
  25499. "abilities": {
  25500. "0": "Gluttony",
  25501. "H": "Blaze"
  25502. },
  25503. "heightm": 0.6,
  25504. "weightkg": 11,
  25505. "color": "Red",
  25506. "evos": [
  25507. "simisear"
  25508. ],
  25509. "eggGroups": [
  25510. "Field"
  25511. ],
  25512. "name": "Pansear"
  25513. },
  25514. "simisear": {
  25515. "num": 514,
  25516. "species": "Simisear",
  25517. "types": [
  25518. "Fire"
  25519. ],
  25520. "genderRatio": {
  25521. "M": 0.875,
  25522. "F": 0.125
  25523. },
  25524. "baseStats": {
  25525. "hp": 75,
  25526. "atk": 98,
  25527. "def": 63,
  25528. "spa": 98,
  25529. "spd": 63,
  25530. "spe": 101
  25531. },
  25532. "abilities": {
  25533. "0": "Gluttony",
  25534. "H": "Blaze"
  25535. },
  25536. "heightm": 1,
  25537. "weightkg": 28,
  25538. "color": "Red",
  25539. "prevo": "pansear",
  25540. "evoLevel": 1,
  25541. "eggGroups": [
  25542. "Field"
  25543. ],
  25544. "name": "Simisear"
  25545. },
  25546. "panpour": {
  25547. "num": 515,
  25548. "species": "Panpour",
  25549. "types": [
  25550. "Water"
  25551. ],
  25552. "genderRatio": {
  25553. "M": 0.875,
  25554. "F": 0.125
  25555. },
  25556. "baseStats": {
  25557. "hp": 50,
  25558. "atk": 53,
  25559. "def": 48,
  25560. "spa": 53,
  25561. "spd": 48,
  25562. "spe": 64
  25563. },
  25564. "abilities": {
  25565. "0": "Gluttony",
  25566. "H": "Torrent"
  25567. },
  25568. "heightm": 0.6,
  25569. "weightkg": 13.5,
  25570. "color": "Blue",
  25571. "evos": [
  25572. "simipour"
  25573. ],
  25574. "eggGroups": [
  25575. "Field"
  25576. ],
  25577. "name": "Panpour"
  25578. },
  25579. "simipour": {
  25580. "num": 516,
  25581. "species": "Simipour",
  25582. "types": [
  25583. "Water"
  25584. ],
  25585. "genderRatio": {
  25586. "M": 0.875,
  25587. "F": 0.125
  25588. },
  25589. "baseStats": {
  25590. "hp": 75,
  25591. "atk": 98,
  25592. "def": 63,
  25593. "spa": 98,
  25594. "spd": 63,
  25595. "spe": 101
  25596. },
  25597. "abilities": {
  25598. "0": "Gluttony",
  25599. "H": "Torrent"
  25600. },
  25601. "heightm": 1,
  25602. "weightkg": 29,
  25603. "color": "Blue",
  25604. "prevo": "panpour",
  25605. "evoLevel": 1,
  25606. "eggGroups": [
  25607. "Field"
  25608. ],
  25609. "name": "Simipour"
  25610. },
  25611. "munna": {
  25612. "num": 517,
  25613. "species": "Munna",
  25614. "types": [
  25615. "Psychic"
  25616. ],
  25617. "baseStats": {
  25618. "hp": 76,
  25619. "atk": 25,
  25620. "def": 45,
  25621. "spa": 67,
  25622. "spd": 55,
  25623. "spe": 24
  25624. },
  25625. "abilities": {
  25626. "0": "Forewarn",
  25627. "1": "Synchronize",
  25628. "H": "Telepathy"
  25629. },
  25630. "heightm": 0.6,
  25631. "weightkg": 23.3,
  25632. "color": "Pink",
  25633. "evos": [
  25634. "musharna"
  25635. ],
  25636. "eggGroups": [
  25637. "Field"
  25638. ],
  25639. "name": "Munna"
  25640. },
  25641. "musharna": {
  25642. "num": 518,
  25643. "species": "Musharna",
  25644. "types": [
  25645. "Psychic"
  25646. ],
  25647. "baseStats": {
  25648. "hp": 116,
  25649. "atk": 55,
  25650. "def": 85,
  25651. "spa": 107,
  25652. "spd": 95,
  25653. "spe": 29
  25654. },
  25655. "abilities": {
  25656. "0": "Forewarn",
  25657. "1": "Synchronize",
  25658. "H": "Telepathy"
  25659. },
  25660. "heightm": 1.1,
  25661. "weightkg": 60.5,
  25662. "color": "Pink",
  25663. "prevo": "munna",
  25664. "evoLevel": 1,
  25665. "eggGroups": [
  25666. "Field"
  25667. ],
  25668. "name": "Musharna"
  25669. },
  25670. "pidove": {
  25671. "num": 519,
  25672. "species": "Pidove",
  25673. "types": [
  25674. "Normal",
  25675. "Flying"
  25676. ],
  25677. "baseStats": {
  25678. "hp": 50,
  25679. "atk": 55,
  25680. "def": 50,
  25681. "spa": 36,
  25682. "spd": 30,
  25683. "spe": 43
  25684. },
  25685. "abilities": {
  25686. "0": "Big Pecks",
  25687. "1": "Super Luck",
  25688. "H": "Rivalry"
  25689. },
  25690. "heightm": 0.3,
  25691. "weightkg": 2.1,
  25692. "color": "Gray",
  25693. "evos": [
  25694. "tranquill"
  25695. ],
  25696. "eggGroups": [
  25697. "Flying"
  25698. ],
  25699. "name": "Pidove"
  25700. },
  25701. "tranquill": {
  25702. "num": 520,
  25703. "species": "Tranquill",
  25704. "types": [
  25705. "Normal",
  25706. "Flying"
  25707. ],
  25708. "baseStats": {
  25709. "hp": 62,
  25710. "atk": 77,
  25711. "def": 62,
  25712. "spa": 50,
  25713. "spd": 42,
  25714. "spe": 65
  25715. },
  25716. "abilities": {
  25717. "0": "Big Pecks",
  25718. "1": "Super Luck",
  25719. "H": "Rivalry"
  25720. },
  25721. "heightm": 0.6,
  25722. "weightkg": 15,
  25723. "color": "Gray",
  25724. "prevo": "pidove",
  25725. "evos": [
  25726. "unfezant"
  25727. ],
  25728. "evoLevel": 21,
  25729. "eggGroups": [
  25730. "Flying"
  25731. ],
  25732. "name": "Tranquill"
  25733. },
  25734. "unfezant": {
  25735. "num": 521,
  25736. "species": "Unfezant",
  25737. "types": [
  25738. "Normal",
  25739. "Flying"
  25740. ],
  25741. "baseStats": {
  25742. "hp": 80,
  25743. "atk": 115,
  25744. "def": 80,
  25745. "spa": 65,
  25746. "spd": 55,
  25747. "spe": 93
  25748. },
  25749. "abilities": {
  25750. "0": "Big Pecks",
  25751. "1": "Super Luck",
  25752. "H": "Rivalry"
  25753. },
  25754. "heightm": 1.2,
  25755. "weightkg": 29,
  25756. "color": "Gray",
  25757. "prevo": "tranquill",
  25758. "evoLevel": 32,
  25759. "eggGroups": [
  25760. "Flying"
  25761. ],
  25762. "name": "Unfezant"
  25763. },
  25764. "blitzle": {
  25765. "num": 522,
  25766. "species": "Blitzle",
  25767. "types": [
  25768. "Electric"
  25769. ],
  25770. "baseStats": {
  25771. "hp": 45,
  25772. "atk": 60,
  25773. "def": 32,
  25774. "spa": 50,
  25775. "spd": 32,
  25776. "spe": 76
  25777. },
  25778. "abilities": {
  25779. "0": "Lightning Rod",
  25780. "1": "Motor Drive",
  25781. "H": "Sap Sipper"
  25782. },
  25783. "heightm": 0.8,
  25784. "weightkg": 29.8,
  25785. "color": "Black",
  25786. "evos": [
  25787. "zebstrika"
  25788. ],
  25789. "eggGroups": [
  25790. "Field"
  25791. ],
  25792. "name": "Blitzle"
  25793. },
  25794. "zebstrika": {
  25795. "num": 523,
  25796. "species": "Zebstrika",
  25797. "types": [
  25798. "Electric"
  25799. ],
  25800. "baseStats": {
  25801. "hp": 75,
  25802. "atk": 100,
  25803. "def": 63,
  25804. "spa": 80,
  25805. "spd": 63,
  25806. "spe": 116
  25807. },
  25808. "abilities": {
  25809. "0": "Lightning Rod",
  25810. "1": "Motor Drive",
  25811. "H": "Sap Sipper"
  25812. },
  25813. "heightm": 1.6,
  25814. "weightkg": 79.5,
  25815. "color": "Black",
  25816. "prevo": "blitzle",
  25817. "evoLevel": 27,
  25818. "eggGroups": [
  25819. "Field"
  25820. ],
  25821. "name": "Zebstrika"
  25822. },
  25823. "roggenrola": {
  25824. "num": 524,
  25825. "species": "Roggenrola",
  25826. "types": [
  25827. "Rock"
  25828. ],
  25829. "baseStats": {
  25830. "hp": 55,
  25831. "atk": 75,
  25832. "def": 85,
  25833. "spa": 25,
  25834. "spd": 25,
  25835. "spe": 15
  25836. },
  25837. "abilities": {
  25838. "0": "Sturdy",
  25839. "H": "Sand Force"
  25840. },
  25841. "heightm": 0.4,
  25842. "weightkg": 18,
  25843. "color": "Blue",
  25844. "evos": [
  25845. "boldore"
  25846. ],
  25847. "eggGroups": [
  25848. "Mineral"
  25849. ],
  25850. "name": "Roggenrola"
  25851. },
  25852. "boldore": {
  25853. "num": 525,
  25854. "species": "Boldore",
  25855. "types": [
  25856. "Rock"
  25857. ],
  25858. "baseStats": {
  25859. "hp": 70,
  25860. "atk": 105,
  25861. "def": 105,
  25862. "spa": 50,
  25863. "spd": 40,
  25864. "spe": 20
  25865. },
  25866. "abilities": {
  25867. "0": "Sturdy",
  25868. "H": "Sand Force"
  25869. },
  25870. "heightm": 0.9,
  25871. "weightkg": 102,
  25872. "color": "Blue",
  25873. "prevo": "roggenrola",
  25874. "evos": [
  25875. "gigalith"
  25876. ],
  25877. "evoLevel": 25,
  25878. "eggGroups": [
  25879. "Mineral"
  25880. ],
  25881. "name": "Boldore"
  25882. },
  25883. "gigalith": {
  25884. "num": 526,
  25885. "species": "Gigalith",
  25886. "types": [
  25887. "Rock"
  25888. ],
  25889. "baseStats": {
  25890. "hp": 85,
  25891. "atk": 135,
  25892. "def": 130,
  25893. "spa": 60,
  25894. "spd": 80,
  25895. "spe": 25
  25896. },
  25897. "abilities": {
  25898. "0": "Sturdy",
  25899. "H": "Sand Force"
  25900. },
  25901. "heightm": 1.7,
  25902. "weightkg": 260,
  25903. "color": "Blue",
  25904. "prevo": "boldore",
  25905. "evoLevel": 25,
  25906. "eggGroups": [
  25907. "Mineral"
  25908. ],
  25909. "name": "Gigalith"
  25910. },
  25911. "woobat": {
  25912. "num": 527,
  25913. "species": "Woobat",
  25914. "types": [
  25915. "Psychic",
  25916. "Flying"
  25917. ],
  25918. "baseStats": {
  25919. "hp": 55,
  25920. "atk": 45,
  25921. "def": 43,
  25922. "spa": 55,
  25923. "spd": 43,
  25924. "spe": 72
  25925. },
  25926. "abilities": {
  25927. "0": "Unaware",
  25928. "1": "Klutz",
  25929. "H": "Simple"
  25930. },
  25931. "heightm": 0.4,
  25932. "weightkg": 2.1,
  25933. "color": "Blue",
  25934. "evos": [
  25935. "swoobat"
  25936. ],
  25937. "eggGroups": [
  25938. "Flying",
  25939. "Field"
  25940. ],
  25941. "name": "Woobat"
  25942. },
  25943. "swoobat": {
  25944. "num": 528,
  25945. "species": "Swoobat",
  25946. "types": [
  25947. "Psychic",
  25948. "Flying"
  25949. ],
  25950. "baseStats": {
  25951. "hp": 67,
  25952. "atk": 57,
  25953. "def": 55,
  25954. "spa": 77,
  25955. "spd": 55,
  25956. "spe": 114
  25957. },
  25958. "abilities": {
  25959. "0": "Unaware",
  25960. "1": "Klutz",
  25961. "H": "Simple"
  25962. },
  25963. "heightm": 0.9,
  25964. "weightkg": 10.5,
  25965. "color": "Blue",
  25966. "prevo": "woobat",
  25967. "evoLevel": 2,
  25968. "eggGroups": [
  25969. "Flying",
  25970. "Field"
  25971. ],
  25972. "name": "Swoobat"
  25973. },
  25974. "drilbur": {
  25975. "num": 529,
  25976. "species": "Drilbur",
  25977. "types": [
  25978. "Ground"
  25979. ],
  25980. "baseStats": {
  25981. "hp": 60,
  25982. "atk": 85,
  25983. "def": 40,
  25984. "spa": 30,
  25985. "spd": 45,
  25986. "spe": 68
  25987. },
  25988. "abilities": {
  25989. "0": "Sand Rush",
  25990. "1": "Sand Force",
  25991. "H": "Mold Breaker"
  25992. },
  25993. "heightm": 0.3,
  25994. "weightkg": 8.5,
  25995. "color": "Gray",
  25996. "evos": [
  25997. "excadrill"
  25998. ],
  25999. "eggGroups": [
  26000. "Field"
  26001. ],
  26002. "name": "Drilbur"
  26003. },
  26004. "excadrill": {
  26005. "num": 530,
  26006. "species": "Excadrill",
  26007. "types": [
  26008. "Ground",
  26009. "Steel"
  26010. ],
  26011. "baseStats": {
  26012. "hp": 110,
  26013. "atk": 135,
  26014. "def": 60,
  26015. "spa": 50,
  26016. "spd": 65,
  26017. "spe": 88
  26018. },
  26019. "abilities": {
  26020. "0": "Sand Rush",
  26021. "1": "Sand Force",
  26022. "H": "Mold Breaker"
  26023. },
  26024. "heightm": 0.7,
  26025. "weightkg": 40.4,
  26026. "color": "Gray",
  26027. "prevo": "drilbur",
  26028. "evoLevel": 31,
  26029. "eggGroups": [
  26030. "Field"
  26031. ],
  26032. "name": "Excadrill",
  26033. "exists": true,
  26034. "tier": "OU",
  26035. "learnset": {
  26036. "aerialace": [
  26037. "6M"
  26038. ],
  26039. "attract": [
  26040. "6M"
  26041. ],
  26042. "brickbreak": [
  26043. "6M"
  26044. ],
  26045. "bulldoze": [
  26046. "6M"
  26047. ],
  26048. "cut": [
  26049. "6M"
  26050. ],
  26051. "dig": [
  26052. "6L019",
  26053. "6M"
  26054. ],
  26055. "doubleteam": [
  26056. "6M"
  26057. ],
  26058. "drillrun": [
  26059. "6L055"
  26060. ],
  26061. "earthquake": [
  26062. "6L036",
  26063. "6M"
  26064. ],
  26065. "facade": [
  26066. "6M"
  26067. ],
  26068. "fissure": [
  26069. "6L062"
  26070. ],
  26071. "fling": [
  26072. "6M"
  26073. ],
  26074. "focusblast": [
  26075. "6M"
  26076. ],
  26077. "frustration": [
  26078. "6M"
  26079. ],
  26080. "furyswipes": [
  26081. "6L012"
  26082. ],
  26083. "gigaimpact": [
  26084. "6M"
  26085. ],
  26086. "hiddenpower": [
  26087. "6M"
  26088. ],
  26089. "honeclaws": [
  26090. "6L022",
  26091. "6M"
  26092. ],
  26093. "horndrill": [
  26094. "6L031"
  26095. ],
  26096. "hyperbeam": [
  26097. "6M"
  26098. ],
  26099. "metalclaw": [
  26100. "6L015"
  26101. ],
  26102. "mudslap": [
  26103. "6L001e",
  26104. "6L008"
  26105. ],
  26106. "mudsport": [
  26107. "6L001c"
  26108. ],
  26109. "poisonjab": [
  26110. "6M"
  26111. ],
  26112. "protect": [
  26113. "6M"
  26114. ],
  26115. "rapidspin": [
  26116. "6L001d",
  26117. "6L005"
  26118. ],
  26119. "rest": [
  26120. "6M"
  26121. ],
  26122. "return": [
  26123. "6M"
  26124. ],
  26125. "rockslide": [
  26126. "6L029",
  26127. "6M"
  26128. ],
  26129. "rocksmash": [
  26130. "6M"
  26131. ],
  26132. "rocktomb": [
  26133. "6M"
  26134. ],
  26135. "round": [
  26136. "6M"
  26137. ],
  26138. "sandstorm": [
  26139. "6L049",
  26140. "6M"
  26141. ],
  26142. "scratch": [
  26143. "6L001b"
  26144. ],
  26145. "shadowclaw": [
  26146. "6M"
  26147. ],
  26148. "slash": [
  26149. "6L026"
  26150. ],
  26151. "sludgebomb": [
  26152. "6M"
  26153. ],
  26154. "strength": [
  26155. "6M"
  26156. ],
  26157. "substitute": [
  26158. "6M"
  26159. ],
  26160. "swagger": [
  26161. "6M"
  26162. ],
  26163. "swordsdance": [
  26164. "6L042",
  26165. "6M"
  26166. ],
  26167. "toxic": [
  26168. "6M"
  26169. ],
  26170. "xscissor": [
  26171. "6M"
  26172. ],
  26173. "ironhead": [
  26174.  
  26175. ],
  26176. "earthpower": [
  26177.  
  26178. ],
  26179. "magnetrise": [
  26180.  
  26181. ],
  26182. "irondefense": [
  26183.  
  26184. ],
  26185. "snore": [
  26186.  
  26187. ],
  26188. "stealthrock": [
  26189.  
  26190. ],
  26191. "sleeptalk": [
  26192. "6M"
  26193. ],
  26194. "rototiller": [
  26195. "6L001a"
  26196. ],
  26197. "confide": [
  26198. "6M"
  26199. ]
  26200. },
  26201. "id": "excadrill",
  26202. "speciesid": "excadrill",
  26203. "baseSpecies": "Excadrill",
  26204. "forme": "",
  26205. "formeLetter": "",
  26206. "spriteid": "excadrill",
  26207. "effectType": "Template"
  26208. },
  26209. "audino": {
  26210. "num": 531,
  26211. "species": "Audino",
  26212. "types": [
  26213. "Normal"
  26214. ],
  26215. "baseStats": {
  26216. "hp": 103,
  26217. "atk": 60,
  26218. "def": 86,
  26219. "spa": 60,
  26220. "spd": 86,
  26221. "spe": 50
  26222. },
  26223. "abilities": {
  26224. "0": "Healer",
  26225. "1": "Regenerator",
  26226. "H": "Klutz"
  26227. },
  26228. "heightm": 1.1,
  26229. "weightkg": 31,
  26230. "color": "Pink",
  26231. "eggGroups": [
  26232. "Fairy"
  26233. ],
  26234. "otherFormes": [
  26235. "audinomega"
  26236. ],
  26237. "name": "Audino"
  26238. },
  26239. "audinomega": {
  26240. "num": 531,
  26241. "species": "Audino-Mega",
  26242. "baseSpecies": "Audino",
  26243. "forme": "Mega",
  26244. "formeLetter": "M",
  26245. "types": [
  26246. "Normal",
  26247. "Fairy"
  26248. ],
  26249. "baseStats": {
  26250. "hp": 103,
  26251. "atk": 60,
  26252. "def": 126,
  26253. "spa": 80,
  26254. "spd": 126,
  26255. "spe": 50
  26256. },
  26257. "abilities": {
  26258. "0": "Healer"
  26259. },
  26260. "heightm": 1.5,
  26261. "weightkg": 32,
  26262. "color": "Pink",
  26263. "eggGroups": [
  26264. "Fairy"
  26265. ],
  26266. "name": "Audino-Mega"
  26267. },
  26268. "timburr": {
  26269. "num": 532,
  26270. "species": "Timburr",
  26271. "types": [
  26272. "Fighting"
  26273. ],
  26274. "genderRatio": {
  26275. "M": 0.75,
  26276. "F": 0.25
  26277. },
  26278. "baseStats": {
  26279. "hp": 75,
  26280. "atk": 80,
  26281. "def": 55,
  26282. "spa": 25,
  26283. "spd": 35,
  26284. "spe": 35
  26285. },
  26286. "abilities": {
  26287. "0": "Guts",
  26288. "1": "Sheer Force",
  26289. "H": "Iron Fist"
  26290. },
  26291. "heightm": 0.6,
  26292. "weightkg": 12.5,
  26293. "color": "Gray",
  26294. "evos": [
  26295. "gurdurr"
  26296. ],
  26297. "eggGroups": [
  26298. "Human-Like"
  26299. ],
  26300. "name": "Timburr"
  26301. },
  26302. "gurdurr": {
  26303. "num": 533,
  26304. "species": "Gurdurr",
  26305. "types": [
  26306. "Fighting"
  26307. ],
  26308. "genderRatio": {
  26309. "M": 0.75,
  26310. "F": 0.25
  26311. },
  26312. "baseStats": {
  26313. "hp": 85,
  26314. "atk": 105,
  26315. "def": 85,
  26316. "spa": 40,
  26317. "spd": 50,
  26318. "spe": 40
  26319. },
  26320. "abilities": {
  26321. "0": "Guts",
  26322. "1": "Sheer Force",
  26323. "H": "Iron Fist"
  26324. },
  26325. "heightm": 1.2,
  26326. "weightkg": 40,
  26327. "color": "Gray",
  26328. "prevo": "timburr",
  26329. "evos": [
  26330. "conkeldurr"
  26331. ],
  26332. "evoLevel": 25,
  26333. "eggGroups": [
  26334. "Human-Like"
  26335. ],
  26336. "name": "Gurdurr"
  26337. },
  26338. "conkeldurr": {
  26339. "num": 534,
  26340. "species": "Conkeldurr",
  26341. "types": [
  26342. "Fighting"
  26343. ],
  26344. "genderRatio": {
  26345. "M": 0.75,
  26346. "F": 0.25
  26347. },
  26348. "baseStats": {
  26349. "hp": 105,
  26350. "atk": 140,
  26351. "def": 95,
  26352. "spa": 55,
  26353. "spd": 65,
  26354. "spe": 45
  26355. },
  26356. "abilities": {
  26357. "0": "Guts",
  26358. "1": "Sheer Force",
  26359. "H": "Iron Fist"
  26360. },
  26361. "heightm": 1.4,
  26362. "weightkg": 87,
  26363. "color": "Brown",
  26364. "prevo": "gurdurr",
  26365. "evoLevel": 25,
  26366. "eggGroups": [
  26367. "Human-Like"
  26368. ],
  26369. "name": "Conkeldurr"
  26370. },
  26371. "tympole": {
  26372. "num": 535,
  26373. "species": "Tympole",
  26374. "types": [
  26375. "Water"
  26376. ],
  26377. "baseStats": {
  26378. "hp": 50,
  26379. "atk": 50,
  26380. "def": 40,
  26381. "spa": 50,
  26382. "spd": 40,
  26383. "spe": 64
  26384. },
  26385. "abilities": {
  26386. "0": "Swift Swim",
  26387. "1": "Hydration",
  26388. "H": "Water Absorb"
  26389. },
  26390. "heightm": 0.5,
  26391. "weightkg": 4.5,
  26392. "color": "Blue",
  26393. "evos": [
  26394. "palpitoad"
  26395. ],
  26396. "eggGroups": [
  26397. "Water 1"
  26398. ],
  26399. "name": "Tympole"
  26400. },
  26401. "palpitoad": {
  26402. "num": 536,
  26403. "species": "Palpitoad",
  26404. "types": [
  26405. "Water",
  26406. "Ground"
  26407. ],
  26408. "baseStats": {
  26409. "hp": 75,
  26410. "atk": 65,
  26411. "def": 55,
  26412. "spa": 65,
  26413. "spd": 55,
  26414. "spe": 69
  26415. },
  26416. "abilities": {
  26417. "0": "Swift Swim",
  26418. "1": "Hydration",
  26419. "H": "Water Absorb"
  26420. },
  26421. "heightm": 0.8,
  26422. "weightkg": 17,
  26423. "color": "Blue",
  26424. "prevo": "tympole",
  26425. "evos": [
  26426. "seismitoad"
  26427. ],
  26428. "evoLevel": 25,
  26429. "eggGroups": [
  26430. "Water 1"
  26431. ],
  26432. "name": "Palpitoad"
  26433. },
  26434. "seismitoad": {
  26435. "num": 537,
  26436. "species": "Seismitoad",
  26437. "types": [
  26438. "Water",
  26439. "Ground"
  26440. ],
  26441. "baseStats": {
  26442. "hp": 105,
  26443. "atk": 95,
  26444. "def": 75,
  26445. "spa": 85,
  26446. "spd": 75,
  26447. "spe": 74
  26448. },
  26449. "abilities": {
  26450. "0": "Swift Swim",
  26451. "1": "Poison Touch",
  26452. "H": "Water Absorb"
  26453. },
  26454. "heightm": 1.5,
  26455. "weightkg": 62,
  26456. "color": "Blue",
  26457. "prevo": "palpitoad",
  26458. "evoLevel": 36,
  26459. "eggGroups": [
  26460. "Water 1"
  26461. ],
  26462. "name": "Seismitoad"
  26463. },
  26464. "throh": {
  26465. "num": 538,
  26466. "species": "Throh",
  26467. "types": [
  26468. "Fighting"
  26469. ],
  26470. "gender": "M",
  26471. "baseStats": {
  26472. "hp": 120,
  26473. "atk": 100,
  26474. "def": 85,
  26475. "spa": 30,
  26476. "spd": 85,
  26477. "spe": 45
  26478. },
  26479. "abilities": {
  26480. "0": "Guts",
  26481. "1": "Inner Focus",
  26482. "H": "Mold Breaker"
  26483. },
  26484. "heightm": 1.3,
  26485. "weightkg": 55.5,
  26486. "color": "Red",
  26487. "eggGroups": [
  26488. "Human-Like"
  26489. ],
  26490. "name": "Throh"
  26491. },
  26492. "sawk": {
  26493. "num": 539,
  26494. "species": "Sawk",
  26495. "types": [
  26496. "Fighting"
  26497. ],
  26498. "gender": "M",
  26499. "baseStats": {
  26500. "hp": 75,
  26501. "atk": 125,
  26502. "def": 75,
  26503. "spa": 30,
  26504. "spd": 75,
  26505. "spe": 85
  26506. },
  26507. "abilities": {
  26508. "0": "Sturdy",
  26509. "1": "Inner Focus",
  26510. "H": "Mold Breaker"
  26511. },
  26512. "heightm": 1.4,
  26513. "weightkg": 51,
  26514. "color": "Blue",
  26515. "eggGroups": [
  26516. "Human-Like"
  26517. ],
  26518. "name": "Sawk"
  26519. },
  26520. "sewaddle": {
  26521. "num": 540,
  26522. "species": "Sewaddle",
  26523. "types": [
  26524. "Bug",
  26525. "Grass"
  26526. ],
  26527. "baseStats": {
  26528. "hp": 45,
  26529. "atk": 53,
  26530. "def": 70,
  26531. "spa": 40,
  26532. "spd": 60,
  26533. "spe": 42
  26534. },
  26535. "abilities": {
  26536. "0": "Swarm",
  26537. "1": "Chlorophyll",
  26538. "H": "Overcoat"
  26539. },
  26540. "heightm": 0.3,
  26541. "weightkg": 2.5,
  26542. "color": "Yellow",
  26543. "evos": [
  26544. "swadloon"
  26545. ],
  26546. "eggGroups": [
  26547. "Bug"
  26548. ],
  26549. "name": "Sewaddle"
  26550. },
  26551. "swadloon": {
  26552. "num": 541,
  26553. "species": "Swadloon",
  26554. "types": [
  26555. "Bug",
  26556. "Grass"
  26557. ],
  26558. "baseStats": {
  26559. "hp": 55,
  26560. "atk": 63,
  26561. "def": 90,
  26562. "spa": 50,
  26563. "spd": 80,
  26564. "spe": 42
  26565. },
  26566. "abilities": {
  26567. "0": "Leaf Guard",
  26568. "1": "Chlorophyll",
  26569. "H": "Overcoat"
  26570. },
  26571. "heightm": 0.5,
  26572. "weightkg": 7.3,
  26573. "color": "Green",
  26574. "prevo": "sewaddle",
  26575. "evos": [
  26576. "leavanny"
  26577. ],
  26578. "evoLevel": 20,
  26579. "eggGroups": [
  26580. "Bug"
  26581. ],
  26582. "name": "Swadloon"
  26583. },
  26584. "leavanny": {
  26585. "num": 542,
  26586. "species": "Leavanny",
  26587. "types": [
  26588. "Bug",
  26589. "Grass"
  26590. ],
  26591. "baseStats": {
  26592. "hp": 75,
  26593. "atk": 103,
  26594. "def": 80,
  26595. "spa": 70,
  26596. "spd": 80,
  26597. "spe": 92
  26598. },
  26599. "abilities": {
  26600. "0": "Swarm",
  26601. "1": "Chlorophyll",
  26602. "H": "Overcoat"
  26603. },
  26604. "heightm": 1.2,
  26605. "weightkg": 20.5,
  26606. "color": "Yellow",
  26607. "prevo": "swadloon",
  26608. "evoLevel": 21,
  26609. "eggGroups": [
  26610. "Bug"
  26611. ],
  26612. "name": "Leavanny"
  26613. },
  26614. "venipede": {
  26615. "num": 543,
  26616. "species": "Venipede",
  26617. "types": [
  26618. "Bug",
  26619. "Poison"
  26620. ],
  26621. "baseStats": {
  26622. "hp": 30,
  26623. "atk": 45,
  26624. "def": 59,
  26625. "spa": 30,
  26626. "spd": 39,
  26627. "spe": 57
  26628. },
  26629. "abilities": {
  26630. "0": "Poison Point",
  26631. "1": "Swarm",
  26632. "H": "Speed Boost"
  26633. },
  26634. "heightm": 0.4,
  26635. "weightkg": 5.3,
  26636. "color": "Red",
  26637. "evos": [
  26638. "whirlipede"
  26639. ],
  26640. "eggGroups": [
  26641. "Bug"
  26642. ],
  26643. "name": "Venipede"
  26644. },
  26645. "whirlipede": {
  26646. "num": 544,
  26647. "species": "Whirlipede",
  26648. "types": [
  26649. "Bug",
  26650. "Poison"
  26651. ],
  26652. "baseStats": {
  26653. "hp": 40,
  26654. "atk": 55,
  26655. "def": 99,
  26656. "spa": 40,
  26657. "spd": 79,
  26658. "spe": 47
  26659. },
  26660. "abilities": {
  26661. "0": "Poison Point",
  26662. "1": "Swarm",
  26663. "H": "Speed Boost"
  26664. },
  26665. "heightm": 1.2,
  26666. "weightkg": 58.5,
  26667. "color": "Gray",
  26668. "prevo": "venipede",
  26669. "evos": [
  26670. "scolipede"
  26671. ],
  26672. "evoLevel": 22,
  26673. "eggGroups": [
  26674. "Bug"
  26675. ],
  26676. "name": "Whirlipede"
  26677. },
  26678. "scolipede": {
  26679. "num": 545,
  26680. "species": "Scolipede",
  26681. "types": [
  26682. "Bug",
  26683. "Poison"
  26684. ],
  26685. "baseStats": {
  26686. "hp": 60,
  26687. "atk": 100,
  26688. "def": 89,
  26689. "spa": 55,
  26690. "spd": 69,
  26691. "spe": 112
  26692. },
  26693. "abilities": {
  26694. "0": "Poison Point",
  26695. "1": "Swarm",
  26696. "H": "Speed Boost"
  26697. },
  26698. "heightm": 2.5,
  26699. "weightkg": 200.5,
  26700. "color": "Red",
  26701. "prevo": "whirlipede",
  26702. "evoLevel": 30,
  26703. "eggGroups": [
  26704. "Bug"
  26705. ],
  26706. "name": "Scolipede"
  26707. },
  26708. "cottonee": {
  26709. "num": 546,
  26710. "species": "Cottonee",
  26711. "types": [
  26712. "Grass",
  26713. "Fairy"
  26714. ],
  26715. "baseStats": {
  26716. "hp": 40,
  26717. "atk": 27,
  26718. "def": 60,
  26719. "spa": 37,
  26720. "spd": 50,
  26721. "spe": 66
  26722. },
  26723. "abilities": {
  26724. "0": "Prankster",
  26725. "1": "Infiltrator",
  26726. "H": "Chlorophyll"
  26727. },
  26728. "heightm": 0.3,
  26729. "weightkg": 0.6,
  26730. "color": "Green",
  26731. "evos": [
  26732. "whimsicott"
  26733. ],
  26734. "eggGroups": [
  26735. "Fairy",
  26736. "Grass"
  26737. ],
  26738. "name": "Cottonee"
  26739. },
  26740. "whimsicott": {
  26741. "num": 547,
  26742. "species": "Whimsicott",
  26743. "types": [
  26744. "Grass",
  26745. "Fairy"
  26746. ],
  26747. "baseStats": {
  26748. "hp": 60,
  26749. "atk": 67,
  26750. "def": 85,
  26751. "spa": 77,
  26752. "spd": 75,
  26753. "spe": 116
  26754. },
  26755. "abilities": {
  26756. "0": "Prankster",
  26757. "1": "Infiltrator",
  26758. "H": "Chlorophyll"
  26759. },
  26760. "heightm": 0.7,
  26761. "weightkg": 6.6,
  26762. "color": "Green",
  26763. "prevo": "cottonee",
  26764. "evoLevel": 1,
  26765. "eggGroups": [
  26766. "Fairy",
  26767. "Grass"
  26768. ],
  26769. "name": "Whimsicott"
  26770. },
  26771. "petilil": {
  26772. "num": 548,
  26773. "species": "Petilil",
  26774. "types": [
  26775. "Grass"
  26776. ],
  26777. "gender": "F",
  26778. "baseStats": {
  26779. "hp": 45,
  26780. "atk": 35,
  26781. "def": 50,
  26782. "spa": 70,
  26783. "spd": 50,
  26784. "spe": 30
  26785. },
  26786. "abilities": {
  26787. "0": "Chlorophyll",
  26788. "1": "Own Tempo",
  26789. "H": "Leaf Guard"
  26790. },
  26791. "heightm": 0.5,
  26792. "weightkg": 6.6,
  26793. "color": "Green",
  26794. "evos": [
  26795. "lilligant"
  26796. ],
  26797. "eggGroups": [
  26798. "Grass"
  26799. ],
  26800. "name": "Petilil"
  26801. },
  26802. "lilligant": {
  26803. "num": 549,
  26804. "species": "Lilligant",
  26805. "types": [
  26806. "Grass"
  26807. ],
  26808. "gender": "F",
  26809. "baseStats": {
  26810. "hp": 70,
  26811. "atk": 60,
  26812. "def": 75,
  26813. "spa": 110,
  26814. "spd": 75,
  26815. "spe": 90
  26816. },
  26817. "abilities": {
  26818. "0": "Chlorophyll",
  26819. "1": "Own Tempo",
  26820. "H": "Leaf Guard"
  26821. },
  26822. "heightm": 1.1,
  26823. "weightkg": 16.3,
  26824. "color": "Green",
  26825. "prevo": "petilil",
  26826. "evoLevel": 1,
  26827. "eggGroups": [
  26828. "Grass"
  26829. ],
  26830. "name": "Lilligant"
  26831. },
  26832. "basculin": {
  26833. "num": 550,
  26834. "species": "Basculin",
  26835. "baseForme": "Red-Striped",
  26836. "types": [
  26837. "Water"
  26838. ],
  26839. "baseStats": {
  26840. "hp": 70,
  26841. "atk": 92,
  26842. "def": 65,
  26843. "spa": 80,
  26844. "spd": 55,
  26845. "spe": 98
  26846. },
  26847. "abilities": {
  26848. "0": "Reckless",
  26849. "1": "Adaptability",
  26850. "H": "Mold Breaker"
  26851. },
  26852. "heightm": 1,
  26853. "weightkg": 18,
  26854. "color": "Green",
  26855. "eggGroups": [
  26856. "Water 2"
  26857. ],
  26858. "otherFormes": [
  26859. "basculinbluestriped"
  26860. ],
  26861. "name": "Basculin"
  26862. },
  26863. "basculinbluestriped": {
  26864. "num": 550,
  26865. "species": "Basculin-Blue-Striped",
  26866. "baseSpecies": "Basculin",
  26867. "forme": "Blue-Striped",
  26868. "formeLetter": "B",
  26869. "types": [
  26870. "Water"
  26871. ],
  26872. "baseStats": {
  26873. "hp": 70,
  26874. "atk": 92,
  26875. "def": 65,
  26876. "spa": 80,
  26877. "spd": 55,
  26878. "spe": 98
  26879. },
  26880. "abilities": {
  26881. "0": "Rock Head",
  26882. "1": "Adaptability",
  26883. "H": "Mold Breaker"
  26884. },
  26885. "heightm": 1,
  26886. "weightkg": 18,
  26887. "color": "Green",
  26888. "eggGroups": [
  26889. "Water 2"
  26890. ],
  26891. "name": "Basculin-Blue-Striped"
  26892. },
  26893. "sandile": {
  26894. "num": 551,
  26895. "species": "Sandile",
  26896. "types": [
  26897. "Ground",
  26898. "Dark"
  26899. ],
  26900. "baseStats": {
  26901. "hp": 50,
  26902. "atk": 72,
  26903. "def": 35,
  26904. "spa": 35,
  26905. "spd": 35,
  26906. "spe": 65
  26907. },
  26908. "abilities": {
  26909. "0": "Intimidate",
  26910. "1": "Moxie",
  26911. "H": "Anger Point"
  26912. },
  26913. "heightm": 0.7,
  26914. "weightkg": 15.2,
  26915. "color": "Brown",
  26916. "evos": [
  26917. "krokorok"
  26918. ],
  26919. "eggGroups": [
  26920. "Field"
  26921. ],
  26922. "name": "Sandile"
  26923. },
  26924. "krokorok": {
  26925. "num": 552,
  26926. "species": "Krokorok",
  26927. "types": [
  26928. "Ground",
  26929. "Dark"
  26930. ],
  26931. "baseStats": {
  26932. "hp": 60,
  26933. "atk": 82,
  26934. "def": 45,
  26935. "spa": 45,
  26936. "spd": 45,
  26937. "spe": 74
  26938. },
  26939. "abilities": {
  26940. "0": "Intimidate",
  26941. "1": "Moxie",
  26942. "H": "Anger Point"
  26943. },
  26944. "heightm": 1,
  26945. "weightkg": 33.4,
  26946. "color": "Brown",
  26947. "prevo": "sandile",
  26948. "evos": [
  26949. "krookodile"
  26950. ],
  26951. "evoLevel": 29,
  26952. "eggGroups": [
  26953. "Field"
  26954. ],
  26955. "name": "Krokorok"
  26956. },
  26957. "krookodile": {
  26958. "num": 553,
  26959. "species": "Krookodile",
  26960. "types": [
  26961. "Ground",
  26962. "Dark"
  26963. ],
  26964. "baseStats": {
  26965. "hp": 95,
  26966. "atk": 117,
  26967. "def": 80,
  26968. "spa": 65,
  26969. "spd": 70,
  26970. "spe": 92
  26971. },
  26972. "abilities": {
  26973. "0": "Intimidate",
  26974. "1": "Moxie",
  26975. "H": "Anger Point"
  26976. },
  26977. "heightm": 1.5,
  26978. "weightkg": 96.3,
  26979. "color": "Red",
  26980. "prevo": "krokorok",
  26981. "evoLevel": 40,
  26982. "eggGroups": [
  26983. "Field"
  26984. ],
  26985. "name": "Krookodile"
  26986. },
  26987. "darumaka": {
  26988. "num": 554,
  26989. "species": "Darumaka",
  26990. "types": [
  26991. "Fire"
  26992. ],
  26993. "baseStats": {
  26994. "hp": 70,
  26995. "atk": 90,
  26996. "def": 45,
  26997. "spa": 15,
  26998. "spd": 45,
  26999. "spe": 50
  27000. },
  27001. "abilities": {
  27002. "0": "Hustle",
  27003. "H": "Inner Focus"
  27004. },
  27005. "heightm": 0.6,
  27006. "weightkg": 37.5,
  27007. "color": "Red",
  27008. "evos": [
  27009. "darmanitan"
  27010. ],
  27011. "eggGroups": [
  27012. "Field"
  27013. ],
  27014. "name": "Darumaka"
  27015. },
  27016. "darmanitan": {
  27017. "num": 555,
  27018. "species": "Darmanitan",
  27019. "baseForme": "Standard",
  27020. "types": [
  27021. "Fire"
  27022. ],
  27023. "baseStats": {
  27024. "hp": 105,
  27025. "atk": 140,
  27026. "def": 55,
  27027. "spa": 30,
  27028. "spd": 55,
  27029. "spe": 95
  27030. },
  27031. "abilities": {
  27032. "0": "Sheer Force",
  27033. "H": "Zen Mode"
  27034. },
  27035. "heightm": 1.3,
  27036. "weightkg": 92.9,
  27037. "color": "Red",
  27038. "prevo": "darumaka",
  27039. "evoLevel": 35,
  27040. "eggGroups": [
  27041. "Field"
  27042. ],
  27043. "otherFormes": [
  27044. "darmanitanzen"
  27045. ],
  27046. "name": "Darmanitan",
  27047. "exists": true,
  27048. "tier": "UU",
  27049. "learnset": {
  27050. "attract": [
  27051. "6M"
  27052. ],
  27053. "bellydrum": [
  27054. "6L030"
  27055. ],
  27056. "brickbreak": [
  27057. "6M"
  27058. ],
  27059. "bulkup": [
  27060. "6M"
  27061. ],
  27062. "bulldoze": [
  27063. "6M"
  27064. ],
  27065. "dig": [
  27066. "6M"
  27067. ],
  27068. "doubleteam": [
  27069. "6M"
  27070. ],
  27071. "earthquake": [
  27072. "6M"
  27073. ],
  27074. "facade": [
  27075. "6L019",
  27076. "6M"
  27077. ],
  27078. "fireblast": [
  27079. "6M"
  27080. ],
  27081. "firefang": [
  27082. "6L011"
  27083. ],
  27084. "firepunch": [
  27085. "6L022"
  27086. ],
  27087. "flamecharge": [
  27088. "6M"
  27089. ],
  27090. "flamethrower": [
  27091. "6M"
  27092. ],
  27093. "flareblitz": [
  27094. "6L033"
  27095. ],
  27096. "fling": [
  27097. "6M"
  27098. ],
  27099. "focusblast": [
  27100. "6M"
  27101. ],
  27102. "frustration": [
  27103. "6M"
  27104. ],
  27105. "gigaimpact": [
  27106. "6M"
  27107. ],
  27108. "grassknot": [
  27109. "6M"
  27110. ],
  27111. "gyroball": [
  27112. "6M"
  27113. ],
  27114. "hammerarm": [
  27115. "6L035"
  27116. ],
  27117. "headbutt": [
  27118. "6L014"
  27119. ],
  27120. "hiddenpower": [
  27121. "6M"
  27122. ],
  27123. "hyperbeam": [
  27124. "6M"
  27125. ],
  27126. "incinerate": [
  27127. "6L001c",
  27128. "6L006",
  27129. "6M"
  27130. ],
  27131. "overheat": [
  27132. "6L054",
  27133. "6M"
  27134. ],
  27135. "payback": [
  27136. "6M"
  27137. ],
  27138. "protect": [
  27139. "6M"
  27140. ],
  27141. "psychic": [
  27142. "6M"
  27143. ],
  27144. "rage": [
  27145. "6L001d",
  27146. "6L009"
  27147. ],
  27148. "rest": [
  27149. "6M"
  27150. ],
  27151. "return": [
  27152. "6M"
  27153. ],
  27154. "roar": [
  27155. "6M"
  27156. ],
  27157. "rockslide": [
  27158. "6M"
  27159. ],
  27160. "rocksmash": [
  27161. "6M"
  27162. ],
  27163. "rocktomb": [
  27164. "6M"
  27165. ],
  27166. "rollout": [
  27167. "6L001b",
  27168. "6L003"
  27169. ],
  27170. "round": [
  27171. "6M"
  27172. ],
  27173. "smackdown": [
  27174. "6M"
  27175. ],
  27176. "solarbeam": [
  27177. "6M"
  27178. ],
  27179. "stoneedge": [
  27180. "6M"
  27181. ],
  27182. "strength": [
  27183. "6M"
  27184. ],
  27185. "substitute": [
  27186. "6M"
  27187. ],
  27188. "sunnyday": [
  27189. "6M"
  27190. ],
  27191. "superpower": [
  27192. "6L047"
  27193. ],
  27194. "swagger": [
  27195. "6L017",
  27196. "6M"
  27197. ],
  27198. "tackle": [
  27199. "6L001a"
  27200. ],
  27201. "taunt": [
  27202. "6L039",
  27203. "6M"
  27204. ],
  27205. "thief": [
  27206. "6M"
  27207. ],
  27208. "thrash": [
  27209. "6L027"
  27210. ],
  27211. "torment": [
  27212. "6M"
  27213. ],
  27214. "toxic": [
  27215. "6M"
  27216. ],
  27217. "uturn": [
  27218. "6M"
  27219. ],
  27220. "willowisp": [
  27221. "6M"
  27222. ],
  27223. "workup": [
  27224. "6L025"
  27225. ],
  27226. "uproar": [
  27227.  
  27228. ],
  27229. "zenheadbutt": [
  27230.  
  27231. ],
  27232. "snore": [
  27233.  
  27234. ],
  27235. "heatwave": [
  27236.  
  27237. ],
  27238. "endeavor": [
  27239.  
  27240. ],
  27241. "sleeptalk": [
  27242. "6M"
  27243. ],
  27244. "poweruppunch": [
  27245. "6M"
  27246. ],
  27247. "confide": [
  27248. "6M"
  27249. ]
  27250. },
  27251. "id": "darmanitan",
  27252. "speciesid": "darmanitan",
  27253. "baseSpecies": "Darmanitan",
  27254. "forme": "",
  27255. "formeLetter": "",
  27256. "spriteid": "darmanitan",
  27257. "effectType": "Template"
  27258. },
  27259. "darmanitanzen": {
  27260. "num": 555,
  27261. "species": "Darmanitan-Zen",
  27262. "baseSpecies": "Darmanitan",
  27263. "forme": "Zen",
  27264. "formeLetter": "Z",
  27265. "types": [
  27266. "Fire",
  27267. "Psychic"
  27268. ],
  27269. "baseStats": {
  27270. "hp": 105,
  27271. "atk": 30,
  27272. "def": 105,
  27273. "spa": 140,
  27274. "spd": 105,
  27275. "spe": 55
  27276. },
  27277. "abilities": {
  27278. "0": "Sheer Force",
  27279. "H": "Zen Mode"
  27280. },
  27281. "heightm": 1.3,
  27282. "weightkg": 92.9,
  27283. "color": "Red",
  27284. "prevo": "darumaka",
  27285. "evoLevel": 35,
  27286. "eggGroups": [
  27287. "Field"
  27288. ],
  27289. "name": "Darmanitan-Zen"
  27290. },
  27291. "maractus": {
  27292. "num": 556,
  27293. "species": "Maractus",
  27294. "types": [
  27295. "Grass"
  27296. ],
  27297. "baseStats": {
  27298. "hp": 75,
  27299. "atk": 86,
  27300. "def": 67,
  27301. "spa": 106,
  27302. "spd": 67,
  27303. "spe": 60
  27304. },
  27305. "abilities": {
  27306. "0": "Water Absorb",
  27307. "1": "Chlorophyll",
  27308. "H": "Storm Drain"
  27309. },
  27310. "heightm": 1,
  27311. "weightkg": 28,
  27312. "color": "Green",
  27313. "eggGroups": [
  27314. "Grass"
  27315. ],
  27316. "name": "Maractus"
  27317. },
  27318. "dwebble": {
  27319. "num": 557,
  27320. "species": "Dwebble",
  27321. "types": [
  27322. "Bug",
  27323. "Rock"
  27324. ],
  27325. "baseStats": {
  27326. "hp": 50,
  27327. "atk": 65,
  27328. "def": 85,
  27329. "spa": 35,
  27330. "spd": 35,
  27331. "spe": 55
  27332. },
  27333. "abilities": {
  27334. "0": "Sturdy",
  27335. "1": "Shell Armor",
  27336. "H": "Weak Armor"
  27337. },
  27338. "heightm": 0.3,
  27339. "weightkg": 14.5,
  27340. "color": "Red",
  27341. "evos": [
  27342. "crustle"
  27343. ],
  27344. "eggGroups": [
  27345. "Bug",
  27346. "Mineral"
  27347. ],
  27348. "name": "Dwebble"
  27349. },
  27350. "crustle": {
  27351. "num": 558,
  27352. "species": "Crustle",
  27353. "types": [
  27354. "Bug",
  27355. "Rock"
  27356. ],
  27357. "baseStats": {
  27358. "hp": 70,
  27359. "atk": 95,
  27360. "def": 125,
  27361. "spa": 65,
  27362. "spd": 75,
  27363. "spe": 45
  27364. },
  27365. "abilities": {
  27366. "0": "Sturdy",
  27367. "1": "Shell Armor",
  27368. "H": "Weak Armor"
  27369. },
  27370. "heightm": 1.4,
  27371. "weightkg": 200,
  27372. "color": "Red",
  27373. "prevo": "dwebble",
  27374. "evoLevel": 34,
  27375. "eggGroups": [
  27376. "Bug",
  27377. "Mineral"
  27378. ],
  27379. "name": "Crustle"
  27380. },
  27381. "scraggy": {
  27382. "num": 559,
  27383. "species": "Scraggy",
  27384. "types": [
  27385. "Dark",
  27386. "Fighting"
  27387. ],
  27388. "baseStats": {
  27389. "hp": 50,
  27390. "atk": 75,
  27391. "def": 70,
  27392. "spa": 35,
  27393. "spd": 70,
  27394. "spe": 48
  27395. },
  27396. "abilities": {
  27397. "0": "Shed Skin",
  27398. "1": "Moxie",
  27399. "H": "Intimidate"
  27400. },
  27401. "heightm": 0.6,
  27402. "weightkg": 11.8,
  27403. "color": "Yellow",
  27404. "evos": [
  27405. "scrafty"
  27406. ],
  27407. "eggGroups": [
  27408. "Field",
  27409. "Dragon"
  27410. ],
  27411. "name": "Scraggy"
  27412. },
  27413. "scrafty": {
  27414. "num": 560,
  27415. "species": "Scrafty",
  27416. "types": [
  27417. "Dark",
  27418. "Fighting"
  27419. ],
  27420. "baseStats": {
  27421. "hp": 65,
  27422. "atk": 90,
  27423. "def": 115,
  27424. "spa": 45,
  27425. "spd": 115,
  27426. "spe": 58
  27427. },
  27428. "abilities": {
  27429. "0": "Shed Skin",
  27430. "1": "Moxie",
  27431. "H": "Intimidate"
  27432. },
  27433. "heightm": 1.1,
  27434. "weightkg": 30,
  27435. "color": "Red",
  27436. "prevo": "scraggy",
  27437. "evoLevel": 39,
  27438. "eggGroups": [
  27439. "Field",
  27440. "Dragon"
  27441. ],
  27442. "name": "Scrafty",
  27443. "exists": true,
  27444. "tier": "UU",
  27445. "learnset": {
  27446. "attract": [
  27447. "6M"
  27448. ],
  27449. "brickbreak": [
  27450. "6L020",
  27451. "6M"
  27452. ],
  27453. "bulkup": [
  27454. "6M"
  27455. ],
  27456. "chipaway": [
  27457. "6L027"
  27458. ],
  27459. "crunch": [
  27460. "6L038"
  27461. ],
  27462. "dig": [
  27463. "6M"
  27464. ],
  27465. "doubleteam": [
  27466. "6M"
  27467. ],
  27468. "dragonclaw": [
  27469. "6M"
  27470. ],
  27471. "dragontail": [
  27472. "6M"
  27473. ],
  27474. "drainpunch": [
  27475.  
  27476. ],
  27477. "facade": [
  27478. "6L045",
  27479. "6M"
  27480. ],
  27481. "feintattack": [
  27482. "6L001d",
  27483. "6L009"
  27484. ],
  27485. "firepunch": [
  27486.  
  27487. ],
  27488. "fling": [
  27489. "6M"
  27490. ],
  27491. "focusblast": [
  27492. "6M"
  27493. ],
  27494. "focuspunch": [
  27495. "6L058"
  27496. ],
  27497. "frustration": [
  27498. "6M"
  27499. ],
  27500. "gigaimpact": [
  27501. "6M"
  27502. ],
  27503. "grassknot": [
  27504. "6M"
  27505. ],
  27506. "headbutt": [
  27507. "6L012"
  27508. ],
  27509. "headsmash": [
  27510. "6L065"
  27511. ],
  27512. "hiddenpower": [
  27513. "6M"
  27514. ],
  27515. "highjumpkick": [
  27516. "6L031"
  27517. ],
  27518. "hyperbeam": [
  27519. "6M"
  27520. ],
  27521. "incinerate": [
  27522. "6M"
  27523. ],
  27524. "leer": [
  27525. "6L001a"
  27526. ],
  27527. "lowkick": [
  27528. "6L001b"
  27529. ],
  27530. "lowsweep": [
  27531. "6M"
  27532. ],
  27533. "payback": [
  27534. "6L023",
  27535. "6M"
  27536. ],
  27537. "poisonjab": [
  27538. "6M"
  27539. ],
  27540. "protect": [
  27541. "6M"
  27542. ],
  27543. "raindance": [
  27544. "6M"
  27545. ],
  27546. "rest": [
  27547. "6M"
  27548. ],
  27549. "retaliate": [
  27550. "6M"
  27551. ],
  27552. "return": [
  27553. "6M"
  27554. ],
  27555. "roar": [
  27556. "6M"
  27557. ],
  27558. "rockclimb": [
  27559. "6L051"
  27560. ],
  27561. "rockslide": [
  27562. "6M"
  27563. ],
  27564. "rocksmash": [
  27565. "6M"
  27566. ],
  27567. "rocktomb": [
  27568. "6M"
  27569. ],
  27570. "round": [
  27571. "6M"
  27572. ],
  27573. "sandattack": [
  27574. "6L001c",
  27575. "6L005"
  27576. ],
  27577. "scaryface": [
  27578. "6L034"
  27579. ],
  27580. "sludgebomb": [
  27581. "6M"
  27582. ],
  27583. "smackdown": [
  27584. "6M"
  27585. ],
  27586. "snarl": [
  27587. "6M"
  27588. ],
  27589. "stoneedge": [
  27590. "6M"
  27591. ],
  27592. "strength": [
  27593. "6M"
  27594. ],
  27595. "substitute": [
  27596. "6M"
  27597. ],
  27598. "sunnyday": [
  27599. "6M"
  27600. ],
  27601. "swagger": [
  27602. "6L016",
  27603. "6M"
  27604. ],
  27605. "taunt": [
  27606. "6M"
  27607. ],
  27608. "thief": [
  27609. "6M"
  27610. ],
  27611. "torment": [
  27612. "6M"
  27613. ],
  27614. "toxic": [
  27615. "6M"
  27616. ],
  27617. "workup": [
  27618.  
  27619. ],
  27620. "superfang": [
  27621.  
  27622. ],
  27623. "dualchop": [
  27624.  
  27625. ],
  27626. "ironhead": [
  27627.  
  27628. ],
  27629. "thunderpunch": [
  27630.  
  27631. ],
  27632. "icepunch": [
  27633.  
  27634. ],
  27635. "foulplay": [
  27636.  
  27637. ],
  27638. "irondefense": [
  27639.  
  27640. ],
  27641. "darkpulse": [
  27642. "6M"
  27643. ],
  27644. "zenheadbutt": [
  27645.  
  27646. ],
  27647. "dragonpulse": [
  27648.  
  27649. ],
  27650. "irontail": [
  27651.  
  27652. ],
  27653. "snore": [
  27654.  
  27655. ],
  27656. "knockoff": [
  27657.  
  27658. ],
  27659. "spite": [
  27660.  
  27661. ],
  27662. "outrage": [
  27663.  
  27664. ],
  27665. "snatch": [
  27666.  
  27667. ],
  27668. "sleeptalk": [
  27669. "6M"
  27670. ],
  27671. "poweruppunch": [
  27672. "6M"
  27673. ],
  27674. "confide": [
  27675. "6M"
  27676. ]
  27677. },
  27678. "id": "scrafty",
  27679. "speciesid": "scrafty",
  27680. "baseSpecies": "Scrafty",
  27681. "forme": "",
  27682. "formeLetter": "",
  27683. "spriteid": "scrafty",
  27684. "effectType": "Template"
  27685. },
  27686. "sigilyph": {
  27687. "num": 561,
  27688. "species": "Sigilyph",
  27689. "types": [
  27690. "Psychic",
  27691. "Flying"
  27692. ],
  27693. "baseStats": {
  27694. "hp": 72,
  27695. "atk": 58,
  27696. "def": 80,
  27697. "spa": 103,
  27698. "spd": 80,
  27699. "spe": 97
  27700. },
  27701. "abilities": {
  27702. "0": "Wonder Skin",
  27703. "1": "Magic Guard",
  27704. "H": "Tinted Lens"
  27705. },
  27706. "heightm": 1.4,
  27707. "weightkg": 14,
  27708. "color": "Black",
  27709. "eggGroups": [
  27710. "Flying"
  27711. ],
  27712. "name": "Sigilyph"
  27713. },
  27714. "yamask": {
  27715. "num": 562,
  27716. "species": "Yamask",
  27717. "types": [
  27718. "Ghost"
  27719. ],
  27720. "baseStats": {
  27721. "hp": 38,
  27722. "atk": 30,
  27723. "def": 85,
  27724. "spa": 55,
  27725. "spd": 65,
  27726. "spe": 30
  27727. },
  27728. "abilities": {
  27729. "0": "Mummy"
  27730. },
  27731. "heightm": 0.5,
  27732. "weightkg": 1.5,
  27733. "color": "Black",
  27734. "evos": [
  27735. "cofagrigus"
  27736. ],
  27737. "eggGroups": [
  27738. "Mineral",
  27739. "Amorphous"
  27740. ],
  27741. "name": "Yamask"
  27742. },
  27743. "cofagrigus": {
  27744. "num": 563,
  27745. "species": "Cofagrigus",
  27746. "types": [
  27747. "Ghost"
  27748. ],
  27749. "baseStats": {
  27750. "hp": 58,
  27751. "atk": 50,
  27752. "def": 145,
  27753. "spa": 95,
  27754. "spd": 105,
  27755. "spe": 30
  27756. },
  27757. "abilities": {
  27758. "0": "Mummy"
  27759. },
  27760. "heightm": 1.7,
  27761. "weightkg": 76.5,
  27762. "color": "Yellow",
  27763. "prevo": "yamask",
  27764. "evoLevel": 34,
  27765. "eggGroups": [
  27766. "Mineral",
  27767. "Amorphous"
  27768. ],
  27769. "name": "Cofagrigus"
  27770. },
  27771. "tirtouga": {
  27772. "num": 564,
  27773. "species": "Tirtouga",
  27774. "types": [
  27775. "Water",
  27776. "Rock"
  27777. ],
  27778. "genderRatio": {
  27779. "M": 0.875,
  27780. "F": 0.125
  27781. },
  27782. "baseStats": {
  27783. "hp": 54,
  27784. "atk": 78,
  27785. "def": 103,
  27786. "spa": 53,
  27787. "spd": 45,
  27788. "spe": 22
  27789. },
  27790. "abilities": {
  27791. "0": "Solid Rock",
  27792. "1": "Sturdy",
  27793. "H": "Swift Swim"
  27794. },
  27795. "heightm": 0.7,
  27796. "weightkg": 16.5,
  27797. "color": "Blue",
  27798. "evos": [
  27799. "carracosta"
  27800. ],
  27801. "eggGroups": [
  27802. "Water 1",
  27803. "Water 3"
  27804. ],
  27805. "name": "Tirtouga"
  27806. },
  27807. "carracosta": {
  27808. "num": 565,
  27809. "species": "Carracosta",
  27810. "types": [
  27811. "Water",
  27812. "Rock"
  27813. ],
  27814. "genderRatio": {
  27815. "M": 0.875,
  27816. "F": 0.125
  27817. },
  27818. "baseStats": {
  27819. "hp": 74,
  27820. "atk": 108,
  27821. "def": 133,
  27822. "spa": 83,
  27823. "spd": 65,
  27824. "spe": 32
  27825. },
  27826. "abilities": {
  27827. "0": "Solid Rock",
  27828. "1": "Sturdy",
  27829. "H": "Swift Swim"
  27830. },
  27831. "heightm": 1.2,
  27832. "weightkg": 81,
  27833. "color": "Blue",
  27834. "prevo": "tirtouga",
  27835. "evoLevel": 37,
  27836. "eggGroups": [
  27837. "Water 1",
  27838. "Water 3"
  27839. ],
  27840. "name": "Carracosta"
  27841. },
  27842. "archen": {
  27843. "num": 566,
  27844. "species": "Archen",
  27845. "types": [
  27846. "Rock",
  27847. "Flying"
  27848. ],
  27849. "genderRatio": {
  27850. "M": 0.875,
  27851. "F": 0.125
  27852. },
  27853. "baseStats": {
  27854. "hp": 55,
  27855. "atk": 112,
  27856. "def": 45,
  27857. "spa": 74,
  27858. "spd": 45,
  27859. "spe": 70
  27860. },
  27861. "abilities": {
  27862. "0": "Defeatist"
  27863. },
  27864. "heightm": 0.5,
  27865. "weightkg": 9.5,
  27866. "color": "Yellow",
  27867. "evos": [
  27868. "archeops"
  27869. ],
  27870. "eggGroups": [
  27871. "Flying",
  27872. "Water 3"
  27873. ],
  27874. "name": "Archen"
  27875. },
  27876. "archeops": {
  27877. "num": 567,
  27878. "species": "Archeops",
  27879. "types": [
  27880. "Rock",
  27881. "Flying"
  27882. ],
  27883. "genderRatio": {
  27884. "M": 0.875,
  27885. "F": 0.125
  27886. },
  27887. "baseStats": {
  27888. "hp": 75,
  27889. "atk": 140,
  27890. "def": 65,
  27891. "spa": 112,
  27892. "spd": 65,
  27893. "spe": 110
  27894. },
  27895. "abilities": {
  27896. "0": "Defeatist"
  27897. },
  27898. "heightm": 1.4,
  27899. "weightkg": 32,
  27900. "color": "Yellow",
  27901. "prevo": "archen",
  27902. "evoLevel": 37,
  27903. "eggGroups": [
  27904. "Flying",
  27905. "Water 3"
  27906. ],
  27907. "name": "Archeops"
  27908. },
  27909. "trubbish": {
  27910. "num": 568,
  27911. "species": "Trubbish",
  27912. "types": [
  27913. "Poison"
  27914. ],
  27915. "baseStats": {
  27916. "hp": 50,
  27917. "atk": 50,
  27918. "def": 62,
  27919. "spa": 40,
  27920. "spd": 62,
  27921. "spe": 65
  27922. },
  27923. "abilities": {
  27924. "0": "Stench",
  27925. "1": "Sticky Hold",
  27926. "H": "Aftermath"
  27927. },
  27928. "heightm": 0.6,
  27929. "weightkg": 31,
  27930. "color": "Green",
  27931. "evos": [
  27932. "garbodor"
  27933. ],
  27934. "eggGroups": [
  27935. "Mineral"
  27936. ],
  27937. "name": "Trubbish"
  27938. },
  27939. "garbodor": {
  27940. "num": 569,
  27941. "species": "Garbodor",
  27942. "types": [
  27943. "Poison"
  27944. ],
  27945. "baseStats": {
  27946. "hp": 80,
  27947. "atk": 95,
  27948. "def": 82,
  27949. "spa": 60,
  27950. "spd": 82,
  27951. "spe": 75
  27952. },
  27953. "abilities": {
  27954. "0": "Stench",
  27955. "1": "Weak Armor",
  27956. "H": "Aftermath"
  27957. },
  27958. "heightm": 1.9,
  27959. "weightkg": 107.3,
  27960. "color": "Green",
  27961. "prevo": "trubbish",
  27962. "evoLevel": 36,
  27963. "eggGroups": [
  27964. "Mineral"
  27965. ],
  27966. "name": "Garbodor"
  27967. },
  27968. "zorua": {
  27969. "num": 570,
  27970. "species": "Zorua",
  27971. "types": [
  27972. "Dark"
  27973. ],
  27974. "genderRatio": {
  27975. "M": 0.875,
  27976. "F": 0.125
  27977. },
  27978. "baseStats": {
  27979. "hp": 40,
  27980. "atk": 65,
  27981. "def": 40,
  27982. "spa": 80,
  27983. "spd": 40,
  27984. "spe": 65
  27985. },
  27986. "abilities": {
  27987. "0": "Illusion"
  27988. },
  27989. "heightm": 0.7,
  27990. "weightkg": 12.5,
  27991. "color": "Gray",
  27992. "evos": [
  27993. "zoroark"
  27994. ],
  27995. "eggGroups": [
  27996. "Field"
  27997. ],
  27998. "name": "Zorua"
  27999. },
  28000. "zoroark": {
  28001. "num": 571,
  28002. "species": "Zoroark",
  28003. "types": [
  28004. "Dark"
  28005. ],
  28006. "genderRatio": {
  28007. "M": 0.875,
  28008. "F": 0.125
  28009. },
  28010. "baseStats": {
  28011. "hp": 60,
  28012. "atk": 105,
  28013. "def": 60,
  28014. "spa": 120,
  28015. "spd": 60,
  28016. "spe": 105
  28017. },
  28018. "abilities": {
  28019. "0": "Illusion"
  28020. },
  28021. "heightm": 1.6,
  28022. "weightkg": 81.1,
  28023. "color": "Gray",
  28024. "prevo": "zorua",
  28025. "evoLevel": 30,
  28026. "eggGroups": [
  28027. "Field"
  28028. ],
  28029. "name": "Zoroark"
  28030. },
  28031. "minccino": {
  28032. "num": 572,
  28033. "species": "Minccino",
  28034. "types": [
  28035. "Normal"
  28036. ],
  28037. "genderRatio": {
  28038. "M": 0.25,
  28039. "F": 0.75
  28040. },
  28041. "baseStats": {
  28042. "hp": 55,
  28043. "atk": 50,
  28044. "def": 40,
  28045. "spa": 40,
  28046. "spd": 40,
  28047. "spe": 75
  28048. },
  28049. "abilities": {
  28050. "0": "Cute Charm",
  28051. "1": "Technician",
  28052. "H": "Skill Link"
  28053. },
  28054. "heightm": 0.4,
  28055. "weightkg": 5.8,
  28056. "color": "Gray",
  28057. "evos": [
  28058. "cinccino"
  28059. ],
  28060. "eggGroups": [
  28061. "Field"
  28062. ],
  28063. "name": "Minccino"
  28064. },
  28065. "cinccino": {
  28066. "num": 573,
  28067. "species": "Cinccino",
  28068. "types": [
  28069. "Normal"
  28070. ],
  28071. "genderRatio": {
  28072. "M": 0.25,
  28073. "F": 0.75
  28074. },
  28075. "baseStats": {
  28076. "hp": 75,
  28077. "atk": 95,
  28078. "def": 60,
  28079. "spa": 65,
  28080. "spd": 60,
  28081. "spe": 115
  28082. },
  28083. "abilities": {
  28084. "0": "Cute Charm",
  28085. "1": "Technician",
  28086. "H": "Skill Link"
  28087. },
  28088. "heightm": 0.5,
  28089. "weightkg": 7.5,
  28090. "color": "Gray",
  28091. "prevo": "minccino",
  28092. "evoLevel": 1,
  28093. "eggGroups": [
  28094. "Field"
  28095. ],
  28096. "name": "Cinccino"
  28097. },
  28098. "gothita": {
  28099. "num": 574,
  28100. "species": "Gothita",
  28101. "types": [
  28102. "Psychic"
  28103. ],
  28104. "genderRatio": {
  28105. "M": 0.25,
  28106. "F": 0.75
  28107. },
  28108. "baseStats": {
  28109. "hp": 45,
  28110. "atk": 30,
  28111. "def": 50,
  28112. "spa": 55,
  28113. "spd": 65,
  28114. "spe": 45
  28115. },
  28116. "abilities": {
  28117. "0": "Frisk",
  28118. "1": "Competitive",
  28119. "H": "Shadow Tag"
  28120. },
  28121. "heightm": 0.4,
  28122. "weightkg": 5.8,
  28123. "color": "Purple",
  28124. "evos": [
  28125. "gothorita"
  28126. ],
  28127. "eggGroups": [
  28128. "Human-Like"
  28129. ],
  28130. "name": "Gothita"
  28131. },
  28132. "gothorita": {
  28133. "num": 575,
  28134. "species": "Gothorita",
  28135. "types": [
  28136. "Psychic"
  28137. ],
  28138. "genderRatio": {
  28139. "M": 0.25,
  28140. "F": 0.75
  28141. },
  28142. "baseStats": {
  28143. "hp": 60,
  28144. "atk": 45,
  28145. "def": 70,
  28146. "spa": 75,
  28147. "spd": 85,
  28148. "spe": 55
  28149. },
  28150. "abilities": {
  28151. "0": "Frisk",
  28152. "1": "Competitive",
  28153. "H": "Shadow Tag"
  28154. },
  28155. "heightm": 0.7,
  28156. "weightkg": 18,
  28157. "color": "Purple",
  28158. "prevo": "gothita",
  28159. "evos": [
  28160. "gothitelle"
  28161. ],
  28162. "evoLevel": 32,
  28163. "eggGroups": [
  28164. "Human-Like"
  28165. ],
  28166. "name": "Gothorita"
  28167. },
  28168. "gothitelle": {
  28169. "num": 576,
  28170. "species": "Gothitelle",
  28171. "types": [
  28172. "Psychic"
  28173. ],
  28174. "genderRatio": {
  28175. "M": 0.25,
  28176. "F": 0.75
  28177. },
  28178. "baseStats": {
  28179. "hp": 70,
  28180. "atk": 55,
  28181. "def": 95,
  28182. "spa": 95,
  28183. "spd": 110,
  28184. "spe": 65
  28185. },
  28186. "abilities": {
  28187. "0": "Frisk",
  28188. "1": "Competitive",
  28189. "H": "Shadow Tag"
  28190. },
  28191. "heightm": 1.5,
  28192. "weightkg": 44,
  28193. "color": "Purple",
  28194. "prevo": "gothorita",
  28195. "evoLevel": 41,
  28196. "eggGroups": [
  28197. "Human-Like"
  28198. ],
  28199. "name": "Gothitelle"
  28200. },
  28201. "solosis": {
  28202. "num": 577,
  28203. "species": "Solosis",
  28204. "types": [
  28205. "Psychic"
  28206. ],
  28207. "baseStats": {
  28208. "hp": 45,
  28209. "atk": 30,
  28210. "def": 40,
  28211. "spa": 105,
  28212. "spd": 50,
  28213. "spe": 20
  28214. },
  28215. "abilities": {
  28216. "0": "Overcoat",
  28217. "1": "Magic Guard",
  28218. "H": "Regenerator"
  28219. },
  28220. "heightm": 0.3,
  28221. "weightkg": 1,
  28222. "color": "Green",
  28223. "evos": [
  28224. "duosion"
  28225. ],
  28226. "eggGroups": [
  28227. "Amorphous"
  28228. ],
  28229. "name": "Solosis"
  28230. },
  28231. "duosion": {
  28232. "num": 578,
  28233. "species": "Duosion",
  28234. "types": [
  28235. "Psychic"
  28236. ],
  28237. "baseStats": {
  28238. "hp": 65,
  28239. "atk": 40,
  28240. "def": 50,
  28241. "spa": 125,
  28242. "spd": 60,
  28243. "spe": 30
  28244. },
  28245. "abilities": {
  28246. "0": "Overcoat",
  28247. "1": "Magic Guard",
  28248. "H": "Regenerator"
  28249. },
  28250. "heightm": 0.6,
  28251. "weightkg": 8,
  28252. "color": "Green",
  28253. "prevo": "solosis",
  28254. "evos": [
  28255. "reuniclus"
  28256. ],
  28257. "evoLevel": 32,
  28258. "eggGroups": [
  28259. "Amorphous"
  28260. ],
  28261. "name": "Duosion"
  28262. },
  28263. "reuniclus": {
  28264. "num": 579,
  28265. "species": "Reuniclus",
  28266. "types": [
  28267. "Psychic"
  28268. ],
  28269. "baseStats": {
  28270. "hp": 110,
  28271. "atk": 65,
  28272. "def": 75,
  28273. "spa": 125,
  28274. "spd": 85,
  28275. "spe": 30
  28276. },
  28277. "abilities": {
  28278. "0": "Overcoat",
  28279. "1": "Magic Guard",
  28280. "H": "Regenerator"
  28281. },
  28282. "heightm": 1,
  28283. "weightkg": 20.1,
  28284. "color": "Green",
  28285. "prevo": "duosion",
  28286. "evoLevel": 41,
  28287. "eggGroups": [
  28288. "Amorphous"
  28289. ],
  28290. "name": "Reuniclus"
  28291. },
  28292. "ducklett": {
  28293. "num": 580,
  28294. "species": "Ducklett",
  28295. "types": [
  28296. "Water",
  28297. "Flying"
  28298. ],
  28299. "baseStats": {
  28300. "hp": 62,
  28301. "atk": 44,
  28302. "def": 50,
  28303. "spa": 44,
  28304. "spd": 50,
  28305. "spe": 55
  28306. },
  28307. "abilities": {
  28308. "0": "Keen Eye",
  28309. "1": "Big Pecks",
  28310. "H": "Hydration"
  28311. },
  28312. "heightm": 0.5,
  28313. "weightkg": 5.5,
  28314. "color": "Blue",
  28315. "evos": [
  28316. "swanna"
  28317. ],
  28318. "eggGroups": [
  28319. "Water 1",
  28320. "Flying"
  28321. ],
  28322. "name": "Ducklett"
  28323. },
  28324. "swanna": {
  28325. "num": 581,
  28326. "species": "Swanna",
  28327. "types": [
  28328. "Water",
  28329. "Flying"
  28330. ],
  28331. "baseStats": {
  28332. "hp": 75,
  28333. "atk": 87,
  28334. "def": 63,
  28335. "spa": 87,
  28336. "spd": 63,
  28337. "spe": 98
  28338. },
  28339. "abilities": {
  28340. "0": "Keen Eye",
  28341. "1": "Big Pecks",
  28342. "H": "Hydration"
  28343. },
  28344. "heightm": 1.3,
  28345. "weightkg": 24.2,
  28346. "color": "White",
  28347. "prevo": "ducklett",
  28348. "evoLevel": 35,
  28349. "eggGroups": [
  28350. "Water 1",
  28351. "Flying"
  28352. ],
  28353. "name": "Swanna"
  28354. },
  28355. "vanillite": {
  28356. "num": 582,
  28357. "species": "Vanillite",
  28358. "types": [
  28359. "Ice"
  28360. ],
  28361. "baseStats": {
  28362. "hp": 36,
  28363. "atk": 50,
  28364. "def": 50,
  28365. "spa": 65,
  28366. "spd": 60,
  28367. "spe": 44
  28368. },
  28369. "abilities": {
  28370. "0": "Ice Body",
  28371. "H": "Weak Armor"
  28372. },
  28373. "heightm": 0.4,
  28374. "weightkg": 5.7,
  28375. "color": "White",
  28376. "evos": [
  28377. "vanillish"
  28378. ],
  28379. "eggGroups": [
  28380. "Mineral"
  28381. ],
  28382. "name": "Vanillite"
  28383. },
  28384. "vanillish": {
  28385. "num": 583,
  28386. "species": "Vanillish",
  28387. "types": [
  28388. "Ice"
  28389. ],
  28390. "baseStats": {
  28391. "hp": 51,
  28392. "atk": 65,
  28393. "def": 65,
  28394. "spa": 80,
  28395. "spd": 75,
  28396. "spe": 59
  28397. },
  28398. "abilities": {
  28399. "0": "Ice Body",
  28400. "H": "Weak Armor"
  28401. },
  28402. "heightm": 1.1,
  28403. "weightkg": 41,
  28404. "color": "White",
  28405. "prevo": "vanillite",
  28406. "evos": [
  28407. "vanilluxe"
  28408. ],
  28409. "evoLevel": 35,
  28410. "eggGroups": [
  28411. "Mineral"
  28412. ],
  28413. "name": "Vanillish"
  28414. },
  28415. "vanilluxe": {
  28416. "num": 584,
  28417. "species": "Vanilluxe",
  28418. "types": [
  28419. "Ice"
  28420. ],
  28421. "baseStats": {
  28422. "hp": 71,
  28423. "atk": 95,
  28424. "def": 85,
  28425. "spa": 110,
  28426. "spd": 95,
  28427. "spe": 79
  28428. },
  28429. "abilities": {
  28430. "0": "Ice Body",
  28431. "H": "Weak Armor"
  28432. },
  28433. "heightm": 1.3,
  28434. "weightkg": 57.5,
  28435. "color": "White",
  28436. "prevo": "vanillish",
  28437. "evoLevel": 47,
  28438. "eggGroups": [
  28439. "Mineral"
  28440. ],
  28441. "name": "Vanilluxe"
  28442. },
  28443. "deerling": {
  28444. "num": 585,
  28445. "species": "Deerling",
  28446. "baseForme": "Spring",
  28447. "types": [
  28448. "Normal",
  28449. "Grass"
  28450. ],
  28451. "baseStats": {
  28452. "hp": 60,
  28453. "atk": 60,
  28454. "def": 50,
  28455. "spa": 40,
  28456. "spd": 50,
  28457. "spe": 75
  28458. },
  28459. "abilities": {
  28460. "0": "Chlorophyll",
  28461. "1": "Sap Sipper",
  28462. "H": "Serene Grace"
  28463. },
  28464. "heightm": 0.6,
  28465. "weightkg": 19.5,
  28466. "color": "Yellow",
  28467. "evos": [
  28468. "sawsbuck"
  28469. ],
  28470. "eggGroups": [
  28471. "Field"
  28472. ],
  28473. "otherForms": [
  28474. "deerlingsummer",
  28475. "deerlingautumn",
  28476. "deerlingwinter"
  28477. ],
  28478. "name": "Deerling"
  28479. },
  28480. "sawsbuck": {
  28481. "num": 586,
  28482. "species": "Sawsbuck",
  28483. "baseForme": "Spring",
  28484. "types": [
  28485. "Normal",
  28486. "Grass"
  28487. ],
  28488. "baseStats": {
  28489. "hp": 80,
  28490. "atk": 100,
  28491. "def": 70,
  28492. "spa": 60,
  28493. "spd": 70,
  28494. "spe": 95
  28495. },
  28496. "abilities": {
  28497. "0": "Chlorophyll",
  28498. "1": "Sap Sipper",
  28499. "H": "Serene Grace"
  28500. },
  28501. "heightm": 1.9,
  28502. "weightkg": 92.5,
  28503. "color": "Brown",
  28504. "prevo": "deerling",
  28505. "evoLevel": 34,
  28506. "eggGroups": [
  28507. "Field"
  28508. ],
  28509. "otherForms": [
  28510. "sawsbucksummer",
  28511. "sawsbuckautumn",
  28512. "sawsbuckwinter"
  28513. ],
  28514. "name": "Sawsbuck"
  28515. },
  28516. "emolga": {
  28517. "num": 587,
  28518. "species": "Emolga",
  28519. "types": [
  28520. "Electric",
  28521. "Flying"
  28522. ],
  28523. "baseStats": {
  28524. "hp": 55,
  28525. "atk": 75,
  28526. "def": 60,
  28527. "spa": 75,
  28528. "spd": 60,
  28529. "spe": 103
  28530. },
  28531. "abilities": {
  28532. "0": "Static",
  28533. "H": "Motor Drive"
  28534. },
  28535. "heightm": 0.4,
  28536. "weightkg": 5,
  28537. "color": "White",
  28538. "eggGroups": [
  28539. "Field"
  28540. ],
  28541. "name": "Emolga"
  28542. },
  28543. "karrablast": {
  28544. "num": 588,
  28545. "species": "Karrablast",
  28546. "types": [
  28547. "Bug"
  28548. ],
  28549. "baseStats": {
  28550. "hp": 50,
  28551. "atk": 75,
  28552. "def": 45,
  28553. "spa": 40,
  28554. "spd": 45,
  28555. "spe": 60
  28556. },
  28557. "abilities": {
  28558. "0": "Swarm",
  28559. "1": "Shed Skin",
  28560. "H": "No Guard"
  28561. },
  28562. "heightm": 0.5,
  28563. "weightkg": 5.9,
  28564. "color": "Blue",
  28565. "evos": [
  28566. "escavalier"
  28567. ],
  28568. "eggGroups": [
  28569. "Bug"
  28570. ],
  28571. "name": "Karrablast"
  28572. },
  28573. "escavalier": {
  28574. "num": 589,
  28575. "species": "Escavalier",
  28576. "types": [
  28577. "Bug",
  28578. "Steel"
  28579. ],
  28580. "baseStats": {
  28581. "hp": 70,
  28582. "atk": 135,
  28583. "def": 105,
  28584. "spa": 60,
  28585. "spd": 105,
  28586. "spe": 20
  28587. },
  28588. "abilities": {
  28589. "0": "Swarm",
  28590. "1": "Shell Armor",
  28591. "H": "Overcoat"
  28592. },
  28593. "heightm": 1,
  28594. "weightkg": 33,
  28595. "color": "Gray",
  28596. "prevo": "karrablast",
  28597. "evoLevel": 1,
  28598. "eggGroups": [
  28599. "Bug"
  28600. ],
  28601. "name": "Escavalier"
  28602. },
  28603. "foongus": {
  28604. "num": 590,
  28605. "species": "Foongus",
  28606. "types": [
  28607. "Grass",
  28608. "Poison"
  28609. ],
  28610. "baseStats": {
  28611. "hp": 69,
  28612. "atk": 55,
  28613. "def": 45,
  28614. "spa": 55,
  28615. "spd": 55,
  28616. "spe": 15
  28617. },
  28618. "abilities": {
  28619. "0": "Effect Spore",
  28620. "H": "Regenerator"
  28621. },
  28622. "heightm": 0.2,
  28623. "weightkg": 1,
  28624. "color": "White",
  28625. "evos": [
  28626. "amoonguss"
  28627. ],
  28628. "eggGroups": [
  28629. "Grass"
  28630. ],
  28631. "name": "Foongus"
  28632. },
  28633. "amoonguss": {
  28634. "num": 591,
  28635. "species": "Amoonguss",
  28636. "types": [
  28637. "Grass",
  28638. "Poison"
  28639. ],
  28640. "baseStats": {
  28641. "hp": 114,
  28642. "atk": 85,
  28643. "def": 70,
  28644. "spa": 85,
  28645. "spd": 80,
  28646. "spe": 30
  28647. },
  28648. "abilities": {
  28649. "0": "Effect Spore",
  28650. "H": "Regenerator"
  28651. },
  28652. "heightm": 0.6,
  28653. "weightkg": 10.5,
  28654. "color": "White",
  28655. "prevo": "foongus",
  28656. "evoLevel": 39,
  28657. "eggGroups": [
  28658. "Grass"
  28659. ],
  28660. "name": "Amoonguss"
  28661. },
  28662. "frillish": {
  28663. "num": 592,
  28664. "species": "Frillish",
  28665. "types": [
  28666. "Water",
  28667. "Ghost"
  28668. ],
  28669. "baseStats": {
  28670. "hp": 55,
  28671. "atk": 40,
  28672. "def": 50,
  28673. "spa": 65,
  28674. "spd": 85,
  28675. "spe": 40
  28676. },
  28677. "abilities": {
  28678. "0": "Water Absorb",
  28679. "1": "Cursed Body",
  28680. "H": "Damp"
  28681. },
  28682. "heightm": 1.2,
  28683. "weightkg": 33,
  28684. "color": "White",
  28685. "evos": [
  28686. "jellicent"
  28687. ],
  28688. "eggGroups": [
  28689. "Amorphous"
  28690. ],
  28691. "name": "Frillish"
  28692. },
  28693. "jellicent": {
  28694. "num": 593,
  28695. "species": "Jellicent",
  28696. "types": [
  28697. "Water",
  28698. "Ghost"
  28699. ],
  28700. "baseStats": {
  28701. "hp": 100,
  28702. "atk": 60,
  28703. "def": 70,
  28704. "spa": 85,
  28705. "spd": 105,
  28706. "spe": 60
  28707. },
  28708. "abilities": {
  28709. "0": "Water Absorb",
  28710. "1": "Cursed Body",
  28711. "H": "Damp"
  28712. },
  28713. "heightm": 2.2,
  28714. "weightkg": 135,
  28715. "color": "White",
  28716. "prevo": "frillish",
  28717. "evoLevel": 40,
  28718. "eggGroups": [
  28719. "Amorphous"
  28720. ],
  28721. "name": "Jellicent"
  28722. },
  28723. "alomomola": {
  28724. "num": 594,
  28725. "species": "Alomomola",
  28726. "types": [
  28727. "Water"
  28728. ],
  28729. "baseStats": {
  28730. "hp": 165,
  28731. "atk": 75,
  28732. "def": 80,
  28733. "spa": 40,
  28734. "spd": 45,
  28735. "spe": 65
  28736. },
  28737. "abilities": {
  28738. "0": "Healer",
  28739. "1": "Hydration",
  28740. "H": "Regenerator"
  28741. },
  28742. "heightm": 1.2,
  28743. "weightkg": 31.6,
  28744. "color": "Pink",
  28745. "eggGroups": [
  28746. "Water 1",
  28747. "Water 2"
  28748. ],
  28749. "name": "Alomomola"
  28750. },
  28751. "joltik": {
  28752. "num": 595,
  28753. "species": "Joltik",
  28754. "types": [
  28755. "Bug",
  28756. "Electric"
  28757. ],
  28758. "baseStats": {
  28759. "hp": 50,
  28760. "atk": 47,
  28761. "def": 50,
  28762. "spa": 57,
  28763. "spd": 50,
  28764. "spe": 65
  28765. },
  28766. "abilities": {
  28767. "0": "Compound Eyes",
  28768. "1": "Unnerve",
  28769. "H": "Swarm"
  28770. },
  28771. "heightm": 0.1,
  28772. "weightkg": 0.6,
  28773. "color": "Yellow",
  28774. "evos": [
  28775. "galvantula"
  28776. ],
  28777. "eggGroups": [
  28778. "Bug"
  28779. ],
  28780. "name": "Joltik"
  28781. },
  28782. "galvantula": {
  28783. "num": 596,
  28784. "species": "Galvantula",
  28785. "types": [
  28786. "Bug",
  28787. "Electric"
  28788. ],
  28789. "baseStats": {
  28790. "hp": 70,
  28791. "atk": 77,
  28792. "def": 60,
  28793. "spa": 97,
  28794. "spd": 60,
  28795. "spe": 108
  28796. },
  28797. "abilities": {
  28798. "0": "Compound Eyes",
  28799. "1": "Unnerve",
  28800. "H": "Swarm"
  28801. },
  28802. "heightm": 0.8,
  28803. "weightkg": 14.3,
  28804. "color": "Yellow",
  28805. "prevo": "joltik",
  28806. "evoLevel": 36,
  28807. "eggGroups": [
  28808. "Bug"
  28809. ],
  28810. "name": "Galvantula"
  28811. },
  28812. "ferroseed": {
  28813. "num": 597,
  28814. "species": "Ferroseed",
  28815. "types": [
  28816. "Grass",
  28817. "Steel"
  28818. ],
  28819. "baseStats": {
  28820. "hp": 44,
  28821. "atk": 50,
  28822. "def": 91,
  28823. "spa": 24,
  28824. "spd": 86,
  28825. "spe": 10
  28826. },
  28827. "abilities": {
  28828. "0": "Iron Barbs"
  28829. },
  28830. "heightm": 0.6,
  28831. "weightkg": 18.8,
  28832. "color": "Gray",
  28833. "evos": [
  28834. "ferrothorn"
  28835. ],
  28836. "eggGroups": [
  28837. "Grass",
  28838. "Mineral"
  28839. ],
  28840. "name": "Ferroseed"
  28841. },
  28842. "ferrothorn": {
  28843. "num": 598,
  28844. "species": "Ferrothorn",
  28845. "types": [
  28846. "Grass",
  28847. "Steel"
  28848. ],
  28849. "baseStats": {
  28850. "hp": 74,
  28851. "atk": 94,
  28852. "def": 131,
  28853. "spa": 54,
  28854. "spd": 116,
  28855. "spe": 20
  28856. },
  28857. "abilities": {
  28858. "0": "Iron Barbs",
  28859. "H": "Anticipation"
  28860. },
  28861. "heightm": 1,
  28862. "weightkg": 110,
  28863. "color": "Gray",
  28864. "prevo": "ferroseed",
  28865. "evoLevel": 40,
  28866. "eggGroups": [
  28867. "Grass",
  28868. "Mineral"
  28869. ],
  28870. "name": "Ferrothorn"
  28871. },
  28872. "klink": {
  28873. "num": 599,
  28874. "species": "Klink",
  28875. "types": [
  28876. "Steel"
  28877. ],
  28878. "gender": "N",
  28879. "baseStats": {
  28880. "hp": 40,
  28881. "atk": 55,
  28882. "def": 70,
  28883. "spa": 45,
  28884. "spd": 60,
  28885. "spe": 30
  28886. },
  28887. "abilities": {
  28888. "0": "Plus",
  28889. "1": "Minus",
  28890. "H": "Clear Body"
  28891. },
  28892. "heightm": 0.3,
  28893. "weightkg": 21,
  28894. "color": "Gray",
  28895. "evos": [
  28896. "klang"
  28897. ],
  28898. "eggGroups": [
  28899. "Mineral"
  28900. ],
  28901. "name": "Klink"
  28902. },
  28903. "klang": {
  28904. "num": 600,
  28905. "species": "Klang",
  28906. "types": [
  28907. "Steel"
  28908. ],
  28909. "gender": "N",
  28910. "baseStats": {
  28911. "hp": 60,
  28912. "atk": 80,
  28913. "def": 95,
  28914. "spa": 70,
  28915. "spd": 85,
  28916. "spe": 50
  28917. },
  28918. "abilities": {
  28919. "0": "Plus",
  28920. "1": "Minus",
  28921. "H": "Clear Body"
  28922. },
  28923. "heightm": 0.6,
  28924. "weightkg": 51,
  28925. "color": "Gray",
  28926. "prevo": "klink",
  28927. "evos": [
  28928. "klinklang"
  28929. ],
  28930. "evoLevel": 38,
  28931. "eggGroups": [
  28932. "Mineral"
  28933. ],
  28934. "name": "Klang"
  28935. },
  28936. "klinklang": {
  28937. "num": 601,
  28938. "species": "Klinklang",
  28939. "types": [
  28940. "Steel"
  28941. ],
  28942. "gender": "N",
  28943. "baseStats": {
  28944. "hp": 60,
  28945. "atk": 100,
  28946. "def": 115,
  28947. "spa": 70,
  28948. "spd": 85,
  28949. "spe": 90
  28950. },
  28951. "abilities": {
  28952. "0": "Plus",
  28953. "1": "Minus",
  28954. "H": "Clear Body"
  28955. },
  28956. "heightm": 0.6,
  28957. "weightkg": 81,
  28958. "color": "Gray",
  28959. "prevo": "klang",
  28960. "evoLevel": 49,
  28961. "eggGroups": [
  28962. "Mineral"
  28963. ],
  28964. "name": "Klinklang"
  28965. },
  28966. "tynamo": {
  28967. "num": 602,
  28968. "species": "Tynamo",
  28969. "types": [
  28970. "Electric"
  28971. ],
  28972. "baseStats": {
  28973. "hp": 35,
  28974. "atk": 55,
  28975. "def": 40,
  28976. "spa": 45,
  28977. "spd": 40,
  28978. "spe": 60
  28979. },
  28980. "abilities": {
  28981. "0": "Levitate"
  28982. },
  28983. "heightm": 0.2,
  28984. "weightkg": 0.3,
  28985. "color": "White",
  28986. "evos": [
  28987. "eelektrik"
  28988. ],
  28989. "eggGroups": [
  28990. "Amorphous"
  28991. ],
  28992. "name": "Tynamo"
  28993. },
  28994. "eelektrik": {
  28995. "num": 603,
  28996. "species": "Eelektrik",
  28997. "types": [
  28998. "Electric"
  28999. ],
  29000. "baseStats": {
  29001. "hp": 65,
  29002. "atk": 85,
  29003. "def": 70,
  29004. "spa": 75,
  29005. "spd": 70,
  29006. "spe": 40
  29007. },
  29008. "abilities": {
  29009. "0": "Levitate"
  29010. },
  29011. "heightm": 1.2,
  29012. "weightkg": 22,
  29013. "color": "Blue",
  29014. "prevo": "tynamo",
  29015. "evos": [
  29016. "eelektross"
  29017. ],
  29018. "evoLevel": 39,
  29019. "eggGroups": [
  29020. "Amorphous"
  29021. ],
  29022. "name": "Eelektrik"
  29023. },
  29024. "eelektross": {
  29025. "num": 604,
  29026. "species": "Eelektross",
  29027. "types": [
  29028. "Electric"
  29029. ],
  29030. "baseStats": {
  29031. "hp": 85,
  29032. "atk": 115,
  29033. "def": 80,
  29034. "spa": 105,
  29035. "spd": 80,
  29036. "spe": 50
  29037. },
  29038. "abilities": {
  29039. "0": "Levitate"
  29040. },
  29041. "heightm": 2.1,
  29042. "weightkg": 80.5,
  29043. "color": "Blue",
  29044. "prevo": "eelektrik",
  29045. "evoLevel": 39,
  29046. "eggGroups": [
  29047. "Amorphous"
  29048. ],
  29049. "name": "Eelektross"
  29050. },
  29051. "elgyem": {
  29052. "num": 605,
  29053. "species": "Elgyem",
  29054. "types": [
  29055. "Psychic"
  29056. ],
  29057. "baseStats": {
  29058. "hp": 55,
  29059. "atk": 55,
  29060. "def": 55,
  29061. "spa": 85,
  29062. "spd": 55,
  29063. "spe": 30
  29064. },
  29065. "abilities": {
  29066. "0": "Telepathy",
  29067. "1": "Synchronize",
  29068. "H": "Analytic"
  29069. },
  29070. "heightm": 0.5,
  29071. "weightkg": 9,
  29072. "color": "Blue",
  29073. "evos": [
  29074. "beheeyem"
  29075. ],
  29076. "eggGroups": [
  29077. "Human-Like"
  29078. ],
  29079. "name": "Elgyem"
  29080. },
  29081. "beheeyem": {
  29082. "num": 606,
  29083. "species": "Beheeyem",
  29084. "types": [
  29085. "Psychic"
  29086. ],
  29087. "baseStats": {
  29088. "hp": 75,
  29089. "atk": 75,
  29090. "def": 75,
  29091. "spa": 125,
  29092. "spd": 95,
  29093. "spe": 40
  29094. },
  29095. "abilities": {
  29096. "0": "Telepathy",
  29097. "1": "Synchronize",
  29098. "H": "Analytic"
  29099. },
  29100. "heightm": 1,
  29101. "weightkg": 34.5,
  29102. "color": "Brown",
  29103. "prevo": "elgyem",
  29104. "evoLevel": 42,
  29105. "eggGroups": [
  29106. "Human-Like"
  29107. ],
  29108. "name": "Beheeyem"
  29109. },
  29110. "litwick": {
  29111. "num": 607,
  29112. "species": "Litwick",
  29113. "types": [
  29114. "Ghost",
  29115. "Fire"
  29116. ],
  29117. "baseStats": {
  29118. "hp": 50,
  29119. "atk": 30,
  29120. "def": 55,
  29121. "spa": 65,
  29122. "spd": 55,
  29123. "spe": 20
  29124. },
  29125. "abilities": {
  29126. "0": "Flash Fire",
  29127. "1": "Flame Body",
  29128. "H": "Infiltrator"
  29129. },
  29130. "heightm": 0.3,
  29131. "weightkg": 3.1,
  29132. "color": "White",
  29133. "evos": [
  29134. "lampent"
  29135. ],
  29136. "eggGroups": [
  29137. "Amorphous"
  29138. ],
  29139. "name": "Litwick"
  29140. },
  29141. "lampent": {
  29142. "num": 608,
  29143. "species": "Lampent",
  29144. "types": [
  29145. "Ghost",
  29146. "Fire"
  29147. ],
  29148. "baseStats": {
  29149. "hp": 60,
  29150. "atk": 40,
  29151. "def": 60,
  29152. "spa": 95,
  29153. "spd": 60,
  29154. "spe": 55
  29155. },
  29156. "abilities": {
  29157. "0": "Flash Fire",
  29158. "1": "Flame Body",
  29159. "H": "Infiltrator"
  29160. },
  29161. "heightm": 0.6,
  29162. "weightkg": 13,
  29163. "color": "Black",
  29164. "prevo": "litwick",
  29165. "evos": [
  29166. "chandelure"
  29167. ],
  29168. "evoLevel": 41,
  29169. "eggGroups": [
  29170. "Amorphous"
  29171. ],
  29172. "name": "Lampent"
  29173. },
  29174. "chandelure": {
  29175. "num": 609,
  29176. "species": "Chandelure",
  29177. "types": [
  29178. "Ghost",
  29179. "Fire"
  29180. ],
  29181. "baseStats": {
  29182. "hp": 60,
  29183. "atk": 55,
  29184. "def": 90,
  29185. "spa": 145,
  29186. "spd": 90,
  29187. "spe": 80
  29188. },
  29189. "abilities": {
  29190. "0": "Flash Fire",
  29191. "1": "Flame Body",
  29192. "H": "Infiltrator"
  29193. },
  29194. "heightm": 1,
  29195. "weightkg": 34.3,
  29196. "color": "Black",
  29197. "prevo": "lampent",
  29198. "evoLevel": 41,
  29199. "eggGroups": [
  29200. "Amorphous"
  29201. ],
  29202. "name": "Chandelure"
  29203. },
  29204. "axew": {
  29205. "num": 610,
  29206. "species": "Axew",
  29207. "types": [
  29208. "Dragon"
  29209. ],
  29210. "baseStats": {
  29211. "hp": 46,
  29212. "atk": 87,
  29213. "def": 60,
  29214. "spa": 30,
  29215. "spd": 40,
  29216. "spe": 57
  29217. },
  29218. "abilities": {
  29219. "0": "Rivalry",
  29220. "1": "Mold Breaker",
  29221. "H": "Unnerve"
  29222. },
  29223. "heightm": 0.6,
  29224. "weightkg": 18,
  29225. "color": "Green",
  29226. "evos": [
  29227. "fraxure"
  29228. ],
  29229. "eggGroups": [
  29230. "Monster",
  29231. "Dragon"
  29232. ],
  29233. "name": "Axew"
  29234. },
  29235. "fraxure": {
  29236. "num": 611,
  29237. "species": "Fraxure",
  29238. "types": [
  29239. "Dragon"
  29240. ],
  29241. "baseStats": {
  29242. "hp": 66,
  29243. "atk": 117,
  29244. "def": 70,
  29245. "spa": 40,
  29246. "spd": 50,
  29247. "spe": 67
  29248. },
  29249. "abilities": {
  29250. "0": "Rivalry",
  29251. "1": "Mold Breaker",
  29252. "H": "Unnerve"
  29253. },
  29254. "heightm": 1,
  29255. "weightkg": 36,
  29256. "color": "Green",
  29257. "prevo": "axew",
  29258. "evos": [
  29259. "haxorus"
  29260. ],
  29261. "evoLevel": 38,
  29262. "eggGroups": [
  29263. "Monster",
  29264. "Dragon"
  29265. ],
  29266. "name": "Fraxure"
  29267. },
  29268. "haxorus": {
  29269. "num": 612,
  29270. "species": "Haxorus",
  29271. "types": [
  29272. "Dragon"
  29273. ],
  29274. "baseStats": {
  29275. "hp": 76,
  29276. "atk": 147,
  29277. "def": 90,
  29278. "spa": 60,
  29279. "spd": 70,
  29280. "spe": 97
  29281. },
  29282. "abilities": {
  29283. "0": "Rivalry",
  29284. "1": "Mold Breaker",
  29285. "H": "Unnerve"
  29286. },
  29287. "heightm": 1.8,
  29288. "weightkg": 105.5,
  29289. "color": "Yellow",
  29290. "prevo": "fraxure",
  29291. "evoLevel": 48,
  29292. "eggGroups": [
  29293. "Monster",
  29294. "Dragon"
  29295. ],
  29296. "name": "Haxorus"
  29297. },
  29298. "cubchoo": {
  29299. "num": 613,
  29300. "species": "Cubchoo",
  29301. "types": [
  29302. "Ice"
  29303. ],
  29304. "baseStats": {
  29305. "hp": 55,
  29306. "atk": 70,
  29307. "def": 40,
  29308. "spa": 60,
  29309. "spd": 40,
  29310. "spe": 40
  29311. },
  29312. "abilities": {
  29313. "0": "Snow Cloak",
  29314. "H": "Rattled"
  29315. },
  29316. "heightm": 0.5,
  29317. "weightkg": 8.5,
  29318. "color": "White",
  29319. "evos": [
  29320. "beartic"
  29321. ],
  29322. "eggGroups": [
  29323. "Field"
  29324. ],
  29325. "name": "Cubchoo"
  29326. },
  29327. "beartic": {
  29328. "num": 614,
  29329. "species": "Beartic",
  29330. "types": [
  29331. "Ice"
  29332. ],
  29333. "baseStats": {
  29334. "hp": 95,
  29335. "atk": 110,
  29336. "def": 80,
  29337. "spa": 70,
  29338. "spd": 80,
  29339. "spe": 50
  29340. },
  29341. "abilities": {
  29342. "0": "Snow Cloak",
  29343. "H": "Swift Swim"
  29344. },
  29345. "heightm": 2.6,
  29346. "weightkg": 260,
  29347. "color": "White",
  29348. "prevo": "cubchoo",
  29349. "evoLevel": 37,
  29350. "eggGroups": [
  29351. "Field"
  29352. ],
  29353. "name": "Beartic"
  29354. },
  29355. "cryogonal": {
  29356. "num": 615,
  29357. "species": "Cryogonal",
  29358. "types": [
  29359. "Ice"
  29360. ],
  29361. "gender": "N",
  29362. "baseStats": {
  29363. "hp": 70,
  29364. "atk": 50,
  29365. "def": 30,
  29366. "spa": 95,
  29367. "spd": 135,
  29368. "spe": 105
  29369. },
  29370. "abilities": {
  29371. "0": "Levitate"
  29372. },
  29373. "heightm": 1.1,
  29374. "weightkg": 148,
  29375. "color": "Blue",
  29376. "eggGroups": [
  29377. "Mineral"
  29378. ],
  29379. "name": "Cryogonal"
  29380. },
  29381. "shelmet": {
  29382. "num": 616,
  29383. "species": "Shelmet",
  29384. "types": [
  29385. "Bug"
  29386. ],
  29387. "baseStats": {
  29388. "hp": 50,
  29389. "atk": 40,
  29390. "def": 85,
  29391. "spa": 40,
  29392. "spd": 65,
  29393. "spe": 25
  29394. },
  29395. "abilities": {
  29396. "0": "Hydration",
  29397. "1": "Shell Armor",
  29398. "H": "Overcoat"
  29399. },
  29400. "heightm": 0.4,
  29401. "weightkg": 7.7,
  29402. "color": "Red",
  29403. "evos": [
  29404. "accelgor"
  29405. ],
  29406. "eggGroups": [
  29407. "Bug"
  29408. ],
  29409. "name": "Shelmet"
  29410. },
  29411. "accelgor": {
  29412. "num": 617,
  29413. "species": "Accelgor",
  29414. "types": [
  29415. "Bug"
  29416. ],
  29417. "baseStats": {
  29418. "hp": 80,
  29419. "atk": 70,
  29420. "def": 40,
  29421. "spa": 100,
  29422. "spd": 60,
  29423. "spe": 145
  29424. },
  29425. "abilities": {
  29426. "0": "Hydration",
  29427. "1": "Sticky Hold",
  29428. "H": "Unburden"
  29429. },
  29430. "heightm": 0.8,
  29431. "weightkg": 25.3,
  29432. "color": "Red",
  29433. "prevo": "shelmet",
  29434. "evoLevel": 1,
  29435. "eggGroups": [
  29436. "Bug"
  29437. ],
  29438. "name": "Accelgor"
  29439. },
  29440. "stunfisk": {
  29441. "num": 618,
  29442. "species": "Stunfisk",
  29443. "types": [
  29444. "Ground",
  29445. "Electric"
  29446. ],
  29447. "baseStats": {
  29448. "hp": 109,
  29449. "atk": 66,
  29450. "def": 84,
  29451. "spa": 81,
  29452. "spd": 99,
  29453. "spe": 32
  29454. },
  29455. "abilities": {
  29456. "0": "Static",
  29457. "1": "Limber",
  29458. "H": "Sand Veil"
  29459. },
  29460. "heightm": 0.7,
  29461. "weightkg": 11,
  29462. "color": "Brown",
  29463. "eggGroups": [
  29464. "Water 1",
  29465. "Amorphous"
  29466. ],
  29467. "name": "Stunfisk"
  29468. },
  29469. "mienfoo": {
  29470. "num": 619,
  29471. "species": "Mienfoo",
  29472. "types": [
  29473. "Fighting"
  29474. ],
  29475. "baseStats": {
  29476. "hp": 45,
  29477. "atk": 85,
  29478. "def": 50,
  29479. "spa": 55,
  29480. "spd": 50,
  29481. "spe": 65
  29482. },
  29483. "abilities": {
  29484. "0": "Inner Focus",
  29485. "1": "Regenerator",
  29486. "H": "Reckless"
  29487. },
  29488. "heightm": 0.9,
  29489. "weightkg": 20,
  29490. "color": "Yellow",
  29491. "evos": [
  29492. "mienshao"
  29493. ],
  29494. "eggGroups": [
  29495. "Field",
  29496. "Human-Like"
  29497. ],
  29498. "name": "Mienfoo"
  29499. },
  29500. "mienshao": {
  29501. "num": 620,
  29502. "species": "Mienshao",
  29503. "types": [
  29504. "Fighting"
  29505. ],
  29506. "baseStats": {
  29507. "hp": 65,
  29508. "atk": 125,
  29509. "def": 60,
  29510. "spa": 95,
  29511. "spd": 60,
  29512. "spe": 105
  29513. },
  29514. "abilities": {
  29515. "0": "Inner Focus",
  29516. "1": "Regenerator",
  29517. "H": "Reckless"
  29518. },
  29519. "heightm": 1.4,
  29520. "weightkg": 35.5,
  29521. "color": "Purple",
  29522. "prevo": "mienfoo",
  29523. "evoLevel": 50,
  29524. "eggGroups": [
  29525. "Field",
  29526. "Human-Like"
  29527. ],
  29528. "name": "Mienshao"
  29529. },
  29530. "druddigon": {
  29531. "num": 621,
  29532. "species": "Druddigon",
  29533. "types": [
  29534. "Dragon"
  29535. ],
  29536. "baseStats": {
  29537. "hp": 77,
  29538. "atk": 120,
  29539. "def": 90,
  29540. "spa": 60,
  29541. "spd": 90,
  29542. "spe": 48
  29543. },
  29544. "abilities": {
  29545. "0": "Rough Skin",
  29546. "1": "Sheer Force",
  29547. "H": "Mold Breaker"
  29548. },
  29549. "heightm": 1.6,
  29550. "weightkg": 139,
  29551. "color": "Red",
  29552. "eggGroups": [
  29553. "Monster",
  29554. "Dragon"
  29555. ],
  29556. "name": "Druddigon"
  29557. },
  29558. "golett": {
  29559. "num": 622,
  29560. "species": "Golett",
  29561. "types": [
  29562. "Ground",
  29563. "Ghost"
  29564. ],
  29565. "gender": "N",
  29566. "baseStats": {
  29567. "hp": 59,
  29568. "atk": 74,
  29569. "def": 50,
  29570. "spa": 35,
  29571. "spd": 50,
  29572. "spe": 35
  29573. },
  29574. "abilities": {
  29575. "0": "Iron Fist",
  29576. "1": "Klutz",
  29577. "H": "No Guard"
  29578. },
  29579. "heightm": 1,
  29580. "weightkg": 92,
  29581. "color": "Green",
  29582. "evos": [
  29583. "golurk"
  29584. ],
  29585. "eggGroups": [
  29586. "Mineral"
  29587. ],
  29588. "name": "Golett"
  29589. },
  29590. "golurk": {
  29591. "num": 623,
  29592. "species": "Golurk",
  29593. "types": [
  29594. "Ground",
  29595. "Ghost"
  29596. ],
  29597. "gender": "N",
  29598. "baseStats": {
  29599. "hp": 89,
  29600. "atk": 124,
  29601. "def": 80,
  29602. "spa": 55,
  29603. "spd": 80,
  29604. "spe": 55
  29605. },
  29606. "abilities": {
  29607. "0": "Iron Fist",
  29608. "1": "Klutz",
  29609. "H": "No Guard"
  29610. },
  29611. "heightm": 2.8,
  29612. "weightkg": 330,
  29613. "color": "Green",
  29614. "prevo": "golett",
  29615. "evoLevel": 43,
  29616. "eggGroups": [
  29617. "Mineral"
  29618. ],
  29619. "name": "Golurk",
  29620. "exists": true,
  29621. "tier": "NU",
  29622. "learnset": {
  29623. "astonish": [
  29624. "6L001d"
  29625. ],
  29626. "brickbreak": [
  29627. "6M"
  29628. ],
  29629. "bulldoze": [
  29630. "6M"
  29631. ],
  29632. "chargebeam": [
  29633. "6M"
  29634. ],
  29635. "curse": [
  29636. "6L040"
  29637. ],
  29638. "defensecurl": [
  29639. "6L001e"
  29640. ],
  29641. "doubleteam": [
  29642. "6M"
  29643. ],
  29644. "dynamicpunch": [
  29645. "6L030"
  29646. ],
  29647. "earthquake": [
  29648. "6L050",
  29649. "6M"
  29650. ],
  29651. "facade": [
  29652. "6M"
  29653. ],
  29654. "flash": [
  29655. "6M"
  29656. ],
  29657. "flashcannon": [
  29658. "6M"
  29659. ],
  29660. "fling": [
  29661. "6M"
  29662. ],
  29663. "fly": [
  29664. "6M"
  29665. ],
  29666. "focusblast": [
  29667. "6M"
  29668. ],
  29669. "focuspunch": [
  29670. "6L001b",
  29671. "6L070"
  29672. ],
  29673. "frustration": [
  29674. "6M"
  29675. ],
  29676. "gigaimpact": [
  29677. "6M"
  29678. ],
  29679. "grassknot": [
  29680. "6M"
  29681. ],
  29682. "gyroball": [
  29683. "6M"
  29684. ],
  29685. "hammerarm": [
  29686. "6L060"
  29687. ],
  29688. "heavyslam": [
  29689. "6L043"
  29690. ],
  29691. "hiddenpower": [
  29692. "6M"
  29693. ],
  29694. "hyperbeam": [
  29695. "6M"
  29696. ],
  29697. "icebeam": [
  29698. "6M"
  29699. ],
  29700. "irondefense": [
  29701. "6L017"
  29702. ],
  29703. "lowsweep": [
  29704. "6M"
  29705. ],
  29706. "magnitude": [
  29707. "6L025"
  29708. ],
  29709. "megapunch": [
  29710. "6L021"
  29711. ],
  29712. "mudslap": [
  29713. "6L001f",
  29714. "6L005"
  29715. ],
  29716. "nightshade": [
  29717. "6L035"
  29718. ],
  29719. "pound": [
  29720. "6L001c"
  29721. ],
  29722. "protect": [
  29723. "6M"
  29724. ],
  29725. "psychic": [
  29726. "6M"
  29727. ],
  29728. "raindance": [
  29729. "6M"
  29730. ],
  29731. "rest": [
  29732. "6M"
  29733. ],
  29734. "return": [
  29735. "6M"
  29736. ],
  29737. "rockpolish": [
  29738. "6M"
  29739. ],
  29740. "rockslide": [
  29741. "6M"
  29742. ],
  29743. "rocksmash": [
  29744. "6M"
  29745. ],
  29746. "rocktomb": [
  29747. "6M"
  29748. ],
  29749. "rollout": [
  29750. "6L009"
  29751. ],
  29752. "round": [
  29753. "6M"
  29754. ],
  29755. "safeguard": [
  29756. "6M"
  29757. ],
  29758. "shadowball": [
  29759. "6M"
  29760. ],
  29761. "shadowpunch": [
  29762. "6L013"
  29763. ],
  29764. "solarbeam": [
  29765. "6M"
  29766. ],
  29767. "stoneedge": [
  29768. "6M"
  29769. ],
  29770. "strength": [
  29771. "6M"
  29772. ],
  29773. "substitute": [
  29774. "6M"
  29775. ],
  29776. "swagger": [
  29777. "6M"
  29778. ],
  29779. "telekinesis": [
  29780.  
  29781. ],
  29782. "thief": [
  29783. "6M"
  29784. ],
  29785. "thunderbolt": [
  29786. "6M"
  29787. ],
  29788. "toxic": [
  29789. "6M"
  29790. ],
  29791. "signalbeam": [
  29792.  
  29793. ],
  29794. "lowkick": [
  29795.  
  29796. ],
  29797. "thunderpunch": [
  29798.  
  29799. ],
  29800. "firepunch": [
  29801.  
  29802. ],
  29803. "icepunch": [
  29804.  
  29805. ],
  29806. "magiccoat": [
  29807.  
  29808. ],
  29809. "block": [
  29810.  
  29811. ],
  29812. "earthpower": [
  29813.  
  29814. ],
  29815. "gravity": [
  29816.  
  29817. ],
  29818. "superpower": [
  29819.  
  29820. ],
  29821. "icywind": [
  29822.  
  29823. ],
  29824. "zenheadbutt": [
  29825.  
  29826. ],
  29827. "snore": [
  29828.  
  29829. ],
  29830. "drainpunch": [
  29831.  
  29832. ],
  29833. "stealthrock": [
  29834.  
  29835. ],
  29836. "sleeptalk": [
  29837. "6M"
  29838. ],
  29839. "phantomforce": [
  29840. "6L001a",
  29841. "6L075"
  29842. ],
  29843. "poweruppunch": [
  29844. "6M"
  29845. ],
  29846. "confide": [
  29847. "6M"
  29848. ]
  29849. },
  29850. "id": "golurk",
  29851. "speciesid": "golurk",
  29852. "baseSpecies": "Golurk",
  29853. "forme": "",
  29854. "formeLetter": "",
  29855. "spriteid": "golurk",
  29856. "effectType": "Template"
  29857. },
  29858. "pawniard": {
  29859. "num": 624,
  29860. "species": "Pawniard",
  29861. "types": [
  29862. "Dark",
  29863. "Steel"
  29864. ],
  29865. "baseStats": {
  29866. "hp": 45,
  29867. "atk": 85,
  29868. "def": 70,
  29869. "spa": 40,
  29870. "spd": 40,
  29871. "spe": 60
  29872. },
  29873. "abilities": {
  29874. "0": "Defiant",
  29875. "1": "Inner Focus",
  29876. "H": "Pressure"
  29877. },
  29878. "heightm": 0.5,
  29879. "weightkg": 10.2,
  29880. "color": "Red",
  29881. "evos": [
  29882. "bisharp"
  29883. ],
  29884. "eggGroups": [
  29885. "Human-Like"
  29886. ],
  29887. "name": "Pawniard"
  29888. },
  29889. "bisharp": {
  29890. "num": 625,
  29891. "species": "Bisharp",
  29892. "types": [
  29893. "Dark",
  29894. "Steel"
  29895. ],
  29896. "baseStats": {
  29897. "hp": 65,
  29898. "atk": 125,
  29899. "def": 100,
  29900. "spa": 60,
  29901. "spd": 70,
  29902. "spe": 70
  29903. },
  29904. "abilities": {
  29905. "0": "Defiant",
  29906. "1": "Inner Focus",
  29907. "H": "Pressure"
  29908. },
  29909. "heightm": 1.6,
  29910. "weightkg": 70,
  29911. "color": "Red",
  29912. "prevo": "pawniard",
  29913. "evoLevel": 52,
  29914. "eggGroups": [
  29915. "Human-Like"
  29916. ],
  29917. "name": "Bisharp",
  29918. "exists": true,
  29919. "tier": "OU",
  29920. "learnset": {
  29921. "aerialace": [
  29922. "6M"
  29923. ],
  29924. "assurance": [
  29925. "6L033"
  29926. ],
  29927. "attract": [
  29928. "6M"
  29929. ],
  29930. "brickbreak": [
  29931. "6M"
  29932. ],
  29933. "cut": [
  29934. "6M"
  29935. ],
  29936. "dig": [
  29937. "6M"
  29938. ],
  29939. "doubleteam": [
  29940. "6M"
  29941. ],
  29942. "embargo": [
  29943. "6L041",
  29944. "6M"
  29945. ],
  29946. "facade": [
  29947. "6M"
  29948. ],
  29949. "feintattack": [
  29950. "6L017"
  29951. ],
  29952. "falseswipe": [
  29953. "6M"
  29954. ],
  29955. "fling": [
  29956. "6M"
  29957. ],
  29958. "focusblast": [
  29959. "6M"
  29960. ],
  29961. "frustration": [
  29962. "6M"
  29963. ],
  29964. "furycutter": [
  29965. "6L001f",
  29966. "6L009"
  29967. ],
  29968. "gigaimpact": [
  29969. "6M"
  29970. ],
  29971. "grassknot": [
  29972. "6M"
  29973. ],
  29974. "guillotine": [
  29975. "6L001a",
  29976. "6L071"
  29977. ],
  29978. "hiddenpower": [
  29979. "6M"
  29980. ],
  29981. "honeclaws": [
  29982. "6M"
  29983. ],
  29984. "hyperbeam": [
  29985. "6M"
  29986. ],
  29987. "irondefense": [
  29988. "6L046"
  29989. ],
  29990. "ironhead": [
  29991. "6L001b",
  29992. "6L057"
  29993. ],
  29994. "leer": [
  29995. "6L001e",
  29996. "6L006"
  29997. ],
  29998. "lowsweep": [
  29999. "6M"
  30000. ],
  30001. "metalburst": [
  30002. "6L001c"
  30003. ],
  30004. "metalclaw": [
  30005. "6L025"
  30006. ],
  30007. "metalsound": [
  30008. "6L038"
  30009. ],
  30010. "nightslash": [
  30011. "6L049"
  30012. ],
  30013. "payback": [
  30014. "6M"
  30015. ],
  30016. "poisonjab": [
  30017. "6M"
  30018. ],
  30019. "protect": [
  30020. "6M"
  30021. ],
  30022. "raindance": [
  30023. "6M"
  30024. ],
  30025. "rest": [
  30026. "6M"
  30027. ],
  30028. "retaliate": [
  30029. "6M"
  30030. ],
  30031. "return": [
  30032. "6M"
  30033. ],
  30034. "rockpolish": [
  30035. "6M"
  30036. ],
  30037. "rocksmash": [
  30038. "6M"
  30039. ],
  30040. "rocktomb": [
  30041. "6M"
  30042. ],
  30043. "round": [
  30044. "6M"
  30045. ],
  30046. "sandstorm": [
  30047. "6M"
  30048. ],
  30049. "scaryface": [
  30050. "6L022"
  30051. ],
  30052. "scratch": [
  30053. "6L001d"
  30054. ],
  30055. "shadowclaw": [
  30056. "6M"
  30057. ],
  30058. "slash": [
  30059. "6L030"
  30060. ],
  30061. "snarl": [
  30062. "6M"
  30063. ],
  30064. "stoneedge": [
  30065. "6M"
  30066. ],
  30067. "substitute": [
  30068. "6M"
  30069. ],
  30070. "swagger": [
  30071. "6M"
  30072. ],
  30073. "swordsdance": [
  30074. "6L063",
  30075. "6M"
  30076. ],
  30077. "taunt": [
  30078. "6M"
  30079. ],
  30080. "thief": [
  30081. "6M"
  30082. ],
  30083. "thunderwave": [
  30084. "6M"
  30085. ],
  30086. "torment": [
  30087. "6L001g",
  30088. "6L014",
  30089. "6M"
  30090. ],
  30091. "toxic": [
  30092. "6M"
  30093. ],
  30094. "xscissor": [
  30095. "6M"
  30096. ],
  30097. "dualchop": [
  30098.  
  30099. ],
  30100. "lowkick": [
  30101.  
  30102. ],
  30103. "foulplay": [
  30104.  
  30105. ],
  30106. "magnetrise": [
  30107.  
  30108. ],
  30109. "darkpulse": [
  30110. "6M"
  30111. ],
  30112. "snore": [
  30113.  
  30114. ],
  30115. "knockoff": [
  30116.  
  30117. ],
  30118. "roleplay": [
  30119.  
  30120. ],
  30121. "spite": [
  30122.  
  30123. ],
  30124. "snatch": [
  30125.  
  30126. ],
  30127. "stealthrock": [
  30128.  
  30129. ],
  30130. "sleeptalk": [
  30131. "6M"
  30132. ],
  30133. "poweruppunch": [
  30134. "6M"
  30135. ],
  30136. "confide": [
  30137. "6M"
  30138. ]
  30139. },
  30140. "id": "bisharp",
  30141. "speciesid": "bisharp",
  30142. "baseSpecies": "Bisharp",
  30143. "forme": "",
  30144. "formeLetter": "",
  30145. "spriteid": "bisharp",
  30146. "effectType": "Template"
  30147. },
  30148. "bouffalant": {
  30149. "num": 626,
  30150. "species": "Bouffalant",
  30151. "types": [
  30152. "Normal"
  30153. ],
  30154. "baseStats": {
  30155. "hp": 95,
  30156. "atk": 110,
  30157. "def": 95,
  30158. "spa": 40,
  30159. "spd": 95,
  30160. "spe": 55
  30161. },
  30162. "abilities": {
  30163. "0": "Reckless",
  30164. "1": "Sap Sipper",
  30165. "H": "Soundproof"
  30166. },
  30167. "heightm": 1.6,
  30168. "weightkg": 94.6,
  30169. "color": "Brown",
  30170. "eggGroups": [
  30171. "Field"
  30172. ],
  30173. "name": "Bouffalant"
  30174. },
  30175. "rufflet": {
  30176. "num": 627,
  30177. "species": "Rufflet",
  30178. "types": [
  30179. "Normal",
  30180. "Flying"
  30181. ],
  30182. "gender": "M",
  30183. "baseStats": {
  30184. "hp": 70,
  30185. "atk": 83,
  30186. "def": 50,
  30187. "spa": 37,
  30188. "spd": 50,
  30189. "spe": 60
  30190. },
  30191. "abilities": {
  30192. "0": "Keen Eye",
  30193. "1": "Sheer Force",
  30194. "H": "Hustle"
  30195. },
  30196. "heightm": 0.5,
  30197. "weightkg": 10.5,
  30198. "color": "White",
  30199. "evos": [
  30200. "braviary"
  30201. ],
  30202. "eggGroups": [
  30203. "Flying"
  30204. ],
  30205. "name": "Rufflet"
  30206. },
  30207. "braviary": {
  30208. "num": 628,
  30209. "species": "Braviary",
  30210. "types": [
  30211. "Normal",
  30212. "Flying"
  30213. ],
  30214. "gender": "M",
  30215. "baseStats": {
  30216. "hp": 100,
  30217. "atk": 123,
  30218. "def": 75,
  30219. "spa": 57,
  30220. "spd": 75,
  30221. "spe": 80
  30222. },
  30223. "abilities": {
  30224. "0": "Keen Eye",
  30225. "1": "Sheer Force",
  30226. "H": "Defiant"
  30227. },
  30228. "heightm": 1.5,
  30229. "weightkg": 41,
  30230. "color": "Red",
  30231. "prevo": "rufflet",
  30232. "evoLevel": 54,
  30233. "eggGroups": [
  30234. "Flying"
  30235. ],
  30236. "name": "Braviary"
  30237. },
  30238. "vullaby": {
  30239. "num": 629,
  30240. "species": "Vullaby",
  30241. "types": [
  30242. "Dark",
  30243. "Flying"
  30244. ],
  30245. "gender": "F",
  30246. "baseStats": {
  30247. "hp": 70,
  30248. "atk": 55,
  30249. "def": 75,
  30250. "spa": 45,
  30251. "spd": 65,
  30252. "spe": 60
  30253. },
  30254. "abilities": {
  30255. "0": "Big Pecks",
  30256. "1": "Overcoat",
  30257. "H": "Weak Armor"
  30258. },
  30259. "heightm": 0.5,
  30260. "weightkg": 9,
  30261. "color": "Brown",
  30262. "evos": [
  30263. "mandibuzz"
  30264. ],
  30265. "eggGroups": [
  30266. "Flying"
  30267. ],
  30268. "name": "Vullaby"
  30269. },
  30270. "mandibuzz": {
  30271. "num": 630,
  30272. "species": "Mandibuzz",
  30273. "types": [
  30274. "Dark",
  30275. "Flying"
  30276. ],
  30277. "gender": "F",
  30278. "baseStats": {
  30279. "hp": 110,
  30280. "atk": 65,
  30281. "def": 105,
  30282. "spa": 55,
  30283. "spd": 95,
  30284. "spe": 80
  30285. },
  30286. "abilities": {
  30287. "0": "Big Pecks",
  30288. "1": "Overcoat",
  30289. "H": "Weak Armor"
  30290. },
  30291. "heightm": 1.2,
  30292. "weightkg": 39.5,
  30293. "color": "Brown",
  30294. "prevo": "vullaby",
  30295. "evoLevel": 54,
  30296. "eggGroups": [
  30297. "Flying"
  30298. ],
  30299. "name": "Mandibuzz"
  30300. },
  30301. "heatmor": {
  30302. "num": 631,
  30303. "species": "Heatmor",
  30304. "types": [
  30305. "Fire"
  30306. ],
  30307. "baseStats": {
  30308. "hp": 85,
  30309. "atk": 97,
  30310. "def": 66,
  30311. "spa": 105,
  30312. "spd": 66,
  30313. "spe": 65
  30314. },
  30315. "abilities": {
  30316. "0": "Gluttony",
  30317. "1": "Flash Fire",
  30318. "H": "White Smoke"
  30319. },
  30320. "heightm": 1.4,
  30321. "weightkg": 58,
  30322. "color": "Red",
  30323. "eggGroups": [
  30324. "Field"
  30325. ],
  30326. "name": "Heatmor"
  30327. },
  30328. "durant": {
  30329. "num": 632,
  30330. "species": "Durant",
  30331. "types": [
  30332. "Bug",
  30333. "Steel"
  30334. ],
  30335. "baseStats": {
  30336. "hp": 58,
  30337. "atk": 109,
  30338. "def": 112,
  30339. "spa": 48,
  30340. "spd": 48,
  30341. "spe": 109
  30342. },
  30343. "abilities": {
  30344. "0": "Swarm",
  30345. "1": "Hustle",
  30346. "H": "Truant"
  30347. },
  30348. "heightm": 0.3,
  30349. "weightkg": 33,
  30350. "color": "Gray",
  30351. "eggGroups": [
  30352. "Bug"
  30353. ],
  30354. "name": "Durant"
  30355. },
  30356. "deino": {
  30357. "num": 633,
  30358. "species": "Deino",
  30359. "types": [
  30360. "Dark",
  30361. "Dragon"
  30362. ],
  30363. "baseStats": {
  30364. "hp": 52,
  30365. "atk": 65,
  30366. "def": 50,
  30367. "spa": 45,
  30368. "spd": 50,
  30369. "spe": 38
  30370. },
  30371. "abilities": {
  30372. "0": "Hustle"
  30373. },
  30374. "heightm": 0.8,
  30375. "weightkg": 17.3,
  30376. "color": "Blue",
  30377. "evos": [
  30378. "zweilous"
  30379. ],
  30380. "eggGroups": [
  30381. "Dragon"
  30382. ],
  30383. "name": "Deino"
  30384. },
  30385. "zweilous": {
  30386. "num": 634,
  30387. "species": "Zweilous",
  30388. "types": [
  30389. "Dark",
  30390. "Dragon"
  30391. ],
  30392. "baseStats": {
  30393. "hp": 72,
  30394. "atk": 85,
  30395. "def": 70,
  30396. "spa": 65,
  30397. "spd": 70,
  30398. "spe": 58
  30399. },
  30400. "abilities": {
  30401. "0": "Hustle"
  30402. },
  30403. "heightm": 1.4,
  30404. "weightkg": 50,
  30405. "color": "Blue",
  30406. "prevo": "deino",
  30407. "evos": [
  30408. "hydreigon"
  30409. ],
  30410. "evoLevel": 50,
  30411. "eggGroups": [
  30412. "Dragon"
  30413. ],
  30414. "name": "Zweilous"
  30415. },
  30416. "hydreigon": {
  30417. "num": 635,
  30418. "species": "Hydreigon",
  30419. "types": [
  30420. "Dark",
  30421. "Dragon"
  30422. ],
  30423. "baseStats": {
  30424. "hp": 92,
  30425. "atk": 105,
  30426. "def": 90,
  30427. "spa": 125,
  30428. "spd": 90,
  30429. "spe": 98
  30430. },
  30431. "abilities": {
  30432. "0": "Levitate"
  30433. },
  30434. "heightm": 1.8,
  30435. "weightkg": 160,
  30436. "color": "Blue",
  30437. "prevo": "zweilous",
  30438. "evoLevel": 64,
  30439. "eggGroups": [
  30440. "Dragon"
  30441. ],
  30442. "name": "Hydreigon"
  30443. },
  30444. "larvesta": {
  30445. "num": 636,
  30446. "species": "Larvesta",
  30447. "types": [
  30448. "Bug",
  30449. "Fire"
  30450. ],
  30451. "baseStats": {
  30452. "hp": 55,
  30453. "atk": 85,
  30454. "def": 55,
  30455. "spa": 50,
  30456. "spd": 55,
  30457. "spe": 60
  30458. },
  30459. "abilities": {
  30460. "0": "Flame Body",
  30461. "H": "Swarm"
  30462. },
  30463. "heightm": 1.1,
  30464. "weightkg": 28.8,
  30465. "color": "White",
  30466. "evos": [
  30467. "volcarona"
  30468. ],
  30469. "eggGroups": [
  30470. "Bug"
  30471. ],
  30472. "name": "Larvesta"
  30473. },
  30474. "volcarona": {
  30475. "num": 637,
  30476. "species": "Volcarona",
  30477. "types": [
  30478. "Bug",
  30479. "Fire"
  30480. ],
  30481. "baseStats": {
  30482. "hp": 85,
  30483. "atk": 60,
  30484. "def": 65,
  30485. "spa": 135,
  30486. "spd": 105,
  30487. "spe": 100
  30488. },
  30489. "abilities": {
  30490. "0": "Flame Body",
  30491. "H": "Swarm"
  30492. },
  30493. "heightm": 1.6,
  30494. "weightkg": 46,
  30495. "color": "White",
  30496. "prevo": "larvesta",
  30497. "evoLevel": 59,
  30498. "eggGroups": [
  30499. "Bug"
  30500. ],
  30501. "name": "Volcarona"
  30502. },
  30503. "cobalion": {
  30504. "num": 638,
  30505. "species": "Cobalion",
  30506. "types": [
  30507. "Steel",
  30508. "Fighting"
  30509. ],
  30510. "gender": "N",
  30511. "baseStats": {
  30512. "hp": 91,
  30513. "atk": 90,
  30514. "def": 129,
  30515. "spa": 90,
  30516. "spd": 72,
  30517. "spe": 108
  30518. },
  30519. "abilities": {
  30520. "0": "Justified"
  30521. },
  30522. "heightm": 2.1,
  30523. "weightkg": 250,
  30524. "color": "Blue",
  30525. "eggGroups": [
  30526. "Undiscovered"
  30527. ],
  30528. "name": "Cobalion"
  30529. },
  30530. "terrakion": {
  30531. "num": 639,
  30532. "species": "Terrakion",
  30533. "types": [
  30534. "Rock",
  30535. "Fighting"
  30536. ],
  30537. "gender": "N",
  30538. "baseStats": {
  30539. "hp": 91,
  30540. "atk": 129,
  30541. "def": 90,
  30542. "spa": 72,
  30543. "spd": 90,
  30544. "spe": 108
  30545. },
  30546. "abilities": {
  30547. "0": "Justified"
  30548. },
  30549. "heightm": 1.9,
  30550. "weightkg": 260,
  30551. "color": "Gray",
  30552. "eggGroups": [
  30553. "Undiscovered"
  30554. ],
  30555. "name": "Terrakion"
  30556. },
  30557. "virizion": {
  30558. "num": 640,
  30559. "species": "Virizion",
  30560. "types": [
  30561. "Grass",
  30562. "Fighting"
  30563. ],
  30564. "gender": "N",
  30565. "baseStats": {
  30566. "hp": 91,
  30567. "atk": 90,
  30568. "def": 72,
  30569. "spa": 90,
  30570. "spd": 129,
  30571. "spe": 108
  30572. },
  30573. "abilities": {
  30574. "0": "Justified"
  30575. },
  30576. "heightm": 2,
  30577. "weightkg": 200,
  30578. "color": "Green",
  30579. "eggGroups": [
  30580. "Undiscovered"
  30581. ],
  30582. "name": "Virizion"
  30583. },
  30584. "tornadus": {
  30585. "num": 641,
  30586. "species": "Tornadus",
  30587. "baseForme": "Incarnate",
  30588. "types": [
  30589. "Flying"
  30590. ],
  30591. "gender": "M",
  30592. "baseStats": {
  30593. "hp": 79,
  30594. "atk": 115,
  30595. "def": 70,
  30596. "spa": 125,
  30597. "spd": 80,
  30598. "spe": 111
  30599. },
  30600. "abilities": {
  30601. "0": "Prankster",
  30602. "H": "Defiant"
  30603. },
  30604. "heightm": 1.5,
  30605. "weightkg": 63,
  30606. "color": "Green",
  30607. "eggGroups": [
  30608. "Undiscovered"
  30609. ],
  30610. "otherFormes": [
  30611. "tornadustherian"
  30612. ],
  30613. "name": "Tornadus"
  30614. },
  30615. "tornadustherian": {
  30616. "num": 641,
  30617. "species": "Tornadus-Therian",
  30618. "baseSpecies": "Tornadus",
  30619. "forme": "Therian",
  30620. "formeLetter": "T",
  30621. "types": [
  30622. "Flying"
  30623. ],
  30624. "gender": "M",
  30625. "baseStats": {
  30626. "hp": 79,
  30627. "atk": 100,
  30628. "def": 80,
  30629. "spa": 110,
  30630. "spd": 90,
  30631. "spe": 121
  30632. },
  30633. "abilities": {
  30634. "0": "Regenerator"
  30635. },
  30636. "heightm": 1.4,
  30637. "weightkg": 63,
  30638. "color": "Green",
  30639. "eggGroups": [
  30640. "Undiscovered"
  30641. ],
  30642. "name": "Tornadus-Therian"
  30643. },
  30644. "thundurus": {
  30645. "num": 642,
  30646. "species": "Thundurus",
  30647. "baseForme": "Incarnate",
  30648. "types": [
  30649. "Electric",
  30650. "Flying"
  30651. ],
  30652. "gender": "M",
  30653. "baseStats": {
  30654. "hp": 79,
  30655. "atk": 115,
  30656. "def": 70,
  30657. "spa": 125,
  30658. "spd": 80,
  30659. "spe": 111
  30660. },
  30661. "abilities": {
  30662. "0": "Prankster",
  30663. "H": "Defiant"
  30664. },
  30665. "heightm": 1.5,
  30666. "weightkg": 61,
  30667. "color": "Blue",
  30668. "eggGroups": [
  30669. "Undiscovered"
  30670. ],
  30671. "otherFormes": [
  30672. "thundurustherian"
  30673. ],
  30674. "name": "Thundurus"
  30675. },
  30676. "thundurustherian": {
  30677. "num": 642,
  30678. "species": "Thundurus-Therian",
  30679. "baseSpecies": "Thundurus",
  30680. "forme": "Therian",
  30681. "formeLetter": "T",
  30682. "types": [
  30683. "Electric",
  30684. "Flying"
  30685. ],
  30686. "gender": "M",
  30687. "baseStats": {
  30688. "hp": 79,
  30689. "atk": 105,
  30690. "def": 70,
  30691. "spa": 145,
  30692. "spd": 80,
  30693. "spe": 101
  30694. },
  30695. "abilities": {
  30696. "0": "Volt Absorb"
  30697. },
  30698. "heightm": 3,
  30699. "weightkg": 61,
  30700. "color": "Blue",
  30701. "eggGroups": [
  30702. "Undiscovered"
  30703. ],
  30704. "name": "Thundurus-Therian"
  30705. },
  30706. "reshiram": {
  30707. "num": 643,
  30708. "species": "Reshiram",
  30709. "types": [
  30710. "Dragon",
  30711. "Fire"
  30712. ],
  30713. "gender": "N",
  30714. "baseStats": {
  30715. "hp": 100,
  30716. "atk": 120,
  30717. "def": 100,
  30718. "spa": 150,
  30719. "spd": 120,
  30720. "spe": 90
  30721. },
  30722. "abilities": {
  30723. "0": "Turboblaze"
  30724. },
  30725. "heightm": 3.2,
  30726. "weightkg": 330,
  30727. "color": "White",
  30728. "eggGroups": [
  30729. "Undiscovered"
  30730. ],
  30731. "name": "Reshiram"
  30732. },
  30733. "zekrom": {
  30734. "num": 644,
  30735. "species": "Zekrom",
  30736. "types": [
  30737. "Dragon",
  30738. "Electric"
  30739. ],
  30740. "gender": "N",
  30741. "baseStats": {
  30742. "hp": 100,
  30743. "atk": 150,
  30744. "def": 120,
  30745. "spa": 120,
  30746. "spd": 100,
  30747. "spe": 90
  30748. },
  30749. "abilities": {
  30750. "0": "Teravolt"
  30751. },
  30752. "heightm": 2.9,
  30753. "weightkg": 345,
  30754. "color": "Black",
  30755. "eggGroups": [
  30756. "Undiscovered"
  30757. ],
  30758. "name": "Zekrom"
  30759. },
  30760. "landorus": {
  30761. "num": 645,
  30762. "species": "Landorus",
  30763. "baseForme": "Incarnate",
  30764. "types": [
  30765. "Ground",
  30766. "Flying"
  30767. ],
  30768. "gender": "M",
  30769. "baseStats": {
  30770. "hp": 89,
  30771. "atk": 125,
  30772. "def": 90,
  30773. "spa": 115,
  30774. "spd": 80,
  30775. "spe": 101
  30776. },
  30777. "abilities": {
  30778. "0": "Sand Force",
  30779. "H": "Sheer Force"
  30780. },
  30781. "heightm": 1.5,
  30782. "weightkg": 68,
  30783. "color": "Brown",
  30784. "eggGroups": [
  30785. "Undiscovered"
  30786. ],
  30787. "otherFormes": [
  30788. "landorustherian"
  30789. ],
  30790. "name": "Landorus",
  30791. "exists": true,
  30792. "tier": "OU",
  30793. "learnset": {
  30794. "attract": [
  30795. "6M"
  30796. ],
  30797. "block": [
  30798. "6L001d"
  30799. ],
  30800. "brickbreak": [
  30801. "6M"
  30802. ],
  30803. "bulkup": [
  30804. "6M"
  30805. ],
  30806. "bulldoze": [
  30807. "6L019",
  30808. "6M"
  30809. ],
  30810. "calmmind": [
  30811. "6M"
  30812. ],
  30813. "dig": [
  30814. "6M"
  30815. ],
  30816. "doubleteam": [
  30817. "6M"
  30818. ],
  30819. "earthpower": [
  30820. "6L043"
  30821. ],
  30822. "earthquake": [
  30823. "6L055",
  30824. "6M"
  30825. ],
  30826. "explosion": [
  30827. "6M"
  30828. ],
  30829. "extrasensory": [
  30830. "6L031"
  30831. ],
  30832. "facade": [
  30833. "6M"
  30834. ],
  30835. "fissure": [
  30836. "6L001c",
  30837. "6L067"
  30838. ],
  30839. "fling": [
  30840. "6M"
  30841. ],
  30842. "fly": [
  30843. "6M"
  30844. ],
  30845. "focusblast": [
  30846. "6M"
  30847. ],
  30848. "frustration": [
  30849. "6M"
  30850. ],
  30851. "gigaimpact": [
  30852. "6M"
  30853. ],
  30854. "grassknot": [
  30855. "6M"
  30856. ],
  30857. "hammerarm": [
  30858. "6L001b",
  30859. "6L079"
  30860. ],
  30861. "hiddenpower": [
  30862. "6M"
  30863. ],
  30864. "hyperbeam": [
  30865. "6M"
  30866. ],
  30867. "imprison": [
  30868. "6L007"
  30869. ],
  30870. "mudshot": [
  30871. "6L001e"
  30872. ],
  30873. "outrage": [
  30874. "6L001a",
  30875. "6L085"
  30876. ],
  30877. "payback": [
  30878. "6M"
  30879. ],
  30880. "protect": [
  30881. "6M"
  30882. ],
  30883. "psychic": [
  30884. "6M"
  30885. ],
  30886. "punishment": [
  30887. "6L013"
  30888. ],
  30889. "rest": [
  30890. "6M"
  30891. ],
  30892. "return": [
  30893. "6M"
  30894. ],
  30895. "rockpolish": [
  30896. "6M"
  30897. ],
  30898. "rockslide": [
  30899. "6L049",
  30900. "6M"
  30901. ],
  30902. "rocksmash": [
  30903. "6M"
  30904. ],
  30905. "rockthrow": [
  30906. "6L025"
  30907. ],
  30908. "rocktomb": [
  30909. "6L001f",
  30910. "6M"
  30911. ],
  30912. "round": [
  30913. "6M"
  30914. ],
  30915. "sandstorm": [
  30916. "6L061",
  30917. "6M"
  30918. ],
  30919. "sludgebomb": [
  30920. "6M"
  30921. ],
  30922. "sludgewave": [
  30923. "6M"
  30924. ],
  30925. "smackdown": [
  30926. "6M"
  30927. ],
  30928. "stoneedge": [
  30929. "6L073",
  30930. "6M"
  30931. ],
  30932. "strength": [
  30933. "6M"
  30934. ],
  30935. "substitute": [
  30936. "6M"
  30937. ],
  30938. "swagger": [
  30939. "6M"
  30940. ],
  30941. "swordsdance": [
  30942. "6L037",
  30943. "6M"
  30944. ],
  30945. "toxic": [
  30946. "6M"
  30947. ],
  30948. "uturn": [
  30949. "6M"
  30950. ],
  30951. "gravity": [
  30952.  
  30953. ],
  30954. "superpower": [
  30955.  
  30956. ],
  30957. "irontail": [
  30958.  
  30959. ],
  30960. "snore": [
  30961.  
  30962. ],
  30963. "knockoff": [
  30964.  
  30965. ],
  30966. "roleplay": [
  30967.  
  30968. ],
  30969. "stealthrock": [
  30970.  
  30971. ],
  30972. "sleeptalk": [
  30973. "6M"
  30974. ],
  30975. "confide": [
  30976. "6M"
  30977. ]
  30978. },
  30979. "id": "landorus",
  30980. "speciesid": "landorus",
  30981. "baseSpecies": "Landorus",
  30982. "forme": "",
  30983. "formeLetter": "",
  30984. "spriteid": "landorus",
  30985. "effectType": "Template"
  30986. },
  30987. "landorustherian": {
  30988. "num": 645,
  30989. "species": "Landorus-Therian",
  30990. "baseSpecies": "Landorus",
  30991. "forme": "Therian",
  30992. "formeLetter": "T",
  30993. "types": [
  30994. "Ground",
  30995. "Flying"
  30996. ],
  30997. "gender": "M",
  30998. "baseStats": {
  30999. "hp": 89,
  31000. "atk": 145,
  31001. "def": 90,
  31002. "spa": 105,
  31003. "spd": 80,
  31004. "spe": 91
  31005. },
  31006. "abilities": {
  31007. "0": "Intimidate"
  31008. },
  31009. "heightm": 1.3,
  31010. "weightkg": 68,
  31011. "color": "Brown",
  31012. "eggGroups": [
  31013. "Undiscovered"
  31014. ],
  31015. "name": "Landorus-Therian"
  31016. },
  31017. "kyurem": {
  31018. "num": 646,
  31019. "species": "Kyurem",
  31020. "types": [
  31021. "Dragon",
  31022. "Ice"
  31023. ],
  31024. "gender": "N",
  31025. "baseStats": {
  31026. "hp": 125,
  31027. "atk": 130,
  31028. "def": 90,
  31029. "spa": 130,
  31030. "spd": 90,
  31031. "spe": 95
  31032. },
  31033. "abilities": {
  31034. "0": "Pressure"
  31035. },
  31036. "heightm": 3,
  31037. "weightkg": 325,
  31038. "color": "Gray",
  31039. "eggGroups": [
  31040. "Undiscovered"
  31041. ],
  31042. "otherFormes": [
  31043. "kyuremblack",
  31044. "kyuremwhite"
  31045. ],
  31046. "name": "Kyurem"
  31047. },
  31048. "kyuremblack": {
  31049. "num": 646,
  31050. "species": "Kyurem-Black",
  31051. "baseSpecies": "Kyurem",
  31052. "forme": "Black",
  31053. "formeLetter": "B",
  31054. "types": [
  31055. "Dragon",
  31056. "Ice"
  31057. ],
  31058. "gender": "N",
  31059. "baseStats": {
  31060. "hp": 125,
  31061. "atk": 170,
  31062. "def": 100,
  31063. "spa": 120,
  31064. "spd": 90,
  31065. "spe": 95
  31066. },
  31067. "abilities": {
  31068. "0": "Teravolt"
  31069. },
  31070. "heightm": 3.3,
  31071. "weightkg": 325,
  31072. "color": "Gray",
  31073. "eggGroups": [
  31074. "Undiscovered"
  31075. ],
  31076. "name": "Kyurem-Black"
  31077. },
  31078. "kyuremwhite": {
  31079. "num": 646,
  31080. "species": "Kyurem-White",
  31081. "baseSpecies": "Kyurem",
  31082. "forme": "White",
  31083. "formeLetter": "W",
  31084. "types": [
  31085. "Dragon",
  31086. "Ice"
  31087. ],
  31088. "gender": "N",
  31089. "baseStats": {
  31090. "hp": 125,
  31091. "atk": 120,
  31092. "def": 90,
  31093. "spa": 170,
  31094. "spd": 100,
  31095. "spe": 95
  31096. },
  31097. "abilities": {
  31098. "0": "Turboblaze"
  31099. },
  31100. "heightm": 3.6,
  31101. "weightkg": 325,
  31102. "color": "Gray",
  31103. "eggGroups": [
  31104. "Undiscovered"
  31105. ],
  31106. "name": "Kyurem-White"
  31107. },
  31108. "keldeo": {
  31109. "num": 647,
  31110. "species": "Keldeo",
  31111. "baseForme": "Ordinary",
  31112. "types": [
  31113. "Water",
  31114. "Fighting"
  31115. ],
  31116. "gender": "N",
  31117. "baseStats": {
  31118. "hp": 91,
  31119. "atk": 72,
  31120. "def": 90,
  31121. "spa": 129,
  31122. "spd": 90,
  31123. "spe": 108
  31124. },
  31125. "abilities": {
  31126. "0": "Justified"
  31127. },
  31128. "heightm": 1.4,
  31129. "weightkg": 48.5,
  31130. "color": "Yellow",
  31131. "eggGroups": [
  31132. "Undiscovered"
  31133. ],
  31134. "otherFormes": [
  31135. "keldeoresolute"
  31136. ],
  31137. "name": "Keldeo",
  31138. "exists": true,
  31139. "tier": "OU",
  31140. "learnset": {
  31141. "aerialace": [
  31142. "6M"
  31143. ],
  31144. "aquajet": [
  31145. "6L001a"
  31146. ],
  31147. "aquatail": [
  31148. "6L037"
  31149. ],
  31150. "bubblebeam": [
  31151. "6L013"
  31152. ],
  31153. "calmmind": [
  31154. "6M"
  31155. ],
  31156. "closecombat": [
  31157. "6L073"
  31158. ],
  31159. "cut": [
  31160. "6M"
  31161. ],
  31162. "doublekick": [
  31163. "6L007"
  31164. ],
  31165. "doubleteam": [
  31166. "6M"
  31167. ],
  31168. "facade": [
  31169. "6M"
  31170. ],
  31171. "falseswipe": [
  31172. "6M"
  31173. ],
  31174. "focusblast": [
  31175. "6M"
  31176. ],
  31177. "frustration": [
  31178. "6M"
  31179. ],
  31180. "gigaimpact": [
  31181. "6M"
  31182. ],
  31183. "hail": [
  31184. "6M"
  31185. ],
  31186. "helpinghand": [
  31187. "6L025"
  31188. ],
  31189. "hiddenpower": [
  31190. "6M"
  31191. ],
  31192. "hydropump": [
  31193. "6L067"
  31194. ],
  31195. "hyperbeam": [
  31196. "6M"
  31197. ],
  31198. "leer": [
  31199. "6L001b"
  31200. ],
  31201. "poisonjab": [
  31202. "6M"
  31203. ],
  31204. "protect": [
  31205. "6M"
  31206. ],
  31207. "psychup": [
  31208. "6M"
  31209. ],
  31210. "quickguard": [
  31211. "6L055"
  31212. ],
  31213. "raindance": [
  31214. "6M"
  31215. ],
  31216. "reflect": [
  31217. "6M"
  31218. ],
  31219. "rest": [
  31220. "6M"
  31221. ],
  31222. "retaliate": [
  31223. "6L031",
  31224. "6M"
  31225. ],
  31226. "return": [
  31227. "6M"
  31228. ],
  31229. "roar": [
  31230. "6M"
  31231. ],
  31232. "rocksmash": [
  31233. "6M"
  31234. ],
  31235. "round": [
  31236. "6M"
  31237. ],
  31238. "sacredsword": [
  31239. "6L043"
  31240. ],
  31241. "safeguard": [
  31242. "6M"
  31243. ],
  31244. "scald": [
  31245. "6M"
  31246. ],
  31247. "secretsword": [
  31248. "6T"
  31249. ],
  31250. "stoneedge": [
  31251. "6M"
  31252. ],
  31253. "strength": [
  31254. "6M"
  31255. ],
  31256. "substitute": [
  31257. "6M"
  31258. ],
  31259. "surf": [
  31260. "6M"
  31261. ],
  31262. "swagger": [
  31263. "6M"
  31264. ],
  31265. "swordsdance": [
  31266. "6L049",
  31267. "6M"
  31268. ],
  31269. "takedown": [
  31270. "6L019"
  31271. ],
  31272. "taunt": [
  31273. "6M"
  31274. ],
  31275. "toxic": [
  31276. "6M"
  31277. ],
  31278. "workup": [
  31279. "6L061"
  31280. ],
  31281. "xscissor": [
  31282. "6M"
  31283. ],
  31284. "covet": [
  31285.  
  31286. ],
  31287. "bounce": [
  31288.  
  31289. ],
  31290. "lastresort": [
  31291.  
  31292. ],
  31293. "superpower": [
  31294.  
  31295. ],
  31296. "icywind": [
  31297.  
  31298. ],
  31299. "snore": [
  31300.  
  31301. ],
  31302. "endeavor": [
  31303.  
  31304. ],
  31305. "sleeptalk": [
  31306. "6M"
  31307. ],
  31308. "confide": [
  31309. "6M"
  31310. ]
  31311. },
  31312. "id": "keldeo",
  31313. "speciesid": "keldeo",
  31314. "baseSpecies": "Keldeo",
  31315. "forme": "",
  31316. "formeLetter": "",
  31317. "spriteid": "keldeo",
  31318. "effectType": "Template"
  31319. },
  31320. "keldeoresolute": {
  31321. "num": 647,
  31322. "species": "Keldeo-Resolute",
  31323. "baseSpecies": "Keldeo",
  31324. "forme": "Resolute",
  31325. "formeLetter": "R",
  31326. "types": [
  31327. "Water",
  31328. "Fighting"
  31329. ],
  31330. "gender": "N",
  31331. "baseStats": {
  31332. "hp": 91,
  31333. "atk": 72,
  31334. "def": 90,
  31335. "spa": 129,
  31336. "spd": 90,
  31337. "spe": 108
  31338. },
  31339. "abilities": {
  31340. "0": "Justified"
  31341. },
  31342. "heightm": 1.4,
  31343. "weightkg": 48.5,
  31344. "color": "Yellow",
  31345. "eggGroups": [
  31346. "Undiscovered"
  31347. ],
  31348. "name": "Keldeo-Resolute"
  31349. },
  31350. "meloetta": {
  31351. "num": 648,
  31352. "species": "Meloetta",
  31353. "baseForme": "Aria",
  31354. "types": [
  31355. "Normal",
  31356. "Psychic"
  31357. ],
  31358. "gender": "N",
  31359. "baseStats": {
  31360. "hp": 100,
  31361. "atk": 77,
  31362. "def": 77,
  31363. "spa": 128,
  31364. "spd": 128,
  31365. "spe": 90
  31366. },
  31367. "abilities": {
  31368. "0": "Serene Grace"
  31369. },
  31370. "heightm": 0.6,
  31371. "weightkg": 6.5,
  31372. "color": "White",
  31373. "eggGroups": [
  31374. "Undiscovered"
  31375. ],
  31376. "otherFormes": [
  31377. "meloettapirouette"
  31378. ],
  31379. "name": "Meloetta"
  31380. },
  31381. "meloettapirouette": {
  31382. "num": 648,
  31383. "species": "Meloetta-Pirouette",
  31384. "baseSpecies": "Meloetta",
  31385. "forme": "Pirouette",
  31386. "formeLetter": "P",
  31387. "types": [
  31388. "Normal",
  31389. "Fighting"
  31390. ],
  31391. "gender": "N",
  31392. "baseStats": {
  31393. "hp": 100,
  31394. "atk": 128,
  31395. "def": 90,
  31396. "spa": 77,
  31397. "spd": 77,
  31398. "spe": 128
  31399. },
  31400. "abilities": {
  31401. "0": "Serene Grace"
  31402. },
  31403. "heightm": 0.6,
  31404. "weightkg": 6.5,
  31405. "color": "White",
  31406. "eggGroups": [
  31407. "Undiscovered"
  31408. ],
  31409. "name": "Meloetta-Pirouette"
  31410. },
  31411. "genesect": {
  31412. "num": 649,
  31413. "species": "Genesect",
  31414. "types": [
  31415. "Bug",
  31416. "Steel"
  31417. ],
  31418. "gender": "N",
  31419. "baseStats": {
  31420. "hp": 71,
  31421. "atk": 120,
  31422. "def": 95,
  31423. "spa": 120,
  31424. "spd": 95,
  31425. "spe": 99
  31426. },
  31427. "abilities": {
  31428. "0": "Download"
  31429. },
  31430. "heightm": 1.5,
  31431. "weightkg": 82.5,
  31432. "color": "Purple",
  31433. "eggGroups": [
  31434. "Undiscovered"
  31435. ],
  31436. "otherFormes": [
  31437. "genesectdouse",
  31438. "genesectshock",
  31439. "genesectburn",
  31440. "genesectchill"
  31441. ],
  31442. "name": "Genesect"
  31443. },
  31444. "genesectdouse": {
  31445. "num": 649,
  31446. "species": "Genesect-Douse",
  31447. "baseSpecies": "Genesect",
  31448. "forme": "Douse",
  31449. "formeLetter": "D",
  31450. "types": [
  31451. "Bug",
  31452. "Steel"
  31453. ],
  31454. "gender": "N",
  31455. "baseStats": {
  31456. "hp": 71,
  31457. "atk": 120,
  31458. "def": 95,
  31459. "spa": 120,
  31460. "spd": 95,
  31461. "spe": 99
  31462. },
  31463. "abilities": {
  31464. "0": "Download"
  31465. },
  31466. "heightm": 1.5,
  31467. "weightkg": 82.5,
  31468. "color": "Purple",
  31469. "eggGroups": [
  31470. "Undiscovered"
  31471. ],
  31472. "name": "Genesect-Douse"
  31473. },
  31474. "genesectshock": {
  31475. "num": 649,
  31476. "species": "Genesect-Shock",
  31477. "baseSpecies": "Genesect",
  31478. "forme": "Shock",
  31479. "formeLetter": "S",
  31480. "types": [
  31481. "Bug",
  31482. "Steel"
  31483. ],
  31484. "gender": "N",
  31485. "baseStats": {
  31486. "hp": 71,
  31487. "atk": 120,
  31488. "def": 95,
  31489. "spa": 120,
  31490. "spd": 95,
  31491. "spe": 99
  31492. },
  31493. "abilities": {
  31494. "0": "Download"
  31495. },
  31496. "heightm": 1.5,
  31497. "weightkg": 82.5,
  31498. "color": "Purple",
  31499. "eggGroups": [
  31500. "Undiscovered"
  31501. ],
  31502. "name": "Genesect-Shock"
  31503. },
  31504. "genesectburn": {
  31505. "num": 649,
  31506. "species": "Genesect-Burn",
  31507. "baseSpecies": "Genesect",
  31508. "forme": "Burn",
  31509. "formeLetter": "B",
  31510. "types": [
  31511. "Bug",
  31512. "Steel"
  31513. ],
  31514. "gender": "N",
  31515. "baseStats": {
  31516. "hp": 71,
  31517. "atk": 120,
  31518. "def": 95,
  31519. "spa": 120,
  31520. "spd": 95,
  31521. "spe": 99
  31522. },
  31523. "abilities": {
  31524. "0": "Download"
  31525. },
  31526. "heightm": 1.5,
  31527. "weightkg": 82.5,
  31528. "color": "Purple",
  31529. "eggGroups": [
  31530. "Undiscovered"
  31531. ],
  31532. "name": "Genesect-Burn"
  31533. },
  31534. "genesectchill": {
  31535. "num": 649,
  31536. "species": "Genesect-Chill",
  31537. "baseSpecies": "Genesect",
  31538. "forme": "Chill",
  31539. "formeLetter": "C",
  31540. "types": [
  31541. "Bug",
  31542. "Steel"
  31543. ],
  31544. "gender": "N",
  31545. "baseStats": {
  31546. "hp": 71,
  31547. "atk": 120,
  31548. "def": 95,
  31549. "spa": 120,
  31550. "spd": 95,
  31551. "spe": 99
  31552. },
  31553. "abilities": {
  31554. "0": "Download"
  31555. },
  31556. "heightm": 1.5,
  31557. "weightkg": 82.5,
  31558. "color": "Purple",
  31559. "eggGroups": [
  31560. "Undiscovered"
  31561. ],
  31562. "name": "Genesect-Chill"
  31563. },
  31564. "chespin": {
  31565. "num": 650,
  31566. "species": "Chespin",
  31567. "types": [
  31568. "Grass"
  31569. ],
  31570. "genderRatio": {
  31571. "M": 0.875,
  31572. "F": 0.125
  31573. },
  31574. "baseStats": {
  31575. "hp": 56,
  31576. "atk": 61,
  31577. "def": 65,
  31578. "spa": 48,
  31579. "spd": 45,
  31580. "spe": 38
  31581. },
  31582. "abilities": {
  31583. "0": "Overgrow",
  31584. "H": "Bulletproof"
  31585. },
  31586. "heightm": 0.4,
  31587. "weightkg": 9,
  31588. "color": "Green",
  31589. "evos": [
  31590. "quilladin"
  31591. ],
  31592. "eggGroups": [
  31593. "Field"
  31594. ],
  31595. "name": "Chespin"
  31596. },
  31597. "quilladin": {
  31598. "num": 651,
  31599. "species": "Quilladin",
  31600. "types": [
  31601. "Grass"
  31602. ],
  31603. "genderRatio": {
  31604. "M": 0.875,
  31605. "F": 0.125
  31606. },
  31607. "baseStats": {
  31608. "hp": 61,
  31609. "atk": 78,
  31610. "def": 95,
  31611. "spa": 56,
  31612. "spd": 58,
  31613. "spe": 57
  31614. },
  31615. "abilities": {
  31616. "0": "Overgrow",
  31617. "H": "Bulletproof"
  31618. },
  31619. "heightm": 0.7,
  31620. "weightkg": 29,
  31621. "color": "Green",
  31622. "prevo": "chespin",
  31623. "evos": [
  31624. "chesnaught"
  31625. ],
  31626. "evoLevel": 16,
  31627. "eggGroups": [
  31628. "Field"
  31629. ],
  31630. "name": "Quilladin"
  31631. },
  31632. "chesnaught": {
  31633. "num": 652,
  31634. "species": "Chesnaught",
  31635. "types": [
  31636. "Grass",
  31637. "Fighting"
  31638. ],
  31639. "genderRatio": {
  31640. "M": 0.875,
  31641. "F": 0.125
  31642. },
  31643. "baseStats": {
  31644. "hp": 88,
  31645. "atk": 107,
  31646. "def": 122,
  31647. "spa": 74,
  31648. "spd": 75,
  31649. "spe": 64
  31650. },
  31651. "abilities": {
  31652. "0": "Overgrow",
  31653. "H": "Bulletproof"
  31654. },
  31655. "heightm": 1.6,
  31656. "weightkg": 90,
  31657. "color": "Green",
  31658. "prevo": "quilladin",
  31659. "evoLevel": 36,
  31660. "eggGroups": [
  31661. "Field"
  31662. ],
  31663. "name": "Chesnaught"
  31664. },
  31665. "fennekin": {
  31666. "num": 653,
  31667. "species": "Fennekin",
  31668. "types": [
  31669. "Fire"
  31670. ],
  31671. "genderRatio": {
  31672. "M": 0.875,
  31673. "F": 0.125
  31674. },
  31675. "baseStats": {
  31676. "hp": 40,
  31677. "atk": 45,
  31678. "def": 40,
  31679. "spa": 62,
  31680. "spd": 60,
  31681. "spe": 60
  31682. },
  31683. "abilities": {
  31684. "0": "Blaze",
  31685. "H": "Magician"
  31686. },
  31687. "heightm": 0.4,
  31688. "weightkg": 9.4,
  31689. "color": "Red",
  31690. "evos": [
  31691. "braixen"
  31692. ],
  31693. "eggGroups": [
  31694. "Field"
  31695. ],
  31696. "name": "Fennekin"
  31697. },
  31698. "braixen": {
  31699. "num": 654,
  31700. "species": "Braixen",
  31701. "types": [
  31702. "Fire"
  31703. ],
  31704. "genderRatio": {
  31705. "M": 0.875,
  31706. "F": 0.125
  31707. },
  31708. "baseStats": {
  31709. "hp": 59,
  31710. "atk": 59,
  31711. "def": 58,
  31712. "spa": 90,
  31713. "spd": 70,
  31714. "spe": 73
  31715. },
  31716. "abilities": {
  31717. "0": "Blaze",
  31718. "H": "Magician"
  31719. },
  31720. "heightm": 1,
  31721. "weightkg": 14.5,
  31722. "color": "Red",
  31723. "prevo": "fennekin",
  31724. "evos": [
  31725. "delphox"
  31726. ],
  31727. "evoLevel": 16,
  31728. "eggGroups": [
  31729. "Field"
  31730. ],
  31731. "name": "Braixen"
  31732. },
  31733. "delphox": {
  31734. "num": 655,
  31735. "species": "Delphox",
  31736. "types": [
  31737. "Fire",
  31738. "Psychic"
  31739. ],
  31740. "genderRatio": {
  31741. "M": 0.875,
  31742. "F": 0.125
  31743. },
  31744. "baseStats": {
  31745. "hp": 75,
  31746. "atk": 69,
  31747. "def": 72,
  31748. "spa": 114,
  31749. "spd": 100,
  31750. "spe": 104
  31751. },
  31752. "abilities": {
  31753. "0": "Blaze",
  31754. "H": "Magician"
  31755. },
  31756. "heightm": 1.5,
  31757. "weightkg": 39,
  31758. "color": "Red",
  31759. "prevo": "braixen",
  31760. "evoLevel": 36,
  31761. "eggGroups": [
  31762. "Field"
  31763. ],
  31764. "name": "Delphox"
  31765. },
  31766. "froakie": {
  31767. "num": 656,
  31768. "species": "Froakie",
  31769. "types": [
  31770. "Water"
  31771. ],
  31772. "genderRatio": {
  31773. "M": 0.875,
  31774. "F": 0.125
  31775. },
  31776. "baseStats": {
  31777. "hp": 41,
  31778. "atk": 56,
  31779. "def": 40,
  31780. "spa": 62,
  31781. "spd": 44,
  31782. "spe": 71
  31783. },
  31784. "abilities": {
  31785. "0": "Torrent",
  31786. "H": "Protean"
  31787. },
  31788. "heightm": 0.3,
  31789. "weightkg": 7,
  31790. "color": "Blue",
  31791. "evos": [
  31792. "frogadier"
  31793. ],
  31794. "eggGroups": [
  31795. "Water 1"
  31796. ],
  31797. "name": "Froakie"
  31798. },
  31799. "frogadier": {
  31800. "num": 657,
  31801. "species": "Frogadier",
  31802. "types": [
  31803. "Water"
  31804. ],
  31805. "genderRatio": {
  31806. "M": 0.875,
  31807. "F": 0.125
  31808. },
  31809. "baseStats": {
  31810. "hp": 54,
  31811. "atk": 63,
  31812. "def": 52,
  31813. "spa": 83,
  31814. "spd": 56,
  31815. "spe": 97
  31816. },
  31817. "abilities": {
  31818. "0": "Torrent",
  31819. "H": "Protean"
  31820. },
  31821. "heightm": 0.6,
  31822. "weightkg": 10.9,
  31823. "color": "Blue",
  31824. "prevo": "froakie",
  31825. "evos": [
  31826. "greninja"
  31827. ],
  31828. "evoLevel": 16,
  31829. "eggGroups": [
  31830. "Water 1"
  31831. ],
  31832. "name": "Frogadier"
  31833. },
  31834. "greninja": {
  31835. "num": 658,
  31836. "species": "Greninja",
  31837. "types": [
  31838. "Water",
  31839. "Dark"
  31840. ],
  31841. "genderRatio": {
  31842. "M": 0.875,
  31843. "F": 0.125
  31844. },
  31845. "baseStats": {
  31846. "hp": 72,
  31847. "atk": 95,
  31848. "def": 67,
  31849. "spa": 103,
  31850. "spd": 71,
  31851. "spe": 122
  31852. },
  31853. "abilities": {
  31854. "0": "Torrent",
  31855. "H": "Protean"
  31856. },
  31857. "heightm": 1.5,
  31858. "weightkg": 40,
  31859. "color": "Blue",
  31860. "prevo": "frogadier",
  31861. "evoLevel": 36,
  31862. "eggGroups": [
  31863. "Water 1"
  31864. ],
  31865. "name": "Greninja"
  31866. },
  31867. "bunnelby": {
  31868. "num": 659,
  31869. "species": "Bunnelby",
  31870. "types": [
  31871. "Normal"
  31872. ],
  31873. "baseStats": {
  31874. "hp": 38,
  31875. "atk": 36,
  31876. "def": 38,
  31877. "spa": 32,
  31878. "spd": 36,
  31879. "spe": 57
  31880. },
  31881. "abilities": {
  31882. "0": "Pickup",
  31883. "1": "Cheek Pouch",
  31884. "H": "Huge Power"
  31885. },
  31886. "heightm": 0.4,
  31887. "weightkg": 5,
  31888. "color": "Brown",
  31889. "evos": [
  31890. "diggersby"
  31891. ],
  31892. "eggGroups": [
  31893. "Field"
  31894. ],
  31895. "name": "Bunnelby"
  31896. },
  31897. "diggersby": {
  31898. "num": 660,
  31899. "species": "Diggersby",
  31900. "types": [
  31901. "Normal",
  31902. "Ground"
  31903. ],
  31904. "baseStats": {
  31905. "hp": 85,
  31906. "atk": 56,
  31907. "def": 77,
  31908. "spa": 50,
  31909. "spd": 77,
  31910. "spe": 78
  31911. },
  31912. "abilities": {
  31913. "0": "Pickup",
  31914. "1": "Cheek Pouch",
  31915. "H": "Huge Power"
  31916. },
  31917. "heightm": 1,
  31918. "weightkg": 42.4,
  31919. "color": "Brown",
  31920. "prevo": "bunnelby",
  31921. "evoLevel": 20,
  31922. "eggGroups": [
  31923. "Field"
  31924. ],
  31925. "name": "Diggersby"
  31926. },
  31927. "fletchling": {
  31928. "num": 661,
  31929. "species": "Fletchling",
  31930. "types": [
  31931. "Normal",
  31932. "Flying"
  31933. ],
  31934. "baseStats": {
  31935. "hp": 45,
  31936. "atk": 50,
  31937. "def": 43,
  31938. "spa": 40,
  31939. "spd": 38,
  31940. "spe": 62
  31941. },
  31942. "abilities": {
  31943. "0": "Big Pecks",
  31944. "H": "Gale Wings"
  31945. },
  31946. "heightm": 0.3,
  31947. "weightkg": 1.7,
  31948. "color": "Red",
  31949. "evos": [
  31950. "fletchinder"
  31951. ],
  31952. "eggGroups": [
  31953. "Flying"
  31954. ],
  31955. "name": "Fletchling"
  31956. },
  31957. "fletchinder": {
  31958. "num": 662,
  31959. "species": "Fletchinder",
  31960. "types": [
  31961. "Fire",
  31962. "Flying"
  31963. ],
  31964. "baseStats": {
  31965. "hp": 62,
  31966. "atk": 73,
  31967. "def": 55,
  31968. "spa": 56,
  31969. "spd": 52,
  31970. "spe": 84
  31971. },
  31972. "abilities": {
  31973. "0": "Flame Body",
  31974. "H": "Gale Wings"
  31975. },
  31976. "heightm": 0.7,
  31977. "weightkg": 16,
  31978. "color": "Red",
  31979. "prevo": "fletchling",
  31980. "evos": [
  31981. "talonflame"
  31982. ],
  31983. "evoLevel": 17,
  31984. "eggGroups": [
  31985. "Flying"
  31986. ],
  31987. "name": "Fletchinder"
  31988. },
  31989. "talonflame": {
  31990. "num": 663,
  31991. "species": "Talonflame",
  31992. "types": [
  31993. "Fire",
  31994. "Flying"
  31995. ],
  31996. "baseStats": {
  31997. "hp": 78,
  31998. "atk": 81,
  31999. "def": 71,
  32000. "spa": 74,
  32001. "spd": 69,
  32002. "spe": 126
  32003. },
  32004. "abilities": {
  32005. "0": "Flame Body",
  32006. "H": "Gale Wings"
  32007. },
  32008. "heightm": 1.2,
  32009. "weightkg": 24.5,
  32010. "color": "Red",
  32011. "prevo": "fletchinder",
  32012. "evoLevel": 35,
  32013. "eggGroups": [
  32014. "Flying"
  32015. ],
  32016. "name": "Talonflame"
  32017. },
  32018. "scatterbug": {
  32019. "num": 664,
  32020. "species": "Scatterbug",
  32021. "types": [
  32022. "Bug"
  32023. ],
  32024. "baseStats": {
  32025. "hp": 38,
  32026. "atk": 35,
  32027. "def": 40,
  32028. "spa": 27,
  32029. "spd": 25,
  32030. "spe": 35
  32031. },
  32032. "abilities": {
  32033. "0": "Shield Dust",
  32034. "1": "Compound Eyes",
  32035. "H": "Friend Guard"
  32036. },
  32037. "heightm": 0.3,
  32038. "weightkg": 2.5,
  32039. "color": "Black",
  32040. "evos": [
  32041. "spewpa"
  32042. ],
  32043. "eggGroups": [
  32044. "Bug"
  32045. ],
  32046. "name": "Scatterbug"
  32047. },
  32048. "spewpa": {
  32049. "num": 665,
  32050. "species": "Spewpa",
  32051. "types": [
  32052. "Bug"
  32053. ],
  32054. "baseStats": {
  32055. "hp": 45,
  32056. "atk": 22,
  32057. "def": 60,
  32058. "spa": 27,
  32059. "spd": 30,
  32060. "spe": 29
  32061. },
  32062. "abilities": {
  32063. "0": "Shed Skin",
  32064. "H": "Friend Guard"
  32065. },
  32066. "heightm": 0.3,
  32067. "weightkg": 8.4,
  32068. "color": "Black",
  32069. "prevo": "scatterbug",
  32070. "evos": [
  32071. "vivillon"
  32072. ],
  32073. "evoLevel": 9,
  32074. "eggGroups": [
  32075. "Bug"
  32076. ],
  32077. "name": "Spewpa"
  32078. },
  32079. "vivillon": {
  32080. "num": 666,
  32081. "species": "Vivillon",
  32082. "types": [
  32083. "Bug",
  32084. "Flying"
  32085. ],
  32086. "baseStats": {
  32087. "hp": 80,
  32088. "atk": 52,
  32089. "def": 50,
  32090. "spa": 90,
  32091. "spd": 50,
  32092. "spe": 89
  32093. },
  32094. "abilities": {
  32095. "0": "Shield Dust",
  32096. "1": "Compound Eyes",
  32097. "H": "Friend Guard"
  32098. },
  32099. "heightm": 1.2,
  32100. "weightkg": 17,
  32101. "color": "Black",
  32102. "prevo": "spewpa",
  32103. "evoLevel": 12,
  32104. "eggGroups": [
  32105. "Bug"
  32106. ],
  32107. "name": "Vivillon"
  32108. },
  32109. "litleo": {
  32110. "num": 667,
  32111. "species": "Litleo",
  32112. "types": [
  32113. "Fire",
  32114. "Normal"
  32115. ],
  32116. "baseStats": {
  32117. "hp": 62,
  32118. "atk": 50,
  32119. "def": 58,
  32120. "spa": 73,
  32121. "spd": 54,
  32122. "spe": 72
  32123. },
  32124. "abilities": {
  32125. "0": "Rivalry",
  32126. "1": "Unnerve",
  32127. "H": "Moxie"
  32128. },
  32129. "heightm": 0.6,
  32130. "weightkg": 13.5,
  32131. "color": "Brown",
  32132. "evos": [
  32133. "pyroar"
  32134. ],
  32135. "eggGroups": [
  32136. "Field"
  32137. ],
  32138. "name": "Litleo"
  32139. },
  32140. "pyroar": {
  32141. "num": 668,
  32142. "species": "Pyroar",
  32143. "types": [
  32144. "Fire",
  32145. "Normal"
  32146. ],
  32147. "genderRatio": {
  32148. "M": 0.25,
  32149. "F": 0.75
  32150. },
  32151. "baseStats": {
  32152. "hp": 86,
  32153. "atk": 68,
  32154. "def": 72,
  32155. "spa": 109,
  32156. "spd": 66,
  32157. "spe": 106
  32158. },
  32159. "abilities": {
  32160. "0": "Rivalry",
  32161. "1": "Unnerve",
  32162. "H": "Moxie"
  32163. },
  32164. "heightm": 1.5,
  32165. "weightkg": 81.5,
  32166. "color": "Brown",
  32167. "prevo": "litleo",
  32168. "evoLevel": 35,
  32169. "eggGroups": [
  32170. "Field"
  32171. ],
  32172. "name": "Pyroar"
  32173. },
  32174. "flabebe": {
  32175. "num": 669,
  32176. "species": "Flabebe",
  32177. "types": [
  32178. "Fairy"
  32179. ],
  32180. "gender": "F",
  32181. "baseStats": {
  32182. "hp": 44,
  32183. "atk": 38,
  32184. "def": 39,
  32185. "spa": 61,
  32186. "spd": 79,
  32187. "spe": 42
  32188. },
  32189. "abilities": {
  32190. "0": "Flower Veil",
  32191. "H": "Symbiosis"
  32192. },
  32193. "heightm": 0.1,
  32194. "weightkg": 0.1,
  32195. "color": "White",
  32196. "evos": [
  32197. "floette"
  32198. ],
  32199. "eggGroups": [
  32200. "Fairy"
  32201. ],
  32202. "name": "Flabebe"
  32203. },
  32204. "floette": {
  32205. "num": 670,
  32206. "species": "Floette",
  32207. "baseForme": "Red-Flower",
  32208. "types": [
  32209. "Fairy"
  32210. ],
  32211. "gender": "F",
  32212. "baseStats": {
  32213. "hp": 54,
  32214. "atk": 45,
  32215. "def": 47,
  32216. "spa": 75,
  32217. "spd": 98,
  32218. "spe": 52
  32219. },
  32220. "abilities": {
  32221. "0": "Flower Veil",
  32222. "H": "Symbiosis"
  32223. },
  32224. "heightm": 0.2,
  32225. "weightkg": 0.9,
  32226. "color": "White",
  32227. "prevo": "flabebe",
  32228. "evos": [
  32229. "florges"
  32230. ],
  32231. "evoLevel": 19,
  32232. "eggGroups": [
  32233. "Fairy"
  32234. ],
  32235. "otherForms": [
  32236. "floetteeternalflower"
  32237. ],
  32238. "name": "Floette"
  32239. },
  32240. "floetteeternalflower": {
  32241. "num": 670,
  32242. "species": "Floette-Eternal-Flower",
  32243. "baseSpecies": "Floette",
  32244. "forme": "Eternal-Flower",
  32245. "formeLetter": "E",
  32246. "types": [
  32247. "Fairy"
  32248. ],
  32249. "gender": "F",
  32250. "baseStats": {
  32251. "hp": 74,
  32252. "atk": 65,
  32253. "def": 67,
  32254. "spa": 125,
  32255. "spd": 128,
  32256. "spe": 92
  32257. },
  32258. "abilities": {
  32259. "0": "Flower Veil"
  32260. },
  32261. "heightm": 0.2,
  32262. "weightkg": 0.9,
  32263. "color": "White",
  32264. "prevo": "flabebe",
  32265. "evoLevel": 19,
  32266. "eggGroups": [
  32267. "Fairy"
  32268. ],
  32269. "name": "Floette-Eternal-Flower"
  32270. },
  32271. "florges": {
  32272. "num": 671,
  32273. "species": "Florges",
  32274. "types": [
  32275. "Fairy"
  32276. ],
  32277. "gender": "F",
  32278. "baseStats": {
  32279. "hp": 78,
  32280. "atk": 65,
  32281. "def": 68,
  32282. "spa": 112,
  32283. "spd": 154,
  32284. "spe": 75
  32285. },
  32286. "abilities": {
  32287. "0": "Flower Veil",
  32288. "H": "Symbiosis"
  32289. },
  32290. "heightm": 1.1,
  32291. "weightkg": 10,
  32292. "color": "White",
  32293. "prevo": "floette",
  32294. "evoLevel": 19,
  32295. "eggGroups": [
  32296. "Fairy"
  32297. ],
  32298. "name": "Florges"
  32299. },
  32300. "skiddo": {
  32301. "num": 672,
  32302. "species": "Skiddo",
  32303. "types": [
  32304. "Grass"
  32305. ],
  32306. "baseStats": {
  32307. "hp": 66,
  32308. "atk": 65,
  32309. "def": 48,
  32310. "spa": 62,
  32311. "spd": 57,
  32312. "spe": 52
  32313. },
  32314. "abilities": {
  32315. "0": "Sap Sipper",
  32316. "H": "Grass Pelt"
  32317. },
  32318. "heightm": 0.9,
  32319. "weightkg": 31,
  32320. "color": "Brown",
  32321. "evos": [
  32322. "gogoat"
  32323. ],
  32324. "eggGroups": [
  32325. "Field"
  32326. ],
  32327. "name": "Skiddo"
  32328. },
  32329. "gogoat": {
  32330. "num": 673,
  32331. "species": "Gogoat",
  32332. "types": [
  32333. "Grass"
  32334. ],
  32335. "baseStats": {
  32336. "hp": 123,
  32337. "atk": 100,
  32338. "def": 62,
  32339. "spa": 97,
  32340. "spd": 81,
  32341. "spe": 68
  32342. },
  32343. "abilities": {
  32344. "0": "Sap Sipper",
  32345. "H": "Grass Pelt"
  32346. },
  32347. "heightm": 1.7,
  32348. "weightkg": 91,
  32349. "color": "Brown",
  32350. "prevo": "skiddo",
  32351. "evoLevel": 32,
  32352. "eggGroups": [
  32353. "Field"
  32354. ],
  32355. "name": "Gogoat"
  32356. },
  32357. "pancham": {
  32358. "num": 674,
  32359. "species": "Pancham",
  32360. "types": [
  32361. "Fighting"
  32362. ],
  32363. "baseStats": {
  32364. "hp": 67,
  32365. "atk": 82,
  32366. "def": 62,
  32367. "spa": 46,
  32368. "spd": 48,
  32369. "spe": 43
  32370. },
  32371. "abilities": {
  32372. "0": "Iron Fist",
  32373. "1": "Mold Breaker",
  32374. "H": "Scrappy"
  32375. },
  32376. "heightm": 0.6,
  32377. "weightkg": 8,
  32378. "color": "White",
  32379. "evos": [
  32380. "pangoro"
  32381. ],
  32382. "eggGroups": [
  32383. "Field",
  32384. "Human-Like"
  32385. ],
  32386. "name": "Pancham"
  32387. },
  32388. "pangoro": {
  32389. "num": 675,
  32390. "species": "Pangoro",
  32391. "types": [
  32392. "Fighting",
  32393. "Dark"
  32394. ],
  32395. "baseStats": {
  32396. "hp": 95,
  32397. "atk": 124,
  32398. "def": 78,
  32399. "spa": 69,
  32400. "spd": 71,
  32401. "spe": 58
  32402. },
  32403. "abilities": {
  32404. "0": "Iron Fist",
  32405. "1": "Mold Breaker",
  32406. "H": "Scrappy"
  32407. },
  32408. "heightm": 2.1,
  32409. "weightkg": 136,
  32410. "color": "White",
  32411. "prevo": "pancham",
  32412. "evoLevel": 32,
  32413. "eggGroups": [
  32414. "Field",
  32415. "Human-Like"
  32416. ],
  32417. "name": "Pangoro"
  32418. },
  32419. "furfrou": {
  32420. "num": 676,
  32421. "species": "Furfrou",
  32422. "types": [
  32423. "Normal"
  32424. ],
  32425. "baseStats": {
  32426. "hp": 75,
  32427. "atk": 80,
  32428. "def": 60,
  32429. "spa": 65,
  32430. "spd": 90,
  32431. "spe": 102
  32432. },
  32433. "abilities": {
  32434. "0": "Fur Coat"
  32435. },
  32436. "heightm": 1.2,
  32437. "weightkg": 28,
  32438. "color": "White",
  32439. "eggGroups": [
  32440. "Field"
  32441. ],
  32442. "name": "Furfrou"
  32443. },
  32444. "espurr": {
  32445. "num": 677,
  32446. "species": "Espurr",
  32447. "types": [
  32448. "Psychic"
  32449. ],
  32450. "baseStats": {
  32451. "hp": 62,
  32452. "atk": 48,
  32453. "def": 54,
  32454. "spa": 63,
  32455. "spd": 60,
  32456. "spe": 68
  32457. },
  32458. "abilities": {
  32459. "0": "Keen Eye",
  32460. "1": "Infiltrator",
  32461. "H": "Own Tempo"
  32462. },
  32463. "heightm": 0.3,
  32464. "weightkg": 3.5,
  32465. "color": "Gray",
  32466. "evos": [
  32467. "meowstic"
  32468. ],
  32469. "eggGroups": [
  32470. "Field"
  32471. ],
  32472. "name": "Espurr"
  32473. },
  32474. "meowstic": {
  32475. "num": 678,
  32476. "species": "Meowstic",
  32477. "baseForme": "M",
  32478. "types": [
  32479. "Psychic"
  32480. ],
  32481. "gender": "M",
  32482. "baseStats": {
  32483. "hp": 74,
  32484. "atk": 48,
  32485. "def": 76,
  32486. "spa": 83,
  32487. "spd": 81,
  32488. "spe": 104
  32489. },
  32490. "abilities": {
  32491. "0": "Keen Eye",
  32492. "1": "Infiltrator",
  32493. "H": "Prankster"
  32494. },
  32495. "heightm": 0.6,
  32496. "weightkg": 8.5,
  32497. "color": "White",
  32498. "prevo": "espurr",
  32499. "evoLevel": 25,
  32500. "eggGroups": [
  32501. "Field"
  32502. ],
  32503. "otherFormes": [
  32504. "meowsticf"
  32505. ],
  32506. "name": "Meowstic"
  32507. },
  32508. "meowsticf": {
  32509. "num": 678,
  32510. "species": "Meowstic-F",
  32511. "baseSpecies": "Meowstic",
  32512. "forme": "F",
  32513. "formeLetter": "F",
  32514. "types": [
  32515. "Psychic"
  32516. ],
  32517. "gender": "F",
  32518. "baseStats": {
  32519. "hp": 74,
  32520. "atk": 48,
  32521. "def": 76,
  32522. "spa": 83,
  32523. "spd": 81,
  32524. "spe": 104
  32525. },
  32526. "abilities": {
  32527. "0": "Keen Eye",
  32528. "1": "Infiltrator",
  32529. "H": "Competitive"
  32530. },
  32531. "heightm": 0.6,
  32532. "weightkg": 8.5,
  32533. "color": "White",
  32534. "prevo": "espurr",
  32535. "evoLevel": 25,
  32536. "eggGroups": [
  32537. "Field"
  32538. ],
  32539. "name": "Meowstic-F"
  32540. },
  32541. "honedge": {
  32542. "num": 679,
  32543. "species": "Honedge",
  32544. "types": [
  32545. "Steel",
  32546. "Ghost"
  32547. ],
  32548. "baseStats": {
  32549. "hp": 45,
  32550. "atk": 80,
  32551. "def": 100,
  32552. "spa": 35,
  32553. "spd": 37,
  32554. "spe": 28
  32555. },
  32556. "abilities": {
  32557. "0": "No Guard"
  32558. },
  32559. "heightm": 0.8,
  32560. "weightkg": 2,
  32561. "color": "Brown",
  32562. "evos": [
  32563. "doublade"
  32564. ],
  32565. "eggGroups": [
  32566. "Mineral"
  32567. ],
  32568. "name": "Honedge"
  32569. },
  32570. "doublade": {
  32571. "num": 680,
  32572. "species": "Doublade",
  32573. "types": [
  32574. "Steel",
  32575. "Ghost"
  32576. ],
  32577. "baseStats": {
  32578. "hp": 59,
  32579. "atk": 110,
  32580. "def": 150,
  32581. "spa": 45,
  32582. "spd": 49,
  32583. "spe": 35
  32584. },
  32585. "abilities": {
  32586. "0": "No Guard"
  32587. },
  32588. "heightm": 0.8,
  32589. "weightkg": 4.5,
  32590. "color": "Brown",
  32591. "prevo": "honedge",
  32592. "evos": [
  32593. "aegislash"
  32594. ],
  32595. "evoLevel": 35,
  32596. "eggGroups": [
  32597. "Mineral"
  32598. ],
  32599. "name": "Doublade"
  32600. },
  32601. "aegislash": {
  32602. "num": 681,
  32603. "species": "Aegislash",
  32604. "types": [
  32605. "Steel",
  32606. "Ghost"
  32607. ],
  32608. "baseStats": {
  32609. "hp": 60,
  32610. "atk": 50,
  32611. "def": 150,
  32612. "spa": 50,
  32613. "spd": 150,
  32614. "spe": 60
  32615. },
  32616. "abilities": {
  32617. "0": "Stance Change"
  32618. },
  32619. "heightm": 1.7,
  32620. "weightkg": 53,
  32621. "color": "Brown",
  32622. "prevo": "doublade",
  32623. "evoLevel": 35,
  32624. "eggGroups": [
  32625. "Mineral"
  32626. ],
  32627. "otherFormes": [
  32628. "aegislashblade"
  32629. ],
  32630. "name": "Aegislash"
  32631. },
  32632. "aegislashblade": {
  32633. "num": 681,
  32634. "species": "Aegislash-Blade",
  32635. "baseSpecies": "Aegislash",
  32636. "forme": "Blade",
  32637. "formeLetter": "B",
  32638. "types": [
  32639. "Steel",
  32640. "Ghost"
  32641. ],
  32642. "baseStats": {
  32643. "hp": 60,
  32644. "atk": 150,
  32645. "def": 50,
  32646. "spa": 150,
  32647. "spd": 50,
  32648. "spe": 60
  32649. },
  32650. "abilities": {
  32651. "0": "Stance Change"
  32652. },
  32653. "heightm": 1.7,
  32654. "weightkg": 53,
  32655. "color": "Brown",
  32656. "prevo": "doublade",
  32657. "evoLevel": 35,
  32658. "eggGroups": [
  32659. "Mineral"
  32660. ],
  32661. "name": "Aegislash-Blade"
  32662. },
  32663. "spritzee": {
  32664. "num": 682,
  32665. "species": "Spritzee",
  32666. "types": [
  32667. "Fairy"
  32668. ],
  32669. "baseStats": {
  32670. "hp": 78,
  32671. "atk": 52,
  32672. "def": 60,
  32673. "spa": 63,
  32674. "spd": 65,
  32675. "spe": 23
  32676. },
  32677. "abilities": {
  32678. "0": "Healer",
  32679. "H": "Aroma Veil"
  32680. },
  32681. "heightm": 0.2,
  32682. "weightkg": 0.5,
  32683. "color": "Pink",
  32684. "evos": [
  32685. "aromatisse"
  32686. ],
  32687. "eggGroups": [
  32688. "Fairy"
  32689. ],
  32690. "name": "Spritzee"
  32691. },
  32692. "aromatisse": {
  32693. "num": 683,
  32694. "species": "Aromatisse",
  32695. "types": [
  32696. "Fairy"
  32697. ],
  32698. "baseStats": {
  32699. "hp": 101,
  32700. "atk": 72,
  32701. "def": 72,
  32702. "spa": 99,
  32703. "spd": 89,
  32704. "spe": 29
  32705. },
  32706. "abilities": {
  32707. "0": "Healer",
  32708. "H": "Aroma Veil"
  32709. },
  32710. "heightm": 0.8,
  32711. "weightkg": 15.5,
  32712. "color": "Pink",
  32713. "prevo": "spritzee",
  32714. "evoLevel": 1,
  32715. "eggGroups": [
  32716. "Fairy"
  32717. ],
  32718. "name": "Aromatisse"
  32719. },
  32720. "swirlix": {
  32721. "num": 684,
  32722. "species": "Swirlix",
  32723. "types": [
  32724. "Fairy"
  32725. ],
  32726. "baseStats": {
  32727. "hp": 62,
  32728. "atk": 48,
  32729. "def": 66,
  32730. "spa": 59,
  32731. "spd": 57,
  32732. "spe": 49
  32733. },
  32734. "abilities": {
  32735. "0": "Sweet Veil",
  32736. "H": "Unburden"
  32737. },
  32738. "heightm": 0.4,
  32739. "weightkg": 3.5,
  32740. "color": "White",
  32741. "evos": [
  32742. "slurpuff"
  32743. ],
  32744. "eggGroups": [
  32745. "Fairy"
  32746. ],
  32747. "name": "Swirlix"
  32748. },
  32749. "slurpuff": {
  32750. "num": 685,
  32751. "species": "Slurpuff",
  32752. "types": [
  32753. "Fairy"
  32754. ],
  32755. "baseStats": {
  32756. "hp": 82,
  32757. "atk": 80,
  32758. "def": 86,
  32759. "spa": 85,
  32760. "spd": 75,
  32761. "spe": 72
  32762. },
  32763. "abilities": {
  32764. "0": "Sweet Veil",
  32765. "H": "Unburden"
  32766. },
  32767. "heightm": 0.8,
  32768. "weightkg": 5,
  32769. "color": "White",
  32770. "prevo": "swirlix",
  32771. "evoLevel": 1,
  32772. "eggGroups": [
  32773. "Fairy"
  32774. ],
  32775. "name": "Slurpuff"
  32776. },
  32777. "inkay": {
  32778. "num": 686,
  32779. "species": "Inkay",
  32780. "types": [
  32781. "Dark",
  32782. "Psychic"
  32783. ],
  32784. "baseStats": {
  32785. "hp": 53,
  32786. "atk": 54,
  32787. "def": 53,
  32788. "spa": 37,
  32789. "spd": 46,
  32790. "spe": 45
  32791. },
  32792. "abilities": {
  32793. "0": "Contrary",
  32794. "1": "Suction Cups",
  32795. "H": "Infiltrator"
  32796. },
  32797. "heightm": 0.4,
  32798. "weightkg": 3.5,
  32799. "color": "Blue",
  32800. "evos": [
  32801. "malamar"
  32802. ],
  32803. "eggGroups": [
  32804. "Water 1",
  32805. "Water 2"
  32806. ],
  32807. "name": "Inkay"
  32808. },
  32809. "malamar": {
  32810. "num": 687,
  32811. "species": "Malamar",
  32812. "types": [
  32813. "Dark",
  32814. "Psychic"
  32815. ],
  32816. "baseStats": {
  32817. "hp": 86,
  32818. "atk": 92,
  32819. "def": 88,
  32820. "spa": 68,
  32821. "spd": 75,
  32822. "spe": 73
  32823. },
  32824. "abilities": {
  32825. "0": "Contrary",
  32826. "1": "Suction Cups",
  32827. "H": "Infiltrator"
  32828. },
  32829. "heightm": 1.5,
  32830. "weightkg": 47,
  32831. "color": "Blue",
  32832. "prevo": "inkay",
  32833. "evoLevel": 30,
  32834. "eggGroups": [
  32835. "Water 1",
  32836. "Water 2"
  32837. ],
  32838. "name": "Malamar"
  32839. },
  32840. "binacle": {
  32841. "num": 688,
  32842. "species": "Binacle",
  32843. "types": [
  32844. "Rock",
  32845. "Water"
  32846. ],
  32847. "baseStats": {
  32848. "hp": 42,
  32849. "atk": 52,
  32850. "def": 67,
  32851. "spa": 39,
  32852. "spd": 56,
  32853. "spe": 50
  32854. },
  32855. "abilities": {
  32856. "0": "Tough Claws",
  32857. "1": "Sniper",
  32858. "H": "Pickpocket"
  32859. },
  32860. "heightm": 0.5,
  32861. "weightkg": 31,
  32862. "color": "Brown",
  32863. "evos": [
  32864. "barbaracle"
  32865. ],
  32866. "eggGroups": [
  32867. "Water 3"
  32868. ],
  32869. "name": "Binacle"
  32870. },
  32871. "barbaracle": {
  32872. "num": 689,
  32873. "species": "Barbaracle",
  32874. "types": [
  32875. "Rock",
  32876. "Water"
  32877. ],
  32878. "baseStats": {
  32879. "hp": 72,
  32880. "atk": 105,
  32881. "def": 115,
  32882. "spa": 54,
  32883. "spd": 86,
  32884. "spe": 68
  32885. },
  32886. "abilities": {
  32887. "0": "Tough Claws",
  32888. "1": "Sniper",
  32889. "H": "Pickpocket"
  32890. },
  32891. "heightm": 1.3,
  32892. "weightkg": 96,
  32893. "color": "Brown",
  32894. "prevo": "binacle",
  32895. "evoLevel": 39,
  32896. "eggGroups": [
  32897. "Water 3"
  32898. ],
  32899. "name": "Barbaracle"
  32900. },
  32901. "skrelp": {
  32902. "num": 690,
  32903. "species": "Skrelp",
  32904. "types": [
  32905. "Poison",
  32906. "Water"
  32907. ],
  32908. "baseStats": {
  32909. "hp": 50,
  32910. "atk": 60,
  32911. "def": 60,
  32912. "spa": 60,
  32913. "spd": 60,
  32914. "spe": 30
  32915. },
  32916. "abilities": {
  32917. "0": "Poison Point",
  32918. "1": "Poison Touch",
  32919. "H": "Adaptability"
  32920. },
  32921. "heightm": 0.5,
  32922. "weightkg": 7.3,
  32923. "color": "Brown",
  32924. "evos": [
  32925. "dragalge"
  32926. ],
  32927. "eggGroups": [
  32928. "Water 1",
  32929. "Dragon"
  32930. ],
  32931. "name": "Skrelp"
  32932. },
  32933. "dragalge": {
  32934. "num": 691,
  32935. "species": "Dragalge",
  32936. "types": [
  32937. "Poison",
  32938. "Dragon"
  32939. ],
  32940. "baseStats": {
  32941. "hp": 65,
  32942. "atk": 75,
  32943. "def": 90,
  32944. "spa": 97,
  32945. "spd": 123,
  32946. "spe": 44
  32947. },
  32948. "abilities": {
  32949. "0": "Poison Point",
  32950. "1": "Poison Touch",
  32951. "H": "Adaptability"
  32952. },
  32953. "heightm": 1.8,
  32954. "weightkg": 81.5,
  32955. "color": "Brown",
  32956. "prevo": "skrelp",
  32957. "evoLevel": 37,
  32958. "eggGroups": [
  32959. "Water 1",
  32960. "Dragon"
  32961. ],
  32962. "name": "Dragalge"
  32963. },
  32964. "clauncher": {
  32965. "num": 692,
  32966. "species": "Clauncher",
  32967. "types": [
  32968. "Water"
  32969. ],
  32970. "baseStats": {
  32971. "hp": 50,
  32972. "atk": 53,
  32973. "def": 62,
  32974. "spa": 58,
  32975. "spd": 63,
  32976. "spe": 44
  32977. },
  32978. "abilities": {
  32979. "0": "Mega Launcher"
  32980. },
  32981. "heightm": 0.5,
  32982. "weightkg": 8.3,
  32983. "color": "Blue",
  32984. "evos": [
  32985. "clawitzer"
  32986. ],
  32987. "eggGroups": [
  32988. "Water 1",
  32989. "Water 3"
  32990. ],
  32991. "name": "Clauncher"
  32992. },
  32993. "clawitzer": {
  32994. "num": 693,
  32995. "species": "Clawitzer",
  32996. "types": [
  32997. "Water"
  32998. ],
  32999. "baseStats": {
  33000. "hp": 71,
  33001. "atk": 73,
  33002. "def": 88,
  33003. "spa": 120,
  33004. "spd": 89,
  33005. "spe": 59
  33006. },
  33007. "abilities": {
  33008. "0": "Mega Launcher"
  33009. },
  33010. "heightm": 1.3,
  33011. "weightkg": 35.3,
  33012. "color": "Blue",
  33013. "prevo": "clauncher",
  33014. "evoLevel": 37,
  33015. "eggGroups": [
  33016. "Water 1",
  33017. "Water 3"
  33018. ],
  33019. "name": "Clawitzer",
  33020. "exists": true,
  33021. "tier": "RU",
  33022. "learnset": {
  33023. "healpulse": [
  33024. "6L001a"
  33025. ],
  33026. "darkpulse": [
  33027. "6L001b",
  33028. "6L057",
  33029. "6M"
  33030. ],
  33031. "dragonpulse": [
  33032. "6L001c",
  33033. "6L063"
  33034. ],
  33035. "aurasphere": [
  33036. "6L001d",
  33037. "6L067"
  33038. ],
  33039. "splash": [
  33040. "6L001e"
  33041. ],
  33042. "watergun": [
  33043. "6L001f"
  33044. ],
  33045. "watersport": [
  33046. "6L007"
  33047. ],
  33048. "vicegrip": [
  33049. "6L009"
  33050. ],
  33051. "bubble": [
  33052. "6L012"
  33053. ],
  33054. "flail": [
  33055. "6L016"
  33056. ],
  33057. "bubblebeam": [
  33058. "6L020"
  33059. ],
  33060. "swordsdance": [
  33061. "6L025",
  33062. "6M"
  33063. ],
  33064. "crabhammer": [
  33065. "6L030"
  33066. ],
  33067. "waterpulse": [
  33068. "6L034"
  33069. ],
  33070. "smackdown": [
  33071. "6L042",
  33072. "6M"
  33073. ],
  33074. "aquajet": [
  33075. "6L047"
  33076. ],
  33077. "muddywater": [
  33078. "6L053"
  33079. ],
  33080. "toxic": [
  33081. "6M"
  33082. ],
  33083. "venoshock": [
  33084. "6M"
  33085. ],
  33086. "hiddenpower": [
  33087. "6M"
  33088. ],
  33089. "icebeam": [
  33090. "6M"
  33091. ],
  33092. "hyperbeam": [
  33093. "6M"
  33094. ],
  33095. "protect": [
  33096. "6M"
  33097. ],
  33098. "raindance": [
  33099. "6M"
  33100. ],
  33101. "frustration": [
  33102. "6M"
  33103. ],
  33104. "return": [
  33105. "6M"
  33106. ],
  33107. "shadowball": [
  33108. "6M"
  33109. ],
  33110. "doubleteam": [
  33111. "6M"
  33112. ],
  33113. "sludgewave": [
  33114. "6M"
  33115. ],
  33116. "sludgebomb": [
  33117. "6M"
  33118. ],
  33119. "facade": [
  33120. "6M"
  33121. ],
  33122. "rest": [
  33123. "6M"
  33124. ],
  33125. "attract": [
  33126. "6M"
  33127. ],
  33128. "round": [
  33129. "6M"
  33130. ],
  33131. "focusblast": [
  33132. "6M"
  33133. ],
  33134. "scald": [
  33135. "6M"
  33136. ],
  33137. "gigaimpact": [
  33138. "6M"
  33139. ],
  33140. "rockslide": [
  33141. "6M"
  33142. ],
  33143. "swagger": [
  33144. "6M"
  33145. ],
  33146. "sleeptalk": [
  33147. "6M"
  33148. ],
  33149. "uturn": [
  33150. "6M"
  33151. ],
  33152. "substitute": [
  33153. "6M"
  33154. ],
  33155. "flashcannon": [
  33156. "6M"
  33157. ],
  33158. "confide": [
  33159. "6M"
  33160. ],
  33161. "cut": [
  33162. "6M"
  33163. ],
  33164. "surf": [
  33165. "6M"
  33166. ],
  33167. "waterfall": [
  33168. "6M"
  33169. ]
  33170. },
  33171. "id": "clawitzer",
  33172. "speciesid": "clawitzer",
  33173. "baseSpecies": "Clawitzer",
  33174. "forme": "",
  33175. "formeLetter": "",
  33176. "spriteid": "clawitzer",
  33177. "effectType": "Template"
  33178. },
  33179. "helioptile": {
  33180. "num": 694,
  33181. "species": "Helioptile",
  33182. "types": [
  33183. "Electric",
  33184. "Normal"
  33185. ],
  33186. "baseStats": {
  33187. "hp": 44,
  33188. "atk": 38,
  33189. "def": 33,
  33190. "spa": 61,
  33191. "spd": 43,
  33192. "spe": 70
  33193. },
  33194. "abilities": {
  33195. "0": "Dry Skin",
  33196. "1": "Sand Veil",
  33197. "H": "Solar Power"
  33198. },
  33199. "heightm": 0.5,
  33200. "weightkg": 6,
  33201. "color": "Yellow",
  33202. "evos": [
  33203. "heliolisk"
  33204. ],
  33205. "eggGroups": [
  33206. "Monster",
  33207. "Dragon"
  33208. ],
  33209. "name": "Helioptile"
  33210. },
  33211. "heliolisk": {
  33212. "num": 695,
  33213. "species": "Heliolisk",
  33214. "types": [
  33215. "Electric",
  33216. "Normal"
  33217. ],
  33218. "baseStats": {
  33219. "hp": 62,
  33220. "atk": 55,
  33221. "def": 52,
  33222. "spa": 109,
  33223. "spd": 94,
  33224. "spe": 109
  33225. },
  33226. "abilities": {
  33227. "0": "Dry Skin",
  33228. "1": "Sand Veil",
  33229. "H": "Solar Power"
  33230. },
  33231. "heightm": 1,
  33232. "weightkg": 21,
  33233. "color": "Yellow",
  33234. "prevo": "helioptile",
  33235. "evoLevel": 1,
  33236. "eggGroups": [
  33237. "Monster",
  33238. "Dragon"
  33239. ],
  33240. "name": "Heliolisk"
  33241. },
  33242. "tyrunt": {
  33243. "num": 696,
  33244. "species": "Tyrunt",
  33245. "types": [
  33246. "Rock",
  33247. "Dragon"
  33248. ],
  33249. "genderRatio": {
  33250. "M": 0.875,
  33251. "F": 0.125
  33252. },
  33253. "baseStats": {
  33254. "hp": 58,
  33255. "atk": 89,
  33256. "def": 77,
  33257. "spa": 45,
  33258. "spd": 45,
  33259. "spe": 48
  33260. },
  33261. "abilities": {
  33262. "0": "Strong Jaw",
  33263. "H": "Sturdy"
  33264. },
  33265. "heightm": 0.8,
  33266. "weightkg": 26,
  33267. "color": "Brown",
  33268. "evos": [
  33269. "tyrantrum"
  33270. ],
  33271. "eggGroups": [
  33272. "Monster",
  33273. "Dragon"
  33274. ],
  33275. "name": "Tyrunt"
  33276. },
  33277. "tyrantrum": {
  33278. "num": 697,
  33279. "species": "Tyrantrum",
  33280. "types": [
  33281. "Rock",
  33282. "Dragon"
  33283. ],
  33284. "genderRatio": {
  33285. "M": 0.875,
  33286. "F": 0.125
  33287. },
  33288. "baseStats": {
  33289. "hp": 82,
  33290. "atk": 121,
  33291. "def": 119,
  33292. "spa": 69,
  33293. "spd": 59,
  33294. "spe": 71
  33295. },
  33296. "abilities": {
  33297. "0": "Strong Jaw",
  33298. "H": "Rock Head"
  33299. },
  33300. "heightm": 2.5,
  33301. "weightkg": 270,
  33302. "color": "Red",
  33303. "prevo": "tyrunt",
  33304. "evoLevel": 39,
  33305. "eggGroups": [
  33306. "Monster",
  33307. "Dragon"
  33308. ],
  33309. "name": "Tyrantrum"
  33310. },
  33311. "amaura": {
  33312. "num": 698,
  33313. "species": "Amaura",
  33314. "types": [
  33315. "Rock",
  33316. "Ice"
  33317. ],
  33318. "genderRatio": {
  33319. "M": 0.875,
  33320. "F": 0.125
  33321. },
  33322. "baseStats": {
  33323. "hp": 77,
  33324. "atk": 59,
  33325. "def": 50,
  33326. "spa": 67,
  33327. "spd": 63,
  33328. "spe": 46
  33329. },
  33330. "abilities": {
  33331. "0": "Refrigerate",
  33332. "H": "Snow Warning"
  33333. },
  33334. "heightm": 1.3,
  33335. "weightkg": 25.2,
  33336. "color": "Blue",
  33337. "evos": [
  33338. "aurorus"
  33339. ],
  33340. "eggGroups": [
  33341. "Monster"
  33342. ],
  33343. "name": "Amaura"
  33344. },
  33345. "aurorus": {
  33346. "num": 699,
  33347. "species": "Aurorus",
  33348. "types": [
  33349. "Rock",
  33350. "Ice"
  33351. ],
  33352. "genderRatio": {
  33353. "M": 0.875,
  33354. "F": 0.125
  33355. },
  33356. "baseStats": {
  33357. "hp": 123,
  33358. "atk": 77,
  33359. "def": 72,
  33360. "spa": 99,
  33361. "spd": 92,
  33362. "spe": 58
  33363. },
  33364. "abilities": {
  33365. "0": "Refrigerate",
  33366. "H": "Snow Warning"
  33367. },
  33368. "heightm": 2.7,
  33369. "weightkg": 225,
  33370. "color": "Blue",
  33371. "prevo": "amaura",
  33372. "evoLevel": 39,
  33373. "eggGroups": [
  33374. "Monster"
  33375. ],
  33376. "name": "Aurorus",
  33377. "exists": true,
  33378. "tier": "PU",
  33379. "unreleasedHidden": true,
  33380. "learnset": {
  33381. "freezedry": [
  33382. "6L001a",
  33383. "6L077"
  33384. ],
  33385. "growl": [
  33386. "6L001b"
  33387. ],
  33388. "powdersnow": [
  33389. "6L001c"
  33390. ],
  33391. "thunderwave": [
  33392. "6L005",
  33393. "6M"
  33394. ],
  33395. "rockthrow": [
  33396. "6L010"
  33397. ],
  33398. "icywind": [
  33399. "6L013"
  33400. ],
  33401. "takedown": [
  33402. "6L015"
  33403. ],
  33404. "mist": [
  33405. "6L018"
  33406. ],
  33407. "aurorabeam": [
  33408. "6L020"
  33409. ],
  33410. "ancientpower": [
  33411. "6L026"
  33412. ],
  33413. "round": [
  33414. "6L030",
  33415. "6M"
  33416. ],
  33417. "avalanche": [
  33418. "6L034"
  33419. ],
  33420. "hail": [
  33421. "6L038",
  33422. "6M"
  33423. ],
  33424. "naturepower": [
  33425. "6L043",
  33426. "6M"
  33427. ],
  33428. "encore": [
  33429. "6L046"
  33430. ],
  33431. "lightscreen": [
  33432. "6L050",
  33433. "6M"
  33434. ],
  33435. "icebeam": [
  33436. "6L056",
  33437. "6M"
  33438. ],
  33439. "hyperbeam": [
  33440. "6L063",
  33441. "6M"
  33442. ],
  33443. "blizzard": [
  33444. "6L074",
  33445. "6M"
  33446. ],
  33447. "calmmind": [
  33448. "6M"
  33449. ],
  33450. "roar": [
  33451. "6M"
  33452. ],
  33453. "toxic": [
  33454. "6M"
  33455. ],
  33456. "hiddenpower": [
  33457. "6M"
  33458. ],
  33459. "protect": [
  33460. "6M"
  33461. ],
  33462. "raindance": [
  33463. "6M"
  33464. ],
  33465. "safeguard": [
  33466. "6M"
  33467. ],
  33468. "frustration": [
  33469. "6M"
  33470. ],
  33471. "thunderbolt": [
  33472. "6M"
  33473. ],
  33474. "thunder": [
  33475. "6M"
  33476. ],
  33477. "earthquake": [
  33478. "6M"
  33479. ],
  33480. "return": [
  33481. "6M"
  33482. ],
  33483. "psychic": [
  33484. "6M"
  33485. ],
  33486. "doubleteam": [
  33487. "6M"
  33488. ],
  33489. "reflect": [
  33490. "6M"
  33491. ],
  33492. "sandstorm": [
  33493. "6M"
  33494. ],
  33495. "rocktomb": [
  33496. "6M"
  33497. ],
  33498. "facade": [
  33499. "6M"
  33500. ],
  33501. "rest": [
  33502. "6M"
  33503. ],
  33504. "attract": [
  33505. "6M"
  33506. ],
  33507. "echoedvoice": [
  33508. "6M"
  33509. ],
  33510. "chargebeam": [
  33511. "6M"
  33512. ],
  33513. "gigaimpact": [
  33514. "6M"
  33515. ],
  33516. "rockpolish": [
  33517. "6M"
  33518. ],
  33519. "flash": [
  33520. "6M"
  33521. ],
  33522. "stoneedge": [
  33523. "6M"
  33524. ],
  33525. "psychup": [
  33526. "6M"
  33527. ],
  33528. "bulldoze": [
  33529. "6M"
  33530. ],
  33531. "frostbreath": [
  33532. "6M"
  33533. ],
  33534. "rockslide": [
  33535. "6M"
  33536. ],
  33537. "dragontail": [
  33538. "6M"
  33539. ],
  33540. "dreameater": [
  33541. "6M"
  33542. ],
  33543. "swagger": [
  33544. "6M"
  33545. ],
  33546. "sleeptalk": [
  33547. "6M"
  33548. ],
  33549. "substitute": [
  33550. "6M"
  33551. ],
  33552. "flashcannon": [
  33553. "6M"
  33554. ],
  33555. "rocksmash": [
  33556. "6M"
  33557. ],
  33558. "darkpulse": [
  33559. "6M"
  33560. ],
  33561. "confide": [
  33562. "6M"
  33563. ]
  33564. },
  33565. "id": "aurorus",
  33566. "speciesid": "aurorus",
  33567. "baseSpecies": "Aurorus",
  33568. "forme": "",
  33569. "formeLetter": "",
  33570. "spriteid": "aurorus",
  33571. "effectType": "Template"
  33572. },
  33573. "sylveon": {
  33574. "num": 700,
  33575. "species": "Sylveon",
  33576. "types": [
  33577. "Fairy"
  33578. ],
  33579. "genderRatio": {
  33580. "M": 0.875,
  33581. "F": 0.125
  33582. },
  33583. "baseStats": {
  33584. "hp": 95,
  33585. "atk": 65,
  33586. "def": 65,
  33587. "spa": 110,
  33588. "spd": 130,
  33589. "spe": 60
  33590. },
  33591. "abilities": {
  33592. "0": "Cute Charm",
  33593. "H": "Pixilate"
  33594. },
  33595. "heightm": 1,
  33596. "weightkg": 23.5,
  33597. "color": "Pink",
  33598. "prevo": "eevee",
  33599. "evoLevel": 2,
  33600. "eggGroups": [
  33601. "Field"
  33602. ],
  33603. "name": "Sylveon",
  33604. "exists": true,
  33605. "tier": "OU",
  33606. "learnset": {
  33607. "disarmingvoice": [
  33608. "6L001a"
  33609. ],
  33610. "tailwhip": [
  33611. "6L001b"
  33612. ],
  33613. "tackle": [
  33614. "6L001c"
  33615. ],
  33616. "helpinghand": [
  33617. "6L001d",
  33618. "6S0"
  33619. ],
  33620. "sandattack": [
  33621. "6L005",
  33622. "6S0"
  33623. ],
  33624. "fairywind": [
  33625. "6L009",
  33626. "6S0"
  33627. ],
  33628. "quickattack": [
  33629. "6L013"
  33630. ],
  33631. "swift": [
  33632. "6L017"
  33633. ],
  33634. "drainingkiss": [
  33635. "6L020"
  33636. ],
  33637. "skillswap": [
  33638. "6L025"
  33639. ],
  33640. "mistyterrain": [
  33641. "6L029"
  33642. ],
  33643. "lightscreen": [
  33644. "6L033",
  33645. "6M"
  33646. ],
  33647. "moonblast": [
  33648. "6L037"
  33649. ],
  33650. "lastresort": [
  33651. "6L041"
  33652. ],
  33653. "psychup": [
  33654. "6L045",
  33655. "6M"
  33656. ],
  33657. "psyshock": [
  33658. "6M"
  33659. ],
  33660. "calmmind": [
  33661. "6M"
  33662. ],
  33663. "toxic": [
  33664. "6M"
  33665. ],
  33666. "hiddenpower": [
  33667. "6M"
  33668. ],
  33669. "sunnyday": [
  33670. "6M"
  33671. ],
  33672. "hyperbeam": [
  33673. "6M"
  33674. ],
  33675. "protect": [
  33676. "6M"
  33677. ],
  33678. "raindance": [
  33679. "6M"
  33680. ],
  33681. "safeguard": [
  33682. "6M"
  33683. ],
  33684. "frustration": [
  33685. "6M"
  33686. ],
  33687. "return": [
  33688. "6M"
  33689. ],
  33690. "dig": [
  33691. "6M"
  33692. ],
  33693. "shadowball": [
  33694. "6M"
  33695. ],
  33696. "doubleteam": [
  33697. "6M"
  33698. ],
  33699. "reflect": [
  33700. "6M"
  33701. ],
  33702. "facade": [
  33703. "6M"
  33704. ],
  33705. "rest": [
  33706. "6M"
  33707. ],
  33708. "attract": [
  33709. "6M"
  33710. ],
  33711. "round": [
  33712. "6M"
  33713. ],
  33714. "echoedvoice": [
  33715. "6M"
  33716. ],
  33717. "retaliate": [
  33718. "6M"
  33719. ],
  33720. "gigaimpact": [
  33721. "6M"
  33722. ],
  33723. "flash": [
  33724. "6M"
  33725. ],
  33726. "swagger": [
  33727. "6M"
  33728. ],
  33729. "sleeptalk": [
  33730. "6M"
  33731. ],
  33732. "substitute": [
  33733. "6M"
  33734. ],
  33735. "dazzlinggleam": [
  33736. "6M"
  33737. ],
  33738. "confide": [
  33739. "6M"
  33740. ],
  33741. "cut": [
  33742. "6M"
  33743. ],
  33744. "celebrate": [
  33745. "6S0"
  33746. ]
  33747. },
  33748. "id": "sylveon",
  33749. "speciesid": "sylveon",
  33750. "baseSpecies": "Sylveon",
  33751. "forme": "",
  33752. "formeLetter": "",
  33753. "spriteid": "sylveon",
  33754. "effectType": "Template"
  33755. },
  33756. "hawlucha": {
  33757. "num": 701,
  33758. "species": "Hawlucha",
  33759. "types": [
  33760. "Fighting",
  33761. "Flying"
  33762. ],
  33763. "baseStats": {
  33764. "hp": 78,
  33765. "atk": 92,
  33766. "def": 75,
  33767. "spa": 74,
  33768. "spd": 63,
  33769. "spe": 118
  33770. },
  33771. "abilities": {
  33772. "0": "Limber",
  33773. "1": "Unburden",
  33774. "H": "Mold Breaker"
  33775. },
  33776. "heightm": 0.8,
  33777. "weightkg": 21.5,
  33778. "color": "Green",
  33779. "eggGroups": [
  33780. "Human-Like"
  33781. ],
  33782. "name": "Hawlucha"
  33783. },
  33784. "dedenne": {
  33785. "num": 702,
  33786. "species": "Dedenne",
  33787. "types": [
  33788. "Electric",
  33789. "Fairy"
  33790. ],
  33791. "baseStats": {
  33792. "hp": 67,
  33793. "atk": 58,
  33794. "def": 57,
  33795. "spa": 81,
  33796. "spd": 67,
  33797. "spe": 101
  33798. },
  33799. "abilities": {
  33800. "0": "Cheek Pouch",
  33801. "1": "Pickup",
  33802. "H": "Plus"
  33803. },
  33804. "heightm": 0.2,
  33805. "weightkg": 2.2,
  33806. "color": "Yellow",
  33807. "eggGroups": [
  33808. "Field",
  33809. "Fairy"
  33810. ],
  33811. "name": "Dedenne"
  33812. },
  33813. "carbink": {
  33814. "num": 703,
  33815. "species": "Carbink",
  33816. "types": [
  33817. "Rock",
  33818. "Fairy"
  33819. ],
  33820. "gender": "N",
  33821. "baseStats": {
  33822. "hp": 50,
  33823. "atk": 50,
  33824. "def": 150,
  33825. "spa": 50,
  33826. "spd": 150,
  33827. "spe": 50
  33828. },
  33829. "abilities": {
  33830. "0": "Clear Body",
  33831. "H": "Sturdy"
  33832. },
  33833. "heightm": 0.3,
  33834. "weightkg": 5.7,
  33835. "color": "Gray",
  33836. "eggGroups": [
  33837. "Fairy",
  33838. "Mineral"
  33839. ],
  33840. "name": "Carbink"
  33841. },
  33842. "goomy": {
  33843. "num": 704,
  33844. "species": "Goomy",
  33845. "types": [
  33846. "Dragon"
  33847. ],
  33848. "baseStats": {
  33849. "hp": 45,
  33850. "atk": 50,
  33851. "def": 35,
  33852. "spa": 55,
  33853. "spd": 75,
  33854. "spe": 40
  33855. },
  33856. "abilities": {
  33857. "0": "Sap Sipper",
  33858. "1": "Hydration",
  33859. "H": "Gooey"
  33860. },
  33861. "heightm": 0.3,
  33862. "weightkg": 2.8,
  33863. "color": "Purple",
  33864. "evos": [
  33865. "sliggoo"
  33866. ],
  33867. "eggGroups": [
  33868. "Dragon"
  33869. ],
  33870. "name": "Goomy"
  33871. },
  33872. "sliggoo": {
  33873. "num": 705,
  33874. "species": "Sliggoo",
  33875. "types": [
  33876. "Dragon"
  33877. ],
  33878. "baseStats": {
  33879. "hp": 68,
  33880. "atk": 75,
  33881. "def": 53,
  33882. "spa": 83,
  33883. "spd": 113,
  33884. "spe": 60
  33885. },
  33886. "abilities": {
  33887. "0": "Sap Sipper",
  33888. "1": "Hydration",
  33889. "H": "Gooey"
  33890. },
  33891. "heightm": 0.8,
  33892. "weightkg": 17.5,
  33893. "color": "Purple",
  33894. "prevo": "goomy",
  33895. "evos": [
  33896. "goodra"
  33897. ],
  33898. "evoLevel": 40,
  33899. "eggGroups": [
  33900. "Dragon"
  33901. ],
  33902. "name": "Sliggoo"
  33903. },
  33904. "goodra": {
  33905. "num": 706,
  33906. "species": "Goodra",
  33907. "types": [
  33908. "Dragon"
  33909. ],
  33910. "baseStats": {
  33911. "hp": 90,
  33912. "atk": 100,
  33913. "def": 70,
  33914. "spa": 110,
  33915. "spd": 150,
  33916. "spe": 80
  33917. },
  33918. "abilities": {
  33919. "0": "Sap Sipper",
  33920. "1": "Hydration",
  33921. "H": "Gooey"
  33922. },
  33923. "heightm": 2,
  33924. "weightkg": 150.5,
  33925. "color": "Purple",
  33926. "prevo": "sliggoo",
  33927. "evoLevel": 50,
  33928. "eggGroups": [
  33929. "Dragon"
  33930. ],
  33931. "name": "Goodra"
  33932. },
  33933. "klefki": {
  33934. "num": 707,
  33935. "species": "Klefki",
  33936. "types": [
  33937. "Steel",
  33938. "Fairy"
  33939. ],
  33940. "baseStats": {
  33941. "hp": 57,
  33942. "atk": 80,
  33943. "def": 91,
  33944. "spa": 80,
  33945. "spd": 87,
  33946. "spe": 75
  33947. },
  33948. "abilities": {
  33949. "0": "Prankster",
  33950. "H": "Magician"
  33951. },
  33952. "heightm": 0.2,
  33953. "weightkg": 3,
  33954. "color": "Gray",
  33955. "eggGroups": [
  33956. "Mineral"
  33957. ],
  33958. "name": "Klefki"
  33959. },
  33960. "phantump": {
  33961. "num": 708,
  33962. "species": "Phantump",
  33963. "types": [
  33964. "Ghost",
  33965. "Grass"
  33966. ],
  33967. "baseStats": {
  33968. "hp": 43,
  33969. "atk": 70,
  33970. "def": 48,
  33971. "spa": 50,
  33972. "spd": 60,
  33973. "spe": 38
  33974. },
  33975. "abilities": {
  33976. "0": "Natural Cure",
  33977. "1": "Frisk",
  33978. "H": "Harvest"
  33979. },
  33980. "heightm": 0.4,
  33981. "weightkg": 7,
  33982. "color": "Brown",
  33983. "evos": [
  33984. "trevenant"
  33985. ],
  33986. "eggGroups": [
  33987. "Grass",
  33988. "Amorphous"
  33989. ],
  33990. "name": "Phantump"
  33991. },
  33992. "trevenant": {
  33993. "num": 709,
  33994. "species": "Trevenant",
  33995. "types": [
  33996. "Ghost",
  33997. "Grass"
  33998. ],
  33999. "baseStats": {
  34000. "hp": 85,
  34001. "atk": 110,
  34002. "def": 76,
  34003. "spa": 65,
  34004. "spd": 82,
  34005. "spe": 56
  34006. },
  34007. "abilities": {
  34008. "0": "Natural Cure",
  34009. "1": "Frisk",
  34010. "H": "Harvest"
  34011. },
  34012. "heightm": 1.5,
  34013. "weightkg": 71,
  34014. "color": "Brown",
  34015. "prevo": "phantump",
  34016. "evoLevel": 1,
  34017. "eggGroups": [
  34018. "Grass",
  34019. "Amorphous"
  34020. ],
  34021. "name": "Trevenant"
  34022. },
  34023. "pumpkaboo": {
  34024. "num": 710,
  34025. "species": "Pumpkaboo",
  34026. "baseForme": "Average",
  34027. "types": [
  34028. "Ghost",
  34029. "Grass"
  34030. ],
  34031. "baseStats": {
  34032. "hp": 49,
  34033. "atk": 66,
  34034. "def": 70,
  34035. "spa": 44,
  34036. "spd": 55,
  34037. "spe": 51
  34038. },
  34039. "abilities": {
  34040. "0": "Pickup",
  34041. "1": "Frisk",
  34042. "H": "Insomnia"
  34043. },
  34044. "heightm": 0.4,
  34045. "weightkg": 5,
  34046. "color": "Brown",
  34047. "evos": [
  34048. "gourgeist"
  34049. ],
  34050. "eggGroups": [
  34051. "Amorphous"
  34052. ],
  34053. "otherFormes": [
  34054. "pumpkaboosmall",
  34055. "pumpkaboolarge",
  34056. "pumpkaboosuper"
  34057. ],
  34058. "name": "Pumpkaboo"
  34059. },
  34060. "pumpkaboosmall": {
  34061. "num": 710,
  34062. "species": "Pumpkaboo-Small",
  34063. "baseSpecies": "Pumpkaboo",
  34064. "forme": "Small",
  34065. "formeLetter": "S",
  34066. "types": [
  34067. "Ghost",
  34068. "Grass"
  34069. ],
  34070. "baseStats": {
  34071. "hp": 44,
  34072. "atk": 66,
  34073. "def": 70,
  34074. "spa": 44,
  34075. "spd": 55,
  34076. "spe": 56
  34077. },
  34078. "abilities": {
  34079. "0": "Pickup",
  34080. "1": "Frisk",
  34081. "H": "Insomnia"
  34082. },
  34083. "heightm": 0.3,
  34084. "weightkg": 3.5,
  34085. "color": "Brown",
  34086. "evos": [
  34087. "gourgeistsmall"
  34088. ],
  34089. "eggGroups": [
  34090. "Amorphous"
  34091. ],
  34092. "name": "Pumpkaboo-Small"
  34093. },
  34094. "pumpkaboolarge": {
  34095. "num": 710,
  34096. "species": "Pumpkaboo-Large",
  34097. "baseSpecies": "Pumpkaboo",
  34098. "forme": "Large",
  34099. "formeLetter": "L",
  34100. "types": [
  34101. "Ghost",
  34102. "Grass"
  34103. ],
  34104. "baseStats": {
  34105. "hp": 54,
  34106. "atk": 66,
  34107. "def": 70,
  34108. "spa": 44,
  34109. "spd": 55,
  34110. "spe": 46
  34111. },
  34112. "abilities": {
  34113. "0": "Pickup",
  34114. "1": "Frisk",
  34115. "H": "Insomnia"
  34116. },
  34117. "heightm": 0.5,
  34118. "weightkg": 7.5,
  34119. "color": "Brown",
  34120. "evos": [
  34121. "gourgeistlarge"
  34122. ],
  34123. "eggGroups": [
  34124. "Amorphous"
  34125. ],
  34126. "name": "Pumpkaboo-Large"
  34127. },
  34128. "pumpkaboosuper": {
  34129. "num": 710,
  34130. "species": "Pumpkaboo-Super",
  34131. "baseSpecies": "Pumpkaboo",
  34132. "forme": "Super",
  34133. "formeLetter": "S",
  34134. "types": [
  34135. "Ghost",
  34136. "Grass"
  34137. ],
  34138. "baseStats": {
  34139. "hp": 59,
  34140. "atk": 66,
  34141. "def": 70,
  34142. "spa": 44,
  34143. "spd": 55,
  34144. "spe": 41
  34145. },
  34146. "abilities": {
  34147. "0": "Pickup",
  34148. "1": "Frisk",
  34149. "H": "Insomnia"
  34150. },
  34151. "heightm": 0.8,
  34152. "weightkg": 15,
  34153. "color": "Brown",
  34154. "evos": [
  34155. "gourgeistsuper"
  34156. ],
  34157. "eggGroups": [
  34158. "Amorphous"
  34159. ],
  34160. "name": "Pumpkaboo-Super"
  34161. },
  34162. "gourgeist": {
  34163. "num": 711,
  34164. "species": "Gourgeist",
  34165. "baseForme": "Average",
  34166. "types": [
  34167. "Ghost",
  34168. "Grass"
  34169. ],
  34170. "baseStats": {
  34171. "hp": 65,
  34172. "atk": 90,
  34173. "def": 122,
  34174. "spa": 58,
  34175. "spd": 75,
  34176. "spe": 84
  34177. },
  34178. "abilities": {
  34179. "0": "Pickup",
  34180. "1": "Frisk",
  34181. "H": "Insomnia"
  34182. },
  34183. "heightm": 0.9,
  34184. "weightkg": 12.5,
  34185. "color": "Brown",
  34186. "prevo": "pumpkaboo",
  34187. "evoLevel": 1,
  34188. "eggGroups": [
  34189. "Amorphous"
  34190. ],
  34191. "otherFormes": [
  34192. "gourgeistsmall",
  34193. "gourgeistlarge",
  34194. "gourgeistsuper"
  34195. ],
  34196. "name": "Gourgeist"
  34197. },
  34198. "gourgeistsmall": {
  34199. "num": 711,
  34200. "species": "Gourgeist-Small",
  34201. "baseSpecies": "Gourgeist",
  34202. "forme": "Small",
  34203. "formeLetter": "S",
  34204. "types": [
  34205. "Ghost",
  34206. "Grass"
  34207. ],
  34208. "baseStats": {
  34209. "hp": 55,
  34210. "atk": 85,
  34211. "def": 122,
  34212. "spa": 58,
  34213. "spd": 75,
  34214. "spe": 99
  34215. },
  34216. "abilities": {
  34217. "0": "Pickup",
  34218. "1": "Frisk",
  34219. "H": "Insomnia"
  34220. },
  34221. "heightm": 0.7,
  34222. "weightkg": 9.5,
  34223. "color": "Brown",
  34224. "prevo": "pumpkaboosmall",
  34225. "evoLevel": 1,
  34226. "eggGroups": [
  34227. "Amorphous"
  34228. ],
  34229. "name": "Gourgeist-Small"
  34230. },
  34231. "gourgeistlarge": {
  34232. "num": 711,
  34233. "species": "Gourgeist-Large",
  34234. "baseSpecies": "Gourgeist",
  34235. "forme": "Large",
  34236. "formeLetter": "L",
  34237. "types": [
  34238. "Ghost",
  34239. "Grass"
  34240. ],
  34241. "baseStats": {
  34242. "hp": 75,
  34243. "atk": 95,
  34244. "def": 122,
  34245. "spa": 58,
  34246. "spd": 75,
  34247. "spe": 69
  34248. },
  34249. "abilities": {
  34250. "0": "Pickup",
  34251. "1": "Frisk",
  34252. "H": "Insomnia"
  34253. },
  34254. "heightm": 1.1,
  34255. "weightkg": 14,
  34256. "color": "Brown",
  34257. "prevo": "pumpkaboolarge",
  34258. "evoLevel": 1,
  34259. "eggGroups": [
  34260. "Amorphous"
  34261. ],
  34262. "name": "Gourgeist-Large"
  34263. },
  34264. "gourgeistsuper": {
  34265. "num": 711,
  34266. "species": "Gourgeist-Super",
  34267. "baseSpecies": "Gourgeist",
  34268. "forme": "Super",
  34269. "formeLetter": "S",
  34270. "types": [
  34271. "Ghost",
  34272. "Grass"
  34273. ],
  34274. "baseStats": {
  34275. "hp": 85,
  34276. "atk": 100,
  34277. "def": 122,
  34278. "spa": 58,
  34279. "spd": 75,
  34280. "spe": 54
  34281. },
  34282. "abilities": {
  34283. "0": "Pickup",
  34284. "1": "Frisk",
  34285. "H": "Insomnia"
  34286. },
  34287. "heightm": 1.7,
  34288. "weightkg": 39,
  34289. "color": "Brown",
  34290. "prevo": "pumpkaboosuper",
  34291. "evoLevel": 1,
  34292. "eggGroups": [
  34293. "Amorphous"
  34294. ],
  34295. "name": "Gourgeist-Super"
  34296. },
  34297. "bergmite": {
  34298. "num": 712,
  34299. "species": "Bergmite",
  34300. "types": [
  34301. "Ice"
  34302. ],
  34303. "baseStats": {
  34304. "hp": 55,
  34305. "atk": 69,
  34306. "def": 85,
  34307. "spa": 32,
  34308. "spd": 35,
  34309. "spe": 28
  34310. },
  34311. "abilities": {
  34312. "0": "Own Tempo",
  34313. "1": "Ice Body",
  34314. "H": "Sturdy"
  34315. },
  34316. "heightm": 1,
  34317. "weightkg": 99.5,
  34318. "color": "Blue",
  34319. "evos": [
  34320. "avalugg"
  34321. ],
  34322. "eggGroups": [
  34323. "Monster"
  34324. ],
  34325. "name": "Bergmite"
  34326. },
  34327. "avalugg": {
  34328. "num": 713,
  34329. "species": "Avalugg",
  34330. "types": [
  34331. "Ice"
  34332. ],
  34333. "baseStats": {
  34334. "hp": 95,
  34335. "atk": 117,
  34336. "def": 184,
  34337. "spa": 44,
  34338. "spd": 46,
  34339. "spe": 28
  34340. },
  34341. "abilities": {
  34342. "0": "Own Tempo",
  34343. "1": "Ice Body",
  34344. "H": "Sturdy"
  34345. },
  34346. "heightm": 2,
  34347. "weightkg": 505,
  34348. "color": "Blue",
  34349. "prevo": "bergmite",
  34350. "evoLevel": 40,
  34351. "eggGroups": [
  34352. "Monster"
  34353. ],
  34354. "name": "Avalugg"
  34355. },
  34356. "noibat": {
  34357. "num": 714,
  34358. "species": "Noibat",
  34359. "types": [
  34360. "Flying",
  34361. "Dragon"
  34362. ],
  34363. "baseStats": {
  34364. "hp": 40,
  34365. "atk": 30,
  34366. "def": 35,
  34367. "spa": 45,
  34368. "spd": 40,
  34369. "spe": 55
  34370. },
  34371. "abilities": {
  34372. "0": "Frisk",
  34373. "1": "Infiltrator",
  34374. "H": "Telepathy"
  34375. },
  34376. "heightm": 0.5,
  34377. "weightkg": 8,
  34378. "color": "Purple",
  34379. "evos": [
  34380. "noivern"
  34381. ],
  34382. "eggGroups": [
  34383. "Flying"
  34384. ],
  34385. "name": "Noibat"
  34386. },
  34387. "noivern": {
  34388. "num": 715,
  34389. "species": "Noivern",
  34390. "types": [
  34391. "Flying",
  34392. "Dragon"
  34393. ],
  34394. "baseStats": {
  34395. "hp": 85,
  34396. "atk": 70,
  34397. "def": 80,
  34398. "spa": 97,
  34399. "spd": 80,
  34400. "spe": 123
  34401. },
  34402. "abilities": {
  34403. "0": "Frisk",
  34404. "1": "Infiltrator",
  34405. "H": "Telepathy"
  34406. },
  34407. "heightm": 1.5,
  34408. "weightkg": 85,
  34409. "color": "Purple",
  34410. "prevo": "noibat",
  34411. "evoLevel": 48,
  34412. "eggGroups": [
  34413. "Flying"
  34414. ],
  34415. "name": "Noivern"
  34416. },
  34417. "xerneas": {
  34418. "num": 716,
  34419. "species": "Xerneas",
  34420. "types": [
  34421. "Fairy"
  34422. ],
  34423. "gender": "N",
  34424. "baseStats": {
  34425. "hp": 126,
  34426. "atk": 131,
  34427. "def": 95,
  34428. "spa": 131,
  34429. "spd": 98,
  34430. "spe": 99
  34431. },
  34432. "abilities": {
  34433. "0": "Fairy Aura"
  34434. },
  34435. "heightm": 3,
  34436. "weightkg": 215,
  34437. "color": "Blue",
  34438. "eggGroups": [
  34439. "Undiscovered"
  34440. ],
  34441. "name": "Xerneas"
  34442. },
  34443. "yveltal": {
  34444. "num": 717,
  34445. "species": "Yveltal",
  34446. "types": [
  34447. "Dark",
  34448. "Flying"
  34449. ],
  34450. "gender": "N",
  34451. "baseStats": {
  34452. "hp": 126,
  34453. "atk": 131,
  34454. "def": 95,
  34455. "spa": 131,
  34456. "spd": 98,
  34457. "spe": 99
  34458. },
  34459. "abilities": {
  34460. "0": "Dark Aura"
  34461. },
  34462. "heightm": 5.8,
  34463. "weightkg": 203,
  34464. "color": "Red",
  34465. "eggGroups": [
  34466. "Undiscovered"
  34467. ],
  34468. "name": "Yveltal"
  34469. },
  34470. "zygarde": {
  34471. "num": 718,
  34472. "species": "Zygarde",
  34473. "types": [
  34474. "Dragon",
  34475. "Ground"
  34476. ],
  34477. "gender": "N",
  34478. "baseStats": {
  34479. "hp": 108,
  34480. "atk": 100,
  34481. "def": 121,
  34482. "spa": 81,
  34483. "spd": 95,
  34484. "spe": 95
  34485. },
  34486. "abilities": {
  34487. "0": "Aura Break"
  34488. },
  34489. "heightm": 5,
  34490. "weightkg": 305,
  34491. "color": "Green",
  34492. "eggGroups": [
  34493. "Undiscovered"
  34494. ],
  34495. "name": "Zygarde"
  34496. },
  34497. "diancie": {
  34498. "num": 719,
  34499. "species": "Diancie",
  34500. "types": [
  34501. "Rock",
  34502. "Fairy"
  34503. ],
  34504. "gender": "N",
  34505. "baseStats": {
  34506. "hp": 50,
  34507. "atk": 100,
  34508. "def": 150,
  34509. "spa": 100,
  34510. "spd": 150,
  34511. "spe": 50
  34512. },
  34513. "abilities": {
  34514. "0": "Clear Body"
  34515. },
  34516. "heightm": 0.7,
  34517. "weightkg": 8.8,
  34518. "color": "Gray",
  34519. "eggGroups": [
  34520. "Undiscovered"
  34521. ],
  34522. "otherFormes": [
  34523. "dianciemega"
  34524. ],
  34525. "name": "Diancie"
  34526. },
  34527. "dianciemega": {
  34528. "num": 719,
  34529. "species": "Diancie-Mega",
  34530. "baseSpecies": "Diancie",
  34531. "forme": "Mega",
  34532. "formeLetter": "M",
  34533. "types": [
  34534. "Rock",
  34535. "Fairy"
  34536. ],
  34537. "gender": "N",
  34538. "baseStats": {
  34539. "hp": 50,
  34540. "atk": 160,
  34541. "def": 110,
  34542. "spa": 160,
  34543. "spd": 110,
  34544. "spe": 110
  34545. },
  34546. "abilities": {
  34547. "0": "Magic Bounce"
  34548. },
  34549. "heightm": 1.1,
  34550. "weightkg": 27.8,
  34551. "color": "Gray",
  34552. "eggGroups": [
  34553. "Undiscovered"
  34554. ],
  34555. "name": "Diancie-Mega"
  34556. },
  34557. "hoopa": {
  34558. "num": 720,
  34559. "species": "Hoopa",
  34560. "types": [
  34561. "Psychic",
  34562. "Ghost"
  34563. ],
  34564. "gender": "N",
  34565. "baseStats": {
  34566. "hp": 80,
  34567. "atk": 110,
  34568. "def": 60,
  34569. "spa": 150,
  34570. "spd": 130,
  34571. "spe": 70
  34572. },
  34573. "abilities": {
  34574. "0": "Magician"
  34575. },
  34576. "heightm": 0.5,
  34577. "weightkg": 9,
  34578. "color": "Pink",
  34579. "eggGroups": [
  34580. "Undiscovered"
  34581. ],
  34582. "name": "Hoopa"
  34583. },
  34584. "volcanion": {
  34585. "num": 721,
  34586. "species": "Volcanion",
  34587. "types": [
  34588. "Fire",
  34589. "Water"
  34590. ],
  34591. "gender": "N",
  34592. "baseStats": {
  34593. "hp": 80,
  34594. "atk": 110,
  34595. "def": 120,
  34596. "spa": 130,
  34597. "spd": 90,
  34598. "spe": 70
  34599. },
  34600. "abilities": {
  34601. "0": "Water Absorb"
  34602. },
  34603. "heightm": 1.7,
  34604. "weightkg": 195,
  34605. "color": "Red",
  34606. "eggGroups": [
  34607. "Undiscovered"
  34608. ],
  34609. "name": "Volcanion"
  34610. },
  34611. "missingno": {
  34612. "num": 0,
  34613. "species": "Missingno.",
  34614. "types": [
  34615. "Bird",
  34616. "Normal"
  34617. ],
  34618. "baseStats": {
  34619. "hp": 33,
  34620. "atk": 136,
  34621. "def": 0,
  34622. "spa": 6,
  34623. "spd": 6,
  34624. "spe": 29
  34625. },
  34626. "abilities": {
  34627. "0": "",
  34628. "H": ""
  34629. },
  34630. "heightm": 3,
  34631. "weightkg": 1590.8,
  34632. "color": "Gray",
  34633. "eggGroups": [
  34634. "Undiscovered"
  34635. ],
  34636. "name": "Missingno."
  34637. },
  34638. "tomohawk": {
  34639. "num": -1,
  34640. "species": "Tomohawk",
  34641. "types": [
  34642. "Flying",
  34643. "Fighting"
  34644. ],
  34645. "baseStats": {
  34646. "hp": 105,
  34647. "atk": 60,
  34648. "def": 90,
  34649. "spa": 115,
  34650. "spd": 80,
  34651. "spe": 85
  34652. },
  34653. "abilities": {
  34654. "0": "Intimidate",
  34655. "1": "Prankster",
  34656. "H": "Justified"
  34657. },
  34658. "heightm": 1.27,
  34659. "weightkg": 37.2,
  34660. "color": "Red",
  34661. "eggGroups": [
  34662. "Field",
  34663. "Flying"
  34664. ],
  34665. "name": "Tomohawk"
  34666. },
  34667. "necturna": {
  34668. "num": -2,
  34669. "species": "Necturna",
  34670. "types": [
  34671. "Grass",
  34672. "Ghost"
  34673. ],
  34674. "gender": "F",
  34675. "baseStats": {
  34676. "hp": 64,
  34677. "atk": 120,
  34678. "def": 100,
  34679. "spa": 85,
  34680. "spd": 120,
  34681. "spe": 81
  34682. },
  34683. "abilities": {
  34684. "0": "Forewarn",
  34685. "H": "Telepathy"
  34686. },
  34687. "heightm": 1.65,
  34688. "weightkg": 49.6,
  34689. "color": "Black",
  34690. "eggGroups": [
  34691. "Grass",
  34692. "Field"
  34693. ],
  34694. "name": "Necturna"
  34695. },
  34696. "mollux": {
  34697. "num": -3,
  34698. "species": "Mollux",
  34699. "types": [
  34700. "Fire",
  34701. "Poison"
  34702. ],
  34703. "baseStats": {
  34704. "hp": 95,
  34705. "atk": 45,
  34706. "def": 83,
  34707. "spa": 131,
  34708. "spd": 105,
  34709. "spe": 76
  34710. },
  34711. "abilities": {
  34712. "0": "Dry Skin",
  34713. "H": "Illuminate"
  34714. },
  34715. "heightm": 1.2,
  34716. "weightkg": 41,
  34717. "color": "Pink",
  34718. "eggGroups": [
  34719. "Fairy",
  34720. "Field"
  34721. ],
  34722. "name": "Mollux"
  34723. },
  34724. "aurumoth": {
  34725. "num": -4,
  34726. "species": "Aurumoth",
  34727. "types": [
  34728. "Bug",
  34729. "Psychic"
  34730. ],
  34731. "baseStats": {
  34732. "hp": 110,
  34733. "atk": 120,
  34734. "def": 99,
  34735. "spa": 117,
  34736. "spd": 60,
  34737. "spe": 94
  34738. },
  34739. "abilities": {
  34740. "0": "Weak Armor",
  34741. "1": "No Guard",
  34742. "H": "Illusion"
  34743. },
  34744. "heightm": 2.1,
  34745. "weightkg": 193,
  34746. "color": "Purple",
  34747. "eggGroups": [
  34748. "Bug"
  34749. ],
  34750. "name": "Aurumoth"
  34751. },
  34752. "malaconda": {
  34753. "num": -5,
  34754. "species": "Malaconda",
  34755. "types": [
  34756. "Dark",
  34757. "Grass"
  34758. ],
  34759. "baseStats": {
  34760. "hp": 115,
  34761. "atk": 100,
  34762. "def": 60,
  34763. "spa": 40,
  34764. "spd": 130,
  34765. "spe": 55
  34766. },
  34767. "abilities": {
  34768. "0": "Harvest",
  34769. "1": "Infiltrator"
  34770. },
  34771. "heightm": 5.5,
  34772. "weightkg": 108.8,
  34773. "color": "Brown",
  34774. "eggGroups": [
  34775. "Grass",
  34776. "Dragon"
  34777. ],
  34778. "name": "Malaconda"
  34779. },
  34780. "cawmodore": {
  34781. "num": -6,
  34782. "species": "Cawmodore",
  34783. "types": [
  34784. "Steel",
  34785. "Flying"
  34786. ],
  34787. "baseStats": {
  34788. "hp": 50,
  34789. "atk": 92,
  34790. "def": 130,
  34791. "spa": 65,
  34792. "spd": 75,
  34793. "spe": 118
  34794. },
  34795. "abilities": {
  34796. "0": "Intimidate",
  34797. "1": "Volt Absorb",
  34798. "H": "Big Pecks"
  34799. },
  34800. "heightm": 1.7,
  34801. "weightkg": 37,
  34802. "color": "Black",
  34803. "eggGroups": [
  34804. "Flying"
  34805. ],
  34806. "name": "Cawmodore"
  34807. },
  34808. "volkraken": {
  34809. "num": -7,
  34810. "species": "Volkraken",
  34811. "types": [
  34812. "Water",
  34813. "Fire"
  34814. ],
  34815. "baseStats": {
  34816. "hp": 100,
  34817. "atk": 45,
  34818. "def": 80,
  34819. "spa": 135,
  34820. "spd": 100,
  34821. "spe": 95
  34822. },
  34823. "abilities": {
  34824. "0": "Analytic",
  34825. "1": "Infiltrator",
  34826. "H": "Pressure"
  34827. },
  34828. "heightm": 1.3,
  34829. "weightkg": 44.5,
  34830. "color": "Red",
  34831. "eggGroups": [
  34832. "Water 1",
  34833. "Water 2"
  34834. ],
  34835. "name": "Volkraken"
  34836. },
  34837. "plasmanta": {
  34838. "num": -8,
  34839. "species": "Plasmanta",
  34840. "types": [
  34841. "Electric",
  34842. "Poison"
  34843. ],
  34844. "baseStats": {
  34845. "hp": 60,
  34846. "atk": 57,
  34847. "def": 119,
  34848. "spa": 131,
  34849. "spd": 98,
  34850. "spe": 100
  34851. },
  34852. "abilities": {
  34853. "0": "Storm Drain",
  34854. "1": "Vital Spirit"
  34855. },
  34856. "heightm": 7,
  34857. "weightkg": 460,
  34858. "color": "Purple",
  34859. "eggGroups": [
  34860. "Water 1",
  34861. "Water 2"
  34862. ],
  34863. "name": "Plasmanta"
  34864. },
  34865. "syclant": {
  34866. "num": -51,
  34867. "species": "Syclant",
  34868. "types": [
  34869. "Ice",
  34870. "Bug"
  34871. ],
  34872. "baseStats": {
  34873. "hp": 70,
  34874. "atk": 116,
  34875. "def": 70,
  34876. "spa": 114,
  34877. "spd": 64,
  34878. "spe": 121
  34879. },
  34880. "abilities": {
  34881. "0": "Compound Eyes",
  34882. "1": "Mountaineer"
  34883. },
  34884. "heightm": 1.7,
  34885. "weightkg": 52,
  34886. "color": "Blue",
  34887. "eggGroups": [
  34888. "Bug"
  34889. ],
  34890. "name": "Syclant"
  34891. },
  34892. "revenankh": {
  34893. "num": -52,
  34894. "species": "Revenankh",
  34895. "types": [
  34896. "Ghost",
  34897. "Fighting"
  34898. ],
  34899. "baseStats": {
  34900. "hp": 90,
  34901. "atk": 105,
  34902. "def": 90,
  34903. "spa": 65,
  34904. "spd": 110,
  34905. "spe": 65
  34906. },
  34907. "abilities": {
  34908. "0": "Shed Skin",
  34909. "1": "Air Lock"
  34910. },
  34911. "heightm": 1.8,
  34912. "weightkg": 44,
  34913. "color": "White",
  34914. "eggGroups": [
  34915. "Amorphous",
  34916. "Human-Like"
  34917. ],
  34918. "name": "Revenankh"
  34919. },
  34920. "pyroak": {
  34921. "num": -53,
  34922. "species": "Pyroak",
  34923. "types": [
  34924. "Fire",
  34925. "Grass"
  34926. ],
  34927. "baseStats": {
  34928. "hp": 120,
  34929. "atk": 70,
  34930. "def": 105,
  34931. "spa": 95,
  34932. "spd": 90,
  34933. "spe": 60
  34934. },
  34935. "abilities": {
  34936. "0": "Rock Head",
  34937. "1": "Battle Armor"
  34938. },
  34939. "heightm": 2.1,
  34940. "weightkg": 168,
  34941. "color": "Brown",
  34942. "eggGroups": [
  34943. "Monster",
  34944. "Dragon"
  34945. ],
  34946. "name": "Pyroak"
  34947. },
  34948. "fidgit": {
  34949. "num": -54,
  34950. "species": "Fidgit",
  34951. "types": [
  34952. "Poison",
  34953. "Ground"
  34954. ],
  34955. "baseStats": {
  34956. "hp": 95,
  34957. "atk": 76,
  34958. "def": 109,
  34959. "spa": 90,
  34960. "spd": 80,
  34961. "spe": 105
  34962. },
  34963. "abilities": {
  34964. "0": "Persistent",
  34965. "1": "Vital Spirit"
  34966. },
  34967. "heightm": 0.9,
  34968. "weightkg": 53,
  34969. "color": "Purple",
  34970. "eggGroups": [
  34971. "Field"
  34972. ],
  34973. "name": "Fidgit"
  34974. },
  34975. "stratagem": {
  34976. "num": -55,
  34977. "species": "Stratagem",
  34978. "types": [
  34979. "Rock"
  34980. ],
  34981. "gender": "N",
  34982. "baseStats": {
  34983. "hp": 90,
  34984. "atk": 60,
  34985. "def": 65,
  34986. "spa": 120,
  34987. "spd": 70,
  34988. "spe": 130
  34989. },
  34990. "abilities": {
  34991. "0": "Levitate",
  34992. "1": "Technician"
  34993. },
  34994. "heightm": 0.9,
  34995. "weightkg": 45,
  34996. "color": "Gray",
  34997. "eggGroups": [
  34998. "Undiscovered"
  34999. ],
  35000. "name": "Stratagem"
  35001. },
  35002. "arghonaut": {
  35003. "num": -56,
  35004. "species": "Arghonaut",
  35005. "types": [
  35006. "Water",
  35007. "Fighting"
  35008. ],
  35009. "baseStats": {
  35010. "hp": 105,
  35011. "atk": 110,
  35012. "def": 95,
  35013. "spa": 70,
  35014. "spd": 100,
  35015. "spe": 75
  35016. },
  35017. "abilities": {
  35018. "0": "Unaware"
  35019. },
  35020. "heightm": 1.7,
  35021. "weightkg": 151,
  35022. "color": "Green",
  35023. "eggGroups": [
  35024. "Water 1",
  35025. "Water 3"
  35026. ],
  35027. "name": "Arghonaut"
  35028. },
  35029. "kitsunoh": {
  35030. "num": -57,
  35031. "species": "Kitsunoh",
  35032. "types": [
  35033. "Steel",
  35034. "Ghost"
  35035. ],
  35036. "baseStats": {
  35037. "hp": 80,
  35038. "atk": 103,
  35039. "def": 85,
  35040. "spa": 55,
  35041. "spd": 80,
  35042. "spe": 110
  35043. },
  35044. "abilities": {
  35045. "0": "Frisk",
  35046. "1": "Limber"
  35047. },
  35048. "heightm": 1.1,
  35049. "weightkg": 51,
  35050. "color": "Gray",
  35051. "eggGroups": [
  35052. "Field"
  35053. ],
  35054. "name": "Kitsunoh"
  35055. },
  35056. "cyclohm": {
  35057. "num": -58,
  35058. "species": "Cyclohm",
  35059. "types": [
  35060. "Electric",
  35061. "Dragon"
  35062. ],
  35063. "baseStats": {
  35064. "hp": 108,
  35065. "atk": 60,
  35066. "def": 118,
  35067. "spa": 112,
  35068. "spd": 70,
  35069. "spe": 80
  35070. },
  35071. "abilities": {
  35072. "0": "Shield Dust",
  35073. "1": "Static"
  35074. },
  35075. "heightm": 1.6,
  35076. "weightkg": 59,
  35077. "color": "Yellow",
  35078. "eggGroups": [
  35079. "Dragon",
  35080. "Monster"
  35081. ],
  35082. "name": "Cyclohm"
  35083. },
  35084. "colossoil": {
  35085. "num": -59,
  35086. "species": "Colossoil",
  35087. "types": [
  35088. "Dark",
  35089. "Ground"
  35090. ],
  35091. "baseStats": {
  35092. "hp": 133,
  35093. "atk": 122,
  35094. "def": 72,
  35095. "spa": 71,
  35096. "spd": 72,
  35097. "spe": 95
  35098. },
  35099. "abilities": {
  35100. "0": "Rebound",
  35101. "1": "Guts"
  35102. },
  35103. "heightm": 2.6,
  35104. "weightkg": 683.6,
  35105. "color": "Brown",
  35106. "eggGroups": [
  35107. "Water 2",
  35108. "Field"
  35109. ],
  35110. "name": "Colossoil"
  35111. },
  35112. "krilowatt": {
  35113. "num": -60,
  35114. "species": "Krilowatt",
  35115. "types": [
  35116. "Electric",
  35117. "Water"
  35118. ],
  35119. "baseStats": {
  35120. "hp": 151,
  35121. "atk": 84,
  35122. "def": 73,
  35123. "spa": 83,
  35124. "spd": 74,
  35125. "spe": 105
  35126. },
  35127. "abilities": {
  35128. "0": "Trace",
  35129. "1": "Magic Guard"
  35130. },
  35131. "heightm": 0.7,
  35132. "weightkg": 10.6,
  35133. "color": "Red",
  35134. "eggGroups": [
  35135. "Water 1",
  35136. "Fairy"
  35137. ],
  35138. "name": "Krilowatt"
  35139. },
  35140. "voodoom": {
  35141. "num": -61,
  35142. "species": "Voodoom",
  35143. "types": [
  35144. "Fighting",
  35145. "Dark"
  35146. ],
  35147. "baseStats": {
  35148. "hp": 90,
  35149. "atk": 85,
  35150. "def": 80,
  35151. "spa": 105,
  35152. "spd": 80,
  35153. "spe": 110
  35154. },
  35155. "abilities": {
  35156. "0": "Volt Absorb",
  35157. "1": "Lightning Rod"
  35158. },
  35159. "heightm": 2,
  35160. "weightkg": 75.5,
  35161. "color": "Brown",
  35162. "eggGroups": [
  35163. "Human-Like",
  35164. "Ground"
  35165. ],
  35166. "name": "Voodoom"
  35167. },
  35168. "substitute": {
  35169. "exists": false,
  35170. "id": "substitute",
  35171. "name": "substitute",
  35172. "speciesid": "substitute",
  35173. "species": "substitute",
  35174. "baseSpecies": "substitute",
  35175. "forme": "",
  35176. "formeLetter": "",
  35177. "spriteid": "substitute",
  35178. "effectType": "Template"
  35179. }
  35180. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement