Advertisement
Guest User

Untitled

a guest
Aug 6th, 2014
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.78 KB | None | 0 0
  1. {
  2. "pokemon": [
  3. {
  4. "name": "Bulbasaur",
  5. "id": 1,
  6. "types": [
  7. "Grass",
  8. "Poison"
  9. ],
  10. "stats": {
  11. "HP": 271,
  12. "Attack": 174,
  13. "Defense": 176,
  14. "SpAtk": 168,
  15. "SpDef": 168,
  16. "Speed": 168
  17. },
  18. "moves": [
  19. "Razor Leaf",
  20. "Headbutt",
  21. "Toxic",
  22. "Growth"
  23. ]
  24. },
  25. {
  26. "name": "Ivysaur",
  27. "id": 2,
  28. "types": [
  29. "Grass",
  30. "Poison"
  31. ],
  32. "stats": {
  33. "HP": 287,
  34. "Attack": 188,
  35. "Defense": 188,
  36. "SpAtk": 222,
  37. "SpDef": 184,
  38. "Speed": 184
  39. },
  40. "moves": [
  41. "Solarbeam",
  42. "Fury Cutter",
  43. "Leech Seed",
  44. "Sunny Day"
  45. ]
  46. },
  47. {
  48. "name": "Venusaur",
  49. "id": 3,
  50. "types": [
  51. "Grass",
  52. "Poison"
  53. ],
  54. "stats": {
  55. "HP": 313,
  56. "Attack": 212,
  57. "Defense": 214,
  58. "SpAtk": 248,
  59. "SpDef": 206,
  60. "Speed": 206
  61. },
  62. "moves": [
  63. "Giga Drain",
  64. "Tackle",
  65. "Poisonpowder",
  66. "Growl"
  67. ]
  68. },
  69. {
  70. "name": "Charmander",
  71. "id": 4,
  72. "types": [
  73. "Fire"
  74. ],
  75. "stats": {
  76. "HP": 259,
  77. "Attack": 180,
  78. "Defense": 164,
  79. "SpAtk": 196,
  80. "SpDef": 208,
  81. "Speed": 208
  82. },
  83. "moves": [
  84. "Flamethrower",
  85. "Slash",
  86. "Dragonbreath",
  87. "Sunny Day"
  88. ]
  89. },
  90. {
  91. "name": "Charmeleon",
  92. "id": 5,
  93. "types": [
  94. "Fire"
  95. ],
  96. "stats": {
  97. "HP": 259,
  98. "Attack": 180,
  99. "Defense": 164,
  100. "SpAtk": 196,
  101. "SpDef": 208,
  102. "Speed": 208
  103. },
  104. "moves": [
  105. "Fire Blast",
  106. "Strength",
  107. "Dig",
  108. "Smokescreen"
  109. ]
  110. },
  111. {
  112. "name": "Charizard",
  113. "id": 6,
  114. "types": [
  115. "Fire",
  116. "Flying"
  117. ],
  118. "stats": {
  119. "HP": 309,
  120. "Attack": 216,
  121. "Defense": 204,
  122. "SpAtk": 266,
  123. "SpDef": 246,
  124. "Speed": 246
  125. },
  126. "moves": [
  127. "Fire Punch",
  128. "Wing Attack",
  129. "Growl",
  130. "Scary Face"
  131. ]
  132. },
  133. {
  134. "name": "Squirtle",
  135. "id": 7,
  136. "types": [
  137. "Water"
  138. ],
  139. "stats": {
  140. "HP": 269,
  141. "Attack": 172,
  142. "Defense": 208,
  143. "SpAtk": 176,
  144. "SpDef": 164,
  145. "Speed": 164
  146. },
  147. "moves": [
  148. "Surf",
  149. "Bite",
  150. "Blizzard",
  151. "Rain Dance"
  152. ]
  153. },
  154. {
  155. "name": "Wartortle",
  156. "id": 8,
  157. "types": [
  158. "Water"
  159. ],
  160. "stats": {
  161. "HP": 285,
  162. "Attack": 190,
  163. "Defense": 222,
  164. "SpAtk": 192,
  165. "SpDef": 180,
  166. "Speed": 180
  167. },
  168. "moves": [
  169. "Waterfall",
  170. "Icy Wind",
  171. "Dig",
  172. "Rapid Spin"
  173. ]
  174. },
  175. {
  176. "name": "Blastoise",
  177. "id": 9,
  178. "types": [
  179. "Water"
  180. ],
  181. "stats": {
  182. "HP": 311,
  183. "Attack": 214,
  184. "Defense": 248,
  185. "SpAtk": 218,
  186. "SpDef": 202,
  187. "Speed": 202
  188. },
  189. "moves": [
  190. "Hydro Pump",
  191. "Rapid Spin",
  192. "Mud-Slap",
  193. "Withdraw"
  194. ]
  195. },
  196. {
  197. "name": "Caterpie",
  198. "id": 10,
  199. "types": [
  200. "Bug"
  201. ],
  202. "stats": {
  203. "HP": 284,
  204. "Attack": 149,
  205. "Defense": 159,
  206. "SpAtk": 133,
  207. "SpDef": 181,
  208. "Speed": 181
  209. },
  210. "moves": [
  211. "Tackle",
  212. "String Shot"
  213. ]
  214. },
  215. {
  216. "name": "Metapod",
  217. "id": 11,
  218. "types": [
  219. "Bug"
  220. ],
  221. "stats": {
  222. "HP": 294,
  223. "Attack": 129,
  224. "Defense": 199,
  225. "SpAtk": 143,
  226. "SpDef": 151,
  227. "Speed": 151
  228. },
  229. "moves": [
  230. "Harden"
  231. ]
  232. },
  233. {
  234. "name": "Butterfree",
  235. "id": 12,
  236. "types": [
  237. "Bug",
  238. "Flying"
  239. ],
  240. "stats": {
  241. "HP": 294,
  242. "Attack": 161,
  243. "Defense": 169,
  244. "SpAtk": 229,
  245. "SpDef": 209,
  246. "Speed": 209
  247. },
  248. "moves": [
  249. "Gust",
  250. "Psychic",
  251. "Hyper Beam",
  252. "Stun Spore"
  253. ]
  254. },
  255. {
  256. "name": "Weedle",
  257. "id": 13,
  258. "types": [
  259. "Bug",
  260. "Poison"
  261. ],
  262. "stats": {
  263. "HP": 274,
  264. "Attack": 159,
  265. "Defense": 149,
  266. "SpAtk": 133,
  267. "SpDef": 191,
  268. "Speed": 191
  269. },
  270. "moves": [
  271. "Poison Sting",
  272. "String Shot"
  273. ]
  274. },
  275. {
  276. "name": "Kakuna",
  277. "id": 14,
  278. "types": [
  279. "Bug",
  280. "Poison"
  281. ],
  282. "stats": {
  283. "HP": 284,
  284. "Attack": 139,
  285. "Defense": 189,
  286. "SpAtk": 143,
  287. "SpDef": 161,
  288. "Speed": 161
  289. },
  290. "moves": [
  291. "Harden"
  292. ]
  293. },
  294. {
  295. "name": "Beedrill",
  296. "id": 15,
  297. "types": [
  298. "Bug",
  299. "Poison"
  300. ],
  301. "stats": {
  302. "HP": 304,
  303. "Attack": 231,
  304. "Defense": 149,
  305. "SpAtk": 159,
  306. "SpDef": 219,
  307. "Speed": 219
  308. },
  309. "moves": [
  310. "Twineedle",
  311. "Sludge Bomb",
  312. "Pursuit",
  313. "Focus Energy"
  314. ]
  315. },
  316. {
  317. "name": "Pidgey",
  318. "id": 16,
  319. "types": [
  320. "Normal",
  321. "Flying"
  322. ],
  323. "stats": {
  324. "HP": 268,
  325. "Attack": 173,
  326. "Defense": 165,
  327. "SpAtk": 153,
  328. "SpDef": 195,
  329. "Speed": 195
  330. },
  331. "moves": [
  332. "Fly",
  333. "Return",
  334. "Steel Wing",
  335. "Sand-attack"
  336. ]
  337. },
  338. {
  339. "name": "Pidgeotto",
  340. "id": 17,
  341. "types": [
  342. "Normal",
  343. "Flying"
  344. ],
  345. "stats": {
  346. "HP": 307,
  347. "Attack": 196,
  348. "Defense": 188,
  349. "SpAtk": 176,
  350. "SpDef": 220,
  351. "Speed": 220
  352. },
  353. "moves": [
  354. "Fly",
  355. "Frustration",
  356. "Steel Wing",
  357. "Mirror Move"
  358. ]
  359. },
  360. {
  361. "name": "Pidgeot",
  362. "id": 18,
  363. "types": [
  364. "Normal",
  365. "Flying"
  366. ],
  367. "stats": {
  368. "HP": 325,
  369. "Attack": 216,
  370. "Defense": 206,
  371. "SpAtk": 194,
  372. "SpDef": 236,
  373. "Speed": 236
  374. },
  375. "moves": [
  376. "Fly",
  377. "Swift",
  378. "Steel Wing",
  379. "Whirlwind"
  380. ]
  381. },
  382. {
  383. "name": "Rattata",
  384. "id": 19,
  385. "types": [
  386. "Normal"
  387. ],
  388. "stats": {
  389. "HP": 248,
  390. "Attack": 195,
  391. "Defense": 155,
  392. "SpAtk": 133,
  393. "SpDef": 227,
  394. "Speed": 227
  395. },
  396. "moves": [
  397. "Super Fang",
  398. "Headbutt",
  399. "Shadow Ball",
  400. "Focus Energy"
  401. ]
  402. },
  403. {
  404. "name": "Raticate",
  405. "id": 20,
  406. "types": [
  407. "Normal"
  408. ],
  409. "stats": {
  410. "HP": 271,
  411. "Attack": 174,
  412. "Defense": 176,
  413. "SpAtk": 168,
  414. "SpDef": 168,
  415. "Speed": 168
  416. },
  417. "moves": [
  418. "Super Fang",
  419. "Hyper Fang",
  420. "Pursuit",
  421. "Scary Face"
  422. ]
  423. },
  424. {
  425. "name": "Spearow",
  426. "id": 21,
  427. "types": [
  428. "Normal",
  429. "Flying"
  430. ],
  431. "stats": {
  432. "HP": 268,
  433. "Attack": 203,
  434. "Defense": 145,
  435. "SpAtk": 145,
  436. "SpDef": 223,
  437. "Speed": 223
  438. },
  439. "moves": [
  440. "Drill Peck",
  441. "Frustration",
  442. "Steel Wing",
  443. "Mirror Move"
  444. ]
  445. },
  446. {
  447. "name": "Fearow",
  448. "id": 22,
  449. "types": [
  450. "Normal",
  451. "Flying"
  452. ],
  453. "stats": {
  454. "HP": 297,
  455. "Attack": 244,
  456. "Defense": 192,
  457. "SpAtk": 184,
  458. "SpDef": 264,
  459. "Speed": 264
  460. },
  461. "moves": [
  462. "Drill Peck",
  463. "Hyper Beam",
  464. "Pursuit",
  465. "Toxic"
  466. ]
  467. },
  468. {
  469. "name": "Ekans",
  470. "id": 23,
  471. "types": [
  472. "Poison"
  473. ],
  474. "stats": {
  475. "HP": 258,
  476. "Attack": 203,
  477. "Defense": 173,
  478. "SpAtk": 163,
  479. "SpDef": 193,
  480. "Speed": 193
  481. },
  482. "moves": [
  483. "Sludge Bomb",
  484. "Earthquake",
  485. "Strength",
  486. "Glare"
  487. ]
  488. },
  489. {
  490. "name": "Arbok",
  491. "id": 24,
  492. "types": [
  493. "Poison"
  494. ],
  495. "stats": {
  496. "HP": 287,
  497. "Attack": 234,
  498. "Defense": 200,
  499. "SpAtk": 192,
  500. "SpDef": 224,
  501. "Speed": 224
  502. },
  503. "moves": [
  504. "Sludge Bomb",
  505. "Bite",
  506. "Dig",
  507. "Glare"
  508. ]
  509. },
  510. {
  511. "name": "Pikachu",
  512. "id": 25,
  513. "types": [
  514. "Electric"
  515. ],
  516. "stats": {
  517. "HP": 251,
  518. "Attack": 186,
  519. "Defense": 138,
  520. "SpAtk": 176,
  521. "SpDef": 258,
  522. "Speed": 258
  523. },
  524. "moves": [
  525. "Thunderbolt",
  526. "Headbutt",
  527. "Iron Tail",
  528. "Thunder Wave"
  529. ]
  530. },
  531. {
  532. "name": "Raichu",
  533. "id": 26,
  534. "types": [
  535. "Poison"
  536. ],
  537. "stats": {
  538. "HP": 279,
  539. "Attack": 236,
  540. "Defense": 166,
  541. "SpAtk": 234,
  542. "SpDef": 254,
  543. "Speed": 254
  544. },
  545. "moves": [
  546. "Thunder",
  547. "Quick Attack",
  548. "Thunder Wave",
  549. "Tail Whip"
  550. ]
  551. },
  552. {
  553. "name": "Sandshrew",
  554. "id": 27,
  555. "types": [
  556. "Ground"
  557. ],
  558. "stats": {
  559. "HP": 281,
  560. "Attack": 226,
  561. "Defense": 248,
  562. "SpAtk": 116,
  563. "SpDef": 158,
  564. "Speed": 158
  565. },
  566. "moves": [
  567. "Earthquake",
  568. "Slash",
  569. "Fury Cutter",
  570. "Sandstorm"
  571. ]
  572. },
  573. {
  574. "name": "Sandslash",
  575. "id": 28,
  576. "types": [
  577. "Ground"
  578. ],
  579. "stats": {
  580. "HP": 309,
  581. "Attack": 256,
  582. "Defense": 276,
  583. "SpAtk": 144,
  584. "SpDef": 184,
  585. "Speed": 184
  586. },
  587. "moves": [
  588. "Earthquake",
  589. "Fury Swipes",
  590. "Sand-attack",
  591. "Sandstorm"
  592. ]
  593. },
  594. {
  595. "name": "NidoranF",
  596. "id": 29,
  597. "types": [
  598. "Poison"
  599. ],
  600. "stats": {
  601. "HP": 298,
  602. "Attack": 177,
  603. "Defense": 189,
  604. "SpAtk": 163,
  605. "SpDef": 165,
  606. "Speed": 165
  607. },
  608. "moves": [
  609. "Headbutt",
  610. "Iron Tail",
  611. "Blizzard",
  612. "Toxic"
  613. ]
  614. },
  615. {
  616. "name": "Nidorina",
  617. "id": 30,
  618. "types": [
  619. "Poison"
  620. ],
  621. "stats": {
  622. "HP": 314,
  623. "Attack": 195,
  624. "Defense": 203,
  625. "SpAtk": 179,
  626. "SpDef": 181,
  627. "Speed": 181
  628. },
  629. "moves": [
  630. "Strength",
  631. "Bite",
  632. "Blizzard",
  633. "Toxic"
  634. ]
  635. },
  636. {
  637. "name": "Nidoqueen",
  638. "id": 31,
  639. "types": [
  640. "Poison",
  641. "Ground"
  642. ],
  643. "stats": {
  644. "HP": 339,
  645. "Attack": 220,
  646. "Defense": 230,
  647. "SpAtk": 204,
  648. "SpDef": 206,
  649. "Speed": 206
  650. },
  651. "moves": [
  652. "Body Slam",
  653. "Mud-Slap",
  654. "Ice Punch",
  655. "Toxic"
  656. ]
  657. },
  658. {
  659. "name": "NidoranM",
  660. "id": 32,
  661. "types": [
  662. "Poison"
  663. ],
  664. "stats": {
  665. "HP": 280,
  666. "Attack": 197,
  667. "Defense": 165,
  668. "SpAtk": 163,
  669. "SpDef": 183,
  670. "Speed": 183
  671. },
  672. "moves": [
  673. "Headbutt",
  674. "Iron Tail",
  675. "Thunder",
  676. "Horn Drill"
  677. ]
  678. },
  679. {
  680. "name": "Nidorino",
  681. "id": 33,
  682. "types": [
  683. "Poison"
  684. ],
  685. "stats": {
  686. "HP": 296,
  687. "Attack": 215,
  688. "Defense": 183,
  689. "SpAtk": 179,
  690. "SpDef": 199,
  691. "Speed": 199
  692. },
  693. "moves": [
  694. "Strength",
  695. "Double Kick",
  696. "Thunder",
  697. "Horn Drill"
  698. ]
  699. },
  700. {
  701. "name": "Nidoking",
  702. "id": 34,
  703. "types": [
  704. "Poison",
  705. "Ground"
  706. ],
  707. "stats": {
  708. "HP": 321,
  709. "Attack": 240,
  710. "Defense": 210,
  711. "SpAtk": 224,
  712. "SpDef": 224,
  713. "Speed": 224
  714. },
  715. "moves": [
  716. "Horn Attack",
  717. "Mud-Slap",
  718. "Thunder",
  719. "Horn Drill"
  720. ]
  721. },
  722. {
  723. "name": "Clefairy",
  724. "id": 35,
  725. "types": [
  726. "Normal"
  727. ],
  728. "stats": {
  729. "HP": 321,
  730. "Attack": 166,
  731. "Defense": 174,
  732. "SpAtk": 196,
  733. "SpDef": 148,
  734. "Speed": 148
  735. },
  736. "moves": [
  737. "Metronome",
  738. "Strength",
  739. "Psychic",
  740. "Moonlight"
  741. ]
  742. },
  743. {
  744. "name": "Clefable",
  745. "id": 36,
  746. "types": [
  747. "Normal"
  748. ],
  749. "stats": {
  750. "HP": 349,
  751. "Attack": 196,
  752. "Defense": 202,
  753. "SpAtk": 224,
  754. "SpDef": 174,
  755. "Speed": 174
  756. },
  757. "moves": [
  758. "Metronome",
  759. "Headbutt",
  760. "Ice Punch",
  761. "Encore"
  762. ]
  763. },
  764. {
  765. "name": "Vulpix",
  766. "id": 37,
  767. "types": [
  768. "Fire"
  769. ],
  770. "stats": {
  771. "HP": 264,
  772. "Attack": 165,
  773. "Defense": 165,
  774. "SpAtk": 183,
  775. "SpDef": 213,
  776. "Speed": 213
  777. },
  778. "moves": [
  779. "Flamethrower",
  780. "Dig",
  781. "Confuse Ray",
  782. "Sunny Day"
  783. ]
  784. },
  785. {
  786. "name": "Ninetales",
  787. "id": 38,
  788. "types": [
  789. "Fire"
  790. ],
  791. "stats": {
  792. "HP": 299,
  793. "Attack": 200,
  794. "Defense": 198,
  795. "SpAtk": 210,
  796. "SpDef": 246,
  797. "Speed": 246
  798. },
  799. "moves": [
  800. "Fire Blast",
  801. "Quick Attack",
  802. "Roar",
  803. "Safeguard"
  804. ]
  805. },
  806. {
  807. "name": "Jigglypuff",
  808. "id": 39,
  809. "types": [
  810. "Normal"
  811. ],
  812. "stats": {
  813. "HP": 418,
  814. "Attack": 173,
  815. "Defense": 125,
  816. "SpAtk": 173,
  817. "SpDef": 123,
  818. "Speed": 123
  819. },
  820. "moves": [
  821. "Body Slam",
  822. "Rollout",
  823. "Defense Curl",
  824. "Sing"
  825. ]
  826. },
  827. {
  828. "name": "Wigglytuff",
  829. "id": 40,
  830. "types": [
  831. "Normal"
  832. ],
  833. "stats": {
  834. "HP": 447,
  835. "Attack": 204,
  836. "Defense": 152,
  837. "SpAtk": 212,
  838. "SpDef": 154,
  839. "Speed": 154
  840. },
  841. "moves": [
  842. "Double-Edge",
  843. "Fire Punch",
  844. "Disable",
  845. "Sing"
  846. ]
  847. },
  848. {
  849. "name": "Zubat",
  850. "id": 41,
  851. "types": [
  852. "Poison",
  853. "Flying"
  854. ],
  855. "stats": {
  856. "HP": 274,
  857. "Attack": 179,
  858. "Defense": 159,
  859. "SpAtk": 153,
  860. "SpDef": 201,
  861. "Speed": 201
  862. },
  863. "moves": [
  864. "Wing Attack",
  865. "Giga Drain",
  866. "Confuse Ray",
  867. "Toxic"
  868. ]
  869. },
  870. {
  871. "name": "Golbat",
  872. "id": 42,
  873. "types": [
  874. "Poison",
  875. "Flying"
  876. ],
  877. "stats": {
  878. "HP": 309,
  879. "Attack": 216,
  880. "Defense": 196,
  881. "SpAtk": 184,
  882. "SpDef": 234,
  883. "Speed": 234
  884. },
  885. "moves": [
  886. "Wing Attack",
  887. "Bite",
  888. "Steel Wing",
  889. "Haze"
  890. ]
  891. },
  892. {
  893. "name": "Oddish",
  894. "id": 43,
  895. "types": [
  896. "Grass",
  897. "Poison"
  898. ],
  899. "stats": {
  900. "HP": 271,
  901. "Attack": 176,
  902. "Defense": 188,
  903. "SpAtk": 226,
  904. "SpDef": 138,
  905. "Speed": 138
  906. },
  907. "moves": [
  908. "Giga Drain",
  909. "Sludge Bomb",
  910. "Moonlight",
  911. "Stun Spore"
  912. ]
  913. },
  914. {
  915. "name": "Gloom",
  916. "id": 44,
  917. "types": [
  918. "Grass",
  919. "Poison"
  920. ],
  921. "stats": {
  922. "HP": 294,
  923. "Attack": 201,
  924. "Defense": 209,
  925. "SpAtk": 239,
  926. "SpDef": 149,
  927. "Speed": 149
  928. },
  929. "moves": [
  930. "Solarbeam",
  931. "Sludge Bomb",
  932. "Sleep Powder",
  933. "Sunny Day"
  934. ]
  935. },
  936. {
  937. "name": "Vileplume",
  938. "id": 45,
  939. "types": [
  940. "Grass",
  941. "Poison"
  942. ],
  943. "stats": {
  944. "HP": 309,
  945. "Attack": 216,
  946. "Defense": 226,
  947. "SpAtk": 254,
  948. "SpDef": 154,
  949. "Speed": 154
  950. },
  951. "moves": [
  952. "Razor Leaf",
  953. "Headbutt",
  954. "Toxic",
  955. "Growth"
  956. ]
  957. },
  958. {
  959. "name": "Paras",
  960. "id": 46,
  961. "types": [
  962. "Bug",
  963. "Grass"
  964. ],
  965. "stats": {
  966. "HP": 258,
  967. "Attack": 223,
  968. "Defense": 195,
  969. "SpAtk": 173,
  970. "SpDef": 133,
  971. "Speed": 133
  972. },
  973. "moves": [
  974. "Giga Drain",
  975. "Slash",
  976. "Spore",
  977. "Growth"
  978. ]
  979. },
  980. {
  981. "name": "Parasect",
  982. "id": 47,
  983. "types": [
  984. "Bug",
  985. "Grass"
  986. ],
  987. "stats": {
  988. "HP": 287,
  989. "Attack": 254,
  990. "Defense": 222,
  991. "SpAtk": 182,
  992. "SpDef": 124,
  993. "Speed": 124
  994. },
  995. "moves": [
  996. "Giga Drain",
  997. "Slash",
  998. "Fury Cutter",
  999. "Spore"
  1000. ]
  1001. },
  1002. {
  1003. "name": "Venonat",
  1004. "id": 48,
  1005. "types": [
  1006. "Bug",
  1007. "Poison"
  1008. ],
  1009. "stats": {
  1010. "HP": 301,
  1011. "Attack": 186,
  1012. "Defense": 178,
  1013. "SpAtk": 156,
  1014. "SpDef": 168,
  1015. "Speed": 168
  1016. },
  1017. "moves": [
  1018. "Sludge Bomb",
  1019. "Psychic",
  1020. "Supersonic",
  1021. "Stun Spore"
  1022. ]
  1023. },
  1024. {
  1025. "name": "Venomoth",
  1026. "id": 49,
  1027. "types": [
  1028. "Bug",
  1029. "Poison"
  1030. ],
  1031. "stats": {
  1032. "HP": 303,
  1033. "Attack": 190,
  1034. "Defense": 180,
  1035. "SpAtk": 238,
  1036. "SpDef": 238,
  1037. "Speed": 238
  1038. },
  1039. "moves": [
  1040. "Sludge Bomb",
  1041. "Psychic",
  1042. "Leech Life",
  1043. "Foresight"
  1044. ]
  1045. },
  1046. {
  1047. "name": "Diglett",
  1048. "id": 50,
  1049. "types": [
  1050. "Ground"
  1051. ],
  1052. "stats": {
  1053. "HP": 208,
  1054. "Attack": 193,
  1055. "Defense": 135,
  1056. "SpAtk": 153,
  1057. "SpDef": 273,
  1058. "Speed": 273
  1059. },
  1060. "moves": [
  1061. "Earthquake",
  1062. "Slash",
  1063. "Fissure",
  1064. "Sand-attack"
  1065. ]
  1066. },
  1067. {
  1068. "name": "Dugtrio",
  1069. "id": 51,
  1070. "types": [
  1071. "Ground"
  1072. ],
  1073. "stats": {
  1074. "HP": 237,
  1075. "Attack": 224,
  1076. "Defense": 162,
  1077. "SpAtk": 162,
  1078. "SpDef": 304,
  1079. "Speed": 304
  1080. },
  1081. "moves": [
  1082. "Magnitude",
  1083. "Slash",
  1084. "Attract",
  1085. "Curse"
  1086. ]
  1087. },
  1088. {
  1089. "name": "Meowth",
  1090. "id": 52,
  1091. "types": [
  1092. "Normal"
  1093. ],
  1094. "stats": {
  1095. "HP": 268,
  1096. "Attack": 173,
  1097. "Defense": 155,
  1098. "SpAtk": 163,
  1099. "SpDef": 263,
  1100. "Speed": 263
  1101. },
  1102. "moves": [
  1103. "Slash",
  1104. "Faint Attack",
  1105. "Shadow Ball",
  1106. "Screech"
  1107. ]
  1108. },
  1109. {
  1110. "name": "Persian",
  1111. "id": 53,
  1112. "types": [
  1113. "Normal"
  1114. ],
  1115. "stats": {
  1116. "HP": 297,
  1117. "Attack": 204,
  1118. "Defense": 182,
  1119. "SpAtk": 192,
  1120. "SpDef": 294,
  1121. "Speed": 294
  1122. },
  1123. "moves": [
  1124. "Headbutt",
  1125. "Bite",
  1126. "Roar",
  1127. "Growl"
  1128. ]
  1129. },
  1130. {
  1131. "name": "Psyduck",
  1132. "id": 54,
  1133. "types": [
  1134. "Water"
  1135. ],
  1136. "stats": {
  1137. "HP": 281,
  1138. "Attack": 180,
  1139. "Defense": 174,
  1140. "SpAtk": 206,
  1141. "SpDef": 188,
  1142. "Speed": 188
  1143. },
  1144. "moves": [
  1145. "Surf",
  1146. "Dig",
  1147. "Swagger",
  1148. "Psych Up"
  1149. ]
  1150. },
  1151. {
  1152. "name": "Golduck",
  1153. "id": 55,
  1154. "types": [
  1155. "Water"
  1156. ],
  1157. "stats": {
  1158. "HP": 313,
  1159. "Attack": 212,
  1160. "Defense": 204,
  1161. "SpAtk": 238,
  1162. "SpDef": 216,
  1163. "Speed": 216
  1164. },
  1165. "moves": [
  1166. "Hydro Pump",
  1167. "Fury Swipes",
  1168. "Confusion",
  1169. "Psych Up"
  1170. ]
  1171. },
  1172. {
  1173. "name": "Mankey",
  1174. "id": 56,
  1175. "types": [
  1176. "Fighting"
  1177. ],
  1178. "stats": {
  1179. "HP": 261,
  1180. "Attack": 236,
  1181. "Defense": 148,
  1182. "SpAtk": 146,
  1183. "SpDef": 218,
  1184. "Speed": 218
  1185. },
  1186. "moves": [
  1187. "Cross Chop",
  1188. "Strength",
  1189. "Double Team",
  1190. "Screech"
  1191. ]
  1192. },
  1193. {
  1194. "name": "Primeape",
  1195. "id": 57,
  1196. "types": [
  1197. "Fighting"
  1198. ],
  1199. "stats": {
  1200. "HP": 289,
  1201. "Attack": 266,
  1202. "Defense": 176,
  1203. "SpAtk": 174,
  1204. "SpDef": 244,
  1205. "Speed": 244
  1206. },
  1207. "moves": [
  1208. "Cross Chop",
  1209. "Thrash",
  1210. "Curse",
  1211. "Focus Energy"
  1212. ]
  1213. },
  1214. {
  1215. "name": "Growlithe",
  1216. "id": 58,
  1217. "types": [
  1218. "Fire"
  1219. ],
  1220. "stats": {
  1221. "HP": 284,
  1222. "Attack": 211,
  1223. "Defense": 159,
  1224. "SpAtk": 209,
  1225. "SpDef": 189,
  1226. "Speed": 189
  1227. },
  1228. "moves": [
  1229. "Flamethrower",
  1230. "Dig",
  1231. "Sunny Day",
  1232. "Roar"
  1233. ]
  1234. },
  1235. {
  1236. "name": "Arcanine",
  1237. "id": 59,
  1238. "types": [
  1239. "Fire"
  1240. ],
  1241. "stats": {
  1242. "HP": 325,
  1243. "Attack": 260,
  1244. "Defense": 200,
  1245. "SpAtk": 240,
  1246. "SpDef": 230,
  1247. "Speed": 230
  1248. },
  1249. "moves": [
  1250. "Flame Wheel",
  1251. "Extremespeed",
  1252. "Leer",
  1253. "Roar"
  1254. ]
  1255. },
  1256. {
  1257. "name": "Poliwag",
  1258. "id": 60,
  1259. "types": [
  1260. "Water"
  1261. ],
  1262. "stats": {
  1263. "HP": 261,
  1264. "Attack": 176,
  1265. "Defense": 158,
  1266. "SpAtk": 156,
  1267. "SpDef": 258,
  1268. "Speed": 258
  1269. },
  1270. "moves": [
  1271. "Hydro Pump",
  1272. "Body Slam",
  1273. "Hypnosis",
  1274. "Rain Dance"
  1275. ]
  1276. },
  1277. {
  1278. "name": "Poliwhirl",
  1279. "id": 61,
  1280. "types": [
  1281. "Water"
  1282. ],
  1283. "stats": {
  1284. "HP": 304,
  1285. "Attack": 201,
  1286. "Defense": 199,
  1287. "SpAtk": 169,
  1288. "SpDef": 249,
  1289. "Speed": 249
  1290. },
  1291. "moves": [
  1292. "Surf",
  1293. "Snore",
  1294. "Belly Drum",
  1295. "Rest"
  1296. ]
  1297. },
  1298. {
  1299. "name": "Poliwrath",
  1300. "id": 62,
  1301. "types": [
  1302. "Water",
  1303. "Fighting"
  1304. ],
  1305. "stats": {
  1306. "HP": 333,
  1307. "Attack": 218,
  1308. "Defense": 238,
  1309. "SpAtk": 188,
  1310. "SpDef": 186,
  1311. "Speed": 186
  1312. },
  1313. "moves": [
  1314. "Dynamicpunch",
  1315. "Hydro Pump",
  1316. "Doubleslap",
  1317. "Mind Reader"
  1318. ]
  1319. },
  1320. {
  1321. "name": "Abra",
  1322. "id": 63,
  1323. "types": [
  1324. "Psychic"
  1325. ],
  1326. "stats": {
  1327. "HP": 231,
  1328. "Attack": 116,
  1329. "Defense": 108,
  1330. "SpAtk": 286,
  1331. "SpDef": 258,
  1332. "Speed": 258
  1333. },
  1334. "moves": [
  1335. "Psychic",
  1336. "Ice Punch",
  1337. "Swagger",
  1338. "Attract"
  1339. ]
  1340. },
  1341. {
  1342. "name": "Kadabra",
  1343. "id": 64,
  1344. "types": [
  1345. "Psychic"
  1346. ],
  1347. "stats": {
  1348. "HP": 247,
  1349. "Attack": 134,
  1350. "Defense": 122,
  1351. "SpAtk": 302,
  1352. "SpDef": 274,
  1353. "Speed": 274
  1354. },
  1355. "moves": [
  1356. "Psychic",
  1357. "Thunderpunch",
  1358. "Reflect",
  1359. "Kinesis"
  1360. ]
  1361. },
  1362. {
  1363. "name": "Alakazam",
  1364. "id": 65,
  1365. "types": [
  1366. "Psychic"
  1367. ],
  1368. "stats": {
  1369. "HP": 269,
  1370. "Attack": 156,
  1371. "Defense": 146,
  1372. "SpAtk": 324,
  1373. "SpDef": 294,
  1374. "Speed": 294
  1375. },
  1376. "moves": [
  1377. "Psybeam",
  1378. "Future Sight",
  1379. "Thief",
  1380. "Kinesis"
  1381. ]
  1382. },
  1383. {
  1384. "name": "Machop",
  1385. "id": 66,
  1386. "types": [
  1387. "Fighting"
  1388. ],
  1389. "stats": {
  1390. "HP": 321,
  1391. "Attack": 236,
  1392. "Defense": 178,
  1393. "SpAtk": 146,
  1394. "SpDef": 148,
  1395. "Speed": 148
  1396. },
  1397. "moves": [
  1398. "Cross Chop",
  1399. "Seismic Toss",
  1400. "Earthquake",
  1401. "Double Team"
  1402. ]
  1403. },
  1404. {
  1405. "name": "Machoke",
  1406. "id": 67,
  1407. "types": [
  1408. "Fighting"
  1409. ],
  1410. "stats": {
  1411. "HP": 327,
  1412. "Attack": 264,
  1413. "Defense": 202,
  1414. "SpAtk": 162,
  1415. "SpDef": 154,
  1416. "Speed": 154
  1417. },
  1418. "moves": [
  1419. "Vital Throw",
  1420. "Strength",
  1421. "Dig",
  1422. "Foresight"
  1423. ]
  1424. },
  1425. {
  1426. "name": "Machamp",
  1427. "id": 68,
  1428. "types": [
  1429. "Fighting"
  1430. ],
  1431. "stats": {
  1432. "HP": 337,
  1433. "Attack": 312,
  1434. "Defense": 212,
  1435. "SpAtk": 182,
  1436. "SpDef": 160,
  1437. "Speed": 160
  1438. },
  1439. "moves": [
  1440. "Submission",
  1441. "Scary Face",
  1442. "Thunderpunch",
  1443. "Fire Punch"
  1444. ]
  1445. },
  1446. {
  1447. "name": "Bellsprout",
  1448. "id": 69,
  1449. "types": [
  1450. "Grass",
  1451. "Poison"
  1452. ],
  1453. "stats": {
  1454. "HP": 281,
  1455. "Attack": 226,
  1456. "Defense": 148,
  1457. "SpAtk": 216,
  1458. "SpDef": 158,
  1459. "Speed": 158
  1460. },
  1461. "moves": [
  1462. "Giga Drain",
  1463. "Sludge Bomb",
  1464. "Toxic",
  1465. "Growth"
  1466. ]
  1467. },
  1468. {
  1469. "name": "Weepinbell",
  1470. "id": 70,
  1471. "types": [
  1472. "Grass",
  1473. "Poison"
  1474. ],
  1475. "stats": {
  1476. "HP": 304,
  1477. "Attack": 251,
  1478. "Defense": 169,
  1479. "SpAtk": 239,
  1480. "SpDef": 179,
  1481. "Speed": 179
  1482. },
  1483. "moves": [
  1484. "Razor Leaf",
  1485. "Sludge Bomb",
  1486. "Stun Spore",
  1487. "Growth"
  1488. ]
  1489. },
  1490. {
  1491. "name": "Victreebel",
  1492. "id": 71,
  1493. "types": [
  1494. "Grass",
  1495. "Poison"
  1496. ],
  1497. "stats": {
  1498. "HP": 319,
  1499. "Attack": 266,
  1500. "Defense": 186,
  1501. "SpAtk": 254,
  1502. "SpDef": 194,
  1503. "Speed": 194
  1504. },
  1505. "moves": [
  1506. "Solarbeam",
  1507. "Acid",
  1508. "Sleep Powder",
  1509. "Growth"
  1510. ]
  1511. },
  1512. {
  1513. "name": "Tentacool",
  1514. "id": 72,
  1515. "types": [
  1516. "Water",
  1517. "Poison"
  1518. ],
  1519. "stats": {
  1520. "HP": 261,
  1521. "Attack": 156,
  1522. "Defense": 148,
  1523. "SpAtk": 176,
  1524. "SpDef": 218,
  1525. "Speed": 218
  1526. },
  1527. "moves": [
  1528. "Surf",
  1529. "Sludge Bomb",
  1530. "Blizzard",
  1531. "Screech"
  1532. ]
  1533. },
  1534. {
  1535. "name": "Tentacruel",
  1536. "id": 73,
  1537. "types": [
  1538. "Water",
  1539. "Poison"
  1540. ],
  1541. "stats": {
  1542. "HP": 313,
  1543. "Attack": 188,
  1544. "Defense": 178,
  1545. "SpAtk": 208,
  1546. "SpDef": 246,
  1547. "Speed": 246
  1548. },
  1549. "moves": [
  1550. "Bubblebeam",
  1551. "Sludge Bomb",
  1552. "Wrap",
  1553. "Barrier"
  1554. ]
  1555. },
  1556. {
  1557. "name": "Geodude",
  1558. "id": 74,
  1559. "types": [
  1560. "Rock",
  1561. "Ground"
  1562. ],
  1563. "stats": {
  1564. "HP": 261,
  1565. "Attack": 236,
  1566. "Defense": 278,
  1567. "SpAtk": 136,
  1568. "SpDef": 118,
  1569. "Speed": 118
  1570. },
  1571. "moves": [
  1572. "Earthquake",
  1573. "Rollout",
  1574. "Explosion",
  1575. "Defense Curl"
  1576. ]
  1577. },
  1578. {
  1579. "name": "Graveler",
  1580. "id": 75,
  1581. "types": [
  1582. "Rock",
  1583. "Ground"
  1584. ],
  1585. "stats": {
  1586. "HP": 284,
  1587. "Attack": 261,
  1588. "Defense": 299,
  1589. "SpAtk": 159,
  1590. "SpDef": 139,
  1591. "Speed": 139
  1592. },
  1593. "moves": [
  1594. "Earthquake",
  1595. "Rollout",
  1596. "Selfdestruct",
  1597. "Sandstorm"
  1598. ]
  1599. },
  1600. {
  1601. "name": "Golem",
  1602. "id": 76,
  1603. "types": [
  1604. "Rock",
  1605. "Ground"
  1606. ],
  1607. "stats": {
  1608. "HP": 284,
  1609. "Attack": 261,
  1610. "Defense": 299,
  1611. "SpAtk": 159,
  1612. "SpDef": 139,
  1613. "Speed": 139
  1614. },
  1615. "moves": [
  1616. "Magnitude",
  1617. "Rollout",
  1618. "Selfdestruct",
  1619. "Sandstorm"
  1620. ]
  1621. },
  1622. {
  1623. "name": "Ponyta",
  1624. "id": 77,
  1625. "types": [
  1626. "Fire"
  1627. ],
  1628. "stats": {
  1629. "HP": 267,
  1630. "Attack": 234,
  1631. "Defense": 172,
  1632. "SpAtk": 192,
  1633. "SpDef": 244,
  1634. "Speed": 244
  1635. },
  1636. "moves": [
  1637. "Fire Blast",
  1638. "Headbutt",
  1639. "Iron Tail",
  1640. "Sunny Day"
  1641. ]
  1642. },
  1643. {
  1644. "name": "Rapidash",
  1645. "id": 78,
  1646. "types": [
  1647. "Fire"
  1648. ],
  1649. "stats": {
  1650. "HP": 285,
  1651. "Attack": 252,
  1652. "Defense": 293,
  1653. "SpAtk": 210,
  1654. "SpDef": 260,
  1655. "Speed": 260
  1656. },
  1657. "moves": [
  1658. "Fire Spin",
  1659. "Stomp",
  1660. "Attract",
  1661. "Toxic"
  1662. ]
  1663. },
  1664. {
  1665. "name": "Slowpoke",
  1666. "id": 79,
  1667. "types": [
  1668. "Water",
  1669. "Psychic"
  1670. ],
  1671. "stats": {
  1672. "HP": 361,
  1673. "Attack": 206,
  1674. "Defense": 208,
  1675. "SpAtk": 156,
  1676. "SpDef": 108,
  1677. "Speed": 108
  1678. },
  1679. "moves": [
  1680. "Surf",
  1681. "Psychic",
  1682. "Earthquake",
  1683. "Amnesia"
  1684. ]
  1685. },
  1686. {
  1687. "name": "Slowbro",
  1688. "id": 80,
  1689. "types": [
  1690. "Water",
  1691. "Psychic"
  1692. ],
  1693. "stats": {
  1694. "HP": 353,
  1695. "Attack": 210,
  1696. "Defense": 278,
  1697. "SpAtk": 258,
  1698. "SpDef": 120,
  1699. "Speed": 120
  1700. },
  1701. "moves": [
  1702. "Surf",
  1703. "Confusion",
  1704. "Disable",
  1705. "Growl"
  1706. ]
  1707. },
  1708. {
  1709. "name": "Magnemite",
  1710. "id": 81,
  1711. "types": [
  1712. "Electric",
  1713. "Steel"
  1714. ],
  1715. "stats": {
  1716. "HP": 231,
  1717. "Attack": 146,
  1718. "Defense": 218,
  1719. "SpAtk": 266,
  1720. "SpDef": 168,
  1721. "Speed": 168
  1722. },
  1723. "moves": [
  1724. "Thunder",
  1725. "Frustration",
  1726. "Supersonic",
  1727. "Thunder Wave"
  1728. ]
  1729. },
  1730. {
  1731. "name": "Magneton",
  1732. "id": 82,
  1733. "types": [
  1734. "Electric",
  1735. "Steel"
  1736. ],
  1737. "stats": {
  1738. "HP": 259,
  1739. "Attack": 176,
  1740. "Defense": 246,
  1741. "SpAtk": 294,
  1742. "SpDef": 194,
  1743. "Speed": 194
  1744. },
  1745. "moves": [
  1746. "Thunder",
  1747. "Swift",
  1748. "Flash",
  1749. "Thunder Wave"
  1750. ]
  1751. },
  1752. {
  1753. "name": "Farfetch'd",
  1754. "id": 83,
  1755. "types": [
  1756. "Normal",
  1757. "Flying"
  1758. ],
  1759. "stats": {
  1760. "HP": 278,
  1761. "Attack": 201,
  1762. "Defense": 179,
  1763. "SpAtk": 185,
  1764. "SpDef": 189,
  1765. "Speed": 189
  1766. },
  1767. "moves": [
  1768. "Slash",
  1769. "Fly",
  1770. "Steel Wing",
  1771. "Swords Dance"
  1772. ]
  1773. },
  1774. {
  1775. "name": "Doduo",
  1776. "id": 84,
  1777. "types": [
  1778. "Normal",
  1779. "Flying"
  1780. ],
  1781. "stats": {
  1782. "HP": 251,
  1783. "Attack": 246,
  1784. "Defense": 168,
  1785. "SpAtk": 146,
  1786. "SpDef": 228,
  1787. "Speed": 228
  1788. },
  1789. "moves": [
  1790. "Drill Peck",
  1791. "Tri Attack",
  1792. "Steel Wing",
  1793. "Double Team"
  1794. ]
  1795. },
  1796. {
  1797. "name": "Dodrio",
  1798. "id": 85,
  1799. "types": [
  1800. "Normal",
  1801. "Flying"
  1802. ],
  1803. "stats": {
  1804. "HP": 279,
  1805. "Attack": 276,
  1806. "Defense": 196,
  1807. "SpAtk": 174,
  1808. "SpDef": 254,
  1809. "Speed": 254
  1810. },
  1811. "moves": [
  1812. "Fly",
  1813. "Tri Attack",
  1814. "Pursuit",
  1815. "Growl"
  1816. ]
  1817. },
  1818. {
  1819. "name": "Seel",
  1820. "id": 86,
  1821. "types": [
  1822. "Water"
  1823. ],
  1824. "stats": {
  1825. "HP": 311,
  1826. "Attack": 166,
  1827. "Defense": 188,
  1828. "SpAtk": 166,
  1829. "SpDef": 168,
  1830. "Speed": 168
  1831. },
  1832. "moves": [
  1833. "Surf",
  1834. "Ice Beam",
  1835. "Headbutt",
  1836. "Safeguard"
  1837. ]
  1838. },
  1839. {
  1840. "name": "Dewgong",
  1841. "id": 87,
  1842. "types": [
  1843. "Water",
  1844. "Ice"
  1845. ],
  1846. "stats": {
  1847. "HP": 339,
  1848. "Attack": 196,
  1849. "Defense": 216,
  1850. "SpAtk": 194,
  1851. "SpDef": 194,
  1852. "Speed": 194
  1853. },
  1854. "moves": [
  1855. "Waterfall",
  1856. "Aurora Beam",
  1857. "Sleep Talk",
  1858. "Rest"
  1859. ]
  1860. },
  1861. {
  1862. "name": "Grimer",
  1863. "id": 88,
  1864. "types": [
  1865. "Poison"
  1866. ],
  1867. "stats": {
  1868. "HP": 341,
  1869. "Attack": 236,
  1870. "Defense": 178,
  1871. "SpAtk": 156,
  1872. "SpDef": 128,
  1873. "Speed": 128
  1874. },
  1875. "moves": [
  1876. "Sludge Bomb",
  1877. "Frustration",
  1878. "Toxic",
  1879. "Screech"
  1880. ]
  1881. },
  1882. {
  1883. "name": "Muk",
  1884. "id": 89,
  1885. "types": [
  1886. "Poison"
  1887. ],
  1888. "stats": {
  1889. "HP": 365,
  1890. "Attack": 262,
  1891. "Defense": 202,
  1892. "SpAtk": 180,
  1893. "SpDef": 150,
  1894. "Speed": 150
  1895. },
  1896. "moves": [
  1897. "Sludge",
  1898. "Dynamicpunch",
  1899. "Disable",
  1900. "Acid Armor"
  1901. ]
  1902. },
  1903. {
  1904. "name": "Shellder",
  1905. "id": 90,
  1906. "types": [
  1907. "Water"
  1908. ],
  1909. "stats": {
  1910. "HP": 241,
  1911. "Attack": 206,
  1912. "Defense": 178,
  1913. "SpAtk": 166,
  1914. "SpDef": 158,
  1915. "Speed": 158
  1916. },
  1917. "moves": [
  1918. "Surf",
  1919. "Ice Beam",
  1920. "Swift",
  1921. "Supersonic"
  1922. ]
  1923. },
  1924. {
  1925. "name": "Cloyster",
  1926. "id": 91,
  1927. "types": [
  1928. "Water",
  1929. "Ice"
  1930. ],
  1931. "stats": {
  1932. "HP": 253,
  1933. "Attack": 238,
  1934. "Defense": 408,
  1935. "SpAtk": 218,
  1936. "SpDef": 186,
  1937. "Speed": 186
  1938. },
  1939. "moves": [
  1940. "Clamp",
  1941. "Aurora Beam",
  1942. "Spike Cannon",
  1943. "Withdraw"
  1944. ]
  1945. },
  1946. {
  1947. "name": "Gastly",
  1948. "id": 92,
  1949. "types": [
  1950. "Ghost",
  1951. "Poison"
  1952. ],
  1953. "stats": {
  1954. "HP": 241,
  1955. "Attack": 146,
  1956. "Defense": 138,
  1957. "SpAtk": 276,
  1958. "SpDef": 238,
  1959. "Speed": 238
  1960. },
  1961. "moves": [
  1962. "Shadow Ball",
  1963. "Psychic",
  1964. "Curse",
  1965. "Confuse Ray"
  1966. ]
  1967. },
  1968. {
  1969. "name": "Haunter",
  1970. "id": 93,
  1971. "types": [
  1972. "Ghost",
  1973. "Poison"
  1974. ],
  1975. "stats": {
  1976. "HP": 257,
  1977. "Attack": 164,
  1978. "Defense": 152,
  1979. "SpAtk": 292,
  1980. "SpDef": 254,
  1981. "Speed": 254
  1982. },
  1983. "moves": [
  1984. "Shadow Ball",
  1985. "Giga Drain",
  1986. "Spite",
  1987. "Destiny Bond"
  1988. ]
  1989. },
  1990. {
  1991. "name": "Gengar",
  1992. "id": 94,
  1993. "types": [
  1994. "Ghost",
  1995. "Poison"
  1996. ],
  1997. "stats": {
  1998. "HP": 275,
  1999. "Attack": 182,
  2000. "Defense": 172,
  2001. "SpAtk": 310,
  2002. "SpDef": 270,
  2003. "Speed": 270
  2004. },
  2005. "moves": [
  2006. "Night Shade",
  2007. "Thief",
  2008. "Nightmare",
  2009. "Hypnosis"
  2010. ]
  2011. },
  2012. {
  2013. "name": "Onix",
  2014. "id": 95,
  2015. "types": [
  2016. "Rock",
  2017. "Ground"
  2018. ],
  2019. "stats": {
  2020. "HP": 259,
  2021. "Attack": 161,
  2022. "Defense": 389,
  2023. "SpAtk": 129,
  2024. "SpDef": 209,
  2025. "Speed": 209
  2026. },
  2027. "moves": [
  2028. "Earthquake",
  2029. "Rock Throw",
  2030. "Strength",
  2031. "Sandstorm"
  2032. ]
  2033. },
  2034. {
  2035. "name": "Drowzee",
  2036. "id": 96,
  2037. "types": [
  2038. "Psychic"
  2039. ],
  2040. "stats": {
  2041. "HP": 301,
  2042. "Attack": 172,
  2043. "Defense": 168,
  2044. "SpAtk": 162,
  2045. "SpDef": 162,
  2046. "Speed": 162
  2047. },
  2048. "moves": [
  2049. "Psychic",
  2050. "Headbutt",
  2051. "Dream Eater",
  2052. "Hypnosis"
  2053. ]
  2054. },
  2055. {
  2056. "name": "Hypno",
  2057. "id": 97,
  2058. "types": [
  2059. "Psychic"
  2060. ],
  2061. "stats": {
  2062. "HP": 329,
  2063. "Attack": 202,
  2064. "Defense": 196,
  2065. "SpAtk": 200,
  2066. "SpDef": 188,
  2067. "Speed": 188
  2068. },
  2069. "moves": [
  2070. "Confusion",
  2071. "Dream Eater",
  2072. "Psych Up",
  2073. "Hypnosis"
  2074. ]
  2075. },
  2076. {
  2077. "name": "Krabby",
  2078. "id": 98,
  2079. "types": [
  2080. "Water"
  2081. ],
  2082. "stats": {
  2083. "HP": 241,
  2084. "Attack": 286,
  2085. "Defense": 258,
  2086. "SpAtk": 126,
  2087. "SpDef": 178,
  2088. "Speed": 178
  2089. },
  2090. "moves": [
  2091. "Crabhammer",
  2092. "Strength",
  2093. "Blizzard",
  2094. "Guillotine"
  2095. ]
  2096. },
  2097. {
  2098. "name": "Kingler",
  2099. "id": 99,
  2100. "types": [
  2101. "Water"
  2102. ],
  2103. "stats": {
  2104. "HP": 269,
  2105. "Attack": 316,
  2106. "Defense": 286,
  2107. "SpAtk": 154,
  2108. "SpDef": 204,
  2109. "Speed": 204
  2110. },
  2111. "moves": [
  2112. "Crabhammer",
  2113. "Vicegrip",
  2114. "Guillotine",
  2115. "Leer"
  2116. ]
  2117. },
  2118. {
  2119. "name": "Voltorb",
  2120. "id": 100,
  2121. "types": [
  2122. "Electric"
  2123. ],
  2124. "stats": {
  2125. "HP": 261,
  2126. "Attack": 136,
  2127. "Defense": 178,
  2128. "SpAtk": 186,
  2129. "SpDef": 278,
  2130. "Speed": 278
  2131. },
  2132. "moves": [
  2133. "Thunder",
  2134. "Selfdestruct",
  2135. "Mirror Coat",
  2136. "Rain Dance"
  2137. ]
  2138. },
  2139. {
  2140. "name": "Electrode",
  2141. "id": 101,
  2142. "types": [
  2143. "Electric"
  2144. ],
  2145. "stats": {
  2146. "HP": 279,
  2147. "Attack": 156,
  2148. "Defense": 196,
  2149. "SpAtk": 214,
  2150. "SpDef": 334,
  2151. "Speed": 334
  2152. },
  2153. "moves": [
  2154. "Thunder",
  2155. "Swift",
  2156. "Sonicboom",
  2157. "Flash"
  2158. ]
  2159. },
  2160. {
  2161. "name": "Exeggcute",
  2162. "id": 102,
  2163. "types": [
  2164. "Grass",
  2165. "Psychic"
  2166. ],
  2167. "stats": {
  2168. "HP": 301,
  2169. "Attack": 156,
  2170. "Defense": 238,
  2171. "SpAtk": 196,
  2172. "SpDef": 158,
  2173. "Speed": 158
  2174. },
  2175. "moves": [
  2176. "Psychic",
  2177. "Giga Drain",
  2178. "Stun Spore",
  2179. "Leech Seed"
  2180. ]
  2181. },
  2182. {
  2183. "name": "Exeggutor",
  2184. "id": 103,
  2185. "types": [
  2186. "Grass",
  2187. "Psychic"
  2188. ],
  2189. "stats": {
  2190. "HP": 343,
  2191. "Attack": 238,
  2192. "Defense": 218,
  2193. "SpAtk": 298,
  2194. "SpDef": 156,
  2195. "Speed": 156
  2196. },
  2197. "moves": [
  2198. "Egg Bomb",
  2199. "Confusion",
  2200. "Nightmare",
  2201. "Sleep Powder"
  2202. ]
  2203. },
  2204. {
  2205. "name": "Cubone",
  2206. "id": 104,
  2207. "types": [
  2208. "Ground"
  2209. ],
  2210. "stats": {
  2211. "HP": 281,
  2212. "Attack": 176,
  2213. "Defense": 268,
  2214. "SpAtk": 156,
  2215. "SpDef": 148,
  2216. "Speed": 148
  2217. },
  2218. "moves": [
  2219. "Bonemerang",
  2220. "Headbutt",
  2221. "Icy Wind",
  2222. "Focus Energy"
  2223. ]
  2224. },
  2225. {
  2226. "name": "Marowak",
  2227. "id": 105,
  2228. "types": [
  2229. "Ground"
  2230. ],
  2231. "stats": {
  2232. "HP": 287,
  2233. "Attack": 224,
  2234. "Defense": 282,
  2235. "SpAtk": 162,
  2236. "SpDef": 154,
  2237. "Speed": 154
  2238. },
  2239. "moves": [
  2240. "Bone Rush",
  2241. "Thrash",
  2242. "Thunderpunch",
  2243. "Focus Energy"
  2244. ]
  2245. },
  2246. {
  2247. "name": "Hitmonlee",
  2248. "id": 106,
  2249. "types": [
  2250. "Fighting"
  2251. ],
  2252. "stats": {
  2253. "HP": 263,
  2254. "Attack": 300,
  2255. "Defense": 164,
  2256. "SpAtk": 128,
  2257. "SpDef": 234,
  2258. "Speed": 234
  2259. },
  2260. "moves": [
  2261. "Hi Jump Kick",
  2262. "Mega Kick",
  2263. "Reversal",
  2264. "Meditate"
  2265. ]
  2266. },
  2267. {
  2268. "name": "Hitmonchan",
  2269. "id": 107,
  2270. "types": [
  2271. "Fighting"
  2272. ],
  2273. "stats": {
  2274. "HP": 263,
  2275. "Attack": 270,
  2276. "Defense": 216,
  2277. "SpAtk": 128,
  2278. "SpDef": 212,
  2279. "Speed": 212
  2280. },
  2281. "moves": [
  2282. "Mach Punch",
  2283. "Strength",
  2284. "Ice Punch",
  2285. "Counter"
  2286. ]
  2287. },
  2288. {
  2289. "name": "Lickitung",
  2290. "id": 108,
  2291. "types": [
  2292. "Normal"
  2293. ],
  2294. "stats": {
  2295. "HP": 354,
  2296. "Attack": 181,
  2297. "Defense": 219,
  2298. "SpAtk": 189,
  2299. "SpDef": 129,
  2300. "Speed": 129
  2301. },
  2302. "moves": [
  2303. "Hyper Beam",
  2304. "Shadow Ball",
  2305. "Surf",
  2306. "Supersonic"
  2307. ]
  2308. },
  2309. {
  2310. "name": "Koffing",
  2311. "id": 109,
  2312. "types": [
  2313. "Poison"
  2314. ],
  2315. "stats": {
  2316. "HP": 261,
  2317. "Attack": 206,
  2318. "Defense": 268,
  2319. "SpAtk": 196,
  2320. "SpDef": 148,
  2321. "Speed": 148
  2322. },
  2323. "moves": [
  2324. "Sludge Bomb",
  2325. "Fire Blast",
  2326. "Explosion",
  2327. "Toxic"
  2328. ]
  2329. },
  2330. {
  2331. "name": "Weezing",
  2332. "id": 110,
  2333. "types": [
  2334. "Poison"
  2335. ],
  2336. "stats": {
  2337. "HP": 289,
  2338. "Attack": 236,
  2339. "Defense": 296,
  2340. "SpAtk": 224,
  2341. "SpDef": 174,
  2342. "Speed": 174
  2343. },
  2344. "moves": [
  2345. "Sludge",
  2346. "Zap Cannon",
  2347. "Selfdestruct",
  2348. "Haze"
  2349. ]
  2350. },
  2351. {
  2352. "name": "Rhyhorn",
  2353. "id": 111,
  2354. "types": [
  2355. "Ground",
  2356. "Rock"
  2357. ],
  2358. "stats": {
  2359. "HP": 341,
  2360. "Attack": 246,
  2361. "Defense": 268,
  2362. "SpAtk": 136,
  2363. "SpDef": 128,
  2364. "Speed": 128
  2365. },
  2366. "moves": [
  2367. "Earthquake",
  2368. "Rollout",
  2369. "Iron Tail",
  2370. "Scary Face"
  2371. ]
  2372. },
  2373. {
  2374. "name": "Rhydon",
  2375. "id": 112,
  2376. "types": [
  2377. "Ground",
  2378. "Rock"
  2379. ],
  2380. "stats": {
  2381. "HP": 369,
  2382. "Attack": 316,
  2383. "Defense": 296,
  2384. "SpAtk": 144,
  2385. "SpDef": 134,
  2386. "Speed": 134
  2387. },
  2388. "moves": [
  2389. "Dig",
  2390. "Stomp",
  2391. "Zap Cannon",
  2392. "Scary Face"
  2393. ]
  2394. },
  2395. {
  2396. "name": "Chansey",
  2397. "id": 113,
  2398. "types": [
  2399. "Normal"
  2400. ],
  2401. "stats": {
  2402. "HP": 659,
  2403. "Attack": 66,
  2404. "Defense": 66,
  2405. "SpAtk": 124,
  2406. "SpDef": 154,
  2407. "Speed": 154
  2408. },
  2409. "moves": [
  2410. "Egg Bomb",
  2411. "Blizzard",
  2412. "Dream Eater",
  2413. "Sing"
  2414. ]
  2415. },
  2416. {
  2417. "name": "Tangela",
  2418. "id": 114,
  2419. "types": [
  2420. "Grass"
  2421. ],
  2422. "stats": {
  2423. "HP": 297,
  2424. "Attack": 174,
  2425. "Defense": 292,
  2426. "SpAtk": 262,
  2427. "SpDef": 184,
  2428. "Speed": 184
  2429. },
  2430. "moves": [
  2431. "Giga Drain",
  2432. "Thief",
  2433. "Sleep Powder",
  2434. "Growth"
  2435. ]
  2436. },
  2437. {
  2438. "name": "Kangaskhan",
  2439. "id": 115,
  2440. "types": [
  2441. "Normal"
  2442. ],
  2443. "stats": {
  2444. "HP": 369,
  2445. "Attack": 246,
  2446. "Defense": 216,
  2447. "SpAtk": 134,
  2448. "SpDef": 234,
  2449. "Speed": 234
  2450. },
  2451. "moves": [
  2452. "Dizzy Punch",
  2453. "Bite",
  2454. "Surf",
  2455. "Leer"
  2456. ]
  2457. },
  2458. {
  2459. "name": "Horsea",
  2460. "id": 116,
  2461. "types": [
  2462. "Water"
  2463. ],
  2464. "stats": {
  2465. "HP": 248,
  2466. "Attack": 163,
  2467. "Defense": 225,
  2468. "SpAtk": 223,
  2469. "SpDef": 203,
  2470. "Speed": 203
  2471. },
  2472. "moves": [
  2473. "Hydro Pump",
  2474. "Blizzard",
  2475. "Rain Dance",
  2476. "Smokescreen"
  2477. ]
  2478. },
  2479. {
  2480. "name": "Seadra",
  2481. "id": 117,
  2482. "types": [
  2483. "Water"
  2484. ],
  2485. "stats": {
  2486. "HP": 277,
  2487. "Attack": 194,
  2488. "Defense": 252,
  2489. "SpAtk": 252,
  2490. "SpDef": 234,
  2491. "Speed": 234
  2492. },
  2493. "moves": [
  2494. "Surf",
  2495. "Dragonbreath",
  2496. "Swift",
  2497. "Smokescreen"
  2498. ]
  2499. },
  2500. {
  2501. "name": "Goldeen",
  2502. "id": 118,
  2503. "types": [
  2504. "Water"
  2505. ],
  2506. "stats": {
  2507. "HP": 271,
  2508. "Attack": 210,
  2509. "Defense": 198,
  2510. "SpAtk": 146,
  2511. "SpDef": 204,
  2512. "Speed": 204
  2513. },
  2514. "moves": [
  2515. "Surf",
  2516. "Horn Attack",
  2517. "Horn Drill",
  2518. "Supersonic"
  2519. ]
  2520. },
  2521. {
  2522. "name": "Seaking",
  2523. "id": 119,
  2524. "types": [
  2525. "Water"
  2526. ],
  2527. "stats": {
  2528. "HP": 323,
  2529. "Attack": 244,
  2530. "Defense": 188,
  2531. "SpAtk": 188,
  2532. "SpDef": 196,
  2533. "Speed": 196
  2534. },
  2535. "moves": [
  2536. "Waterfall",
  2537. "Flail",
  2538. "Horn Drill",
  2539. "Supersonic"
  2540. ]
  2541. },
  2542. {
  2543. "name": "Staryu",
  2544. "id": 120,
  2545. "types": [
  2546. "Water"
  2547. ],
  2548. "stats": {
  2549. "HP": 241,
  2550. "Attack": 166,
  2551. "Defense": 188,
  2552. "SpAtk": 216,
  2553. "SpDef": 248,
  2554. "Speed": 248
  2555. },
  2556. "moves": [
  2557. "Psychic",
  2558. "Hydro Pump",
  2559. "Thunder",
  2560. "Recover"
  2561. ]
  2562. },
  2563. {
  2564. "name": "Starmie",
  2565. "id": 121,
  2566. "types": [
  2567. "Water",
  2568. "Psychic"
  2569. ],
  2570. "stats": {
  2571. "HP": 273,
  2572. "Attack": 198,
  2573. "Defense": 218,
  2574. "SpAtk": 248,
  2575. "SpDef": 276,
  2576. "Speed": 276
  2577. },
  2578. "moves": [
  2579. "Waterfall",
  2580. "Zap Cannon",
  2581. "Rapid Spin",
  2582. "Harden"
  2583. ]
  2584. },
  2585. {
  2586. "name": "Mr. Mime",
  2587. "id": 122,
  2588. "types": [
  2589. "Psychic"
  2590. ],
  2591. "stats": {
  2592. "HP": 239,
  2593. "Attack": 146,
  2594. "Defense": 186,
  2595. "SpAtk": 254,
  2596. "SpDef": 234,
  2597. "Speed": 234
  2598. },
  2599. "moves": [
  2600. "Psybeam",
  2601. "Barrier",
  2602. "Baton Pass",
  2603. "Substitute"
  2604. ]
  2605. },
  2606. {
  2607. "name": "Scyther",
  2608. "id": 123,
  2609. "types": [
  2610. "Bug",
  2611. "Flying"
  2612. ],
  2613. "stats": {
  2614. "HP": 295,
  2615. "Attack": 272,
  2616. "Defense": 212,
  2617. "SpAtk": 160,
  2618. "SpDef": 260,
  2619. "Speed": 260
  2620. },
  2621. "moves": [
  2622. "Wing Attack",
  2623. "Pursuit",
  2624. "Swift",
  2625. "Focus Energy"
  2626. ]
  2627. },
  2628. {
  2629. "name": "Jynx",
  2630. "id": 124,
  2631. "types": [
  2632. "Ice",
  2633. "Psychic"
  2634. ],
  2635. "stats": {
  2636. "HP": 289,
  2637. "Attack": 156,
  2638. "Defense": 126,
  2639. "SpAtk": 284,
  2640. "SpDef": 244,
  2641. "Speed": 244
  2642. },
  2643. "moves": [
  2644. "Ice Punch",
  2645. "Confusion",
  2646. "Lick",
  2647. "Mean Look"
  2648. ]
  2649. },
  2650. {
  2651. "name": "Electrabuzz",
  2652. "id": 125,
  2653. "types": [
  2654. "Electric"
  2655. ],
  2656. "stats": {
  2657. "HP": 289,
  2658. "Attack": 222,
  2659. "Defense": 170,
  2660. "SpAtk": 244,
  2661. "SpDef": 264,
  2662. "Speed": 264
  2663. },
  2664. "moves": [
  2665. "Thunderpunch",
  2666. "Swift",
  2667. "Light Screen",
  2668. "Leer"
  2669. ]
  2670. },
  2671. {
  2672. "name": "Magmar",
  2673. "id": 126,
  2674. "types": [
  2675. "Fire"
  2676. ],
  2677. "stats": {
  2678. "HP": 289,
  2679. "Attack": 246,
  2680. "Defense": 170,
  2681. "SpAtk": 254,
  2682. "SpDef": 240,
  2683. "Speed": 240
  2684. },
  2685. "moves": [
  2686. "Fire Punch",
  2687. "Smog",
  2688. "Smokescreen",
  2689. "Confuse Ray"
  2690. ]
  2691. },
  2692. {
  2693. "name": "Pinsir",
  2694. "id": 127,
  2695. "types": [
  2696. "Bug"
  2697. ],
  2698. "stats": {
  2699. "HP": 285,
  2700. "Attack": 302,
  2701. "Defense": 252,
  2702. "SpAtk": 160,
  2703. "SpDef": 220,
  2704. "Speed": 220
  2705. },
  2706. "moves": [
  2707. "Fury Cutter",
  2708. "Vicegrip",
  2709. "Submission",
  2710. "Focus Energy"
  2711. ]
  2712. },
  2713. {
  2714. "name": "Tauros",
  2715. "id": 128,
  2716. "types": [
  2717. "Normal"
  2718. ],
  2719. "stats": {
  2720. "HP": 309,
  2721. "Attack": 256,
  2722. "Defense": 246,
  2723. "SpAtk": 134,
  2724. "SpDef": 274,
  2725. "Speed": 274
  2726. },
  2727. "moves": [
  2728. "Take Down",
  2729. "Pursuit",
  2730. "Rock Smash",
  2731. "Scary Face"
  2732. ]
  2733. },
  2734. {
  2735. "name": "Magikarp",
  2736. "id": 129,
  2737. "types": [
  2738. "Water"
  2739. ],
  2740. "stats": {
  2741. "HP": 234,
  2742. "Attack": 109,
  2743. "Defense": 199,
  2744. "SpAtk": 123,
  2745. "SpDef": 251,
  2746. "Speed": 251
  2747. },
  2748. "moves": [
  2749. "Tackle",
  2750. "Flail",
  2751. "Splash"
  2752. ]
  2753. },
  2754. {
  2755. "name": "Gyarados",
  2756. "id": 130,
  2757. "types": [
  2758. "Water",
  2759. "Flying"
  2760. ],
  2761. "stats": {
  2762. "HP": 343,
  2763. "Attack": 298,
  2764. "Defense": 206,
  2765. "SpAtk": 168,
  2766. "SpDef": 208,
  2767. "Speed": 208
  2768. },
  2769. "moves": [
  2770. "Waterfall",
  2771. "Dragon Rage",
  2772. "Twister",
  2773. "Leer"
  2774. ]
  2775. },
  2776. {
  2777. "name": "Lapras",
  2778. "id": 131,
  2779. "types": [
  2780. "Water",
  2781. "Ice"
  2782. ],
  2783. "stats": {
  2784. "HP": 413,
  2785. "Attack": 218,
  2786. "Defense": 208,
  2787. "SpAtk": 218,
  2788. "SpDef": 166,
  2789. "Speed": 166
  2790. },
  2791. "moves": [
  2792. "Whirlpool",
  2793. "Icy Wind",
  2794. "Perish Song",
  2795. "Mist"
  2796. ]
  2797. },
  2798. {
  2799. "name": "Ditto",
  2800. "id": 132,
  2801. "types": [
  2802. "Normal"
  2803. ],
  2804. "stats": {
  2805. "HP": 277,
  2806. "Attack": 172,
  2807. "Defense": 174,
  2808. "SpAtk": 172,
  2809. "SpDef": 174,
  2810. "Speed": 174
  2811. },
  2812. "moves": [
  2813. "Transform"
  2814. ]
  2815. },
  2816. {
  2817. "name": "Eevee",
  2818. "id": 133,
  2819. "types": [
  2820. "Normal"
  2821. ],
  2822. "stats": {
  2823. "HP": 291,
  2824. "Attack": 186,
  2825. "Defense": 178,
  2826. "SpAtk": 166,
  2827. "SpDef": 188,
  2828. "Speed": 188
  2829. },
  2830. "moves": [
  2831. "Take Down",
  2832. "Iron Tail",
  2833. "Shadow Ball",
  2834. "Sand-attack"
  2835. ]
  2836. },
  2837. {
  2838. "name": "Vaporeon",
  2839. "id": 134,
  2840. "types": [
  2841. "Water"
  2842. ],
  2843. "stats": {
  2844. "HP": 413,
  2845. "Attack": 178,
  2846. "Defense": 168,
  2847. "SpAtk": 268,
  2848. "SpDef": 176,
  2849. "Speed": 176
  2850. },
  2851. "moves": [
  2852. "Waterfall",
  2853. "Quick Attack",
  2854. "Acid Armor",
  2855. "Sand-attack"
  2856. ]
  2857. },
  2858. {
  2859. "name": "Jolteon",
  2860. "id": 135,
  2861. "types": [
  2862. "Electric"
  2863. ],
  2864. "stats": {
  2865. "HP": 283,
  2866. "Attack": 178,
  2867. "Defense": 168,
  2868. "SpAtk": 298,
  2869. "SpDef": 306,
  2870. "Speed": 306
  2871. },
  2872. "moves": [
  2873. "Zap Cannon",
  2874. "Pin Missile",
  2875. "Double Kick",
  2876. "Sand-attack"
  2877. ]
  2878. },
  2879. {
  2880. "name": "Flareon",
  2881. "id": 136,
  2882. "types": [
  2883. "Fire"
  2884. ],
  2885. "stats": {
  2886. "HP": 283,
  2887. "Attack": 308,
  2888. "Defense": 168,
  2889. "SpAtk": 238,
  2890. "SpDef": 176,
  2891. "Speed": 176
  2892. },
  2893. "moves": [
  2894. "Fire Blast",
  2895. "Smog",
  2896. "Quick Attack",
  2897. "Tail Whip"
  2898. ]
  2899. },
  2900. {
  2901. "name": "Porygon",
  2902. "id": 137,
  2903. "types": [
  2904. "Normal"
  2905. ],
  2906. "stats": {
  2907. "HP": 304,
  2908. "Attack": 191,
  2909. "Defense": 209,
  2910. "SpAtk": 239,
  2911. "SpDef": 149,
  2912. "Speed": 149
  2913. },
  2914. "moves": [
  2915. "Tri Attack",
  2916. "Blizzard",
  2917. "Sharpen",
  2918. "Conversion 2"
  2919. ]
  2920. },
  2921. {
  2922. "name": "Omanyte",
  2923. "id": 138,
  2924. "types": [
  2925. "Rock",
  2926. "Water"
  2927. ],
  2928. "stats": {
  2929. "HP": 244,
  2930. "Attack": 151,
  2931. "Defense": 269,
  2932. "SpAtk": 249,
  2933. "SpDef": 139,
  2934. "Speed": 139
  2935. },
  2936. "moves": [
  2937. "Surf",
  2938. "Ancientpower",
  2939. "Blizzard",
  2940. "Protect"
  2941. ]
  2942. },
  2943. {
  2944. "name": "Omastar",
  2945. "id": 139,
  2946. "types": [
  2947. "Rock",
  2948. "Water"
  2949. ],
  2950. "stats": {
  2951. "HP": 299,
  2952. "Attack": 176,
  2953. "Defense": 306,
  2954. "SpAtk": 284,
  2955. "SpDef": 164,
  2956. "Speed": 164
  2957. },
  2958. "moves": [
  2959. "Water Gun",
  2960. "Ancientpower",
  2961. "Spike Cannon",
  2962. "Bite"
  2963. ]
  2964. },
  2965. {
  2966. "name": "Kabuto",
  2967. "id": 140,
  2968. "types": [
  2969. "Rock",
  2970. "Water"
  2971. ],
  2972. "stats": {
  2973. "HP": 234,
  2974. "Attack": 231,
  2975. "Defense": 249,
  2976. "SpAtk": 179,
  2977. "SpDef": 179,
  2978. "Speed": 179
  2979. },
  2980. "moves": [
  2981. "Rollout",
  2982. "Giga Drain",
  2983. "Blizzard",
  2984. "Attract"
  2985. ]
  2986. },
  2987. {
  2988. "name": "Kabutops",
  2989. "id": 141,
  2990. "types": [
  2991. "Rock",
  2992. "Water"
  2993. ],
  2994. "stats": {
  2995. "HP": 279,
  2996. "Attack": 286,
  2997. "Defense": 266,
  2998. "SpAtk": 184,
  2999. "SpDef": 214,
  3000. "Speed": 214
  3001. },
  3002. "moves": [
  3003. "Ancientpower",
  3004. "Surf",
  3005. "Leer",
  3006. "Endure"
  3007. ]
  3008. },
  3009. {
  3010. "name": "Aerodactyl",
  3011. "id": 142,
  3012. "types": [
  3013. "Rock",
  3014. "Flying"
  3015. ],
  3016. "stats": {
  3017. "HP": 309,
  3018. "Attack": 254,
  3019. "Defense": 174,
  3020. "SpAtk": 164,
  3021. "SpDef": 302,
  3022. "Speed": 302
  3023. },
  3024. "moves": [
  3025. "Ancientpower",
  3026. "Bite",
  3027. "Curse",
  3028. "Supersonic"
  3029. ]
  3030. },
  3031. {
  3032. "name": "Snorelax",
  3033. "id": 143,
  3034. "types": [
  3035. "Normal"
  3036. ],
  3037. "stats": {
  3038. "HP": 473,
  3039. "Attack": 268,
  3040. "Defense": 178,
  3041. "SpAtk": 178,
  3042. "SpDef": 106,
  3043. "Speed": 106
  3044. },
  3045. "moves": [
  3046. "Headbutt",
  3047. "Fire Punch",
  3048. "Defense Curl",
  3049. "Curse"
  3050. ]
  3051. },
  3052. {
  3053. "name": "Articuno",
  3054. "id": 144,
  3055. "types": [
  3056. "Ice",
  3057. "Flying"
  3058. ],
  3059. "stats": {
  3060. "HP": 320,
  3061. "Attack": 205,
  3062. "Defense": 235,
  3063. "SpAtk": 225,
  3064. "SpDef": 205,
  3065. "Speed": 205
  3066. },
  3067. "moves": [
  3068. "Blizzard",
  3069. "Peck",
  3070. "Agility",
  3071. "Mist"
  3072. ]
  3073. },
  3074. {
  3075. "name": "Zapdos",
  3076. "id": 145,
  3077. "types": [
  3078. "Electric",
  3079. "Flying"
  3080. ],
  3081. "stats": {
  3082. "HP": 320,
  3083. "Attack": 215,
  3084. "Defense": 205,
  3085. "SpAtk": 285,
  3086. "SpDef": 235,
  3087. "Speed": 235
  3088. },
  3089. "moves": [
  3090. "Thunder",
  3091. "Rock Smash",
  3092. "Flash",
  3093. "Detect"
  3094. ]
  3095. },
  3096. {
  3097. "name": "Moltres",
  3098. "id": 146,
  3099. "types": [
  3100. "Fire",
  3101. "Flying"
  3102. ],
  3103. "stats": {
  3104. "HP": 320,
  3105. "Attack": 235,
  3106. "Defense": 215,
  3107. "SpAtk": 285,
  3108. "SpDef": 215,
  3109. "Speed": 215
  3110. },
  3111. "moves": [
  3112. "Fire Blast",
  3113. "Sky Attack",
  3114. "Roar",
  3115. "Endure"
  3116. ]
  3117. },
  3118. {
  3119. "name": "Dratini",
  3120. "id": 147,
  3121. "types": [
  3122. "Dragon"
  3123. ],
  3124. "stats": {
  3125. "HP": 263,
  3126. "Attack": 204,
  3127. "Defense": 168,
  3128. "SpAtk": 176,
  3129. "SpDef": 178,
  3130. "Speed": 178
  3131. },
  3132. "moves": [
  3133. "Outrage",
  3134. "Headbutt",
  3135. "Safeguard",
  3136. "Thunder Wave"
  3137. ]
  3138. },
  3139. {
  3140. "name": "Dragonair",
  3141. "id": 148,
  3142. "types": [
  3143. "Dragon"
  3144. ],
  3145. "stats": {
  3146. "HP": 289,
  3147. "Attack": 232,
  3148. "Defense": 192,
  3149. "SpAtk": 202,
  3150. "SpDef": 204,
  3151. "Speed": 204
  3152. },
  3153. "moves": [
  3154. "Outrage",
  3155. "Headbutt",
  3156. "Fire Blast",
  3157. "Thunder Wave"
  3158. ]
  3159. },
  3160. {
  3161. "name": "Dragonite",
  3162. "id": 149,
  3163. "types": [
  3164. "Dragon",
  3165. "Flying"
  3166. ],
  3167. "stats": {
  3168. "HP": 325,
  3169. "Attack": 306,
  3170. "Defense": 228,
  3171. "SpAtk": 238,
  3172. "SpDef": 198,
  3173. "Speed": 198
  3174. },
  3175. "moves": [
  3176. "Twister",
  3177. "Wing Attack",
  3178. "Dragon Rage",
  3179. "Leer"
  3180. ]
  3181. },
  3182. {
  3183. "name": "Mew",
  3184. "id": 151,
  3185. "types": [
  3186. "Psychic"
  3187. ],
  3188. "stats": {
  3189. "HP": 310,
  3190. "Attack": 205,
  3191. "Defense": 205,
  3192. "SpAtk": 205,
  3193. "SpDef": 205,
  3194. "Speed": 205
  3195. },
  3196. "moves": [
  3197. "Psychic",
  3198. "Ancientpower",
  3199. "Metronome",
  3200. "Flash"
  3201. ]
  3202. },
  3203. {
  3204. "name": "Chikorita",
  3205. "id": 152,
  3206. "types": [
  3207. "Grass"
  3208. ],
  3209. "stats": {
  3210. "HP": 271,
  3211. "Attack": 174,
  3212. "Defense": 208,
  3213. "SpAtk": 174,
  3214. "SpDef": 168,
  3215. "Speed": 168
  3216. },
  3217. "moves": [
  3218. "Giga Drain",
  3219. "Body Slam",
  3220. "Light Screen",
  3221. "Toxic"
  3222. ]
  3223. },
  3224. {
  3225. "name": "Bayleef",
  3226. "id": 153,
  3227. "types": [
  3228. "Grass"
  3229. ],
  3230. "stats": {
  3231. "HP": 287,
  3232. "Attack": 188,
  3233. "Defense": 222,
  3234. "SpAtk": 188,
  3235. "SpDef": 184,
  3236. "Speed": 184
  3237. },
  3238. "moves": [
  3239. "Razor Leaf",
  3240. "Body Slam",
  3241. "Safeguard",
  3242. "Synthesis"
  3243. ]
  3244. },
  3245. {
  3246. "name": "Meganium",
  3247. "id": 154,
  3248. "types": [
  3249. "Grass"
  3250. ],
  3251. "stats": {
  3252. "HP": 313,
  3253. "Attack": 212,
  3254. "Defense": 248,
  3255. "SpAtk": 214,
  3256. "SpDef": 206,
  3257. "Speed": 206
  3258. },
  3259. "moves": [
  3260. "Solarbeam",
  3261. "Strength",
  3262. "Poisonpowder",
  3263. "Reflect"
  3264. ]
  3265. },
  3266. {
  3267. "name": "Cyndaquil",
  3268. "id": 155,
  3269. "types": [
  3270. "Fire"
  3271. ],
  3272. "stats": {
  3273. "HP": 259,
  3274. "Attack": 180,
  3275. "Defense": 164,
  3276. "SpAtk": 196,
  3277. "SpDef": 208,
  3278. "Speed": 208
  3279. },
  3280. "moves": [
  3281. "Flamethrower",
  3282. "Headbutt",
  3283. "Dig",
  3284. "Sunny Day"
  3285. ]
  3286. },
  3287. {
  3288. "name": "Quilava",
  3289. "id": 156,
  3290. "types": [
  3291. "Fire"
  3292. ],
  3293. "stats": {
  3294. "HP": 283,
  3295. "Attack": 192,
  3296. "Defense": 178,
  3297. "SpAtk": 222,
  3298. "SpDef": 224,
  3299. "Speed": 224
  3300. },
  3301. "moves": [
  3302. "Fire Blast",
  3303. "Rollout",
  3304. "Strength",
  3305. "Smokescreen"
  3306. ]
  3307. },
  3308. {
  3309. "name": "Typhlosion",
  3310. "id": 157,
  3311. "types": [
  3312. "Fire"
  3313. ],
  3314. "stats": {
  3315. "HP": 309,
  3316. "Attack": 216,
  3317. "Defense": 204,
  3318. "SpAtk": 266,
  3319. "SpDef": 246,
  3320. "Speed": 246
  3321. },
  3322. "moves": [
  3323. "Flame Wheel",
  3324. "Swift",
  3325. "Rock Smash",
  3326. "Smokescreen"
  3327. ]
  3328. },
  3329. {
  3330. "name": "Totodile",
  3331. "id": 158,
  3332. "types": [
  3333. "Water"
  3334. ],
  3335. "stats": {
  3336. "HP": 281,
  3337. "Attack": 206,
  3338. "Defense": 206,
  3339. "SpAtk": 164,
  3340. "SpDef": 164,
  3341. "Speed": 164
  3342. },
  3343. "moves": [
  3344. "Surf",
  3345. "Blizzard",
  3346. "Slash",
  3347. "Screech"
  3348. ]
  3349. },
  3350. {
  3351. "name": "Croconaw",
  3352. "id": 159,
  3353. "types": [
  3354. "Water"
  3355. ],
  3356. "stats": {
  3357. "HP": 297,
  3358. "Attack": 224,
  3359. "Defense": 222,
  3360. "SpAtk": 180,
  3361. "SpDef": 180,
  3362. "Speed": 180
  3363. },
  3364. "moves": [
  3365. "Hydro Pump",
  3366. "Ice Punch",
  3367. "Slash",
  3368. "Scary Face"
  3369. ]
  3370. },
  3371. {
  3372. "name": "Feraligatr",
  3373. "id": 160,
  3374. "types": [
  3375. "Water"
  3376. ],
  3377. "stats": {
  3378. "HP": 323,
  3379. "Attack": 258,
  3380. "Defense": 248,
  3381. "SpAtk": 206,
  3382. "SpDef": 202,
  3383. "Speed": 202
  3384. },
  3385. "moves": [
  3386. "Water Gun",
  3387. "Dig",
  3388. "Dynamicpunch",
  3389. "Leer"
  3390. ]
  3391. },
  3392. {
  3393. "name": "Sentret",
  3394. "id": 161,
  3395. "types": [
  3396. "Normal"
  3397. ],
  3398. "stats": {
  3399. "HP": 264,
  3400. "Attack": 181,
  3401. "Defense": 157,
  3402. "SpAtk": 163,
  3403. "SpDef": 131,
  3404. "Speed": 131
  3405. },
  3406. "moves": [
  3407. "Headbutt",
  3408. "Shadow Ball",
  3409. "Rollout",
  3410. "Defense Curl"
  3411. ]
  3412. },
  3413. {
  3414. "name": "Furret",
  3415. "id": 162,
  3416. "types": [
  3417. "Normal"
  3418. ],
  3419. "stats": {
  3420. "HP": 337,
  3421. "Attack": 216,
  3422. "Defense": 190,
  3423. "SpAtk": 152,
  3424. "SpDef": 244,
  3425. "Speed": 244
  3426. },
  3427. "moves": [
  3428. "Strength",
  3429. "Ice Punch",
  3430. "Thunderpunch",
  3431. "Amnesia"
  3432. ]
  3433. },
  3434. {
  3435. "name": "Hoothoot",
  3436. "id": 163,
  3437. "types": [
  3438. "Normal",
  3439. "Flying"
  3440. ],
  3441. "stats": {
  3442. "HP": 308,
  3443. "Attack": 143,
  3444. "Defense": 145,
  3445. "SpAtk": 155,
  3446. "SpDef": 183,
  3447. "Speed": 183
  3448. },
  3449. "moves": [
  3450. "Fly",
  3451. "Swift",
  3452. "Dream Eater",
  3453. "Hypnosis"
  3454. ]
  3455. },
  3456. {
  3457. "name": "Noctowl",
  3458. "id": 164,
  3459. "types": [
  3460. "Normal",
  3461. "Flying"
  3462. ],
  3463. "stats": {
  3464. "HP": 367,
  3465. "Attack": 164,
  3466. "Defense": 162,
  3467. "SpAtk": 214,
  3468. "SpDef": 204,
  3469. "Speed": 204
  3470. },
  3471. "moves": [
  3472. "Fly",
  3473. "Take Down",
  3474. "Confusion",
  3475. "Foresight"
  3476. ]
  3477. },
  3478. {
  3479. "name": "Ledyba",
  3480. "id": 165,
  3481. "types": [
  3482. "Bug",
  3483. "Flying"
  3484. ],
  3485. "stats": {
  3486. "HP": 268,
  3487. "Attack": 123,
  3488. "Defense": 145,
  3489. "SpAtk": 163,
  3490. "SpDef": 193,
  3491. "Speed": 193
  3492. },
  3493. "moves": [
  3494. "Double-Edge",
  3495. "Ice Punch",
  3496. "Reflect",
  3497. "Safeguard"
  3498. ]
  3499. },
  3500. {
  3501. "name": "Ledian",
  3502. "id": 166,
  3503. "types": [
  3504. "Bug",
  3505. "Flying"
  3506. ],
  3507. "stats": {
  3508. "HP": 284,
  3509. "Attack": 141,
  3510. "Defense": 169,
  3511. "SpAtk": 179,
  3512. "SpDef": 239,
  3513. "Speed": 239
  3514. },
  3515. "moves": [
  3516. "Giga Drain",
  3517. "Dig",
  3518. "Hyper Beam",
  3519. "Supersonic"
  3520. ]
  3521. },
  3522. {
  3523. "name": "Spinarak",
  3524. "id": 167,
  3525. "types": [
  3526. "Bug",
  3527. "Poison"
  3528. ],
  3529. "stats": {
  3530. "HP": 274,
  3531. "Attack": 209,
  3532. "Defense": 169,
  3533. "SpAtk": 173,
  3534. "SpDef": 151,
  3535. "Speed": 151
  3536. },
  3537. "moves": [
  3538. "Sludge Bomb",
  3539. "Leech Life",
  3540. "Dig",
  3541. "Night Shade"
  3542. ]
  3543. },
  3544. {
  3545. "name": "Ariados",
  3546. "id": 168,
  3547. "types": [
  3548. "Bug",
  3549. "Poison"
  3550. ],
  3551. "stats": {
  3552. "HP": 314,
  3553. "Attack": 251,
  3554. "Defense": 209,
  3555. "SpAtk": 189,
  3556. "SpDef": 149,
  3557. "Speed": 149
  3558. },
  3559. "moves": [
  3560. "Sludge Bomb",
  3561. "Protect",
  3562. "Toxic",
  3563. "Spider Web"
  3564. ]
  3565. },
  3566. {
  3567. "name": "Crobat",
  3568. "id": 169,
  3569. "types": [
  3570. "Poison",
  3571. "Flying"
  3572. ],
  3573. "stats": {
  3574. "HP": 323,
  3575. "Attack": 228,
  3576. "Defense": 208,
  3577. "SpAtk": 188,
  3578. "SpDef": 306,
  3579. "Speed": 306
  3580. },
  3581. "moves": [
  3582. "Fly",
  3583. "Bite",
  3584. "Leech Life",
  3585. "Supersonic"
  3586. ]
  3587. },
  3588. {
  3589. "name": "Chinchou",
  3590. "id": 170,
  3591. "types": [
  3592. "Water",
  3593. "Electric"
  3594. ],
  3595. "stats": {
  3596. "HP": 331,
  3597. "Attack": 152,
  3598. "Defense": 154,
  3599. "SpAtk": 188,
  3600. "SpDef": 212,
  3601. "Speed": 212
  3602. },
  3603. "moves": [
  3604. "Surf",
  3605. "Thunder",
  3606. "Rain Dance",
  3607. "Confuse Ray"
  3608. ]
  3609. },
  3610. {
  3611. "name": "Lanturn",
  3612. "id": 171,
  3613. "types": [
  3614. "Water",
  3615. "Electric"
  3616. ],
  3617. "stats": {
  3618. "HP": 409,
  3619. "Attack": 172,
  3620. "Defense": 172,
  3621. "SpAtk": 206,
  3622. "SpDef": 188,
  3623. "Speed": 188
  3624. },
  3625. "moves": [
  3626. "Hydro Pump",
  3627. "Spark",
  3628. "Flail",
  3629. "Supersonic"
  3630. ]
  3631. },
  3632. {
  3633. "name": "Pichu",
  3634. "id": 172,
  3635. "types": [
  3636. "Electric"
  3637. ],
  3638. "stats": {
  3639. "HP": 234,
  3640. "Attack": 169,
  3641. "Defense": 119,
  3642. "SpAtk": 163,
  3643. "SpDef": 211,
  3644. "Speed": 211
  3645. },
  3646. "moves": [
  3647. "Thunder",
  3648. "Headbutt",
  3649. "Attract",
  3650. "Sweet Kiss"
  3651. ]
  3652. },
  3653. {
  3654. "name": "Cleffa",
  3655. "id": 173,
  3656. "types": [
  3657. "Normal"
  3658. ],
  3659. "stats": {
  3660. "HP": 294,
  3661. "Attack": 139,
  3662. "Defense": 145,
  3663. "SpAtk": 183,
  3664. "SpDef": 121,
  3665. "Speed": 121
  3666. },
  3667. "moves": [
  3668. "Headbutt",
  3669. "Psychic",
  3670. "Encore",
  3671. "Sweet Kiss"
  3672. ]
  3673. },
  3674. {
  3675. "name": "Igglybuff",
  3676. "id": 174,
  3677. "types": [
  3678. "Normal"
  3679. ],
  3680. "stats": {
  3681. "HP": 374,
  3682. "Attack": 149,
  3683. "Defense": 119,
  3684. "SpAtk": 173,
  3685. "SpDef": 121,
  3686. "Speed": 121
  3687. },
  3688. "moves": [
  3689. "Headbutt",
  3690. "Dream Eater",
  3691. "Sing",
  3692. "Sweet Kiss"
  3693. ]
  3694. },
  3695. {
  3696. "name": "Togepi",
  3697. "id": 175,
  3698. "types": [
  3699. "Normal"
  3700. ],
  3701. "stats": {
  3702. "HP": 264,
  3703. "Attack": 129,
  3704. "Defense": 219,
  3705. "SpAtk": 173,
  3706. "SpDef": 131,
  3707. "Speed": 131
  3708. },
  3709. "moves": [
  3710. "Headbutt",
  3711. "Metronome",
  3712. "Attract",
  3713. "Sweet Kiss"
  3714. ]
  3715. },
  3716. {
  3717. "name": "Togetic",
  3718. "id": 176,
  3719. "types": [
  3720. "Normal",
  3721. "Flying"
  3722. ],
  3723. "stats": {
  3724. "HP": 277,
  3725. "Attack": 144,
  3726. "Defense": 232,
  3727. "SpAtk": 222,
  3728. "SpDef": 144,
  3729. "Speed": 144
  3730. },
  3731. "moves": [
  3732. "Fly",
  3733. "Double-Edge",
  3734. "Metronome",
  3735. "Charm"
  3736. ]
  3737. },
  3738. {
  3739. "name": "Natu",
  3740. "id": 177,
  3741. "types": [
  3742. "Psychic",
  3743. "Flying"
  3744. ],
  3745. "stats": {
  3746. "HP": 261,
  3747. "Attack": 176,
  3748. "Defense": 168,
  3749. "SpAtk": 216,
  3750. "SpDef": 218,
  3751. "Speed": 218
  3752. },
  3753. "moves": [
  3754. "Psychic",
  3755. "Future Sight",
  3756. "Night Shade",
  3757. "Confuse Ray"
  3758. ]
  3759. },
  3760. {
  3761. "name": "Xatu",
  3762. "id": 178,
  3763. "types": [
  3764. "Psychic",
  3765. "Flying"
  3766. ],
  3767. "stats": {
  3768. "HP": 289,
  3769. "Attack": 206,
  3770. "Defense": 196,
  3771. "SpAtk": 244,
  3772. "SpDef": 244,
  3773. "Speed": 244
  3774. },
  3775. "moves": [
  3776. "Fly",
  3777. "Future Sight",
  3778. "Night Shade",
  3779. "Flash"
  3780. ]
  3781. },
  3782. {
  3783. "name": "Mareep",
  3784. "id": 179,
  3785. "types": [
  3786. "Electric"
  3787. ],
  3788. "stats": {
  3789. "HP": 298,
  3790. "Attack": 163,
  3791. "Defense": 165,
  3792. "SpAtk": 213,
  3793. "SpDef": 153,
  3794. "Speed": 153
  3795. },
  3796. "moves": [
  3797. "Thunder",
  3798. "Headbutt",
  3799. "Light Screen",
  3800. "Thunder Wave"
  3801. ]
  3802. },
  3803. {
  3804. "name": "Flaaffy",
  3805. "id": 180,
  3806. "types": [
  3807. "Electric"
  3808. ],
  3809. "stats": {
  3810. "HP": 314,
  3811. "Attack": 181,
  3812. "Defense": 179,
  3813. "SpAtk": 229,
  3814. "SpDef": 159,
  3815. "Speed": 159
  3816. },
  3817. "moves": [
  3818. "Thunderpunch",
  3819. "Fire Punch",
  3820. "Cotton Spore",
  3821. "Light Screen"
  3822. ]
  3823. },
  3824. {
  3825. "name": "Ampharos",
  3826. "id": 181,
  3827. "types": [
  3828. "Electric"
  3829. ],
  3830. "stats": {
  3831. "HP": 335,
  3832. "Attack": 202,
  3833. "Defense": 202,
  3834. "SpAtk": 280,
  3835. "SpDef": 160,
  3836. "Speed": 160
  3837. },
  3838. "moves": [
  3839. "Zap Cannon",
  3840. "Dynamicpunch",
  3841. "Swift",
  3842. "Flash"
  3843. ]
  3844. },
  3845. {
  3846. "name": "Bellossom",
  3847. "id": 182,
  3848. "types": [
  3849. "Grass"
  3850. ],
  3851. "stats": {
  3852. "HP": 309,
  3853. "Attack": 216,
  3854. "Defense": 226,
  3855. "SpAtk": 234,
  3856. "SpDef": 154,
  3857. "Speed": 154
  3858. },
  3859. "moves": [
  3860. "Petal Dance",
  3861. "Cut",
  3862. "Poisonpowder",
  3863. "Attract"
  3864. ]
  3865. },
  3866. {
  3867. "name": "Marill",
  3868. "id": 183,
  3869. "types": [
  3870. "Water"
  3871. ],
  3872. "stats": {
  3873. "HP": 334,
  3874. "Attack": 129,
  3875. "Defense": 189,
  3876. "SpAtk": 133,
  3877. "SpDef": 171,
  3878. "Speed": 171
  3879. },
  3880. "moves": [
  3881. "Surf",
  3882. "Rollout",
  3883. "Defense Curl",
  3884. "Swagger"
  3885. ]
  3886. },
  3887. {
  3888. "name": "Azumarill",
  3889. "id": 184,
  3890. "types": [
  3891. "Water"
  3892. ],
  3893. "stats": {
  3894. "HP": 367,
  3895. "Attack": 164,
  3896. "Defense": 222,
  3897. "SpAtk": 162,
  3898. "SpDef": 164,
  3899. "Speed": 164
  3900. },
  3901. "moves": [
  3902. "Waterfall",
  3903. "Icy Wind",
  3904. "Defense Curl",
  3905. "Rain Dance"
  3906. ]
  3907. },
  3908. {
  3909. "name": "Sudowoodo",
  3910. "id": 185,
  3911. "types": [
  3912. "Rock"
  3913. ],
  3914. "stats": {
  3915. "HP": 307,
  3916. "Attack": 264,
  3917. "Defense": 292,
  3918. "SpAtk": 122,
  3919. "SpDef": 124,
  3920. "Speed": 124
  3921. },
  3922. "moves": [
  3923. "Rock Slide",
  3924. "Dig",
  3925. "Strength",
  3926. "Mimic"
  3927. ]
  3928. },
  3929. {
  3930. "name": "Politoed",
  3931. "id": 186,
  3932. "types": [
  3933. "Water"
  3934. ],
  3935. "stats": {
  3936. "HP": 335,
  3937. "Attack": 202,
  3938. "Defense": 202,
  3939. "SpAtk": 230,
  3940. "SpDef": 190,
  3941. "Speed": 190
  3942. },
  3943. "moves": [
  3944. "Whirlpool",
  3945. "Icy Wind",
  3946. "Perish Song",
  3947. "Swagger"
  3948. ]
  3949. },
  3950. {
  3951. "name": "Hoppip",
  3952. "id": 187,
  3953. "types": [
  3954. "Grass",
  3955. "Flying"
  3956. ],
  3957. "stats": {
  3958. "HP": 267,
  3959. "Attack": 159,
  3960. "Defense": 169,
  3961. "SpAtk": 163,
  3962. "SpDef": 191,
  3963. "Speed": 191
  3964. },
  3965. "moves": [
  3966. "Giga Drain",
  3967. "Headbutt",
  3968. "Synthesis",
  3969. "Sunny Day"
  3970. ]
  3971. },
  3972. {
  3973. "name": "Skiploom",
  3974. "id": 188,
  3975. "types": [
  3976. "Grass",
  3977. "Flying"
  3978. ],
  3979. "stats": {
  3980. "HP": 291,
  3981. "Attack": 166,
  3982. "Defense": 178,
  3983. "SpAtk": 166,
  3984. "SpDef": 238,
  3985. "Speed": 238
  3986. },
  3987. "moves": [
  3988. "Solarbeam",
  3989. "Headbutt",
  3990. "Synthesis",
  3991. "Sunny Day"
  3992. ]
  3993. },
  3994. {
  3995. "name": "Jumpluff",
  3996. "id": 189,
  3997. "types": [
  3998. "Grass",
  3999. "Flying"
  4000. ],
  4001. "stats": {
  4002. "HP": 313,
  4003. "Attack": 170,
  4004. "Defense": 198,
  4005. "SpAtk": 168,
  4006. "SpDef": 280,
  4007. "Speed": 280
  4008. },
  4009. "moves": [
  4010. "Mega Drain",
  4011. "Headbutt",
  4012. "Stun Spore",
  4013. "Leech Seed"
  4014. ]
  4015. },
  4016. {
  4017. "name": "Aipom",
  4018. "id": 190,
  4019. "types": [
  4020. "Normal"
  4021. ],
  4022. "stats": {
  4023. "HP": 284,
  4024. "Attack": 211,
  4025. "Defense": 179,
  4026. "SpAtk": 149,
  4027. "SpDef": 239,
  4028. "Speed": 239
  4029. },
  4030. "moves": [
  4031. "Strength",
  4032. "Double Team",
  4033. "Baton Pass",
  4034. "Agility"
  4035. ]
  4036. },
  4037. {
  4038. "name": "Sunkern",
  4039. "id": 191,
  4040. "types": [
  4041. "Grass"
  4042. ],
  4043. "stats": {
  4044. "HP": 254,
  4045. "Attack": 149,
  4046. "Defense": 149,
  4047. "SpAtk": 153,
  4048. "SpDef": 151,
  4049. "Speed": 151
  4050. },
  4051. "moves": [
  4052. "Giga Drain",
  4053. "Sludge Bomb",
  4054. "Attract",
  4055. "Growth"
  4056. ]
  4057. },
  4058. {
  4059. "name": "Sunflora",
  4060. "id": 192,
  4061. "types": [
  4062. "Grass"
  4063. ],
  4064. "stats": {
  4065. "HP": 317,
  4066. "Attack": 214,
  4067. "Defense": 172,
  4068. "SpAtk": 272,
  4069. "SpDef": 124,
  4070. "Speed": 124
  4071. },
  4072. "moves": [
  4073. "Razor Leaf",
  4074. "Hyper Beam",
  4075. "Toxic",
  4076. "Growth"
  4077. ]
  4078. },
  4079. {
  4080. "name": "Yanma",
  4081. "id": 193,
  4082. "types": [
  4083. "Bug",
  4084. "Flying"
  4085. ],
  4086. "stats": {
  4087. "HP": 304,
  4088. "Attack": 201,
  4089. "Defense": 159,
  4090. "SpAtk": 219,
  4091. "SpDef": 259,
  4092. "Speed": 259
  4093. },
  4094. "moves": [
  4095. "Giga Drain",
  4096. "Headbutt",
  4097. "Swagger",
  4098. "Double Team"
  4099. ]
  4100. },
  4101. {
  4102. "name": "Wooper",
  4103. "id": 194,
  4104. "types": [
  4105. "Water",
  4106. "Ground"
  4107. ],
  4108. "stats": {
  4109. "HP": 304,
  4110. "Attack": 179,
  4111. "Defense": 179,
  4112. "SpAtk": 143,
  4113. "SpDef": 121,
  4114. "Speed": 121
  4115. },
  4116. "moves": [
  4117. "Surf",
  4118. "Earthquake",
  4119. "Ice Punch",
  4120. "Amnesia"
  4121. ]
  4122. },
  4123. {
  4124. "name": "Quagsire",
  4125. "id": 195,
  4126. "types": [
  4127. "Water",
  4128. "Ground"
  4129. ],
  4130. "stats": {
  4131. "HP": 357,
  4132. "Attack": 234,
  4133. "Defense": 232,
  4134. "SpAtk": 192,
  4135. "SpDef": 134,
  4136. "Speed": 134
  4137. },
  4138. "moves": [
  4139. "Surf",
  4140. "Dig",
  4141. "Slam",
  4142. "Haze"
  4143. ]
  4144. },
  4145. {
  4146. "name": "Espeon",
  4147. "id": 196,
  4148. "types": [
  4149. "Psychic"
  4150. ],
  4151. "stats": {
  4152. "HP": 283,
  4153. "Attack": 178,
  4154. "Defense": 168,
  4155. "SpAtk": 308,
  4156. "SpDef": 266,
  4157. "Speed": 266
  4158. },
  4159. "moves": [
  4160. "Psybeam",
  4161. "Swift",
  4162. "Tail Whip",
  4163. "Psych Up"
  4164. ]
  4165. },
  4166. {
  4167. "name": "Umbreon",
  4168. "id": 197,
  4169. "types": [
  4170. "Dark"
  4171. ],
  4172. "stats": {
  4173. "HP": 343,
  4174. "Attack": 178,
  4175. "Defense": 268,
  4176. "SpAtk": 168,
  4177. "SpDef": 176,
  4178. "Speed": 176
  4179. },
  4180. "moves": [
  4181. "Faint Attack",
  4182. "Quick Attack",
  4183. "Sand-attack",
  4184. "Mean Look"
  4185. ]
  4186. },
  4187. {
  4188. "name": "Murkrow",
  4189. "id": 198,
  4190. "types": [
  4191. "Dark",
  4192. "Flying"
  4193. ],
  4194. "stats": {
  4195. "HP": 287,
  4196. "Attack": 234,
  4197. "Defense": 146,
  4198. "SpAtk": 232,
  4199. "SpDef": 246,
  4200. "Speed": 246
  4201. },
  4202. "moves": [
  4203. "Faint Attack",
  4204. "Fly",
  4205. "Night Shade",
  4206. "Haze"
  4207. ]
  4208. },
  4209. {
  4210. "name": "Slowking",
  4211. "id": 199,
  4212. "types": [
  4213. "Water",
  4214. "Psychic"
  4215. ],
  4216. "stats": {
  4217. "HP": 349,
  4218. "Attack": 206,
  4219. "Defense": 216,
  4220. "SpAtk": 254,
  4221. "SpDef": 114,
  4222. "Speed": 114
  4223. },
  4224. "moves": [
  4225. "Psychic",
  4226. "Water Gun",
  4227. "Disable",
  4228. "Growl"
  4229. ]
  4230. },
  4231. {
  4232. "name": "Misdreavus",
  4233. "id": 200,
  4234. "types": [
  4235. "Ghost"
  4236. ],
  4237. "stats": {
  4238. "HP": 287,
  4239. "Attack": 184,
  4240. "Defense": 182,
  4241. "SpAtk": 232,
  4242. "SpDef": 234,
  4243. "Speed": 234
  4244. },
  4245. "moves": [
  4246. "Shadow Ball",
  4247. "Thunder",
  4248. "Psywave",
  4249. "Pain Split"
  4250. ]
  4251. },
  4252. {
  4253. "name": "Unown",
  4254. "id": 201,
  4255. "types": [
  4256. "Psychic"
  4257. ],
  4258. "stats": {
  4259. "HP": 275,
  4260. "Attack": 230,
  4261. "Defense": 180,
  4262. "SpAtk": 230,
  4263. "SpDef": 180,
  4264. "Speed": 180
  4265. },
  4266. "moves": [
  4267. "Hidden Power"
  4268. ]
  4269. },
  4270. {
  4271. "name": "Wobbuffet",
  4272. "id": 202,
  4273. "types": [
  4274. "Psychic"
  4275. ],
  4276. "stats": {
  4277. "HP": 547,
  4278. "Attack": 130,
  4279. "Defense": 178,
  4280. "SpAtk": 128,
  4281. "SpDef": 130,
  4282. "Speed": 130
  4283. },
  4284. "moves": [
  4285. "Counter",
  4286. "Mirror Coat",
  4287. "Safeguard",
  4288. "Destiny Bond"
  4289. ]
  4290. },
  4291. {
  4292. "name": "Girafarig",
  4293. "id": 203,
  4294. "types": [
  4295. "Normal",
  4296. "Psychic"
  4297. ],
  4298. "stats": {
  4299. "HP": 299,
  4300. "Attack": 216,
  4301. "Defense": 186,
  4302. "SpAtk": 234,
  4303. "SpDef": 224,
  4304. "Speed": 224
  4305. },
  4306. "moves": [
  4307. "Psybeam",
  4308. "Stomp",
  4309. "Crunch",
  4310. "Agility"
  4311. ]
  4312. },
  4313. {
  4314. "name": "Pineco",
  4315. "id": 204,
  4316. "types": [
  4317. "Bug"
  4318. ],
  4319. "stats": {
  4320. "HP": 288,
  4321. "Attack": 213,
  4322. "Defense": 265,
  4323. "SpAtk": 153,
  4324. "SpDef": 113,
  4325. "Speed": 113
  4326. },
  4327. "moves": [
  4328. "Double-Edge",
  4329. "Giga Drain",
  4330. "Explosion",
  4331. "Spikes"
  4332. ]
  4333. },
  4334. {
  4335. "name": "Forretress",
  4336. "id": 205,
  4337. "types": [
  4338. "Bug",
  4339. "Steel"
  4340. ],
  4341. "stats": {
  4342. "HP": 309,
  4343. "Attack": 236,
  4344. "Defense": 336,
  4345. "SpAtk": 174,
  4346. "SpDef": 134,
  4347. "Speed": 134
  4348. },
  4349. "moves": [
  4350. "Strength",
  4351. "Rollout",
  4352. "Sandstorm",
  4353. "Spikes"
  4354. ]
  4355. },
  4356. {
  4357. "name": "Dunsparce",
  4358. "id": 206,
  4359. "types": [
  4360. "Normal"
  4361. ],
  4362. "stats": {
  4363. "HP": 367,
  4364. "Attack": 204,
  4365. "Defense": 202,
  4366. "SpAtk": 192,
  4367. "SpDef": 154,
  4368. "Speed": 154
  4369. },
  4370. "moves": [
  4371. "Strength",
  4372. "Dig",
  4373. "Attract",
  4374. "Glare"
  4375. ]
  4376. },
  4377. {
  4378. "name": "Gligar",
  4379. "id": 207,
  4380. "types": [
  4381. "Ground",
  4382. "Flying"
  4383. ],
  4384. "stats": {
  4385. "HP": 297,
  4386. "Attack": 214,
  4387. "Defense": 272,
  4388. "SpAtk": 132,
  4389. "SpDef": 234,
  4390. "Speed": 234
  4391. },
  4392. "moves": [
  4393. "Slash",
  4394. "Faint Attack",
  4395. "Guillotine",
  4396. "Sand-attack"
  4397. ]
  4398. },
  4399. {
  4400. "name": "Steelix",
  4401. "id": 208,
  4402. "types": [
  4403. "Steel",
  4404. "Ground"
  4405. ],
  4406. "stats": {
  4407. "HP": 303,
  4408. "Attack": 218,
  4409. "Defense": 448,
  4410. "SpAtk": 158,
  4411. "SpDef": 106,
  4412. "Speed": 106
  4413. },
  4414. "moves": [
  4415. "Iron Tail",
  4416. "Mud-Slap",
  4417. "Rock Throw",
  4418. "Sandstorm"
  4419. ]
  4420. },
  4421. {
  4422. "name": "Snubbull",
  4423. "id": 209,
  4424. "types": [
  4425. "Normal"
  4426. ],
  4427. "stats": {
  4428. "HP": 308,
  4429. "Attack": 243,
  4430. "Defense": 185,
  4431. "SpAtk": 163,
  4432. "SpDef": 143,
  4433. "Speed": 143
  4434. },
  4435. "moves": [
  4436. "Strength",
  4437. "Shadow Ball",
  4438. "Charm",
  4439. "Swagger"
  4440. ]
  4441. },
  4442. {
  4443. "name": "Granbull",
  4444. "id": 210,
  4445. "types": [
  4446. "Normal"
  4447. ],
  4448. "stats": {
  4449. "HP": 343,
  4450. "Attack": 300,
  4451. "Defense": 208,
  4452. "SpAtk": 178,
  4453. "SpDef": 150,
  4454. "Speed": 150
  4455. },
  4456. "moves": [
  4457. "Headbutt",
  4458. "Dynamicpunch",
  4459. "Bite",
  4460. "Scary Face"
  4461. ]
  4462. },
  4463. {
  4464. "name": "Quilfish",
  4465. "id": 211,
  4466. "types": [
  4467. "Water",
  4468. "Poison"
  4469. ],
  4470. "stats": {
  4471. "HP": 297,
  4472. "Attack": 254,
  4473. "Defense": 212,
  4474. "SpAtk": 172,
  4475. "SpDef": 234,
  4476. "Speed": 234
  4477. },
  4478. "moves": [
  4479. "Sludge Bomb",
  4480. "Hydro Pump",
  4481. "Pin Missile",
  4482. "Minimize"
  4483. ]
  4484. },
  4485. {
  4486. "name": "Scizor",
  4487. "id": 212,
  4488. "types": [
  4489. "Bug",
  4490. "Steel"
  4491. ],
  4492. "stats": {
  4493. "HP": 295,
  4494. "Attack": 312,
  4495. "Defense": 252,
  4496. "SpAtk": 160,
  4497. "SpDef": 180,
  4498. "Speed": 180
  4499. },
  4500. "moves": [
  4501. "Metal Claw",
  4502. "Cut",
  4503. "Agility",
  4504. "Leer"
  4505. ]
  4506. },
  4507. {
  4508. "name": "Shuckle",
  4509. "id": 213,
  4510. "types": [
  4511. "Bug",
  4512. "Rock"
  4513. ],
  4514. "stats": {
  4515. "HP": 207,
  4516. "Attack": 84,
  4517. "Defense": 522,
  4518. "SpAtk": 82,
  4519. "SpDef": 74,
  4520. "Speed": 74
  4521. },
  4522. "moves": [
  4523. "Sludge Bomb",
  4524. "Rollout",
  4525. "Bide",
  4526. "Sandstorm"
  4527. ]
  4528. },
  4529. {
  4530. "name": "Heracross",
  4531. "id": 214,
  4532. "types": [
  4533. "Bug",
  4534. "Fighting"
  4535. ],
  4536. "stats": {
  4537. "HP": 313,
  4538. "Attack": 298,
  4539. "Defense": 198,
  4540. "SpAtk": 128,
  4541. "SpDef": 216,
  4542. "Speed": 216
  4543. },
  4544. "moves": [
  4545. "Megahorn",
  4546. "Rock Smash",
  4547. "Thief",
  4548. "Leer"
  4549. ]
  4550. },
  4551. {
  4552. "name": "Sneasel",
  4553. "id": 215,
  4554. "types": [
  4555. "Dark",
  4556. "Ice"
  4557. ],
  4558. "stats": {
  4559. "HP": 277,
  4560. "Attack": 254,
  4561. "Defense": 172,
  4562. "SpAtk": 132,
  4563. "SpDef": 294,
  4564. "Speed": 294
  4565. },
  4566. "moves": [
  4567. "Ice Punch",
  4568. "Beat Up",
  4569. "Slash",
  4570. "Screech"
  4571. ]
  4572. },
  4573. {
  4574. "name": "Teddiursa",
  4575. "id": 216,
  4576. "types": [
  4577. "Normal"
  4578. ],
  4579. "stats": {
  4580. "HP": 301,
  4581. "Attack": 236,
  4582. "Defense": 178,
  4583. "SpAtk": 176,
  4584. "SpDef": 158,
  4585. "Speed": 158
  4586. },
  4587. "moves": [
  4588. "Slash",
  4589. "Faint Attack",
  4590. "Earthquake",
  4591. "Attract"
  4592. ]
  4593. },
  4594. {
  4595. "name": "Ursaring",
  4596. "id": 217,
  4597. "types": [
  4598. "Normal"
  4599. ],
  4600. "stats": {
  4601. "HP": 335,
  4602. "Attack": 312,
  4603. "Defense": 202,
  4604. "SpAtk": 200,
  4605. "SpDef": 160,
  4606. "Speed": 160
  4607. },
  4608. "moves": [
  4609. "Dig",
  4610. "Fire Punch",
  4611. "Snore",
  4612. "Rest"
  4613. ]
  4614. },
  4615. {
  4616. "name": "Slugma",
  4617. "id": 218,
  4618. "types": [
  4619. "Fire"
  4620. ],
  4621. "stats": {
  4622. "HP": 274,
  4623. "Attack": 169,
  4624. "Defense": 169,
  4625. "SpAtk": 233,
  4626. "SpDef": 131,
  4627. "Speed": 131
  4628. },
  4629. "moves": [
  4630. "Flamethrower",
  4631. "Rock Slide",
  4632. "Body Slam",
  4633. "Amnesia"
  4634. ]
  4635. },
  4636. {
  4637. "name": "Magcargo",
  4638. "id": 219,
  4639. "types": [
  4640. "Fire",
  4641. "Rock"
  4642. ],
  4643. "stats": {
  4644. "HP": 267,
  4645. "Attack": 164,
  4646. "Defense": 302,
  4647. "SpAtk": 222,
  4648. "SpDef": 124,
  4649. "Speed": 124
  4650. },
  4651. "moves": [
  4652. "Fire Blast",
  4653. "Rock Slide",
  4654. "Smog",
  4655. "Amnesia"
  4656. ]
  4657. },
  4658. {
  4659. "name": "Swinub",
  4660. "id": 220,
  4661. "types": [
  4662. "Ice",
  4663. "Ground"
  4664. ],
  4665. "stats": {
  4666. "HP": 294,
  4667. "Attack": 189,
  4668. "Defense": 169,
  4669. "SpAtk": 153,
  4670. "SpDef": 191,
  4671. "Speed": 191
  4672. },
  4673. "moves": [
  4674. "Blizzard",
  4675. "Earthquake",
  4676. "Strength",
  4677. "Mist"
  4678. ]
  4679. },
  4680. {
  4681. "name": "Piloswine",
  4682. "types": [
  4683. "Ice",
  4684. "Ground"
  4685. ],
  4686. "id": 221,
  4687. "stats": {
  4688. "HP": 363,
  4689. "Attack": 260,
  4690. "Defense": 218,
  4691. "SpAtk": 178,
  4692. "SpDef": 160,
  4693. "Speed": 160
  4694. },
  4695. "moves": [
  4696. "Icy Wind",
  4697. "Earthquake",
  4698. "Fury Attack",
  4699. "Mist"
  4700. ]
  4701. },
  4702. {
  4703. "name": "Corsola",
  4704. "id": 222,
  4705. "types": [
  4706. "Water",
  4707. "Rock"
  4708. ],
  4709. "stats": {
  4710. "HP": 284,
  4711. "Attack": 181,
  4712. "Defense": 239,
  4713. "SpAtk": 199,
  4714. "SpDef": 139,
  4715. "Speed": 139
  4716. },
  4717. "moves": [
  4718. "Surf",
  4719. "Ancientpower",
  4720. "Mirror Coat",
  4721. "Attract"
  4722. ]
  4723. },
  4724. {
  4725. "name": "Remoraid",
  4726. "id": 223,
  4727. "types": [
  4728. "Water"
  4729. ],
  4730. "stats": {
  4731. "HP": 258,
  4732. "Attack": 213,
  4733. "Defense": 155,
  4734. "SpAtk": 213,
  4735. "SpDef": 213,
  4736. "Speed": 213
  4737. },
  4738. "moves": [
  4739. "Surf",
  4740. "Ice Beam",
  4741. "Hyper Beam",
  4742. "Lock-on"
  4743. ]
  4744. },
  4745. {
  4746. "name": "Octillery",
  4747. "id": 224,
  4748. "types": [
  4749. "Water"
  4750. ],
  4751. "stats": {
  4752. "HP": 309,
  4753. "Attack": 266,
  4754. "Defense": 206,
  4755. "SpAtk": 264,
  4756. "SpDef": 144,
  4757. "Speed": 144
  4758. },
  4759. "moves": [
  4760. "Octazooka",
  4761. "Hyper Beam",
  4762. "Focus Energy",
  4763. "Lock-on"
  4764. ]
  4765. },
  4766. {
  4767. "name": "Delibird",
  4768. "id": 225,
  4769. "types": [
  4770. "Ice",
  4771. "Flying"
  4772. ],
  4773. "stats": {
  4774. "HP": 271,
  4775. "Attack": 186,
  4776. "Defense": 168,
  4777. "SpAtk": 206,
  4778. "SpDef": 228,
  4779. "Speed": 228
  4780. },
  4781. "moves": [
  4782. "Present",
  4783. "Blizzard",
  4784. "Fly",
  4785. "Double Team"
  4786. ]
  4787. },
  4788. {
  4789. "name": "Mantine",
  4790. "id": 226,
  4791. "types": [
  4792. "Water",
  4793. "Flying"
  4794. ],
  4795. "stats": {
  4796. "HP": 289,
  4797. "Attack": 136,
  4798. "Defense": 196,
  4799. "SpAtk": 214,
  4800. "SpDef": 194,
  4801. "Speed": 194
  4802. },
  4803. "moves": [
  4804. "Wing Attack",
  4805. "Waterfall",
  4806. "Take Down",
  4807. "Supersonic"
  4808. ]
  4809. },
  4810. {
  4811. "name": "Skarmory",
  4812. "id": 227,
  4813. "types": [
  4814. "Steel",
  4815. "Flying"
  4816. ],
  4817. "stats": {
  4818. "HP": 289,
  4819. "Attack": 216,
  4820. "Defense": 336,
  4821. "SpAtk": 134,
  4822. "SpDef": 194,
  4823. "Speed": 194
  4824. },
  4825. "moves": [
  4826. "Steel Wing",
  4827. "Fly",
  4828. "Fury Attack",
  4829. "Agility"
  4830. ]
  4831. },
  4832. {
  4833. "name": "Houndour",
  4834. "id": 228,
  4835. "types": [
  4836. "Dark",
  4837. "Fire"
  4838. ],
  4839. "stats": {
  4840. "HP": 271,
  4841. "Attack": 196,
  4842. "Defense": 138,
  4843. "SpAtk": 236,
  4844. "SpDef": 208,
  4845. "Speed": 208
  4846. },
  4847. "moves": [
  4848. "Flamethrower",
  4849. "Crunch",
  4850. "Sludge Bomb",
  4851. "Sunny Day"
  4852. ]
  4853. },
  4854. {
  4855. "name": "Houndoom",
  4856. "id": 229,
  4857. "types": [
  4858. "Dark",
  4859. "Fire"
  4860. ],
  4861. "stats": {
  4862. "HP": 305,
  4863. "Attack": 232,
  4864. "Defense": 152,
  4865. "SpAtk": 270,
  4866. "SpDef": 240,
  4867. "Speed": 240
  4868. },
  4869. "moves": [
  4870. "Ember",
  4871. "Bite",
  4872. "Swift",
  4873. "Roar"
  4874. ]
  4875. },
  4876. {
  4877. "name": "Kingdra",
  4878. "id": 230,
  4879. "types": [
  4880. "Water",
  4881. "Dragon"
  4882. ],
  4883. "stats": {
  4884. "HP": 303,
  4885. "Attack": 238,
  4886. "Defense": 238,
  4887. "SpAtk": 238,
  4888. "SpDef": 216,
  4889. "Speed": 216
  4890. },
  4891. "moves": [
  4892. "Waterfall",
  4893. "Twister",
  4894. "Frustration",
  4895. "Leer"
  4896. ]
  4897. },
  4898. {
  4899. "name": "Phanpy",
  4900. "id": 231,
  4901. "types": [
  4902. "Ground"
  4903. ],
  4904. "stats": {
  4905. "HP": 361,
  4906. "Attack": 196,
  4907. "Defense": 198,
  4908. "SpAtk": 156,
  4909. "SpDef": 158,
  4910. "Speed": 158
  4911. },
  4912. "moves": [
  4913. "Earthquake",
  4914. "Double-Edge",
  4915. "Double Team",
  4916. "Swagger"
  4917. ]
  4918. },
  4919. {
  4920. "name": "Donphan",
  4921. "id": 232,
  4922. "types": [
  4923. "Ground"
  4924. ],
  4925. "stats": {
  4926. "HP": 335,
  4927. "Attack": 292,
  4928. "Defense": 292,
  4929. "SpAtk": 270,
  4930. "SpDef": 150,
  4931. "Speed": 150
  4932. },
  4933. "moves": [
  4934. "Earthquake",
  4935. "Rapid Spin",
  4936. "Sandstorm",
  4937. "Growl"
  4938. ]
  4939. },
  4940. {
  4941. "name": "Porygon2",
  4942. "id": 233,
  4943. "types": [
  4944. "Normal"
  4945. ],
  4946. "stats": {
  4947. "HP": 323,
  4948. "Attack": 208,
  4949. "Defense": 228,
  4950. "SpAtk": 258,
  4951. "SpDef": 166,
  4952. "Speed": 166
  4953. },
  4954. "moves": [
  4955. "Swift",
  4956. "Zap Cannon",
  4957. "Thief",
  4958. "Conversion"
  4959. ]
  4960. },
  4961. {
  4962. "name": "Stantler",
  4963. "id": 234,
  4964. "types": [
  4965. "Normal"
  4966. ],
  4967. "stats": {
  4968. "HP": 305,
  4969. "Attack": 246,
  4970. "Defense": 180,
  4971. "SpAtk": 224,
  4972. "SpDef": 224,
  4973. "Speed": 224
  4974. },
  4975. "moves": [
  4976. "Stomp",
  4977. "Dream Eater",
  4978. "Mud-Slap",
  4979. "Hypnosis"
  4980. ]
  4981. },
  4982. {
  4983. "name": "Smeargle",
  4984. "id": 235,
  4985. "types": [
  4986. "Normal"
  4987. ],
  4988. "stats": {
  4989. "HP": 304,
  4990. "Attack": 129,
  4991. "Defense": 159,
  4992. "SpAtk": 133,
  4993. "SpDef": 241,
  4994. "Speed": 241
  4995. },
  4996. "moves": [
  4997. "Body Slam",
  4998. "Mach Punch",
  4999. "Flamethrower",
  5000. "Confuse Ray"
  5001. ]
  5002. },
  5003. {
  5004. "name": "Tyrogue",
  5005. "id": 236,
  5006. "types": [
  5007. "Fighting"
  5008. ],
  5009. "stats": {
  5010. "HP": 264,
  5011. "Attack": 159,
  5012. "Defense": 159,
  5013. "SpAtk": 163,
  5014. "SpDef": 161,
  5015. "Speed": 161
  5016. },
  5017. "moves": [
  5018. "Rock Smash",
  5019. "Strength",
  5020. "Double Team",
  5021. "Attract"
  5022. ]
  5023. },
  5024. {
  5025. "name": "Hitmontop",
  5026. "id": 237,
  5027. "types": [
  5028. "Fighting"
  5029. ],
  5030. "stats": {
  5031. "HP": 283,
  5032. "Attack": 270,
  5033. "Defense": 268,
  5034. "SpAtk": 148,
  5035. "SpDef": 220,
  5036. "Speed": 220
  5037. },
  5038. "moves": [
  5039. "Triple Kick",
  5040. "Strength",
  5041. "Focus Energy",
  5042. "Counter"
  5043. ]
  5044. },
  5045. {
  5046. "name": "Smoochum",
  5047. "id": 238,
  5048. "types": [
  5049. "Ice",
  5050. "Psychic"
  5051. ],
  5052. "stats": {
  5053. "HP": 271,
  5054. "Attack": 136,
  5055. "Defense": 108,
  5056. "SpAtk": 246,
  5057. "SpDef": 208,
  5058. "Speed": 208
  5059. },
  5060. "moves": [
  5061. "Psychic",
  5062. "Blizzard",
  5063. "Sing",
  5064. "Sweet Kiss"
  5065. ]
  5066. },
  5067. {
  5068. "name": "Elekid",
  5069. "id": 239,
  5070. "types": [
  5071. "Electric"
  5072. ],
  5073. "stats": {
  5074. "HP": 264,
  5075. "Attack": 197,
  5076. "Defense": 143,
  5077. "SpAtk": 199,
  5078. "SpDef": 259,
  5079. "Speed": 259
  5080. },
  5081. "moves": [
  5082. "Thunderbolt",
  5083. "Headbutt",
  5084. "Screech",
  5085. "Light Screen"
  5086. ]
  5087. },
  5088. {
  5089. "name": "Magby",
  5090. "id": 240,
  5091. "types": [
  5092. "Fire"
  5093. ],
  5094. "stats": {
  5095. "HP": 264,
  5096. "Attack": 221,
  5097. "Defense": 143,
  5098. "SpAtk": 209,
  5099. "SpDef": 235,
  5100. "Speed": 235
  5101. },
  5102. "moves": [
  5103. "Flamethrower",
  5104. "Iron Tail",
  5105. "Confuse Ray",
  5106. "Sunny Day"
  5107. ]
  5108. },
  5109. {
  5110. "name": "Miltank",
  5111. "id": 241,
  5112. "types": [
  5113. "Normal"
  5114. ],
  5115. "stats": {
  5116. "HP": 349,
  5117. "Attack": 216,
  5118. "Defense": 266,
  5119. "SpAtk": 134,
  5120. "SpDef": 254,
  5121. "Speed": 254
  5122. },
  5123. "moves": [
  5124. "Stomp",
  5125. "Ice Punch",
  5126. "Heal Bell",
  5127. "Bide"
  5128. ]
  5129. },
  5130. {
  5131. "name": "Blissey",
  5132. "id": 242,
  5133. "types": [
  5134. "Normal"
  5135. ],
  5136. "stats": {
  5137. "HP": 663,
  5138. "Attack": 68,
  5139. "Defense": 68,
  5140. "SpAtk": 198,
  5141. "SpDef": 156,
  5142. "Speed": 156
  5143. },
  5144. "moves": [
  5145. "Egg Bomb",
  5146. "Thunder",
  5147. "Defense Curl",
  5148. "Flash"
  5149. ]
  5150. },
  5151. {
  5152. "name": "Raikou",
  5153. "id": 243,
  5154. "types": [
  5155. "Electric"
  5156. ],
  5157. "stats": {
  5158. "HP": 323,
  5159. "Attack": 208,
  5160. "Defense": 188,
  5161. "SpAtk": 268,
  5162. "SpDef": 268,
  5163. "Speed": 268
  5164. },
  5165. "moves": [
  5166. "Spark",
  5167. "Quick Attack",
  5168. "Flash",
  5169. "Roar"
  5170. ]
  5171. },
  5172. {
  5173. "name": "Entei",
  5174. "id": 244,
  5175. "types": [
  5176. "Fire"
  5177. ],
  5178. "stats": {
  5179. "HP": 370,
  5180. "Attack": 265,
  5181. "Defense": 205,
  5182. "SpAtk": 215,
  5183. "SpDef": 235,
  5184. "Speed": 235
  5185. },
  5186. "moves": [
  5187. "Fire Blast",
  5188. "Rock Smash",
  5189. "Leer",
  5190. "Roar"
  5191. ]
  5192. },
  5193. {
  5194. "name": "Suicune",
  5195. "id": 245,
  5196. "types": [
  5197. "Water"
  5198. ],
  5199. "stats": {
  5200. "HP": 343,
  5201. "Attack": 188,
  5202. "Defense": 268,
  5203. "SpAtk": 218,
  5204. "SpDef": 208,
  5205. "Speed": 208
  5206. },
  5207. "moves": [
  5208. "Bubblebeam",
  5209. "Gust",
  5210. "Mist",
  5211. "Roar"
  5212. ]
  5213. },
  5214. {
  5215. "name": "Larvitar",
  5216. "id": 246,
  5217. "types": [
  5218. "Rock",
  5219. "Ground"
  5220. ],
  5221. "stats": {
  5222. "HP": 288,
  5223. "Attack": 211,
  5224. "Defense": 185,
  5225. "SpAtk": 173,
  5226. "SpDef": 165,
  5227. "Speed": 165
  5228. },
  5229. "moves": [
  5230. "Rock Slide",
  5231. "Earthquake",
  5232. "Hyper Beam",
  5233. "Swagger"
  5234. ]
  5235. },
  5236. {
  5237. "name": "Pupitar",
  5238. "id": 247,
  5239. "types": [
  5240. "Rock",
  5241. "Ground"
  5242. ],
  5243. "stats": {
  5244. "HP": 307,
  5245. "Attack": 232,
  5246. "Defense": 202,
  5247. "SpAtk": 192,
  5248. "SpDef": 166,
  5249. "Speed": 166
  5250. },
  5251. "moves": [
  5252. "Rock Slide",
  5253. "Dig",
  5254. "Hyper Beam",
  5255. "Screech"
  5256. ]
  5257. },
  5258. {
  5259. "name": "Tyranitar",
  5260. "id": 248,
  5261. "types": [
  5262. "Rock",
  5263. "Dark"
  5264. ],
  5265. "stats": {
  5266. "HP": 343,
  5267. "Attack": 306,
  5268. "Defense": 258,
  5269. "SpAtk": 228,
  5270. "SpDef": 160,
  5271. "Speed": 160
  5272. },
  5273. "moves": [
  5274. "Bite",
  5275. "Mud Slap",
  5276. "Leer",
  5277. "Sandstorm"
  5278. ]
  5279. },
  5280. {
  5281. "name": "Celebi",
  5282. "id": 251,
  5283. "types": [
  5284. "Psychic",
  5285. "Grass"
  5286. ],
  5287. "stats": {
  5288. "HP": 310,
  5289. "Attack": 205,
  5290. "Defense": 205,
  5291. "SpAtk": 205,
  5292. "SpDef": 205,
  5293. "Speed": 205
  5294. },
  5295. "moves": [
  5296. "Giga Drain",
  5297. "Ancientpower",
  5298. "Future Sight",
  5299. "Heal Bell"
  5300. ]
  5301. }
  5302. ]
  5303. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement