Advertisement
Guest User

Pokedex JSON

a guest
Nov 12th, 2019
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 461.04 KB | None | 0 0
  1. [
  2. {
  3. "id": 1,
  4. "height": "7",
  5. "weight": "69",
  6. "base_experience": "64",
  7. "description": "A strange seed was planted on its back at birth. The plant sprouts and grows with this POKéMON.",
  8. "types": [
  9. "grass",
  10. "poison"
  11. ],
  12. "name": "Bulbasaur",
  13. "image": "https://cdn.recast.ai/blog/pokebot/1.png",
  14. "evolutions": [
  15. {
  16. "id": 1,
  17. "name": "Bulbasaur"
  18. },
  19. {
  20. "id": 2,
  21. "from": 1,
  22. "trigger": "leveling",
  23. "trigger_lvl": 16,
  24. "name": "Ivysaur"
  25. },
  26. {
  27. "id": 3,
  28. "from": 2,
  29. "trigger": "leveling",
  30. "trigger_lvl": 32,
  31. "name": "Venusaur"
  32. }
  33. ]
  34. },
  35. {
  36. "id": 2,
  37. "height": "10",
  38. "weight": "130",
  39. "base_experience": "142",
  40. "description": "When the bulb on its back grows large, it appears to lose the ability to stand on its hind legs.",
  41. "types": [
  42. "grass",
  43. "poison"
  44. ],
  45. "name": "Ivysaur",
  46. "image": "https://cdn.recast.ai/blog/pokebot/2.png",
  47. "evolutions": [
  48. {
  49. "id": 1,
  50. "name": "Bulbasaur"
  51. },
  52. {
  53. "id": 2,
  54. "from": 1,
  55. "trigger": "leveling",
  56. "trigger_lvl": 16,
  57. "name": "Ivysaur"
  58. },
  59. {
  60. "id": 3,
  61. "from": 2,
  62. "trigger": "leveling",
  63. "trigger_lvl": 32,
  64. "name": "Venusaur"
  65. }
  66. ]
  67. },
  68. {
  69. "id": 3,
  70. "height": "20",
  71. "weight": "1000",
  72. "base_experience": "236",
  73. "description": "The plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.",
  74. "types": [
  75. "grass",
  76. "poison"
  77. ],
  78. "name": "Venusaur",
  79. "image": "https://cdn.recast.ai/blog/pokebot/3.png",
  80. "evolutions": [
  81. {
  82. "id": 1,
  83. "name": "Bulbasaur"
  84. },
  85. {
  86. "id": 2,
  87. "from": 1,
  88. "trigger": "leveling",
  89. "trigger_lvl": 16,
  90. "name": "Ivysaur"
  91. },
  92. {
  93. "id": 3,
  94. "from": 2,
  95. "trigger": "leveling",
  96. "trigger_lvl": 32,
  97. "name": "Venusaur"
  98. }
  99. ]
  100. },
  101. {
  102. "id": 4,
  103. "height": "6",
  104. "weight": "85",
  105. "base_experience": "62",
  106. "description": "Obviously prefers hot places. When it rains, steam is said to spout from the tip of its tail.",
  107. "types": [
  108. "fire"
  109. ],
  110. "name": "Charmander",
  111. "image": "https://cdn.recast.ai/blog/pokebot/4.png",
  112. "evolutions": [
  113. {
  114. "id": 4,
  115. "name": "Charmander"
  116. },
  117. {
  118. "id": 5,
  119. "from": 4,
  120. "trigger": "leveling",
  121. "trigger_lvl": 16,
  122. "name": "Charmeleon"
  123. },
  124. {
  125. "id": 6,
  126. "from": 5,
  127. "trigger": "leveling",
  128. "trigger_lvl": 36,
  129. "name": "Charizard"
  130. }
  131. ]
  132. },
  133. {
  134. "id": 5,
  135. "height": "11",
  136. "weight": "190",
  137. "base_experience": "142",
  138. "description": "When it swings its burning tail, it elevates the temperature to unbearably high levels.",
  139. "types": [
  140. "fire"
  141. ],
  142. "name": "Charmeleon",
  143. "image": "https://cdn.recast.ai/blog/pokebot/5.png",
  144. "evolutions": [
  145. {
  146. "id": 4,
  147. "name": "Charmander"
  148. },
  149. {
  150. "id": 5,
  151. "from": 4,
  152. "trigger": "leveling",
  153. "trigger_lvl": 16,
  154. "name": "Charmeleon"
  155. },
  156. {
  157. "id": 6,
  158. "from": 5,
  159. "trigger": "leveling",
  160. "trigger_lvl": 36,
  161. "name": "Charizard"
  162. }
  163. ]
  164. },
  165. {
  166. "id": 6,
  167. "height": "17",
  168. "weight": "905",
  169. "base_experience": "240",
  170. "description": "Spits fire that is hot enough to melt boulders. Known to cause forest fires unintentionally.",
  171. "types": [
  172. "fire",
  173. "flying"
  174. ],
  175. "name": "Charizard",
  176. "image": "https://cdn.recast.ai/blog/pokebot/6.png",
  177. "evolutions": [
  178. {
  179. "id": 4,
  180. "name": "Charmander"
  181. },
  182. {
  183. "id": 5,
  184. "from": 4,
  185. "trigger": "leveling",
  186. "trigger_lvl": 16,
  187. "name": "Charmeleon"
  188. },
  189. {
  190. "id": 6,
  191. "from": 5,
  192. "trigger": "leveling",
  193. "trigger_lvl": 36,
  194. "name": "Charizard"
  195. }
  196. ]
  197. },
  198. {
  199. "id": 7,
  200. "height": "5",
  201. "weight": "90",
  202. "base_experience": "63",
  203. "description": "After birth, its back swells and hardens into a shell. Powerfully sprays foam from its mouth.",
  204. "types": [
  205. "water"
  206. ],
  207. "name": "Squirtle",
  208. "image": "https://cdn.recast.ai/blog/pokebot/7.png",
  209. "evolutions": [
  210. {
  211. "id": 7,
  212. "name": "Squirtle"
  213. },
  214. {
  215. "id": 8,
  216. "from": 7,
  217. "trigger": "leveling",
  218. "trigger_lvl": 16,
  219. "name": "Wartortle"
  220. },
  221. {
  222. "id": 9,
  223. "from": 8,
  224. "trigger": "leveling",
  225. "trigger_lvl": 36,
  226. "name": "Blastoise"
  227. }
  228. ]
  229. },
  230. {
  231. "id": 8,
  232. "height": "10",
  233. "weight": "225",
  234. "base_experience": "142",
  235. "description": "Often hides in water to stalk unwary prey. For swimming fast, it moves its ears to maintain balance.",
  236. "types": [
  237. "water"
  238. ],
  239. "name": "Wartortle",
  240. "image": "https://cdn.recast.ai/blog/pokebot/8.png",
  241. "evolutions": [
  242. {
  243. "id": 7,
  244. "name": "Squirtle"
  245. },
  246. {
  247. "id": 8,
  248. "from": 7,
  249. "trigger": "leveling",
  250. "trigger_lvl": 16,
  251. "name": "Wartortle"
  252. },
  253. {
  254. "id": 9,
  255. "from": 8,
  256. "trigger": "leveling",
  257. "trigger_lvl": 36,
  258. "name": "Blastoise"
  259. }
  260. ]
  261. },
  262. {
  263. "id": 9,
  264. "height": "16",
  265. "weight": "855",
  266. "base_experience": "239",
  267. "description": "A brutal POKéMON with pressurized water jets on its shell. They are used for high speed tackles.",
  268. "types": [
  269. "water"
  270. ],
  271. "name": "Blastoise",
  272. "image": "https://cdn.recast.ai/blog/pokebot/9.png",
  273. "evolutions": [
  274. {
  275. "id": 7,
  276. "name": "Squirtle"
  277. },
  278. {
  279. "id": 8,
  280. "from": 7,
  281. "trigger": "leveling",
  282. "trigger_lvl": 16,
  283. "name": "Wartortle"
  284. },
  285. {
  286. "id": 9,
  287. "from": 8,
  288. "trigger": "leveling",
  289. "trigger_lvl": 36,
  290. "name": "Blastoise"
  291. }
  292. ]
  293. },
  294. {
  295. "id": 10,
  296. "height": "3",
  297. "weight": "29",
  298. "base_experience": "39",
  299. "description": "Its short feet are tipped with suction pads that enable it to tirelessly climb slopes and walls.",
  300. "types": [
  301. "bug"
  302. ],
  303. "name": "Caterpie",
  304. "image": "https://cdn.recast.ai/blog/pokebot/10.png",
  305. "evolutions": [
  306. {
  307. "id": 10,
  308. "name": "Caterpie"
  309. },
  310. {
  311. "id": 11,
  312. "from": 10,
  313. "trigger": "leveling",
  314. "trigger_lvl": 7,
  315. "name": "Metapod"
  316. },
  317. {
  318. "id": 12,
  319. "from": 11,
  320. "trigger": "leveling",
  321. "trigger_lvl": 10,
  322. "name": "Butterfree"
  323. }
  324. ]
  325. },
  326. {
  327. "id": 11,
  328. "height": "7",
  329. "weight": "99",
  330. "base_experience": "72",
  331. "description": "This POKéMON is vulnerable to attack while its shell is soft, exposing its weak and tender body.",
  332. "types": [
  333. "bug"
  334. ],
  335. "name": "Metapod",
  336. "image": "https://cdn.recast.ai/blog/pokebot/11.png",
  337. "evolutions": [
  338. {
  339. "id": 10,
  340. "name": "Caterpie"
  341. },
  342. {
  343. "id": 11,
  344. "from": 10,
  345. "trigger": "leveling",
  346. "trigger_lvl": 7,
  347. "name": "Metapod"
  348. },
  349. {
  350. "id": 12,
  351. "from": 11,
  352. "trigger": "leveling",
  353. "trigger_lvl": 10,
  354. "name": "Butterfree"
  355. }
  356. ]
  357. },
  358. {
  359. "id": 12,
  360. "height": "11",
  361. "weight": "320",
  362. "base_experience": "173",
  363. "description": "In battle, it flaps its wings at high speed to release highly toxic dust into the air.",
  364. "types": [
  365. "bug",
  366. "flying"
  367. ],
  368. "name": "Butterfree",
  369. "image": "https://cdn.recast.ai/blog/pokebot/12.png",
  370. "evolutions": [
  371. {
  372. "id": 10,
  373. "name": "Caterpie"
  374. },
  375. {
  376. "id": 11,
  377. "from": 10,
  378. "trigger": "leveling",
  379. "trigger_lvl": 7,
  380. "name": "Metapod"
  381. },
  382. {
  383. "id": 12,
  384. "from": 11,
  385. "trigger": "leveling",
  386. "trigger_lvl": 10,
  387. "name": "Butterfree"
  388. }
  389. ]
  390. },
  391. {
  392. "id": 13,
  393. "height": "3",
  394. "weight": "32",
  395. "base_experience": "39",
  396. "description": "Often found in forests, eating leaves. It has a sharp venomous stinger on its head.",
  397. "types": [
  398. "bug",
  399. "poison"
  400. ],
  401. "name": "Weedle",
  402. "image": "https://cdn.recast.ai/blog/pokebot/13.png",
  403. "evolutions": [
  404. {
  405. "id": 13,
  406. "name": "Weedle"
  407. },
  408. {
  409. "id": 14,
  410. "from": 13,
  411. "trigger": "leveling",
  412. "trigger_lvl": 7,
  413. "name": "Kakuna"
  414. },
  415. {
  416. "id": 15,
  417. "from": 14,
  418. "trigger": "leveling",
  419. "trigger_lvl": 10,
  420. "name": "Beedrill"
  421. }
  422. ]
  423. },
  424. {
  425. "id": 14,
  426. "height": "6",
  427. "weight": "100",
  428. "base_experience": "72",
  429. "description": "Almost incapable of moving, this POKéMON can only harden its shell to protect itself from predators.",
  430. "types": [
  431. "bug",
  432. "poison"
  433. ],
  434. "name": "Kakuna",
  435. "image": "https://cdn.recast.ai/blog/pokebot/14.png",
  436. "evolutions": [
  437. {
  438. "id": 13,
  439. "name": "Weedle"
  440. },
  441. {
  442. "id": 14,
  443. "from": 13,
  444. "trigger": "leveling",
  445. "trigger_lvl": 7,
  446. "name": "Kakuna"
  447. },
  448. {
  449. "id": 15,
  450. "from": 14,
  451. "trigger": "leveling",
  452. "trigger_lvl": 10,
  453. "name": "Beedrill"
  454. }
  455. ]
  456. },
  457. {
  458. "id": 15,
  459. "height": "10",
  460. "weight": "295",
  461. "base_experience": "173",
  462. "description": "Flies at high speed and attacks using its large venomous stingers on its forelegs and tail.",
  463. "types": [
  464. "bug",
  465. "poison"
  466. ],
  467. "name": "Beedrill",
  468. "image": "https://cdn.recast.ai/blog/pokebot/15.png",
  469. "evolutions": [
  470. {
  471. "id": 13,
  472. "name": "Weedle"
  473. },
  474. {
  475. "id": 14,
  476. "from": 13,
  477. "trigger": "leveling",
  478. "trigger_lvl": 7,
  479. "name": "Kakuna"
  480. },
  481. {
  482. "id": 15,
  483. "from": 14,
  484. "trigger": "leveling",
  485. "trigger_lvl": 10,
  486. "name": "Beedrill"
  487. }
  488. ]
  489. },
  490. {
  491. "id": 16,
  492. "height": "3",
  493. "weight": "18",
  494. "base_experience": "50",
  495. "description": "A common sight in forests and woods. It flaps its wings at ground level to kick up blinding sand.",
  496. "types": [
  497. "normal",
  498. "flying"
  499. ],
  500. "name": "Pidgey",
  501. "image": "https://cdn.recast.ai/blog/pokebot/16.png",
  502. "evolutions": [
  503. {
  504. "id": 16,
  505. "name": "Pidgey"
  506. },
  507. {
  508. "id": 17,
  509. "from": 16,
  510. "trigger": "leveling",
  511. "trigger_lvl": 18,
  512. "name": "Pidgeotto"
  513. },
  514. {
  515. "id": 18,
  516. "from": 17,
  517. "trigger": "leveling",
  518. "trigger_lvl": 36,
  519. "name": "Pidgeot"
  520. }
  521. ]
  522. },
  523. {
  524. "id": 17,
  525. "height": "11",
  526. "weight": "300",
  527. "base_experience": "122",
  528. "description": "Very protective of its sprawling territorial area, this POKéMON will fiercely peck at any intruder.",
  529. "types": [
  530. "normal",
  531. "flying"
  532. ],
  533. "name": "Pidgeotto",
  534. "image": "https://cdn.recast.ai/blog/pokebot/17.png",
  535. "evolutions": [
  536. {
  537. "id": 16,
  538. "name": "Pidgey"
  539. },
  540. {
  541. "id": 17,
  542. "from": 16,
  543. "trigger": "leveling",
  544. "trigger_lvl": 18,
  545. "name": "Pidgeotto"
  546. },
  547. {
  548. "id": 18,
  549. "from": 17,
  550. "trigger": "leveling",
  551. "trigger_lvl": 36,
  552. "name": "Pidgeot"
  553. }
  554. ]
  555. },
  556. {
  557. "id": 18,
  558. "height": "15",
  559. "weight": "395",
  560. "base_experience": "211",
  561. "description": "When hunting, it skims the surface of water at high speed to pick off unwary prey such as MAGIKARP.",
  562. "types": [
  563. "normal",
  564. "flying"
  565. ],
  566. "name": "Pidgeot",
  567. "image": "https://cdn.recast.ai/blog/pokebot/18.png",
  568. "evolutions": [
  569. {
  570. "id": 16,
  571. "name": "Pidgey"
  572. },
  573. {
  574. "id": 17,
  575. "from": 16,
  576. "trigger": "leveling",
  577. "trigger_lvl": 18,
  578. "name": "Pidgeotto"
  579. },
  580. {
  581. "id": 18,
  582. "from": 17,
  583. "trigger": "leveling",
  584. "trigger_lvl": 36,
  585. "name": "Pidgeot"
  586. }
  587. ]
  588. },
  589. {
  590. "id": 19,
  591. "height": "3",
  592. "weight": "35",
  593. "base_experience": "51",
  594. "description": "Bites anything when it attacks. Small and very quick, it is a common sight in many places.",
  595. "types": [
  596. "normal"
  597. ],
  598. "name": "Rattata",
  599. "image": "https://cdn.recast.ai/blog/pokebot/19.png",
  600. "evolutions": [
  601. {
  602. "id": 19,
  603. "name": "Rattata"
  604. },
  605. {
  606. "id": 20,
  607. "from": 19,
  608. "trigger": "leveling",
  609. "trigger_lvl": 20,
  610. "name": "Raticate"
  611. }
  612. ]
  613. },
  614. {
  615. "id": 20,
  616. "height": "7",
  617. "weight": "185",
  618. "base_experience": "145",
  619. "description": "It uses its whis­ kers to maintain its balance. It apparently slows down if they are cut off.",
  620. "types": [
  621. "normal"
  622. ],
  623. "name": "Raticate",
  624. "image": "https://cdn.recast.ai/blog/pokebot/20.png",
  625. "evolutions": [
  626. {
  627. "id": 19,
  628. "name": "Rattata"
  629. },
  630. {
  631. "id": 20,
  632. "from": 19,
  633. "trigger": "leveling",
  634. "trigger_lvl": 20,
  635. "name": "Raticate"
  636. }
  637. ]
  638. },
  639. {
  640. "id": 21,
  641. "height": "3",
  642. "weight": "20",
  643. "base_experience": "52",
  644. "description": "Eats bugs in grassy areas. It has to flap its short wings at high speed to stay airborne.",
  645. "types": [
  646. "normal",
  647. "flying"
  648. ],
  649. "name": "Spearow",
  650. "image": "https://cdn.recast.ai/blog/pokebot/21.png",
  651. "evolutions": [
  652. {
  653. "id": 21,
  654. "name": "Spearow"
  655. },
  656. {
  657. "id": 22,
  658. "from": 21,
  659. "trigger": "leveling",
  660. "trigger_lvl": 20,
  661. "name": "Fearow"
  662. }
  663. ]
  664. },
  665. {
  666. "id": 22,
  667. "height": "12",
  668. "weight": "380",
  669. "base_experience": "155",
  670. "description": "With its huge and magnificent wings, it can keep aloft without ever having to land for rest.",
  671. "types": [
  672. "normal",
  673. "flying"
  674. ],
  675. "name": "Fearow",
  676. "image": "https://cdn.recast.ai/blog/pokebot/22.png",
  677. "evolutions": [
  678. {
  679. "id": 21,
  680. "name": "Spearow"
  681. },
  682. {
  683. "id": 22,
  684. "from": 21,
  685. "trigger": "leveling",
  686. "trigger_lvl": 20,
  687. "name": "Fearow"
  688. }
  689. ]
  690. },
  691. {
  692. "id": 23,
  693. "height": "20",
  694. "weight": "69",
  695. "base_experience": "58",
  696. "description": "Moves silently and stealthily. Eats the eggs of birds, such as PIDGEY and SPEAROW, whole.",
  697. "types": [
  698. "poison"
  699. ],
  700. "name": "Ekans",
  701. "image": "https://cdn.recast.ai/blog/pokebot/23.png",
  702. "evolutions": [
  703. {
  704. "id": 23,
  705. "name": "Ekans"
  706. },
  707. {
  708. "id": 24,
  709. "from": 23,
  710. "trigger": "leveling",
  711. "trigger_lvl": 22,
  712. "name": "Arbok"
  713. }
  714. ]
  715. },
  716. {
  717. "id": 24,
  718. "height": "35",
  719. "weight": "650",
  720. "base_experience": "153",
  721. "description": "It is rumored that the ferocious warning markings on its belly differ from area to area.",
  722. "types": [
  723. "poison"
  724. ],
  725. "name": "Arbok",
  726. "image": "https://cdn.recast.ai/blog/pokebot/24.png",
  727. "evolutions": [
  728. {
  729. "id": 23,
  730. "name": "Ekans"
  731. },
  732. {
  733. "id": 24,
  734. "from": 23,
  735. "trigger": "leveling",
  736. "trigger_lvl": 22,
  737. "name": "Arbok"
  738. }
  739. ]
  740. },
  741. {
  742. "id": 25,
  743. "height": "4",
  744. "weight": "60",
  745. "base_experience": "105",
  746. "description": "When several of these POKéMON gather, their electricity could build and cause lightning storms.",
  747. "types": [
  748. "electric"
  749. ],
  750. "name": "Pikachu",
  751. "image": "https://cdn.recast.ai/blog/pokebot/25.png",
  752. "evolutions": [
  753. {
  754. "id": 172,
  755. "name": "Pichu"
  756. },
  757. {
  758. "id": 25,
  759. "from": 172,
  760. "trigger": 1,
  761. "name": "Pikachu"
  762. },
  763. {
  764. "id": 26,
  765. "from": 25,
  766. "trigger": "item",
  767. "name": "Raichu",
  768. "trigger_item": "thunder-stone"
  769. }
  770. ]
  771. },
  772. {
  773. "id": 26,
  774. "height": "8",
  775. "weight": "300",
  776. "base_experience": "214",
  777. "description": "Its long tail serves as a ground to protect itself from its own high voltage power.",
  778. "types": [
  779. "electric"
  780. ],
  781. "name": "Raichu",
  782. "image": "https://cdn.recast.ai/blog/pokebot/26.png",
  783. "evolutions": [
  784. {
  785. "id": 172,
  786. "name": "Pichu"
  787. },
  788. {
  789. "id": 25,
  790. "from": 172,
  791. "trigger": 1,
  792. "name": "Pikachu"
  793. },
  794. {
  795. "id": 26,
  796. "from": 25,
  797. "trigger": "item",
  798. "name": "Raichu",
  799. "trigger_item": "thunder-stone"
  800. }
  801. ]
  802. },
  803. {
  804. "id": 27,
  805. "height": "6",
  806. "weight": "120",
  807. "base_experience": "60",
  808. "description": "Burrows deep underground in arid locations far from water. It only emerges to hunt for food.",
  809. "types": [
  810. "ground"
  811. ],
  812. "name": "Sandshrew",
  813. "image": "https://cdn.recast.ai/blog/pokebot/27.png",
  814. "evolutions": [
  815. {
  816. "id": 27,
  817. "name": "Sandshrew"
  818. },
  819. {
  820. "id": 28,
  821. "from": 27,
  822. "trigger": "leveling",
  823. "trigger_lvl": 22,
  824. "name": "Sandslash"
  825. }
  826. ]
  827. },
  828. {
  829. "id": 28,
  830. "height": "10",
  831. "weight": "295",
  832. "base_experience": "158",
  833. "description": "Curls up into a spiny ball when threatened. It can roll while curled up to attack or escape.",
  834. "types": [
  835. "ground"
  836. ],
  837. "name": "Sandslash",
  838. "image": "https://cdn.recast.ai/blog/pokebot/28.png",
  839. "evolutions": [
  840. {
  841. "id": 27,
  842. "name": "Sandshrew"
  843. },
  844. {
  845. "id": 28,
  846. "from": 27,
  847. "trigger": "leveling",
  848. "trigger_lvl": 22,
  849. "name": "Sandslash"
  850. }
  851. ]
  852. },
  853. {
  854. "id": 29,
  855. "height": "4",
  856. "weight": "70",
  857. "base_experience": "55",
  858. "description": "Although small, its venomous barbs render this POKéMON dangerous. The female has smaller horns.",
  859. "types": [
  860. "poison"
  861. ],
  862. "name": "Nidoran-f",
  863. "image": "https://cdn.recast.ai/blog/pokebot/29.png",
  864. "evolutions": [
  865. {
  866. "id": 29,
  867. "name": "Nidoran-f"
  868. },
  869. {
  870. "id": 30,
  871. "from": 29,
  872. "trigger": "leveling",
  873. "trigger_lvl": 16,
  874. "name": "Nidorina"
  875. },
  876. {
  877. "id": 31,
  878. "from": 30,
  879. "trigger": "item",
  880. "name": "Nidoqueen",
  881. "trigger_item": "moon-stone"
  882. }
  883. ]
  884. },
  885. {
  886. "id": 30,
  887. "height": "8",
  888. "weight": "200",
  889. "base_experience": "128",
  890. "description": "The female's horn develops slowly. Prefers physical attacks such as clawing and biting.",
  891. "types": [
  892. "poison"
  893. ],
  894. "name": "Nidorina",
  895. "image": "https://cdn.recast.ai/blog/pokebot/30.png",
  896. "evolutions": [
  897. {
  898. "id": 29,
  899. "name": "Nidoran-f"
  900. },
  901. {
  902. "id": 30,
  903. "from": 29,
  904. "trigger": "leveling",
  905. "trigger_lvl": 16,
  906. "name": "Nidorina"
  907. },
  908. {
  909. "id": 31,
  910. "from": 30,
  911. "trigger": "item",
  912. "name": "Nidoqueen",
  913. "trigger_item": "moon-stone"
  914. }
  915. ]
  916. },
  917. {
  918. "id": 31,
  919. "height": "13",
  920. "weight": "600",
  921. "base_experience": "223",
  922. "description": "Its hard scales provide strong protection. It uses its hefty bulk to execute powerful moves.",
  923. "types": [
  924. "poison",
  925. "ground"
  926. ],
  927. "name": "Nidoqueen",
  928. "image": "https://cdn.recast.ai/blog/pokebot/31.png",
  929. "evolutions": [
  930. {
  931. "id": 29,
  932. "name": "Nidoran-f"
  933. },
  934. {
  935. "id": 30,
  936. "from": 29,
  937. "trigger": "leveling",
  938. "trigger_lvl": 16,
  939. "name": "Nidorina"
  940. },
  941. {
  942. "id": 31,
  943. "from": 30,
  944. "trigger": "item",
  945. "name": "Nidoqueen",
  946. "trigger_item": "moon-stone"
  947. }
  948. ]
  949. },
  950. {
  951. "id": 32,
  952. "height": "5",
  953. "weight": "90",
  954. "base_experience": "55",
  955. "description": "Stiffens its ears to sense danger. The larger its horns, the more powerful its secreted venom.",
  956. "types": [
  957. "poison"
  958. ],
  959. "name": "Nidoran-m",
  960. "image": "https://cdn.recast.ai/blog/pokebot/32.png",
  961. "evolutions": [
  962. {
  963. "id": 32,
  964. "name": "Nidoran-m"
  965. },
  966. {
  967. "id": 33,
  968. "from": 32,
  969. "trigger": "leveling",
  970. "trigger_lvl": 16,
  971. "name": "Nidorino"
  972. },
  973. {
  974. "id": 34,
  975. "from": 33,
  976. "trigger": "item",
  977. "name": "Nidoking",
  978. "trigger_item": "moon-stone"
  979. }
  980. ]
  981. },
  982. {
  983. "id": 33,
  984. "height": "9",
  985. "weight": "195",
  986. "base_experience": "128",
  987. "description": "An aggressive POKéMON that is quick to attack. The horn on its head secretes a powerful venom.",
  988. "types": [
  989. "poison"
  990. ],
  991. "name": "Nidorino",
  992. "image": "https://cdn.recast.ai/blog/pokebot/33.png",
  993. "evolutions": [
  994. {
  995. "id": 32,
  996. "name": "Nidoran-m"
  997. },
  998. {
  999. "id": 33,
  1000. "from": 32,
  1001. "trigger": "leveling",
  1002. "trigger_lvl": 16,
  1003. "name": "Nidorino"
  1004. },
  1005. {
  1006. "id": 34,
  1007. "from": 33,
  1008. "trigger": "item",
  1009. "name": "Nidoking",
  1010. "trigger_item": "moon-stone"
  1011. }
  1012. ]
  1013. },
  1014. {
  1015. "id": 34,
  1016. "height": "14",
  1017. "weight": "620",
  1018. "base_experience": "223",
  1019. "description": "It uses its powerful tail in battle to smash, constrict, then break the prey's bones.",
  1020. "types": [
  1021. "poison",
  1022. "ground"
  1023. ],
  1024. "name": "Nidoking",
  1025. "image": "https://cdn.recast.ai/blog/pokebot/34.png",
  1026. "evolutions": [
  1027. {
  1028. "id": 32,
  1029. "name": "Nidoran-m"
  1030. },
  1031. {
  1032. "id": 33,
  1033. "from": 32,
  1034. "trigger": "leveling",
  1035. "trigger_lvl": 16,
  1036. "name": "Nidorino"
  1037. },
  1038. {
  1039. "id": 34,
  1040. "from": 33,
  1041. "trigger": "item",
  1042. "name": "Nidoking",
  1043. "trigger_item": "moon-stone"
  1044. }
  1045. ]
  1046. },
  1047. {
  1048. "id": 35,
  1049. "height": "6",
  1050. "weight": "75",
  1051. "base_experience": "113",
  1052. "description": "Its magical and cute appeal has many admirers. It is rare and found only in certain areas.",
  1053. "types": [
  1054. "fairy"
  1055. ],
  1056. "name": "Clefairy",
  1057. "image": "https://cdn.recast.ai/blog/pokebot/35.png",
  1058. "evolutions": [
  1059. {
  1060. "id": 173,
  1061. "name": "Cleffa"
  1062. },
  1063. {
  1064. "id": 35,
  1065. "from": 173,
  1066. "trigger": 1,
  1067. "name": "Clefairy"
  1068. },
  1069. {
  1070. "id": 36,
  1071. "from": 35,
  1072. "trigger": "item",
  1073. "name": "Clefable",
  1074. "trigger_item": "moon-stone"
  1075. }
  1076. ]
  1077. },
  1078. {
  1079. "id": 36,
  1080. "height": "13",
  1081. "weight": "400",
  1082. "base_experience": "213",
  1083. "description": "A timid fairy POKéMON that is rarely seen. It will run and hide the moment it senses people.",
  1084. "types": [
  1085. "fairy"
  1086. ],
  1087. "name": "Clefable",
  1088. "image": "https://cdn.recast.ai/blog/pokebot/36.png",
  1089. "evolutions": [
  1090. {
  1091. "id": 173,
  1092. "name": "Cleffa"
  1093. },
  1094. {
  1095. "id": 35,
  1096. "from": 173,
  1097. "trigger": 1,
  1098. "name": "Clefairy"
  1099. },
  1100. {
  1101. "id": 36,
  1102. "from": 35,
  1103. "trigger": "item",
  1104. "name": "Clefable",
  1105. "trigger_item": "moon-stone"
  1106. }
  1107. ]
  1108. },
  1109. {
  1110. "id": 37,
  1111. "height": "6",
  1112. "weight": "99",
  1113. "base_experience": "60",
  1114. "description": "At the time of birth, it has just one tail. The tail splits from its tip as it grows older.",
  1115. "types": [
  1116. "fire"
  1117. ],
  1118. "name": "Vulpix",
  1119. "image": "https://cdn.recast.ai/blog/pokebot/37.png",
  1120. "evolutions": [
  1121. {
  1122. "id": 37,
  1123. "name": "Vulpix"
  1124. },
  1125. {
  1126. "id": 38,
  1127. "from": 37,
  1128. "trigger": "item",
  1129. "name": "Ninetales",
  1130. "trigger_item": "fire-stone"
  1131. }
  1132. ]
  1133. },
  1134. {
  1135. "id": 38,
  1136. "height": "11",
  1137. "weight": "199",
  1138. "base_experience": "177",
  1139. "description": "Very smart and very vengeful. Grabbing one of its many tails could result in a 1000-year curse.",
  1140. "types": [
  1141. "fire"
  1142. ],
  1143. "name": "Ninetales",
  1144. "image": "https://cdn.recast.ai/blog/pokebot/38.png",
  1145. "evolutions": [
  1146. {
  1147. "id": 37,
  1148. "name": "Vulpix"
  1149. },
  1150. {
  1151. "id": 38,
  1152. "from": 37,
  1153. "trigger": "item",
  1154. "name": "Ninetales",
  1155. "trigger_item": "fire-stone"
  1156. }
  1157. ]
  1158. },
  1159. {
  1160. "id": 39,
  1161. "height": "5",
  1162. "weight": "55",
  1163. "base_experience": "95",
  1164. "description": "When its huge eyes light up, it sings a mysteriously soothing melody that lulls its enemies to sleep.",
  1165. "types": [
  1166. "normal",
  1167. "fairy"
  1168. ],
  1169. "name": "Jigglypuff",
  1170. "image": "https://cdn.recast.ai/blog/pokebot/39.png",
  1171. "evolutions": [
  1172. {
  1173. "id": 174,
  1174. "name": "Igglybuff"
  1175. },
  1176. {
  1177. "id": 39,
  1178. "from": 174,
  1179. "trigger": 1,
  1180. "name": "Jigglypuff"
  1181. },
  1182. {
  1183. "id": 40,
  1184. "from": 39,
  1185. "trigger": "item",
  1186. "name": "Wigglytuff",
  1187. "trigger_item": "moon-stone"
  1188. }
  1189. ]
  1190. },
  1191. {
  1192. "id": 40,
  1193. "height": "10",
  1194. "weight": "120",
  1195. "base_experience": "191",
  1196. "description": "The body is soft and rubbery. When angered, it will suck in air and inflate itself to an enormous size.",
  1197. "types": [
  1198. "normal",
  1199. "fairy"
  1200. ],
  1201. "name": "Wigglytuff",
  1202. "image": "https://cdn.recast.ai/blog/pokebot/40.png",
  1203. "evolutions": [
  1204. {
  1205. "id": 174,
  1206. "name": "Igglybuff"
  1207. },
  1208. {
  1209. "id": 39,
  1210. "from": 174,
  1211. "trigger": 1,
  1212. "name": "Jigglypuff"
  1213. },
  1214. {
  1215. "id": 40,
  1216. "from": 39,
  1217. "trigger": "item",
  1218. "name": "Wigglytuff",
  1219. "trigger_item": "moon-stone"
  1220. }
  1221. ]
  1222. },
  1223. {
  1224. "id": 41,
  1225. "height": "8",
  1226. "weight": "75",
  1227. "base_experience": "49",
  1228. "description": "Forms colonies in perpetually dark places. Uses ultrasonic waves to identify and approach targets.",
  1229. "types": [
  1230. "poison",
  1231. "flying"
  1232. ],
  1233. "name": "Zubat",
  1234. "image": "https://cdn.recast.ai/blog/pokebot/41.png",
  1235. "evolutions": [
  1236. {
  1237. "id": 41,
  1238. "name": "Zubat"
  1239. },
  1240. {
  1241. "id": 42,
  1242. "from": 41,
  1243. "trigger": "leveling",
  1244. "trigger_lvl": 22,
  1245. "name": "Golbat"
  1246. },
  1247. {
  1248. "id": 169,
  1249. "from": 42,
  1250. "trigger": 1,
  1251. "name": "Crobat"
  1252. }
  1253. ]
  1254. },
  1255. {
  1256. "id": 42,
  1257. "height": "16",
  1258. "weight": "550",
  1259. "base_experience": "159",
  1260. "description": "Once it strikes, it will not stop draining energy from the victim even if it gets too heavy to fly.",
  1261. "types": [
  1262. "poison",
  1263. "flying"
  1264. ],
  1265. "name": "Golbat",
  1266. "image": "https://cdn.recast.ai/blog/pokebot/42.png",
  1267. "evolutions": [
  1268. {
  1269. "id": 41,
  1270. "name": "Zubat"
  1271. },
  1272. {
  1273. "id": 42,
  1274. "from": 41,
  1275. "trigger": "leveling",
  1276. "trigger_lvl": 22,
  1277. "name": "Golbat"
  1278. },
  1279. {
  1280. "id": 169,
  1281. "from": 42,
  1282. "trigger": 1,
  1283. "name": "Crobat"
  1284. }
  1285. ]
  1286. },
  1287. {
  1288. "id": 43,
  1289. "height": "5",
  1290. "weight": "54",
  1291. "base_experience": "64",
  1292. "description": "During the day, it keeps its face buried in the ground. At night, it wanders around sowing its seeds.",
  1293. "types": [
  1294. "grass",
  1295. "poison"
  1296. ],
  1297. "name": "Oddish",
  1298. "image": "https://cdn.recast.ai/blog/pokebot/43.png",
  1299. "evolutions": [
  1300. {
  1301. "id": 43,
  1302. "name": "Oddish"
  1303. },
  1304. {
  1305. "id": 44,
  1306. "from": 43,
  1307. "trigger": "leveling",
  1308. "trigger_lvl": 21,
  1309. "name": "Gloom"
  1310. },
  1311. {
  1312. "id": 45,
  1313. "from": 44,
  1314. "trigger": "item",
  1315. "name": "Vileplume",
  1316. "trigger_item": "leaf-stone"
  1317. },
  1318. {
  1319. "id": 182,
  1320. "from": 44,
  1321. "trigger": "item",
  1322. "name": "Bellossom",
  1323. "trigger_item": "sun-stone"
  1324. }
  1325. ]
  1326. },
  1327. {
  1328. "id": 44,
  1329. "height": "8",
  1330. "weight": "86",
  1331. "base_experience": "138",
  1332. "description": "The fluid that oozes from its mouth isn't drool. It is a nectar that is used to attract prey.",
  1333. "types": [
  1334. "grass",
  1335. "poison"
  1336. ],
  1337. "name": "Gloom",
  1338. "image": "https://cdn.recast.ai/blog/pokebot/44.png",
  1339. "evolutions": [
  1340. {
  1341. "id": 43,
  1342. "name": "Oddish"
  1343. },
  1344. {
  1345. "id": 44,
  1346. "from": 43,
  1347. "trigger": "leveling",
  1348. "trigger_lvl": 21,
  1349. "name": "Gloom"
  1350. },
  1351. {
  1352. "id": 45,
  1353. "from": 44,
  1354. "trigger": "item",
  1355. "name": "Vileplume",
  1356. "trigger_item": "leaf-stone"
  1357. },
  1358. {
  1359. "id": 182,
  1360. "from": 44,
  1361. "trigger": "item",
  1362. "name": "Bellossom",
  1363. "trigger_item": "sun-stone"
  1364. }
  1365. ]
  1366. },
  1367. {
  1368. "id": 45,
  1369. "height": "12",
  1370. "weight": "186",
  1371. "base_experience": "216",
  1372. "description": "The larger its petals, the more toxic pollen it contains. Its big head is heavy and hard to hold up.",
  1373. "types": [
  1374. "grass",
  1375. "poison"
  1376. ],
  1377. "name": "Vileplume",
  1378. "image": "https://cdn.recast.ai/blog/pokebot/45.png",
  1379. "evolutions": [
  1380. {
  1381. "id": 43,
  1382. "name": "Oddish"
  1383. },
  1384. {
  1385. "id": 44,
  1386. "from": 43,
  1387. "trigger": "leveling",
  1388. "trigger_lvl": 21,
  1389. "name": "Gloom"
  1390. },
  1391. {
  1392. "id": 45,
  1393. "from": 44,
  1394. "trigger": "item",
  1395. "name": "Vileplume",
  1396. "trigger_item": "leaf-stone"
  1397. },
  1398. {
  1399. "id": 182,
  1400. "from": 44,
  1401. "trigger": "item",
  1402. "name": "Bellossom",
  1403. "trigger_item": "sun-stone"
  1404. }
  1405. ]
  1406. },
  1407. {
  1408. "id": 46,
  1409. "height": "3",
  1410. "weight": "54",
  1411. "base_experience": "57",
  1412. "description": "Burrows to suck tree roots. The mushrooms on its back grow by draw­ ing nutrients from the bug host.",
  1413. "types": [
  1414. "bug",
  1415. "grass"
  1416. ],
  1417. "name": "Paras",
  1418. "image": "https://cdn.recast.ai/blog/pokebot/46.png",
  1419. "evolutions": [
  1420. {
  1421. "id": 46,
  1422. "name": "Paras"
  1423. },
  1424. {
  1425. "id": 47,
  1426. "from": 46,
  1427. "trigger": "leveling",
  1428. "trigger_lvl": 24,
  1429. "name": "Parasect"
  1430. }
  1431. ]
  1432. },
  1433. {
  1434. "id": 47,
  1435. "height": "10",
  1436. "weight": "295",
  1437. "base_experience": "142",
  1438. "description": "A host-parasite pair in which the parasite mushroom has taken over the host bug. Prefers damp places.",
  1439. "types": [
  1440. "bug",
  1441. "grass"
  1442. ],
  1443. "name": "Parasect",
  1444. "image": "https://cdn.recast.ai/blog/pokebot/47.png",
  1445. "evolutions": [
  1446. {
  1447. "id": 46,
  1448. "name": "Paras"
  1449. },
  1450. {
  1451. "id": 47,
  1452. "from": 46,
  1453. "trigger": "leveling",
  1454. "trigger_lvl": 24,
  1455. "name": "Parasect"
  1456. }
  1457. ]
  1458. },
  1459. {
  1460. "id": 48,
  1461. "height": "10",
  1462. "weight": "300",
  1463. "base_experience": "61",
  1464. "description": "Lives in the shadows of tall trees where it eats insects. It is attracted by light at night.",
  1465. "types": [
  1466. "bug",
  1467. "poison"
  1468. ],
  1469. "name": "Venonat",
  1470. "image": "https://cdn.recast.ai/blog/pokebot/48.png",
  1471. "evolutions": [
  1472. {
  1473. "id": 48,
  1474. "name": "Venonat"
  1475. },
  1476. {
  1477. "id": 49,
  1478. "from": 48,
  1479. "trigger": "leveling",
  1480. "trigger_lvl": 31,
  1481. "name": "Venomoth"
  1482. }
  1483. ]
  1484. },
  1485. {
  1486. "id": 49,
  1487. "height": "15",
  1488. "weight": "125",
  1489. "base_experience": "158",
  1490. "description": "The dust-like scales covering its wings are color coded to indicate the kinds of poison it has.",
  1491. "types": [
  1492. "bug",
  1493. "poison"
  1494. ],
  1495. "name": "Venomoth",
  1496. "image": "https://cdn.recast.ai/blog/pokebot/49.png",
  1497. "evolutions": [
  1498. {
  1499. "id": 48,
  1500. "name": "Venonat"
  1501. },
  1502. {
  1503. "id": 49,
  1504. "from": 48,
  1505. "trigger": "leveling",
  1506. "trigger_lvl": 31,
  1507. "name": "Venomoth"
  1508. }
  1509. ]
  1510. },
  1511. {
  1512. "id": 50,
  1513. "height": "2",
  1514. "weight": "8",
  1515. "base_experience": "53",
  1516. "description": "Lives about one yard underground where it feeds on plant roots. It sometimes appears above ground.",
  1517. "types": [
  1518. "ground"
  1519. ],
  1520. "name": "Diglett",
  1521. "image": "https://cdn.recast.ai/blog/pokebot/50.png",
  1522. "evolutions": [
  1523. {
  1524. "id": 50,
  1525. "name": "Diglett"
  1526. },
  1527. {
  1528. "id": 51,
  1529. "from": 50,
  1530. "trigger": "leveling",
  1531. "trigger_lvl": 26,
  1532. "name": "Dugtrio"
  1533. }
  1534. ]
  1535. },
  1536. {
  1537. "id": 51,
  1538. "height": "7",
  1539. "weight": "333",
  1540. "base_experience": "142",
  1541. "description": "A team of DIGLETT triplets. It triggers huge earthquakes by burrowing 60 miles underground.",
  1542. "types": [
  1543. "ground"
  1544. ],
  1545. "name": "Dugtrio",
  1546. "image": "https://cdn.recast.ai/blog/pokebot/51.png",
  1547. "evolutions": [
  1548. {
  1549. "id": 50,
  1550. "name": "Diglett"
  1551. },
  1552. {
  1553. "id": 51,
  1554. "from": 50,
  1555. "trigger": "leveling",
  1556. "trigger_lvl": 26,
  1557. "name": "Dugtrio"
  1558. }
  1559. ]
  1560. },
  1561. {
  1562. "id": 52,
  1563. "height": "4",
  1564. "weight": "42",
  1565. "base_experience": "58",
  1566. "description": "Adores circular objects. Wanders the streets on a nightly basis to look for dropped loose change.",
  1567. "types": [
  1568. "normal"
  1569. ],
  1570. "name": "Meowth",
  1571. "image": "https://cdn.recast.ai/blog/pokebot/52.png",
  1572. "evolutions": [
  1573. {
  1574. "id": 52,
  1575. "name": "Meowth"
  1576. },
  1577. {
  1578. "id": 53,
  1579. "from": 52,
  1580. "trigger": "leveling",
  1581. "trigger_lvl": 28,
  1582. "name": "Persian"
  1583. }
  1584. ]
  1585. },
  1586. {
  1587. "id": 53,
  1588. "height": "10",
  1589. "weight": "320",
  1590. "base_experience": "154",
  1591. "description": "Although its fur has many admirers, it is tough to raise as a pet because of its fickle meanness.",
  1592. "types": [
  1593. "normal"
  1594. ],
  1595. "name": "Persian",
  1596. "image": "https://cdn.recast.ai/blog/pokebot/53.png",
  1597. "evolutions": [
  1598. {
  1599. "id": 52,
  1600. "name": "Meowth"
  1601. },
  1602. {
  1603. "id": 53,
  1604. "from": 52,
  1605. "trigger": "leveling",
  1606. "trigger_lvl": 28,
  1607. "name": "Persian"
  1608. }
  1609. ]
  1610. },
  1611. {
  1612. "id": 54,
  1613. "height": "8",
  1614. "weight": "196",
  1615. "base_experience": "64",
  1616. "description": "While lulling its enemies with its vacant look, this wily POKéMON will use psychokinetic powers.",
  1617. "types": [
  1618. "water"
  1619. ],
  1620. "name": "Psyduck",
  1621. "image": "https://cdn.recast.ai/blog/pokebot/54.png",
  1622. "evolutions": [
  1623. {
  1624. "id": 54,
  1625. "name": "Psyduck"
  1626. },
  1627. {
  1628. "id": 55,
  1629. "from": 54,
  1630. "trigger": "leveling",
  1631. "trigger_lvl": 33,
  1632. "name": "Golduck"
  1633. }
  1634. ]
  1635. },
  1636. {
  1637. "id": 55,
  1638. "height": "17",
  1639. "weight": "766",
  1640. "base_experience": "175",
  1641. "description": "Often seen swim­ ming elegantly by lake shores. It is often mistaken for the Japanese monster, Kappa.",
  1642. "types": [
  1643. "water"
  1644. ],
  1645. "name": "Golduck",
  1646. "image": "https://cdn.recast.ai/blog/pokebot/55.png",
  1647. "evolutions": [
  1648. {
  1649. "id": 54,
  1650. "name": "Psyduck"
  1651. },
  1652. {
  1653. "id": 55,
  1654. "from": 54,
  1655. "trigger": "leveling",
  1656. "trigger_lvl": 33,
  1657. "name": "Golduck"
  1658. }
  1659. ]
  1660. },
  1661. {
  1662. "id": 56,
  1663. "height": "5",
  1664. "weight": "280",
  1665. "base_experience": "61",
  1666. "description": "Extremely quick to anger. It could be docile one moment then thrashing away the next instant.",
  1667. "types": [
  1668. "fighting"
  1669. ],
  1670. "name": "Mankey",
  1671. "image": "https://cdn.recast.ai/blog/pokebot/56.png",
  1672. "evolutions": [
  1673. {
  1674. "id": 56,
  1675. "name": "Mankey"
  1676. },
  1677. {
  1678. "id": 57,
  1679. "from": 56,
  1680. "trigger": "leveling",
  1681. "trigger_lvl": 28,
  1682. "name": "Primeape"
  1683. }
  1684. ]
  1685. },
  1686. {
  1687. "id": 57,
  1688. "height": "10",
  1689. "weight": "320",
  1690. "base_experience": "159",
  1691. "description": "Always furious and tenacious to boot. It will not abandon chasing its quarry until it is caught.",
  1692. "types": [
  1693. "fighting"
  1694. ],
  1695. "name": "Primeape",
  1696. "image": "https://cdn.recast.ai/blog/pokebot/57.png",
  1697. "evolutions": [
  1698. {
  1699. "id": 56,
  1700. "name": "Mankey"
  1701. },
  1702. {
  1703. "id": 57,
  1704. "from": 56,
  1705. "trigger": "leveling",
  1706. "trigger_lvl": 28,
  1707. "name": "Primeape"
  1708. }
  1709. ]
  1710. },
  1711. {
  1712. "id": 58,
  1713. "height": "7",
  1714. "weight": "190",
  1715. "base_experience": "70",
  1716. "description": "Very protective of its territory. It will bark and bite to repel intruders from its space.",
  1717. "types": [
  1718. "fire"
  1719. ],
  1720. "name": "Growlithe",
  1721. "image": "https://cdn.recast.ai/blog/pokebot/58.png",
  1722. "evolutions": [
  1723. {
  1724. "id": 58,
  1725. "name": "Growlithe"
  1726. },
  1727. {
  1728. "id": 59,
  1729. "from": 58,
  1730. "trigger": "item",
  1731. "name": "Arcanine",
  1732. "trigger_item": "fire-stone"
  1733. }
  1734. ]
  1735. },
  1736. {
  1737. "id": 59,
  1738. "height": "19",
  1739. "weight": "1550",
  1740. "base_experience": "194",
  1741. "description": "A POKéMON that has been admired since the past for its beauty. It runs agilely as if on wings.",
  1742. "types": [
  1743. "fire"
  1744. ],
  1745. "name": "Arcanine",
  1746. "image": "https://cdn.recast.ai/blog/pokebot/59.png",
  1747. "evolutions": [
  1748. {
  1749. "id": 58,
  1750. "name": "Growlithe"
  1751. },
  1752. {
  1753. "id": 59,
  1754. "from": 58,
  1755. "trigger": "item",
  1756. "name": "Arcanine",
  1757. "trigger_item": "fire-stone"
  1758. }
  1759. ]
  1760. },
  1761. {
  1762. "id": 60,
  1763. "height": "6",
  1764. "weight": "124",
  1765. "base_experience": "60",
  1766. "description": "Its newly grown legs prevent it from running. It appears to prefer swimming than trying to stand.",
  1767. "types": [
  1768. "water"
  1769. ],
  1770. "name": "Poliwag",
  1771. "image": "https://cdn.recast.ai/blog/pokebot/60.png",
  1772. "evolutions": [
  1773. {
  1774. "id": 60,
  1775. "name": "Poliwag"
  1776. },
  1777. {
  1778. "id": 61,
  1779. "from": 60,
  1780. "trigger": "leveling",
  1781. "trigger_lvl": 25,
  1782. "name": "Poliwhirl"
  1783. },
  1784. {
  1785. "id": 62,
  1786. "from": 61,
  1787. "trigger": "item",
  1788. "name": "Poliwrath",
  1789. "trigger_item": "water-stone"
  1790. },
  1791. {
  1792. "id": 186,
  1793. "from": 61,
  1794. "trigger": "trade",
  1795. "name": "Politoed"
  1796. }
  1797. ]
  1798. },
  1799. {
  1800. "id": 61,
  1801. "height": "10",
  1802. "weight": "200",
  1803. "base_experience": "135",
  1804. "description": "Capable of living in or out of water. When out of water, it sweats to keep its body slimy.",
  1805. "types": [
  1806. "water"
  1807. ],
  1808. "name": "Poliwhirl",
  1809. "image": "https://cdn.recast.ai/blog/pokebot/61.png",
  1810. "evolutions": [
  1811. {
  1812. "id": 60,
  1813. "name": "Poliwag"
  1814. },
  1815. {
  1816. "id": 61,
  1817. "from": 60,
  1818. "trigger": "leveling",
  1819. "trigger_lvl": 25,
  1820. "name": "Poliwhirl"
  1821. },
  1822. {
  1823. "id": 62,
  1824. "from": 61,
  1825. "trigger": "item",
  1826. "name": "Poliwrath",
  1827. "trigger_item": "water-stone"
  1828. },
  1829. {
  1830. "id": 186,
  1831. "from": 61,
  1832. "trigger": "trade",
  1833. "name": "Politoed"
  1834. }
  1835. ]
  1836. },
  1837. {
  1838. "id": 62,
  1839. "height": "13",
  1840. "weight": "540",
  1841. "base_experience": "225",
  1842. "description": "An adept swimmer at both the front crawl and breast stroke. Easily overtakes the best human swimmers.",
  1843. "types": [
  1844. "water",
  1845. "fighting"
  1846. ],
  1847. "name": "Poliwrath",
  1848. "image": "https://cdn.recast.ai/blog/pokebot/62.png",
  1849. "evolutions": [
  1850. {
  1851. "id": 60,
  1852. "name": "Poliwag"
  1853. },
  1854. {
  1855. "id": 61,
  1856. "from": 60,
  1857. "trigger": "leveling",
  1858. "trigger_lvl": 25,
  1859. "name": "Poliwhirl"
  1860. },
  1861. {
  1862. "id": 62,
  1863. "from": 61,
  1864. "trigger": "item",
  1865. "name": "Poliwrath",
  1866. "trigger_item": "water-stone"
  1867. },
  1868. {
  1869. "id": 186,
  1870. "from": 61,
  1871. "trigger": "trade",
  1872. "name": "Politoed"
  1873. }
  1874. ]
  1875. },
  1876. {
  1877. "id": 63,
  1878. "height": "9",
  1879. "weight": "195",
  1880. "base_experience": "62",
  1881. "description": "Using its ability to read minds, it will identify impending danger and TELEPORT to safety.",
  1882. "types": [
  1883. "psychic"
  1884. ],
  1885. "name": "Abra",
  1886. "image": "https://cdn.recast.ai/blog/pokebot/63.png",
  1887. "evolutions": [
  1888. {
  1889. "id": 63,
  1890. "name": "Abra"
  1891. },
  1892. {
  1893. "id": 64,
  1894. "from": 63,
  1895. "trigger": "leveling",
  1896. "trigger_lvl": 16,
  1897. "name": "Kadabra"
  1898. },
  1899. {
  1900. "id": 65,
  1901. "from": 64,
  1902. "trigger": "trade",
  1903. "name": "Alakazam"
  1904. }
  1905. ]
  1906. },
  1907. {
  1908. "id": 64,
  1909. "height": "13",
  1910. "weight": "565",
  1911. "base_experience": "140",
  1912. "description": "It emits special alpha waves from its body that induce headaches just by being close by.",
  1913. "types": [
  1914. "psychic"
  1915. ],
  1916. "name": "Kadabra",
  1917. "image": "https://cdn.recast.ai/blog/pokebot/64.png",
  1918. "evolutions": [
  1919. {
  1920. "id": 63,
  1921. "name": "Abra"
  1922. },
  1923. {
  1924. "id": 64,
  1925. "from": 63,
  1926. "trigger": "leveling",
  1927. "trigger_lvl": 16,
  1928. "name": "Kadabra"
  1929. },
  1930. {
  1931. "id": 65,
  1932. "from": 64,
  1933. "trigger": "trade",
  1934. "name": "Alakazam"
  1935. }
  1936. ]
  1937. },
  1938. {
  1939. "id": 65,
  1940. "height": "15",
  1941. "weight": "480",
  1942. "base_experience": "221",
  1943. "description": "Its brain can out­ perform a super­ computer. Its intelligence quotient is said to be 5,000.",
  1944. "types": [
  1945. "psychic"
  1946. ],
  1947. "name": "Alakazam",
  1948. "image": "https://cdn.recast.ai/blog/pokebot/65.png",
  1949. "evolutions": [
  1950. {
  1951. "id": 63,
  1952. "name": "Abra"
  1953. },
  1954. {
  1955. "id": 64,
  1956. "from": 63,
  1957. "trigger": "leveling",
  1958. "trigger_lvl": 16,
  1959. "name": "Kadabra"
  1960. },
  1961. {
  1962. "id": 65,
  1963. "from": 64,
  1964. "trigger": "trade",
  1965. "name": "Alakazam"
  1966. }
  1967. ]
  1968. },
  1969. {
  1970. "id": 66,
  1971. "height": "8",
  1972. "weight": "195",
  1973. "base_experience": "61",
  1974. "description": "Loves to build its muscles. It trains in all styles of martial arts to become even stronger.",
  1975. "types": [
  1976. "fighting"
  1977. ],
  1978. "name": "Machop",
  1979. "image": "https://cdn.recast.ai/blog/pokebot/66.png",
  1980. "evolutions": [
  1981. {
  1982. "id": 66,
  1983. "name": "Machop"
  1984. },
  1985. {
  1986. "id": 67,
  1987. "from": 66,
  1988. "trigger": "leveling",
  1989. "trigger_lvl": 28,
  1990. "name": "Machoke"
  1991. },
  1992. {
  1993. "id": 68,
  1994. "from": 67,
  1995. "trigger": "trade",
  1996. "name": "Machamp"
  1997. }
  1998. ]
  1999. },
  2000. {
  2001. "id": 67,
  2002. "height": "15",
  2003. "weight": "705",
  2004. "base_experience": "142",
  2005. "description": "Its muscular body is so powerful, it must wear a power save belt to be able to regulate its motions.",
  2006. "types": [
  2007. "fighting"
  2008. ],
  2009. "name": "Machoke",
  2010. "image": "https://cdn.recast.ai/blog/pokebot/67.png",
  2011. "evolutions": [
  2012. {
  2013. "id": 66,
  2014. "name": "Machop"
  2015. },
  2016. {
  2017. "id": 67,
  2018. "from": 66,
  2019. "trigger": "leveling",
  2020. "trigger_lvl": 28,
  2021. "name": "Machoke"
  2022. },
  2023. {
  2024. "id": 68,
  2025. "from": 67,
  2026. "trigger": "trade",
  2027. "name": "Machamp"
  2028. }
  2029. ]
  2030. },
  2031. {
  2032. "id": 68,
  2033. "height": "16",
  2034. "weight": "1300",
  2035. "base_experience": "227",
  2036. "description": "Using its heavy muscles, it throws powerful punches that can send the victim clear over the horizon.",
  2037. "types": [
  2038. "fighting"
  2039. ],
  2040. "name": "Machamp",
  2041. "image": "https://cdn.recast.ai/blog/pokebot/68.png",
  2042. "evolutions": [
  2043. {
  2044. "id": 66,
  2045. "name": "Machop"
  2046. },
  2047. {
  2048. "id": 67,
  2049. "from": 66,
  2050. "trigger": "leveling",
  2051. "trigger_lvl": 28,
  2052. "name": "Machoke"
  2053. },
  2054. {
  2055. "id": 68,
  2056. "from": 67,
  2057. "trigger": "trade",
  2058. "name": "Machamp"
  2059. }
  2060. ]
  2061. },
  2062. {
  2063. "id": 69,
  2064. "height": "7",
  2065. "weight": "40",
  2066. "base_experience": "60",
  2067. "description": "A carnivorous POKéMON that traps and eats bugs. It uses its root feet to soak up needed moisture.",
  2068. "types": [
  2069. "grass",
  2070. "poison"
  2071. ],
  2072. "name": "Bellsprout",
  2073. "image": "https://cdn.recast.ai/blog/pokebot/69.png",
  2074. "evolutions": [
  2075. {
  2076. "id": 69,
  2077. "name": "Bellsprout"
  2078. },
  2079. {
  2080. "id": 70,
  2081. "from": 69,
  2082. "trigger": "leveling",
  2083. "trigger_lvl": 21,
  2084. "name": "Weepinbell"
  2085. },
  2086. {
  2087. "id": 71,
  2088. "from": 70,
  2089. "trigger": "item",
  2090. "name": "Victreebel",
  2091. "trigger_item": "leaf-stone"
  2092. }
  2093. ]
  2094. },
  2095. {
  2096. "id": 70,
  2097. "height": "10",
  2098. "weight": "64",
  2099. "base_experience": "137",
  2100. "description": "It spits out POISONPOWDER to immobilize the enemy and then finishes it with a spray of ACID.",
  2101. "types": [
  2102. "grass",
  2103. "poison"
  2104. ],
  2105. "name": "Weepinbell",
  2106. "image": "https://cdn.recast.ai/blog/pokebot/70.png",
  2107. "evolutions": [
  2108. {
  2109. "id": 69,
  2110. "name": "Bellsprout"
  2111. },
  2112. {
  2113. "id": 70,
  2114. "from": 69,
  2115. "trigger": "leveling",
  2116. "trigger_lvl": 21,
  2117. "name": "Weepinbell"
  2118. },
  2119. {
  2120. "id": 71,
  2121. "from": 70,
  2122. "trigger": "item",
  2123. "name": "Victreebel",
  2124. "trigger_item": "leaf-stone"
  2125. }
  2126. ]
  2127. },
  2128. {
  2129. "id": 71,
  2130. "height": "17",
  2131. "weight": "155",
  2132. "base_experience": "216",
  2133. "description": "Said to live in huge colonies deep in jungles, although no one has ever returned from there.",
  2134. "types": [
  2135. "grass",
  2136. "poison"
  2137. ],
  2138. "name": "Victreebel",
  2139. "image": "https://cdn.recast.ai/blog/pokebot/71.png",
  2140. "evolutions": [
  2141. {
  2142. "id": 69,
  2143. "name": "Bellsprout"
  2144. },
  2145. {
  2146. "id": 70,
  2147. "from": 69,
  2148. "trigger": "leveling",
  2149. "trigger_lvl": 21,
  2150. "name": "Weepinbell"
  2151. },
  2152. {
  2153. "id": 71,
  2154. "from": 70,
  2155. "trigger": "item",
  2156. "name": "Victreebel",
  2157. "trigger_item": "leaf-stone"
  2158. }
  2159. ]
  2160. },
  2161. {
  2162. "id": 72,
  2163. "height": "9",
  2164. "weight": "455",
  2165. "base_experience": "67",
  2166. "description": "Drifts in shallow seas. Anglers who hook them by accident are often punished by its stinging acid.",
  2167. "types": [
  2168. "water",
  2169. "poison"
  2170. ],
  2171. "name": "Tentacool",
  2172. "image": "https://cdn.recast.ai/blog/pokebot/72.png",
  2173. "evolutions": [
  2174. {
  2175. "id": 72,
  2176. "name": "Tentacool"
  2177. },
  2178. {
  2179. "id": 73,
  2180. "from": 72,
  2181. "trigger": "leveling",
  2182. "trigger_lvl": 30,
  2183. "name": "Tentacruel"
  2184. }
  2185. ]
  2186. },
  2187. {
  2188. "id": 73,
  2189. "height": "16",
  2190. "weight": "550",
  2191. "base_experience": "180",
  2192. "description": "The tentacles are normally kept short. On hunts, they are extended to ensnare and immobilize prey.",
  2193. "types": [
  2194. "water",
  2195. "poison"
  2196. ],
  2197. "name": "Tentacruel",
  2198. "image": "https://cdn.recast.ai/blog/pokebot/73.png",
  2199. "evolutions": [
  2200. {
  2201. "id": 72,
  2202. "name": "Tentacool"
  2203. },
  2204. {
  2205. "id": 73,
  2206. "from": 72,
  2207. "trigger": "leveling",
  2208. "trigger_lvl": 30,
  2209. "name": "Tentacruel"
  2210. }
  2211. ]
  2212. },
  2213. {
  2214. "id": 74,
  2215. "height": "4",
  2216. "weight": "200",
  2217. "base_experience": "60",
  2218. "description": "Found in fields and mountains. Mistaking them for boulders, people often step or trip on them.",
  2219. "types": [
  2220. "rock",
  2221. "ground"
  2222. ],
  2223. "name": "Geodude",
  2224. "image": "https://cdn.recast.ai/blog/pokebot/74.png",
  2225. "evolutions": [
  2226. {
  2227. "id": 74,
  2228. "name": "Geodude"
  2229. },
  2230. {
  2231. "id": 75,
  2232. "from": 74,
  2233. "trigger": "leveling",
  2234. "trigger_lvl": 25,
  2235. "name": "Graveler"
  2236. },
  2237. {
  2238. "id": 76,
  2239. "from": 75,
  2240. "trigger": "trade",
  2241. "name": "Golem"
  2242. }
  2243. ]
  2244. },
  2245. {
  2246. "id": 75,
  2247. "height": "10",
  2248. "weight": "1050",
  2249. "base_experience": "137",
  2250. "description": "Rolls down slopes to move. It rolls over any obstacle without slowing or changing its direction.",
  2251. "types": [
  2252. "rock",
  2253. "ground"
  2254. ],
  2255. "name": "Graveler",
  2256. "image": "https://cdn.recast.ai/blog/pokebot/75.png",
  2257. "evolutions": [
  2258. {
  2259. "id": 74,
  2260. "name": "Geodude"
  2261. },
  2262. {
  2263. "id": 75,
  2264. "from": 74,
  2265. "trigger": "leveling",
  2266. "trigger_lvl": 25,
  2267. "name": "Graveler"
  2268. },
  2269. {
  2270. "id": 76,
  2271. "from": 75,
  2272. "trigger": "trade",
  2273. "name": "Golem"
  2274. }
  2275. ]
  2276. },
  2277. {
  2278. "id": 76,
  2279. "height": "14",
  2280. "weight": "3000",
  2281. "base_experience": "218",
  2282. "description": "Its boulder-like body is extremely hard. It can easily withstand dynamite blasts without damage.",
  2283. "types": [
  2284. "rock",
  2285. "ground"
  2286. ],
  2287. "name": "Golem",
  2288. "image": "https://cdn.recast.ai/blog/pokebot/76.png",
  2289. "evolutions": [
  2290. {
  2291. "id": 74,
  2292. "name": "Geodude"
  2293. },
  2294. {
  2295. "id": 75,
  2296. "from": 74,
  2297. "trigger": "leveling",
  2298. "trigger_lvl": 25,
  2299. "name": "Graveler"
  2300. },
  2301. {
  2302. "id": 76,
  2303. "from": 75,
  2304. "trigger": "trade",
  2305. "name": "Golem"
  2306. }
  2307. ]
  2308. },
  2309. {
  2310. "id": 77,
  2311. "height": "10",
  2312. "weight": "300",
  2313. "base_experience": "82",
  2314. "description": "Its hooves are 10 times harder than diamonds. It can trample anything completely flat in little time.",
  2315. "types": [
  2316. "fire"
  2317. ],
  2318. "name": "Ponyta",
  2319. "image": "https://cdn.recast.ai/blog/pokebot/77.png",
  2320. "evolutions": [
  2321. {
  2322. "id": 77,
  2323. "name": "Ponyta"
  2324. },
  2325. {
  2326. "id": 78,
  2327. "from": 77,
  2328. "trigger": "leveling",
  2329. "trigger_lvl": 40,
  2330. "name": "Rapidash"
  2331. }
  2332. ]
  2333. },
  2334. {
  2335. "id": 78,
  2336. "height": "17",
  2337. "weight": "950",
  2338. "base_experience": "175",
  2339. "description": "Very competitive, this POKéMON will chase anything that moves fast in the hopes of racing it.",
  2340. "types": [
  2341. "fire"
  2342. ],
  2343. "name": "Rapidash",
  2344. "image": "https://cdn.recast.ai/blog/pokebot/78.png",
  2345. "evolutions": [
  2346. {
  2347. "id": 77,
  2348. "name": "Ponyta"
  2349. },
  2350. {
  2351. "id": 78,
  2352. "from": 77,
  2353. "trigger": "leveling",
  2354. "trigger_lvl": 40,
  2355. "name": "Rapidash"
  2356. }
  2357. ]
  2358. },
  2359. {
  2360. "id": 79,
  2361. "height": "12",
  2362. "weight": "360",
  2363. "base_experience": "63",
  2364. "description": "Incredibly slow and dopey. It takes 5 seconds for it to feel pain when under attack.",
  2365. "types": [
  2366. "water",
  2367. "psychic"
  2368. ],
  2369. "name": "Slowpoke",
  2370. "image": "https://cdn.recast.ai/blog/pokebot/79.png",
  2371. "evolutions": [
  2372. {
  2373. "id": 79,
  2374. "name": "Slowpoke"
  2375. },
  2376. {
  2377. "id": 80,
  2378. "from": 79,
  2379. "trigger": "leveling",
  2380. "trigger_lvl": 37,
  2381. "name": "Slowbro"
  2382. },
  2383. {
  2384. "id": 199,
  2385. "from": 79,
  2386. "trigger": "trade",
  2387. "name": "Slowking"
  2388. }
  2389. ]
  2390. },
  2391. {
  2392. "id": 80,
  2393. "height": "16",
  2394. "weight": "785",
  2395. "base_experience": "172",
  2396. "description": "The SHELLDER that is latched onto SLOWPOKE's tail is said to feed on the host's left over scraps.",
  2397. "types": [
  2398. "water",
  2399. "psychic"
  2400. ],
  2401. "name": "Slowbro",
  2402. "image": "https://cdn.recast.ai/blog/pokebot/80.png",
  2403. "evolutions": [
  2404. {
  2405. "id": 79,
  2406. "name": "Slowpoke"
  2407. },
  2408. {
  2409. "id": 80,
  2410. "from": 79,
  2411. "trigger": "leveling",
  2412. "trigger_lvl": 37,
  2413. "name": "Slowbro"
  2414. },
  2415. {
  2416. "id": 199,
  2417. "from": 79,
  2418. "trigger": "trade",
  2419. "name": "Slowking"
  2420. }
  2421. ]
  2422. },
  2423. {
  2424. "id": 81,
  2425. "height": "3",
  2426. "weight": "60",
  2427. "base_experience": "65",
  2428. "description": "Uses anti-gravity to stay suspended. Appears without warning and uses THUNDER WAVE and similar moves.",
  2429. "types": [
  2430. "electric",
  2431. "steel"
  2432. ],
  2433. "name": "Magnemite",
  2434. "image": "https://cdn.recast.ai/blog/pokebot/81.png",
  2435. "evolutions": [
  2436. {
  2437. "id": 81,
  2438. "name": "Magnemite"
  2439. },
  2440. {
  2441. "id": 82,
  2442. "from": 81,
  2443. "trigger": "leveling",
  2444. "trigger_lvl": 30,
  2445. "name": "Magneton"
  2446. },
  2447. {
  2448. "id": 462,
  2449. "from": 82,
  2450. "trigger": 1,
  2451. "name": "Magnezone"
  2452. }
  2453. ]
  2454. },
  2455. {
  2456. "id": 82,
  2457. "height": "10",
  2458. "weight": "600",
  2459. "base_experience": "163",
  2460. "description": "Formed by several MAGNEMITEs linked together. They frequently appear when sunspots flare up.",
  2461. "types": [
  2462. "electric",
  2463. "steel"
  2464. ],
  2465. "name": "Magneton",
  2466. "image": "https://cdn.recast.ai/blog/pokebot/82.png",
  2467. "evolutions": [
  2468. {
  2469. "id": 81,
  2470. "name": "Magnemite"
  2471. },
  2472. {
  2473. "id": 82,
  2474. "from": 81,
  2475. "trigger": "leveling",
  2476. "trigger_lvl": 30,
  2477. "name": "Magneton"
  2478. },
  2479. {
  2480. "id": 462,
  2481. "from": 82,
  2482. "trigger": 1,
  2483. "name": "Magnezone"
  2484. }
  2485. ]
  2486. },
  2487. {
  2488. "id": 83,
  2489. "height": "8",
  2490. "weight": "150",
  2491. "base_experience": "123",
  2492. "description": "The sprig of green onions it holds is its weapon. It is used much like a metal sword.",
  2493. "types": [
  2494. "normal",
  2495. "flying"
  2496. ],
  2497. "name": "Farfetchd",
  2498. "image": "https://cdn.recast.ai/blog/pokebot/83.png",
  2499. "evolutions": [
  2500. {
  2501. "id": 83,
  2502. "name": "Farfetchd"
  2503. }
  2504. ]
  2505. },
  2506. {
  2507. "id": 84,
  2508. "height": "14",
  2509. "weight": "392",
  2510. "base_experience": "62",
  2511. "description": "A bird that makes up for its poor flying with its fast foot speed. Leaves giant footprints.",
  2512. "types": [
  2513. "normal",
  2514. "flying"
  2515. ],
  2516. "name": "Doduo",
  2517. "image": "https://cdn.recast.ai/blog/pokebot/84.png",
  2518. "evolutions": [
  2519. {
  2520. "id": 84,
  2521. "name": "Doduo"
  2522. },
  2523. {
  2524. "id": 85,
  2525. "from": 84,
  2526. "trigger": "leveling",
  2527. "trigger_lvl": 31,
  2528. "name": "Dodrio"
  2529. }
  2530. ]
  2531. },
  2532. {
  2533. "id": 85,
  2534. "height": "18",
  2535. "weight": "852",
  2536. "base_experience": "161",
  2537. "description": "Uses its three brains to execute complex plans. While two heads sleep, one head stays awake.",
  2538. "types": [
  2539. "normal",
  2540. "flying"
  2541. ],
  2542. "name": "Dodrio",
  2543. "image": "https://cdn.recast.ai/blog/pokebot/85.png",
  2544. "evolutions": [
  2545. {
  2546. "id": 84,
  2547. "name": "Doduo"
  2548. },
  2549. {
  2550. "id": 85,
  2551. "from": 84,
  2552. "trigger": "leveling",
  2553. "trigger_lvl": 31,
  2554. "name": "Dodrio"
  2555. }
  2556. ]
  2557. },
  2558. {
  2559. "id": 86,
  2560. "height": "11",
  2561. "weight": "900",
  2562. "base_experience": "65",
  2563. "description": "The protruding horn on its head is very hard. It is used for bashing through thick ice.",
  2564. "types": [
  2565. "water"
  2566. ],
  2567. "name": "Seel",
  2568. "image": "https://cdn.recast.ai/blog/pokebot/86.png",
  2569. "evolutions": [
  2570. {
  2571. "id": 86,
  2572. "name": "Seel"
  2573. },
  2574. {
  2575. "id": 87,
  2576. "from": 86,
  2577. "trigger": "leveling",
  2578. "trigger_lvl": 34,
  2579. "name": "Dewgong"
  2580. }
  2581. ]
  2582. },
  2583. {
  2584. "id": 87,
  2585. "height": "17",
  2586. "weight": "1200",
  2587. "base_experience": "166",
  2588. "description": "Stores thermal energy in its body. Swims at a steady 8 knots even in intensely cold waters.",
  2589. "types": [
  2590. "water",
  2591. "ice"
  2592. ],
  2593. "name": "Dewgong",
  2594. "image": "https://cdn.recast.ai/blog/pokebot/87.png",
  2595. "evolutions": [
  2596. {
  2597. "id": 86,
  2598. "name": "Seel"
  2599. },
  2600. {
  2601. "id": 87,
  2602. "from": 86,
  2603. "trigger": "leveling",
  2604. "trigger_lvl": 34,
  2605. "name": "Dewgong"
  2606. }
  2607. ]
  2608. },
  2609. {
  2610. "id": 88,
  2611. "height": "9",
  2612. "weight": "300",
  2613. "base_experience": "65",
  2614. "description": "Appears in filthy areas. Thrives by sucking up polluted sludge that is pumped out of factories.",
  2615. "types": [
  2616. "poison"
  2617. ],
  2618. "name": "Grimer",
  2619. "image": "https://cdn.recast.ai/blog/pokebot/88.png",
  2620. "evolutions": [
  2621. {
  2622. "id": 88,
  2623. "name": "Grimer"
  2624. },
  2625. {
  2626. "id": 89,
  2627. "from": 88,
  2628. "trigger": "leveling",
  2629. "trigger_lvl": 38,
  2630. "name": "Muk"
  2631. }
  2632. ]
  2633. },
  2634. {
  2635. "id": 89,
  2636. "height": "12",
  2637. "weight": "300",
  2638. "base_experience": "175",
  2639. "description": "Thickly covered with a filthy, vile sludge. It is so toxic, even its footprints contain poison.",
  2640. "types": [
  2641. "poison"
  2642. ],
  2643. "name": "Muk",
  2644. "image": "https://cdn.recast.ai/blog/pokebot/89.png",
  2645. "evolutions": [
  2646. {
  2647. "id": 88,
  2648. "name": "Grimer"
  2649. },
  2650. {
  2651. "id": 89,
  2652. "from": 88,
  2653. "trigger": "leveling",
  2654. "trigger_lvl": 38,
  2655. "name": "Muk"
  2656. }
  2657. ]
  2658. },
  2659. {
  2660. "id": 90,
  2661. "height": "3",
  2662. "weight": "40",
  2663. "base_experience": "61",
  2664. "description": "Its hard shell repels any kind of attack. It is vulnerable only when its shell is open.",
  2665. "types": [
  2666. "water"
  2667. ],
  2668. "name": "Shellder",
  2669. "image": "https://cdn.recast.ai/blog/pokebot/90.png",
  2670. "evolutions": [
  2671. {
  2672. "id": 90,
  2673. "name": "Shellder"
  2674. },
  2675. {
  2676. "id": 91,
  2677. "from": 90,
  2678. "trigger": "item",
  2679. "name": "Cloyster",
  2680. "trigger_item": "water-stone"
  2681. }
  2682. ]
  2683. },
  2684. {
  2685. "id": 91,
  2686. "height": "15",
  2687. "weight": "1325",
  2688. "base_experience": "184",
  2689. "description": "When attacked, it launches its horns in quick volleys. Its innards have never been seen.",
  2690. "types": [
  2691. "water",
  2692. "ice"
  2693. ],
  2694. "name": "Cloyster",
  2695. "image": "https://cdn.recast.ai/blog/pokebot/91.png",
  2696. "evolutions": [
  2697. {
  2698. "id": 90,
  2699. "name": "Shellder"
  2700. },
  2701. {
  2702. "id": 91,
  2703. "from": 90,
  2704. "trigger": "item",
  2705. "name": "Cloyster",
  2706. "trigger_item": "water-stone"
  2707. }
  2708. ]
  2709. },
  2710. {
  2711. "id": 92,
  2712. "height": "13",
  2713. "weight": "1",
  2714. "base_experience": "62",
  2715. "description": "Almost invisible, this gaseous POKéMON cloaks the target and puts it to sleep without notice.",
  2716. "types": [
  2717. "ghost",
  2718. "poison"
  2719. ],
  2720. "name": "Gastly",
  2721. "image": "https://cdn.recast.ai/blog/pokebot/92.png",
  2722. "evolutions": [
  2723. {
  2724. "id": 92,
  2725. "name": "Gastly"
  2726. },
  2727. {
  2728. "id": 93,
  2729. "from": 92,
  2730. "trigger": "leveling",
  2731. "trigger_lvl": 25,
  2732. "name": "Haunter"
  2733. },
  2734. {
  2735. "id": 94,
  2736. "from": 93,
  2737. "trigger": "trade",
  2738. "name": "Gengar"
  2739. }
  2740. ]
  2741. },
  2742. {
  2743. "id": 93,
  2744. "height": "16",
  2745. "weight": "1",
  2746. "base_experience": "142",
  2747. "description": "Because of its ability to slip through block walls, it is said to be from an­ other dimension.",
  2748. "types": [
  2749. "ghost",
  2750. "poison"
  2751. ],
  2752. "name": "Haunter",
  2753. "image": "https://cdn.recast.ai/blog/pokebot/93.png",
  2754. "evolutions": [
  2755. {
  2756. "id": 92,
  2757. "name": "Gastly"
  2758. },
  2759. {
  2760. "id": 93,
  2761. "from": 92,
  2762. "trigger": "leveling",
  2763. "trigger_lvl": 25,
  2764. "name": "Haunter"
  2765. },
  2766. {
  2767. "id": 94,
  2768. "from": 93,
  2769. "trigger": "trade",
  2770. "name": "Gengar"
  2771. }
  2772. ]
  2773. },
  2774. {
  2775. "id": 94,
  2776. "height": "15",
  2777. "weight": "405",
  2778. "base_experience": "225",
  2779. "description": "Under a full moon, this POKéMON likes to mimic the shadows of people and laugh at their fright.",
  2780. "types": [
  2781. "ghost",
  2782. "poison"
  2783. ],
  2784. "name": "Gengar",
  2785. "image": "https://cdn.recast.ai/blog/pokebot/94.png",
  2786. "evolutions": [
  2787. {
  2788. "id": 92,
  2789. "name": "Gastly"
  2790. },
  2791. {
  2792. "id": 93,
  2793. "from": 92,
  2794. "trigger": "leveling",
  2795. "trigger_lvl": 25,
  2796. "name": "Haunter"
  2797. },
  2798. {
  2799. "id": 94,
  2800. "from": 93,
  2801. "trigger": "trade",
  2802. "name": "Gengar"
  2803. }
  2804. ]
  2805. },
  2806. {
  2807. "id": 95,
  2808. "height": "88",
  2809. "weight": "2100",
  2810. "base_experience": "77",
  2811. "description": "As it grows, the stone portions of its body harden to become similar to a diamond, but colored black.",
  2812. "types": [
  2813. "rock",
  2814. "ground"
  2815. ],
  2816. "name": "Onix",
  2817. "image": "https://cdn.recast.ai/blog/pokebot/95.png",
  2818. "evolutions": [
  2819. {
  2820. "id": 95,
  2821. "name": "Onix"
  2822. },
  2823. {
  2824. "id": 208,
  2825. "from": 95,
  2826. "trigger": "trade",
  2827. "name": "Steelix"
  2828. }
  2829. ]
  2830. },
  2831. {
  2832. "id": 96,
  2833. "height": "10",
  2834. "weight": "324",
  2835. "base_experience": "66",
  2836. "description": "Puts enemies to sleep then eats their dreams. Occasionally gets sick from eating bad dreams.",
  2837. "types": [
  2838. "psychic"
  2839. ],
  2840. "name": "Drowzee",
  2841. "image": "https://cdn.recast.ai/blog/pokebot/96.png",
  2842. "evolutions": [
  2843. {
  2844. "id": 96,
  2845. "name": "Drowzee"
  2846. },
  2847. {
  2848. "id": 97,
  2849. "from": 96,
  2850. "trigger": "leveling",
  2851. "trigger_lvl": 26,
  2852. "name": "Hypno"
  2853. }
  2854. ]
  2855. },
  2856. {
  2857. "id": 97,
  2858. "height": "16",
  2859. "weight": "756",
  2860. "base_experience": "169",
  2861. "description": "When it locks eyes with an enemy, it will use a mix of PSI moves such as HYPNOSIS and CONFUSION.",
  2862. "types": [
  2863. "psychic"
  2864. ],
  2865. "name": "Hypno",
  2866. "image": "https://cdn.recast.ai/blog/pokebot/97.png",
  2867. "evolutions": [
  2868. {
  2869. "id": 96,
  2870. "name": "Drowzee"
  2871. },
  2872. {
  2873. "id": 97,
  2874. "from": 96,
  2875. "trigger": "leveling",
  2876. "trigger_lvl": 26,
  2877. "name": "Hypno"
  2878. }
  2879. ]
  2880. },
  2881. {
  2882. "id": 98,
  2883. "height": "4",
  2884. "weight": "65",
  2885. "base_experience": "65",
  2886. "description": "Its pincers are not only powerful weapons, they are used for balance when walking sideways.",
  2887. "types": [
  2888. "water"
  2889. ],
  2890. "name": "Krabby",
  2891. "image": "https://cdn.recast.ai/blog/pokebot/98.png",
  2892. "evolutions": [
  2893. {
  2894. "id": 98,
  2895. "name": "Krabby"
  2896. },
  2897. {
  2898. "id": 99,
  2899. "from": 98,
  2900. "trigger": "leveling",
  2901. "trigger_lvl": 28,
  2902. "name": "Kingler"
  2903. }
  2904. ]
  2905. },
  2906. {
  2907. "id": 99,
  2908. "height": "13",
  2909. "weight": "600",
  2910. "base_experience": "166",
  2911. "description": "The large pincer has 10000 hp of crushing power. However, its huge size makes it unwieldy to use.",
  2912. "types": [
  2913. "water"
  2914. ],
  2915. "name": "Kingler",
  2916. "image": "https://cdn.recast.ai/blog/pokebot/99.png",
  2917. "evolutions": [
  2918. {
  2919. "id": 98,
  2920. "name": "Krabby"
  2921. },
  2922. {
  2923. "id": 99,
  2924. "from": 98,
  2925. "trigger": "leveling",
  2926. "trigger_lvl": 28,
  2927. "name": "Kingler"
  2928. }
  2929. ]
  2930. },
  2931. {
  2932. "id": 100,
  2933. "height": "5",
  2934. "weight": "104",
  2935. "base_experience": "66",
  2936. "description": "Usually found in power plants. Easily mistaken for a POKé BALL, they have zapped many people.",
  2937. "types": [
  2938. "electric"
  2939. ],
  2940. "name": "Voltorb",
  2941. "image": "https://cdn.recast.ai/blog/pokebot/100.png",
  2942. "evolutions": [
  2943. {
  2944. "id": 100,
  2945. "name": "Voltorb"
  2946. },
  2947. {
  2948. "id": 101,
  2949. "from": 100,
  2950. "trigger": "leveling",
  2951. "trigger_lvl": 30,
  2952. "name": "Electrode"
  2953. }
  2954. ]
  2955. },
  2956. {
  2957. "id": 101,
  2958. "height": "12",
  2959. "weight": "666",
  2960. "base_experience": "168",
  2961. "description": "It stores electric energy under very high pressure. It often explodes with little or no provocation.",
  2962. "types": [
  2963. "electric"
  2964. ],
  2965. "name": "Electrode",
  2966. "image": "https://cdn.recast.ai/blog/pokebot/101.png",
  2967. "evolutions": [
  2968. {
  2969. "id": 100,
  2970. "name": "Voltorb"
  2971. },
  2972. {
  2973. "id": 101,
  2974. "from": 100,
  2975. "trigger": "leveling",
  2976. "trigger_lvl": 30,
  2977. "name": "Electrode"
  2978. }
  2979. ]
  2980. },
  2981. {
  2982. "id": 102,
  2983. "height": "4",
  2984. "weight": "25",
  2985. "base_experience": "65",
  2986. "description": "Often mistaken for eggs. When disturbed, they quickly gather and attack in swarms.",
  2987. "types": [
  2988. "grass",
  2989. "psychic"
  2990. ],
  2991. "name": "Exeggcute",
  2992. "image": "https://cdn.recast.ai/blog/pokebot/102.png",
  2993. "evolutions": [
  2994. {
  2995. "id": 102,
  2996. "name": "Exeggcute"
  2997. },
  2998. {
  2999. "id": 103,
  3000. "from": 102,
  3001. "trigger": "item",
  3002. "name": "Exeggutor",
  3003. "trigger_item": "leaf-stone"
  3004. }
  3005. ]
  3006. },
  3007. {
  3008. "id": 103,
  3009. "height": "20",
  3010. "weight": "1200",
  3011. "base_experience": "182",
  3012. "description": "Legend has it that on rare occasions, one of its heads will drop off and continue on as an EXEGGCUTE.",
  3013. "types": [
  3014. "grass",
  3015. "psychic"
  3016. ],
  3017. "name": "Exeggutor",
  3018. "image": "https://cdn.recast.ai/blog/pokebot/103.png",
  3019. "evolutions": [
  3020. {
  3021. "id": 102,
  3022. "name": "Exeggcute"
  3023. },
  3024. {
  3025. "id": 103,
  3026. "from": 102,
  3027. "trigger": "item",
  3028. "name": "Exeggutor",
  3029. "trigger_item": "leaf-stone"
  3030. }
  3031. ]
  3032. },
  3033. {
  3034. "id": 104,
  3035. "height": "4",
  3036. "weight": "65",
  3037. "base_experience": "64",
  3038. "description": "Because it never removes its skull helmet, no one has ever seen this POKéMON's real face.",
  3039. "types": [
  3040. "ground"
  3041. ],
  3042. "name": "Cubone",
  3043. "image": "https://cdn.recast.ai/blog/pokebot/104.png",
  3044. "evolutions": [
  3045. {
  3046. "id": 104,
  3047. "name": "Cubone"
  3048. },
  3049. {
  3050. "id": 105,
  3051. "from": 104,
  3052. "trigger": "leveling",
  3053. "trigger_lvl": 28,
  3054. "name": "Marowak"
  3055. }
  3056. ]
  3057. },
  3058. {
  3059. "id": 105,
  3060. "height": "10",
  3061. "weight": "450",
  3062. "base_experience": "149",
  3063. "description": "The bone it holds is its key weapon. It throws the bone skillfully like a boomerang to KO targets.",
  3064. "types": [
  3065. "ground"
  3066. ],
  3067. "name": "Marowak",
  3068. "image": "https://cdn.recast.ai/blog/pokebot/105.png",
  3069. "evolutions": [
  3070. {
  3071. "id": 104,
  3072. "name": "Cubone"
  3073. },
  3074. {
  3075. "id": 105,
  3076. "from": 104,
  3077. "trigger": "leveling",
  3078. "trigger_lvl": 28,
  3079. "name": "Marowak"
  3080. }
  3081. ]
  3082. },
  3083. {
  3084. "id": 106,
  3085. "height": "15",
  3086. "weight": "498",
  3087. "base_experience": "159",
  3088. "description": "When in a hurry, its legs lengthen progressively. It runs smoothly with extra long, loping strides.",
  3089. "types": [
  3090. "fighting"
  3091. ],
  3092. "name": "Hitmonlee",
  3093. "image": "https://cdn.recast.ai/blog/pokebot/106.png",
  3094. "evolutions": [
  3095. {
  3096. "id": 236,
  3097. "name": "Tyrogue"
  3098. },
  3099. {
  3100. "id": 106,
  3101. "from": 236,
  3102. "trigger": "leveling",
  3103. "trigger_lvl": 20,
  3104. "name": "Hitmonlee"
  3105. },
  3106. {
  3107. "id": 107,
  3108. "from": 236,
  3109. "trigger": "leveling",
  3110. "trigger_lvl": 20,
  3111. "name": "Hitmonchan"
  3112. },
  3113. {
  3114. "id": 237,
  3115. "from": 236,
  3116. "trigger": "leveling",
  3117. "trigger_lvl": 20,
  3118. "name": "Hitmontop"
  3119. }
  3120. ]
  3121. },
  3122. {
  3123. "id": 107,
  3124. "height": "14",
  3125. "weight": "502",
  3126. "base_experience": "159",
  3127. "description": "While apparently doing nothing, it fires punches in lightning fast volleys that are impossible to see.",
  3128. "types": [
  3129. "fighting"
  3130. ],
  3131. "name": "Hitmonchan",
  3132. "image": "https://cdn.recast.ai/blog/pokebot/107.png",
  3133. "evolutions": [
  3134. {
  3135. "id": 236,
  3136. "name": "Tyrogue"
  3137. },
  3138. {
  3139. "id": 106,
  3140. "from": 236,
  3141. "trigger": "leveling",
  3142. "trigger_lvl": 20,
  3143. "name": "Hitmonlee"
  3144. },
  3145. {
  3146. "id": 107,
  3147. "from": 236,
  3148. "trigger": "leveling",
  3149. "trigger_lvl": 20,
  3150. "name": "Hitmonchan"
  3151. },
  3152. {
  3153. "id": 237,
  3154. "from": 236,
  3155. "trigger": "leveling",
  3156. "trigger_lvl": 20,
  3157. "name": "Hitmontop"
  3158. }
  3159. ]
  3160. },
  3161. {
  3162. "id": 108,
  3163. "height": "12",
  3164. "weight": "655",
  3165. "base_experience": "77",
  3166. "description": "Its tongue can be extended like a chameleon's. It leaves a tingling sensation when it licks enemies.",
  3167. "types": [
  3168. "normal"
  3169. ],
  3170. "name": "Lickitung",
  3171. "image": "https://cdn.recast.ai/blog/pokebot/108.png",
  3172. "evolutions": [
  3173. {
  3174. "id": 108,
  3175. "name": "Lickitung"
  3176. },
  3177. {
  3178. "id": 463,
  3179. "from": 108,
  3180. "trigger": 1,
  3181. "name": "Lickilicky"
  3182. }
  3183. ]
  3184. },
  3185. {
  3186. "id": 109,
  3187. "height": "6",
  3188. "weight": "10",
  3189. "base_experience": "68",
  3190. "description": "Because it stores several kinds of toxic gases in its body, it is prone to exploding without warning.",
  3191. "types": [
  3192. "poison"
  3193. ],
  3194. "name": "Koffing",
  3195. "image": "https://cdn.recast.ai/blog/pokebot/109.png",
  3196. "evolutions": [
  3197. {
  3198. "id": 109,
  3199. "name": "Koffing"
  3200. },
  3201. {
  3202. "id": 110,
  3203. "from": 109,
  3204. "trigger": "leveling",
  3205. "trigger_lvl": 35,
  3206. "name": "Weezing"
  3207. }
  3208. ]
  3209. },
  3210. {
  3211. "id": 110,
  3212. "height": "12",
  3213. "weight": "95",
  3214. "base_experience": "172",
  3215. "description": "Where two kinds of poison gases meet, 2 KOFFINGs can fuse into a WEEZING over many years.",
  3216. "types": [
  3217. "poison"
  3218. ],
  3219. "name": "Weezing",
  3220. "image": "https://cdn.recast.ai/blog/pokebot/110.png",
  3221. "evolutions": [
  3222. {
  3223. "id": 109,
  3224. "name": "Koffing"
  3225. },
  3226. {
  3227. "id": 110,
  3228. "from": 109,
  3229. "trigger": "leveling",
  3230. "trigger_lvl": 35,
  3231. "name": "Weezing"
  3232. }
  3233. ]
  3234. },
  3235. {
  3236. "id": 111,
  3237. "height": "10",
  3238. "weight": "1150",
  3239. "base_experience": "69",
  3240. "description": "Its massive bones are 1000 times harder than human bones. It can easily knock a trailer flying.",
  3241. "types": [
  3242. "ground",
  3243. "rock"
  3244. ],
  3245. "name": "Rhyhorn",
  3246. "image": "https://cdn.recast.ai/blog/pokebot/111.png",
  3247. "evolutions": [
  3248. {
  3249. "id": 111,
  3250. "name": "Rhyhorn"
  3251. },
  3252. {
  3253. "id": 112,
  3254. "from": 111,
  3255. "trigger": "leveling",
  3256. "trigger_lvl": 42,
  3257. "name": "Rhydon"
  3258. },
  3259. {
  3260. "id": 464,
  3261. "from": 112,
  3262. "trigger": "trade",
  3263. "name": "Rhyperior"
  3264. }
  3265. ]
  3266. },
  3267. {
  3268. "id": 112,
  3269. "height": "19",
  3270. "weight": "1200",
  3271. "base_experience": "170",
  3272. "description": "Protected by an armor-like hide, it is capable of living in molten lava of 3,600 degrees.",
  3273. "types": [
  3274. "ground",
  3275. "rock"
  3276. ],
  3277. "name": "Rhydon",
  3278. "image": "https://cdn.recast.ai/blog/pokebot/112.png",
  3279. "evolutions": [
  3280. {
  3281. "id": 111,
  3282. "name": "Rhyhorn"
  3283. },
  3284. {
  3285. "id": 112,
  3286. "from": 111,
  3287. "trigger": "leveling",
  3288. "trigger_lvl": 42,
  3289. "name": "Rhydon"
  3290. },
  3291. {
  3292. "id": 464,
  3293. "from": 112,
  3294. "trigger": "trade",
  3295. "name": "Rhyperior"
  3296. }
  3297. ]
  3298. },
  3299. {
  3300. "id": 113,
  3301. "height": "11",
  3302. "weight": "346",
  3303. "base_experience": "395",
  3304. "description": "A rare and elusive POKéMON that is said to bring happiness to those who manage to get it.",
  3305. "types": [
  3306. "normal"
  3307. ],
  3308. "name": "Chansey",
  3309. "image": "https://cdn.recast.ai/blog/pokebot/113.png",
  3310. "evolutions": [
  3311. {
  3312. "id": 440,
  3313. "name": "Happiny"
  3314. },
  3315. {
  3316. "id": 113,
  3317. "from": 440,
  3318. "trigger": 1,
  3319. "name": "Chansey"
  3320. },
  3321. {
  3322. "id": 242,
  3323. "from": 113,
  3324. "trigger": 1,
  3325. "name": "Blissey"
  3326. }
  3327. ]
  3328. },
  3329. {
  3330. "id": 114,
  3331. "height": "10",
  3332. "weight": "350",
  3333. "base_experience": "87",
  3334. "description": "The whole body is swathed with wide vines that are similar to sea­ weed. Its vines shake as it walks.",
  3335. "types": [
  3336. "grass"
  3337. ],
  3338. "name": "Tangela",
  3339. "image": "https://cdn.recast.ai/blog/pokebot/114.png",
  3340. "evolutions": [
  3341. {
  3342. "id": 114,
  3343. "name": "Tangela"
  3344. },
  3345. {
  3346. "id": 465,
  3347. "from": 114,
  3348. "trigger": 1,
  3349. "name": "Tangrowth"
  3350. }
  3351. ]
  3352. },
  3353. {
  3354. "id": 115,
  3355. "height": "22",
  3356. "weight": "800",
  3357. "base_experience": "172",
  3358. "description": "The infant rarely ventures out of its mother's protective pouch until it is 3 years old.",
  3359. "types": [
  3360. "normal"
  3361. ],
  3362. "name": "Kangaskhan",
  3363. "image": "https://cdn.recast.ai/blog/pokebot/115.png",
  3364. "evolutions": [
  3365. {
  3366. "id": 115,
  3367. "name": "Kangaskhan"
  3368. }
  3369. ]
  3370. },
  3371. {
  3372. "id": 116,
  3373. "height": "4",
  3374. "weight": "80",
  3375. "base_experience": "59",
  3376. "description": "Known to shoot down flying bugs with precision blasts of ink from the surface of the water.",
  3377. "types": [
  3378. "water"
  3379. ],
  3380. "name": "Horsea",
  3381. "image": "https://cdn.recast.ai/blog/pokebot/116.png",
  3382. "evolutions": [
  3383. {
  3384. "id": 116,
  3385. "name": "Horsea"
  3386. },
  3387. {
  3388. "id": 117,
  3389. "from": 116,
  3390. "trigger": "leveling",
  3391. "trigger_lvl": 32,
  3392. "name": "Seadra"
  3393. },
  3394. {
  3395. "id": 230,
  3396. "from": 117,
  3397. "trigger": "trade",
  3398. "name": "Kingdra"
  3399. }
  3400. ]
  3401. },
  3402. {
  3403. "id": 117,
  3404. "height": "12",
  3405. "weight": "250",
  3406. "base_experience": "154",
  3407. "description": "Capable of swim­ ming backwards by rapidly flapping its wing-like pectoral fins and stout tail.",
  3408. "types": [
  3409. "water"
  3410. ],
  3411. "name": "Seadra",
  3412. "image": "https://cdn.recast.ai/blog/pokebot/117.png",
  3413. "evolutions": [
  3414. {
  3415. "id": 116,
  3416. "name": "Horsea"
  3417. },
  3418. {
  3419. "id": 117,
  3420. "from": 116,
  3421. "trigger": "leveling",
  3422. "trigger_lvl": 32,
  3423. "name": "Seadra"
  3424. },
  3425. {
  3426. "id": 230,
  3427. "from": 117,
  3428. "trigger": "trade",
  3429. "name": "Kingdra"
  3430. }
  3431. ]
  3432. },
  3433. {
  3434. "id": 118,
  3435. "height": "6",
  3436. "weight": "150",
  3437. "base_experience": "64",
  3438. "description": "Its tail fin billows like an elegant ballroom dress, giving it the nickname of the Water Queen.",
  3439. "types": [
  3440. "water"
  3441. ],
  3442. "name": "Goldeen",
  3443. "image": "https://cdn.recast.ai/blog/pokebot/118.png",
  3444. "evolutions": [
  3445. {
  3446. "id": 118,
  3447. "name": "Goldeen"
  3448. },
  3449. {
  3450. "id": 119,
  3451. "from": 118,
  3452. "trigger": "leveling",
  3453. "trigger_lvl": 33,
  3454. "name": "Seaking"
  3455. }
  3456. ]
  3457. },
  3458. {
  3459. "id": 119,
  3460. "height": "13",
  3461. "weight": "390",
  3462. "base_experience": "158",
  3463. "description": "In the autumn spawning season, they can be seen swimming power­ fully up rivers and creeks.",
  3464. "types": [
  3465. "water"
  3466. ],
  3467. "name": "Seaking",
  3468. "image": "https://cdn.recast.ai/blog/pokebot/119.png",
  3469. "evolutions": [
  3470. {
  3471. "id": 118,
  3472. "name": "Goldeen"
  3473. },
  3474. {
  3475. "id": 119,
  3476. "from": 118,
  3477. "trigger": "leveling",
  3478. "trigger_lvl": 33,
  3479. "name": "Seaking"
  3480. }
  3481. ]
  3482. },
  3483. {
  3484. "id": 120,
  3485. "height": "8",
  3486. "weight": "345",
  3487. "base_experience": "68",
  3488. "description": "An enigmatic POKéMON that can effortlessly regenerate any appendage it loses in battle.",
  3489. "types": [
  3490. "water"
  3491. ],
  3492. "name": "Staryu",
  3493. "image": "https://cdn.recast.ai/blog/pokebot/120.png",
  3494. "evolutions": [
  3495. {
  3496. "id": 120,
  3497. "name": "Staryu"
  3498. },
  3499. {
  3500. "id": 121,
  3501. "from": 120,
  3502. "trigger": "item",
  3503. "name": "Starmie",
  3504. "trigger_item": "water-stone"
  3505. }
  3506. ]
  3507. },
  3508. {
  3509. "id": 121,
  3510. "height": "11",
  3511. "weight": "800",
  3512. "base_experience": "182",
  3513. "description": "Its central core glows with the seven colors of the rainbow. Some people value the core as a gem.",
  3514. "types": [
  3515. "water",
  3516. "psychic"
  3517. ],
  3518. "name": "Starmie",
  3519. "image": "https://cdn.recast.ai/blog/pokebot/121.png",
  3520. "evolutions": [
  3521. {
  3522. "id": 120,
  3523. "name": "Staryu"
  3524. },
  3525. {
  3526. "id": 121,
  3527. "from": 120,
  3528. "trigger": "item",
  3529. "name": "Starmie",
  3530. "trigger_item": "water-stone"
  3531. }
  3532. ]
  3533. },
  3534. {
  3535. "id": 122,
  3536. "height": "13",
  3537. "weight": "545",
  3538. "base_experience": "161",
  3539. "description": "If interrupted while it is miming, it will slap around the offender with its broad hands.",
  3540. "types": [
  3541. "psychic",
  3542. "fairy"
  3543. ],
  3544. "name": "Mr-mime",
  3545. "image": "https://cdn.recast.ai/blog/pokebot/122.png",
  3546. "evolutions": [
  3547. {
  3548. "id": 439,
  3549. "name": "Mime-jr"
  3550. },
  3551. {
  3552. "id": 122,
  3553. "from": 439,
  3554. "trigger": 1,
  3555. "name": "Mr-mime"
  3556. }
  3557. ]
  3558. },
  3559. {
  3560. "id": 123,
  3561. "height": "15",
  3562. "weight": "560",
  3563. "base_experience": "100",
  3564. "description": "With ninja-like agility and speed, it can create the illusion that there is more than one.",
  3565. "types": [
  3566. "bug",
  3567. "flying"
  3568. ],
  3569. "name": "Scyther",
  3570. "image": "https://cdn.recast.ai/blog/pokebot/123.png",
  3571. "evolutions": [
  3572. {
  3573. "id": 123,
  3574. "name": "Scyther"
  3575. },
  3576. {
  3577. "id": 212,
  3578. "from": 123,
  3579. "trigger": "trade",
  3580. "name": "Scizor"
  3581. }
  3582. ]
  3583. },
  3584. {
  3585. "id": 124,
  3586. "height": "14",
  3587. "weight": "406",
  3588. "base_experience": "159",
  3589. "description": "It seductively wiggles its hips as it walks. It can cause people to dance in unison with it.",
  3590. "types": [
  3591. "ice",
  3592. "psychic"
  3593. ],
  3594. "name": "Jynx",
  3595. "image": "https://cdn.recast.ai/blog/pokebot/124.png",
  3596. "evolutions": [
  3597. {
  3598. "id": 238,
  3599. "name": "Smoochum"
  3600. },
  3601. {
  3602. "id": 124,
  3603. "from": 238,
  3604. "trigger": "leveling",
  3605. "trigger_lvl": 30,
  3606. "name": "Jynx"
  3607. }
  3608. ]
  3609. },
  3610. {
  3611. "id": 125,
  3612. "height": "11",
  3613. "weight": "300",
  3614. "base_experience": "172",
  3615. "description": "Normally found near power plants, they can wander away and cause major blackouts in cities.",
  3616. "types": [
  3617. "electric"
  3618. ],
  3619. "name": "Electabuzz",
  3620. "image": "https://cdn.recast.ai/blog/pokebot/125.png",
  3621. "evolutions": [
  3622. {
  3623. "id": 239,
  3624. "name": "Elekid"
  3625. },
  3626. {
  3627. "id": 125,
  3628. "from": 239,
  3629. "trigger": "leveling",
  3630. "trigger_lvl": 30,
  3631. "name": "Electabuzz"
  3632. },
  3633. {
  3634. "id": 466,
  3635. "from": 125,
  3636. "trigger": "trade",
  3637. "name": "Electivire"
  3638. }
  3639. ]
  3640. },
  3641. {
  3642. "id": 126,
  3643. "height": "13",
  3644. "weight": "445",
  3645. "base_experience": "173",
  3646. "description": "Its body always burns with an orange glow that enables it to hide perfectly among flames.",
  3647. "types": [
  3648. "fire"
  3649. ],
  3650. "name": "Magmar",
  3651. "image": "https://cdn.recast.ai/blog/pokebot/126.png",
  3652. "evolutions": [
  3653. {
  3654. "id": 240,
  3655. "name": "Magby"
  3656. },
  3657. {
  3658. "id": 126,
  3659. "from": 240,
  3660. "trigger": "leveling",
  3661. "trigger_lvl": 30,
  3662. "name": "Magmar"
  3663. },
  3664. {
  3665. "id": 467,
  3666. "from": 126,
  3667. "trigger": "trade",
  3668. "name": "Magmortar"
  3669. }
  3670. ]
  3671. },
  3672. {
  3673. "id": 127,
  3674. "height": "15",
  3675. "weight": "550",
  3676. "base_experience": "175",
  3677. "description": "If it fails to crush the victim in its pincers, it will swing it around and toss it hard.",
  3678. "types": [
  3679. "bug"
  3680. ],
  3681. "name": "Pinsir",
  3682. "image": "https://cdn.recast.ai/blog/pokebot/127.png",
  3683. "evolutions": [
  3684. {
  3685. "id": 127,
  3686. "name": "Pinsir"
  3687. }
  3688. ]
  3689. },
  3690. {
  3691. "id": 128,
  3692. "height": "14",
  3693. "weight": "884",
  3694. "base_experience": "172",
  3695. "description": "When it targets an enemy, it charges furiously while whipping its body with its long tails.",
  3696. "types": [
  3697. "normal"
  3698. ],
  3699. "name": "Tauros",
  3700. "image": "https://cdn.recast.ai/blog/pokebot/128.png",
  3701. "evolutions": [
  3702. {
  3703. "id": 128,
  3704. "name": "Tauros"
  3705. }
  3706. ]
  3707. },
  3708. {
  3709. "id": 129,
  3710. "height": "9",
  3711. "weight": "100",
  3712. "base_experience": "40",
  3713. "description": "In the distant past, it was somewhat stronger than the horribly weak descendants that exist today.",
  3714. "types": [
  3715. "water"
  3716. ],
  3717. "name": "Magikarp",
  3718. "image": "https://cdn.recast.ai/blog/pokebot/129.png",
  3719. "evolutions": [
  3720. {
  3721. "id": 129,
  3722. "name": "Magikarp"
  3723. },
  3724. {
  3725. "id": 130,
  3726. "from": 129,
  3727. "trigger": "leveling",
  3728. "trigger_lvl": 20,
  3729. "name": "Gyarados"
  3730. }
  3731. ]
  3732. },
  3733. {
  3734. "id": 130,
  3735. "height": "65",
  3736. "weight": "2350",
  3737. "base_experience": "189",
  3738. "description": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.",
  3739. "types": [
  3740. "water",
  3741. "flying"
  3742. ],
  3743. "name": "Gyarados",
  3744. "image": "https://cdn.recast.ai/blog/pokebot/130.png",
  3745. "evolutions": [
  3746. {
  3747. "id": 129,
  3748. "name": "Magikarp"
  3749. },
  3750. {
  3751. "id": 130,
  3752. "from": 129,
  3753. "trigger": "leveling",
  3754. "trigger_lvl": 20,
  3755. "name": "Gyarados"
  3756. }
  3757. ]
  3758. },
  3759. {
  3760. "id": 131,
  3761. "height": "25",
  3762. "weight": "2200",
  3763. "base_experience": "187",
  3764. "description": "A POKéMON that has been over­ hunted almost to extinction. It can ferry people across the water.",
  3765. "types": [
  3766. "water",
  3767. "ice"
  3768. ],
  3769. "name": "Lapras",
  3770. "image": "https://cdn.recast.ai/blog/pokebot/131.png",
  3771. "evolutions": [
  3772. {
  3773. "id": 131,
  3774. "name": "Lapras"
  3775. }
  3776. ]
  3777. },
  3778. {
  3779. "id": 132,
  3780. "height": "3",
  3781. "weight": "40",
  3782. "base_experience": "101",
  3783. "description": "Capable of copying an enemy's genetic code to instantly transform itself into a duplicate of the enemy.",
  3784. "types": [
  3785. "normal"
  3786. ],
  3787. "name": "Ditto",
  3788. "image": "https://cdn.recast.ai/blog/pokebot/132.png",
  3789. "evolutions": [
  3790. {
  3791. "id": 132,
  3792. "name": "Ditto"
  3793. }
  3794. ]
  3795. },
  3796. {
  3797. "id": 133,
  3798. "height": "3",
  3799. "weight": "65",
  3800. "base_experience": "65",
  3801. "description": "Its genetic code is irregular. It may mutate if it is exposed to radiation from element STONEs.",
  3802. "types": [
  3803. "normal"
  3804. ],
  3805. "name": "Eevee",
  3806. "image": "https://cdn.recast.ai/blog/pokebot/133.png",
  3807. "evolutions": [
  3808. {
  3809. "id": 133,
  3810. "name": "Eevee"
  3811. },
  3812. {
  3813. "id": 134,
  3814. "from": 133,
  3815. "trigger": "item",
  3816. "name": "Vaporeon",
  3817. "trigger_item": "water-stone"
  3818. },
  3819. {
  3820. "id": 135,
  3821. "from": 133,
  3822. "trigger": "item",
  3823. "name": "Jolteon",
  3824. "trigger_item": "thunder-stone"
  3825. },
  3826. {
  3827. "id": 136,
  3828. "from": 133,
  3829. "trigger": "item",
  3830. "name": "Flareon",
  3831. "trigger_item": "fire-stone"
  3832. },
  3833. {
  3834. "id": 196,
  3835. "from": 133,
  3836. "trigger": 1,
  3837. "name": "Espeon"
  3838. },
  3839. {
  3840. "id": 197,
  3841. "from": 133,
  3842. "trigger": 1,
  3843. "name": "Umbreon"
  3844. },
  3845. {
  3846. "id": 470,
  3847. "from": 133,
  3848. "trigger": 1,
  3849. "name": "Leafeon"
  3850. },
  3851. {
  3852. "id": 471,
  3853. "from": 133,
  3854. "trigger": 1,
  3855. "name": "Glaceon"
  3856. },
  3857. {
  3858. "id": 700,
  3859. "from": 133,
  3860. "trigger": 1,
  3861. "name": "Sylveon"
  3862. }
  3863. ]
  3864. },
  3865. {
  3866. "id": 134,
  3867. "height": "10",
  3868. "weight": "290",
  3869. "base_experience": "184",
  3870. "description": "Lives close to water. Its long tail is ridged with a fin which is often mistaken for a mermaid's.",
  3871. "types": [
  3872. "water"
  3873. ],
  3874. "name": "Vaporeon",
  3875. "image": "https://cdn.recast.ai/blog/pokebot/134.png",
  3876. "evolutions": [
  3877. {
  3878. "id": 133,
  3879. "name": "Eevee"
  3880. },
  3881. {
  3882. "id": 134,
  3883. "from": 133,
  3884. "trigger": "item",
  3885. "name": "Vaporeon",
  3886. "trigger_item": "water-stone"
  3887. },
  3888. {
  3889. "id": 135,
  3890. "from": 133,
  3891. "trigger": "item",
  3892. "name": "Jolteon",
  3893. "trigger_item": "thunder-stone"
  3894. },
  3895. {
  3896. "id": 136,
  3897. "from": 133,
  3898. "trigger": "item",
  3899. "name": "Flareon",
  3900. "trigger_item": "fire-stone"
  3901. },
  3902. {
  3903. "id": 196,
  3904. "from": 133,
  3905. "trigger": 1,
  3906. "name": "Espeon"
  3907. },
  3908. {
  3909. "id": 197,
  3910. "from": 133,
  3911. "trigger": 1,
  3912. "name": "Umbreon"
  3913. },
  3914. {
  3915. "id": 470,
  3916. "from": 133,
  3917. "trigger": 1,
  3918. "name": "Leafeon"
  3919. },
  3920. {
  3921. "id": 471,
  3922. "from": 133,
  3923. "trigger": 1,
  3924. "name": "Glaceon"
  3925. },
  3926. {
  3927. "id": 700,
  3928. "from": 133,
  3929. "trigger": 1,
  3930. "name": "Sylveon"
  3931. }
  3932. ]
  3933. },
  3934. {
  3935. "id": 135,
  3936. "height": "8",
  3937. "weight": "245",
  3938. "base_experience": "184",
  3939. "description": "It accumulates negative ions in the atmosphere to blast out 10000- volt lightning bolts.",
  3940. "types": [
  3941. "electric"
  3942. ],
  3943. "name": "Jolteon",
  3944. "image": "https://cdn.recast.ai/blog/pokebot/135.png",
  3945. "evolutions": [
  3946. {
  3947. "id": 133,
  3948. "name": "Eevee"
  3949. },
  3950. {
  3951. "id": 134,
  3952. "from": 133,
  3953. "trigger": "item",
  3954. "name": "Vaporeon",
  3955. "trigger_item": "water-stone"
  3956. },
  3957. {
  3958. "id": 135,
  3959. "from": 133,
  3960. "trigger": "item",
  3961. "name": "Jolteon",
  3962. "trigger_item": "thunder-stone"
  3963. },
  3964. {
  3965. "id": 136,
  3966. "from": 133,
  3967. "trigger": "item",
  3968. "name": "Flareon",
  3969. "trigger_item": "fire-stone"
  3970. },
  3971. {
  3972. "id": 196,
  3973. "from": 133,
  3974. "trigger": 1,
  3975. "name": "Espeon"
  3976. },
  3977. {
  3978. "id": 197,
  3979. "from": 133,
  3980. "trigger": 1,
  3981. "name": "Umbreon"
  3982. },
  3983. {
  3984. "id": 470,
  3985. "from": 133,
  3986. "trigger": 1,
  3987. "name": "Leafeon"
  3988. },
  3989. {
  3990. "id": 471,
  3991. "from": 133,
  3992. "trigger": 1,
  3993. "name": "Glaceon"
  3994. },
  3995. {
  3996. "id": 700,
  3997. "from": 133,
  3998. "trigger": 1,
  3999. "name": "Sylveon"
  4000. }
  4001. ]
  4002. },
  4003. {
  4004. "id": 136,
  4005. "height": "9",
  4006. "weight": "250",
  4007. "base_experience": "184",
  4008. "description": "When storing thermal energy in its body, its temperature could soar to over 1600 degrees.",
  4009. "types": [
  4010. "fire"
  4011. ],
  4012. "name": "Flareon",
  4013. "image": "https://cdn.recast.ai/blog/pokebot/136.png",
  4014. "evolutions": [
  4015. {
  4016. "id": 133,
  4017. "name": "Eevee"
  4018. },
  4019. {
  4020. "id": 134,
  4021. "from": 133,
  4022. "trigger": "item",
  4023. "name": "Vaporeon",
  4024. "trigger_item": "water-stone"
  4025. },
  4026. {
  4027. "id": 135,
  4028. "from": 133,
  4029. "trigger": "item",
  4030. "name": "Jolteon",
  4031. "trigger_item": "thunder-stone"
  4032. },
  4033. {
  4034. "id": 136,
  4035. "from": 133,
  4036. "trigger": "item",
  4037. "name": "Flareon",
  4038. "trigger_item": "fire-stone"
  4039. },
  4040. {
  4041. "id": 196,
  4042. "from": 133,
  4043. "trigger": 1,
  4044. "name": "Espeon"
  4045. },
  4046. {
  4047. "id": 197,
  4048. "from": 133,
  4049. "trigger": 1,
  4050. "name": "Umbreon"
  4051. },
  4052. {
  4053. "id": 470,
  4054. "from": 133,
  4055. "trigger": 1,
  4056. "name": "Leafeon"
  4057. },
  4058. {
  4059. "id": 471,
  4060. "from": 133,
  4061. "trigger": 1,
  4062. "name": "Glaceon"
  4063. },
  4064. {
  4065. "id": 700,
  4066. "from": 133,
  4067. "trigger": 1,
  4068. "name": "Sylveon"
  4069. }
  4070. ]
  4071. },
  4072. {
  4073. "id": 137,
  4074. "height": "8",
  4075. "weight": "365",
  4076. "base_experience": "79",
  4077. "description": "A POKéMON that consists entirely of programming code. Capable of moving freely in cyberspace.",
  4078. "types": [
  4079. "normal"
  4080. ],
  4081. "name": "Porygon",
  4082. "image": "https://cdn.recast.ai/blog/pokebot/137.png",
  4083. "evolutions": [
  4084. {
  4085. "id": 137,
  4086. "name": "Porygon"
  4087. },
  4088. {
  4089. "id": 233,
  4090. "from": 137,
  4091. "trigger": "trade",
  4092. "name": "Porygon2"
  4093. },
  4094. {
  4095. "id": 474,
  4096. "from": 233,
  4097. "trigger": "trade",
  4098. "name": "Porygon-z"
  4099. }
  4100. ]
  4101. },
  4102. {
  4103. "id": 138,
  4104. "height": "4",
  4105. "weight": "75",
  4106. "base_experience": "71",
  4107. "description": "Although long extinct, in rare cases, it can be genetically resurrected from fossils.",
  4108. "types": [
  4109. "rock",
  4110. "water"
  4111. ],
  4112. "name": "Omanyte",
  4113. "image": "https://cdn.recast.ai/blog/pokebot/138.png",
  4114. "evolutions": [
  4115. {
  4116. "id": 138,
  4117. "name": "Omanyte"
  4118. },
  4119. {
  4120. "id": 139,
  4121. "from": 138,
  4122. "trigger": "leveling",
  4123. "trigger_lvl": 40,
  4124. "name": "Omastar"
  4125. }
  4126. ]
  4127. },
  4128. {
  4129. "id": 139,
  4130. "height": "10",
  4131. "weight": "350",
  4132. "base_experience": "173",
  4133. "description": "A prehistoric POKéMON that died out when its heavy shell made it impossible to catch prey.",
  4134. "types": [
  4135. "rock",
  4136. "water"
  4137. ],
  4138. "name": "Omastar",
  4139. "image": "https://cdn.recast.ai/blog/pokebot/139.png",
  4140. "evolutions": [
  4141. {
  4142. "id": 138,
  4143. "name": "Omanyte"
  4144. },
  4145. {
  4146. "id": 139,
  4147. "from": 138,
  4148. "trigger": "leveling",
  4149. "trigger_lvl": 40,
  4150. "name": "Omastar"
  4151. }
  4152. ]
  4153. },
  4154. {
  4155. "id": 140,
  4156. "height": "5",
  4157. "weight": "115",
  4158. "base_experience": "71",
  4159. "description": "A POKéMON that was resurrected from a fossil found in what was once the ocean floor eons ago.",
  4160. "types": [
  4161. "rock",
  4162. "water"
  4163. ],
  4164. "name": "Kabuto",
  4165. "image": "https://cdn.recast.ai/blog/pokebot/140.png",
  4166. "evolutions": [
  4167. {
  4168. "id": 140,
  4169. "name": "Kabuto"
  4170. },
  4171. {
  4172. "id": 141,
  4173. "from": 140,
  4174. "trigger": "leveling",
  4175. "trigger_lvl": 40,
  4176. "name": "Kabutops"
  4177. }
  4178. ]
  4179. },
  4180. {
  4181. "id": 141,
  4182. "height": "13",
  4183. "weight": "405",
  4184. "base_experience": "173",
  4185. "description": "Its sleek shape is perfect for swim­ ming. It slashes prey with its claws and drains the body fluids.",
  4186. "types": [
  4187. "rock",
  4188. "water"
  4189. ],
  4190. "name": "Kabutops",
  4191. "image": "https://cdn.recast.ai/blog/pokebot/141.png",
  4192. "evolutions": [
  4193. {
  4194. "id": 140,
  4195. "name": "Kabuto"
  4196. },
  4197. {
  4198. "id": 141,
  4199. "from": 140,
  4200. "trigger": "leveling",
  4201. "trigger_lvl": 40,
  4202. "name": "Kabutops"
  4203. }
  4204. ]
  4205. },
  4206. {
  4207. "id": 142,
  4208. "height": "18",
  4209. "weight": "590",
  4210. "base_experience": "180",
  4211. "description": "A ferocious, pre­ historic POKéMON that goes for the enemy's throat with its serrated saw-like fangs.",
  4212. "types": [
  4213. "rock",
  4214. "flying"
  4215. ],
  4216. "name": "Aerodactyl",
  4217. "image": "https://cdn.recast.ai/blog/pokebot/142.png",
  4218. "evolutions": [
  4219. {
  4220. "id": 142,
  4221. "name": "Aerodactyl"
  4222. }
  4223. ]
  4224. },
  4225. {
  4226. "id": 143,
  4227. "height": "21",
  4228. "weight": "4600",
  4229. "base_experience": "189",
  4230. "description": "Very lazy. Just eats and sleeps. As its rotund bulk builds, it becomes steadily more slothful.",
  4231. "types": [
  4232. "normal"
  4233. ],
  4234. "name": "Snorlax",
  4235. "image": "https://cdn.recast.ai/blog/pokebot/143.png",
  4236. "evolutions": [
  4237. {
  4238. "id": 446,
  4239. "name": "Munchlax"
  4240. },
  4241. {
  4242. "id": 143,
  4243. "from": 446,
  4244. "trigger": 1,
  4245. "name": "Snorlax"
  4246. }
  4247. ]
  4248. },
  4249. {
  4250. "id": 144,
  4251. "height": "17",
  4252. "weight": "554",
  4253. "base_experience": "261",
  4254. "description": "A legendary bird POKéMON that is said to appear to doomed people who are lost in icy mountains.",
  4255. "types": [
  4256. "ice",
  4257. "flying"
  4258. ],
  4259. "name": "Articuno",
  4260. "image": "https://cdn.recast.ai/blog/pokebot/144.png",
  4261. "evolutions": [
  4262. {
  4263. "id": 144,
  4264. "name": "Articuno"
  4265. }
  4266. ]
  4267. },
  4268. {
  4269. "id": 145,
  4270. "height": "16",
  4271. "weight": "526",
  4272. "base_experience": "261",
  4273. "description": "A legendary bird POKéMON that is said to appear from clouds while dropping enormous lightning bolts.",
  4274. "types": [
  4275. "electric",
  4276. "flying"
  4277. ],
  4278. "name": "Zapdos",
  4279. "image": "https://cdn.recast.ai/blog/pokebot/145.png",
  4280. "evolutions": [
  4281. {
  4282. "id": 145,
  4283. "name": "Zapdos"
  4284. }
  4285. ]
  4286. },
  4287. {
  4288. "id": 146,
  4289. "height": "20",
  4290. "weight": "600",
  4291. "base_experience": "261",
  4292. "description": "Known as the legendary bird of fire. Every flap of its wings creates a dazzling flash of flames.",
  4293. "types": [
  4294. "fire",
  4295. "flying"
  4296. ],
  4297. "name": "Moltres",
  4298. "image": "https://cdn.recast.ai/blog/pokebot/146.png",
  4299. "evolutions": [
  4300. {
  4301. "id": 146,
  4302. "name": "Moltres"
  4303. }
  4304. ]
  4305. },
  4306. {
  4307. "id": 147,
  4308. "height": "18",
  4309. "weight": "33",
  4310. "base_experience": "60",
  4311. "description": "Long considered a mythical POKéMON until recently when a small colony was found living underwater.",
  4312. "types": [
  4313. "dragon"
  4314. ],
  4315. "name": "Dratini",
  4316. "image": "https://cdn.recast.ai/blog/pokebot/147.png",
  4317. "evolutions": [
  4318. {
  4319. "id": 147,
  4320. "name": "Dratini"
  4321. },
  4322. {
  4323. "id": 148,
  4324. "from": 147,
  4325. "trigger": "leveling",
  4326. "trigger_lvl": 30,
  4327. "name": "Dragonair"
  4328. },
  4329. {
  4330. "id": 149,
  4331. "from": 148,
  4332. "trigger": "leveling",
  4333. "trigger_lvl": 55,
  4334. "name": "Dragonite"
  4335. }
  4336. ]
  4337. },
  4338. {
  4339. "id": 148,
  4340. "height": "40",
  4341. "weight": "165",
  4342. "base_experience": "147",
  4343. "description": "A mystical POKéMON that exudes a gentle aura. Has the ability to change climate conditions.",
  4344. "types": [
  4345. "dragon"
  4346. ],
  4347. "name": "Dragonair",
  4348. "image": "https://cdn.recast.ai/blog/pokebot/148.png",
  4349. "evolutions": [
  4350. {
  4351. "id": 147,
  4352. "name": "Dratini"
  4353. },
  4354. {
  4355. "id": 148,
  4356. "from": 147,
  4357. "trigger": "leveling",
  4358. "trigger_lvl": 30,
  4359. "name": "Dragonair"
  4360. },
  4361. {
  4362. "id": 149,
  4363. "from": 148,
  4364. "trigger": "leveling",
  4365. "trigger_lvl": 55,
  4366. "name": "Dragonite"
  4367. }
  4368. ]
  4369. },
  4370. {
  4371. "id": 149,
  4372. "height": "22",
  4373. "weight": "2100",
  4374. "base_experience": "270",
  4375. "description": "An extremely rarely seen marine POKéMON. Its intelligence is said to match that of humans.",
  4376. "types": [
  4377. "dragon",
  4378. "flying"
  4379. ],
  4380. "name": "Dragonite",
  4381. "image": "https://cdn.recast.ai/blog/pokebot/149.png",
  4382. "evolutions": [
  4383. {
  4384. "id": 147,
  4385. "name": "Dratini"
  4386. },
  4387. {
  4388. "id": 148,
  4389. "from": 147,
  4390. "trigger": "leveling",
  4391. "trigger_lvl": 30,
  4392. "name": "Dragonair"
  4393. },
  4394. {
  4395. "id": 149,
  4396. "from": 148,
  4397. "trigger": "leveling",
  4398. "trigger_lvl": 55,
  4399. "name": "Dragonite"
  4400. }
  4401. ]
  4402. },
  4403. {
  4404. "id": 150,
  4405. "height": "20",
  4406. "weight": "1220",
  4407. "base_experience": "306",
  4408. "description": "It was created by a scientist after years of horrific gene splicing and DNA engineering experiments.",
  4409. "types": [
  4410. "psychic"
  4411. ],
  4412. "name": "Mewtwo",
  4413. "image": "https://cdn.recast.ai/blog/pokebot/150.png",
  4414. "evolutions": [
  4415. {
  4416. "id": 150,
  4417. "name": "Mewtwo"
  4418. }
  4419. ]
  4420. },
  4421. {
  4422. "id": 151,
  4423. "height": "4",
  4424. "weight": "40",
  4425. "base_experience": "270",
  4426. "description": "So rare that it is still said to be a mirage by many experts. Only a few people have seen it worldwide.",
  4427. "types": [
  4428. "psychic"
  4429. ],
  4430. "name": "Mew",
  4431. "image": "https://cdn.recast.ai/blog/pokebot/151.png",
  4432. "evolutions": [
  4433. {
  4434. "id": 151,
  4435. "name": "Mew"
  4436. }
  4437. ]
  4438. },
  4439. {
  4440. "id": 152,
  4441. "height": "9",
  4442. "weight": "64",
  4443. "base_experience": "64",
  4444. "description": "A sweet aroma gently wafts from the leaf on its head. It is docile and loves to soak up the sun's rays.",
  4445. "types": [
  4446. "grass"
  4447. ],
  4448. "name": "Chikorita",
  4449. "image": "https://cdn.recast.ai/blog/pokebot/152.png",
  4450. "evolutions": [
  4451. {
  4452. "id": 152,
  4453. "name": "Chikorita"
  4454. },
  4455. {
  4456. "id": 153,
  4457. "from": 152,
  4458. "trigger": "leveling",
  4459. "trigger_lvl": 16,
  4460. "name": "Bayleef"
  4461. },
  4462. {
  4463. "id": 154,
  4464. "from": 153,
  4465. "trigger": "leveling",
  4466. "trigger_lvl": 32,
  4467. "name": "Meganium"
  4468. }
  4469. ]
  4470. },
  4471. {
  4472. "id": 153,
  4473. "height": "12",
  4474. "weight": "158",
  4475. "base_experience": "142",
  4476. "description": "The scent of spices comes from around its neck. Somehow, sniffing it makes you want to fight.",
  4477. "types": [
  4478. "grass"
  4479. ],
  4480. "name": "Bayleef",
  4481. "image": "https://cdn.recast.ai/blog/pokebot/153.png",
  4482. "evolutions": [
  4483. {
  4484. "id": 152,
  4485. "name": "Chikorita"
  4486. },
  4487. {
  4488. "id": 153,
  4489. "from": 152,
  4490. "trigger": "leveling",
  4491. "trigger_lvl": 16,
  4492. "name": "Bayleef"
  4493. },
  4494. {
  4495. "id": 154,
  4496. "from": 153,
  4497. "trigger": "leveling",
  4498. "trigger_lvl": 32,
  4499. "name": "Meganium"
  4500. }
  4501. ]
  4502. },
  4503. {
  4504. "id": 154,
  4505. "height": "18",
  4506. "weight": "1005",
  4507. "base_experience": "236",
  4508. "description": "The aroma that rises from its petals contains a substance that calms aggressive feelings.",
  4509. "types": [
  4510. "grass"
  4511. ],
  4512. "name": "Meganium",
  4513. "image": "https://cdn.recast.ai/blog/pokebot/154.png",
  4514. "evolutions": [
  4515. {
  4516. "id": 152,
  4517. "name": "Chikorita"
  4518. },
  4519. {
  4520. "id": 153,
  4521. "from": 152,
  4522. "trigger": "leveling",
  4523. "trigger_lvl": 16,
  4524. "name": "Bayleef"
  4525. },
  4526. {
  4527. "id": 154,
  4528. "from": 153,
  4529. "trigger": "leveling",
  4530. "trigger_lvl": 32,
  4531. "name": "Meganium"
  4532. }
  4533. ]
  4534. },
  4535. {
  4536. "id": 155,
  4537. "height": "5",
  4538. "weight": "79",
  4539. "base_experience": "62",
  4540. "description": "It is timid, and always curls it­ self up in a ball. If attacked, it flares up its back for protection.",
  4541. "types": [
  4542. "fire"
  4543. ],
  4544. "name": "Cyndaquil",
  4545. "image": "https://cdn.recast.ai/blog/pokebot/155.png",
  4546. "evolutions": [
  4547. {
  4548. "id": 155,
  4549. "name": "Cyndaquil"
  4550. },
  4551. {
  4552. "id": 156,
  4553. "from": 155,
  4554. "trigger": "leveling",
  4555. "trigger_lvl": 14,
  4556. "name": "Quilava"
  4557. },
  4558. {
  4559. "id": 157,
  4560. "from": 156,
  4561. "trigger": "leveling",
  4562. "trigger_lvl": 36,
  4563. "name": "Typhlosion"
  4564. }
  4565. ]
  4566. },
  4567. {
  4568. "id": 156,
  4569. "height": "9",
  4570. "weight": "190",
  4571. "base_experience": "142",
  4572. "description": "Be careful if it turns its back during battle. It means that it will attack with the fire on its back.",
  4573. "types": [
  4574. "fire"
  4575. ],
  4576. "name": "Quilava",
  4577. "image": "https://cdn.recast.ai/blog/pokebot/156.png",
  4578. "evolutions": [
  4579. {
  4580. "id": 155,
  4581. "name": "Cyndaquil"
  4582. },
  4583. {
  4584. "id": 156,
  4585. "from": 155,
  4586. "trigger": "leveling",
  4587. "trigger_lvl": 14,
  4588. "name": "Quilava"
  4589. },
  4590. {
  4591. "id": 157,
  4592. "from": 156,
  4593. "trigger": "leveling",
  4594. "trigger_lvl": 36,
  4595. "name": "Typhlosion"
  4596. }
  4597. ]
  4598. },
  4599. {
  4600. "id": 157,
  4601. "height": "17",
  4602. "weight": "795",
  4603. "base_experience": "240",
  4604. "description": "If its rage peaks, it becomes so hot that anything that touches it will instantly go up in flames.",
  4605. "types": [
  4606. "fire"
  4607. ],
  4608. "name": "Typhlosion",
  4609. "image": "https://cdn.recast.ai/blog/pokebot/157.png",
  4610. "evolutions": [
  4611. {
  4612. "id": 155,
  4613. "name": "Cyndaquil"
  4614. },
  4615. {
  4616. "id": 156,
  4617. "from": 155,
  4618. "trigger": "leveling",
  4619. "trigger_lvl": 14,
  4620. "name": "Quilava"
  4621. },
  4622. {
  4623. "id": 157,
  4624. "from": 156,
  4625. "trigger": "leveling",
  4626. "trigger_lvl": 36,
  4627. "name": "Typhlosion"
  4628. }
  4629. ]
  4630. },
  4631. {
  4632. "id": 158,
  4633. "height": "6",
  4634. "weight": "95",
  4635. "base_experience": "63",
  4636. "description": "Its well-developed jaws are powerful and capable of crushing anything. Even its trainer must be careful.",
  4637. "types": [
  4638. "water"
  4639. ],
  4640. "name": "Totodile",
  4641. "image": "https://cdn.recast.ai/blog/pokebot/158.png",
  4642. "evolutions": [
  4643. {
  4644. "id": 158,
  4645. "name": "Totodile"
  4646. },
  4647. {
  4648. "id": 159,
  4649. "from": 158,
  4650. "trigger": "leveling",
  4651. "trigger_lvl": 18,
  4652. "name": "Croconaw"
  4653. },
  4654. {
  4655. "id": 160,
  4656. "from": 159,
  4657. "trigger": "leveling",
  4658. "trigger_lvl": 30,
  4659. "name": "Feraligatr"
  4660. }
  4661. ]
  4662. },
  4663. {
  4664. "id": 159,
  4665. "height": "11",
  4666. "weight": "250",
  4667. "base_experience": "142",
  4668. "description": "If it loses a fang, a new one grows back in its place. There are always 48 fangs lining its mouth.",
  4669. "types": [
  4670. "water"
  4671. ],
  4672. "name": "Croconaw",
  4673. "image": "https://cdn.recast.ai/blog/pokebot/159.png",
  4674. "evolutions": [
  4675. {
  4676. "id": 158,
  4677. "name": "Totodile"
  4678. },
  4679. {
  4680. "id": 159,
  4681. "from": 158,
  4682. "trigger": "leveling",
  4683. "trigger_lvl": 18,
  4684. "name": "Croconaw"
  4685. },
  4686. {
  4687. "id": 160,
  4688. "from": 159,
  4689. "trigger": "leveling",
  4690. "trigger_lvl": 30,
  4691. "name": "Feraligatr"
  4692. }
  4693. ]
  4694. },
  4695. {
  4696. "id": 160,
  4697. "height": "23",
  4698. "weight": "888",
  4699. "base_experience": "239",
  4700. "description": "When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up.",
  4701. "types": [
  4702. "water"
  4703. ],
  4704. "name": "Feraligatr",
  4705. "image": "https://cdn.recast.ai/blog/pokebot/160.png",
  4706. "evolutions": [
  4707. {
  4708. "id": 158,
  4709. "name": "Totodile"
  4710. },
  4711. {
  4712. "id": 159,
  4713. "from": 158,
  4714. "trigger": "leveling",
  4715. "trigger_lvl": 18,
  4716. "name": "Croconaw"
  4717. },
  4718. {
  4719. "id": 160,
  4720. "from": 159,
  4721. "trigger": "leveling",
  4722. "trigger_lvl": 30,
  4723. "name": "Feraligatr"
  4724. }
  4725. ]
  4726. },
  4727. {
  4728. "id": 161,
  4729. "height": "8",
  4730. "weight": "60",
  4731. "base_experience": "43",
  4732. "description": "A very cautious POKéMON, it raises itself up using its tail to get a better view of its surroundings.",
  4733. "types": [
  4734. "normal"
  4735. ],
  4736. "name": "Sentret",
  4737. "image": "https://cdn.recast.ai/blog/pokebot/161.png",
  4738. "evolutions": [
  4739. {
  4740. "id": 161,
  4741. "name": "Sentret"
  4742. },
  4743. {
  4744. "id": 162,
  4745. "from": 161,
  4746. "trigger": "leveling",
  4747. "trigger_lvl": 15,
  4748. "name": "Furret"
  4749. }
  4750. ]
  4751. },
  4752. {
  4753. "id": 162,
  4754. "height": "18",
  4755. "weight": "325",
  4756. "base_experience": "145",
  4757. "description": "It makes a nest to suit its long and skinny body. The nest is impossible for other POKéMON to enter.",
  4758. "types": [
  4759. "normal"
  4760. ],
  4761. "name": "Furret",
  4762. "image": "https://cdn.recast.ai/blog/pokebot/162.png",
  4763. "evolutions": [
  4764. {
  4765. "id": 161,
  4766. "name": "Sentret"
  4767. },
  4768. {
  4769. "id": 162,
  4770. "from": 161,
  4771. "trigger": "leveling",
  4772. "trigger_lvl": 15,
  4773. "name": "Furret"
  4774. }
  4775. ]
  4776. },
  4777. {
  4778. "id": 163,
  4779. "height": "7",
  4780. "weight": "212",
  4781. "base_experience": "52",
  4782. "description": "It always stands on one foot. It changes feet so fast, the movement can rarely be seen.",
  4783. "types": [
  4784. "normal",
  4785. "flying"
  4786. ],
  4787. "name": "Hoothoot",
  4788. "image": "https://cdn.recast.ai/blog/pokebot/163.png",
  4789. "evolutions": [
  4790. {
  4791. "id": 163,
  4792. "name": "Hoothoot"
  4793. },
  4794. {
  4795. "id": 164,
  4796. "from": 163,
  4797. "trigger": "leveling",
  4798. "trigger_lvl": 20,
  4799. "name": "Noctowl"
  4800. }
  4801. ]
  4802. },
  4803. {
  4804. "id": 164,
  4805. "height": "16",
  4806. "weight": "408",
  4807. "base_experience": "155",
  4808. "description": "Its eyes are specially adapted. They concentrate even faint light and enable it to see in the dark.",
  4809. "types": [
  4810. "normal",
  4811. "flying"
  4812. ],
  4813. "name": "Noctowl",
  4814. "image": "https://cdn.recast.ai/blog/pokebot/164.png",
  4815. "evolutions": [
  4816. {
  4817. "id": 163,
  4818. "name": "Hoothoot"
  4819. },
  4820. {
  4821. "id": 164,
  4822. "from": 163,
  4823. "trigger": "leveling",
  4824. "trigger_lvl": 20,
  4825. "name": "Noctowl"
  4826. }
  4827. ]
  4828. },
  4829. {
  4830. "id": 165,
  4831. "height": "10",
  4832. "weight": "108",
  4833. "base_experience": "53",
  4834. "description": "It is very timid. It will be afraid to move if it is alone. But it will be active if it is in a group.",
  4835. "types": [
  4836. "bug",
  4837. "flying"
  4838. ],
  4839. "name": "Ledyba",
  4840. "image": "https://cdn.recast.ai/blog/pokebot/165.png",
  4841. "evolutions": [
  4842. {
  4843. "id": 165,
  4844. "name": "Ledyba"
  4845. },
  4846. {
  4847. "id": 166,
  4848. "from": 165,
  4849. "trigger": "leveling",
  4850. "trigger_lvl": 18,
  4851. "name": "Ledian"
  4852. }
  4853. ]
  4854. },
  4855. {
  4856. "id": 166,
  4857. "height": "14",
  4858. "weight": "356",
  4859. "base_experience": "137",
  4860. "description": "When the stars flicker in the night sky, it flutters about, scattering a glowing powder.",
  4861. "types": [
  4862. "bug",
  4863. "flying"
  4864. ],
  4865. "name": "Ledian",
  4866. "image": "https://cdn.recast.ai/blog/pokebot/166.png",
  4867. "evolutions": [
  4868. {
  4869. "id": 165,
  4870. "name": "Ledyba"
  4871. },
  4872. {
  4873. "id": 166,
  4874. "from": 165,
  4875. "trigger": "leveling",
  4876. "trigger_lvl": 18,
  4877. "name": "Ledian"
  4878. }
  4879. ]
  4880. },
  4881. {
  4882. "id": 167,
  4883. "height": "5",
  4884. "weight": "85",
  4885. "base_experience": "50",
  4886. "description": "It lies still in the same pose for days in its web, waiting for its unsuspecting prey to wander close.",
  4887. "types": [
  4888. "bug",
  4889. "poison"
  4890. ],
  4891. "name": "Spinarak",
  4892. "image": "https://cdn.recast.ai/blog/pokebot/167.png",
  4893. "evolutions": [
  4894. {
  4895. "id": 167,
  4896. "name": "Spinarak"
  4897. },
  4898. {
  4899. "id": 168,
  4900. "from": 167,
  4901. "trigger": "leveling",
  4902. "trigger_lvl": 22,
  4903. "name": "Ariados"
  4904. }
  4905. ]
  4906. },
  4907. {
  4908. "id": 168,
  4909. "height": "11",
  4910. "weight": "335",
  4911. "base_experience": "137",
  4912. "description": "It spins string not only from its rear but also from its mouth. It is hard to tell which end is which.",
  4913. "types": [
  4914. "bug",
  4915. "poison"
  4916. ],
  4917. "name": "Ariados",
  4918. "image": "https://cdn.recast.ai/blog/pokebot/168.png",
  4919. "evolutions": [
  4920. {
  4921. "id": 167,
  4922. "name": "Spinarak"
  4923. },
  4924. {
  4925. "id": 168,
  4926. "from": 167,
  4927. "trigger": "leveling",
  4928. "trigger_lvl": 22,
  4929. "name": "Ariados"
  4930. }
  4931. ]
  4932. },
  4933. {
  4934. "id": 169,
  4935. "height": "18",
  4936. "weight": "750",
  4937. "base_experience": "241",
  4938. "description": "It flies so si­ lently through the dark on its four wings that it may not be noticed even when nearby.",
  4939. "types": [
  4940. "poison",
  4941. "flying"
  4942. ],
  4943. "name": "Crobat",
  4944. "image": "https://cdn.recast.ai/blog/pokebot/169.png",
  4945. "evolutions": [
  4946. {
  4947. "id": 41,
  4948. "name": "Zubat"
  4949. },
  4950. {
  4951. "id": 42,
  4952. "from": 41,
  4953. "trigger": "leveling",
  4954. "trigger_lvl": 22,
  4955. "name": "Golbat"
  4956. },
  4957. {
  4958. "id": 169,
  4959. "from": 42,
  4960. "trigger": 1,
  4961. "name": "Crobat"
  4962. }
  4963. ]
  4964. },
  4965. {
  4966. "id": 170,
  4967. "height": "5",
  4968. "weight": "120",
  4969. "base_experience": "66",
  4970. "description": "It shoots positive and negative elec­ tricity between the tips of its two antennae and zaps its enemies.",
  4971. "types": [
  4972. "water",
  4973. "electric"
  4974. ],
  4975. "name": "Chinchou",
  4976. "image": "https://cdn.recast.ai/blog/pokebot/170.png",
  4977. "evolutions": [
  4978. {
  4979. "id": 170,
  4980. "name": "Chinchou"
  4981. },
  4982. {
  4983. "id": 171,
  4984. "from": 170,
  4985. "trigger": "leveling",
  4986. "trigger_lvl": 27,
  4987. "name": "Lanturn"
  4988. }
  4989. ]
  4990. },
  4991. {
  4992. "id": 171,
  4993. "height": "12",
  4994. "weight": "225",
  4995. "base_experience": "161",
  4996. "description": "The light it emits is so bright that it can illuminate the sea's surface from a depth of over three miles.",
  4997. "types": [
  4998. "water",
  4999. "electric"
  5000. ],
  5001. "name": "Lanturn",
  5002. "image": "https://cdn.recast.ai/blog/pokebot/171.png",
  5003. "evolutions": [
  5004. {
  5005. "id": 170,
  5006. "name": "Chinchou"
  5007. },
  5008. {
  5009. "id": 171,
  5010. "from": 170,
  5011. "trigger": "leveling",
  5012. "trigger_lvl": 27,
  5013. "name": "Lanturn"
  5014. }
  5015. ]
  5016. },
  5017. {
  5018. "id": 172,
  5019. "height": "3",
  5020. "weight": "20",
  5021. "base_experience": "41",
  5022. "description": "It is not yet skilled at storing electricity. It may send out a jolt if amused or startled.",
  5023. "types": [
  5024. "electric"
  5025. ],
  5026. "name": "Pichu",
  5027. "image": "https://cdn.recast.ai/blog/pokebot/172.png",
  5028. "evolutions": [
  5029. {
  5030. "id": 172,
  5031. "name": "Pichu"
  5032. },
  5033. {
  5034. "id": 25,
  5035. "from": 172,
  5036. "trigger": 1,
  5037. "name": "Pikachu"
  5038. },
  5039. {
  5040. "id": 26,
  5041. "from": 25,
  5042. "trigger": "item",
  5043. "name": "Raichu",
  5044. "trigger_item": "thunder-stone"
  5045. }
  5046. ]
  5047. },
  5048. {
  5049. "id": 173,
  5050. "height": "3",
  5051. "weight": "30",
  5052. "base_experience": "44",
  5053. "description": "Because of its unusual, star-like silhouette, people believe that it came here on a meteor.",
  5054. "types": [
  5055. "fairy"
  5056. ],
  5057. "name": "Cleffa",
  5058. "image": "https://cdn.recast.ai/blog/pokebot/173.png",
  5059. "evolutions": [
  5060. {
  5061. "id": 173,
  5062. "name": "Cleffa"
  5063. },
  5064. {
  5065. "id": 35,
  5066. "from": 173,
  5067. "trigger": 1,
  5068. "name": "Clefairy"
  5069. },
  5070. {
  5071. "id": 36,
  5072. "from": 35,
  5073. "trigger": "item",
  5074. "name": "Clefable",
  5075. "trigger_item": "moon-stone"
  5076. }
  5077. ]
  5078. },
  5079. {
  5080. "id": 174,
  5081. "height": "3",
  5082. "weight": "10",
  5083. "base_experience": "42",
  5084. "description": "It has a very soft body. If it starts to roll, it will bounce all over and be impossible to stop.",
  5085. "types": [
  5086. "normal",
  5087. "fairy"
  5088. ],
  5089. "name": "Igglybuff",
  5090. "image": "https://cdn.recast.ai/blog/pokebot/174.png",
  5091. "evolutions": [
  5092. {
  5093. "id": 174,
  5094. "name": "Igglybuff"
  5095. },
  5096. {
  5097. "id": 39,
  5098. "from": 174,
  5099. "trigger": 1,
  5100. "name": "Jigglypuff"
  5101. },
  5102. {
  5103. "id": 40,
  5104. "from": 39,
  5105. "trigger": "item",
  5106. "name": "Wigglytuff",
  5107. "trigger_item": "moon-stone"
  5108. }
  5109. ]
  5110. },
  5111. {
  5112. "id": 175,
  5113. "height": "3",
  5114. "weight": "15",
  5115. "base_experience": "49",
  5116. "description": "The shell seems to be filled with joy. It is said that it will share good luck when treated kindly.",
  5117. "types": [
  5118. "fairy"
  5119. ],
  5120. "name": "Togepi",
  5121. "image": "https://cdn.recast.ai/blog/pokebot/175.png",
  5122. "evolutions": [
  5123. {
  5124. "id": 175,
  5125. "name": "Togepi"
  5126. },
  5127. {
  5128. "id": 176,
  5129. "from": 175,
  5130. "trigger": 1,
  5131. "name": "Togetic"
  5132. },
  5133. {
  5134. "id": 468,
  5135. "from": 176,
  5136. "trigger": "item",
  5137. "name": "Togekiss",
  5138. "trigger_item": "shiny-stone"
  5139. }
  5140. ]
  5141. },
  5142. {
  5143. "id": 176,
  5144. "height": "6",
  5145. "weight": "32",
  5146. "base_experience": "142",
  5147. "description": "They say that it will appear before kindhearted, car­ ing people and shower them with happiness.",
  5148. "types": [
  5149. "fairy",
  5150. "flying"
  5151. ],
  5152. "name": "Togetic",
  5153. "image": "https://cdn.recast.ai/blog/pokebot/176.png",
  5154. "evolutions": [
  5155. {
  5156. "id": 175,
  5157. "name": "Togepi"
  5158. },
  5159. {
  5160. "id": 176,
  5161. "from": 175,
  5162. "trigger": 1,
  5163. "name": "Togetic"
  5164. },
  5165. {
  5166. "id": 468,
  5167. "from": 176,
  5168. "trigger": "item",
  5169. "name": "Togekiss",
  5170. "trigger_item": "shiny-stone"
  5171. }
  5172. ]
  5173. },
  5174. {
  5175. "id": 177,
  5176. "height": "2",
  5177. "weight": "20",
  5178. "base_experience": "64",
  5179. "description": "Because its wings aren't yet fully grown, it has to hop to get around. It is always star­ ing at something.",
  5180. "types": [
  5181. "psychic",
  5182. "flying"
  5183. ],
  5184. "name": "Natu",
  5185. "image": "https://cdn.recast.ai/blog/pokebot/177.png",
  5186. "evolutions": [
  5187. {
  5188. "id": 177,
  5189. "name": "Natu"
  5190. },
  5191. {
  5192. "id": 178,
  5193. "from": 177,
  5194. "trigger": "leveling",
  5195. "trigger_lvl": 25,
  5196. "name": "Xatu"
  5197. }
  5198. ]
  5199. },
  5200. {
  5201. "id": 178,
  5202. "height": "15",
  5203. "weight": "150",
  5204. "base_experience": "165",
  5205. "description": "They say that it stays still and quiet because it is seeing both the past and future at the same time.",
  5206. "types": [
  5207. "psychic",
  5208. "flying"
  5209. ],
  5210. "name": "Xatu",
  5211. "image": "https://cdn.recast.ai/blog/pokebot/178.png",
  5212. "evolutions": [
  5213. {
  5214. "id": 177,
  5215. "name": "Natu"
  5216. },
  5217. {
  5218. "id": 178,
  5219. "from": 177,
  5220. "trigger": "leveling",
  5221. "trigger_lvl": 25,
  5222. "name": "Xatu"
  5223. }
  5224. ]
  5225. },
  5226. {
  5227. "id": 179,
  5228. "height": "6",
  5229. "weight": "78",
  5230. "base_experience": "56",
  5231. "description": "If static elec­ tricity builds in its body, its fleece doubles in volume. Touching it will shock you.",
  5232. "types": [
  5233. "electric"
  5234. ],
  5235. "name": "Mareep",
  5236. "image": "https://cdn.recast.ai/blog/pokebot/179.png",
  5237. "evolutions": [
  5238. {
  5239. "id": 179,
  5240. "name": "Mareep"
  5241. },
  5242. {
  5243. "id": 180,
  5244. "from": 179,
  5245. "trigger": "leveling",
  5246. "trigger_lvl": 15,
  5247. "name": "Flaaffy"
  5248. },
  5249. {
  5250. "id": 181,
  5251. "from": 180,
  5252. "trigger": "leveling",
  5253. "trigger_lvl": 30,
  5254. "name": "Ampharos"
  5255. }
  5256. ]
  5257. },
  5258. {
  5259. "id": 180,
  5260. "height": "8",
  5261. "weight": "133",
  5262. "base_experience": "128",
  5263. "description": "As a result of storing too much electricity, it developed patches where even downy wool won't grow.",
  5264. "types": [
  5265. "electric"
  5266. ],
  5267. "name": "Flaaffy",
  5268. "image": "https://cdn.recast.ai/blog/pokebot/180.png",
  5269. "evolutions": [
  5270. {
  5271. "id": 179,
  5272. "name": "Mareep"
  5273. },
  5274. {
  5275. "id": 180,
  5276. "from": 179,
  5277. "trigger": "leveling",
  5278. "trigger_lvl": 15,
  5279. "name": "Flaaffy"
  5280. },
  5281. {
  5282. "id": 181,
  5283. "from": 180,
  5284. "trigger": "leveling",
  5285. "trigger_lvl": 30,
  5286. "name": "Ampharos"
  5287. }
  5288. ]
  5289. },
  5290. {
  5291. "id": 181,
  5292. "height": "14",
  5293. "weight": "615",
  5294. "base_experience": "225",
  5295. "description": "The tail's tip shines brightly and can be seen from far away. It acts as a beacon for lost people.",
  5296. "types": [
  5297. "electric"
  5298. ],
  5299. "name": "Ampharos",
  5300. "image": "https://cdn.recast.ai/blog/pokebot/181.png",
  5301. "evolutions": [
  5302. {
  5303. "id": 179,
  5304. "name": "Mareep"
  5305. },
  5306. {
  5307. "id": 180,
  5308. "from": 179,
  5309. "trigger": "leveling",
  5310. "trigger_lvl": 15,
  5311. "name": "Flaaffy"
  5312. },
  5313. {
  5314. "id": 181,
  5315. "from": 180,
  5316. "trigger": "leveling",
  5317. "trigger_lvl": 30,
  5318. "name": "Ampharos"
  5319. }
  5320. ]
  5321. },
  5322. {
  5323. "id": 182,
  5324. "height": "4",
  5325. "weight": "58",
  5326. "base_experience": "216",
  5327. "description": "BELLOSSOM gather at times and appear to dance. They say that the dance is a ritual to summon the sun.",
  5328. "types": [
  5329. "grass"
  5330. ],
  5331. "name": "Bellossom",
  5332. "image": "https://cdn.recast.ai/blog/pokebot/182.png",
  5333. "evolutions": [
  5334. {
  5335. "id": 43,
  5336. "name": "Oddish"
  5337. },
  5338. {
  5339. "id": 44,
  5340. "from": 43,
  5341. "trigger": "leveling",
  5342. "trigger_lvl": 21,
  5343. "name": "Gloom"
  5344. },
  5345. {
  5346. "id": 45,
  5347. "from": 44,
  5348. "trigger": "item",
  5349. "name": "Vileplume",
  5350. "trigger_item": "leaf-stone"
  5351. },
  5352. {
  5353. "id": 182,
  5354. "from": 44,
  5355. "trigger": "item",
  5356. "name": "Bellossom",
  5357. "trigger_item": "sun-stone"
  5358. }
  5359. ]
  5360. },
  5361. {
  5362. "id": 183,
  5363. "height": "4",
  5364. "weight": "85",
  5365. "base_experience": "88",
  5366. "description": "The tip of its tail, which con­ tains oil that is lighter than wa­ ter, lets it swim without drowning.",
  5367. "types": [
  5368. "water",
  5369. "fairy"
  5370. ],
  5371. "name": "Marill",
  5372. "image": "https://cdn.recast.ai/blog/pokebot/183.png",
  5373. "evolutions": [
  5374. {
  5375. "id": 298,
  5376. "name": "Azurill"
  5377. },
  5378. {
  5379. "id": 183,
  5380. "from": 298,
  5381. "trigger": 1,
  5382. "name": "Marill"
  5383. },
  5384. {
  5385. "id": 184,
  5386. "from": 183,
  5387. "trigger": "leveling",
  5388. "trigger_lvl": 18,
  5389. "name": "Azumarill"
  5390. }
  5391. ]
  5392. },
  5393. {
  5394. "id": 184,
  5395. "height": "8",
  5396. "weight": "285",
  5397. "base_experience": "185",
  5398. "description": "By keeping still and listening in­ tently, it can tell what is in even wild, fast- moving rivers.",
  5399. "types": [
  5400. "water",
  5401. "fairy"
  5402. ],
  5403. "name": "Azumarill",
  5404. "image": "https://cdn.recast.ai/blog/pokebot/184.png",
  5405. "evolutions": [
  5406. {
  5407. "id": 298,
  5408. "name": "Azurill"
  5409. },
  5410. {
  5411. "id": 183,
  5412. "from": 298,
  5413. "trigger": 1,
  5414. "name": "Marill"
  5415. },
  5416. {
  5417. "id": 184,
  5418. "from": 183,
  5419. "trigger": "leveling",
  5420. "trigger_lvl": 18,
  5421. "name": "Azumarill"
  5422. }
  5423. ]
  5424. },
  5425. {
  5426. "id": 185,
  5427. "height": "12",
  5428. "weight": "380",
  5429. "base_experience": "144",
  5430. "description": "Although it always pretends to be a tree, its composi­ tion appears to be closer to a rock than a plant.",
  5431. "types": [
  5432. "rock"
  5433. ],
  5434. "name": "Sudowoodo",
  5435. "image": "https://cdn.recast.ai/blog/pokebot/185.png",
  5436. "evolutions": [
  5437. {
  5438. "id": 438,
  5439. "name": "Bonsly"
  5440. },
  5441. {
  5442. "id": 185,
  5443. "from": 438,
  5444. "trigger": 1,
  5445. "name": "Sudowoodo"
  5446. }
  5447. ]
  5448. },
  5449. {
  5450. "id": 186,
  5451. "height": "11",
  5452. "weight": "339",
  5453. "base_experience": "225",
  5454. "description": "If POLIWAG and POLIWHIRL hear its echoing cry, they respond by gather­ ing from far and wide.",
  5455. "types": [
  5456. "water"
  5457. ],
  5458. "name": "Politoed",
  5459. "image": "https://cdn.recast.ai/blog/pokebot/186.png",
  5460. "evolutions": [
  5461. {
  5462. "id": 60,
  5463. "name": "Poliwag"
  5464. },
  5465. {
  5466. "id": 61,
  5467. "from": 60,
  5468. "trigger": "leveling",
  5469. "trigger_lvl": 25,
  5470. "name": "Poliwhirl"
  5471. },
  5472. {
  5473. "id": 62,
  5474. "from": 61,
  5475. "trigger": "item",
  5476. "name": "Poliwrath",
  5477. "trigger_item": "water-stone"
  5478. },
  5479. {
  5480. "id": 186,
  5481. "from": 61,
  5482. "trigger": "trade",
  5483. "name": "Politoed"
  5484. }
  5485. ]
  5486. },
  5487. {
  5488. "id": 187,
  5489. "height": "4",
  5490. "weight": "5",
  5491. "base_experience": "50",
  5492. "description": "To keep from being blown away by the wind, they gather in clusters. They do enjoy gentle breezes, though.",
  5493. "types": [
  5494. "grass",
  5495. "flying"
  5496. ],
  5497. "name": "Hoppip",
  5498. "image": "https://cdn.recast.ai/blog/pokebot/187.png",
  5499. "evolutions": [
  5500. {
  5501. "id": 187,
  5502. "name": "Hoppip"
  5503. },
  5504. {
  5505. "id": 188,
  5506. "from": 187,
  5507. "trigger": "leveling",
  5508. "trigger_lvl": 18,
  5509. "name": "Skiploom"
  5510. },
  5511. {
  5512. "id": 189,
  5513. "from": 188,
  5514. "trigger": "leveling",
  5515. "trigger_lvl": 27,
  5516. "name": "Jumpluff"
  5517. }
  5518. ]
  5519. },
  5520. {
  5521. "id": 188,
  5522. "height": "6",
  5523. "weight": "10",
  5524. "base_experience": "119",
  5525. "description": "The bloom on top of its head opens and closes as the temperature fluc­ tuates up and down.",
  5526. "types": [
  5527. "grass",
  5528. "flying"
  5529. ],
  5530. "name": "Skiploom",
  5531. "image": "https://cdn.recast.ai/blog/pokebot/188.png",
  5532. "evolutions": [
  5533. {
  5534. "id": 187,
  5535. "name": "Hoppip"
  5536. },
  5537. {
  5538. "id": 188,
  5539. "from": 187,
  5540. "trigger": "leveling",
  5541. "trigger_lvl": 18,
  5542. "name": "Skiploom"
  5543. },
  5544. {
  5545. "id": 189,
  5546. "from": 188,
  5547. "trigger": "leveling",
  5548. "trigger_lvl": 27,
  5549. "name": "Jumpluff"
  5550. }
  5551. ]
  5552. },
  5553. {
  5554. "id": 189,
  5555. "height": "8",
  5556. "weight": "30",
  5557. "base_experience": "203",
  5558. "description": "Once it catches the wind, it deft­ ly controls its cotton-puff spores to float, even around the world.",
  5559. "types": [
  5560. "grass",
  5561. "flying"
  5562. ],
  5563. "name": "Jumpluff",
  5564. "image": "https://cdn.recast.ai/blog/pokebot/189.png",
  5565. "evolutions": [
  5566. {
  5567. "id": 187,
  5568. "name": "Hoppip"
  5569. },
  5570. {
  5571. "id": 188,
  5572. "from": 187,
  5573. "trigger": "leveling",
  5574. "trigger_lvl": 18,
  5575. "name": "Skiploom"
  5576. },
  5577. {
  5578. "id": 189,
  5579. "from": 188,
  5580. "trigger": "leveling",
  5581. "trigger_lvl": 27,
  5582. "name": "Jumpluff"
  5583. }
  5584. ]
  5585. },
  5586. {
  5587. "id": 190,
  5588. "height": "8",
  5589. "weight": "115",
  5590. "base_experience": "72",
  5591. "description": "Its tail is so powerful that it can use it to grab a tree branch and hold itself up in the air.",
  5592. "types": [
  5593. "normal"
  5594. ],
  5595. "name": "Aipom",
  5596. "image": "https://cdn.recast.ai/blog/pokebot/190.png",
  5597. "evolutions": [
  5598. {
  5599. "id": 190,
  5600. "name": "Aipom"
  5601. },
  5602. {
  5603. "id": 424,
  5604. "from": 190,
  5605. "trigger": 1,
  5606. "name": "Ambipom"
  5607. }
  5608. ]
  5609. },
  5610. {
  5611. "id": 191,
  5612. "height": "3",
  5613. "weight": "18",
  5614. "base_experience": "36",
  5615. "description": "It may drop out of the sky suddenly. If attacked by a SPEAROW, it will violently shake its leaves.",
  5616. "types": [
  5617. "grass"
  5618. ],
  5619. "name": "Sunkern",
  5620. "image": "https://cdn.recast.ai/blog/pokebot/191.png",
  5621. "evolutions": [
  5622. {
  5623. "id": 191,
  5624. "name": "Sunkern"
  5625. },
  5626. {
  5627. "id": 192,
  5628. "from": 191,
  5629. "trigger": "item",
  5630. "name": "Sunflora",
  5631. "trigger_item": "sun-stone"
  5632. }
  5633. ]
  5634. },
  5635. {
  5636. "id": 192,
  5637. "height": "8",
  5638. "weight": "85",
  5639. "base_experience": "149",
  5640. "description": "It converts sun­ light into energy. In the darkness after sunset, it closes its petals and becomes still.",
  5641. "types": [
  5642. "grass"
  5643. ],
  5644. "name": "Sunflora",
  5645. "image": "https://cdn.recast.ai/blog/pokebot/192.png",
  5646. "evolutions": [
  5647. {
  5648. "id": 191,
  5649. "name": "Sunkern"
  5650. },
  5651. {
  5652. "id": 192,
  5653. "from": 191,
  5654. "trigger": "item",
  5655. "name": "Sunflora",
  5656. "trigger_item": "sun-stone"
  5657. }
  5658. ]
  5659. },
  5660. {
  5661. "id": 193,
  5662. "height": "12",
  5663. "weight": "380",
  5664. "base_experience": "78",
  5665. "description": "If it flaps its wings really fast, it can generate shock waves that will shatter win­ dows in the area.",
  5666. "types": [
  5667. "bug",
  5668. "flying"
  5669. ],
  5670. "name": "Yanma",
  5671. "image": "https://cdn.recast.ai/blog/pokebot/193.png",
  5672. "evolutions": [
  5673. {
  5674. "id": 193,
  5675. "name": "Yanma"
  5676. },
  5677. {
  5678. "id": 469,
  5679. "from": 193,
  5680. "trigger": 1,
  5681. "name": "Yanmega"
  5682. }
  5683. ]
  5684. },
  5685. {
  5686. "id": 194,
  5687. "height": "4",
  5688. "weight": "85",
  5689. "base_experience": "42",
  5690. "description": "This POKéMON lives in cold water. It will leave the water to search for food when it gets cold outside.",
  5691. "types": [
  5692. "water",
  5693. "ground"
  5694. ],
  5695. "name": "Wooper",
  5696. "image": "https://cdn.recast.ai/blog/pokebot/194.png",
  5697. "evolutions": [
  5698. {
  5699. "id": 194,
  5700. "name": "Wooper"
  5701. },
  5702. {
  5703. "id": 195,
  5704. "from": 194,
  5705. "trigger": "leveling",
  5706. "trigger_lvl": 20,
  5707. "name": "Quagsire"
  5708. }
  5709. ]
  5710. },
  5711. {
  5712. "id": 195,
  5713. "height": "14",
  5714. "weight": "750",
  5715. "base_experience": "151",
  5716. "description": "This carefree POKéMON has an easy-going nature. While swimming, it always bumps into boat hulls.",
  5717. "types": [
  5718. "water",
  5719. "ground"
  5720. ],
  5721. "name": "Quagsire",
  5722. "image": "https://cdn.recast.ai/blog/pokebot/195.png",
  5723. "evolutions": [
  5724. {
  5725. "id": 194,
  5726. "name": "Wooper"
  5727. },
  5728. {
  5729. "id": 195,
  5730. "from": 194,
  5731. "trigger": "leveling",
  5732. "trigger_lvl": 20,
  5733. "name": "Quagsire"
  5734. }
  5735. ]
  5736. },
  5737. {
  5738. "id": 196,
  5739. "height": "9",
  5740. "weight": "265",
  5741. "base_experience": "184",
  5742. "description": "It uses the fine hair that covers its body to sense air currents and predict its ene­ my's actions.",
  5743. "types": [
  5744. "psychic"
  5745. ],
  5746. "name": "Espeon",
  5747. "image": "https://cdn.recast.ai/blog/pokebot/196.png",
  5748. "evolutions": [
  5749. {
  5750. "id": 133,
  5751. "name": "Eevee"
  5752. },
  5753. {
  5754. "id": 134,
  5755. "from": 133,
  5756. "trigger": "item",
  5757. "name": "Vaporeon",
  5758. "trigger_item": "water-stone"
  5759. },
  5760. {
  5761. "id": 135,
  5762. "from": 133,
  5763. "trigger": "item",
  5764. "name": "Jolteon",
  5765. "trigger_item": "thunder-stone"
  5766. },
  5767. {
  5768. "id": 136,
  5769. "from": 133,
  5770. "trigger": "item",
  5771. "name": "Flareon",
  5772. "trigger_item": "fire-stone"
  5773. },
  5774. {
  5775. "id": 196,
  5776. "from": 133,
  5777. "trigger": 1,
  5778. "name": "Espeon"
  5779. },
  5780. {
  5781. "id": 197,
  5782. "from": 133,
  5783. "trigger": 1,
  5784. "name": "Umbreon"
  5785. },
  5786. {
  5787. "id": 470,
  5788. "from": 133,
  5789. "trigger": 1,
  5790. "name": "Leafeon"
  5791. },
  5792. {
  5793. "id": 471,
  5794. "from": 133,
  5795. "trigger": 1,
  5796. "name": "Glaceon"
  5797. },
  5798. {
  5799. "id": 700,
  5800. "from": 133,
  5801. "trigger": 1,
  5802. "name": "Sylveon"
  5803. }
  5804. ]
  5805. },
  5806. {
  5807. "id": 197,
  5808. "height": "10",
  5809. "weight": "270",
  5810. "base_experience": "184",
  5811. "description": "When agitated, this POKéMON pro­ tects itself by spraying poisonous sweat from its pores.",
  5812. "types": [
  5813. "dark"
  5814. ],
  5815. "name": "Umbreon",
  5816. "image": "https://cdn.recast.ai/blog/pokebot/197.png",
  5817. "evolutions": [
  5818. {
  5819. "id": 133,
  5820. "name": "Eevee"
  5821. },
  5822. {
  5823. "id": 134,
  5824. "from": 133,
  5825. "trigger": "item",
  5826. "name": "Vaporeon",
  5827. "trigger_item": "water-stone"
  5828. },
  5829. {
  5830. "id": 135,
  5831. "from": 133,
  5832. "trigger": "item",
  5833. "name": "Jolteon",
  5834. "trigger_item": "thunder-stone"
  5835. },
  5836. {
  5837. "id": 136,
  5838. "from": 133,
  5839. "trigger": "item",
  5840. "name": "Flareon",
  5841. "trigger_item": "fire-stone"
  5842. },
  5843. {
  5844. "id": 196,
  5845. "from": 133,
  5846. "trigger": 1,
  5847. "name": "Espeon"
  5848. },
  5849. {
  5850. "id": 197,
  5851. "from": 133,
  5852. "trigger": 1,
  5853. "name": "Umbreon"
  5854. },
  5855. {
  5856. "id": 470,
  5857. "from": 133,
  5858. "trigger": 1,
  5859. "name": "Leafeon"
  5860. },
  5861. {
  5862. "id": 471,
  5863. "from": 133,
  5864. "trigger": 1,
  5865. "name": "Glaceon"
  5866. },
  5867. {
  5868. "id": 700,
  5869. "from": 133,
  5870. "trigger": 1,
  5871. "name": "Sylveon"
  5872. }
  5873. ]
  5874. },
  5875. {
  5876. "id": 198,
  5877. "height": "5",
  5878. "weight": "21",
  5879. "base_experience": "81",
  5880. "description": "Feared and loathed by many, it is believed to bring misfortune to all those who see it at night.",
  5881. "types": [
  5882. "dark",
  5883. "flying"
  5884. ],
  5885. "name": "Murkrow",
  5886. "image": "https://cdn.recast.ai/blog/pokebot/198.png",
  5887. "evolutions": [
  5888. {
  5889. "id": 198,
  5890. "name": "Murkrow"
  5891. },
  5892. {
  5893. "id": 430,
  5894. "from": 198,
  5895. "trigger": "item",
  5896. "name": "Honchkrow",
  5897. "trigger_item": "dusk-stone"
  5898. }
  5899. ]
  5900. },
  5901. {
  5902. "id": 199,
  5903. "height": "20",
  5904. "weight": "795",
  5905. "base_experience": "172",
  5906. "description": "It has incredible intellect and in­ tuition. Whatever the situation, it remains calm and collected.",
  5907. "types": [
  5908. "water",
  5909. "psychic"
  5910. ],
  5911. "name": "Slowking",
  5912. "image": "https://cdn.recast.ai/blog/pokebot/199.png",
  5913. "evolutions": [
  5914. {
  5915. "id": 79,
  5916. "name": "Slowpoke"
  5917. },
  5918. {
  5919. "id": 80,
  5920. "from": 79,
  5921. "trigger": "leveling",
  5922. "trigger_lvl": 37,
  5923. "name": "Slowbro"
  5924. },
  5925. {
  5926. "id": 199,
  5927. "from": 79,
  5928. "trigger": "trade",
  5929. "name": "Slowking"
  5930. }
  5931. ]
  5932. },
  5933. {
  5934. "id": 200,
  5935. "height": "7",
  5936. "weight": "10",
  5937. "base_experience": "87",
  5938. "description": "It likes playing mischievous tricks such as screaming and wailing to startle people at night.",
  5939. "types": [
  5940. "ghost"
  5941. ],
  5942. "name": "Misdreavus",
  5943. "image": "https://cdn.recast.ai/blog/pokebot/200.png",
  5944. "evolutions": [
  5945. {
  5946. "id": 200,
  5947. "name": "Misdreavus"
  5948. },
  5949. {
  5950. "id": 429,
  5951. "from": 200,
  5952. "trigger": "item",
  5953. "name": "Mismagius",
  5954. "trigger_item": "dusk-stone"
  5955. }
  5956. ]
  5957. },
  5958. {
  5959. "id": 201,
  5960. "height": "5",
  5961. "weight": "50",
  5962. "base_experience": "118",
  5963. "description": "Their shapes look like hieroglyphs on ancient tab­ lets. It is said that the two are somehow related.",
  5964. "types": [
  5965. "psychic"
  5966. ],
  5967. "name": "Unown",
  5968. "image": "https://cdn.recast.ai/blog/pokebot/201.png",
  5969. "evolutions": [
  5970. {
  5971. "id": 201,
  5972. "name": "Unown"
  5973. }
  5974. ]
  5975. },
  5976. {
  5977. "id": 202,
  5978. "height": "13",
  5979. "weight": "285",
  5980. "base_experience": "142",
  5981. "description": "It hates light and shock. If attack­ ed, it inflates its body to pump up its counter­ strike.",
  5982. "types": [
  5983. "psychic"
  5984. ],
  5985. "name": "Wobbuffet",
  5986. "image": "https://cdn.recast.ai/blog/pokebot/202.png",
  5987. "evolutions": [
  5988. {
  5989. "id": 360,
  5990. "name": "Wynaut"
  5991. },
  5992. {
  5993. "id": 202,
  5994. "from": 360,
  5995. "trigger": "leveling",
  5996. "trigger_lvl": 15,
  5997. "name": "Wobbuffet"
  5998. }
  5999. ]
  6000. },
  6001. {
  6002. "id": 203,
  6003. "height": "15",
  6004. "weight": "415",
  6005. "base_experience": "159",
  6006. "description": "Its tail has a small brain of its own. Beware! If you get close, it may react to your scent and bite.",
  6007. "types": [
  6008. "normal",
  6009. "psychic"
  6010. ],
  6011. "name": "Girafarig",
  6012. "image": "https://cdn.recast.ai/blog/pokebot/203.png",
  6013. "evolutions": [
  6014. {
  6015. "id": 203,
  6016. "name": "Girafarig"
  6017. }
  6018. ]
  6019. },
  6020. {
  6021. "id": 204,
  6022. "height": "6",
  6023. "weight": "72",
  6024. "base_experience": "58",
  6025. "description": "It likes to make its shell thicker by adding layers of tree bark. The additional weight doesn't bother it.",
  6026. "types": [
  6027. "bug"
  6028. ],
  6029. "name": "Pineco",
  6030. "image": "https://cdn.recast.ai/blog/pokebot/204.png",
  6031. "evolutions": [
  6032. {
  6033. "id": 204,
  6034. "name": "Pineco"
  6035. },
  6036. {
  6037. "id": 205,
  6038. "from": 204,
  6039. "trigger": "leveling",
  6040. "trigger_lvl": 31,
  6041. "name": "Forretress"
  6042. }
  6043. ]
  6044. },
  6045. {
  6046. "id": 205,
  6047. "height": "12",
  6048. "weight": "1258",
  6049. "base_experience": "163",
  6050. "description": "Its entire body is shielded by a steel-hard shell. What lurks inside the armor is a total mystery.",
  6051. "types": [
  6052. "bug",
  6053. "steel"
  6054. ],
  6055. "name": "Forretress",
  6056. "image": "https://cdn.recast.ai/blog/pokebot/205.png",
  6057. "evolutions": [
  6058. {
  6059. "id": 204,
  6060. "name": "Pineco"
  6061. },
  6062. {
  6063. "id": 205,
  6064. "from": 204,
  6065. "trigger": "leveling",
  6066. "trigger_lvl": 31,
  6067. "name": "Forretress"
  6068. }
  6069. ]
  6070. },
  6071. {
  6072. "id": 206,
  6073. "height": "15",
  6074. "weight": "140",
  6075. "base_experience": "145",
  6076. "description": "When spotted, this POKéMON escapes backward by furi­ ously boring into the ground with its tail.",
  6077. "types": [
  6078. "normal"
  6079. ],
  6080. "name": "Dunsparce",
  6081. "image": "https://cdn.recast.ai/blog/pokebot/206.png",
  6082. "evolutions": [
  6083. {
  6084. "id": 206,
  6085. "name": "Dunsparce"
  6086. }
  6087. ]
  6088. },
  6089. {
  6090. "id": 207,
  6091. "height": "11",
  6092. "weight": "648",
  6093. "base_experience": "86",
  6094. "description": "It flies straight at its target's face then clamps down on the star­ tled victim to inject poison.",
  6095. "types": [
  6096. "ground",
  6097. "flying"
  6098. ],
  6099. "name": "Gligar",
  6100. "image": "https://cdn.recast.ai/blog/pokebot/207.png",
  6101. "evolutions": [
  6102. {
  6103. "id": 207,
  6104. "name": "Gligar"
  6105. },
  6106. {
  6107. "id": 472,
  6108. "from": 207,
  6109. "trigger": 1,
  6110. "name": "Gliscor"
  6111. }
  6112. ]
  6113. },
  6114. {
  6115. "id": 208,
  6116. "height": "92",
  6117. "weight": "4000",
  6118. "base_experience": "179",
  6119. "description": "Its body has been compressed deep under the ground. As a result, it is even harder than a diamond.",
  6120. "types": [
  6121. "steel",
  6122. "ground"
  6123. ],
  6124. "name": "Steelix",
  6125. "image": "https://cdn.recast.ai/blog/pokebot/208.png",
  6126. "evolutions": [
  6127. {
  6128. "id": 95,
  6129. "name": "Onix"
  6130. },
  6131. {
  6132. "id": 208,
  6133. "from": 95,
  6134. "trigger": "trade",
  6135. "name": "Steelix"
  6136. }
  6137. ]
  6138. },
  6139. {
  6140. "id": 209,
  6141. "height": "6",
  6142. "weight": "78",
  6143. "base_experience": "60",
  6144. "description": "Although it looks frightening, it is actually kind and affectionate. It is very popular among women.",
  6145. "types": [
  6146. "fairy"
  6147. ],
  6148. "name": "Snubbull",
  6149. "image": "https://cdn.recast.ai/blog/pokebot/209.png",
  6150. "evolutions": [
  6151. {
  6152. "id": 209,
  6153. "name": "Snubbull"
  6154. },
  6155. {
  6156. "id": 210,
  6157. "from": 209,
  6158. "trigger": "leveling",
  6159. "trigger_lvl": 23,
  6160. "name": "Granbull"
  6161. }
  6162. ]
  6163. },
  6164. {
  6165. "id": 210,
  6166. "height": "14",
  6167. "weight": "487",
  6168. "base_experience": "158",
  6169. "description": "It is actually timid and easily spooked. If at­ tacked, it flails about to fend off its attacker.",
  6170. "types": [
  6171. "fairy"
  6172. ],
  6173. "name": "Granbull",
  6174. "image": "https://cdn.recast.ai/blog/pokebot/210.png",
  6175. "evolutions": [
  6176. {
  6177. "id": 209,
  6178. "name": "Snubbull"
  6179. },
  6180. {
  6181. "id": 210,
  6182. "from": 209,
  6183. "trigger": "leveling",
  6184. "trigger_lvl": 23,
  6185. "name": "Granbull"
  6186. }
  6187. ]
  6188. },
  6189. {
  6190. "id": 211,
  6191. "height": "5",
  6192. "weight": "39",
  6193. "base_experience": "86",
  6194. "description": "To fire its poison spikes, it must inflate its body by drinking over 2.6 gallons of water all at once.",
  6195. "types": [
  6196. "water",
  6197. "poison"
  6198. ],
  6199. "name": "Qwilfish",
  6200. "image": "https://cdn.recast.ai/blog/pokebot/211.png",
  6201. "evolutions": [
  6202. {
  6203. "id": 211,
  6204. "name": "Qwilfish"
  6205. }
  6206. ]
  6207. },
  6208. {
  6209. "id": 212,
  6210. "height": "18",
  6211. "weight": "1180",
  6212. "base_experience": "175",
  6213. "description": "It swings its eye- patterned pincers up to scare its foes. This makes it look like it has three heads.",
  6214. "types": [
  6215. "bug",
  6216. "steel"
  6217. ],
  6218. "name": "Scizor",
  6219. "image": "https://cdn.recast.ai/blog/pokebot/212.png",
  6220. "evolutions": [
  6221. {
  6222. "id": 123,
  6223. "name": "Scyther"
  6224. },
  6225. {
  6226. "id": 212,
  6227. "from": 123,
  6228. "trigger": "trade",
  6229. "name": "Scizor"
  6230. }
  6231. ]
  6232. },
  6233. {
  6234. "id": 213,
  6235. "height": "6",
  6236. "weight": "205",
  6237. "base_experience": "177",
  6238. "description": "The BERRIES it stores in its vase-like shell decompose and become a gooey liquid.",
  6239. "types": [
  6240. "bug",
  6241. "rock"
  6242. ],
  6243. "name": "Shuckle",
  6244. "image": "https://cdn.recast.ai/blog/pokebot/213.png",
  6245. "evolutions": [
  6246. {
  6247. "id": 213,
  6248. "name": "Shuckle"
  6249. }
  6250. ]
  6251. },
  6252. {
  6253. "id": 214,
  6254. "height": "15",
  6255. "weight": "540",
  6256. "base_experience": "175",
  6257. "description": "This powerful POKéMON thrusts its prized horn under its enemies’ bellies then lifts and throws them.",
  6258. "types": [
  6259. "bug",
  6260. "fighting"
  6261. ],
  6262. "name": "Heracross",
  6263. "image": "https://cdn.recast.ai/blog/pokebot/214.png",
  6264. "evolutions": [
  6265. {
  6266. "id": 214,
  6267. "name": "Heracross"
  6268. }
  6269. ]
  6270. },
  6271. {
  6272. "id": 215,
  6273. "height": "9",
  6274. "weight": "280",
  6275. "base_experience": "86",
  6276. "description": "Its paws conceal sharp claws. If attacked, it sud­ denly extends the claws and startles its enemy.",
  6277. "types": [
  6278. "dark",
  6279. "ice"
  6280. ],
  6281. "name": "Sneasel",
  6282. "image": "https://cdn.recast.ai/blog/pokebot/215.png",
  6283. "evolutions": [
  6284. {
  6285. "id": 215,
  6286. "name": "Sneasel"
  6287. },
  6288. {
  6289. "id": 461,
  6290. "from": 215,
  6291. "trigger": 1,
  6292. "name": "Weavile"
  6293. }
  6294. ]
  6295. },
  6296. {
  6297. "id": 216,
  6298. "height": "6",
  6299. "weight": "88",
  6300. "base_experience": "66",
  6301. "description": "If it finds honey, its crescent mark glows. It always licks its paws because they are soaked with honey.",
  6302. "types": [
  6303. "normal"
  6304. ],
  6305. "name": "Teddiursa",
  6306. "image": "https://cdn.recast.ai/blog/pokebot/216.png",
  6307. "evolutions": [
  6308. {
  6309. "id": 216,
  6310. "name": "Teddiursa"
  6311. },
  6312. {
  6313. "id": 217,
  6314. "from": 216,
  6315. "trigger": "leveling",
  6316. "trigger_lvl": 30,
  6317. "name": "Ursaring"
  6318. }
  6319. ]
  6320. },
  6321. {
  6322. "id": 217,
  6323. "height": "18",
  6324. "weight": "1258",
  6325. "base_experience": "175",
  6326. "description": "Although it is a good climber, it prefers to snap trees with its forelegs and eat fallen BERRIES.",
  6327. "types": [
  6328. "normal"
  6329. ],
  6330. "name": "Ursaring",
  6331. "image": "https://cdn.recast.ai/blog/pokebot/217.png",
  6332. "evolutions": [
  6333. {
  6334. "id": 216,
  6335. "name": "Teddiursa"
  6336. },
  6337. {
  6338. "id": 217,
  6339. "from": 216,
  6340. "trigger": "leveling",
  6341. "trigger_lvl": 30,
  6342. "name": "Ursaring"
  6343. }
  6344. ]
  6345. },
  6346. {
  6347. "id": 218,
  6348. "height": "7",
  6349. "weight": "350",
  6350. "base_experience": "50",
  6351. "description": "It never sleeps. It has to keep moving because if it stopped, its magma body would cool and harden.",
  6352. "types": [
  6353. "fire"
  6354. ],
  6355. "name": "Slugma",
  6356. "image": "https://cdn.recast.ai/blog/pokebot/218.png",
  6357. "evolutions": [
  6358. {
  6359. "id": 218,
  6360. "name": "Slugma"
  6361. },
  6362. {
  6363. "id": 219,
  6364. "from": 218,
  6365. "trigger": "leveling",
  6366. "trigger_lvl": 38,
  6367. "name": "Magcargo"
  6368. }
  6369. ]
  6370. },
  6371. {
  6372. "id": 219,
  6373. "height": "8",
  6374. "weight": "550",
  6375. "base_experience": "144",
  6376. "description": "The shell on its back is just skin that has cooled and hardened. It breaks easily with a slight touch.",
  6377. "types": [
  6378. "fire",
  6379. "rock"
  6380. ],
  6381. "name": "Magcargo",
  6382. "image": "https://cdn.recast.ai/blog/pokebot/219.png",
  6383. "evolutions": [
  6384. {
  6385. "id": 218,
  6386. "name": "Slugma"
  6387. },
  6388. {
  6389. "id": 219,
  6390. "from": 218,
  6391. "trigger": "leveling",
  6392. "trigger_lvl": 38,
  6393. "name": "Magcargo"
  6394. }
  6395. ]
  6396. },
  6397. {
  6398. "id": 220,
  6399. "height": "4",
  6400. "weight": "65",
  6401. "base_experience": "50",
  6402. "description": "It rubs its snout on the ground to find and dig up food. It sometimes discovers hot springs.",
  6403. "types": [
  6404. "ice",
  6405. "ground"
  6406. ],
  6407. "name": "Swinub",
  6408. "image": "https://cdn.recast.ai/blog/pokebot/220.png",
  6409. "evolutions": [
  6410. {
  6411. "id": 220,
  6412. "name": "Swinub"
  6413. },
  6414. {
  6415. "id": 221,
  6416. "from": 220,
  6417. "trigger": "leveling",
  6418. "trigger_lvl": 33,
  6419. "name": "Piloswine"
  6420. },
  6421. {
  6422. "id": 473,
  6423. "from": 221,
  6424. "trigger": 1,
  6425. "name": "Mamoswine"
  6426. }
  6427. ]
  6428. },
  6429. {
  6430. "id": 221,
  6431. "height": "11",
  6432. "weight": "558",
  6433. "base_experience": "158",
  6434. "description": "Because the long hair all over its body obscures its sight, it just keeps charging repeatedly.",
  6435. "types": [
  6436. "ice",
  6437. "ground"
  6438. ],
  6439. "name": "Piloswine",
  6440. "image": "https://cdn.recast.ai/blog/pokebot/221.png",
  6441. "evolutions": [
  6442. {
  6443. "id": 220,
  6444. "name": "Swinub"
  6445. },
  6446. {
  6447. "id": 221,
  6448. "from": 220,
  6449. "trigger": "leveling",
  6450. "trigger_lvl": 33,
  6451. "name": "Piloswine"
  6452. },
  6453. {
  6454. "id": 473,
  6455. "from": 221,
  6456. "trigger": 1,
  6457. "name": "Mamoswine"
  6458. }
  6459. ]
  6460. },
  6461. {
  6462. "id": 222,
  6463. "height": "6",
  6464. "weight": "50",
  6465. "base_experience": "133",
  6466. "description": "It continuously sheds and grows. The tip of its head is prized as a treasure for its beauty.",
  6467. "types": [
  6468. "water",
  6469. "rock"
  6470. ],
  6471. "name": "Corsola",
  6472. "image": "https://cdn.recast.ai/blog/pokebot/222.png",
  6473. "evolutions": [
  6474. {
  6475. "id": 222,
  6476. "name": "Corsola"
  6477. }
  6478. ]
  6479. },
  6480. {
  6481. "id": 223,
  6482. "height": "6",
  6483. "weight": "120",
  6484. "base_experience": "60",
  6485. "description": "It has superb ac­ curacy. The water it shoots out can strike even moving prey from more than 300 feet.",
  6486. "types": [
  6487. "water"
  6488. ],
  6489. "name": "Remoraid",
  6490. "image": "https://cdn.recast.ai/blog/pokebot/223.png",
  6491. "evolutions": [
  6492. {
  6493. "id": 223,
  6494. "name": "Remoraid"
  6495. },
  6496. {
  6497. "id": 224,
  6498. "from": 223,
  6499. "trigger": "leveling",
  6500. "trigger_lvl": 25,
  6501. "name": "Octillery"
  6502. }
  6503. ]
  6504. },
  6505. {
  6506. "id": 224,
  6507. "height": "9",
  6508. "weight": "285",
  6509. "base_experience": "168",
  6510. "description": "It traps enemies with its suction- cupped tentacles then smashes them with its rock-hard head.",
  6511. "types": [
  6512. "water"
  6513. ],
  6514. "name": "Octillery",
  6515. "image": "https://cdn.recast.ai/blog/pokebot/224.png",
  6516. "evolutions": [
  6517. {
  6518. "id": 223,
  6519. "name": "Remoraid"
  6520. },
  6521. {
  6522. "id": 224,
  6523. "from": 223,
  6524. "trigger": "leveling",
  6525. "trigger_lvl": 25,
  6526. "name": "Octillery"
  6527. }
  6528. ]
  6529. },
  6530. {
  6531. "id": 225,
  6532. "height": "9",
  6533. "weight": "160",
  6534. "base_experience": "116",
  6535. "description": "It carries food all day long. There are tales about lost people who were saved by the food it had.",
  6536. "types": [
  6537. "ice",
  6538. "flying"
  6539. ],
  6540. "name": "Delibird",
  6541. "image": "https://cdn.recast.ai/blog/pokebot/225.png",
  6542. "evolutions": [
  6543. {
  6544. "id": 225,
  6545. "name": "Delibird"
  6546. }
  6547. ]
  6548. },
  6549. {
  6550. "id": 226,
  6551. "height": "21",
  6552. "weight": "2200",
  6553. "base_experience": "163",
  6554. "description": "As it majestically swims, it doesn't care if REMORAID attach to it for scavenging its leftovers.",
  6555. "types": [
  6556. "water",
  6557. "flying"
  6558. ],
  6559. "name": "Mantine",
  6560. "image": "https://cdn.recast.ai/blog/pokebot/226.png",
  6561. "evolutions": [
  6562. {
  6563. "id": 458,
  6564. "name": "Mantyke"
  6565. },
  6566. {
  6567. "id": 226,
  6568. "from": 458,
  6569. "trigger": 1,
  6570. "name": "Mantine"
  6571. }
  6572. ]
  6573. },
  6574. {
  6575. "id": 227,
  6576. "height": "17",
  6577. "weight": "505",
  6578. "base_experience": "163",
  6579. "description": "Its sturdy wings look heavy, but they are actually hollow and light, allowing it to fly freely in the sky.",
  6580. "types": [
  6581. "steel",
  6582. "flying"
  6583. ],
  6584. "name": "Skarmory",
  6585. "image": "https://cdn.recast.ai/blog/pokebot/227.png",
  6586. "evolutions": [
  6587. {
  6588. "id": 227,
  6589. "name": "Skarmory"
  6590. }
  6591. ]
  6592. },
  6593. {
  6594. "id": 228,
  6595. "height": "6",
  6596. "weight": "108",
  6597. "base_experience": "66",
  6598. "description": "It uses different kinds of cries for communicating with others of its kind and for pursuing its prey.",
  6599. "types": [
  6600. "dark",
  6601. "fire"
  6602. ],
  6603. "name": "Houndour",
  6604. "image": "https://cdn.recast.ai/blog/pokebot/228.png",
  6605. "evolutions": [
  6606. {
  6607. "id": 228,
  6608. "name": "Houndour"
  6609. },
  6610. {
  6611. "id": 229,
  6612. "from": 228,
  6613. "trigger": "leveling",
  6614. "trigger_lvl": 24,
  6615. "name": "Houndoom"
  6616. }
  6617. ]
  6618. },
  6619. {
  6620. "id": 229,
  6621. "height": "14",
  6622. "weight": "350",
  6623. "base_experience": "175",
  6624. "description": "If you are burned by the flames it shoots from its mouth, the pain will never go away.",
  6625. "types": [
  6626. "dark",
  6627. "fire"
  6628. ],
  6629. "name": "Houndoom",
  6630. "image": "https://cdn.recast.ai/blog/pokebot/229.png",
  6631. "evolutions": [
  6632. {
  6633. "id": 228,
  6634. "name": "Houndour"
  6635. },
  6636. {
  6637. "id": 229,
  6638. "from": 228,
  6639. "trigger": "leveling",
  6640. "trigger_lvl": 24,
  6641. "name": "Houndoom"
  6642. }
  6643. ]
  6644. },
  6645. {
  6646. "id": 230,
  6647. "height": "18",
  6648. "weight": "1520",
  6649. "base_experience": "243",
  6650. "description": "It is said that it usually hides in underwater caves. It can create whirlpools by yawning.",
  6651. "types": [
  6652. "water",
  6653. "dragon"
  6654. ],
  6655. "name": "Kingdra",
  6656. "image": "https://cdn.recast.ai/blog/pokebot/230.png",
  6657. "evolutions": [
  6658. {
  6659. "id": 116,
  6660. "name": "Horsea"
  6661. },
  6662. {
  6663. "id": 117,
  6664. "from": 116,
  6665. "trigger": "leveling",
  6666. "trigger_lvl": 32,
  6667. "name": "Seadra"
  6668. },
  6669. {
  6670. "id": 230,
  6671. "from": 117,
  6672. "trigger": "trade",
  6673. "name": "Kingdra"
  6674. }
  6675. ]
  6676. },
  6677. {
  6678. "id": 231,
  6679. "height": "5",
  6680. "weight": "335",
  6681. "base_experience": "66",
  6682. "description": "It swings its long snout around play­ fully, but because it is so strong, that can be dan­ gerous.",
  6683. "types": [
  6684. "ground"
  6685. ],
  6686. "name": "Phanpy",
  6687. "image": "https://cdn.recast.ai/blog/pokebot/231.png",
  6688. "evolutions": [
  6689. {
  6690. "id": 231,
  6691. "name": "Phanpy"
  6692. },
  6693. {
  6694. "id": 232,
  6695. "from": 231,
  6696. "trigger": "leveling",
  6697. "trigger_lvl": 25,
  6698. "name": "Donphan"
  6699. }
  6700. ]
  6701. },
  6702. {
  6703. "id": 232,
  6704. "height": "11",
  6705. "weight": "1200",
  6706. "base_experience": "175",
  6707. "description": "It has sharp, hard tusks and a rugged hide. Its TACKLE is strong enough to knock down a house.",
  6708. "types": [
  6709. "ground"
  6710. ],
  6711. "name": "Donphan",
  6712. "image": "https://cdn.recast.ai/blog/pokebot/232.png",
  6713. "evolutions": [
  6714. {
  6715. "id": 231,
  6716. "name": "Phanpy"
  6717. },
  6718. {
  6719. "id": 232,
  6720. "from": 231,
  6721. "trigger": "leveling",
  6722. "trigger_lvl": 25,
  6723. "name": "Donphan"
  6724. }
  6725. ]
  6726. },
  6727. {
  6728. "id": 233,
  6729. "height": "6",
  6730. "weight": "325",
  6731. "base_experience": "180",
  6732. "description": "This upgraded version of PORYGON is designed for space exploration. It can't fly, though.",
  6733. "types": [
  6734. "normal"
  6735. ],
  6736. "name": "Porygon2",
  6737. "image": "https://cdn.recast.ai/blog/pokebot/233.png",
  6738. "evolutions": [
  6739. {
  6740. "id": 137,
  6741. "name": "Porygon"
  6742. },
  6743. {
  6744. "id": 233,
  6745. "from": 137,
  6746. "trigger": "trade",
  6747. "name": "Porygon2"
  6748. },
  6749. {
  6750. "id": 474,
  6751. "from": 233,
  6752. "trigger": "trade",
  6753. "name": "Porygon-z"
  6754. }
  6755. ]
  6756. },
  6757. {
  6758. "id": 234,
  6759. "height": "14",
  6760. "weight": "712",
  6761. "base_experience": "163",
  6762. "description": "The curved antlers subtly change the flow of air to create a strange space where real­ ity is distorted.",
  6763. "types": [
  6764. "normal"
  6765. ],
  6766. "name": "Stantler",
  6767. "image": "https://cdn.recast.ai/blog/pokebot/234.png",
  6768. "evolutions": [
  6769. {
  6770. "id": 234,
  6771. "name": "Stantler"
  6772. }
  6773. ]
  6774. },
  6775. {
  6776. "id": 235,
  6777. "height": "12",
  6778. "weight": "580",
  6779. "base_experience": "88",
  6780. "description": "A special fluid oozes from the tip of its tail. It paints the fluid everywhere to mark its territory.",
  6781. "types": [
  6782. "normal"
  6783. ],
  6784. "name": "Smeargle",
  6785. "image": "https://cdn.recast.ai/blog/pokebot/235.png",
  6786. "evolutions": [
  6787. {
  6788. "id": 235,
  6789. "name": "Smeargle"
  6790. }
  6791. ]
  6792. },
  6793. {
  6794. "id": 236,
  6795. "height": "7",
  6796. "weight": "210",
  6797. "base_experience": "42",
  6798. "description": "It is always bursting with en­ ergy. To make it­ self stronger, it keeps on fighting even if it loses.",
  6799. "types": [
  6800. "fighting"
  6801. ],
  6802. "name": "Tyrogue",
  6803. "image": "https://cdn.recast.ai/blog/pokebot/236.png",
  6804. "evolutions": [
  6805. {
  6806. "id": 236,
  6807. "name": "Tyrogue"
  6808. },
  6809. {
  6810. "id": 106,
  6811. "from": 236,
  6812. "trigger": "leveling",
  6813. "trigger_lvl": 20,
  6814. "name": "Hitmonlee"
  6815. },
  6816. {
  6817. "id": 107,
  6818. "from": 236,
  6819. "trigger": "leveling",
  6820. "trigger_lvl": 20,
  6821. "name": "Hitmonchan"
  6822. },
  6823. {
  6824. "id": 237,
  6825. "from": 236,
  6826. "trigger": "leveling",
  6827. "trigger_lvl": 20,
  6828. "name": "Hitmontop"
  6829. }
  6830. ]
  6831. },
  6832. {
  6833. "id": 237,
  6834. "height": "14",
  6835. "weight": "480",
  6836. "base_experience": "159",
  6837. "description": "If you become enchanted by its smooth, elegant, dance-like kicks, you may get drilled hard.",
  6838. "types": [
  6839. "fighting"
  6840. ],
  6841. "name": "Hitmontop",
  6842. "image": "https://cdn.recast.ai/blog/pokebot/237.png",
  6843. "evolutions": [
  6844. {
  6845. "id": 236,
  6846. "name": "Tyrogue"
  6847. },
  6848. {
  6849. "id": 106,
  6850. "from": 236,
  6851. "trigger": "leveling",
  6852. "trigger_lvl": 20,
  6853. "name": "Hitmonlee"
  6854. },
  6855. {
  6856. "id": 107,
  6857. "from": 236,
  6858. "trigger": "leveling",
  6859. "trigger_lvl": 20,
  6860. "name": "Hitmonchan"
  6861. },
  6862. {
  6863. "id": 237,
  6864. "from": 236,
  6865. "trigger": "leveling",
  6866. "trigger_lvl": 20,
  6867. "name": "Hitmontop"
  6868. }
  6869. ]
  6870. },
  6871. {
  6872. "id": 238,
  6873. "height": "4",
  6874. "weight": "60",
  6875. "base_experience": "61",
  6876. "description": "Its lips are the most sensitive parts on its body. It always uses its lips first to examine things.",
  6877. "types": [
  6878. "ice",
  6879. "psychic"
  6880. ],
  6881. "name": "Smoochum",
  6882. "image": "https://cdn.recast.ai/blog/pokebot/238.png",
  6883. "evolutions": [
  6884. {
  6885. "id": 238,
  6886. "name": "Smoochum"
  6887. },
  6888. {
  6889. "id": 124,
  6890. "from": 238,
  6891. "trigger": "leveling",
  6892. "trigger_lvl": 30,
  6893. "name": "Jynx"
  6894. }
  6895. ]
  6896. },
  6897. {
  6898. "id": 239,
  6899. "height": "6",
  6900. "weight": "235",
  6901. "base_experience": "72",
  6902. "description": "It rotates its arms to generate electricity, but it tires easily, so it charges up only a little bit.",
  6903. "types": [
  6904. "electric"
  6905. ],
  6906. "name": "Elekid",
  6907. "image": "https://cdn.recast.ai/blog/pokebot/239.png",
  6908. "evolutions": [
  6909. {
  6910. "id": 239,
  6911. "name": "Elekid"
  6912. },
  6913. {
  6914. "id": 125,
  6915. "from": 239,
  6916. "trigger": "leveling",
  6917. "trigger_lvl": 30,
  6918. "name": "Electabuzz"
  6919. },
  6920. {
  6921. "id": 466,
  6922. "from": 125,
  6923. "trigger": "trade",
  6924. "name": "Electivire"
  6925. }
  6926. ]
  6927. },
  6928. {
  6929. "id": 240,
  6930. "height": "7",
  6931. "weight": "214",
  6932. "base_experience": "73",
  6933. "description": "Each and every time it inhales and exhales, hot embers dribble out of its mouth and nostrils.",
  6934. "types": [
  6935. "fire"
  6936. ],
  6937. "name": "Magby",
  6938. "image": "https://cdn.recast.ai/blog/pokebot/240.png",
  6939. "evolutions": [
  6940. {
  6941. "id": 240,
  6942. "name": "Magby"
  6943. },
  6944. {
  6945. "id": 126,
  6946. "from": 240,
  6947. "trigger": "leveling",
  6948. "trigger_lvl": 30,
  6949. "name": "Magmar"
  6950. },
  6951. {
  6952. "id": 467,
  6953. "from": 126,
  6954. "trigger": "trade",
  6955. "name": "Magmortar"
  6956. }
  6957. ]
  6958. },
  6959. {
  6960. "id": 241,
  6961. "height": "12",
  6962. "weight": "755",
  6963. "base_experience": "172",
  6964. "description": "Its milk is packed with nutrition, making it the ultimate beverage for the sick or weary.",
  6965. "types": [
  6966. "normal"
  6967. ],
  6968. "name": "Miltank",
  6969. "image": "https://cdn.recast.ai/blog/pokebot/241.png",
  6970. "evolutions": [
  6971. {
  6972. "id": 241,
  6973. "name": "Miltank"
  6974. }
  6975. ]
  6976. },
  6977. {
  6978. "id": 242,
  6979. "height": "15",
  6980. "weight": "468",
  6981. "base_experience": "608",
  6982. "description": "Anyone who takes even one bite of BLISSEY's egg be­ comes unfailingly caring and pleas­ ant to everyone.",
  6983. "types": [
  6984. "normal"
  6985. ],
  6986. "name": "Blissey",
  6987. "image": "https://cdn.recast.ai/blog/pokebot/242.png",
  6988. "evolutions": [
  6989. {
  6990. "id": 440,
  6991. "name": "Happiny"
  6992. },
  6993. {
  6994. "id": 113,
  6995. "from": 440,
  6996. "trigger": 1,
  6997. "name": "Chansey"
  6998. },
  6999. {
  7000. "id": 242,
  7001. "from": 113,
  7002. "trigger": 1,
  7003. "name": "Blissey"
  7004. }
  7005. ]
  7006. },
  7007. {
  7008. "id": 243,
  7009. "height": "19",
  7010. "weight": "1780",
  7011. "base_experience": "261",
  7012. "description": "The rain clouds it carries let it fire thunderbolts at will. They say that it descended with lightning.",
  7013. "types": [
  7014. "electric"
  7015. ],
  7016. "name": "Raikou",
  7017. "image": "https://cdn.recast.ai/blog/pokebot/243.png",
  7018. "evolutions": [
  7019. {
  7020. "id": 243,
  7021. "name": "Raikou"
  7022. }
  7023. ]
  7024. },
  7025. {
  7026. "id": 244,
  7027. "height": "21",
  7028. "weight": "1980",
  7029. "base_experience": "261",
  7030. "description": "Volcanoes erupt when it barks. Un­ able to restrain its extreme power, it races headlong around the land.",
  7031. "types": [
  7032. "fire"
  7033. ],
  7034. "name": "Entei",
  7035. "image": "https://cdn.recast.ai/blog/pokebot/244.png",
  7036. "evolutions": [
  7037. {
  7038. "id": 244,
  7039. "name": "Entei"
  7040. }
  7041. ]
  7042. },
  7043. {
  7044. "id": 245,
  7045. "height": "20",
  7046. "weight": "1870",
  7047. "base_experience": "261",
  7048. "description": "Said to be the reincarnation of north winds, it can instantly purify filthy, murky water.",
  7049. "types": [
  7050. "water"
  7051. ],
  7052. "name": "Suicune",
  7053. "image": "https://cdn.recast.ai/blog/pokebot/245.png",
  7054. "evolutions": [
  7055. {
  7056. "id": 245,
  7057. "name": "Suicune"
  7058. }
  7059. ]
  7060. },
  7061. {
  7062. "id": 246,
  7063. "height": "6",
  7064. "weight": "720",
  7065. "base_experience": "60",
  7066. "description": "It feeds on soil. After it has eaten a large mountain, it will fall asleep so it can grow.",
  7067. "types": [
  7068. "rock",
  7069. "ground"
  7070. ],
  7071. "name": "Larvitar",
  7072. "image": "https://cdn.recast.ai/blog/pokebot/246.png",
  7073. "evolutions": [
  7074. {
  7075. "id": 246,
  7076. "name": "Larvitar"
  7077. },
  7078. {
  7079. "id": 247,
  7080. "from": 246,
  7081. "trigger": "leveling",
  7082. "trigger_lvl": 30,
  7083. "name": "Pupitar"
  7084. },
  7085. {
  7086. "id": 248,
  7087. "from": 247,
  7088. "trigger": "leveling",
  7089. "trigger_lvl": 55,
  7090. "name": "Tyranitar"
  7091. }
  7092. ]
  7093. },
  7094. {
  7095. "id": 247,
  7096. "height": "12",
  7097. "weight": "1520",
  7098. "base_experience": "144",
  7099. "description": "Its shell is as hard as sheet rock, and it is also very strong. Its THRASHING can topple a mountain.",
  7100. "types": [
  7101. "rock",
  7102. "ground"
  7103. ],
  7104. "name": "Pupitar",
  7105. "image": "https://cdn.recast.ai/blog/pokebot/247.png",
  7106. "evolutions": [
  7107. {
  7108. "id": 246,
  7109. "name": "Larvitar"
  7110. },
  7111. {
  7112. "id": 247,
  7113. "from": 246,
  7114. "trigger": "leveling",
  7115. "trigger_lvl": 30,
  7116. "name": "Pupitar"
  7117. },
  7118. {
  7119. "id": 248,
  7120. "from": 247,
  7121. "trigger": "leveling",
  7122. "trigger_lvl": 55,
  7123. "name": "Tyranitar"
  7124. }
  7125. ]
  7126. },
  7127. {
  7128. "id": 248,
  7129. "height": "20",
  7130. "weight": "2020",
  7131. "base_experience": "270",
  7132. "description": "Its body can't be harmed by any sort of attack, so it is very eager to make challenges against enemies.",
  7133. "types": [
  7134. "rock",
  7135. "dark"
  7136. ],
  7137. "name": "Tyranitar",
  7138. "image": "https://cdn.recast.ai/blog/pokebot/248.png",
  7139. "evolutions": [
  7140. {
  7141. "id": 246,
  7142. "name": "Larvitar"
  7143. },
  7144. {
  7145. "id": 247,
  7146. "from": 246,
  7147. "trigger": "leveling",
  7148. "trigger_lvl": 30,
  7149. "name": "Pupitar"
  7150. },
  7151. {
  7152. "id": 248,
  7153. "from": 247,
  7154. "trigger": "leveling",
  7155. "trigger_lvl": 55,
  7156. "name": "Tyranitar"
  7157. }
  7158. ]
  7159. },
  7160. {
  7161. "id": 249,
  7162. "height": "52",
  7163. "weight": "2160",
  7164. "base_experience": "306",
  7165. "description": "It is said that it quietly spends its time deep at the bottom of the sea because its powers are too strong.",
  7166. "types": [
  7167. "psychic",
  7168. "flying"
  7169. ],
  7170. "name": "Lugia",
  7171. "image": "https://cdn.recast.ai/blog/pokebot/249.png",
  7172. "evolutions": [
  7173. {
  7174. "id": 249,
  7175. "name": "Lugia"
  7176. }
  7177. ]
  7178. },
  7179. {
  7180. "id": 250,
  7181. "height": "38",
  7182. "weight": "1990",
  7183. "base_experience": "306",
  7184. "description": "Legends claim this POKéMON flies the world's skies con­ tinuously on its magnificent seven- colored wings.",
  7185. "types": [
  7186. "fire",
  7187. "flying"
  7188. ],
  7189. "name": "Ho-oh",
  7190. "image": "https://cdn.recast.ai/blog/pokebot/250.png",
  7191. "evolutions": [
  7192. {
  7193. "id": 250,
  7194. "name": "Ho-oh"
  7195. }
  7196. ]
  7197. },
  7198. {
  7199. "id": 251,
  7200. "height": "6",
  7201. "weight": "50",
  7202. "base_experience": "270",
  7203. "description": "This POKéMON wan­ ders across time. Grass and trees flourish in the forests in which it has appeared.",
  7204. "types": [
  7205. "psychic",
  7206. "grass"
  7207. ],
  7208. "name": "Celebi",
  7209. "image": "https://cdn.recast.ai/blog/pokebot/251.png",
  7210. "evolutions": [
  7211. {
  7212. "id": 251,
  7213. "name": "Celebi"
  7214. }
  7215. ]
  7216. },
  7217. {
  7218. "id": 252,
  7219. "height": "5",
  7220. "weight": "50",
  7221. "base_experience": "62",
  7222. "description": "TREECKO has small hooks on the bottom of its feet that enable it to scale vertical walls. This POKéMON attacks by slamming foes with its thick tail.",
  7223. "types": [
  7224. "grass"
  7225. ],
  7226. "name": "Treecko",
  7227. "image": "https://cdn.recast.ai/blog/pokebot/252.png",
  7228. "evolutions": [
  7229. {
  7230. "id": 252,
  7231. "name": "Treecko"
  7232. },
  7233. {
  7234. "id": 253,
  7235. "from": 252,
  7236. "trigger": "leveling",
  7237. "trigger_lvl": 16,
  7238. "name": "Grovyle"
  7239. },
  7240. {
  7241. "id": 254,
  7242. "from": 253,
  7243. "trigger": "leveling",
  7244. "trigger_lvl": 36,
  7245. "name": "Sceptile"
  7246. }
  7247. ]
  7248. },
  7249. {
  7250. "id": 253,
  7251. "height": "9",
  7252. "weight": "216",
  7253. "base_experience": "142",
  7254. "description": "The leaves growing out of GROVYLE’s body are convenient for camouflaging it from enemies in the forest. This POKéMON is a master at climbing trees in jungles.",
  7255. "types": [
  7256. "grass"
  7257. ],
  7258. "name": "Grovyle",
  7259. "image": "https://cdn.recast.ai/blog/pokebot/253.png",
  7260. "evolutions": [
  7261. {
  7262. "id": 252,
  7263. "name": "Treecko"
  7264. },
  7265. {
  7266. "id": 253,
  7267. "from": 252,
  7268. "trigger": "leveling",
  7269. "trigger_lvl": 16,
  7270. "name": "Grovyle"
  7271. },
  7272. {
  7273. "id": 254,
  7274. "from": 253,
  7275. "trigger": "leveling",
  7276. "trigger_lvl": 36,
  7277. "name": "Sceptile"
  7278. }
  7279. ]
  7280. },
  7281. {
  7282. "id": 254,
  7283. "height": "17",
  7284. "weight": "522",
  7285. "base_experience": "239",
  7286. "description": "The leaves growing on SCEPTILE’s body are very sharp edged. This POKéMON is very agile - it leaps all over the branches of trees and jumps on its foe from above or behind.",
  7287. "types": [
  7288. "grass"
  7289. ],
  7290. "name": "Sceptile",
  7291. "image": "https://cdn.recast.ai/blog/pokebot/254.png",
  7292. "evolutions": [
  7293. {
  7294. "id": 252,
  7295. "name": "Treecko"
  7296. },
  7297. {
  7298. "id": 253,
  7299. "from": 252,
  7300. "trigger": "leveling",
  7301. "trigger_lvl": 16,
  7302. "name": "Grovyle"
  7303. },
  7304. {
  7305. "id": 254,
  7306. "from": 253,
  7307. "trigger": "leveling",
  7308. "trigger_lvl": 36,
  7309. "name": "Sceptile"
  7310. }
  7311. ]
  7312. },
  7313. {
  7314. "id": 255,
  7315. "height": "4",
  7316. "weight": "25",
  7317. "base_experience": "62",
  7318. "description": "TORCHIC sticks with its TRAINER, following behind with unsteady steps. This POKéMON breathes fire of over 1,800 degrees F, including fireballs that leave the foe scorched black.",
  7319. "types": [
  7320. "fire"
  7321. ],
  7322. "name": "Torchic",
  7323. "image": "https://cdn.recast.ai/blog/pokebot/255.png",
  7324. "evolutions": [
  7325. {
  7326. "id": 255,
  7327. "name": "Torchic"
  7328. },
  7329. {
  7330. "id": 256,
  7331. "from": 255,
  7332. "trigger": "leveling",
  7333. "trigger_lvl": 16,
  7334. "name": "Combusken"
  7335. },
  7336. {
  7337. "id": 257,
  7338. "from": 256,
  7339. "trigger": "leveling",
  7340. "trigger_lvl": 36,
  7341. "name": "Blaziken"
  7342. }
  7343. ]
  7344. },
  7345. {
  7346. "id": 256,
  7347. "height": "9",
  7348. "weight": "195",
  7349. "base_experience": "142",
  7350. "description": "COMBUSKEN toughens up its legs and thighs by running through fields and mountains. This POKéMON’s legs possess both speed and power, enabling it to dole out ten kicks in one second.",
  7351. "types": [
  7352. "fire",
  7353. "fighting"
  7354. ],
  7355. "name": "Combusken",
  7356. "image": "https://cdn.recast.ai/blog/pokebot/256.png",
  7357. "evolutions": [
  7358. {
  7359. "id": 255,
  7360. "name": "Torchic"
  7361. },
  7362. {
  7363. "id": 256,
  7364. "from": 255,
  7365. "trigger": "leveling",
  7366. "trigger_lvl": 16,
  7367. "name": "Combusken"
  7368. },
  7369. {
  7370. "id": 257,
  7371. "from": 256,
  7372. "trigger": "leveling",
  7373. "trigger_lvl": 36,
  7374. "name": "Blaziken"
  7375. }
  7376. ]
  7377. },
  7378. {
  7379. "id": 257,
  7380. "height": "19",
  7381. "weight": "520",
  7382. "base_experience": "239",
  7383. "description": "In battle, BLAZIKEN blows out intense flames from its wrists and attacks foes courageously. The stronger the foe, the more intensely this POKéMON’s wrists burn.",
  7384. "types": [
  7385. "fire",
  7386. "fighting"
  7387. ],
  7388. "name": "Blaziken",
  7389. "image": "https://cdn.recast.ai/blog/pokebot/257.png",
  7390. "evolutions": [
  7391. {
  7392. "id": 255,
  7393. "name": "Torchic"
  7394. },
  7395. {
  7396. "id": 256,
  7397. "from": 255,
  7398. "trigger": "leveling",
  7399. "trigger_lvl": 16,
  7400. "name": "Combusken"
  7401. },
  7402. {
  7403. "id": 257,
  7404. "from": 256,
  7405. "trigger": "leveling",
  7406. "trigger_lvl": 36,
  7407. "name": "Blaziken"
  7408. }
  7409. ]
  7410. },
  7411. {
  7412. "id": 258,
  7413. "height": "4",
  7414. "weight": "76",
  7415. "base_experience": "62",
  7416. "description": "The fin on MUDKIP’s head acts as highly sensitive radar. Using this fin to sense movements of water and air, this POKéMON can determine what is taking place around it without using its eyes.",
  7417. "types": [
  7418. "water"
  7419. ],
  7420. "name": "Mudkip",
  7421. "image": "https://cdn.recast.ai/blog/pokebot/258.png",
  7422. "evolutions": [
  7423. {
  7424. "id": 258,
  7425. "name": "Mudkip"
  7426. },
  7427. {
  7428. "id": 259,
  7429. "from": 258,
  7430. "trigger": "leveling",
  7431. "trigger_lvl": 16,
  7432. "name": "Marshtomp"
  7433. },
  7434. {
  7435. "id": 260,
  7436. "from": 259,
  7437. "trigger": "leveling",
  7438. "trigger_lvl": 36,
  7439. "name": "Swampert"
  7440. }
  7441. ]
  7442. },
  7443. {
  7444. "id": 259,
  7445. "height": "7",
  7446. "weight": "280",
  7447. "base_experience": "142",
  7448. "description": "The surface of MARSHTOMP’s body is enveloped by a thin, sticky film that enables it to live on land. This POKéMON plays in mud on beaches when the ocean tide is low.",
  7449. "types": [
  7450. "water",
  7451. "ground"
  7452. ],
  7453. "name": "Marshtomp",
  7454. "image": "https://cdn.recast.ai/blog/pokebot/259.png",
  7455. "evolutions": [
  7456. {
  7457. "id": 258,
  7458. "name": "Mudkip"
  7459. },
  7460. {
  7461. "id": 259,
  7462. "from": 258,
  7463. "trigger": "leveling",
  7464. "trigger_lvl": 16,
  7465. "name": "Marshtomp"
  7466. },
  7467. {
  7468. "id": 260,
  7469. "from": 259,
  7470. "trigger": "leveling",
  7471. "trigger_lvl": 36,
  7472. "name": "Swampert"
  7473. }
  7474. ]
  7475. },
  7476. {
  7477. "id": 260,
  7478. "height": "15",
  7479. "weight": "819",
  7480. "base_experience": "241",
  7481. "description": "SWAMPERT is very strong. It has enough power to easily drag a boulder weighing more than a ton. This POKéMON also has powerful vision that lets it see even in murky water.",
  7482. "types": [
  7483. "water",
  7484. "ground"
  7485. ],
  7486. "name": "Swampert",
  7487. "image": "https://cdn.recast.ai/blog/pokebot/260.png",
  7488. "evolutions": [
  7489. {
  7490. "id": 258,
  7491. "name": "Mudkip"
  7492. },
  7493. {
  7494. "id": 259,
  7495. "from": 258,
  7496. "trigger": "leveling",
  7497. "trigger_lvl": 16,
  7498. "name": "Marshtomp"
  7499. },
  7500. {
  7501. "id": 260,
  7502. "from": 259,
  7503. "trigger": "leveling",
  7504. "trigger_lvl": 36,
  7505. "name": "Swampert"
  7506. }
  7507. ]
  7508. },
  7509. {
  7510. "id": 261,
  7511. "height": "5",
  7512. "weight": "136",
  7513. "base_experience": "44",
  7514. "description": "At first sight, POOCHYENA takes a bite at anything that moves. This POKéMON chases after prey until the victim becomes exhausted. However, it may turn tail if the prey strikes back.",
  7515. "types": [
  7516. "dark"
  7517. ],
  7518. "name": "Poochyena",
  7519. "image": "https://cdn.recast.ai/blog/pokebot/261.png",
  7520. "evolutions": [
  7521. {
  7522. "id": 261,
  7523. "name": "Poochyena"
  7524. },
  7525. {
  7526. "id": 262,
  7527. "from": 261,
  7528. "trigger": "leveling",
  7529. "trigger_lvl": 18,
  7530. "name": "Mightyena"
  7531. }
  7532. ]
  7533. },
  7534. {
  7535. "id": 262,
  7536. "height": "10",
  7537. "weight": "370",
  7538. "base_experience": "147",
  7539. "description": "MIGHTYENA gives obvious signals when it is preparing to attack. It starts to growl deeply and then flattens its body. This POKéMON will bite savagely with its sharply pointed fangs.",
  7540. "types": [
  7541. "dark"
  7542. ],
  7543. "name": "Mightyena",
  7544. "image": "https://cdn.recast.ai/blog/pokebot/262.png",
  7545. "evolutions": [
  7546. {
  7547. "id": 261,
  7548. "name": "Poochyena"
  7549. },
  7550. {
  7551. "id": 262,
  7552. "from": 261,
  7553. "trigger": "leveling",
  7554. "trigger_lvl": 18,
  7555. "name": "Mightyena"
  7556. }
  7557. ]
  7558. },
  7559. {
  7560. "id": 263,
  7561. "height": "4",
  7562. "weight": "175",
  7563. "base_experience": "48",
  7564. "description": "ZIGZAGOON restlessly wanders everywhere at all times. This POKéMON does so because it is very curious. It becomes interested in anything that it happens to see.",
  7565. "types": [
  7566. "normal"
  7567. ],
  7568. "name": "Zigzagoon",
  7569. "image": "https://cdn.recast.ai/blog/pokebot/263.png",
  7570. "evolutions": [
  7571. {
  7572. "id": 263,
  7573. "name": "Zigzagoon"
  7574. },
  7575. {
  7576. "id": 264,
  7577. "from": 263,
  7578. "trigger": "leveling",
  7579. "trigger_lvl": 20,
  7580. "name": "Linoone"
  7581. }
  7582. ]
  7583. },
  7584. {
  7585. "id": 264,
  7586. "height": "5",
  7587. "weight": "325",
  7588. "base_experience": "147",
  7589. "description": "LINOONE always runs full speed and only in straight lines. If facing an obstacle, it makes a right-angle turn to evade it. This POKéMON is very challenged by gently curving roads.",
  7590. "types": [
  7591. "normal"
  7592. ],
  7593. "name": "Linoone",
  7594. "image": "https://cdn.recast.ai/blog/pokebot/264.png",
  7595. "evolutions": [
  7596. {
  7597. "id": 263,
  7598. "name": "Zigzagoon"
  7599. },
  7600. {
  7601. "id": 264,
  7602. "from": 263,
  7603. "trigger": "leveling",
  7604. "trigger_lvl": 20,
  7605. "name": "Linoone"
  7606. }
  7607. ]
  7608. },
  7609. {
  7610. "id": 265,
  7611. "height": "3",
  7612. "weight": "36",
  7613. "base_experience": "39",
  7614. "description": "Using the spikes on its rear end, WURMPLE peels the bark off trees and feeds on the sap that oozes out. This POKéMON’s feet are tipped with suction pads that allow it to cling to glass without slipping.",
  7615. "types": [
  7616. "bug"
  7617. ],
  7618. "name": "Wurmple",
  7619. "image": "https://cdn.recast.ai/blog/pokebot/265.png",
  7620. "evolutions": [
  7621. {
  7622. "id": 265,
  7623. "name": "Wurmple"
  7624. },
  7625. {
  7626. "id": 266,
  7627. "from": 265,
  7628. "trigger": "leveling",
  7629. "trigger_lvl": 7,
  7630. "name": "Silcoon"
  7631. },
  7632. {
  7633. "id": 267,
  7634. "from": 266,
  7635. "trigger": "leveling",
  7636. "trigger_lvl": 10,
  7637. "name": "Beautifly"
  7638. },
  7639. {
  7640. "id": 268,
  7641. "from": 265,
  7642. "trigger": "leveling",
  7643. "trigger_lvl": 7,
  7644. "name": "Cascoon"
  7645. },
  7646. {
  7647. "id": 269,
  7648. "from": 268,
  7649. "trigger": "leveling",
  7650. "trigger_lvl": 10,
  7651. "name": "Dustox"
  7652. }
  7653. ]
  7654. },
  7655. {
  7656. "id": 266,
  7657. "height": "6",
  7658. "weight": "100",
  7659. "base_experience": "72",
  7660. "description": "SILCOON tethers itself to a tree branch using silk to keep from falling. There, this POKéMON hangs quietly while it awaits evolution. It peers out of the silk cocoon through a small hole.",
  7661. "types": [
  7662. "bug"
  7663. ],
  7664. "name": "Silcoon",
  7665. "image": "https://cdn.recast.ai/blog/pokebot/266.png",
  7666. "evolutions": [
  7667. {
  7668. "id": 265,
  7669. "name": "Wurmple"
  7670. },
  7671. {
  7672. "id": 266,
  7673. "from": 265,
  7674. "trigger": "leveling",
  7675. "trigger_lvl": 7,
  7676. "name": "Silcoon"
  7677. },
  7678. {
  7679. "id": 267,
  7680. "from": 266,
  7681. "trigger": "leveling",
  7682. "trigger_lvl": 10,
  7683. "name": "Beautifly"
  7684. },
  7685. {
  7686. "id": 268,
  7687. "from": 265,
  7688. "trigger": "leveling",
  7689. "trigger_lvl": 7,
  7690. "name": "Cascoon"
  7691. },
  7692. {
  7693. "id": 269,
  7694. "from": 268,
  7695. "trigger": "leveling",
  7696. "trigger_lvl": 10,
  7697. "name": "Dustox"
  7698. }
  7699. ]
  7700. },
  7701. {
  7702. "id": 267,
  7703. "height": "10",
  7704. "weight": "284",
  7705. "base_experience": "173",
  7706. "description": "BEAUTIFLY’s favorite food is the sweet pollen of flowers. If you want to see this POKéMON, just leave a potted flower by an open window. BEAUTIFLY is sure to come looking for pollen.",
  7707. "types": [
  7708. "bug",
  7709. "flying"
  7710. ],
  7711. "name": "Beautifly",
  7712. "image": "https://cdn.recast.ai/blog/pokebot/267.png",
  7713. "evolutions": [
  7714. {
  7715. "id": 265,
  7716. "name": "Wurmple"
  7717. },
  7718. {
  7719. "id": 266,
  7720. "from": 265,
  7721. "trigger": "leveling",
  7722. "trigger_lvl": 7,
  7723. "name": "Silcoon"
  7724. },
  7725. {
  7726. "id": 267,
  7727. "from": 266,
  7728. "trigger": "leveling",
  7729. "trigger_lvl": 10,
  7730. "name": "Beautifly"
  7731. },
  7732. {
  7733. "id": 268,
  7734. "from": 265,
  7735. "trigger": "leveling",
  7736. "trigger_lvl": 7,
  7737. "name": "Cascoon"
  7738. },
  7739. {
  7740. "id": 269,
  7741. "from": 268,
  7742. "trigger": "leveling",
  7743. "trigger_lvl": 10,
  7744. "name": "Dustox"
  7745. }
  7746. ]
  7747. },
  7748. {
  7749. "id": 268,
  7750. "height": "7",
  7751. "weight": "115",
  7752. "base_experience": "41",
  7753. "description": "CASCOON makes its protective cocoon by wrapping its body entirely with a fine silk from its mouth. Once the silk goes around its body, it hardens. This POKéMON prepares for its evolution inside the cocoon.",
  7754. "types": [
  7755. "bug"
  7756. ],
  7757. "name": "Cascoon",
  7758. "image": "https://cdn.recast.ai/blog/pokebot/268.png",
  7759. "evolutions": [
  7760. {
  7761. "id": 265,
  7762. "name": "Wurmple"
  7763. },
  7764. {
  7765. "id": 266,
  7766. "from": 265,
  7767. "trigger": "leveling",
  7768. "trigger_lvl": 7,
  7769. "name": "Silcoon"
  7770. },
  7771. {
  7772. "id": 267,
  7773. "from": 266,
  7774. "trigger": "leveling",
  7775. "trigger_lvl": 10,
  7776. "name": "Beautifly"
  7777. },
  7778. {
  7779. "id": 268,
  7780. "from": 265,
  7781. "trigger": "leveling",
  7782. "trigger_lvl": 7,
  7783. "name": "Cascoon"
  7784. },
  7785. {
  7786. "id": 269,
  7787. "from": 268,
  7788. "trigger": "leveling",
  7789. "trigger_lvl": 10,
  7790. "name": "Dustox"
  7791. }
  7792. ]
  7793. },
  7794. {
  7795. "id": 269,
  7796. "height": "12",
  7797. "weight": "316",
  7798. "base_experience": "135",
  7799. "description": "DUSTOX is instinctively drawn to light. Swarms of this POKéMON are attracted by the bright lights of cities, where they wreak havoc by stripping the leaves off roadside trees for food.",
  7800. "types": [
  7801. "bug",
  7802. "poison"
  7803. ],
  7804. "name": "Dustox",
  7805. "image": "https://cdn.recast.ai/blog/pokebot/269.png",
  7806. "evolutions": [
  7807. {
  7808. "id": 265,
  7809. "name": "Wurmple"
  7810. },
  7811. {
  7812. "id": 266,
  7813. "from": 265,
  7814. "trigger": "leveling",
  7815. "trigger_lvl": 7,
  7816. "name": "Silcoon"
  7817. },
  7818. {
  7819. "id": 267,
  7820. "from": 266,
  7821. "trigger": "leveling",
  7822. "trigger_lvl": 10,
  7823. "name": "Beautifly"
  7824. },
  7825. {
  7826. "id": 268,
  7827. "from": 265,
  7828. "trigger": "leveling",
  7829. "trigger_lvl": 7,
  7830. "name": "Cascoon"
  7831. },
  7832. {
  7833. "id": 269,
  7834. "from": 268,
  7835. "trigger": "leveling",
  7836. "trigger_lvl": 10,
  7837. "name": "Dustox"
  7838. }
  7839. ]
  7840. },
  7841. {
  7842. "id": 270,
  7843. "height": "5",
  7844. "weight": "26",
  7845. "base_experience": "44",
  7846. "description": "LOTAD live in ponds and lakes, where they float on the surface. It grows weak if its broad leaf dies. On rare occasions, this POKéMON travels on land in search of clean water.",
  7847. "types": [
  7848. "water",
  7849. "grass"
  7850. ],
  7851. "name": "Lotad",
  7852. "image": "https://cdn.recast.ai/blog/pokebot/270.png",
  7853. "evolutions": [
  7854. {
  7855. "id": 270,
  7856. "name": "Lotad"
  7857. },
  7858. {
  7859. "id": 271,
  7860. "from": 270,
  7861. "trigger": "leveling",
  7862. "trigger_lvl": 14,
  7863. "name": "Lombre"
  7864. },
  7865. {
  7866. "id": 272,
  7867. "from": 271,
  7868. "trigger": "item",
  7869. "name": "Ludicolo",
  7870. "trigger_item": "water-stone"
  7871. }
  7872. ]
  7873. },
  7874. {
  7875. "id": 271,
  7876. "height": "12",
  7877. "weight": "325",
  7878. "base_experience": "119",
  7879. "description": "LOMBRE is nocturnal - it will get active after dusk. It is also a mischief-maker. When this POKéMON spots anglers, it tugs on their fishing lines from beneath the surface and enjoys their consternation.",
  7880. "types": [
  7881. "water",
  7882. "grass"
  7883. ],
  7884. "name": "Lombre",
  7885. "image": "https://cdn.recast.ai/blog/pokebot/271.png",
  7886. "evolutions": [
  7887. {
  7888. "id": 270,
  7889. "name": "Lotad"
  7890. },
  7891. {
  7892. "id": 271,
  7893. "from": 270,
  7894. "trigger": "leveling",
  7895. "trigger_lvl": 14,
  7896. "name": "Lombre"
  7897. },
  7898. {
  7899. "id": 272,
  7900. "from": 271,
  7901. "trigger": "item",
  7902. "name": "Ludicolo",
  7903. "trigger_item": "water-stone"
  7904. }
  7905. ]
  7906. },
  7907. {
  7908. "id": 272,
  7909. "height": "15",
  7910. "weight": "550",
  7911. "base_experience": "216",
  7912. "description": "LUDICOLO begins dancing as soon as it hears cheerful, festive music. This POKéMON is said to appear when it hears the singing of children on hiking outings.",
  7913. "types": [
  7914. "water",
  7915. "grass"
  7916. ],
  7917. "name": "Ludicolo",
  7918. "image": "https://cdn.recast.ai/blog/pokebot/272.png",
  7919. "evolutions": [
  7920. {
  7921. "id": 270,
  7922. "name": "Lotad"
  7923. },
  7924. {
  7925. "id": 271,
  7926. "from": 270,
  7927. "trigger": "leveling",
  7928. "trigger_lvl": 14,
  7929. "name": "Lombre"
  7930. },
  7931. {
  7932. "id": 272,
  7933. "from": 271,
  7934. "trigger": "item",
  7935. "name": "Ludicolo",
  7936. "trigger_item": "water-stone"
  7937. }
  7938. ]
  7939. },
  7940. {
  7941. "id": 273,
  7942. "height": "5",
  7943. "weight": "40",
  7944. "base_experience": "44",
  7945. "description": "SEEDOT attaches itself to a tree branch using the top of its head. It sucks moisture from the tree while hanging off the branch. The more water it drinks, the glossier this POKéMON’s body becomes.",
  7946. "types": [
  7947. "grass"
  7948. ],
  7949. "name": "Seedot",
  7950. "image": "https://cdn.recast.ai/blog/pokebot/273.png",
  7951. "evolutions": [
  7952. {
  7953. "id": 273,
  7954. "name": "Seedot"
  7955. },
  7956. {
  7957. "id": 274,
  7958. "from": 273,
  7959. "trigger": "leveling",
  7960. "trigger_lvl": 14,
  7961. "name": "Nuzleaf"
  7962. },
  7963. {
  7964. "id": 275,
  7965. "from": 274,
  7966. "trigger": "item",
  7967. "name": "Shiftry",
  7968. "trigger_item": "leaf-stone"
  7969. }
  7970. ]
  7971. },
  7972. {
  7973. "id": 274,
  7974. "height": "10",
  7975. "weight": "280",
  7976. "base_experience": "119",
  7977. "description": "NUZLEAF live in densely overgrown forests. They occasionally venture out of the forest to startle people. This POKéMON dislikes having its long nose pinched.",
  7978. "types": [
  7979. "grass",
  7980. "dark"
  7981. ],
  7982. "name": "Nuzleaf",
  7983. "image": "https://cdn.recast.ai/blog/pokebot/274.png",
  7984. "evolutions": [
  7985. {
  7986. "id": 273,
  7987. "name": "Seedot"
  7988. },
  7989. {
  7990. "id": 274,
  7991. "from": 273,
  7992. "trigger": "leveling",
  7993. "trigger_lvl": 14,
  7994. "name": "Nuzleaf"
  7995. },
  7996. {
  7997. "id": 275,
  7998. "from": 274,
  7999. "trigger": "item",
  8000. "name": "Shiftry",
  8001. "trigger_item": "leaf-stone"
  8002. }
  8003. ]
  8004. },
  8005. {
  8006. "id": 275,
  8007. "height": "13",
  8008. "weight": "596",
  8009. "base_experience": "216",
  8010. "description": "SHIFTRY is a mysterious POKéMON that is said to live atop towering trees dating back over a thousand years. It creates terrific windstorms with the fans it holds.",
  8011. "types": [
  8012. "grass",
  8013. "dark"
  8014. ],
  8015. "name": "Shiftry",
  8016. "image": "https://cdn.recast.ai/blog/pokebot/275.png",
  8017. "evolutions": [
  8018. {
  8019. "id": 273,
  8020. "name": "Seedot"
  8021. },
  8022. {
  8023. "id": 274,
  8024. "from": 273,
  8025. "trigger": "leveling",
  8026. "trigger_lvl": 14,
  8027. "name": "Nuzleaf"
  8028. },
  8029. {
  8030. "id": 275,
  8031. "from": 274,
  8032. "trigger": "item",
  8033. "name": "Shiftry",
  8034. "trigger_item": "leaf-stone"
  8035. }
  8036. ]
  8037. },
  8038. {
  8039. "id": 276,
  8040. "height": "3",
  8041. "weight": "23",
  8042. "base_experience": "54",
  8043. "description": "TAILLOW courageously stands its ground against foes, however strong they may be. This gutsy POKéMON will remain defiant even after a loss. On the other hand, it cries loudly if it becomes hungry.",
  8044. "types": [
  8045. "normal",
  8046. "flying"
  8047. ],
  8048. "name": "Taillow",
  8049. "image": "https://cdn.recast.ai/blog/pokebot/276.png",
  8050. "evolutions": [
  8051. {
  8052. "id": 276,
  8053. "name": "Taillow"
  8054. },
  8055. {
  8056. "id": 277,
  8057. "from": 276,
  8058. "trigger": "leveling",
  8059. "trigger_lvl": 22,
  8060. "name": "Swellow"
  8061. }
  8062. ]
  8063. },
  8064. {
  8065. "id": 277,
  8066. "height": "7",
  8067. "weight": "198",
  8068. "base_experience": "151",
  8069. "description": "SWELLOW flies high above our heads, making graceful arcs in the sky. This POKéMON dives at a steep angle as soon as it spots its prey. The hapless prey is tightly grasped by SWELLOW’s clawed feet, preventing escape.",
  8070. "types": [
  8071. "normal",
  8072. "flying"
  8073. ],
  8074. "name": "Swellow",
  8075. "image": "https://cdn.recast.ai/blog/pokebot/277.png",
  8076. "evolutions": [
  8077. {
  8078. "id": 276,
  8079. "name": "Taillow"
  8080. },
  8081. {
  8082. "id": 277,
  8083. "from": 276,
  8084. "trigger": "leveling",
  8085. "trigger_lvl": 22,
  8086. "name": "Swellow"
  8087. }
  8088. ]
  8089. },
  8090. {
  8091. "id": 278,
  8092. "height": "6",
  8093. "weight": "95",
  8094. "base_experience": "54",
  8095. "description": "WINGULL has the habit of carrying prey and valuables in its beak and hiding them in all sorts of locations. This POKéMON rides the winds and flies as if it were skating across the sky.",
  8096. "types": [
  8097. "water",
  8098. "flying"
  8099. ],
  8100. "name": "Wingull",
  8101. "image": "https://cdn.recast.ai/blog/pokebot/278.png",
  8102. "evolutions": [
  8103. {
  8104. "id": 278,
  8105. "name": "Wingull"
  8106. },
  8107. {
  8108. "id": 279,
  8109. "from": 278,
  8110. "trigger": "leveling",
  8111. "trigger_lvl": 25,
  8112. "name": "Pelipper"
  8113. }
  8114. ]
  8115. },
  8116. {
  8117. "id": 279,
  8118. "height": "12",
  8119. "weight": "280",
  8120. "base_experience": "151",
  8121. "description": "PELIPPER is a flying transporter that carries small POKéMON and eggs inside its massive bill. This POKéMON builds its nest on steep cliffs facing the sea.",
  8122. "types": [
  8123. "water",
  8124. "flying"
  8125. ],
  8126. "name": "Pelipper",
  8127. "image": "https://cdn.recast.ai/blog/pokebot/279.png",
  8128. "evolutions": [
  8129. {
  8130. "id": 278,
  8131. "name": "Wingull"
  8132. },
  8133. {
  8134. "id": 279,
  8135. "from": 278,
  8136. "trigger": "leveling",
  8137. "trigger_lvl": 25,
  8138. "name": "Pelipper"
  8139. }
  8140. ]
  8141. },
  8142. {
  8143. "id": 280,
  8144. "height": "4",
  8145. "weight": "66",
  8146. "base_experience": "40",
  8147. "description": "RALTS senses the emotions of people using the horns on its head. This POKéMON rarely appears before people. But when it does, it draws closer if it senses that the person has a positive disposition.",
  8148. "types": [
  8149. "psychic",
  8150. "fairy"
  8151. ],
  8152. "name": "Ralts",
  8153. "image": "https://cdn.recast.ai/blog/pokebot/280.png",
  8154. "evolutions": [
  8155. {
  8156. "id": 280,
  8157. "name": "Ralts"
  8158. },
  8159. {
  8160. "id": 281,
  8161. "from": 280,
  8162. "trigger": "leveling",
  8163. "trigger_lvl": 20,
  8164. "name": "Kirlia"
  8165. },
  8166. {
  8167. "id": 282,
  8168. "from": 281,
  8169. "trigger": "leveling",
  8170. "trigger_lvl": 30,
  8171. "name": "Gardevoir"
  8172. },
  8173. {
  8174. "id": 475,
  8175. "from": 281,
  8176. "trigger": "item",
  8177. "name": "Gallade",
  8178. "trigger_item": "dusk-stone"
  8179. }
  8180. ]
  8181. },
  8182. {
  8183. "id": 281,
  8184. "height": "8",
  8185. "weight": "202",
  8186. "base_experience": "97",
  8187. "description": "It is said that a KIRLIA that is exposed to the positive emotions of its TRAINER grows beautiful. This POKéMON controls psychokinetic powers with its highly developed brain.",
  8188. "types": [
  8189. "psychic",
  8190. "fairy"
  8191. ],
  8192. "name": "Kirlia",
  8193. "image": "https://cdn.recast.ai/blog/pokebot/281.png",
  8194. "evolutions": [
  8195. {
  8196. "id": 280,
  8197. "name": "Ralts"
  8198. },
  8199. {
  8200. "id": 281,
  8201. "from": 280,
  8202. "trigger": "leveling",
  8203. "trigger_lvl": 20,
  8204. "name": "Kirlia"
  8205. },
  8206. {
  8207. "id": 282,
  8208. "from": 281,
  8209. "trigger": "leveling",
  8210. "trigger_lvl": 30,
  8211. "name": "Gardevoir"
  8212. },
  8213. {
  8214. "id": 475,
  8215. "from": 281,
  8216. "trigger": "item",
  8217. "name": "Gallade",
  8218. "trigger_item": "dusk-stone"
  8219. }
  8220. ]
  8221. },
  8222. {
  8223. "id": 282,
  8224. "height": "16",
  8225. "weight": "484",
  8226. "base_experience": "233",
  8227. "description": "GARDEVOIR has the ability to read the future. If it senses impending danger to its TRAINER, this POKéMON is said to unleash its psychokinetic energy at full power.",
  8228. "types": [
  8229. "psychic",
  8230. "fairy"
  8231. ],
  8232. "name": "Gardevoir",
  8233. "image": "https://cdn.recast.ai/blog/pokebot/282.png",
  8234. "evolutions": [
  8235. {
  8236. "id": 280,
  8237. "name": "Ralts"
  8238. },
  8239. {
  8240. "id": 281,
  8241. "from": 280,
  8242. "trigger": "leveling",
  8243. "trigger_lvl": 20,
  8244. "name": "Kirlia"
  8245. },
  8246. {
  8247. "id": 282,
  8248. "from": 281,
  8249. "trigger": "leveling",
  8250. "trigger_lvl": 30,
  8251. "name": "Gardevoir"
  8252. },
  8253. {
  8254. "id": 475,
  8255. "from": 281,
  8256. "trigger": "item",
  8257. "name": "Gallade",
  8258. "trigger_item": "dusk-stone"
  8259. }
  8260. ]
  8261. },
  8262. {
  8263. "id": 283,
  8264. "height": "5",
  8265. "weight": "17",
  8266. "base_experience": "54",
  8267. "description": "From the tips of its feet, SURSKIT secretes an oil that enables it to walk on water as if it were skating. This POKéMON feeds on microscopic organisms in ponds and lakes.",
  8268. "types": [
  8269. "bug",
  8270. "water"
  8271. ],
  8272. "name": "Surskit",
  8273. "image": "https://cdn.recast.ai/blog/pokebot/283.png",
  8274. "evolutions": [
  8275. {
  8276. "id": 283,
  8277. "name": "Surskit"
  8278. },
  8279. {
  8280. "id": 284,
  8281. "from": 283,
  8282. "trigger": "leveling",
  8283. "trigger_lvl": 22,
  8284. "name": "Masquerain"
  8285. }
  8286. ]
  8287. },
  8288. {
  8289. "id": 284,
  8290. "height": "8",
  8291. "weight": "36",
  8292. "base_experience": "145",
  8293. "description": "MASQUERAIN intimidates enemies with the eyelike patterns on its antennas. This POKéMON flaps its four wings to freely fly in any direction - even sideways and backwards - as if it were a helicopter.",
  8294. "types": [
  8295. "bug",
  8296. "flying"
  8297. ],
  8298. "name": "Masquerain",
  8299. "image": "https://cdn.recast.ai/blog/pokebot/284.png",
  8300. "evolutions": [
  8301. {
  8302. "id": 283,
  8303. "name": "Surskit"
  8304. },
  8305. {
  8306. "id": 284,
  8307. "from": 283,
  8308. "trigger": "leveling",
  8309. "trigger_lvl": 22,
  8310. "name": "Masquerain"
  8311. }
  8312. ]
  8313. },
  8314. {
  8315. "id": 285,
  8316. "height": "4",
  8317. "weight": "45",
  8318. "base_experience": "59",
  8319. "description": "SHROOMISH live in damp soil in the dark depths of forests. They are often found keeping still under fallen leaves. This POKéMON feeds on compost that is made up of fallen, rotted leaves.",
  8320. "types": [
  8321. "grass"
  8322. ],
  8323. "name": "Shroomish",
  8324. "image": "https://cdn.recast.ai/blog/pokebot/285.png",
  8325. "evolutions": [
  8326. {
  8327. "id": 285,
  8328. "name": "Shroomish"
  8329. },
  8330. {
  8331. "id": 286,
  8332. "from": 285,
  8333. "trigger": "leveling",
  8334. "trigger_lvl": 23,
  8335. "name": "Breloom"
  8336. }
  8337. ]
  8338. },
  8339. {
  8340. "id": 286,
  8341. "height": "12",
  8342. "weight": "392",
  8343. "base_experience": "161",
  8344. "description": "BRELOOM closes in on its foe with light and sprightly footwork, then throws punches with its stretchy arms. This POKéMON’s fighting technique puts boxers to shame.",
  8345. "types": [
  8346. "grass",
  8347. "fighting"
  8348. ],
  8349. "name": "Breloom",
  8350. "image": "https://cdn.recast.ai/blog/pokebot/286.png",
  8351. "evolutions": [
  8352. {
  8353. "id": 285,
  8354. "name": "Shroomish"
  8355. },
  8356. {
  8357. "id": 286,
  8358. "from": 285,
  8359. "trigger": "leveling",
  8360. "trigger_lvl": 23,
  8361. "name": "Breloom"
  8362. }
  8363. ]
  8364. },
  8365. {
  8366. "id": 287,
  8367. "height": "8",
  8368. "weight": "240",
  8369. "base_experience": "56",
  8370. "description": "SLAKOTH lolls around for over twenty hours every day. Because it moves so little, it does not need much food. This POKéMON’s sole daily meal consists of just three leaves.",
  8371. "types": [
  8372. "normal"
  8373. ],
  8374. "name": "Slakoth",
  8375. "image": "https://cdn.recast.ai/blog/pokebot/287.png",
  8376. "evolutions": [
  8377. {
  8378. "id": 287,
  8379. "name": "Slakoth"
  8380. },
  8381. {
  8382. "id": 288,
  8383. "from": 287,
  8384. "trigger": "leveling",
  8385. "trigger_lvl": 18,
  8386. "name": "Vigoroth"
  8387. },
  8388. {
  8389. "id": 289,
  8390. "from": 288,
  8391. "trigger": "leveling",
  8392. "trigger_lvl": 36,
  8393. "name": "Slaking"
  8394. }
  8395. ]
  8396. },
  8397. {
  8398. "id": 288,
  8399. "height": "14",
  8400. "weight": "465",
  8401. "base_experience": "154",
  8402. "description": "VIGOROTH is always itching and agitated to go on a wild rampage. It simply can’t tolerate sitting still for even a minute. This POKéMON’s stress level rises if it can’t be moving constantly.",
  8403. "types": [
  8404. "normal"
  8405. ],
  8406. "name": "Vigoroth",
  8407. "image": "https://cdn.recast.ai/blog/pokebot/288.png",
  8408. "evolutions": [
  8409. {
  8410. "id": 287,
  8411. "name": "Slakoth"
  8412. },
  8413. {
  8414. "id": 288,
  8415. "from": 287,
  8416. "trigger": "leveling",
  8417. "trigger_lvl": 18,
  8418. "name": "Vigoroth"
  8419. },
  8420. {
  8421. "id": 289,
  8422. "from": 288,
  8423. "trigger": "leveling",
  8424. "trigger_lvl": 36,
  8425. "name": "Slaking"
  8426. }
  8427. ]
  8428. },
  8429. {
  8430. "id": 289,
  8431. "height": "20",
  8432. "weight": "1305",
  8433. "base_experience": "252",
  8434. "description": "SLAKING spends all day lying down and lolling about. It eats grass growing within its reach. If it eats all the grass it can reach, this POKéMON reluctantly moves to another spot.",
  8435. "types": [
  8436. "normal"
  8437. ],
  8438. "name": "Slaking",
  8439. "image": "https://cdn.recast.ai/blog/pokebot/289.png",
  8440. "evolutions": [
  8441. {
  8442. "id": 287,
  8443. "name": "Slakoth"
  8444. },
  8445. {
  8446. "id": 288,
  8447. "from": 287,
  8448. "trigger": "leveling",
  8449. "trigger_lvl": 18,
  8450. "name": "Vigoroth"
  8451. },
  8452. {
  8453. "id": 289,
  8454. "from": 288,
  8455. "trigger": "leveling",
  8456. "trigger_lvl": 36,
  8457. "name": "Slaking"
  8458. }
  8459. ]
  8460. },
  8461. {
  8462. "id": 290,
  8463. "height": "5",
  8464. "weight": "55",
  8465. "base_experience": "53",
  8466. "description": "NINCADA lives underground for many years in complete darkness. This POKéMON absorbs nutrients from the roots of trees. It stays motionless as it waits for evolution.",
  8467. "types": [
  8468. "bug",
  8469. "ground"
  8470. ],
  8471. "name": "Nincada",
  8472. "image": "https://cdn.recast.ai/blog/pokebot/290.png",
  8473. "evolutions": [
  8474. {
  8475. "id": 290,
  8476. "name": "Nincada"
  8477. },
  8478. {
  8479. "id": 291,
  8480. "from": 290,
  8481. "trigger": "leveling",
  8482. "trigger_lvl": 20,
  8483. "name": "Ninjask"
  8484. },
  8485. {
  8486. "id": 292,
  8487. "from": 290,
  8488. "trigger": 4,
  8489. "name": "Shedinja"
  8490. }
  8491. ]
  8492. },
  8493. {
  8494. "id": 291,
  8495. "height": "8",
  8496. "weight": "120",
  8497. "base_experience": "160",
  8498. "description": "NINJASK moves around at such a high speed that it cannot be seen, even while its crying can be clearly heard. For that reason, this POKéMON was long believed to be invisible.",
  8499. "types": [
  8500. "bug",
  8501. "flying"
  8502. ],
  8503. "name": "Ninjask",
  8504. "image": "https://cdn.recast.ai/blog/pokebot/291.png",
  8505. "evolutions": [
  8506. {
  8507. "id": 290,
  8508. "name": "Nincada"
  8509. },
  8510. {
  8511. "id": 291,
  8512. "from": 290,
  8513. "trigger": "leveling",
  8514. "trigger_lvl": 20,
  8515. "name": "Ninjask"
  8516. },
  8517. {
  8518. "id": 292,
  8519. "from": 290,
  8520. "trigger": 4,
  8521. "name": "Shedinja"
  8522. }
  8523. ]
  8524. },
  8525. {
  8526. "id": 292,
  8527. "height": "8",
  8528. "weight": "12",
  8529. "base_experience": "83",
  8530. "description": "SHEDINJA’s hard body doesn’t move - not even a twitch. In fact, its body appears to be merely a hollow shell. It is believed that this POKéMON will steal the spirit of anyone peering into its hollow body from its back.",
  8531. "types": [
  8532. "bug",
  8533. "ghost"
  8534. ],
  8535. "name": "Shedinja",
  8536. "image": "https://cdn.recast.ai/blog/pokebot/292.png",
  8537. "evolutions": [
  8538. {
  8539. "id": 290,
  8540. "name": "Nincada"
  8541. },
  8542. {
  8543. "id": 291,
  8544. "from": 290,
  8545. "trigger": "leveling",
  8546. "trigger_lvl": 20,
  8547. "name": "Ninjask"
  8548. },
  8549. {
  8550. "id": 292,
  8551. "from": 290,
  8552. "trigger": 4,
  8553. "name": "Shedinja"
  8554. }
  8555. ]
  8556. },
  8557. {
  8558. "id": 293,
  8559. "height": "6",
  8560. "weight": "163",
  8561. "base_experience": "48",
  8562. "description": "Normally, WHISMUR’s voice is very quiet - it is barely audible even if one is paying close attention. However, if this POKéMON senses danger, it starts crying at an earsplitting volume.",
  8563. "types": [
  8564. "normal"
  8565. ],
  8566. "name": "Whismur",
  8567. "image": "https://cdn.recast.ai/blog/pokebot/293.png",
  8568. "evolutions": [
  8569. {
  8570. "id": 293,
  8571. "name": "Whismur"
  8572. },
  8573. {
  8574. "id": 294,
  8575. "from": 293,
  8576. "trigger": "leveling",
  8577. "trigger_lvl": 20,
  8578. "name": "Loudred"
  8579. },
  8580. {
  8581. "id": 295,
  8582. "from": 294,
  8583. "trigger": "leveling",
  8584. "trigger_lvl": 40,
  8585. "name": "Exploud"
  8586. }
  8587. ]
  8588. },
  8589. {
  8590. "id": 294,
  8591. "height": "10",
  8592. "weight": "405",
  8593. "base_experience": "126",
  8594. "description": "LOUDRED’s bellowing can completely decimate a wood-frame house. It uses its voice to punish its foes. This POKéMON’s round ears serve as loudspeakers.",
  8595. "types": [
  8596. "normal"
  8597. ],
  8598. "name": "Loudred",
  8599. "image": "https://cdn.recast.ai/blog/pokebot/294.png",
  8600. "evolutions": [
  8601. {
  8602. "id": 293,
  8603. "name": "Whismur"
  8604. },
  8605. {
  8606. "id": 294,
  8607. "from": 293,
  8608. "trigger": "leveling",
  8609. "trigger_lvl": 20,
  8610. "name": "Loudred"
  8611. },
  8612. {
  8613. "id": 295,
  8614. "from": 294,
  8615. "trigger": "leveling",
  8616. "trigger_lvl": 40,
  8617. "name": "Exploud"
  8618. }
  8619. ]
  8620. },
  8621. {
  8622. "id": 295,
  8623. "height": "15",
  8624. "weight": "840",
  8625. "base_experience": "216",
  8626. "description": "EXPLOUD triggers earthquakes with the tremors it creates by bellowing. If this POKéMON violently inhales from the ports on its body, it’s a sign that it is preparing to let loose a huge bellow.",
  8627. "types": [
  8628. "normal"
  8629. ],
  8630. "name": "Exploud",
  8631. "image": "https://cdn.recast.ai/blog/pokebot/295.png",
  8632. "evolutions": [
  8633. {
  8634. "id": 293,
  8635. "name": "Whismur"
  8636. },
  8637. {
  8638. "id": 294,
  8639. "from": 293,
  8640. "trigger": "leveling",
  8641. "trigger_lvl": 20,
  8642. "name": "Loudred"
  8643. },
  8644. {
  8645. "id": 295,
  8646. "from": 294,
  8647. "trigger": "leveling",
  8648. "trigger_lvl": 40,
  8649. "name": "Exploud"
  8650. }
  8651. ]
  8652. },
  8653. {
  8654. "id": 296,
  8655. "height": "10",
  8656. "weight": "864",
  8657. "base_experience": "47",
  8658. "description": "MAKUHITA is tenacious - it will keep getting up and attacking its foe however many times it is knocked down. Every time it gets back up, this POKéMON stores more energy in its body for evolving.",
  8659. "types": [
  8660. "fighting"
  8661. ],
  8662. "name": "Makuhita",
  8663. "image": "https://cdn.recast.ai/blog/pokebot/296.png",
  8664. "evolutions": [
  8665. {
  8666. "id": 296,
  8667. "name": "Makuhita"
  8668. },
  8669. {
  8670. "id": 297,
  8671. "from": 296,
  8672. "trigger": "leveling",
  8673. "trigger_lvl": 24,
  8674. "name": "Hariyama"
  8675. }
  8676. ]
  8677. },
  8678. {
  8679. "id": 297,
  8680. "height": "23",
  8681. "weight": "2538",
  8682. "base_experience": "166",
  8683. "description": "HARIYAMA practices its straight-arm slaps in any number of locations. One hit of this POKéMON’s powerful, openhanded, straight-arm punches could snap a telephone pole in two.",
  8684. "types": [
  8685. "fighting"
  8686. ],
  8687. "name": "Hariyama",
  8688. "image": "https://cdn.recast.ai/blog/pokebot/297.png",
  8689. "evolutions": [
  8690. {
  8691. "id": 296,
  8692. "name": "Makuhita"
  8693. },
  8694. {
  8695. "id": 297,
  8696. "from": 296,
  8697. "trigger": "leveling",
  8698. "trigger_lvl": 24,
  8699. "name": "Hariyama"
  8700. }
  8701. ]
  8702. },
  8703. {
  8704. "id": 298,
  8705. "height": "2",
  8706. "weight": "20",
  8707. "base_experience": "38",
  8708. "description": "AZURILL spins its tail as if it were a lasso, then hurls it far. The momentum of the throw sends its body flying, too. Using this unique action, one of these POKéMON managed to hurl itself a record 33 feet.",
  8709. "types": [
  8710. "normal",
  8711. "fairy"
  8712. ],
  8713. "name": "Azurill",
  8714. "image": "https://cdn.recast.ai/blog/pokebot/298.png",
  8715. "evolutions": [
  8716. {
  8717. "id": 298,
  8718. "name": "Azurill"
  8719. },
  8720. {
  8721. "id": 183,
  8722. "from": 298,
  8723. "trigger": 1,
  8724. "name": "Marill"
  8725. },
  8726. {
  8727. "id": 184,
  8728. "from": 183,
  8729. "trigger": "leveling",
  8730. "trigger_lvl": 18,
  8731. "name": "Azumarill"
  8732. }
  8733. ]
  8734. },
  8735. {
  8736. "id": 299,
  8737. "height": "10",
  8738. "weight": "970",
  8739. "base_experience": "75",
  8740. "description": "NOSEPASS’s magnetic nose is always pointed to the north. If two of these POKéMON meet, they cannot turn their faces to each other when they are close because their magnetic noses repel one another.",
  8741. "types": [
  8742. "rock"
  8743. ],
  8744. "name": "Nosepass",
  8745. "image": "https://cdn.recast.ai/blog/pokebot/299.png",
  8746. "evolutions": [
  8747. {
  8748. "id": 299,
  8749. "name": "Nosepass"
  8750. },
  8751. {
  8752. "id": 476,
  8753. "from": 299,
  8754. "trigger": 1,
  8755. "name": "Probopass"
  8756. }
  8757. ]
  8758. },
  8759. {
  8760. "id": 300,
  8761. "height": "6",
  8762. "weight": "110",
  8763. "base_experience": "52",
  8764. "description": "SKITTY has the habit of becoming fascinated by moving objects and chasing them around. This POKéMON is known to chase after its own tail and become dizzy.",
  8765. "types": [
  8766. "normal"
  8767. ],
  8768. "name": "Skitty",
  8769. "image": "https://cdn.recast.ai/blog/pokebot/300.png",
  8770. "evolutions": [
  8771. {
  8772. "id": 300,
  8773. "name": "Skitty"
  8774. },
  8775. {
  8776. "id": 301,
  8777. "from": 300,
  8778. "trigger": "item",
  8779. "name": "Delcatty",
  8780. "trigger_item": "moon-stone"
  8781. }
  8782. ]
  8783. },
  8784. {
  8785. "id": 301,
  8786. "height": "11",
  8787. "weight": "326",
  8788. "base_experience": "133",
  8789. "description": "DELCATTY prefers to live an unfettered existence in which it can do as it pleases at its own pace. Because this POKéMON eats and sleeps whenever it decides, its daily routines are completely random.",
  8790. "types": [
  8791. "normal"
  8792. ],
  8793. "name": "Delcatty",
  8794. "image": "https://cdn.recast.ai/blog/pokebot/301.png",
  8795. "evolutions": [
  8796. {
  8797. "id": 300,
  8798. "name": "Skitty"
  8799. },
  8800. {
  8801. "id": 301,
  8802. "from": 300,
  8803. "trigger": "item",
  8804. "name": "Delcatty",
  8805. "trigger_item": "moon-stone"
  8806. }
  8807. ]
  8808. },
  8809. {
  8810. "id": 302,
  8811. "height": "5",
  8812. "weight": "110",
  8813. "base_experience": "133",
  8814. "description": "SABLEYE lead quiet lives deep inside caverns. They are feared, however, because these POKéMON are thought to steal the spirits of people when their eyes burn with a sinister glow in the darkness.",
  8815. "types": [
  8816. "dark",
  8817. "ghost"
  8818. ],
  8819. "name": "Sableye",
  8820. "image": "https://cdn.recast.ai/blog/pokebot/302.png",
  8821. "evolutions": [
  8822. {
  8823. "id": 302,
  8824. "name": "Sableye"
  8825. }
  8826. ]
  8827. },
  8828. {
  8829. "id": 303,
  8830. "height": "6",
  8831. "weight": "115",
  8832. "base_experience": "133",
  8833. "description": "MAWHILE’s huge jaws are actually steel horns that have been transformed. Its docile-looking face serves to lull its foe into letting down its guard. When the foe least expects it, MAWHILE chomps it with its gaping jaws.",
  8834. "types": [
  8835. "steel",
  8836. "fairy"
  8837. ],
  8838. "name": "Mawile",
  8839. "image": "https://cdn.recast.ai/blog/pokebot/303.png",
  8840. "evolutions": [
  8841. {
  8842. "id": 303,
  8843. "name": "Mawile"
  8844. }
  8845. ]
  8846. },
  8847. {
  8848. "id": 304,
  8849. "height": "4",
  8850. "weight": "600",
  8851. "base_experience": "66",
  8852. "description": "This POKéMON has a body of steel. To make its body, ARON feeds on iron ore that it digs from mountains. Occasionally, it causes major trouble by eating bridges and rails.",
  8853. "types": [
  8854. "steel",
  8855. "rock"
  8856. ],
  8857. "name": "Aron",
  8858. "image": "https://cdn.recast.ai/blog/pokebot/304.png",
  8859. "evolutions": [
  8860. {
  8861. "id": 304,
  8862. "name": "Aron"
  8863. },
  8864. {
  8865. "id": 305,
  8866. "from": 304,
  8867. "trigger": "leveling",
  8868. "trigger_lvl": 32,
  8869. "name": "Lairon"
  8870. },
  8871. {
  8872. "id": 306,
  8873. "from": 305,
  8874. "trigger": "leveling",
  8875. "trigger_lvl": 42,
  8876. "name": "Aggron"
  8877. }
  8878. ]
  8879. },
  8880. {
  8881. "id": 305,
  8882. "height": "9",
  8883. "weight": "1200",
  8884. "base_experience": "151",
  8885. "description": "LAIRON tempers its steel body by drinking highly nutritious mineral springwater until it is bloated. This POKéMON makes its nest close to springs of delicious water.",
  8886. "types": [
  8887. "steel",
  8888. "rock"
  8889. ],
  8890. "name": "Lairon",
  8891. "image": "https://cdn.recast.ai/blog/pokebot/305.png",
  8892. "evolutions": [
  8893. {
  8894. "id": 304,
  8895. "name": "Aron"
  8896. },
  8897. {
  8898. "id": 305,
  8899. "from": 304,
  8900. "trigger": "leveling",
  8901. "trigger_lvl": 32,
  8902. "name": "Lairon"
  8903. },
  8904. {
  8905. "id": 306,
  8906. "from": 305,
  8907. "trigger": "leveling",
  8908. "trigger_lvl": 42,
  8909. "name": "Aggron"
  8910. }
  8911. ]
  8912. },
  8913. {
  8914. "id": 306,
  8915. "height": "21",
  8916. "weight": "3600",
  8917. "base_experience": "239",
  8918. "description": "AGGRON claims an entire mountain as its own territory. It mercilessly beats up anything that violates its environment. This POKéMON vigilantly patrols its territory at all times.",
  8919. "types": [
  8920. "steel",
  8921. "rock"
  8922. ],
  8923. "name": "Aggron",
  8924. "image": "https://cdn.recast.ai/blog/pokebot/306.png",
  8925. "evolutions": [
  8926. {
  8927. "id": 304,
  8928. "name": "Aron"
  8929. },
  8930. {
  8931. "id": 305,
  8932. "from": 304,
  8933. "trigger": "leveling",
  8934. "trigger_lvl": 32,
  8935. "name": "Lairon"
  8936. },
  8937. {
  8938. "id": 306,
  8939. "from": 305,
  8940. "trigger": "leveling",
  8941. "trigger_lvl": 42,
  8942. "name": "Aggron"
  8943. }
  8944. ]
  8945. },
  8946. {
  8947. "id": 307,
  8948. "height": "6",
  8949. "weight": "112",
  8950. "base_experience": "56",
  8951. "description": "MEDITITE undertakes rigorous mental training deep in the mountains. However, whenever it meditates, this POKéMON always loses its concentration and focus. As a result, its training never ends.",
  8952. "types": [
  8953. "fighting",
  8954. "psychic"
  8955. ],
  8956. "name": "Meditite",
  8957. "image": "https://cdn.recast.ai/blog/pokebot/307.png",
  8958. "evolutions": [
  8959. {
  8960. "id": 307,
  8961. "name": "Meditite"
  8962. },
  8963. {
  8964. "id": 308,
  8965. "from": 307,
  8966. "trigger": "leveling",
  8967. "trigger_lvl": 37,
  8968. "name": "Medicham"
  8969. }
  8970. ]
  8971. },
  8972. {
  8973. "id": 308,
  8974. "height": "13",
  8975. "weight": "315",
  8976. "base_experience": "144",
  8977. "description": "It is said that through meditation, MEDICHAM heightens energy inside its body and sharpens its sixth sense. This POKéMON hides its presence by merging itself with fields and mountains.",
  8978. "types": [
  8979. "fighting",
  8980. "psychic"
  8981. ],
  8982. "name": "Medicham",
  8983. "image": "https://cdn.recast.ai/blog/pokebot/308.png",
  8984. "evolutions": [
  8985. {
  8986. "id": 307,
  8987. "name": "Meditite"
  8988. },
  8989. {
  8990. "id": 308,
  8991. "from": 307,
  8992. "trigger": "leveling",
  8993. "trigger_lvl": 37,
  8994. "name": "Medicham"
  8995. }
  8996. ]
  8997. },
  8998. {
  8999. "id": 309,
  9000. "height": "6",
  9001. "weight": "152",
  9002. "base_experience": "59",
  9003. "description": "ELECTRIKE stores electricity in its long body hair. This POKéMON stimulates its leg muscles with electric charges. These jolts of power give its legs explosive acceleration performance.",
  9004. "types": [
  9005. "electric"
  9006. ],
  9007. "name": "Electrike",
  9008. "image": "https://cdn.recast.ai/blog/pokebot/309.png",
  9009. "evolutions": [
  9010. {
  9011. "id": 309,
  9012. "name": "Electrike"
  9013. },
  9014. {
  9015. "id": 310,
  9016. "from": 309,
  9017. "trigger": "leveling",
  9018. "trigger_lvl": 26,
  9019. "name": "Manectric"
  9020. }
  9021. ]
  9022. },
  9023. {
  9024. "id": 310,
  9025. "height": "15",
  9026. "weight": "402",
  9027. "base_experience": "166",
  9028. "description": "MANECTRIC is constantly discharging electricity from its mane. The sparks sometimes ignite forest fires. When it enters a battle, this POKéMON creates thunderclouds.",
  9029. "types": [
  9030. "electric"
  9031. ],
  9032. "name": "Manectric",
  9033. "image": "https://cdn.recast.ai/blog/pokebot/310.png",
  9034. "evolutions": [
  9035. {
  9036. "id": 309,
  9037. "name": "Electrike"
  9038. },
  9039. {
  9040. "id": 310,
  9041. "from": 309,
  9042. "trigger": "leveling",
  9043. "trigger_lvl": 26,
  9044. "name": "Manectric"
  9045. }
  9046. ]
  9047. },
  9048. {
  9049. "id": 311,
  9050. "height": "4",
  9051. "weight": "42",
  9052. "base_experience": "142",
  9053. "description": "PLUSLE always acts as a cheerleader for its partners. Whenever a teammate puts out a good effort in battle, this POKéMON shorts out its body to create the crackling noises of sparks to show its joy.",
  9054. "types": [
  9055. "electric"
  9056. ],
  9057. "name": "Plusle",
  9058. "image": "https://cdn.recast.ai/blog/pokebot/311.png",
  9059. "evolutions": [
  9060. {
  9061. "id": 311,
  9062. "name": "Plusle"
  9063. }
  9064. ]
  9065. },
  9066. {
  9067. "id": 312,
  9068. "height": "4",
  9069. "weight": "42",
  9070. "base_experience": "142",
  9071. "description": "MINUN is more concerned about cheering on its partners than its own safety. It shorts out the electricity in its body to create brilliant showers of sparks to cheer on its teammates.",
  9072. "types": [
  9073. "electric"
  9074. ],
  9075. "name": "Minun",
  9076. "image": "https://cdn.recast.ai/blog/pokebot/312.png",
  9077. "evolutions": [
  9078. {
  9079. "id": 312,
  9080. "name": "Minun"
  9081. }
  9082. ]
  9083. },
  9084. {
  9085. "id": 313,
  9086. "height": "7",
  9087. "weight": "177",
  9088. "base_experience": "140",
  9089. "description": "With the arrival of night, VOLBEAT emits light from its tail. It communicates with others by adjusting the intensity and flashing of its light. This POKéMON is attracted by the sweet aroma of ILLUMISE.",
  9090. "types": [
  9091. "bug"
  9092. ],
  9093. "name": "Volbeat",
  9094. "image": "https://cdn.recast.ai/blog/pokebot/313.png",
  9095. "evolutions": [
  9096. {
  9097. "id": 313,
  9098. "name": "Volbeat"
  9099. }
  9100. ]
  9101. },
  9102. {
  9103. "id": 314,
  9104. "height": "6",
  9105. "weight": "177",
  9106. "base_experience": "140",
  9107. "description": "ILLUMISE attracts a swarm of VOLBEAT using a sweet fragrance. Once the VOLBEAT have gathered, this POKéMON leads the lit-up swarm in drawing geometric designs on the canvas of the night sky.",
  9108. "types": [
  9109. "bug"
  9110. ],
  9111. "name": "Illumise",
  9112. "image": "https://cdn.recast.ai/blog/pokebot/314.png",
  9113. "evolutions": [
  9114. {
  9115. "id": 314,
  9116. "name": "Illumise"
  9117. }
  9118. ]
  9119. },
  9120. {
  9121. "id": 315,
  9122. "height": "3",
  9123. "weight": "20",
  9124. "base_experience": "140",
  9125. "description": "ROSELIA shoots sharp thorns as projectiles at any opponent that tries to steal the flowers on its arms. The aroma of this POKéMON brings serenity to living things.",
  9126. "types": [
  9127. "grass",
  9128. "poison"
  9129. ],
  9130. "name": "Roselia",
  9131. "image": "https://cdn.recast.ai/blog/pokebot/315.png",
  9132. "evolutions": [
  9133. {
  9134. "id": 406,
  9135. "name": "Budew"
  9136. },
  9137. {
  9138. "id": 315,
  9139. "from": 406,
  9140. "trigger": 1,
  9141. "name": "Roselia"
  9142. },
  9143. {
  9144. "id": 407,
  9145. "from": 315,
  9146. "trigger": "item",
  9147. "name": "Roserade",
  9148. "trigger_item": "shiny-stone"
  9149. }
  9150. ]
  9151. },
  9152. {
  9153. "id": 316,
  9154. "height": "4",
  9155. "weight": "103",
  9156. "base_experience": "60",
  9157. "description": "Virtually all of GULPIN’s body is its stomach. As a result, it can swallow something its own size. This POKéMON’s stomach contains a special fluid that digests anything.",
  9158. "types": [
  9159. "poison"
  9160. ],
  9161. "name": "Gulpin",
  9162. "image": "https://cdn.recast.ai/blog/pokebot/316.png",
  9163. "evolutions": [
  9164. {
  9165. "id": 316,
  9166. "name": "Gulpin"
  9167. },
  9168. {
  9169. "id": 317,
  9170. "from": 316,
  9171. "trigger": "leveling",
  9172. "trigger_lvl": 26,
  9173. "name": "Swalot"
  9174. }
  9175. ]
  9176. },
  9177. {
  9178. "id": 317,
  9179. "height": "17",
  9180. "weight": "800",
  9181. "base_experience": "163",
  9182. "description": "When SWALOT spots prey, it spurts out a hideously toxic fluid from its pores and sprays the target. Once the prey has weakened, this POKéMON gulps it down whole with its cavernous mouth.",
  9183. "types": [
  9184. "poison"
  9185. ],
  9186. "name": "Swalot",
  9187. "image": "https://cdn.recast.ai/blog/pokebot/317.png",
  9188. "evolutions": [
  9189. {
  9190. "id": 316,
  9191. "name": "Gulpin"
  9192. },
  9193. {
  9194. "id": 317,
  9195. "from": 316,
  9196. "trigger": "leveling",
  9197. "trigger_lvl": 26,
  9198. "name": "Swalot"
  9199. }
  9200. ]
  9201. },
  9202. {
  9203. "id": 318,
  9204. "height": "8",
  9205. "weight": "208",
  9206. "base_experience": "61",
  9207. "description": "CARVANHA’s strongly developed jaws and its sharply pointed fangs pack the destructive power to rip out boat hulls. Many boats have been attacked and sunk by this POKéMON.",
  9208. "types": [
  9209. "water",
  9210. "dark"
  9211. ],
  9212. "name": "Carvanha",
  9213. "image": "https://cdn.recast.ai/blog/pokebot/318.png",
  9214. "evolutions": [
  9215. {
  9216. "id": 318,
  9217. "name": "Carvanha"
  9218. },
  9219. {
  9220. "id": 319,
  9221. "from": 318,
  9222. "trigger": "leveling",
  9223. "trigger_lvl": 30,
  9224. "name": "Sharpedo"
  9225. }
  9226. ]
  9227. },
  9228. {
  9229. "id": 319,
  9230. "height": "18",
  9231. "weight": "888",
  9232. "base_experience": "161",
  9233. "description": "Nicknamed “the bully of the sea,” SHARPEDO is widely feared. Its cruel fangs grow back immediately if they snap off. Just one of these POKéMON can thoroughly tear apart a supertanker.",
  9234. "types": [
  9235. "water",
  9236. "dark"
  9237. ],
  9238. "name": "Sharpedo",
  9239. "image": "https://cdn.recast.ai/blog/pokebot/319.png",
  9240. "evolutions": [
  9241. {
  9242. "id": 318,
  9243. "name": "Carvanha"
  9244. },
  9245. {
  9246. "id": 319,
  9247. "from": 318,
  9248. "trigger": "leveling",
  9249. "trigger_lvl": 30,
  9250. "name": "Sharpedo"
  9251. }
  9252. ]
  9253. },
  9254. {
  9255. "id": 320,
  9256. "height": "20",
  9257. "weight": "1300",
  9258. "base_experience": "80",
  9259. "description": "WAILMER’s nostrils are located above its eyes. This playful POKéMON loves to startle people by forcefully snorting out seawater it stores inside its body out of its nostrils.",
  9260. "types": [
  9261. "water"
  9262. ],
  9263. "name": "Wailmer",
  9264. "image": "https://cdn.recast.ai/blog/pokebot/320.png",
  9265. "evolutions": [
  9266. {
  9267. "id": 320,
  9268. "name": "Wailmer"
  9269. },
  9270. {
  9271. "id": 321,
  9272. "from": 320,
  9273. "trigger": "leveling",
  9274. "trigger_lvl": 40,
  9275. "name": "Wailord"
  9276. }
  9277. ]
  9278. },
  9279. {
  9280. "id": 321,
  9281. "height": "145",
  9282. "weight": "3980",
  9283. "base_experience": "175",
  9284. "description": "WAILORD is the largest of all identified POKéMON up to now. This giant POKéMON swims languorously in the vast open sea, eating massive amounts of food at once with its enormous mouth.",
  9285. "types": [
  9286. "water"
  9287. ],
  9288. "name": "Wailord",
  9289. "image": "https://cdn.recast.ai/blog/pokebot/321.png",
  9290. "evolutions": [
  9291. {
  9292. "id": 320,
  9293. "name": "Wailmer"
  9294. },
  9295. {
  9296. "id": 321,
  9297. "from": 320,
  9298. "trigger": "leveling",
  9299. "trigger_lvl": 40,
  9300. "name": "Wailord"
  9301. }
  9302. ]
  9303. },
  9304. {
  9305. "id": 322,
  9306. "height": "7",
  9307. "weight": "240",
  9308. "base_experience": "61",
  9309. "description": "NUMEL is extremely dull witted - it doesn’t notice being hit. However, it can’t stand hunger for even a second. This POKéMON’s body is a seething cauldron of boiling magma.",
  9310. "types": [
  9311. "fire",
  9312. "ground"
  9313. ],
  9314. "name": "Numel",
  9315. "image": "https://cdn.recast.ai/blog/pokebot/322.png",
  9316. "evolutions": [
  9317. {
  9318. "id": 322,
  9319. "name": "Numel"
  9320. },
  9321. {
  9322. "id": 323,
  9323. "from": 322,
  9324. "trigger": "leveling",
  9325. "trigger_lvl": 33,
  9326. "name": "Camerupt"
  9327. }
  9328. ]
  9329. },
  9330. {
  9331. "id": 323,
  9332. "height": "19",
  9333. "weight": "2200",
  9334. "base_experience": "161",
  9335. "description": "CAMERUPT has a volcano inside its body. Magma of 18,000 degrees F courses through its body. Occasionally, the humps on this POKéMON’s back erupt, spewing the superheated magma.",
  9336. "types": [
  9337. "fire",
  9338. "ground"
  9339. ],
  9340. "name": "Camerupt",
  9341. "image": "https://cdn.recast.ai/blog/pokebot/323.png",
  9342. "evolutions": [
  9343. {
  9344. "id": 322,
  9345. "name": "Numel"
  9346. },
  9347. {
  9348. "id": 323,
  9349. "from": 322,
  9350. "trigger": "leveling",
  9351. "trigger_lvl": 33,
  9352. "name": "Camerupt"
  9353. }
  9354. ]
  9355. },
  9356. {
  9357. "id": 324,
  9358. "height": "5",
  9359. "weight": "804",
  9360. "base_experience": "165",
  9361. "description": "TORKOAL digs through mountains in search of coal. If it finds some, it fills hollow spaces on its shell with the coal and burns it. If it is attacked, this POKéMON spouts thick black smoke to beat a retreat.",
  9362. "types": [
  9363. "fire"
  9364. ],
  9365. "name": "Torkoal",
  9366. "image": "https://cdn.recast.ai/blog/pokebot/324.png",
  9367. "evolutions": [
  9368. {
  9369. "id": 324,
  9370. "name": "Torkoal"
  9371. }
  9372. ]
  9373. },
  9374. {
  9375. "id": 325,
  9376. "height": "7",
  9377. "weight": "306",
  9378. "base_experience": "66",
  9379. "description": "SPOINK bounces around on its tail. The shock of its bouncing makes its heart pump. As a result, this POKéMON cannot afford to stop bouncing - if it stops, its heart will stop.",
  9380. "types": [
  9381. "psychic"
  9382. ],
  9383. "name": "Spoink",
  9384. "image": "https://cdn.recast.ai/blog/pokebot/325.png",
  9385. "evolutions": [
  9386. {
  9387. "id": 325,
  9388. "name": "Spoink"
  9389. },
  9390. {
  9391. "id": 326,
  9392. "from": 325,
  9393. "trigger": "leveling",
  9394. "trigger_lvl": 32,
  9395. "name": "Grumpig"
  9396. }
  9397. ]
  9398. },
  9399. {
  9400. "id": 326,
  9401. "height": "9",
  9402. "weight": "715",
  9403. "base_experience": "165",
  9404. "description": "GRUMPIG uses the black pearls on its body to amplify its psychic power waves for gaining total control over its foe. When this POKéMON uses its special power, its snorting breath grows labored.",
  9405. "types": [
  9406. "psychic"
  9407. ],
  9408. "name": "Grumpig",
  9409. "image": "https://cdn.recast.ai/blog/pokebot/326.png",
  9410. "evolutions": [
  9411. {
  9412. "id": 325,
  9413. "name": "Spoink"
  9414. },
  9415. {
  9416. "id": 326,
  9417. "from": 325,
  9418. "trigger": "leveling",
  9419. "trigger_lvl": 32,
  9420. "name": "Grumpig"
  9421. }
  9422. ]
  9423. },
  9424. {
  9425. "id": 327,
  9426. "height": "11",
  9427. "weight": "50",
  9428. "base_experience": "126",
  9429. "description": "All the SPINDA that exist in the world are said to have utterly unique spot patterns. The shaky, tottering steps of this POKéMON give it the appearance of dancing.",
  9430. "types": [
  9431. "normal"
  9432. ],
  9433. "name": "Spinda",
  9434. "image": "https://cdn.recast.ai/blog/pokebot/327.png",
  9435. "evolutions": [
  9436. {
  9437. "id": 327,
  9438. "name": "Spinda"
  9439. }
  9440. ]
  9441. },
  9442. {
  9443. "id": 328,
  9444. "height": "7",
  9445. "weight": "150",
  9446. "base_experience": "58",
  9447. "description": "TRAPINCH’s nest is a sloped, bowl-like pit dug in sand. This POKéMON patiently waits for prey to tumble down the pit. Its giant jaws have enough strength to crush even boulders.",
  9448. "types": [
  9449. "ground"
  9450. ],
  9451. "name": "Trapinch",
  9452. "image": "https://cdn.recast.ai/blog/pokebot/328.png",
  9453. "evolutions": [
  9454. {
  9455. "id": 328,
  9456. "name": "Trapinch"
  9457. },
  9458. {
  9459. "id": 329,
  9460. "from": 328,
  9461. "trigger": "leveling",
  9462. "trigger_lvl": 35,
  9463. "name": "Vibrava"
  9464. },
  9465. {
  9466. "id": 330,
  9467. "from": 329,
  9468. "trigger": "leveling",
  9469. "trigger_lvl": 45,
  9470. "name": "Flygon"
  9471. }
  9472. ]
  9473. },
  9474. {
  9475. "id": 329,
  9476. "height": "11",
  9477. "weight": "153",
  9478. "base_experience": "119",
  9479. "description": "To make prey faint, VIBRAVA generates ultrasonic waves by vigorously making its two wings vibrate. This POKéMON’s ultrasonic waves are so powerful, they can bring on headaches in people.",
  9480. "types": [
  9481. "ground",
  9482. "dragon"
  9483. ],
  9484. "name": "Vibrava",
  9485. "image": "https://cdn.recast.ai/blog/pokebot/329.png",
  9486. "evolutions": [
  9487. {
  9488. "id": 328,
  9489. "name": "Trapinch"
  9490. },
  9491. {
  9492. "id": 329,
  9493. "from": 328,
  9494. "trigger": "leveling",
  9495. "trigger_lvl": 35,
  9496. "name": "Vibrava"
  9497. },
  9498. {
  9499. "id": 330,
  9500. "from": 329,
  9501. "trigger": "leveling",
  9502. "trigger_lvl": 45,
  9503. "name": "Flygon"
  9504. }
  9505. ]
  9506. },
  9507. {
  9508. "id": 330,
  9509. "height": "20",
  9510. "weight": "820",
  9511. "base_experience": "234",
  9512. "description": "FLYGON is nicknamed “the elemental spirit of the desert.” Because its flapping wings whip up a cloud of sand, this POKéMON is always enveloped in a sandstorm while flying.",
  9513. "types": [
  9514. "ground",
  9515. "dragon"
  9516. ],
  9517. "name": "Flygon",
  9518. "image": "https://cdn.recast.ai/blog/pokebot/330.png",
  9519. "evolutions": [
  9520. {
  9521. "id": 328,
  9522. "name": "Trapinch"
  9523. },
  9524. {
  9525. "id": 329,
  9526. "from": 328,
  9527. "trigger": "leveling",
  9528. "trigger_lvl": 35,
  9529. "name": "Vibrava"
  9530. },
  9531. {
  9532. "id": 330,
  9533. "from": 329,
  9534. "trigger": "leveling",
  9535. "trigger_lvl": 45,
  9536. "name": "Flygon"
  9537. }
  9538. ]
  9539. },
  9540. {
  9541. "id": 331,
  9542. "height": "4",
  9543. "weight": "513",
  9544. "base_experience": "67",
  9545. "description": "CACNEA lives in arid locations such as deserts. It releases a strong aroma from its flower to attract prey. When prey comes near, this POKéMON shoots sharp thorns from its body to bring the victim down.",
  9546. "types": [
  9547. "grass"
  9548. ],
  9549. "name": "Cacnea",
  9550. "image": "https://cdn.recast.ai/blog/pokebot/331.png",
  9551. "evolutions": [
  9552. {
  9553. "id": 331,
  9554. "name": "Cacnea"
  9555. },
  9556. {
  9557. "id": 332,
  9558. "from": 331,
  9559. "trigger": "leveling",
  9560. "trigger_lvl": 32,
  9561. "name": "Cacturne"
  9562. }
  9563. ]
  9564. },
  9565. {
  9566. "id": 332,
  9567. "height": "13",
  9568. "weight": "774",
  9569. "base_experience": "166",
  9570. "description": "During the daytime, CACTURNE remains unmoving so that it does not lose any moisture to the harsh desert sun. This POKéMON becomes active at night when the temperature drops.",
  9571. "types": [
  9572. "grass",
  9573. "dark"
  9574. ],
  9575. "name": "Cacturne",
  9576. "image": "https://cdn.recast.ai/blog/pokebot/332.png",
  9577. "evolutions": [
  9578. {
  9579. "id": 331,
  9580. "name": "Cacnea"
  9581. },
  9582. {
  9583. "id": 332,
  9584. "from": 331,
  9585. "trigger": "leveling",
  9586. "trigger_lvl": 32,
  9587. "name": "Cacturne"
  9588. }
  9589. ]
  9590. },
  9591. {
  9592. "id": 333,
  9593. "height": "4",
  9594. "weight": "12",
  9595. "base_experience": "62",
  9596. "description": "SWABLU has light and fluffy wings that are like cottony clouds. This POKéMON is not frightened of people. It lands on the heads of people and sits there like a cotton-fluff hat.",
  9597. "types": [
  9598. "normal",
  9599. "flying"
  9600. ],
  9601. "name": "Swablu",
  9602. "image": "https://cdn.recast.ai/blog/pokebot/333.png",
  9603. "evolutions": [
  9604. {
  9605. "id": 333,
  9606. "name": "Swablu"
  9607. },
  9608. {
  9609. "id": 334,
  9610. "from": 333,
  9611. "trigger": "leveling",
  9612. "trigger_lvl": 35,
  9613. "name": "Altaria"
  9614. }
  9615. ]
  9616. },
  9617. {
  9618. "id": 334,
  9619. "height": "11",
  9620. "weight": "206",
  9621. "base_experience": "172",
  9622. "description": "ALTARIA dances and wheels through the sky among billowing, cotton-like clouds. By singing melodies in its crystal-clear voice, this POKéMON makes its listeners experience dreamy wonderment.",
  9623. "types": [
  9624. "dragon",
  9625. "flying"
  9626. ],
  9627. "name": "Altaria",
  9628. "image": "https://cdn.recast.ai/blog/pokebot/334.png",
  9629. "evolutions": [
  9630. {
  9631. "id": 333,
  9632. "name": "Swablu"
  9633. },
  9634. {
  9635. "id": 334,
  9636. "from": 333,
  9637. "trigger": "leveling",
  9638. "trigger_lvl": 35,
  9639. "name": "Altaria"
  9640. }
  9641. ]
  9642. },
  9643. {
  9644. "id": 335,
  9645. "height": "13",
  9646. "weight": "403",
  9647. "base_experience": "160",
  9648. "description": "Memories of battling its arch-rival SEVIPER are etched into every cell of ZANGOOSE’s body. This POKéMON adroitly dodges attacks with incredible agility.",
  9649. "types": [
  9650. "normal"
  9651. ],
  9652. "name": "Zangoose",
  9653. "image": "https://cdn.recast.ai/blog/pokebot/335.png",
  9654. "evolutions": [
  9655. {
  9656. "id": 335,
  9657. "name": "Zangoose"
  9658. }
  9659. ]
  9660. },
  9661. {
  9662. "id": 336,
  9663. "height": "27",
  9664. "weight": "525",
  9665. "base_experience": "160",
  9666. "description": "SEVIPER shares a generations-long feud with ZANGOOSE. The scars on its body are evidence of vicious battles. This POKéMON attacks using its sword- edged tail.",
  9667. "types": [
  9668. "poison"
  9669. ],
  9670. "name": "Seviper",
  9671. "image": "https://cdn.recast.ai/blog/pokebot/336.png",
  9672. "evolutions": [
  9673. {
  9674. "id": 336,
  9675. "name": "Seviper"
  9676. }
  9677. ]
  9678. },
  9679. {
  9680. "id": 337,
  9681. "height": "10",
  9682. "weight": "1680",
  9683. "base_experience": "154",
  9684. "description": "LUNATONE was discovered at a location where a meteorite fell. As a result, some people theorize that this POKéMON came from space. However, no one has been able to prove this theory so far.",
  9685. "types": [
  9686. "rock",
  9687. "psychic"
  9688. ],
  9689. "name": "Lunatone",
  9690. "image": "https://cdn.recast.ai/blog/pokebot/337.png",
  9691. "evolutions": [
  9692. {
  9693. "id": 337,
  9694. "name": "Lunatone"
  9695. }
  9696. ]
  9697. },
  9698. {
  9699. "id": 338,
  9700. "height": "12",
  9701. "weight": "1540",
  9702. "base_experience": "154",
  9703. "description": "SOLROCK is a new species of POKéMON that is said to have fallen from space. It floats in air and moves silently. In battle, this POKéMON releases intensely bright light.",
  9704. "types": [
  9705. "rock",
  9706. "psychic"
  9707. ],
  9708. "name": "Solrock",
  9709. "image": "https://cdn.recast.ai/blog/pokebot/338.png",
  9710. "evolutions": [
  9711. {
  9712. "id": 338,
  9713. "name": "Solrock"
  9714. }
  9715. ]
  9716. },
  9717. {
  9718. "id": 339,
  9719. "height": "4",
  9720. "weight": "19",
  9721. "base_experience": "58",
  9722. "description": "BARBOACH’s sensitive whiskers serve as a superb radar system. This POKéMON hides in mud, leaving only its two whiskers exposed while it waits for prey to come along.",
  9723. "types": [
  9724. "water",
  9725. "ground"
  9726. ],
  9727. "name": "Barboach",
  9728. "image": "https://cdn.recast.ai/blog/pokebot/339.png",
  9729. "evolutions": [
  9730. {
  9731. "id": 339,
  9732. "name": "Barboach"
  9733. },
  9734. {
  9735. "id": 340,
  9736. "from": 339,
  9737. "trigger": "leveling",
  9738. "trigger_lvl": 30,
  9739. "name": "Whiscash"
  9740. }
  9741. ]
  9742. },
  9743. {
  9744. "id": 340,
  9745. "height": "9",
  9746. "weight": "236",
  9747. "base_experience": "164",
  9748. "description": "WHISCASH is extremely territorial. Just one of these POKéMON will claim a large pond as its exclusive territory. If a foe approaches it, it thrashes about and triggers a massive earthquake.",
  9749. "types": [
  9750. "water",
  9751. "ground"
  9752. ],
  9753. "name": "Whiscash",
  9754. "image": "https://cdn.recast.ai/blog/pokebot/340.png",
  9755. "evolutions": [
  9756. {
  9757. "id": 339,
  9758. "name": "Barboach"
  9759. },
  9760. {
  9761. "id": 340,
  9762. "from": 339,
  9763. "trigger": "leveling",
  9764. "trigger_lvl": 30,
  9765. "name": "Whiscash"
  9766. }
  9767. ]
  9768. },
  9769. {
  9770. "id": 341,
  9771. "height": "6",
  9772. "weight": "115",
  9773. "base_experience": "62",
  9774. "description": "CORPHISH were originally foreign POKéMON that were imported as pets. They eventually turned up in the wild. This POKéMON is very hardy and has greatly increased its population.",
  9775. "types": [
  9776. "water"
  9777. ],
  9778. "name": "Corphish",
  9779. "image": "https://cdn.recast.ai/blog/pokebot/341.png",
  9780. "evolutions": [
  9781. {
  9782. "id": 341,
  9783. "name": "Corphish"
  9784. },
  9785. {
  9786. "id": 342,
  9787. "from": 341,
  9788. "trigger": "leveling",
  9789. "trigger_lvl": 30,
  9790. "name": "Crawdaunt"
  9791. }
  9792. ]
  9793. },
  9794. {
  9795. "id": 342,
  9796. "height": "11",
  9797. "weight": "328",
  9798. "base_experience": "164",
  9799. "description": "CRAWDAUNT has an extremely violent nature that compels it to challenge other living things to battle. Other life-forms refuse to live in ponds inhabited by this POKéMON, making them desolate places.",
  9800. "types": [
  9801. "water",
  9802. "dark"
  9803. ],
  9804. "name": "Crawdaunt",
  9805. "image": "https://cdn.recast.ai/blog/pokebot/342.png",
  9806. "evolutions": [
  9807. {
  9808. "id": 341,
  9809. "name": "Corphish"
  9810. },
  9811. {
  9812. "id": 342,
  9813. "from": 341,
  9814. "trigger": "leveling",
  9815. "trigger_lvl": 30,
  9816. "name": "Crawdaunt"
  9817. }
  9818. ]
  9819. },
  9820. {
  9821. "id": 343,
  9822. "height": "5",
  9823. "weight": "215",
  9824. "base_experience": "60",
  9825. "description": "BALTOY moves while spinning around on its one foot. Primitive wall paintings depicting this POKéMON living among people were discovered in some ancient ruins.",
  9826. "types": [
  9827. "ground",
  9828. "psychic"
  9829. ],
  9830. "name": "Baltoy",
  9831. "image": "https://cdn.recast.ai/blog/pokebot/343.png",
  9832. "evolutions": [
  9833. {
  9834. "id": 343,
  9835. "name": "Baltoy"
  9836. },
  9837. {
  9838. "id": 344,
  9839. "from": 343,
  9840. "trigger": "leveling",
  9841. "trigger_lvl": 36,
  9842. "name": "Claydol"
  9843. }
  9844. ]
  9845. },
  9846. {
  9847. "id": 344,
  9848. "height": "15",
  9849. "weight": "1080",
  9850. "base_experience": "175",
  9851. "description": "CLAYDOL are said to be dolls of mud made by primitive humans and brought to life by exposure to a mysterious ray. This POKéMON moves about while levitating.",
  9852. "types": [
  9853. "ground",
  9854. "psychic"
  9855. ],
  9856. "name": "Claydol",
  9857. "image": "https://cdn.recast.ai/blog/pokebot/344.png",
  9858. "evolutions": [
  9859. {
  9860. "id": 343,
  9861. "name": "Baltoy"
  9862. },
  9863. {
  9864. "id": 344,
  9865. "from": 343,
  9866. "trigger": "leveling",
  9867. "trigger_lvl": 36,
  9868. "name": "Claydol"
  9869. }
  9870. ]
  9871. },
  9872. {
  9873. "id": 345,
  9874. "height": "10",
  9875. "weight": "238",
  9876. "base_experience": "71",
  9877. "description": "LILEEP became extinct approximately a hundred million years ago. This ancient POKéMON attaches itself to a rock on the seafloor and catches approaching prey using tentacles shaped like flower petals.",
  9878. "types": [
  9879. "rock",
  9880. "grass"
  9881. ],
  9882. "name": "Lileep",
  9883. "image": "https://cdn.recast.ai/blog/pokebot/345.png",
  9884. "evolutions": [
  9885. {
  9886. "id": 345,
  9887. "name": "Lileep"
  9888. },
  9889. {
  9890. "id": 346,
  9891. "from": 345,
  9892. "trigger": "leveling",
  9893. "trigger_lvl": 40,
  9894. "name": "Cradily"
  9895. }
  9896. ]
  9897. },
  9898. {
  9899. "id": 346,
  9900. "height": "15",
  9901. "weight": "604",
  9902. "base_experience": "173",
  9903. "description": "CRADILY roams around the ocean floor in search of food. This POKéMON freely extends its tree trunk-like neck and captures unwary prey using its eight tentacles.",
  9904. "types": [
  9905. "rock",
  9906. "grass"
  9907. ],
  9908. "name": "Cradily",
  9909. "image": "https://cdn.recast.ai/blog/pokebot/346.png",
  9910. "evolutions": [
  9911. {
  9912. "id": 345,
  9913. "name": "Lileep"
  9914. },
  9915. {
  9916. "id": 346,
  9917. "from": 345,
  9918. "trigger": "leveling",
  9919. "trigger_lvl": 40,
  9920. "name": "Cradily"
  9921. }
  9922. ]
  9923. },
  9924. {
  9925. "id": 347,
  9926. "height": "7",
  9927. "weight": "125",
  9928. "base_experience": "71",
  9929. "description": "ANORITH was regenerated from a prehistoric fossil. This primitive POKéMON once lived in warm seas. It grips its prey firmly between its two large claws.",
  9930. "types": [
  9931. "rock",
  9932. "bug"
  9933. ],
  9934. "name": "Anorith",
  9935. "image": "https://cdn.recast.ai/blog/pokebot/347.png",
  9936. "evolutions": [
  9937. {
  9938. "id": 347,
  9939. "name": "Anorith"
  9940. },
  9941. {
  9942. "id": 348,
  9943. "from": 347,
  9944. "trigger": "leveling",
  9945. "trigger_lvl": 40,
  9946. "name": "Armaldo"
  9947. }
  9948. ]
  9949. },
  9950. {
  9951. "id": 348,
  9952. "height": "15",
  9953. "weight": "682",
  9954. "base_experience": "173",
  9955. "description": "ARMALDO’s tough armor makes all attacks bounce off. This POKéMON’s two enormous claws can be freely extended or contracted. They have the power to punch right through a steel slab.",
  9956. "types": [
  9957. "rock",
  9958. "bug"
  9959. ],
  9960. "name": "Armaldo",
  9961. "image": "https://cdn.recast.ai/blog/pokebot/348.png",
  9962. "evolutions": [
  9963. {
  9964. "id": 347,
  9965. "name": "Anorith"
  9966. },
  9967. {
  9968. "id": 348,
  9969. "from": 347,
  9970. "trigger": "leveling",
  9971. "trigger_lvl": 40,
  9972. "name": "Armaldo"
  9973. }
  9974. ]
  9975. },
  9976. {
  9977. "id": 349,
  9978. "height": "6",
  9979. "weight": "74",
  9980. "base_experience": "40",
  9981. "description": "FEEBAS’s fins are ragged and tattered from the start of its life. Because of its shoddy appearance, this POKéMON is largely ignored. It is capable of living in both the sea and in rivers.",
  9982. "types": [
  9983. "water"
  9984. ],
  9985. "name": "Feebas",
  9986. "image": "https://cdn.recast.ai/blog/pokebot/349.png",
  9987. "evolutions": [
  9988. {
  9989. "id": 349,
  9990. "name": "Feebas"
  9991. },
  9992. {
  9993. "id": 350,
  9994. "from": 349,
  9995. "trigger": 1,
  9996. "name": "Milotic"
  9997. }
  9998. ]
  9999. },
  10000. {
  10001. "id": 350,
  10002. "height": "62",
  10003. "weight": "1620",
  10004. "base_experience": "189",
  10005. "description": "MILOTIC is said to be the most beautiful of all the POKéMON. It has the power to becalm such emotions as anger and hostility to quell bitter feuding.",
  10006. "types": [
  10007. "water"
  10008. ],
  10009. "name": "Milotic",
  10010. "image": "https://cdn.recast.ai/blog/pokebot/350.png",
  10011. "evolutions": [
  10012. {
  10013. "id": 349,
  10014. "name": "Feebas"
  10015. },
  10016. {
  10017. "id": 350,
  10018. "from": 349,
  10019. "trigger": 1,
  10020. "name": "Milotic"
  10021. }
  10022. ]
  10023. },
  10024. {
  10025. "id": 351,
  10026. "height": "3",
  10027. "weight": "8",
  10028. "base_experience": "147",
  10029. "description": "CASTFORM’s appearance changes with the weather. This POKéMON gained the ability to use the vast power of nature to protect its tiny body.",
  10030. "types": [
  10031. "normal"
  10032. ],
  10033. "name": "Castform",
  10034. "image": "https://cdn.recast.ai/blog/pokebot/351.png",
  10035. "evolutions": [
  10036. {
  10037. "id": 351,
  10038. "name": "Castform"
  10039. }
  10040. ]
  10041. },
  10042. {
  10043. "id": 352,
  10044. "height": "10",
  10045. "weight": "220",
  10046. "base_experience": "154",
  10047. "description": "KECLEON is capable of changing its body colors at will to blend in with its surroundings. There is one exception - this POKéMON can’t change the zigzag pattern on its belly.",
  10048. "types": [
  10049. "normal"
  10050. ],
  10051. "name": "Kecleon",
  10052. "image": "https://cdn.recast.ai/blog/pokebot/352.png",
  10053. "evolutions": [
  10054. {
  10055. "id": 352,
  10056. "name": "Kecleon"
  10057. }
  10058. ]
  10059. },
  10060. {
  10061. "id": 353,
  10062. "height": "6",
  10063. "weight": "23",
  10064. "base_experience": "59",
  10065. "description": "SHUPPET is attracted by feelings of jealousy and vindictiveness. If someone develops strong feelings of vengeance, this POKéMON will appear in a swarm and line up beneath the eaves of that person’s home.",
  10066. "types": [
  10067. "ghost"
  10068. ],
  10069. "name": "Shuppet",
  10070. "image": "https://cdn.recast.ai/blog/pokebot/353.png",
  10071. "evolutions": [
  10072. {
  10073. "id": 353,
  10074. "name": "Shuppet"
  10075. },
  10076. {
  10077. "id": 354,
  10078. "from": 353,
  10079. "trigger": "leveling",
  10080. "trigger_lvl": 37,
  10081. "name": "Banette"
  10082. }
  10083. ]
  10084. },
  10085. {
  10086. "id": 354,
  10087. "height": "11",
  10088. "weight": "125",
  10089. "base_experience": "159",
  10090. "description": "BANETTE generates energy for laying strong curses by sticking pins into its own body. This POKéMON was originally a pitiful plush doll that was thrown away.",
  10091. "types": [
  10092. "ghost"
  10093. ],
  10094. "name": "Banette",
  10095. "image": "https://cdn.recast.ai/blog/pokebot/354.png",
  10096. "evolutions": [
  10097. {
  10098. "id": 353,
  10099. "name": "Shuppet"
  10100. },
  10101. {
  10102. "id": 354,
  10103. "from": 353,
  10104. "trigger": "leveling",
  10105. "trigger_lvl": 37,
  10106. "name": "Banette"
  10107. }
  10108. ]
  10109. },
  10110. {
  10111. "id": 355,
  10112. "height": "8",
  10113. "weight": "150",
  10114. "base_experience": "59",
  10115. "description": "DUSKULL can pass through any wall no matter how thick it may be. Once this POKéMON chooses a target, it will doggedly pursue the intended victim until the break of dawn.",
  10116. "types": [
  10117. "ghost"
  10118. ],
  10119. "name": "Duskull",
  10120. "image": "https://cdn.recast.ai/blog/pokebot/355.png",
  10121. "evolutions": [
  10122. {
  10123. "id": 355,
  10124. "name": "Duskull"
  10125. },
  10126. {
  10127. "id": 356,
  10128. "from": 355,
  10129. "trigger": "leveling",
  10130. "trigger_lvl": 37,
  10131. "name": "Dusclops"
  10132. },
  10133. {
  10134. "id": 477,
  10135. "from": 356,
  10136. "trigger": "trade",
  10137. "name": "Dusknoir"
  10138. }
  10139. ]
  10140. },
  10141. {
  10142. "id": 356,
  10143. "height": "16",
  10144. "weight": "306",
  10145. "base_experience": "159",
  10146. "description": "DUSCLOPS’s body is completely hollow - there is nothing at all inside. It is said that its body is like a black hole. This POKéMON will absorb anything into its body, but nothing will ever come back out.",
  10147. "types": [
  10148. "ghost"
  10149. ],
  10150. "name": "Dusclops",
  10151. "image": "https://cdn.recast.ai/blog/pokebot/356.png",
  10152. "evolutions": [
  10153. {
  10154. "id": 355,
  10155. "name": "Duskull"
  10156. },
  10157. {
  10158. "id": 356,
  10159. "from": 355,
  10160. "trigger": "leveling",
  10161. "trigger_lvl": 37,
  10162. "name": "Dusclops"
  10163. },
  10164. {
  10165. "id": 477,
  10166. "from": 356,
  10167. "trigger": "trade",
  10168. "name": "Dusknoir"
  10169. }
  10170. ]
  10171. },
  10172. {
  10173. "id": 357,
  10174. "height": "20",
  10175. "weight": "1000",
  10176. "base_experience": "161",
  10177. "description": "The bunches of fruit around TROPIUS’s neck are very popular with children. This POKéMON loves fruit, and eats it continuously. Apparently, its love for fruit resulted in its own outgrowth of fruit.",
  10178. "types": [
  10179. "grass",
  10180. "flying"
  10181. ],
  10182. "name": "Tropius",
  10183. "image": "https://cdn.recast.ai/blog/pokebot/357.png",
  10184. "evolutions": [
  10185. {
  10186. "id": 357,
  10187. "name": "Tropius"
  10188. }
  10189. ]
  10190. },
  10191. {
  10192. "id": 358,
  10193. "height": "6",
  10194. "weight": "10",
  10195. "base_experience": "149",
  10196. "description": "CHIMECHO makes its cries echo inside its hollow body. When this POKéMON becomes enraged, its cries result in ultrasonic waves that have the power to knock foes flying.",
  10197. "types": [
  10198. "psychic"
  10199. ],
  10200. "name": "Chimecho",
  10201. "image": "https://cdn.recast.ai/blog/pokebot/358.png",
  10202. "evolutions": [
  10203. {
  10204. "id": 433,
  10205. "name": "Chingling"
  10206. },
  10207. {
  10208. "id": 358,
  10209. "from": 433,
  10210. "trigger": 1,
  10211. "name": "Chimecho"
  10212. }
  10213. ]
  10214. },
  10215. {
  10216. "id": 359,
  10217. "height": "12",
  10218. "weight": "470",
  10219. "base_experience": "163",
  10220. "description": "Every time ABSOL appears before people, it is followed by a disaster such as an earthquake or a tidal wave. As a result, it came to be known as the disaster POKéMON.",
  10221. "types": [
  10222. "dark"
  10223. ],
  10224. "name": "Absol",
  10225. "image": "https://cdn.recast.ai/blog/pokebot/359.png",
  10226. "evolutions": [
  10227. {
  10228. "id": 359,
  10229. "name": "Absol"
  10230. }
  10231. ]
  10232. },
  10233. {
  10234. "id": 360,
  10235. "height": "6",
  10236. "weight": "140",
  10237. "base_experience": "52",
  10238. "description": "WYNAUT can always be seen with a big, happy smile on its face. Look at its tail to determine if it is angry. When angered, this POKéMON will be slapping the ground with its tail.",
  10239. "types": [
  10240. "psychic"
  10241. ],
  10242. "name": "Wynaut",
  10243. "image": "https://cdn.recast.ai/blog/pokebot/360.png",
  10244. "evolutions": [
  10245. {
  10246. "id": 360,
  10247. "name": "Wynaut"
  10248. },
  10249. {
  10250. "id": 202,
  10251. "from": 360,
  10252. "trigger": "leveling",
  10253. "trigger_lvl": 15,
  10254. "name": "Wobbuffet"
  10255. }
  10256. ]
  10257. },
  10258. {
  10259. "id": 361,
  10260. "height": "7",
  10261. "weight": "168",
  10262. "base_experience": "60",
  10263. "description": "SNORUNT live in regions with heavy snowfall. In seasons without snow, such as spring and summer, this POKéMON steals away to live quietly among stalactites and stalagmites deep in caverns.",
  10264. "types": [
  10265. "ice"
  10266. ],
  10267. "name": "Snorunt",
  10268. "image": "https://cdn.recast.ai/blog/pokebot/361.png",
  10269. "evolutions": [
  10270. {
  10271. "id": 361,
  10272. "name": "Snorunt"
  10273. },
  10274. {
  10275. "id": 362,
  10276. "from": 361,
  10277. "trigger": "leveling",
  10278. "trigger_lvl": 42,
  10279. "name": "Glalie"
  10280. },
  10281. {
  10282. "id": 478,
  10283. "from": 361,
  10284. "trigger": "item",
  10285. "name": "Froslass",
  10286. "trigger_item": "dusk-stone"
  10287. }
  10288. ]
  10289. },
  10290. {
  10291. "id": 362,
  10292. "height": "15",
  10293. "weight": "2565",
  10294. "base_experience": "168",
  10295. "description": "GLALIE has a body made of rock, which it hardens with an armor of ice. This POKéMON has the ability to freeze moisture in the atmosphere into any shape it desires.",
  10296. "types": [
  10297. "ice"
  10298. ],
  10299. "name": "Glalie",
  10300. "image": "https://cdn.recast.ai/blog/pokebot/362.png",
  10301. "evolutions": [
  10302. {
  10303. "id": 361,
  10304. "name": "Snorunt"
  10305. },
  10306. {
  10307. "id": 362,
  10308. "from": 361,
  10309. "trigger": "leveling",
  10310. "trigger_lvl": 42,
  10311. "name": "Glalie"
  10312. },
  10313. {
  10314. "id": 478,
  10315. "from": 361,
  10316. "trigger": "item",
  10317. "name": "Froslass",
  10318. "trigger_item": "dusk-stone"
  10319. }
  10320. ]
  10321. },
  10322. {
  10323. "id": 363,
  10324. "height": "8",
  10325. "weight": "395",
  10326. "base_experience": "58",
  10327. "description": "SPHEAL is much faster rolling than walking to get around. When groups of this POKéMON eat, they all clap at once to show their pleasure. Because of this, their mealtimes are noisy.",
  10328. "types": [
  10329. "ice",
  10330. "water"
  10331. ],
  10332. "name": "Spheal",
  10333. "image": "https://cdn.recast.ai/blog/pokebot/363.png",
  10334. "evolutions": [
  10335. {
  10336. "id": 363,
  10337. "name": "Spheal"
  10338. },
  10339. {
  10340. "id": 364,
  10341. "from": 363,
  10342. "trigger": "leveling",
  10343. "trigger_lvl": 32,
  10344. "name": "Sealeo"
  10345. },
  10346. {
  10347. "id": 365,
  10348. "from": 364,
  10349. "trigger": "leveling",
  10350. "trigger_lvl": 44,
  10351. "name": "Walrein"
  10352. }
  10353. ]
  10354. },
  10355. {
  10356. "id": 364,
  10357. "height": "11",
  10358. "weight": "876",
  10359. "base_experience": "144",
  10360. "description": "SEALEO has the habit of always juggling on the tip of its nose anything it sees for the first time. This POKéMON occasionally entertains itself by balancing and rolling a SPHEAL on its nose.",
  10361. "types": [
  10362. "ice",
  10363. "water"
  10364. ],
  10365. "name": "Sealeo",
  10366. "image": "https://cdn.recast.ai/blog/pokebot/364.png",
  10367. "evolutions": [
  10368. {
  10369. "id": 363,
  10370. "name": "Spheal"
  10371. },
  10372. {
  10373. "id": 364,
  10374. "from": 363,
  10375. "trigger": "leveling",
  10376. "trigger_lvl": 32,
  10377. "name": "Sealeo"
  10378. },
  10379. {
  10380. "id": 365,
  10381. "from": 364,
  10382. "trigger": "leveling",
  10383. "trigger_lvl": 44,
  10384. "name": "Walrein"
  10385. }
  10386. ]
  10387. },
  10388. {
  10389. "id": 365,
  10390. "height": "14",
  10391. "weight": "1506",
  10392. "base_experience": "239",
  10393. "description": "WALREIN’s two massively developed tusks can totally shatter blocks of ice weighing ten tons with one blow. This POKéMON’s thick coat of blubber insulates it from subzero temperatures.",
  10394. "types": [
  10395. "ice",
  10396. "water"
  10397. ],
  10398. "name": "Walrein",
  10399. "image": "https://cdn.recast.ai/blog/pokebot/365.png",
  10400. "evolutions": [
  10401. {
  10402. "id": 363,
  10403. "name": "Spheal"
  10404. },
  10405. {
  10406. "id": 364,
  10407. "from": 363,
  10408. "trigger": "leveling",
  10409. "trigger_lvl": 32,
  10410. "name": "Sealeo"
  10411. },
  10412. {
  10413. "id": 365,
  10414. "from": 364,
  10415. "trigger": "leveling",
  10416. "trigger_lvl": 44,
  10417. "name": "Walrein"
  10418. }
  10419. ]
  10420. },
  10421. {
  10422. "id": 366,
  10423. "height": "4",
  10424. "weight": "525",
  10425. "base_experience": "69",
  10426. "description": "CLAMPERL’s sturdy shell is not only good for protection - it is also used for clamping and catching prey. A fully grown CLAMPERL’s shell will be scored with nicks and scratches all over.",
  10427. "types": [
  10428. "water"
  10429. ],
  10430. "name": "Clamperl",
  10431. "image": "https://cdn.recast.ai/blog/pokebot/366.png",
  10432. "evolutions": [
  10433. {
  10434. "id": 366,
  10435. "name": "Clamperl"
  10436. },
  10437. {
  10438. "id": 367,
  10439. "from": 366,
  10440. "trigger": "trade",
  10441. "name": "Huntail"
  10442. },
  10443. {
  10444. "id": 368,
  10445. "from": 366,
  10446. "trigger": "trade",
  10447. "name": "Gorebyss"
  10448. }
  10449. ]
  10450. },
  10451. {
  10452. "id": 367,
  10453. "height": "17",
  10454. "weight": "270",
  10455. "base_experience": "170",
  10456. "description": "HUNTAIL’s presence went unnoticed by people for a long time because it lives at extreme depths in the sea. This POKéMON’s eyes can see clearly even in the murky dark depths of the ocean.",
  10457. "types": [
  10458. "water"
  10459. ],
  10460. "name": "Huntail",
  10461. "image": "https://cdn.recast.ai/blog/pokebot/367.png",
  10462. "evolutions": [
  10463. {
  10464. "id": 366,
  10465. "name": "Clamperl"
  10466. },
  10467. {
  10468. "id": 367,
  10469. "from": 366,
  10470. "trigger": "trade",
  10471. "name": "Huntail"
  10472. },
  10473. {
  10474. "id": 368,
  10475. "from": 366,
  10476. "trigger": "trade",
  10477. "name": "Gorebyss"
  10478. }
  10479. ]
  10480. },
  10481. {
  10482. "id": 368,
  10483. "height": "18",
  10484. "weight": "226",
  10485. "base_experience": "170",
  10486. "description": "GOREBYSS lives in the southern seas at extreme depths. Its body is built to withstand the enormous pressure of water at incredible depths. Because of this, this POKéMON’s body is unharmed by ordinary attacks.",
  10487. "types": [
  10488. "water"
  10489. ],
  10490. "name": "Gorebyss",
  10491. "image": "https://cdn.recast.ai/blog/pokebot/368.png",
  10492. "evolutions": [
  10493. {
  10494. "id": 366,
  10495. "name": "Clamperl"
  10496. },
  10497. {
  10498. "id": 367,
  10499. "from": 366,
  10500. "trigger": "trade",
  10501. "name": "Huntail"
  10502. },
  10503. {
  10504. "id": 368,
  10505. "from": 366,
  10506. "trigger": "trade",
  10507. "name": "Gorebyss"
  10508. }
  10509. ]
  10510. },
  10511. {
  10512. "id": 369,
  10513. "height": "10",
  10514. "weight": "234",
  10515. "base_experience": "170",
  10516. "description": "RELICANTH is a POKéMON species that existed for a hundred million years without ever changing its form. This ancient POKéMON feeds on microscopic organisms with its toothless mouth.",
  10517. "types": [
  10518. "water",
  10519. "rock"
  10520. ],
  10521. "name": "Relicanth",
  10522. "image": "https://cdn.recast.ai/blog/pokebot/369.png",
  10523. "evolutions": [
  10524. {
  10525. "id": 369,
  10526. "name": "Relicanth"
  10527. }
  10528. ]
  10529. },
  10530. {
  10531. "id": 370,
  10532. "height": "6",
  10533. "weight": "87",
  10534. "base_experience": "116",
  10535. "description": "LUVDISC live in shallow seas in the tropics. This heart-shaped POKéMON earned its name by swimming after loving couples it spotted in the ocean’s waves.",
  10536. "types": [
  10537. "water"
  10538. ],
  10539. "name": "Luvdisc",
  10540. "image": "https://cdn.recast.ai/blog/pokebot/370.png",
  10541. "evolutions": [
  10542. {
  10543. "id": 370,
  10544. "name": "Luvdisc"
  10545. }
  10546. ]
  10547. },
  10548. {
  10549. "id": 371,
  10550. "height": "6",
  10551. "weight": "421",
  10552. "base_experience": "60",
  10553. "description": "BAGON has a dream of one day soaring in the sky. In doomed efforts to fly, this POKéMON hurls itself off cliffs. As a result of its dives, its head has grown tough and as hard as tempered steel.",
  10554. "types": [
  10555. "dragon"
  10556. ],
  10557. "name": "Bagon",
  10558. "image": "https://cdn.recast.ai/blog/pokebot/371.png",
  10559. "evolutions": [
  10560. {
  10561. "id": 371,
  10562. "name": "Bagon"
  10563. },
  10564. {
  10565. "id": 372,
  10566. "from": 371,
  10567. "trigger": "leveling",
  10568. "trigger_lvl": 30,
  10569. "name": "Shelgon"
  10570. },
  10571. {
  10572. "id": 373,
  10573. "from": 372,
  10574. "trigger": "leveling",
  10575. "trigger_lvl": 50,
  10576. "name": "Salamence"
  10577. }
  10578. ]
  10579. },
  10580. {
  10581. "id": 372,
  10582. "height": "11",
  10583. "weight": "1105",
  10584. "base_experience": "147",
  10585. "description": "Inside SHELGON’s armor-like shell, cells are in the midst of transformation to create an entirely new body. This POKéMON’s shell is extremely heavy, making its movements sluggish.",
  10586. "types": [
  10587. "dragon"
  10588. ],
  10589. "name": "Shelgon",
  10590. "image": "https://cdn.recast.ai/blog/pokebot/372.png",
  10591. "evolutions": [
  10592. {
  10593. "id": 371,
  10594. "name": "Bagon"
  10595. },
  10596. {
  10597. "id": 372,
  10598. "from": 371,
  10599. "trigger": "leveling",
  10600. "trigger_lvl": 30,
  10601. "name": "Shelgon"
  10602. },
  10603. {
  10604. "id": 373,
  10605. "from": 372,
  10606. "trigger": "leveling",
  10607. "trigger_lvl": 50,
  10608. "name": "Salamence"
  10609. }
  10610. ]
  10611. },
  10612. {
  10613. "id": 373,
  10614. "height": "15",
  10615. "weight": "1026",
  10616. "base_experience": "270",
  10617. "description": "SALAMENCE came about as a result of a strong, long-held dream of growing wings. It is said that this powerful desire triggered a sudden mutation in this POKéMON’s cells, causing it to sprout its magnificent wings.",
  10618. "types": [
  10619. "dragon",
  10620. "flying"
  10621. ],
  10622. "name": "Salamence",
  10623. "image": "https://cdn.recast.ai/blog/pokebot/373.png",
  10624. "evolutions": [
  10625. {
  10626. "id": 371,
  10627. "name": "Bagon"
  10628. },
  10629. {
  10630. "id": 372,
  10631. "from": 371,
  10632. "trigger": "leveling",
  10633. "trigger_lvl": 30,
  10634. "name": "Shelgon"
  10635. },
  10636. {
  10637. "id": 373,
  10638. "from": 372,
  10639. "trigger": "leveling",
  10640. "trigger_lvl": 50,
  10641. "name": "Salamence"
  10642. }
  10643. ]
  10644. },
  10645. {
  10646. "id": 374,
  10647. "height": "6",
  10648. "weight": "952",
  10649. "base_experience": "60",
  10650. "description": "Instead of blood, a powerful magnetic force courses throughout BELDUM’s body. This POKéMON communicates with others by sending controlled pulses of magnetism.",
  10651. "types": [
  10652. "steel",
  10653. "psychic"
  10654. ],
  10655. "name": "Beldum",
  10656. "image": "https://cdn.recast.ai/blog/pokebot/374.png",
  10657. "evolutions": [
  10658. {
  10659. "id": 374,
  10660. "name": "Beldum"
  10661. },
  10662. {
  10663. "id": 375,
  10664. "from": 374,
  10665. "trigger": "leveling",
  10666. "trigger_lvl": 20,
  10667. "name": "Metang"
  10668. },
  10669. {
  10670. "id": 376,
  10671. "from": 375,
  10672. "trigger": "leveling",
  10673. "trigger_lvl": 45,
  10674. "name": "Metagross"
  10675. }
  10676. ]
  10677. },
  10678. {
  10679. "id": 375,
  10680. "height": "12",
  10681. "weight": "2025",
  10682. "base_experience": "147",
  10683. "description": "When two BELDUM fuse together, METANG is formed. The brains of the BELDUM are joined by a magnetic nervous system. By linking its brains magnetically, this POKéMON generates strong psychokinetic power.",
  10684. "types": [
  10685. "steel",
  10686. "psychic"
  10687. ],
  10688. "name": "Metang",
  10689. "image": "https://cdn.recast.ai/blog/pokebot/375.png",
  10690. "evolutions": [
  10691. {
  10692. "id": 374,
  10693. "name": "Beldum"
  10694. },
  10695. {
  10696. "id": 375,
  10697. "from": 374,
  10698. "trigger": "leveling",
  10699. "trigger_lvl": 20,
  10700. "name": "Metang"
  10701. },
  10702. {
  10703. "id": 376,
  10704. "from": 375,
  10705. "trigger": "leveling",
  10706. "trigger_lvl": 45,
  10707. "name": "Metagross"
  10708. }
  10709. ]
  10710. },
  10711. {
  10712. "id": 376,
  10713. "height": "16",
  10714. "weight": "5500",
  10715. "base_experience": "270",
  10716. "description": "METAGROSS has four brains in total. Combined, the four brains can breeze through difficult calculations faster than a supercomputer. This POKéMON can float in the air by tucking in its four legs.",
  10717. "types": [
  10718. "steel",
  10719. "psychic"
  10720. ],
  10721. "name": "Metagross",
  10722. "image": "https://cdn.recast.ai/blog/pokebot/376.png",
  10723. "evolutions": [
  10724. {
  10725. "id": 374,
  10726. "name": "Beldum"
  10727. },
  10728. {
  10729. "id": 375,
  10730. "from": 374,
  10731. "trigger": "leveling",
  10732. "trigger_lvl": 20,
  10733. "name": "Metang"
  10734. },
  10735. {
  10736. "id": 376,
  10737. "from": 375,
  10738. "trigger": "leveling",
  10739. "trigger_lvl": 45,
  10740. "name": "Metagross"
  10741. }
  10742. ]
  10743. },
  10744. {
  10745. "id": 377,
  10746. "height": "17",
  10747. "weight": "2300",
  10748. "base_experience": "261",
  10749. "description": "REGIROCK was sealed away by people long ago. If this POKéMON’s body is damaged in battle, it is said to seek out suitable rocks on its own to repair itself.",
  10750. "types": [
  10751. "rock"
  10752. ],
  10753. "name": "Regirock",
  10754. "image": "https://cdn.recast.ai/blog/pokebot/377.png",
  10755. "evolutions": [
  10756. {
  10757. "id": 377,
  10758. "name": "Regirock"
  10759. }
  10760. ]
  10761. },
  10762. {
  10763. "id": 378,
  10764. "height": "18",
  10765. "weight": "1750",
  10766. "base_experience": "261",
  10767. "description": "REGICE’s body was made during an ice age. The deep-frozen body can’t be melted, even by fire. This POKéMON controls frigid air of minus 328 degrees F.",
  10768. "types": [
  10769. "ice"
  10770. ],
  10771. "name": "Regice",
  10772. "image": "https://cdn.recast.ai/blog/pokebot/378.png",
  10773. "evolutions": [
  10774. {
  10775. "id": 378,
  10776. "name": "Regice"
  10777. }
  10778. ]
  10779. },
  10780. {
  10781. "id": 379,
  10782. "height": "19",
  10783. "weight": "2050",
  10784. "base_experience": "261",
  10785. "description": "REGISTEEL has a body that is harder than any kind of metal. Its body is apparently hollow. No one has any idea what this POKéMON eats.",
  10786. "types": [
  10787. "steel"
  10788. ],
  10789. "name": "Registeel",
  10790. "image": "https://cdn.recast.ai/blog/pokebot/379.png",
  10791. "evolutions": [
  10792. {
  10793. "id": 379,
  10794. "name": "Registeel"
  10795. }
  10796. ]
  10797. },
  10798. {
  10799. "id": 380,
  10800. "height": "14",
  10801. "weight": "400",
  10802. "base_experience": "270",
  10803. "description": "LATIAS is highly sensitive to the emotions of people. If it senses any hostility, this POKéMON ruffles the feathers all over its body and cries shrilly to intimidate the foe.",
  10804. "types": [
  10805. "dragon",
  10806. "psychic"
  10807. ],
  10808. "name": "Latias",
  10809. "image": "https://cdn.recast.ai/blog/pokebot/380.png",
  10810. "evolutions": [
  10811. {
  10812. "id": 380,
  10813. "name": "Latias"
  10814. }
  10815. ]
  10816. },
  10817. {
  10818. "id": 381,
  10819. "height": "20",
  10820. "weight": "600",
  10821. "base_experience": "270",
  10822. "description": "LATIOS has the ability to make its foe see an image of what it has seen or imagines in its head. This POKéMON is intelligent and understands human speech.",
  10823. "types": [
  10824. "dragon",
  10825. "psychic"
  10826. ],
  10827. "name": "Latios",
  10828. "image": "https://cdn.recast.ai/blog/pokebot/381.png",
  10829. "evolutions": [
  10830. {
  10831. "id": 381,
  10832. "name": "Latios"
  10833. }
  10834. ]
  10835. },
  10836. {
  10837. "id": 382,
  10838. "height": "45",
  10839. "weight": "3520",
  10840. "base_experience": "302",
  10841. "description": "KYOGRE has the power to create massive rain clouds that cover the entire sky and bring about torrential downpours. This POKéMON saved people who were suffering from droughts.",
  10842. "types": [
  10843. "water"
  10844. ],
  10845. "name": "Kyogre",
  10846. "image": "https://cdn.recast.ai/blog/pokebot/382.png",
  10847. "evolutions": [
  10848. {
  10849. "id": 382,
  10850. "name": "Kyogre"
  10851. }
  10852. ]
  10853. },
  10854. {
  10855. "id": 383,
  10856. "height": "35",
  10857. "weight": "9500",
  10858. "base_experience": "302",
  10859. "description": "GROUDON has long been described in mythology as the POKéMON that raised lands and expanded continents. This POKéMON took to sleep after a cataclysmic battle with KYOGRE.",
  10860. "types": [
  10861. "ground"
  10862. ],
  10863. "name": "Groudon",
  10864. "image": "https://cdn.recast.ai/blog/pokebot/383.png",
  10865. "evolutions": [
  10866. {
  10867. "id": 383,
  10868. "name": "Groudon"
  10869. }
  10870. ]
  10871. },
  10872. {
  10873. "id": 384,
  10874. "height": "70",
  10875. "weight": "2065",
  10876. "base_experience": "306",
  10877. "description": "RAYQUAZA lived for hundreds of millions of years in the earth’s ozone layer, never descending to the ground. This POKéMON appears to feed on water and particles in the atmosphere.",
  10878. "types": [
  10879. "dragon",
  10880. "flying"
  10881. ],
  10882. "name": "Rayquaza",
  10883. "image": "https://cdn.recast.ai/blog/pokebot/384.png",
  10884. "evolutions": [
  10885. {
  10886. "id": 384,
  10887. "name": "Rayquaza"
  10888. }
  10889. ]
  10890. },
  10891. {
  10892. "id": 385,
  10893. "height": "3",
  10894. "weight": "11",
  10895. "base_experience": "270",
  10896. "description": "A legend states that JIRACHI will make true any wish that is written on notes attached to its head when it awakens. If this POKéMON senses danger, it will fight without awakening.",
  10897. "types": [
  10898. "steel",
  10899. "psychic"
  10900. ],
  10901. "name": "Jirachi",
  10902. "image": "https://cdn.recast.ai/blog/pokebot/385.png",
  10903. "evolutions": [
  10904. {
  10905. "id": 385,
  10906. "name": "Jirachi"
  10907. }
  10908. ]
  10909. },
  10910. {
  10911. "id": 386,
  10912. "height": "17",
  10913. "weight": "608",
  10914. "base_experience": "270",
  10915. "description": "The DNA of a space virus underwent a sudden mutation upon exposure to a laser beam and resulted in DEOXYS. The crystalline organ on this POKéMON’s chest appears to be its brain.",
  10916. "types": [
  10917. "psychic"
  10918. ],
  10919. "name": "Deoxys-normal",
  10920. "image": "https://cdn.recast.ai/blog/pokebot/386.png",
  10921. "evolutions": [
  10922. {
  10923. "id": 386,
  10924. "name": "Deoxys-normal"
  10925. }
  10926. ]
  10927. },
  10928. {
  10929. "id": 387,
  10930. "height": "4",
  10931. "weight": "102",
  10932. "base_experience": "64",
  10933. "description": "Made from soil, the shell on its back hardens when it drinks water. It lives along lakes.",
  10934. "types": [
  10935. "grass"
  10936. ],
  10937. "name": "Turtwig",
  10938. "image": "https://cdn.recast.ai/blog/pokebot/387.png",
  10939. "evolutions": [
  10940. {
  10941. "id": 387,
  10942. "name": "Turtwig"
  10943. },
  10944. {
  10945. "id": 388,
  10946. "from": 387,
  10947. "trigger": "leveling",
  10948. "trigger_lvl": 18,
  10949. "name": "Grotle"
  10950. },
  10951. {
  10952. "id": 389,
  10953. "from": 388,
  10954. "trigger": "leveling",
  10955. "trigger_lvl": 32,
  10956. "name": "Torterra"
  10957. }
  10958. ]
  10959. },
  10960. {
  10961. "id": 388,
  10962. "height": "11",
  10963. "weight": "970",
  10964. "base_experience": "142",
  10965. "description": "It lives along water in forests. In the daytime, it leaves the forest to sunbathe its treed shell.",
  10966. "types": [
  10967. "grass"
  10968. ],
  10969. "name": "Grotle",
  10970. "image": "https://cdn.recast.ai/blog/pokebot/388.png",
  10971. "evolutions": [
  10972. {
  10973. "id": 387,
  10974. "name": "Turtwig"
  10975. },
  10976. {
  10977. "id": 388,
  10978. "from": 387,
  10979. "trigger": "leveling",
  10980. "trigger_lvl": 18,
  10981. "name": "Grotle"
  10982. },
  10983. {
  10984. "id": 389,
  10985. "from": 388,
  10986. "trigger": "leveling",
  10987. "trigger_lvl": 32,
  10988. "name": "Torterra"
  10989. }
  10990. ]
  10991. },
  10992. {
  10993. "id": 389,
  10994. "height": "22",
  10995. "weight": "3100",
  10996. "base_experience": "236",
  10997. "description": "Small Pokémon occasionally gather on its unmoving back to begin building their nests.",
  10998. "types": [
  10999. "grass",
  11000. "ground"
  11001. ],
  11002. "name": "Torterra",
  11003. "image": "https://cdn.recast.ai/blog/pokebot/389.png",
  11004. "evolutions": [
  11005. {
  11006. "id": 387,
  11007. "name": "Turtwig"
  11008. },
  11009. {
  11010. "id": 388,
  11011. "from": 387,
  11012. "trigger": "leveling",
  11013. "trigger_lvl": 18,
  11014. "name": "Grotle"
  11015. },
  11016. {
  11017. "id": 389,
  11018. "from": 388,
  11019. "trigger": "leveling",
  11020. "trigger_lvl": 32,
  11021. "name": "Torterra"
  11022. }
  11023. ]
  11024. },
  11025. {
  11026. "id": 390,
  11027. "height": "5",
  11028. "weight": "62",
  11029. "base_experience": "62",
  11030. "description": "It agilely scales sheer cliffs to live atop craggy mountains. Its fire is put out when it sleeps.",
  11031. "types": [
  11032. "fire"
  11033. ],
  11034. "name": "Chimchar",
  11035. "image": "https://cdn.recast.ai/blog/pokebot/390.png",
  11036. "evolutions": [
  11037. {
  11038. "id": 390,
  11039. "name": "Chimchar"
  11040. },
  11041. {
  11042. "id": 391,
  11043. "from": 390,
  11044. "trigger": "leveling",
  11045. "trigger_lvl": 14,
  11046. "name": "Monferno"
  11047. },
  11048. {
  11049. "id": 392,
  11050. "from": 391,
  11051. "trigger": "leveling",
  11052. "trigger_lvl": 36,
  11053. "name": "Infernape"
  11054. }
  11055. ]
  11056. },
  11057. {
  11058. "id": 391,
  11059. "height": "9",
  11060. "weight": "220",
  11061. "base_experience": "142",
  11062. "description": "To intimidate attackers, it stretches the fire on its tail to make itself appear bigger.",
  11063. "types": [
  11064. "fire",
  11065. "fighting"
  11066. ],
  11067. "name": "Monferno",
  11068. "image": "https://cdn.recast.ai/blog/pokebot/391.png",
  11069. "evolutions": [
  11070. {
  11071. "id": 390,
  11072. "name": "Chimchar"
  11073. },
  11074. {
  11075. "id": 391,
  11076. "from": 390,
  11077. "trigger": "leveling",
  11078. "trigger_lvl": 14,
  11079. "name": "Monferno"
  11080. },
  11081. {
  11082. "id": 392,
  11083. "from": 391,
  11084. "trigger": "leveling",
  11085. "trigger_lvl": 36,
  11086. "name": "Infernape"
  11087. }
  11088. ]
  11089. },
  11090. {
  11091. "id": 392,
  11092. "height": "12",
  11093. "weight": "550",
  11094. "base_experience": "240",
  11095. "description": "It uses a special kind of martial arts involving all its limbs. Its fire never goes out.",
  11096. "types": [
  11097. "fire",
  11098. "fighting"
  11099. ],
  11100. "name": "Infernape",
  11101. "image": "https://cdn.recast.ai/blog/pokebot/392.png",
  11102. "evolutions": [
  11103. {
  11104. "id": 390,
  11105. "name": "Chimchar"
  11106. },
  11107. {
  11108. "id": 391,
  11109. "from": 390,
  11110. "trigger": "leveling",
  11111. "trigger_lvl": 14,
  11112. "name": "Monferno"
  11113. },
  11114. {
  11115. "id": 392,
  11116. "from": 391,
  11117. "trigger": "leveling",
  11118. "trigger_lvl": 36,
  11119. "name": "Infernape"
  11120. }
  11121. ]
  11122. },
  11123. {
  11124. "id": 393,
  11125. "height": "4",
  11126. "weight": "52",
  11127. "base_experience": "63",
  11128. "description": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.",
  11129. "types": [
  11130. "water"
  11131. ],
  11132. "name": "Piplup",
  11133. "image": "https://cdn.recast.ai/blog/pokebot/393.png",
  11134. "evolutions": [
  11135. {
  11136. "id": 393,
  11137. "name": "Piplup"
  11138. },
  11139. {
  11140. "id": 394,
  11141. "from": 393,
  11142. "trigger": "leveling",
  11143. "trigger_lvl": 16,
  11144. "name": "Prinplup"
  11145. },
  11146. {
  11147. "id": 395,
  11148. "from": 394,
  11149. "trigger": "leveling",
  11150. "trigger_lvl": 36,
  11151. "name": "Empoleon"
  11152. }
  11153. ]
  11154. },
  11155. {
  11156. "id": 394,
  11157. "height": "8",
  11158. "weight": "230",
  11159. "base_experience": "142",
  11160. "description": "It lives alone, away from others. Apparently, every one of them believes it is the most important.",
  11161. "types": [
  11162. "water"
  11163. ],
  11164. "name": "Prinplup",
  11165. "image": "https://cdn.recast.ai/blog/pokebot/394.png",
  11166. "evolutions": [
  11167. {
  11168. "id": 393,
  11169. "name": "Piplup"
  11170. },
  11171. {
  11172. "id": 394,
  11173. "from": 393,
  11174. "trigger": "leveling",
  11175. "trigger_lvl": 16,
  11176. "name": "Prinplup"
  11177. },
  11178. {
  11179. "id": 395,
  11180. "from": 394,
  11181. "trigger": "leveling",
  11182. "trigger_lvl": 36,
  11183. "name": "Empoleon"
  11184. }
  11185. ]
  11186. },
  11187. {
  11188. "id": 395,
  11189. "height": "17",
  11190. "weight": "845",
  11191. "base_experience": "239",
  11192. "description": "The three horns that extend from its beak attest to its power. The leader has the biggest horns.",
  11193. "types": [
  11194. "water",
  11195. "steel"
  11196. ],
  11197. "name": "Empoleon",
  11198. "image": "https://cdn.recast.ai/blog/pokebot/395.png",
  11199. "evolutions": [
  11200. {
  11201. "id": 393,
  11202. "name": "Piplup"
  11203. },
  11204. {
  11205. "id": 394,
  11206. "from": 393,
  11207. "trigger": "leveling",
  11208. "trigger_lvl": 16,
  11209. "name": "Prinplup"
  11210. },
  11211. {
  11212. "id": 395,
  11213. "from": 394,
  11214. "trigger": "leveling",
  11215. "trigger_lvl": 36,
  11216. "name": "Empoleon"
  11217. }
  11218. ]
  11219. },
  11220. {
  11221. "id": 396,
  11222. "height": "3",
  11223. "weight": "20",
  11224. "base_experience": "49",
  11225. "description": "They flock in great numbers. Though small, they flap their wings with great power.",
  11226. "types": [
  11227. "normal",
  11228. "flying"
  11229. ],
  11230. "name": "Starly",
  11231. "image": "https://cdn.recast.ai/blog/pokebot/396.png",
  11232. "evolutions": [
  11233. {
  11234. "id": 396,
  11235. "name": "Starly"
  11236. },
  11237. {
  11238. "id": 397,
  11239. "from": 396,
  11240. "trigger": "leveling",
  11241. "trigger_lvl": 14,
  11242. "name": "Staravia"
  11243. },
  11244. {
  11245. "id": 398,
  11246. "from": 397,
  11247. "trigger": "leveling",
  11248. "trigger_lvl": 34,
  11249. "name": "Staraptor"
  11250. }
  11251. ]
  11252. },
  11253. {
  11254. "id": 397,
  11255. "height": "6",
  11256. "weight": "155",
  11257. "base_experience": "119",
  11258. "description": "It flies around forests and fields in search of bug Pokémon. It stays within a huge flock.",
  11259. "types": [
  11260. "normal",
  11261. "flying"
  11262. ],
  11263. "name": "Staravia",
  11264. "image": "https://cdn.recast.ai/blog/pokebot/397.png",
  11265. "evolutions": [
  11266. {
  11267. "id": 396,
  11268. "name": "Starly"
  11269. },
  11270. {
  11271. "id": 397,
  11272. "from": 396,
  11273. "trigger": "leveling",
  11274. "trigger_lvl": 14,
  11275. "name": "Staravia"
  11276. },
  11277. {
  11278. "id": 398,
  11279. "from": 397,
  11280. "trigger": "leveling",
  11281. "trigger_lvl": 34,
  11282. "name": "Staraptor"
  11283. }
  11284. ]
  11285. },
  11286. {
  11287. "id": 398,
  11288. "height": "12",
  11289. "weight": "249",
  11290. "base_experience": "214",
  11291. "description": "It has a savage nature. It will courageously challenge foes that are much larger.",
  11292. "types": [
  11293. "normal",
  11294. "flying"
  11295. ],
  11296. "name": "Staraptor",
  11297. "image": "https://cdn.recast.ai/blog/pokebot/398.png",
  11298. "evolutions": [
  11299. {
  11300. "id": 396,
  11301. "name": "Starly"
  11302. },
  11303. {
  11304. "id": 397,
  11305. "from": 396,
  11306. "trigger": "leveling",
  11307. "trigger_lvl": 14,
  11308. "name": "Staravia"
  11309. },
  11310. {
  11311. "id": 398,
  11312. "from": 397,
  11313. "trigger": "leveling",
  11314. "trigger_lvl": 34,
  11315. "name": "Staraptor"
  11316. }
  11317. ]
  11318. },
  11319. {
  11320. "id": 399,
  11321. "height": "5",
  11322. "weight": "200",
  11323. "base_experience": "50",
  11324. "description": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.",
  11325. "types": [
  11326. "normal"
  11327. ],
  11328. "name": "Bidoof",
  11329. "image": "https://cdn.recast.ai/blog/pokebot/399.png",
  11330. "evolutions": [
  11331. {
  11332. "id": 399,
  11333. "name": "Bidoof"
  11334. },
  11335. {
  11336. "id": 400,
  11337. "from": 399,
  11338. "trigger": "leveling",
  11339. "trigger_lvl": 15,
  11340. "name": "Bibarel"
  11341. }
  11342. ]
  11343. },
  11344. {
  11345. "id": 400,
  11346. "height": "10",
  11347. "weight": "315",
  11348. "base_experience": "144",
  11349. "description": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.",
  11350. "types": [
  11351. "normal",
  11352. "water"
  11353. ],
  11354. "name": "Bibarel",
  11355. "image": "https://cdn.recast.ai/blog/pokebot/400.png",
  11356. "evolutions": [
  11357. {
  11358. "id": 399,
  11359. "name": "Bidoof"
  11360. },
  11361. {
  11362. "id": 400,
  11363. "from": 399,
  11364. "trigger": "leveling",
  11365. "trigger_lvl": 15,
  11366. "name": "Bibarel"
  11367. }
  11368. ]
  11369. },
  11370. {
  11371. "id": 401,
  11372. "height": "3",
  11373. "weight": "22",
  11374. "base_experience": "39",
  11375. "description": "It shakes its head back to front, causing its antennae to hit each other and sound like a xylophone.",
  11376. "types": [
  11377. "bug"
  11378. ],
  11379. "name": "Kricketot",
  11380. "image": "https://cdn.recast.ai/blog/pokebot/401.png",
  11381. "evolutions": [
  11382. {
  11383. "id": 401,
  11384. "name": "Kricketot"
  11385. },
  11386. {
  11387. "id": 402,
  11388. "from": 401,
  11389. "trigger": "leveling",
  11390. "trigger_lvl": 10,
  11391. "name": "Kricketune"
  11392. }
  11393. ]
  11394. },
  11395. {
  11396. "id": 402,
  11397. "height": "10",
  11398. "weight": "255",
  11399. "base_experience": "134",
  11400. "description": "It crosses its knifelike arms in front of its chest when it cries. It can compose melodies ad lib.",
  11401. "types": [
  11402. "bug"
  11403. ],
  11404. "name": "Kricketune",
  11405. "image": "https://cdn.recast.ai/blog/pokebot/402.png",
  11406. "evolutions": [
  11407. {
  11408. "id": 401,
  11409. "name": "Kricketot"
  11410. },
  11411. {
  11412. "id": 402,
  11413. "from": 401,
  11414. "trigger": "leveling",
  11415. "trigger_lvl": 10,
  11416. "name": "Kricketune"
  11417. }
  11418. ]
  11419. },
  11420. {
  11421. "id": 403,
  11422. "height": "5",
  11423. "weight": "95",
  11424. "base_experience": "53",
  11425. "description": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.",
  11426. "types": [
  11427. "electric"
  11428. ],
  11429. "name": "Shinx",
  11430. "image": "https://cdn.recast.ai/blog/pokebot/403.png",
  11431. "evolutions": [
  11432. {
  11433. "id": 403,
  11434. "name": "Shinx"
  11435. },
  11436. {
  11437. "id": 404,
  11438. "from": 403,
  11439. "trigger": "leveling",
  11440. "trigger_lvl": 15,
  11441. "name": "Luxio"
  11442. },
  11443. {
  11444. "id": 405,
  11445. "from": 404,
  11446. "trigger": "leveling",
  11447. "trigger_lvl": 30,
  11448. "name": "Luxray"
  11449. }
  11450. ]
  11451. },
  11452. {
  11453. "id": 404,
  11454. "height": "9",
  11455. "weight": "305",
  11456. "base_experience": "127",
  11457. "description": "Its claws loose electricity with enough amperage to cause fainting. They live in small groups.",
  11458. "types": [
  11459. "electric"
  11460. ],
  11461. "name": "Luxio",
  11462. "image": "https://cdn.recast.ai/blog/pokebot/404.png",
  11463. "evolutions": [
  11464. {
  11465. "id": 403,
  11466. "name": "Shinx"
  11467. },
  11468. {
  11469. "id": 404,
  11470. "from": 403,
  11471. "trigger": "leveling",
  11472. "trigger_lvl": 15,
  11473. "name": "Luxio"
  11474. },
  11475. {
  11476. "id": 405,
  11477. "from": 404,
  11478. "trigger": "leveling",
  11479. "trigger_lvl": 30,
  11480. "name": "Luxray"
  11481. }
  11482. ]
  11483. },
  11484. {
  11485. "id": 405,
  11486. "height": "14",
  11487. "weight": "420",
  11488. "base_experience": "235",
  11489. "description": "It has eyes that can see through anything. It spots and captures prey hiding behind objects.",
  11490. "types": [
  11491. "electric"
  11492. ],
  11493. "name": "Luxray",
  11494. "image": "https://cdn.recast.ai/blog/pokebot/405.png",
  11495. "evolutions": [
  11496. {
  11497. "id": 403,
  11498. "name": "Shinx"
  11499. },
  11500. {
  11501. "id": 404,
  11502. "from": 403,
  11503. "trigger": "leveling",
  11504. "trigger_lvl": 15,
  11505. "name": "Luxio"
  11506. },
  11507. {
  11508. "id": 405,
  11509. "from": 404,
  11510. "trigger": "leveling",
  11511. "trigger_lvl": 30,
  11512. "name": "Luxray"
  11513. }
  11514. ]
  11515. },
  11516. {
  11517. "id": 406,
  11518. "height": "2",
  11519. "weight": "12",
  11520. "base_experience": "56",
  11521. "description": "Over the winter, it closes its bud and endures the cold. In spring, the bud opens and releases pollen.",
  11522. "types": [
  11523. "grass",
  11524. "poison"
  11525. ],
  11526. "name": "Budew",
  11527. "image": "https://cdn.recast.ai/blog/pokebot/406.png",
  11528. "evolutions": [
  11529. {
  11530. "id": 406,
  11531. "name": "Budew"
  11532. },
  11533. {
  11534. "id": 315,
  11535. "from": 406,
  11536. "trigger": 1,
  11537. "name": "Roselia"
  11538. },
  11539. {
  11540. "id": 407,
  11541. "from": 315,
  11542. "trigger": "item",
  11543. "name": "Roserade",
  11544. "trigger_item": "shiny-stone"
  11545. }
  11546. ]
  11547. },
  11548. {
  11549. "id": 407,
  11550. "height": "9",
  11551. "weight": "145",
  11552. "base_experience": "227",
  11553. "description": "It attracts prey with a sweet aroma, then downs it with thorny whips hidden in its arms.",
  11554. "types": [
  11555. "grass",
  11556. "poison"
  11557. ],
  11558. "name": "Roserade",
  11559. "image": "https://cdn.recast.ai/blog/pokebot/407.png",
  11560. "evolutions": [
  11561. {
  11562. "id": 406,
  11563. "name": "Budew"
  11564. },
  11565. {
  11566. "id": 315,
  11567. "from": 406,
  11568. "trigger": 1,
  11569. "name": "Roselia"
  11570. },
  11571. {
  11572. "id": 407,
  11573. "from": 315,
  11574. "trigger": "item",
  11575. "name": "Roserade",
  11576. "trigger_item": "shiny-stone"
  11577. }
  11578. ]
  11579. },
  11580. {
  11581. "id": 408,
  11582. "height": "9",
  11583. "weight": "315",
  11584. "base_experience": "70",
  11585. "description": "It lived in jungles around 100 million years ago. Its skull is as hard as iron.",
  11586. "types": [
  11587. "rock"
  11588. ],
  11589. "name": "Cranidos",
  11590. "image": "https://cdn.recast.ai/blog/pokebot/408.png",
  11591. "evolutions": [
  11592. {
  11593. "id": 408,
  11594. "name": "Cranidos"
  11595. },
  11596. {
  11597. "id": 409,
  11598. "from": 408,
  11599. "trigger": "leveling",
  11600. "trigger_lvl": 30,
  11601. "name": "Rampardos"
  11602. }
  11603. ]
  11604. },
  11605. {
  11606. "id": 409,
  11607. "height": "16",
  11608. "weight": "1025",
  11609. "base_experience": "173",
  11610. "description": "Its powerful head butt has enough power to shatter even the most durable things upon impact.",
  11611. "types": [
  11612. "rock"
  11613. ],
  11614. "name": "Rampardos",
  11615. "image": "https://cdn.recast.ai/blog/pokebot/409.png",
  11616. "evolutions": [
  11617. {
  11618. "id": 408,
  11619. "name": "Cranidos"
  11620. },
  11621. {
  11622. "id": 409,
  11623. "from": 408,
  11624. "trigger": "leveling",
  11625. "trigger_lvl": 30,
  11626. "name": "Rampardos"
  11627. }
  11628. ]
  11629. },
  11630. {
  11631. "id": 410,
  11632. "height": "5",
  11633. "weight": "570",
  11634. "base_experience": "70",
  11635. "description": "A Pokémon that lived in jungles around 100 million years ago. Its facial hide is extremely hard.",
  11636. "types": [
  11637. "rock",
  11638. "steel"
  11639. ],
  11640. "name": "Shieldon",
  11641. "image": "https://cdn.recast.ai/blog/pokebot/410.png",
  11642. "evolutions": [
  11643. {
  11644. "id": 410,
  11645. "name": "Shieldon"
  11646. },
  11647. {
  11648. "id": 411,
  11649. "from": 410,
  11650. "trigger": "leveling",
  11651. "trigger_lvl": 30,
  11652. "name": "Bastiodon"
  11653. }
  11654. ]
  11655. },
  11656. {
  11657. "id": 411,
  11658. "height": "13",
  11659. "weight": "1495",
  11660. "base_experience": "173",
  11661. "description": "Any frontal attack is repulsed. It is a docile Pokémon that feeds on grass and berries.",
  11662. "types": [
  11663. "rock",
  11664. "steel"
  11665. ],
  11666. "name": "Bastiodon",
  11667. "image": "https://cdn.recast.ai/blog/pokebot/411.png",
  11668. "evolutions": [
  11669. {
  11670. "id": 410,
  11671. "name": "Shieldon"
  11672. },
  11673. {
  11674. "id": 411,
  11675. "from": 410,
  11676. "trigger": "leveling",
  11677. "trigger_lvl": 30,
  11678. "name": "Bastiodon"
  11679. }
  11680. ]
  11681. },
  11682. {
  11683. "id": 412,
  11684. "height": "2",
  11685. "weight": "34",
  11686. "base_experience": "45",
  11687. "description": "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.",
  11688. "types": [
  11689. "bug"
  11690. ],
  11691. "name": "Burmy",
  11692. "image": "https://cdn.recast.ai/blog/pokebot/412.png",
  11693. "evolutions": [
  11694. {
  11695. "id": 412,
  11696. "name": "Burmy"
  11697. },
  11698. {
  11699. "id": 413,
  11700. "from": 412,
  11701. "trigger": "leveling",
  11702. "trigger_lvl": 20,
  11703. "name": "Wormadam-plant"
  11704. },
  11705. {
  11706. "id": 414,
  11707. "from": 412,
  11708. "trigger": "leveling",
  11709. "trigger_lvl": 20,
  11710. "name": "Mothim"
  11711. }
  11712. ]
  11713. },
  11714. {
  11715. "id": 413,
  11716. "height": "5",
  11717. "weight": "65",
  11718. "base_experience": "148",
  11719. "description": "When BURMY evolved, its cloak became a part of this Pokémon’s body. The cloak is never shed.",
  11720. "types": [
  11721. "bug",
  11722. "grass"
  11723. ],
  11724. "name": "Wormadam-plant",
  11725. "image": "https://cdn.recast.ai/blog/pokebot/413.png",
  11726. "evolutions": [
  11727. {
  11728. "id": 412,
  11729. "name": "Burmy"
  11730. },
  11731. {
  11732. "id": 413,
  11733. "from": 412,
  11734. "trigger": "leveling",
  11735. "trigger_lvl": 20,
  11736. "name": "Wormadam-plant"
  11737. },
  11738. {
  11739. "id": 414,
  11740. "from": 412,
  11741. "trigger": "leveling",
  11742. "trigger_lvl": 20,
  11743. "name": "Mothim"
  11744. }
  11745. ]
  11746. },
  11747. {
  11748. "id": 414,
  11749. "height": "9",
  11750. "weight": "233",
  11751. "base_experience": "148",
  11752. "description": "It loves the honey of flowers and steals honey collected by COMBEE.",
  11753. "types": [
  11754. "bug",
  11755. "flying"
  11756. ],
  11757. "name": "Mothim",
  11758. "image": "https://cdn.recast.ai/blog/pokebot/414.png",
  11759. "evolutions": [
  11760. {
  11761. "id": 412,
  11762. "name": "Burmy"
  11763. },
  11764. {
  11765. "id": 413,
  11766. "from": 412,
  11767. "trigger": "leveling",
  11768. "trigger_lvl": 20,
  11769. "name": "Wormadam-plant"
  11770. },
  11771. {
  11772. "id": 414,
  11773. "from": 412,
  11774. "trigger": "leveling",
  11775. "trigger_lvl": 20,
  11776. "name": "Mothim"
  11777. }
  11778. ]
  11779. },
  11780. {
  11781. "id": 415,
  11782. "height": "3",
  11783. "weight": "55",
  11784. "base_experience": "49",
  11785. "description": "A Pokémon formed by three others. It busily carries sweet floral honey to VESPIQUEN.",
  11786. "types": [
  11787. "bug",
  11788. "flying"
  11789. ],
  11790. "name": "Combee",
  11791. "image": "https://cdn.recast.ai/blog/pokebot/415.png",
  11792. "evolutions": [
  11793. {
  11794. "id": 415,
  11795. "name": "Combee"
  11796. },
  11797. {
  11798. "id": 416,
  11799. "from": 415,
  11800. "trigger": "leveling",
  11801. "trigger_lvl": 21,
  11802. "name": "Vespiquen"
  11803. }
  11804. ]
  11805. },
  11806. {
  11807. "id": 416,
  11808. "height": "12",
  11809. "weight": "385",
  11810. "base_experience": "166",
  11811. "description": "Its abdomen is a honeycomb for grubs. It raises its grubs on honey collected by COMBEE.",
  11812. "types": [
  11813. "bug",
  11814. "flying"
  11815. ],
  11816. "name": "Vespiquen",
  11817. "image": "https://cdn.recast.ai/blog/pokebot/416.png",
  11818. "evolutions": [
  11819. {
  11820. "id": 415,
  11821. "name": "Combee"
  11822. },
  11823. {
  11824. "id": 416,
  11825. "from": 415,
  11826. "trigger": "leveling",
  11827. "trigger_lvl": 21,
  11828. "name": "Vespiquen"
  11829. }
  11830. ]
  11831. },
  11832. {
  11833. "id": 417,
  11834. "height": "4",
  11835. "weight": "39",
  11836. "base_experience": "142",
  11837. "description": "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes.",
  11838. "types": [
  11839. "electric"
  11840. ],
  11841. "name": "Pachirisu",
  11842. "image": "https://cdn.recast.ai/blog/pokebot/417.png",
  11843. "evolutions": [
  11844. {
  11845. "id": 417,
  11846. "name": "Pachirisu"
  11847. }
  11848. ]
  11849. },
  11850. {
  11851. "id": 418,
  11852. "height": "7",
  11853. "weight": "295",
  11854. "base_experience": "66",
  11855. "description": "It has a flotation sac that is like an inflatable collar. It floats on water with its head out.",
  11856. "types": [
  11857. "water"
  11858. ],
  11859. "name": "Buizel",
  11860. "image": "https://cdn.recast.ai/blog/pokebot/418.png",
  11861. "evolutions": [
  11862. {
  11863. "id": 418,
  11864. "name": "Buizel"
  11865. },
  11866. {
  11867. "id": 419,
  11868. "from": 418,
  11869. "trigger": "leveling",
  11870. "trigger_lvl": 26,
  11871. "name": "Floatzel"
  11872. }
  11873. ]
  11874. },
  11875. {
  11876. "id": 419,
  11877. "height": "11",
  11878. "weight": "335",
  11879. "base_experience": "173",
  11880. "description": "It floats using its well-developed flotation sac. It assists in the rescues of drowning people.",
  11881. "types": [
  11882. "water"
  11883. ],
  11884. "name": "Floatzel",
  11885. "image": "https://cdn.recast.ai/blog/pokebot/419.png",
  11886. "evolutions": [
  11887. {
  11888. "id": 418,
  11889. "name": "Buizel"
  11890. },
  11891. {
  11892. "id": 419,
  11893. "from": 418,
  11894. "trigger": "leveling",
  11895. "trigger_lvl": 26,
  11896. "name": "Floatzel"
  11897. }
  11898. ]
  11899. },
  11900. {
  11901. "id": 420,
  11902. "height": "4",
  11903. "weight": "33",
  11904. "base_experience": "55",
  11905. "description": "The small ball holds the nutrients needed for evolution. Apparently, it is very sweet and tasty.",
  11906. "types": [
  11907. "grass"
  11908. ],
  11909. "name": "Cherubi",
  11910. "image": "https://cdn.recast.ai/blog/pokebot/420.png",
  11911. "evolutions": [
  11912. {
  11913. "id": 420,
  11914. "name": "Cherubi"
  11915. },
  11916. {
  11917. "id": 421,
  11918. "from": 420,
  11919. "trigger": "leveling",
  11920. "trigger_lvl": 25,
  11921. "name": "Cherrim"
  11922. }
  11923. ]
  11924. },
  11925. {
  11926. "id": 421,
  11927. "height": "5",
  11928. "weight": "93",
  11929. "base_experience": "158",
  11930. "description": "It blooms during times of strong sunlight. It tries to make up for everything it endured as a bud.",
  11931. "types": [
  11932. "grass"
  11933. ],
  11934. "name": "Cherrim",
  11935. "image": "https://cdn.recast.ai/blog/pokebot/421.png",
  11936. "evolutions": [
  11937. {
  11938. "id": 420,
  11939. "name": "Cherubi"
  11940. },
  11941. {
  11942. "id": 421,
  11943. "from": 420,
  11944. "trigger": "leveling",
  11945. "trigger_lvl": 25,
  11946. "name": "Cherrim"
  11947. }
  11948. ]
  11949. },
  11950. {
  11951. "id": 422,
  11952. "height": "3",
  11953. "weight": "63",
  11954. "base_experience": "65",
  11955. "description": "Its colors and shapes differ from region to region. In the Sinnoh region, two types are confirmed.",
  11956. "types": [
  11957. "water"
  11958. ],
  11959. "name": "Shellos",
  11960. "image": "https://cdn.recast.ai/blog/pokebot/422.png",
  11961. "evolutions": [
  11962. {
  11963. "id": 422,
  11964. "name": "Shellos"
  11965. },
  11966. {
  11967. "id": 423,
  11968. "from": 422,
  11969. "trigger": "leveling",
  11970. "trigger_lvl": 30,
  11971. "name": "Gastrodon"
  11972. }
  11973. ]
  11974. },
  11975. {
  11976. "id": 423,
  11977. "height": "9",
  11978. "weight": "299",
  11979. "base_experience": "166",
  11980. "description": "It has a pliable body without any bones. If any part of its body is torn off, it grows right back.",
  11981. "types": [
  11982. "water",
  11983. "ground"
  11984. ],
  11985. "name": "Gastrodon",
  11986. "image": "https://cdn.recast.ai/blog/pokebot/423.png",
  11987. "evolutions": [
  11988. {
  11989. "id": 422,
  11990. "name": "Shellos"
  11991. },
  11992. {
  11993. "id": 423,
  11994. "from": 422,
  11995. "trigger": "leveling",
  11996. "trigger_lvl": 30,
  11997. "name": "Gastrodon"
  11998. }
  11999. ]
  12000. },
  12001. {
  12002. "id": 424,
  12003. "height": "12",
  12004. "weight": "203",
  12005. "base_experience": "169",
  12006. "description": "To eat, it deftly shucks nuts with its two tails. It rarely uses its arms now.",
  12007. "types": [
  12008. "normal"
  12009. ],
  12010. "name": "Ambipom",
  12011. "image": "https://cdn.recast.ai/blog/pokebot/424.png",
  12012. "evolutions": [
  12013. {
  12014. "id": 190,
  12015. "name": "Aipom"
  12016. },
  12017. {
  12018. "id": 424,
  12019. "from": 190,
  12020. "trigger": 1,
  12021. "name": "Ambipom"
  12022. }
  12023. ]
  12024. },
  12025. {
  12026. "id": 425,
  12027. "height": "4",
  12028. "weight": "12",
  12029. "base_experience": "70",
  12030. "description": "A Pokémon formed by the spirits of people and Pokémon. It loves damp, humid seasons.",
  12031. "types": [
  12032. "ghost",
  12033. "flying"
  12034. ],
  12035. "name": "Drifloon",
  12036. "image": "https://cdn.recast.ai/blog/pokebot/425.png",
  12037. "evolutions": [
  12038. {
  12039. "id": 425,
  12040. "name": "Drifloon"
  12041. },
  12042. {
  12043. "id": 426,
  12044. "from": 425,
  12045. "trigger": "leveling",
  12046. "trigger_lvl": 28,
  12047. "name": "Drifblim"
  12048. }
  12049. ]
  12050. },
  12051. {
  12052. "id": 426,
  12053. "height": "12",
  12054. "weight": "150",
  12055. "base_experience": "174",
  12056. "description": "It’s drowzy in daytime, but flies off in the evening in big groups. No one knows where they go.",
  12057. "types": [
  12058. "ghost",
  12059. "flying"
  12060. ],
  12061. "name": "Drifblim",
  12062. "image": "https://cdn.recast.ai/blog/pokebot/426.png",
  12063. "evolutions": [
  12064. {
  12065. "id": 425,
  12066. "name": "Drifloon"
  12067. },
  12068. {
  12069. "id": 426,
  12070. "from": 425,
  12071. "trigger": "leveling",
  12072. "trigger_lvl": 28,
  12073. "name": "Drifblim"
  12074. }
  12075. ]
  12076. },
  12077. {
  12078. "id": 427,
  12079. "height": "4",
  12080. "weight": "55",
  12081. "base_experience": "70",
  12082. "description": "It slams foes by sharply uncoiling its rolled ears. It stings enough to make a grown-up cry in pain.",
  12083. "types": [
  12084. "normal"
  12085. ],
  12086. "name": "Buneary",
  12087. "image": "https://cdn.recast.ai/blog/pokebot/427.png",
  12088. "evolutions": [
  12089. {
  12090. "id": 427,
  12091. "name": "Buneary"
  12092. },
  12093. {
  12094. "id": 428,
  12095. "from": 427,
  12096. "trigger": 1,
  12097. "name": "Lopunny"
  12098. }
  12099. ]
  12100. },
  12101. {
  12102. "id": 428,
  12103. "height": "12",
  12104. "weight": "333",
  12105. "base_experience": "168",
  12106. "description": "An extremely cautious Pokémon. It cloaks its body with its fluffy ear fur when it senses danger.",
  12107. "types": [
  12108. "normal"
  12109. ],
  12110. "name": "Lopunny",
  12111. "image": "https://cdn.recast.ai/blog/pokebot/428.png",
  12112. "evolutions": [
  12113. {
  12114. "id": 427,
  12115. "name": "Buneary"
  12116. },
  12117. {
  12118. "id": 428,
  12119. "from": 427,
  12120. "trigger": 1,
  12121. "name": "Lopunny"
  12122. }
  12123. ]
  12124. },
  12125. {
  12126. "id": 429,
  12127. "height": "9",
  12128. "weight": "44",
  12129. "base_experience": "173",
  12130. "description": "Its cries sound like incantations. Those hearing it are tormented by headaches and hallucinations.",
  12131. "types": [
  12132. "ghost"
  12133. ],
  12134. "name": "Mismagius",
  12135. "image": "https://cdn.recast.ai/blog/pokebot/429.png",
  12136. "evolutions": [
  12137. {
  12138. "id": 200,
  12139. "name": "Misdreavus"
  12140. },
  12141. {
  12142. "id": 429,
  12143. "from": 200,
  12144. "trigger": "item",
  12145. "name": "Mismagius",
  12146. "trigger_item": "dusk-stone"
  12147. }
  12148. ]
  12149. },
  12150. {
  12151. "id": 430,
  12152. "height": "9",
  12153. "weight": "273",
  12154. "base_experience": "177",
  12155. "description": "Becoming active at night, it is known to swarm with numerous MURKROW in tow.",
  12156. "types": [
  12157. "dark",
  12158. "flying"
  12159. ],
  12160. "name": "Honchkrow",
  12161. "image": "https://cdn.recast.ai/blog/pokebot/430.png",
  12162. "evolutions": [
  12163. {
  12164. "id": 198,
  12165. "name": "Murkrow"
  12166. },
  12167. {
  12168. "id": 430,
  12169. "from": 198,
  12170. "trigger": "item",
  12171. "name": "Honchkrow",
  12172. "trigger_item": "dusk-stone"
  12173. }
  12174. ]
  12175. },
  12176. {
  12177. "id": 431,
  12178. "height": "5",
  12179. "weight": "39",
  12180. "base_experience": "62",
  12181. "description": "It claws if displeased and purrs when affectionate. Its fickleness is very popular among some.",
  12182. "types": [
  12183. "normal"
  12184. ],
  12185. "name": "Glameow",
  12186. "image": "https://cdn.recast.ai/blog/pokebot/431.png",
  12187. "evolutions": [
  12188. {
  12189. "id": 431,
  12190. "name": "Glameow"
  12191. },
  12192. {
  12193. "id": 432,
  12194. "from": 431,
  12195. "trigger": "leveling",
  12196. "trigger_lvl": 38,
  12197. "name": "Purugly"
  12198. }
  12199. ]
  12200. },
  12201. {
  12202. "id": 432,
  12203. "height": "10",
  12204. "weight": "438",
  12205. "base_experience": "158",
  12206. "description": "It is a brazen brute that barges its way into another Pokémon’s nest and claims it as its own.",
  12207. "types": [
  12208. "normal"
  12209. ],
  12210. "name": "Purugly",
  12211. "image": "https://cdn.recast.ai/blog/pokebot/432.png",
  12212. "evolutions": [
  12213. {
  12214. "id": 431,
  12215. "name": "Glameow"
  12216. },
  12217. {
  12218. "id": 432,
  12219. "from": 431,
  12220. "trigger": "leveling",
  12221. "trigger_lvl": 38,
  12222. "name": "Purugly"
  12223. }
  12224. ]
  12225. },
  12226. {
  12227. "id": 433,
  12228. "height": "2",
  12229. "weight": "6",
  12230. "base_experience": "57",
  12231. "description": "It emits cries by agitating an orb at the back of its throat. It moves with flouncing hops.",
  12232. "types": [
  12233. "psychic"
  12234. ],
  12235. "name": "Chingling",
  12236. "image": "https://cdn.recast.ai/blog/pokebot/433.png",
  12237. "evolutions": [
  12238. {
  12239. "id": 433,
  12240. "name": "Chingling"
  12241. },
  12242. {
  12243. "id": 358,
  12244. "from": 433,
  12245. "trigger": 1,
  12246. "name": "Chimecho"
  12247. }
  12248. ]
  12249. },
  12250. {
  12251. "id": 434,
  12252. "height": "4",
  12253. "weight": "192",
  12254. "base_experience": "66",
  12255. "description": "It protects itself by spraying a noxious fluid from its rear. The stench lingers for 24 hours.",
  12256. "types": [
  12257. "poison",
  12258. "dark"
  12259. ],
  12260. "name": "Stunky",
  12261. "image": "https://cdn.recast.ai/blog/pokebot/434.png",
  12262. "evolutions": [
  12263. {
  12264. "id": 434,
  12265. "name": "Stunky"
  12266. },
  12267. {
  12268. "id": 435,
  12269. "from": 434,
  12270. "trigger": "leveling",
  12271. "trigger_lvl": 34,
  12272. "name": "Skuntank"
  12273. }
  12274. ]
  12275. },
  12276. {
  12277. "id": 435,
  12278. "height": "10",
  12279. "weight": "380",
  12280. "base_experience": "168",
  12281. "description": "It sprays a vile-smelling fluid from the tip of its tail to attack. Its range is over 160 feet.",
  12282. "types": [
  12283. "poison",
  12284. "dark"
  12285. ],
  12286. "name": "Skuntank",
  12287. "image": "https://cdn.recast.ai/blog/pokebot/435.png",
  12288. "evolutions": [
  12289. {
  12290. "id": 434,
  12291. "name": "Stunky"
  12292. },
  12293. {
  12294. "id": 435,
  12295. "from": 434,
  12296. "trigger": "leveling",
  12297. "trigger_lvl": 34,
  12298. "name": "Skuntank"
  12299. }
  12300. ]
  12301. },
  12302. {
  12303. "id": 436,
  12304. "height": "5",
  12305. "weight": "605",
  12306. "base_experience": "60",
  12307. "description": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.",
  12308. "types": [
  12309. "steel",
  12310. "psychic"
  12311. ],
  12312. "name": "Bronzor",
  12313. "image": "https://cdn.recast.ai/blog/pokebot/436.png",
  12314. "evolutions": [
  12315. {
  12316. "id": 436,
  12317. "name": "Bronzor"
  12318. },
  12319. {
  12320. "id": 437,
  12321. "from": 436,
  12322. "trigger": "leveling",
  12323. "trigger_lvl": 33,
  12324. "name": "Bronzong"
  12325. }
  12326. ]
  12327. },
  12328. {
  12329. "id": 437,
  12330. "height": "13",
  12331. "weight": "1870",
  12332. "base_experience": "175",
  12333. "description": "One caused a news sensation when it was dug up at a construction site after a 2,000-year sleep.",
  12334. "types": [
  12335. "steel",
  12336. "psychic"
  12337. ],
  12338. "name": "Bronzong",
  12339. "image": "https://cdn.recast.ai/blog/pokebot/437.png",
  12340. "evolutions": [
  12341. {
  12342. "id": 436,
  12343. "name": "Bronzor"
  12344. },
  12345. {
  12346. "id": 437,
  12347. "from": 436,
  12348. "trigger": "leveling",
  12349. "trigger_lvl": 33,
  12350. "name": "Bronzong"
  12351. }
  12352. ]
  12353. },
  12354. {
  12355. "id": 438,
  12356. "height": "5",
  12357. "weight": "150",
  12358. "base_experience": "58",
  12359. "description": "It looks as if it is always crying. It is actually adjusting its body’s fluid levels by eliminating excess.",
  12360. "types": [
  12361. "rock"
  12362. ],
  12363. "name": "Bonsly",
  12364. "image": "https://cdn.recast.ai/blog/pokebot/438.png",
  12365. "evolutions": [
  12366. {
  12367. "id": 438,
  12368. "name": "Bonsly"
  12369. },
  12370. {
  12371. "id": 185,
  12372. "from": 438,
  12373. "trigger": 1,
  12374. "name": "Sudowoodo"
  12375. }
  12376. ]
  12377. },
  12378. {
  12379. "id": 439,
  12380. "height": "6",
  12381. "weight": "130",
  12382. "base_experience": "62",
  12383. "description": "It habitually mimics foes. Once mimicked, the foe cannot take its eyes off this Pokémon.",
  12384. "types": [
  12385. "psychic",
  12386. "fairy"
  12387. ],
  12388. "name": "Mime-jr",
  12389. "image": "https://cdn.recast.ai/blog/pokebot/439.png",
  12390. "evolutions": [
  12391. {
  12392. "id": 439,
  12393. "name": "Mime-jr"
  12394. },
  12395. {
  12396. "id": 122,
  12397. "from": 439,
  12398. "trigger": 1,
  12399. "name": "Mr-mime"
  12400. }
  12401. ]
  12402. },
  12403. {
  12404. "id": 440,
  12405. "height": "6",
  12406. "weight": "244",
  12407. "base_experience": "110",
  12408. "description": "It loves round white things. It carries an egg-shaped rock in imitation of CHANSEY.",
  12409. "types": [
  12410. "normal"
  12411. ],
  12412. "name": "Happiny",
  12413. "image": "https://cdn.recast.ai/blog/pokebot/440.png",
  12414. "evolutions": [
  12415. {
  12416. "id": 440,
  12417. "name": "Happiny"
  12418. },
  12419. {
  12420. "id": 113,
  12421. "from": 440,
  12422. "trigger": 1,
  12423. "name": "Chansey"
  12424. },
  12425. {
  12426. "id": 242,
  12427. "from": 113,
  12428. "trigger": 1,
  12429. "name": "Blissey"
  12430. }
  12431. ]
  12432. },
  12433. {
  12434. "id": 441,
  12435. "height": "5",
  12436. "weight": "19",
  12437. "base_experience": "144",
  12438. "description": "It can learn and speak human words. If they gather, they all learn the same saying.",
  12439. "types": [
  12440. "normal",
  12441. "flying"
  12442. ],
  12443. "name": "Chatot",
  12444. "image": "https://cdn.recast.ai/blog/pokebot/441.png",
  12445. "evolutions": [
  12446. {
  12447. "id": 441,
  12448. "name": "Chatot"
  12449. }
  12450. ]
  12451. },
  12452. {
  12453. "id": 442,
  12454. "height": "10",
  12455. "weight": "1080",
  12456. "base_experience": "170",
  12457. "description": "A Pokémon that was formed by 108 spirits. It is bound to a fissure in an odd keystone.",
  12458. "types": [
  12459. "ghost",
  12460. "dark"
  12461. ],
  12462. "name": "Spiritomb",
  12463. "image": "https://cdn.recast.ai/blog/pokebot/442.png",
  12464. "evolutions": [
  12465. {
  12466. "id": 442,
  12467. "name": "Spiritomb"
  12468. }
  12469. ]
  12470. },
  12471. {
  12472. "id": 443,
  12473. "height": "7",
  12474. "weight": "205",
  12475. "base_experience": "60",
  12476. "description": "It nests in small, horizontal holes in cave walls. It pounces to catch prey that stray too close.",
  12477. "types": [
  12478. "dragon",
  12479. "ground"
  12480. ],
  12481. "name": "Gible",
  12482. "image": "https://cdn.recast.ai/blog/pokebot/443.png",
  12483. "evolutions": [
  12484. {
  12485. "id": 443,
  12486. "name": "Gible"
  12487. },
  12488. {
  12489. "id": 444,
  12490. "from": 443,
  12491. "trigger": "leveling",
  12492. "trigger_lvl": 24,
  12493. "name": "Gabite"
  12494. },
  12495. {
  12496. "id": 445,
  12497. "from": 444,
  12498. "trigger": "leveling",
  12499. "trigger_lvl": 48,
  12500. "name": "Garchomp"
  12501. }
  12502. ]
  12503. },
  12504. {
  12505. "id": 444,
  12506. "height": "14",
  12507. "weight": "560",
  12508. "base_experience": "144",
  12509. "description": "There is a long-held belief that medicine made from its scales will heal even incurable illnesses.",
  12510. "types": [
  12511. "dragon",
  12512. "ground"
  12513. ],
  12514. "name": "Gabite",
  12515. "image": "https://cdn.recast.ai/blog/pokebot/444.png",
  12516. "evolutions": [
  12517. {
  12518. "id": 443,
  12519. "name": "Gible"
  12520. },
  12521. {
  12522. "id": 444,
  12523. "from": 443,
  12524. "trigger": "leveling",
  12525. "trigger_lvl": 24,
  12526. "name": "Gabite"
  12527. },
  12528. {
  12529. "id": 445,
  12530. "from": 444,
  12531. "trigger": "leveling",
  12532. "trigger_lvl": 48,
  12533. "name": "Garchomp"
  12534. }
  12535. ]
  12536. },
  12537. {
  12538. "id": 445,
  12539. "height": "19",
  12540. "weight": "950",
  12541. "base_experience": "270",
  12542. "description": "When it folds up its body and extends its wings, it looks like a jet plane. It flies at sonic speed.",
  12543. "types": [
  12544. "dragon",
  12545. "ground"
  12546. ],
  12547. "name": "Garchomp",
  12548. "image": "https://cdn.recast.ai/blog/pokebot/445.png",
  12549. "evolutions": [
  12550. {
  12551. "id": 443,
  12552. "name": "Gible"
  12553. },
  12554. {
  12555. "id": 444,
  12556. "from": 443,
  12557. "trigger": "leveling",
  12558. "trigger_lvl": 24,
  12559. "name": "Gabite"
  12560. },
  12561. {
  12562. "id": 445,
  12563. "from": 444,
  12564. "trigger": "leveling",
  12565. "trigger_lvl": 48,
  12566. "name": "Garchomp"
  12567. }
  12568. ]
  12569. },
  12570. {
  12571. "id": 446,
  12572. "height": "6",
  12573. "weight": "1050",
  12574. "base_experience": "78",
  12575. "description": "It wolfs down its weight in food once a day, swallowing food whole with almost no chewing.",
  12576. "types": [
  12577. "normal"
  12578. ],
  12579. "name": "Munchlax",
  12580. "image": "https://cdn.recast.ai/blog/pokebot/446.png",
  12581. "evolutions": [
  12582. {
  12583. "id": 446,
  12584. "name": "Munchlax"
  12585. },
  12586. {
  12587. "id": 143,
  12588. "from": 446,
  12589. "trigger": 1,
  12590. "name": "Snorlax"
  12591. }
  12592. ]
  12593. },
  12594. {
  12595. "id": 447,
  12596. "height": "7",
  12597. "weight": "202",
  12598. "base_experience": "57",
  12599. "description": "The aura that emanates from its body intensifies to alert others if it is afraid or sad.",
  12600. "types": [
  12601. "fighting"
  12602. ],
  12603. "name": "Riolu",
  12604. "image": "https://cdn.recast.ai/blog/pokebot/447.png",
  12605. "evolutions": [
  12606. {
  12607. "id": 447,
  12608. "name": "Riolu"
  12609. },
  12610. {
  12611. "id": 448,
  12612. "from": 447,
  12613. "trigger": 1,
  12614. "name": "Lucario"
  12615. }
  12616. ]
  12617. },
  12618. {
  12619. "id": 448,
  12620. "height": "12",
  12621. "weight": "540",
  12622. "base_experience": "184",
  12623. "description": "It has the ability to sense the auras of all things. It understands human speech.",
  12624. "types": [
  12625. "fighting",
  12626. "steel"
  12627. ],
  12628. "name": "Lucario",
  12629. "image": "https://cdn.recast.ai/blog/pokebot/448.png",
  12630. "evolutions": [
  12631. {
  12632. "id": 447,
  12633. "name": "Riolu"
  12634. },
  12635. {
  12636. "id": 448,
  12637. "from": 447,
  12638. "trigger": 1,
  12639. "name": "Lucario"
  12640. }
  12641. ]
  12642. },
  12643. {
  12644. "id": 449,
  12645. "height": "8",
  12646. "weight": "495",
  12647. "base_experience": "66",
  12648. "description": "It lives in arid places. Instead of perspiration, it expels grainy sand from its body.",
  12649. "types": [
  12650. "ground"
  12651. ],
  12652. "name": "Hippopotas",
  12653. "image": "https://cdn.recast.ai/blog/pokebot/449.png",
  12654. "evolutions": [
  12655. {
  12656. "id": 449,
  12657. "name": "Hippopotas"
  12658. },
  12659. {
  12660. "id": 450,
  12661. "from": 449,
  12662. "trigger": "leveling",
  12663. "trigger_lvl": 34,
  12664. "name": "Hippowdon"
  12665. }
  12666. ]
  12667. },
  12668. {
  12669. "id": 450,
  12670. "height": "20",
  12671. "weight": "3000",
  12672. "base_experience": "184",
  12673. "description": "It blasts internally stored sand from ports on its body to create a towering twister for attack.",
  12674. "types": [
  12675. "ground"
  12676. ],
  12677. "name": "Hippowdon",
  12678. "image": "https://cdn.recast.ai/blog/pokebot/450.png",
  12679. "evolutions": [
  12680. {
  12681. "id": 449,
  12682. "name": "Hippopotas"
  12683. },
  12684. {
  12685. "id": 450,
  12686. "from": 449,
  12687. "trigger": "leveling",
  12688. "trigger_lvl": 34,
  12689. "name": "Hippowdon"
  12690. }
  12691. ]
  12692. },
  12693. {
  12694. "id": 451,
  12695. "height": "8",
  12696. "weight": "120",
  12697. "base_experience": "66",
  12698. "description": "It grips prey with its tail claws and injects poison. It tenaciously hangs on until the poison takes.",
  12699. "types": [
  12700. "poison",
  12701. "bug"
  12702. ],
  12703. "name": "Skorupi",
  12704. "image": "https://cdn.recast.ai/blog/pokebot/451.png",
  12705. "evolutions": [
  12706. {
  12707. "id": 451,
  12708. "name": "Skorupi"
  12709. },
  12710. {
  12711. "id": 452,
  12712. "from": 451,
  12713. "trigger": "leveling",
  12714. "trigger_lvl": 40,
  12715. "name": "Drapion"
  12716. }
  12717. ]
  12718. },
  12719. {
  12720. "id": 452,
  12721. "height": "13",
  12722. "weight": "615",
  12723. "base_experience": "175",
  12724. "description": "It has the power in its clawed arms to make scrap of a car. The tips of its claws release poison.",
  12725. "types": [
  12726. "poison",
  12727. "dark"
  12728. ],
  12729. "name": "Drapion",
  12730. "image": "https://cdn.recast.ai/blog/pokebot/452.png",
  12731. "evolutions": [
  12732. {
  12733. "id": 451,
  12734. "name": "Skorupi"
  12735. },
  12736. {
  12737. "id": 452,
  12738. "from": 451,
  12739. "trigger": "leveling",
  12740. "trigger_lvl": 40,
  12741. "name": "Drapion"
  12742. }
  12743. ]
  12744. },
  12745. {
  12746. "id": 453,
  12747. "height": "7",
  12748. "weight": "230",
  12749. "base_experience": "60",
  12750. "description": "Its cheeks hold poison sacs. It tries to catch foes off guard to jab them with toxic fingers.",
  12751. "types": [
  12752. "poison",
  12753. "fighting"
  12754. ],
  12755. "name": "Croagunk",
  12756. "image": "https://cdn.recast.ai/blog/pokebot/453.png",
  12757. "evolutions": [
  12758. {
  12759. "id": 453,
  12760. "name": "Croagunk"
  12761. },
  12762. {
  12763. "id": 454,
  12764. "from": 453,
  12765. "trigger": "leveling",
  12766. "trigger_lvl": 37,
  12767. "name": "Toxicroak"
  12768. }
  12769. ]
  12770. },
  12771. {
  12772. "id": 454,
  12773. "height": "13",
  12774. "weight": "444",
  12775. "base_experience": "172",
  12776. "description": "Its knuckle claws secrete a toxin so vile that even a scratch could prove fatal.",
  12777. "types": [
  12778. "poison",
  12779. "fighting"
  12780. ],
  12781. "name": "Toxicroak",
  12782. "image": "https://cdn.recast.ai/blog/pokebot/454.png",
  12783. "evolutions": [
  12784. {
  12785. "id": 453,
  12786. "name": "Croagunk"
  12787. },
  12788. {
  12789. "id": 454,
  12790. "from": 453,
  12791. "trigger": "leveling",
  12792. "trigger_lvl": 37,
  12793. "name": "Toxicroak"
  12794. }
  12795. ]
  12796. },
  12797. {
  12798. "id": 455,
  12799. "height": "14",
  12800. "weight": "270",
  12801. "base_experience": "159",
  12802. "description": "It attracts prey with its sweet- smelling saliva, then chomps down. It takes a whole day to eat prey.",
  12803. "types": [
  12804. "grass"
  12805. ],
  12806. "name": "Carnivine",
  12807. "image": "https://cdn.recast.ai/blog/pokebot/455.png",
  12808. "evolutions": [
  12809. {
  12810. "id": 455,
  12811. "name": "Carnivine"
  12812. }
  12813. ]
  12814. },
  12815. {
  12816. "id": 456,
  12817. "height": "4",
  12818. "weight": "70",
  12819. "base_experience": "66",
  12820. "description": "After long exposure to sunlight, the patterns on its tail fins shine vividly when darkness arrives.",
  12821. "types": [
  12822. "water"
  12823. ],
  12824. "name": "Finneon",
  12825. "image": "https://cdn.recast.ai/blog/pokebot/456.png",
  12826. "evolutions": [
  12827. {
  12828. "id": 456,
  12829. "name": "Finneon"
  12830. },
  12831. {
  12832. "id": 457,
  12833. "from": 456,
  12834. "trigger": "leveling",
  12835. "trigger_lvl": 31,
  12836. "name": "Lumineon"
  12837. }
  12838. ]
  12839. },
  12840. {
  12841. "id": 457,
  12842. "height": "12",
  12843. "weight": "240",
  12844. "base_experience": "161",
  12845. "description": "It lives on the deep-sea floor. It attracts prey by flashing the patterns on its four tail fins.",
  12846. "types": [
  12847. "water"
  12848. ],
  12849. "name": "Lumineon",
  12850. "image": "https://cdn.recast.ai/blog/pokebot/457.png",
  12851. "evolutions": [
  12852. {
  12853. "id": 456,
  12854. "name": "Finneon"
  12855. },
  12856. {
  12857. "id": 457,
  12858. "from": 456,
  12859. "trigger": "leveling",
  12860. "trigger_lvl": 31,
  12861. "name": "Lumineon"
  12862. }
  12863. ]
  12864. },
  12865. {
  12866. "id": 458,
  12867. "height": "10",
  12868. "weight": "650",
  12869. "base_experience": "69",
  12870. "description": "A friendly Pokémon that captures the subtle flows of seawater using its two antennae.",
  12871. "types": [
  12872. "water",
  12873. "flying"
  12874. ],
  12875. "name": "Mantyke",
  12876. "image": "https://cdn.recast.ai/blog/pokebot/458.png",
  12877. "evolutions": [
  12878. {
  12879. "id": 458,
  12880. "name": "Mantyke"
  12881. },
  12882. {
  12883. "id": 226,
  12884. "from": 458,
  12885. "trigger": 1,
  12886. "name": "Mantine"
  12887. }
  12888. ]
  12889. },
  12890. {
  12891. "id": 459,
  12892. "height": "10",
  12893. "weight": "505",
  12894. "base_experience": "67",
  12895. "description": "It lives on snowy mountains. Having had little contact with humans, it is boldly inquisitive.",
  12896. "types": [
  12897. "grass",
  12898. "ice"
  12899. ],
  12900. "name": "Snover",
  12901. "image": "https://cdn.recast.ai/blog/pokebot/459.png",
  12902. "evolutions": [
  12903. {
  12904. "id": 459,
  12905. "name": "Snover"
  12906. },
  12907. {
  12908. "id": 460,
  12909. "from": 459,
  12910. "trigger": "leveling",
  12911. "trigger_lvl": 40,
  12912. "name": "Abomasnow"
  12913. }
  12914. ]
  12915. },
  12916. {
  12917. "id": 460,
  12918. "height": "22",
  12919. "weight": "1355",
  12920. "base_experience": "173",
  12921. "description": "It whips up blizzards in mountains that are always buried in snow. It is the abominable snowman.",
  12922. "types": [
  12923. "grass",
  12924. "ice"
  12925. ],
  12926. "name": "Abomasnow",
  12927. "image": "https://cdn.recast.ai/blog/pokebot/460.png",
  12928. "evolutions": [
  12929. {
  12930. "id": 459,
  12931. "name": "Snover"
  12932. },
  12933. {
  12934. "id": 460,
  12935. "from": 459,
  12936. "trigger": "leveling",
  12937. "trigger_lvl": 40,
  12938. "name": "Abomasnow"
  12939. }
  12940. ]
  12941. },
  12942. {
  12943. "id": 461,
  12944. "height": "11",
  12945. "weight": "340",
  12946. "base_experience": "179",
  12947. "description": "They live in cold regions, forming groups of four or five that hunt prey with impressive coordination.",
  12948. "types": [
  12949. "dark",
  12950. "ice"
  12951. ],
  12952. "name": "Weavile",
  12953. "image": "https://cdn.recast.ai/blog/pokebot/461.png",
  12954. "evolutions": [
  12955. {
  12956. "id": 215,
  12957. "name": "Sneasel"
  12958. },
  12959. {
  12960. "id": 461,
  12961. "from": 215,
  12962. "trigger": 1,
  12963. "name": "Weavile"
  12964. }
  12965. ]
  12966. },
  12967. {
  12968. "id": 462,
  12969. "height": "12",
  12970. "weight": "1800",
  12971. "base_experience": "241",
  12972. "description": "It evolved from exposure to a special magnetic field. Three units generate magnetism.",
  12973. "types": [
  12974. "electric",
  12975. "steel"
  12976. ],
  12977. "name": "Magnezone",
  12978. "image": "https://cdn.recast.ai/blog/pokebot/462.png",
  12979. "evolutions": [
  12980. {
  12981. "id": 81,
  12982. "name": "Magnemite"
  12983. },
  12984. {
  12985. "id": 82,
  12986. "from": 81,
  12987. "trigger": "leveling",
  12988. "trigger_lvl": 30,
  12989. "name": "Magneton"
  12990. },
  12991. {
  12992. "id": 462,
  12993. "from": 82,
  12994. "trigger": 1,
  12995. "name": "Magnezone"
  12996. }
  12997. ]
  12998. },
  12999. {
  13000. "id": 463,
  13001. "height": "17",
  13002. "weight": "1400",
  13003. "base_experience": "180",
  13004. "description": "It wraps things with its extensible tongue. Getting too close to it will leave you soaked with drool.",
  13005. "types": [
  13006. "normal"
  13007. ],
  13008. "name": "Lickilicky",
  13009. "image": "https://cdn.recast.ai/blog/pokebot/463.png",
  13010. "evolutions": [
  13011. {
  13012. "id": 108,
  13013. "name": "Lickitung"
  13014. },
  13015. {
  13016. "id": 463,
  13017. "from": 108,
  13018. "trigger": 1,
  13019. "name": "Lickilicky"
  13020. }
  13021. ]
  13022. },
  13023. {
  13024. "id": 464,
  13025. "height": "24",
  13026. "weight": "2828",
  13027. "base_experience": "241",
  13028. "description": "It puts rocks in holes in its palms and uses its muscles to shoot them. GEODUDE are shot at rare times.",
  13029. "types": [
  13030. "ground",
  13031. "rock"
  13032. ],
  13033. "name": "Rhyperior",
  13034. "image": "https://cdn.recast.ai/blog/pokebot/464.png",
  13035. "evolutions": [
  13036. {
  13037. "id": 111,
  13038. "name": "Rhyhorn"
  13039. },
  13040. {
  13041. "id": 112,
  13042. "from": 111,
  13043. "trigger": "leveling",
  13044. "trigger_lvl": 42,
  13045. "name": "Rhydon"
  13046. },
  13047. {
  13048. "id": 464,
  13049. "from": 112,
  13050. "trigger": "trade",
  13051. "name": "Rhyperior"
  13052. }
  13053. ]
  13054. },
  13055. {
  13056. "id": 465,
  13057. "height": "20",
  13058. "weight": "1286",
  13059. "base_experience": "187",
  13060. "description": "It ensnares prey by extending arms made of vines. Losing arms to predators does not trouble it.",
  13061. "types": [
  13062. "grass"
  13063. ],
  13064. "name": "Tangrowth",
  13065. "image": "https://cdn.recast.ai/blog/pokebot/465.png",
  13066. "evolutions": [
  13067. {
  13068. "id": 114,
  13069. "name": "Tangela"
  13070. },
  13071. {
  13072. "id": 465,
  13073. "from": 114,
  13074. "trigger": 1,
  13075. "name": "Tangrowth"
  13076. }
  13077. ]
  13078. },
  13079. {
  13080. "id": 466,
  13081. "height": "18",
  13082. "weight": "1386",
  13083. "base_experience": "243",
  13084. "description": "It pushes the tips of its two tails against the foe, then lets loose with over 20,000 volts of power.",
  13085. "types": [
  13086. "electric"
  13087. ],
  13088. "name": "Electivire",
  13089. "image": "https://cdn.recast.ai/blog/pokebot/466.png",
  13090. "evolutions": [
  13091. {
  13092. "id": 239,
  13093. "name": "Elekid"
  13094. },
  13095. {
  13096. "id": 125,
  13097. "from": 239,
  13098. "trigger": "leveling",
  13099. "trigger_lvl": 30,
  13100. "name": "Electabuzz"
  13101. },
  13102. {
  13103. "id": 466,
  13104. "from": 125,
  13105. "trigger": "trade",
  13106. "name": "Electivire"
  13107. }
  13108. ]
  13109. },
  13110. {
  13111. "id": 467,
  13112. "height": "16",
  13113. "weight": "680",
  13114. "base_experience": "243",
  13115. "description": "It blasts fireballs of over 3,600 degrees F from the ends of its arms. It lives in volcanic craters.",
  13116. "types": [
  13117. "fire"
  13118. ],
  13119. "name": "Magmortar",
  13120. "image": "https://cdn.recast.ai/blog/pokebot/467.png",
  13121. "evolutions": [
  13122. {
  13123. "id": 240,
  13124. "name": "Magby"
  13125. },
  13126. {
  13127. "id": 126,
  13128. "from": 240,
  13129. "trigger": "leveling",
  13130. "trigger_lvl": 30,
  13131. "name": "Magmar"
  13132. },
  13133. {
  13134. "id": 467,
  13135. "from": 126,
  13136. "trigger": "trade",
  13137. "name": "Magmortar"
  13138. }
  13139. ]
  13140. },
  13141. {
  13142. "id": 468,
  13143. "height": "15",
  13144. "weight": "380",
  13145. "base_experience": "245",
  13146. "description": "It will never appear where there is strife. Its sightings have become rare recently.",
  13147. "types": [
  13148. "fairy",
  13149. "flying"
  13150. ],
  13151. "name": "Togekiss",
  13152. "image": "https://cdn.recast.ai/blog/pokebot/468.png",
  13153. "evolutions": [
  13154. {
  13155. "id": 175,
  13156. "name": "Togepi"
  13157. },
  13158. {
  13159. "id": 176,
  13160. "from": 175,
  13161. "trigger": 1,
  13162. "name": "Togetic"
  13163. },
  13164. {
  13165. "id": 468,
  13166. "from": 176,
  13167. "trigger": "item",
  13168. "name": "Togekiss",
  13169. "trigger_item": "shiny-stone"
  13170. }
  13171. ]
  13172. },
  13173. {
  13174. "id": 469,
  13175. "height": "19",
  13176. "weight": "515",
  13177. "base_experience": "180",
  13178. "description": "By churning its wings, it creates shock waves that inflict critical internal injuries to foes.",
  13179. "types": [
  13180. "bug",
  13181. "flying"
  13182. ],
  13183. "name": "Yanmega",
  13184. "image": "https://cdn.recast.ai/blog/pokebot/469.png",
  13185. "evolutions": [
  13186. {
  13187. "id": 193,
  13188. "name": "Yanma"
  13189. },
  13190. {
  13191. "id": 469,
  13192. "from": 193,
  13193. "trigger": 1,
  13194. "name": "Yanmega"
  13195. }
  13196. ]
  13197. },
  13198. {
  13199. "id": 470,
  13200. "height": "10",
  13201. "weight": "255",
  13202. "base_experience": "184",
  13203. "description": "Just like a plant, it uses photosynthesis. As a result, it is always enveloped in clear air.",
  13204. "types": [
  13205. "grass"
  13206. ],
  13207. "name": "Leafeon",
  13208. "image": "https://cdn.recast.ai/blog/pokebot/470.png",
  13209. "evolutions": [
  13210. {
  13211. "id": 133,
  13212. "name": "Eevee"
  13213. },
  13214. {
  13215. "id": 134,
  13216. "from": 133,
  13217. "trigger": "item",
  13218. "name": "Vaporeon",
  13219. "trigger_item": "water-stone"
  13220. },
  13221. {
  13222. "id": 135,
  13223. "from": 133,
  13224. "trigger": "item",
  13225. "name": "Jolteon",
  13226. "trigger_item": "thunder-stone"
  13227. },
  13228. {
  13229. "id": 136,
  13230. "from": 133,
  13231. "trigger": "item",
  13232. "name": "Flareon",
  13233. "trigger_item": "fire-stone"
  13234. },
  13235. {
  13236. "id": 196,
  13237. "from": 133,
  13238. "trigger": 1,
  13239. "name": "Espeon"
  13240. },
  13241. {
  13242. "id": 197,
  13243. "from": 133,
  13244. "trigger": 1,
  13245. "name": "Umbreon"
  13246. },
  13247. {
  13248. "id": 470,
  13249. "from": 133,
  13250. "trigger": 1,
  13251. "name": "Leafeon"
  13252. },
  13253. {
  13254. "id": 471,
  13255. "from": 133,
  13256. "trigger": 1,
  13257. "name": "Glaceon"
  13258. },
  13259. {
  13260. "id": 700,
  13261. "from": 133,
  13262. "trigger": 1,
  13263. "name": "Sylveon"
  13264. }
  13265. ]
  13266. },
  13267. {
  13268. "id": 471,
  13269. "height": "8",
  13270. "weight": "259",
  13271. "base_experience": "184",
  13272. "description": "As a protective technique, it can completely freeze its fur to make its hairs stand like needles.",
  13273. "types": [
  13274. "ice"
  13275. ],
  13276. "name": "Glaceon",
  13277. "image": "https://cdn.recast.ai/blog/pokebot/471.png",
  13278. "evolutions": [
  13279. {
  13280. "id": 133,
  13281. "name": "Eevee"
  13282. },
  13283. {
  13284. "id": 134,
  13285. "from": 133,
  13286. "trigger": "item",
  13287. "name": "Vaporeon",
  13288. "trigger_item": "water-stone"
  13289. },
  13290. {
  13291. "id": 135,
  13292. "from": 133,
  13293. "trigger": "item",
  13294. "name": "Jolteon",
  13295. "trigger_item": "thunder-stone"
  13296. },
  13297. {
  13298. "id": 136,
  13299. "from": 133,
  13300. "trigger": "item",
  13301. "name": "Flareon",
  13302. "trigger_item": "fire-stone"
  13303. },
  13304. {
  13305. "id": 196,
  13306. "from": 133,
  13307. "trigger": 1,
  13308. "name": "Espeon"
  13309. },
  13310. {
  13311. "id": 197,
  13312. "from": 133,
  13313. "trigger": 1,
  13314. "name": "Umbreon"
  13315. },
  13316. {
  13317. "id": 470,
  13318. "from": 133,
  13319. "trigger": 1,
  13320. "name": "Leafeon"
  13321. },
  13322. {
  13323. "id": 471,
  13324. "from": 133,
  13325. "trigger": 1,
  13326. "name": "Glaceon"
  13327. },
  13328. {
  13329. "id": 700,
  13330. "from": 133,
  13331. "trigger": 1,
  13332. "name": "Sylveon"
  13333. }
  13334. ]
  13335. },
  13336. {
  13337. "id": 472,
  13338. "height": "20",
  13339. "weight": "425",
  13340. "base_experience": "179",
  13341. "description": "It observes prey while hanging inverted from branches. When the chance presents itself, it swoops!",
  13342. "types": [
  13343. "ground",
  13344. "flying"
  13345. ],
  13346. "name": "Gliscor",
  13347. "image": "https://cdn.recast.ai/blog/pokebot/472.png",
  13348. "evolutions": [
  13349. {
  13350. "id": 207,
  13351. "name": "Gligar"
  13352. },
  13353. {
  13354. "id": 472,
  13355. "from": 207,
  13356. "trigger": 1,
  13357. "name": "Gliscor"
  13358. }
  13359. ]
  13360. },
  13361. {
  13362. "id": 473,
  13363. "height": "25",
  13364. "weight": "2910",
  13365. "base_experience": "239",
  13366. "description": "Its impressive tusks are made of ice. The population thinned when it turned warm after the ice age.",
  13367. "types": [
  13368. "ice",
  13369. "ground"
  13370. ],
  13371. "name": "Mamoswine",
  13372. "image": "https://cdn.recast.ai/blog/pokebot/473.png",
  13373. "evolutions": [
  13374. {
  13375. "id": 220,
  13376. "name": "Swinub"
  13377. },
  13378. {
  13379. "id": 221,
  13380. "from": 220,
  13381. "trigger": "leveling",
  13382. "trigger_lvl": 33,
  13383. "name": "Piloswine"
  13384. },
  13385. {
  13386. "id": 473,
  13387. "from": 221,
  13388. "trigger": 1,
  13389. "name": "Mamoswine"
  13390. }
  13391. ]
  13392. },
  13393. {
  13394. "id": 474,
  13395. "height": "9",
  13396. "weight": "340",
  13397. "base_experience": "241",
  13398. "description": "Additional software was installed to make it a better Pokémon. It began acting oddly, however.",
  13399. "types": [
  13400. "normal"
  13401. ],
  13402. "name": "Porygon-z",
  13403. "image": "https://cdn.recast.ai/blog/pokebot/474.png",
  13404. "evolutions": [
  13405. {
  13406. "id": 137,
  13407. "name": "Porygon"
  13408. },
  13409. {
  13410. "id": 233,
  13411. "from": 137,
  13412. "trigger": "trade",
  13413. "name": "Porygon2"
  13414. },
  13415. {
  13416. "id": 474,
  13417. "from": 233,
  13418. "trigger": "trade",
  13419. "name": "Porygon-z"
  13420. }
  13421. ]
  13422. },
  13423. {
  13424. "id": 475,
  13425. "height": "16",
  13426. "weight": "520",
  13427. "base_experience": "233",
  13428. "description": "A master of courtesy and swordsmanship, it fights using extending swords on its elbows.",
  13429. "types": [
  13430. "psychic",
  13431. "fighting"
  13432. ],
  13433. "name": "Gallade",
  13434. "image": "https://cdn.recast.ai/blog/pokebot/475.png",
  13435. "evolutions": [
  13436. {
  13437. "id": 280,
  13438. "name": "Ralts"
  13439. },
  13440. {
  13441. "id": 281,
  13442. "from": 280,
  13443. "trigger": "leveling",
  13444. "trigger_lvl": 20,
  13445. "name": "Kirlia"
  13446. },
  13447. {
  13448. "id": 282,
  13449. "from": 281,
  13450. "trigger": "leveling",
  13451. "trigger_lvl": 30,
  13452. "name": "Gardevoir"
  13453. },
  13454. {
  13455. "id": 475,
  13456. "from": 281,
  13457. "trigger": "item",
  13458. "name": "Gallade",
  13459. "trigger_item": "dusk-stone"
  13460. }
  13461. ]
  13462. },
  13463. {
  13464. "id": 476,
  13465. "height": "14",
  13466. "weight": "3400",
  13467. "base_experience": "184",
  13468. "description": "It exudes strong magnetism from all over. It controls three small units called Mini-Noses.",
  13469. "types": [
  13470. "rock",
  13471. "steel"
  13472. ],
  13473. "name": "Probopass",
  13474. "image": "https://cdn.recast.ai/blog/pokebot/476.png",
  13475. "evolutions": [
  13476. {
  13477. "id": 299,
  13478. "name": "Nosepass"
  13479. },
  13480. {
  13481. "id": 476,
  13482. "from": 299,
  13483. "trigger": 1,
  13484. "name": "Probopass"
  13485. }
  13486. ]
  13487. },
  13488. {
  13489. "id": 477,
  13490. "height": "22",
  13491. "weight": "1066",
  13492. "base_experience": "236",
  13493. "description": "The antenna on its head captures radio waves from the world of spirits that command it to take people there.",
  13494. "types": [
  13495. "ghost"
  13496. ],
  13497. "name": "Dusknoir",
  13498. "image": "https://cdn.recast.ai/blog/pokebot/477.png",
  13499. "evolutions": [
  13500. {
  13501. "id": 355,
  13502. "name": "Duskull"
  13503. },
  13504. {
  13505. "id": 356,
  13506. "from": 355,
  13507. "trigger": "leveling",
  13508. "trigger_lvl": 37,
  13509. "name": "Dusclops"
  13510. },
  13511. {
  13512. "id": 477,
  13513. "from": 356,
  13514. "trigger": "trade",
  13515. "name": "Dusknoir"
  13516. }
  13517. ]
  13518. },
  13519. {
  13520. "id": 478,
  13521. "height": "13",
  13522. "weight": "266",
  13523. "base_experience": "168",
  13524. "description": "It freezes foes with an icy breath nearly -60 degrees F. What seems to be its body is actually hollow.",
  13525. "types": [
  13526. "ice",
  13527. "ghost"
  13528. ],
  13529. "name": "Froslass",
  13530. "image": "https://cdn.recast.ai/blog/pokebot/478.png",
  13531. "evolutions": [
  13532. {
  13533. "id": 361,
  13534. "name": "Snorunt"
  13535. },
  13536. {
  13537. "id": 362,
  13538. "from": 361,
  13539. "trigger": "leveling",
  13540. "trigger_lvl": 42,
  13541. "name": "Glalie"
  13542. },
  13543. {
  13544. "id": 478,
  13545. "from": 361,
  13546. "trigger": "item",
  13547. "name": "Froslass",
  13548. "trigger_item": "dusk-stone"
  13549. }
  13550. ]
  13551. },
  13552. {
  13553. "id": 479,
  13554. "height": "3",
  13555. "weight": "3",
  13556. "base_experience": "154",
  13557. "description": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.",
  13558. "types": [
  13559. "electric",
  13560. "ghost"
  13561. ],
  13562. "name": "Rotom",
  13563. "image": "https://cdn.recast.ai/blog/pokebot/479.png",
  13564. "evolutions": [
  13565. {
  13566. "id": 479,
  13567. "name": "Rotom"
  13568. }
  13569. ]
  13570. },
  13571. {
  13572. "id": 480,
  13573. "height": "3",
  13574. "weight": "3",
  13575. "base_experience": "261",
  13576. "description": "Known as “The Being of Knowledge.” It is said that it can wipe out the memory of those who see its eyes.",
  13577. "types": [
  13578. "psychic"
  13579. ],
  13580. "name": "Uxie",
  13581. "image": "https://cdn.recast.ai/blog/pokebot/480.png",
  13582. "evolutions": [
  13583. {
  13584. "id": 480,
  13585. "name": "Uxie"
  13586. }
  13587. ]
  13588. },
  13589. {
  13590. "id": 481,
  13591. "height": "3",
  13592. "weight": "3",
  13593. "base_experience": "261",
  13594. "description": "Known as “The Being of Emotion.” It taught humans the nobility of sorrow, pain, and joy.",
  13595. "types": [
  13596. "psychic"
  13597. ],
  13598. "name": "Mesprit",
  13599. "image": "https://cdn.recast.ai/blog/pokebot/481.png",
  13600. "evolutions": [
  13601. {
  13602. "id": 481,
  13603. "name": "Mesprit"
  13604. }
  13605. ]
  13606. },
  13607. {
  13608. "id": 482,
  13609. "height": "3",
  13610. "weight": "3",
  13611. "base_experience": "261",
  13612. "description": "Known as “The Being of Willpower.” It sleeps at the bottom of a lake to keep the world in balance.",
  13613. "types": [
  13614. "psychic"
  13615. ],
  13616. "name": "Azelf",
  13617. "image": "https://cdn.recast.ai/blog/pokebot/482.png",
  13618. "evolutions": [
  13619. {
  13620. "id": 482,
  13621. "name": "Azelf"
  13622. }
  13623. ]
  13624. },
  13625. {
  13626. "id": 483,
  13627. "height": "54",
  13628. "weight": "6830",
  13629. "base_experience": "306",
  13630. "description": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.",
  13631. "types": [
  13632. "steel",
  13633. "dragon"
  13634. ],
  13635. "name": "Dialga",
  13636. "image": "https://cdn.recast.ai/blog/pokebot/483.png",
  13637. "evolutions": [
  13638. {
  13639. "id": 483,
  13640. "name": "Dialga"
  13641. }
  13642. ]
  13643. },
  13644. {
  13645. "id": 484,
  13646. "height": "42",
  13647. "weight": "3360",
  13648. "base_experience": "306",
  13649. "description": "It has the ability to distort space. It is described as a deity in Sinnoh-region mythology.",
  13650. "types": [
  13651. "water",
  13652. "dragon"
  13653. ],
  13654. "name": "Palkia",
  13655. "image": "https://cdn.recast.ai/blog/pokebot/484.png",
  13656. "evolutions": [
  13657. {
  13658. "id": 484,
  13659. "name": "Palkia"
  13660. }
  13661. ]
  13662. },
  13663. {
  13664. "id": 485,
  13665. "height": "17",
  13666. "weight": "4300",
  13667. "base_experience": "270",
  13668. "description": "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.",
  13669. "types": [
  13670. "fire",
  13671. "steel"
  13672. ],
  13673. "name": "Heatran",
  13674. "image": "https://cdn.recast.ai/blog/pokebot/485.png",
  13675. "evolutions": [
  13676. {
  13677. "id": 485,
  13678. "name": "Heatran"
  13679. }
  13680. ]
  13681. },
  13682. {
  13683. "id": 486,
  13684. "height": "37",
  13685. "weight": "4200",
  13686. "base_experience": "302",
  13687. "description": "There is an enduring legend that states this Pokémon towed continents with ropes.",
  13688. "types": [
  13689. "normal"
  13690. ],
  13691. "name": "Regigigas",
  13692. "image": "https://cdn.recast.ai/blog/pokebot/486.png",
  13693. "evolutions": [
  13694. {
  13695. "id": 486,
  13696. "name": "Regigigas"
  13697. }
  13698. ]
  13699. },
  13700. {
  13701. "id": 487,
  13702. "height": "45",
  13703. "weight": "7500",
  13704. "base_experience": "306",
  13705. "description": "A Pokémon that is said to live in a world on the reverse side of ours. It appears in an ancient cemetery.",
  13706. "types": [
  13707. "ghost",
  13708. "dragon"
  13709. ],
  13710. "name": "Giratina-altered",
  13711. "image": "https://cdn.recast.ai/blog/pokebot/487.png",
  13712. "evolutions": [
  13713. {
  13714. "id": 487,
  13715. "name": "Giratina-altered"
  13716. }
  13717. ]
  13718. },
  13719. {
  13720. "id": 488,
  13721. "height": "15",
  13722. "weight": "856",
  13723. "base_experience": "270",
  13724. "description": "Shiny particles are released from its wings like a veil. It is said to represent the crescent moon.",
  13725. "types": [
  13726. "psychic"
  13727. ],
  13728. "name": "Cresselia",
  13729. "image": "https://cdn.recast.ai/blog/pokebot/488.png",
  13730. "evolutions": [
  13731. {
  13732. "id": 488,
  13733. "name": "Cresselia"
  13734. }
  13735. ]
  13736. },
  13737. {
  13738. "id": 489,
  13739. "height": "4",
  13740. "weight": "31",
  13741. "base_experience": "216",
  13742. "description": "A Pokémon that lives in warm seas. It inflates the flotation sac on its head to drift and search for food.",
  13743. "types": [
  13744. "water"
  13745. ],
  13746. "name": "Phione",
  13747. "image": "https://cdn.recast.ai/blog/pokebot/489.png",
  13748. "evolutions": [
  13749. {
  13750. "id": 489,
  13751. "name": "Phione"
  13752. },
  13753. {
  13754. "id": 490,
  13755. "name": "Manaphy"
  13756. }
  13757. ]
  13758. },
  13759. {
  13760. "id": 490,
  13761. "height": "3",
  13762. "weight": "14",
  13763. "base_experience": "270",
  13764. "description": "Born on a cold seafloor, it will swim great distances to return to its birthplace.",
  13765. "types": [
  13766. "water"
  13767. ],
  13768. "name": "Manaphy",
  13769. "image": "https://cdn.recast.ai/blog/pokebot/490.png",
  13770. "evolutions": [
  13771. {
  13772. "id": 489,
  13773. "name": "Phione"
  13774. },
  13775. {
  13776. "id": 490,
  13777. "name": "Manaphy"
  13778. }
  13779. ]
  13780. },
  13781. {
  13782. "id": 491,
  13783. "height": "15",
  13784. "weight": "505",
  13785. "base_experience": "270",
  13786. "description": "It can lull people to sleep and make them dream. It is active during nights of the new moon.",
  13787. "types": [
  13788. "dark"
  13789. ],
  13790. "name": "Darkrai",
  13791. "image": "https://cdn.recast.ai/blog/pokebot/491.png",
  13792. "evolutions": [
  13793. {
  13794. "id": 491,
  13795. "name": "Darkrai"
  13796. }
  13797. ]
  13798. },
  13799. {
  13800. "id": 492,
  13801. "height": "2",
  13802. "weight": "21",
  13803. "base_experience": "270",
  13804. "description": "It lives in flower patches and avoids detection by curling up to look like a flowering plant.",
  13805. "types": [
  13806. "grass"
  13807. ],
  13808. "name": "Shaymin-land",
  13809. "image": "https://cdn.recast.ai/blog/pokebot/492.png",
  13810. "evolutions": [
  13811. {
  13812. "id": 492,
  13813. "name": "Shaymin-land"
  13814. }
  13815. ]
  13816. },
  13817. {
  13818. "id": 493,
  13819. "height": "32",
  13820. "weight": "3200",
  13821. "base_experience": "324",
  13822. "description": "It is described in mythology as the Pokémon that shaped the universe with its 1,000 arms.",
  13823. "types": [
  13824. "normal"
  13825. ],
  13826. "name": "Arceus",
  13827. "image": "https://cdn.recast.ai/blog/pokebot/493.png",
  13828. "evolutions": [
  13829. {
  13830. "id": 493,
  13831. "name": "Arceus"
  13832. }
  13833. ]
  13834. },
  13835. {
  13836. "id": 494,
  13837. "height": "4",
  13838. "weight": "40",
  13839. "base_experience": "270",
  13840. "description": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.",
  13841. "types": [
  13842. "psychic",
  13843. "fire"
  13844. ],
  13845. "name": "Victini",
  13846. "image": "https://cdn.recast.ai/blog/pokebot/494.png",
  13847. "evolutions": [
  13848. {
  13849. "id": 494,
  13850. "name": "Victini"
  13851. }
  13852. ]
  13853. },
  13854. {
  13855. "id": 495,
  13856. "height": "6",
  13857. "weight": "81",
  13858. "base_experience": "62",
  13859. "description": "It is very intelligent and calm. Being exposed to lots of sunlight makes its movements swifter.",
  13860. "types": [
  13861. "grass"
  13862. ],
  13863. "name": "Snivy",
  13864. "image": "https://cdn.recast.ai/blog/pokebot/495.png",
  13865. "evolutions": [
  13866. {
  13867. "id": 495,
  13868. "name": "Snivy"
  13869. },
  13870. {
  13871. "id": 496,
  13872. "from": 495,
  13873. "trigger": "leveling",
  13874. "trigger_lvl": 17,
  13875. "name": "Servine"
  13876. },
  13877. {
  13878. "id": 497,
  13879. "from": 496,
  13880. "trigger": "leveling",
  13881. "trigger_lvl": 36,
  13882. "name": "Serperior"
  13883. }
  13884. ]
  13885. },
  13886. {
  13887. "id": 496,
  13888. "height": "8",
  13889. "weight": "160",
  13890. "base_experience": "145",
  13891. "description": "It moves along the ground as if sliding. Its swift movements befuddle its foes, and it then attacks with a vine whip.",
  13892. "types": [
  13893. "grass"
  13894. ],
  13895. "name": "Servine",
  13896. "image": "https://cdn.recast.ai/blog/pokebot/496.png",
  13897. "evolutions": [
  13898. {
  13899. "id": 495,
  13900. "name": "Snivy"
  13901. },
  13902. {
  13903. "id": 496,
  13904. "from": 495,
  13905. "trigger": "leveling",
  13906. "trigger_lvl": 17,
  13907. "name": "Servine"
  13908. },
  13909. {
  13910. "id": 497,
  13911. "from": 496,
  13912. "trigger": "leveling",
  13913. "trigger_lvl": 36,
  13914. "name": "Serperior"
  13915. }
  13916. ]
  13917. },
  13918. {
  13919. "id": 497,
  13920. "height": "33",
  13921. "weight": "630",
  13922. "base_experience": "238",
  13923. "description": "It can stop its opponents’ movements with just a glare. It takes in solar energy and boosts it internally.",
  13924. "types": [
  13925. "grass"
  13926. ],
  13927. "name": "Serperior",
  13928. "image": "https://cdn.recast.ai/blog/pokebot/497.png",
  13929. "evolutions": [
  13930. {
  13931. "id": 495,
  13932. "name": "Snivy"
  13933. },
  13934. {
  13935. "id": 496,
  13936. "from": 495,
  13937. "trigger": "leveling",
  13938. "trigger_lvl": 17,
  13939. "name": "Servine"
  13940. },
  13941. {
  13942. "id": 497,
  13943. "from": 496,
  13944. "trigger": "leveling",
  13945. "trigger_lvl": 36,
  13946. "name": "Serperior"
  13947. }
  13948. ]
  13949. },
  13950. {
  13951. "id": 498,
  13952. "height": "5",
  13953. "weight": "99",
  13954. "base_experience": "62",
  13955. "description": "It can deftly dodge its foe’s attacks while shooting fireballs from its nose. It roasts berries before it eats them.",
  13956. "types": [
  13957. "fire"
  13958. ],
  13959. "name": "Tepig",
  13960. "image": "https://cdn.recast.ai/blog/pokebot/498.png",
  13961. "evolutions": [
  13962. {
  13963. "id": 498,
  13964. "name": "Tepig"
  13965. },
  13966. {
  13967. "id": 499,
  13968. "from": 498,
  13969. "trigger": "leveling",
  13970. "trigger_lvl": 17,
  13971. "name": "Pignite"
  13972. },
  13973. {
  13974. "id": 500,
  13975. "from": 499,
  13976. "trigger": "leveling",
  13977. "trigger_lvl": 36,
  13978. "name": "Emboar"
  13979. }
  13980. ]
  13981. },
  13982. {
  13983. "id": 499,
  13984. "height": "10",
  13985. "weight": "555",
  13986. "base_experience": "146",
  13987. "description": "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke.",
  13988. "types": [
  13989. "fire",
  13990. "fighting"
  13991. ],
  13992. "name": "Pignite",
  13993. "image": "https://cdn.recast.ai/blog/pokebot/499.png",
  13994. "evolutions": [
  13995. {
  13996. "id": 498,
  13997. "name": "Tepig"
  13998. },
  13999. {
  14000. "id": 499,
  14001. "from": 498,
  14002. "trigger": "leveling",
  14003. "trigger_lvl": 17,
  14004. "name": "Pignite"
  14005. },
  14006. {
  14007. "id": 500,
  14008. "from": 499,
  14009. "trigger": "leveling",
  14010. "trigger_lvl": 36,
  14011. "name": "Emboar"
  14012. }
  14013. ]
  14014. },
  14015. {
  14016. "id": 500,
  14017. "height": "16",
  14018. "weight": "1500",
  14019. "base_experience": "238",
  14020. "description": "It can throw a fire punch by setting its fists on fire with its fiery chin. It cares deeply about its friends.",
  14021. "types": [
  14022. "fire",
  14023. "fighting"
  14024. ],
  14025. "name": "Emboar",
  14026. "image": "https://cdn.recast.ai/blog/pokebot/500.png",
  14027. "evolutions": [
  14028. {
  14029. "id": 498,
  14030. "name": "Tepig"
  14031. },
  14032. {
  14033. "id": 499,
  14034. "from": 498,
  14035. "trigger": "leveling",
  14036. "trigger_lvl": 17,
  14037. "name": "Pignite"
  14038. },
  14039. {
  14040. "id": 500,
  14041. "from": 499,
  14042. "trigger": "leveling",
  14043. "trigger_lvl": 36,
  14044. "name": "Emboar"
  14045. }
  14046. ]
  14047. },
  14048. {
  14049. "id": 501,
  14050. "height": "5",
  14051. "weight": "59",
  14052. "base_experience": "62",
  14053. "description": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.",
  14054. "types": [
  14055. "water"
  14056. ],
  14057. "name": "Oshawott",
  14058. "image": "https://cdn.recast.ai/blog/pokebot/501.png",
  14059. "evolutions": [
  14060. {
  14061. "id": 501,
  14062. "name": "Oshawott"
  14063. },
  14064. {
  14065. "id": 502,
  14066. "from": 501,
  14067. "trigger": "leveling",
  14068. "trigger_lvl": 17,
  14069. "name": "Dewott"
  14070. },
  14071. {
  14072. "id": 503,
  14073. "from": 502,
  14074. "trigger": "leveling",
  14075. "trigger_lvl": 36,
  14076. "name": "Samurott"
  14077. }
  14078. ]
  14079. },
  14080. {
  14081. "id": 502,
  14082. "height": "8",
  14083. "weight": "245",
  14084. "base_experience": "145",
  14085. "description": "Strict training is how it learns its flowing double-scalchop technique.",
  14086. "types": [
  14087. "water"
  14088. ],
  14089. "name": "Dewott",
  14090. "image": "https://cdn.recast.ai/blog/pokebot/502.png",
  14091. "evolutions": [
  14092. {
  14093. "id": 501,
  14094. "name": "Oshawott"
  14095. },
  14096. {
  14097. "id": 502,
  14098. "from": 501,
  14099. "trigger": "leveling",
  14100. "trigger_lvl": 17,
  14101. "name": "Dewott"
  14102. },
  14103. {
  14104. "id": 503,
  14105. "from": 502,
  14106. "trigger": "leveling",
  14107. "trigger_lvl": 36,
  14108. "name": "Samurott"
  14109. }
  14110. ]
  14111. },
  14112. {
  14113. "id": 503,
  14114. "height": "15",
  14115. "weight": "946",
  14116. "base_experience": "238",
  14117. "description": "One swing of the sword incorporated in its armor can fell an opponent. A simple glare from one of them quiets everybody.",
  14118. "types": [
  14119. "water"
  14120. ],
  14121. "name": "Samurott",
  14122. "image": "https://cdn.recast.ai/blog/pokebot/503.png",
  14123. "evolutions": [
  14124. {
  14125. "id": 501,
  14126. "name": "Oshawott"
  14127. },
  14128. {
  14129. "id": 502,
  14130. "from": 501,
  14131. "trigger": "leveling",
  14132. "trigger_lvl": 17,
  14133. "name": "Dewott"
  14134. },
  14135. {
  14136. "id": 503,
  14137. "from": 502,
  14138. "trigger": "leveling",
  14139. "trigger_lvl": 36,
  14140. "name": "Samurott"
  14141. }
  14142. ]
  14143. },
  14144. {
  14145. "id": 504,
  14146. "height": "5",
  14147. "weight": "116",
  14148. "base_experience": "51",
  14149. "description": "Using food stored in cheek pouches, they can keep watch for days. They use their tails to communicate with others.",
  14150. "types": [
  14151. "normal"
  14152. ],
  14153. "name": "Patrat",
  14154. "image": "https://cdn.recast.ai/blog/pokebot/504.png",
  14155. "evolutions": [
  14156. {
  14157. "id": 504,
  14158. "name": "Patrat"
  14159. },
  14160. {
  14161. "id": 505,
  14162. "from": 504,
  14163. "trigger": "leveling",
  14164. "trigger_lvl": 20,
  14165. "name": "Watchog"
  14166. }
  14167. ]
  14168. },
  14169. {
  14170. "id": 505,
  14171. "height": "11",
  14172. "weight": "270",
  14173. "base_experience": "147",
  14174. "description": "When they see an enemy, their tails stand high, and they spit the seeds of berries stored in their cheek pouches.",
  14175. "types": [
  14176. "normal"
  14177. ],
  14178. "name": "Watchog",
  14179. "image": "https://cdn.recast.ai/blog/pokebot/505.png",
  14180. "evolutions": [
  14181. {
  14182. "id": 504,
  14183. "name": "Patrat"
  14184. },
  14185. {
  14186. "id": 505,
  14187. "from": 504,
  14188. "trigger": "leveling",
  14189. "trigger_lvl": 20,
  14190. "name": "Watchog"
  14191. }
  14192. ]
  14193. },
  14194. {
  14195. "id": 506,
  14196. "height": "4",
  14197. "weight": "41",
  14198. "base_experience": "55",
  14199. "description": "It faces strong opponents with great courage. But, when at a disadvantage in a fight, this intelligent Pokémon flees.",
  14200. "types": [
  14201. "normal"
  14202. ],
  14203. "name": "Lillipup",
  14204. "image": "https://cdn.recast.ai/blog/pokebot/506.png",
  14205. "evolutions": [
  14206. {
  14207. "id": 506,
  14208. "name": "Lillipup"
  14209. },
  14210. {
  14211. "id": 507,
  14212. "from": 506,
  14213. "trigger": "leveling",
  14214. "trigger_lvl": 16,
  14215. "name": "Herdier"
  14216. },
  14217. {
  14218. "id": 508,
  14219. "from": 507,
  14220. "trigger": "leveling",
  14221. "trigger_lvl": 32,
  14222. "name": "Stoutland"
  14223. }
  14224. ]
  14225. },
  14226. {
  14227. "id": 507,
  14228. "height": "9",
  14229. "weight": "147",
  14230. "base_experience": "130",
  14231. "description": "It has black, cape-like fur that is very hard and decreases the amount of damage it receives.",
  14232. "types": [
  14233. "normal"
  14234. ],
  14235. "name": "Herdier",
  14236. "image": "https://cdn.recast.ai/blog/pokebot/507.png",
  14237. "evolutions": [
  14238. {
  14239. "id": 506,
  14240. "name": "Lillipup"
  14241. },
  14242. {
  14243. "id": 507,
  14244. "from": 506,
  14245. "trigger": "leveling",
  14246. "trigger_lvl": 16,
  14247. "name": "Herdier"
  14248. },
  14249. {
  14250. "id": 508,
  14251. "from": 507,
  14252. "trigger": "leveling",
  14253. "trigger_lvl": 32,
  14254. "name": "Stoutland"
  14255. }
  14256. ]
  14257. },
  14258. {
  14259. "id": 508,
  14260. "height": "12",
  14261. "weight": "610",
  14262. "base_experience": "221",
  14263. "description": "It rescues people stranded by blizzards in the mountains. Its shaggy fur shields it from the cold.",
  14264. "types": [
  14265. "normal"
  14266. ],
  14267. "name": "Stoutland",
  14268. "image": "https://cdn.recast.ai/blog/pokebot/508.png",
  14269. "evolutions": [
  14270. {
  14271. "id": 506,
  14272. "name": "Lillipup"
  14273. },
  14274. {
  14275. "id": 507,
  14276. "from": 506,
  14277. "trigger": "leveling",
  14278. "trigger_lvl": 16,
  14279. "name": "Herdier"
  14280. },
  14281. {
  14282. "id": 508,
  14283. "from": 507,
  14284. "trigger": "leveling",
  14285. "trigger_lvl": 32,
  14286. "name": "Stoutland"
  14287. }
  14288. ]
  14289. },
  14290. {
  14291. "id": 509,
  14292. "height": "4",
  14293. "weight": "101",
  14294. "base_experience": "56",
  14295. "description": "They steal from people for fun, but their victims can’t help but forgive them. Their deceptively cute act is perfect.",
  14296. "types": [
  14297. "dark"
  14298. ],
  14299. "name": "Purrloin",
  14300. "image": "https://cdn.recast.ai/blog/pokebot/509.png",
  14301. "evolutions": [
  14302. {
  14303. "id": 509,
  14304. "name": "Purrloin"
  14305. },
  14306. {
  14307. "id": 510,
  14308. "from": 509,
  14309. "trigger": "leveling",
  14310. "trigger_lvl": 20,
  14311. "name": "Liepard"
  14312. }
  14313. ]
  14314. },
  14315. {
  14316. "id": 510,
  14317. "height": "11",
  14318. "weight": "375",
  14319. "base_experience": "156",
  14320. "description": "These Pokémon vanish and appear unexpectedly. Many Trainers are drawn to their beautiful form and fur.",
  14321. "types": [
  14322. "dark"
  14323. ],
  14324. "name": "Liepard",
  14325. "image": "https://cdn.recast.ai/blog/pokebot/510.png",
  14326. "evolutions": [
  14327. {
  14328. "id": 509,
  14329. "name": "Purrloin"
  14330. },
  14331. {
  14332. "id": 510,
  14333. "from": 509,
  14334. "trigger": "leveling",
  14335. "trigger_lvl": 20,
  14336. "name": "Liepard"
  14337. }
  14338. ]
  14339. },
  14340. {
  14341. "id": 511,
  14342. "height": "6",
  14343. "weight": "105",
  14344. "base_experience": "63",
  14345. "description": "This Pokémon dwells deep in the forest. Eating a leaf from its head whisks weariness away as if by magic.",
  14346. "types": [
  14347. "grass"
  14348. ],
  14349. "name": "Pansage",
  14350. "image": "https://cdn.recast.ai/blog/pokebot/511.png",
  14351. "evolutions": [
  14352. {
  14353. "id": 511,
  14354. "name": "Pansage"
  14355. },
  14356. {
  14357. "id": 512,
  14358. "from": 511,
  14359. "trigger": "item",
  14360. "name": "Simisage",
  14361. "trigger_item": "leaf-stone"
  14362. }
  14363. ]
  14364. },
  14365. {
  14366. "id": 512,
  14367. "height": "11",
  14368. "weight": "305",
  14369. "base_experience": "174",
  14370. "description": "Ill tempered, it fights by swinging its barbed tail around wildly. The leaf growing on its head is very bitter.",
  14371. "types": [
  14372. "grass"
  14373. ],
  14374. "name": "Simisage",
  14375. "image": "https://cdn.recast.ai/blog/pokebot/512.png",
  14376. "evolutions": [
  14377. {
  14378. "id": 511,
  14379. "name": "Pansage"
  14380. },
  14381. {
  14382. "id": 512,
  14383. "from": 511,
  14384. "trigger": "item",
  14385. "name": "Simisage",
  14386. "trigger_item": "leaf-stone"
  14387. }
  14388. ]
  14389. },
  14390. {
  14391. "id": 513,
  14392. "height": "6",
  14393. "weight": "110",
  14394. "base_experience": "63",
  14395. "description": "When it is angered, the temperature of its head tuft reaches 600° F. It uses its tuft to roast berries.",
  14396. "types": [
  14397. "fire"
  14398. ],
  14399. "name": "Pansear",
  14400. "image": "https://cdn.recast.ai/blog/pokebot/513.png",
  14401. "evolutions": [
  14402. {
  14403. "id": 513,
  14404. "name": "Pansear"
  14405. },
  14406. {
  14407. "id": 514,
  14408. "from": 513,
  14409. "trigger": "item",
  14410. "name": "Simisear",
  14411. "trigger_item": "fire-stone"
  14412. }
  14413. ]
  14414. },
  14415. {
  14416. "id": 514,
  14417. "height": "10",
  14418. "weight": "280",
  14419. "base_experience": "174",
  14420. "description": "It loves sweets because they become energy for the fire burning inside its body.",
  14421. "types": [
  14422. "fire"
  14423. ],
  14424. "name": "Simisear",
  14425. "image": "https://cdn.recast.ai/blog/pokebot/514.png",
  14426. "evolutions": [
  14427. {
  14428. "id": 513,
  14429. "name": "Pansear"
  14430. },
  14431. {
  14432. "id": 514,
  14433. "from": 513,
  14434. "trigger": "item",
  14435. "name": "Simisear",
  14436. "trigger_item": "fire-stone"
  14437. }
  14438. ]
  14439. },
  14440. {
  14441. "id": 515,
  14442. "height": "6",
  14443. "weight": "135",
  14444. "base_experience": "63",
  14445. "description": "The water stored inside the tuft on its head is full of nutrients. Plants that receive its water grow large.",
  14446. "types": [
  14447. "water"
  14448. ],
  14449. "name": "Panpour",
  14450. "image": "https://cdn.recast.ai/blog/pokebot/515.png",
  14451. "evolutions": [
  14452. {
  14453. "id": 515,
  14454. "name": "Panpour"
  14455. },
  14456. {
  14457. "id": 516,
  14458. "from": 515,
  14459. "trigger": "item",
  14460. "name": "Simipour",
  14461. "trigger_item": "water-stone"
  14462. }
  14463. ]
  14464. },
  14465. {
  14466. "id": 516,
  14467. "height": "10",
  14468. "weight": "290",
  14469. "base_experience": "174",
  14470. "description": "The tuft on its head holds water. When the level runs low, it replenishes the tuft by siphoning up water with its tail.",
  14471. "types": [
  14472. "water"
  14473. ],
  14474. "name": "Simipour",
  14475. "image": "https://cdn.recast.ai/blog/pokebot/516.png",
  14476. "evolutions": [
  14477. {
  14478. "id": 515,
  14479. "name": "Panpour"
  14480. },
  14481. {
  14482. "id": 516,
  14483. "from": 515,
  14484. "trigger": "item",
  14485. "name": "Simipour",
  14486. "trigger_item": "water-stone"
  14487. }
  14488. ]
  14489. },
  14490. {
  14491. "id": 517,
  14492. "height": "6",
  14493. "weight": "233",
  14494. "base_experience": "58",
  14495. "description": "Munna always float in the air. People whose dreams are eaten by them forget what the dreams had been about.",
  14496. "types": [
  14497. "psychic"
  14498. ],
  14499. "name": "Munna",
  14500. "image": "https://cdn.recast.ai/blog/pokebot/517.png",
  14501. "evolutions": [
  14502. {
  14503. "id": 517,
  14504. "name": "Munna"
  14505. },
  14506. {
  14507. "id": 518,
  14508. "from": 517,
  14509. "trigger": "item",
  14510. "name": "Musharna",
  14511. "trigger_item": "moon-stone"
  14512. }
  14513. ]
  14514. },
  14515. {
  14516. "id": 518,
  14517. "height": "11",
  14518. "weight": "605",
  14519. "base_experience": "170",
  14520. "description": "The mist emanating from their foreheads is packed with the dreams of people and Pokémon.",
  14521. "types": [
  14522. "psychic"
  14523. ],
  14524. "name": "Musharna",
  14525. "image": "https://cdn.recast.ai/blog/pokebot/518.png",
  14526. "evolutions": [
  14527. {
  14528. "id": 517,
  14529. "name": "Munna"
  14530. },
  14531. {
  14532. "id": 518,
  14533. "from": 517,
  14534. "trigger": "item",
  14535. "name": "Musharna",
  14536. "trigger_item": "moon-stone"
  14537. }
  14538. ]
  14539. },
  14540. {
  14541. "id": 519,
  14542. "height": "3",
  14543. "weight": "21",
  14544. "base_experience": "53",
  14545. "description": "Each follows its Trainer’s orders as best it can, but they sometimes fail to understand complicated commands.",
  14546. "types": [
  14547. "normal",
  14548. "flying"
  14549. ],
  14550. "name": "Pidove",
  14551. "image": "https://cdn.recast.ai/blog/pokebot/519.png",
  14552. "evolutions": [
  14553. {
  14554. "id": 519,
  14555. "name": "Pidove"
  14556. },
  14557. {
  14558. "id": 520,
  14559. "from": 519,
  14560. "trigger": "leveling",
  14561. "trigger_lvl": 21,
  14562. "name": "Tranquill"
  14563. },
  14564. {
  14565. "id": 521,
  14566. "from": 520,
  14567. "trigger": "leveling",
  14568. "trigger_lvl": 32,
  14569. "name": "Unfezant"
  14570. }
  14571. ]
  14572. },
  14573. {
  14574. "id": 520,
  14575. "height": "6",
  14576. "weight": "150",
  14577. "base_experience": "125",
  14578. "description": "It can return to its Trainer’s location regardless of the distance separating them.",
  14579. "types": [
  14580. "normal",
  14581. "flying"
  14582. ],
  14583. "name": "Tranquill",
  14584. "image": "https://cdn.recast.ai/blog/pokebot/520.png",
  14585. "evolutions": [
  14586. {
  14587. "id": 519,
  14588. "name": "Pidove"
  14589. },
  14590. {
  14591. "id": 520,
  14592. "from": 519,
  14593. "trigger": "leveling",
  14594. "trigger_lvl": 21,
  14595. "name": "Tranquill"
  14596. },
  14597. {
  14598. "id": 521,
  14599. "from": 520,
  14600. "trigger": "leveling",
  14601. "trigger_lvl": 32,
  14602. "name": "Unfezant"
  14603. }
  14604. ]
  14605. },
  14606. {
  14607. "id": 521,
  14608. "height": "12",
  14609. "weight": "290",
  14610. "base_experience": "215",
  14611. "description": "Males swing their head plumage to threaten opponents. The females’ flying abilities surpass those of the males.",
  14612. "types": [
  14613. "normal",
  14614. "flying"
  14615. ],
  14616. "name": "Unfezant",
  14617. "image": "https://cdn.recast.ai/blog/pokebot/521.png",
  14618. "evolutions": [
  14619. {
  14620. "id": 519,
  14621. "name": "Pidove"
  14622. },
  14623. {
  14624. "id": 520,
  14625. "from": 519,
  14626. "trigger": "leveling",
  14627. "trigger_lvl": 21,
  14628. "name": "Tranquill"
  14629. },
  14630. {
  14631. "id": 521,
  14632. "from": 520,
  14633. "trigger": "leveling",
  14634. "trigger_lvl": 32,
  14635. "name": "Unfezant"
  14636. }
  14637. ]
  14638. },
  14639. {
  14640. "id": 522,
  14641. "height": "8",
  14642. "weight": "298",
  14643. "base_experience": "59",
  14644. "description": "Its mane shines when it discharges electricity. They use their flashing manes to communicate with one another.",
  14645. "types": [
  14646. "electric"
  14647. ],
  14648. "name": "Blitzle",
  14649. "image": "https://cdn.recast.ai/blog/pokebot/522.png",
  14650. "evolutions": [
  14651. {
  14652. "id": 522,
  14653. "name": "Blitzle"
  14654. },
  14655. {
  14656. "id": 523,
  14657. "from": 522,
  14658. "trigger": "leveling",
  14659. "trigger_lvl": 27,
  14660. "name": "Zebstrika"
  14661. }
  14662. ]
  14663. },
  14664. {
  14665. "id": 523,
  14666. "height": "16",
  14667. "weight": "795",
  14668. "base_experience": "174",
  14669. "description": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.",
  14670. "types": [
  14671. "electric"
  14672. ],
  14673. "name": "Zebstrika",
  14674. "image": "https://cdn.recast.ai/blog/pokebot/523.png",
  14675. "evolutions": [
  14676. {
  14677. "id": 522,
  14678. "name": "Blitzle"
  14679. },
  14680. {
  14681. "id": 523,
  14682. "from": 522,
  14683. "trigger": "leveling",
  14684. "trigger_lvl": 27,
  14685. "name": "Zebstrika"
  14686. }
  14687. ]
  14688. },
  14689. {
  14690. "id": 524,
  14691. "height": "4",
  14692. "weight": "180",
  14693. "base_experience": "56",
  14694. "description": "Its ear is hexagonal in shape. Compressed underground, its body is as hard as steel.",
  14695. "types": [
  14696. "rock"
  14697. ],
  14698. "name": "Roggenrola",
  14699. "image": "https://cdn.recast.ai/blog/pokebot/524.png",
  14700. "evolutions": [
  14701. {
  14702. "id": 524,
  14703. "name": "Roggenrola"
  14704. },
  14705. {
  14706. "id": 525,
  14707. "from": 524,
  14708. "trigger": "leveling",
  14709. "trigger_lvl": 25,
  14710. "name": "Boldore"
  14711. },
  14712. {
  14713. "id": 526,
  14714. "from": 525,
  14715. "trigger": "trade",
  14716. "name": "Gigalith"
  14717. }
  14718. ]
  14719. },
  14720. {
  14721. "id": 525,
  14722. "height": "9",
  14723. "weight": "1020",
  14724. "base_experience": "137",
  14725. "description": "When it overflows with power, the orange crystal on its body glows. It looks for underground water in caves.",
  14726. "types": [
  14727. "rock"
  14728. ],
  14729. "name": "Boldore",
  14730. "image": "https://cdn.recast.ai/blog/pokebot/525.png",
  14731. "evolutions": [
  14732. {
  14733. "id": 524,
  14734. "name": "Roggenrola"
  14735. },
  14736. {
  14737. "id": 525,
  14738. "from": 524,
  14739. "trigger": "leveling",
  14740. "trigger_lvl": 25,
  14741. "name": "Boldore"
  14742. },
  14743. {
  14744. "id": 526,
  14745. "from": 525,
  14746. "trigger": "trade",
  14747. "name": "Gigalith"
  14748. }
  14749. ]
  14750. },
  14751. {
  14752. "id": 526,
  14753. "height": "17",
  14754. "weight": "2600",
  14755. "base_experience": "227",
  14756. "description": "Compressing the energy from its internal core lets it fire off an attack capable of blowing away a mountain.",
  14757. "types": [
  14758. "rock"
  14759. ],
  14760. "name": "Gigalith",
  14761. "image": "https://cdn.recast.ai/blog/pokebot/526.png",
  14762. "evolutions": [
  14763. {
  14764. "id": 524,
  14765. "name": "Roggenrola"
  14766. },
  14767. {
  14768. "id": 525,
  14769. "from": 524,
  14770. "trigger": "leveling",
  14771. "trigger_lvl": 25,
  14772. "name": "Boldore"
  14773. },
  14774. {
  14775. "id": 526,
  14776. "from": 525,
  14777. "trigger": "trade",
  14778. "name": "Gigalith"
  14779. }
  14780. ]
  14781. },
  14782. {
  14783. "id": 527,
  14784. "height": "4",
  14785. "weight": "21",
  14786. "base_experience": "63",
  14787. "description": "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings.",
  14788. "types": [
  14789. "psychic",
  14790. "flying"
  14791. ],
  14792. "name": "Woobat",
  14793. "image": "https://cdn.recast.ai/blog/pokebot/527.png",
  14794. "evolutions": [
  14795. {
  14796. "id": 527,
  14797. "name": "Woobat"
  14798. },
  14799. {
  14800. "id": 528,
  14801. "from": 527,
  14802. "trigger": 1,
  14803. "name": "Swoobat"
  14804. }
  14805. ]
  14806. },
  14807. {
  14808. "id": 528,
  14809. "height": "9",
  14810. "weight": "105",
  14811. "base_experience": "149",
  14812. "description": "It emits sound waves of various frequencies from its nose, including some powerful enough to destroy rocks.",
  14813. "types": [
  14814. "psychic",
  14815. "flying"
  14816. ],
  14817. "name": "Swoobat",
  14818. "image": "https://cdn.recast.ai/blog/pokebot/528.png",
  14819. "evolutions": [
  14820. {
  14821. "id": 527,
  14822. "name": "Woobat"
  14823. },
  14824. {
  14825. "id": 528,
  14826. "from": 527,
  14827. "trigger": 1,
  14828. "name": "Swoobat"
  14829. }
  14830. ]
  14831. },
  14832. {
  14833. "id": 529,
  14834. "height": "3",
  14835. "weight": "85",
  14836. "base_experience": "66",
  14837. "description": "It can dig through the ground at a speed of 30 mph. It could give a car running aboveground a good race.",
  14838. "types": [
  14839. "ground"
  14840. ],
  14841. "name": "Drilbur",
  14842. "image": "https://cdn.recast.ai/blog/pokebot/529.png",
  14843. "evolutions": [
  14844. {
  14845. "id": 529,
  14846. "name": "Drilbur"
  14847. },
  14848. {
  14849. "id": 530,
  14850. "from": 529,
  14851. "trigger": "leveling",
  14852. "trigger_lvl": 31,
  14853. "name": "Excadrill"
  14854. }
  14855. ]
  14856. },
  14857. {
  14858. "id": 530,
  14859. "height": "7",
  14860. "weight": "404",
  14861. "base_experience": "178",
  14862. "description": "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates.",
  14863. "types": [
  14864. "ground",
  14865. "steel"
  14866. ],
  14867. "name": "Excadrill",
  14868. "image": "https://cdn.recast.ai/blog/pokebot/530.png",
  14869. "evolutions": [
  14870. {
  14871. "id": 529,
  14872. "name": "Drilbur"
  14873. },
  14874. {
  14875. "id": 530,
  14876. "from": 529,
  14877. "trigger": "leveling",
  14878. "trigger_lvl": 31,
  14879. "name": "Excadrill"
  14880. }
  14881. ]
  14882. },
  14883. {
  14884. "id": 531,
  14885. "height": "11",
  14886. "weight": "310",
  14887. "base_experience": "390",
  14888. "description": "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling.",
  14889. "types": [
  14890. "normal"
  14891. ],
  14892. "name": "Audino",
  14893. "image": "https://cdn.recast.ai/blog/pokebot/531.png",
  14894. "evolutions": [
  14895. {
  14896. "id": 531,
  14897. "name": "Audino"
  14898. }
  14899. ]
  14900. },
  14901. {
  14902. "id": 532,
  14903. "height": "6",
  14904. "weight": "125",
  14905. "base_experience": "61",
  14906. "description": "It fights by swinging a piece of lumber around. It is close to evolving when it can handle the lumber without difficulty.",
  14907. "types": [
  14908. "fighting"
  14909. ],
  14910. "name": "Timburr",
  14911. "image": "https://cdn.recast.ai/blog/pokebot/532.png",
  14912. "evolutions": [
  14913. {
  14914. "id": 532,
  14915. "name": "Timburr"
  14916. },
  14917. {
  14918. "id": 533,
  14919. "from": 532,
  14920. "trigger": "leveling",
  14921. "trigger_lvl": 25,
  14922. "name": "Gurdurr"
  14923. },
  14924. {
  14925. "id": 534,
  14926. "from": 533,
  14927. "trigger": "trade",
  14928. "name": "Conkeldurr"
  14929. }
  14930. ]
  14931. },
  14932. {
  14933. "id": 533,
  14934. "height": "12",
  14935. "weight": "400",
  14936. "base_experience": "142",
  14937. "description": "This Pokémon is so muscular and strongly built that even a group of wrestlers could not make it budge an inch.",
  14938. "types": [
  14939. "fighting"
  14940. ],
  14941. "name": "Gurdurr",
  14942. "image": "https://cdn.recast.ai/blog/pokebot/533.png",
  14943. "evolutions": [
  14944. {
  14945. "id": 532,
  14946. "name": "Timburr"
  14947. },
  14948. {
  14949. "id": 533,
  14950. "from": 532,
  14951. "trigger": "leveling",
  14952. "trigger_lvl": 25,
  14953. "name": "Gurdurr"
  14954. },
  14955. {
  14956. "id": 534,
  14957. "from": 533,
  14958. "trigger": "trade",
  14959. "name": "Conkeldurr"
  14960. }
  14961. ]
  14962. },
  14963. {
  14964. "id": 534,
  14965. "height": "14",
  14966. "weight": "870",
  14967. "base_experience": "227",
  14968. "description": "It is thought that Conkeldurr taught humans how to make concrete more than 2,000 years ago.",
  14969. "types": [
  14970. "fighting"
  14971. ],
  14972. "name": "Conkeldurr",
  14973. "image": "https://cdn.recast.ai/blog/pokebot/534.png",
  14974. "evolutions": [
  14975. {
  14976. "id": 532,
  14977. "name": "Timburr"
  14978. },
  14979. {
  14980. "id": 533,
  14981. "from": 532,
  14982. "trigger": "leveling",
  14983. "trigger_lvl": 25,
  14984. "name": "Gurdurr"
  14985. },
  14986. {
  14987. "id": 534,
  14988. "from": 533,
  14989. "trigger": "trade",
  14990. "name": "Conkeldurr"
  14991. }
  14992. ]
  14993. },
  14994. {
  14995. "id": 535,
  14996. "height": "5",
  14997. "weight": "45",
  14998. "base_experience": "59",
  14999. "description": "They warn others of danger by vibrating their cheeks to create a high-pitched sound.",
  15000. "types": [
  15001. "water"
  15002. ],
  15003. "name": "Tympole",
  15004. "image": "https://cdn.recast.ai/blog/pokebot/535.png",
  15005. "evolutions": [
  15006. {
  15007. "id": 535,
  15008. "name": "Tympole"
  15009. },
  15010. {
  15011. "id": 536,
  15012. "from": 535,
  15013. "trigger": "leveling",
  15014. "trigger_lvl": 25,
  15015. "name": "Palpitoad"
  15016. },
  15017. {
  15018. "id": 537,
  15019. "from": 536,
  15020. "trigger": "leveling",
  15021. "trigger_lvl": 36,
  15022. "name": "Seismitoad"
  15023. }
  15024. ]
  15025. },
  15026. {
  15027. "id": 536,
  15028. "height": "8",
  15029. "weight": "170",
  15030. "base_experience": "134",
  15031. "description": "When they vibrate the bumps on their heads, they can make waves in water or earthquake-like vibrations on land.",
  15032. "types": [
  15033. "water",
  15034. "ground"
  15035. ],
  15036. "name": "Palpitoad",
  15037. "image": "https://cdn.recast.ai/blog/pokebot/536.png",
  15038. "evolutions": [
  15039. {
  15040. "id": 535,
  15041. "name": "Tympole"
  15042. },
  15043. {
  15044. "id": 536,
  15045. "from": 535,
  15046. "trigger": "leveling",
  15047. "trigger_lvl": 25,
  15048. "name": "Palpitoad"
  15049. },
  15050. {
  15051. "id": 537,
  15052. "from": 536,
  15053. "trigger": "leveling",
  15054. "trigger_lvl": 36,
  15055. "name": "Seismitoad"
  15056. }
  15057. ]
  15058. },
  15059. {
  15060. "id": 537,
  15061. "height": "15",
  15062. "weight": "620",
  15063. "base_experience": "225",
  15064. "description": "They shoot paralyzing liquid from their head bumps. They use vibration to hurt their opponents.",
  15065. "types": [
  15066. "water",
  15067. "ground"
  15068. ],
  15069. "name": "Seismitoad",
  15070. "image": "https://cdn.recast.ai/blog/pokebot/537.png",
  15071. "evolutions": [
  15072. {
  15073. "id": 535,
  15074. "name": "Tympole"
  15075. },
  15076. {
  15077. "id": 536,
  15078. "from": 535,
  15079. "trigger": "leveling",
  15080. "trigger_lvl": 25,
  15081. "name": "Palpitoad"
  15082. },
  15083. {
  15084. "id": 537,
  15085. "from": 536,
  15086. "trigger": "leveling",
  15087. "trigger_lvl": 36,
  15088. "name": "Seismitoad"
  15089. }
  15090. ]
  15091. },
  15092. {
  15093. "id": 538,
  15094. "height": "13",
  15095. "weight": "555",
  15096. "base_experience": "163",
  15097. "description": "When it tightens its belt, it becomes stronger. Wild Throh use vines to weave their own belts.",
  15098. "types": [
  15099. "fighting"
  15100. ],
  15101. "name": "Throh",
  15102. "image": "https://cdn.recast.ai/blog/pokebot/538.png",
  15103. "evolutions": [
  15104. {
  15105. "id": 538,
  15106. "name": "Throh"
  15107. }
  15108. ]
  15109. },
  15110. {
  15111. "id": 539,
  15112. "height": "14",
  15113. "weight": "510",
  15114. "base_experience": "163",
  15115. "description": "The sound of Sawk punching boulders and trees can be heard all the way from the mountains where they train.",
  15116. "types": [
  15117. "fighting"
  15118. ],
  15119. "name": "Sawk",
  15120. "image": "https://cdn.recast.ai/blog/pokebot/539.png",
  15121. "evolutions": [
  15122. {
  15123. "id": 539,
  15124. "name": "Sawk"
  15125. }
  15126. ]
  15127. },
  15128. {
  15129. "id": 540,
  15130. "height": "3",
  15131. "weight": "25",
  15132. "base_experience": "62",
  15133. "description": "Leavanny dress it in clothes they made for it when it hatched. It hides its head in its hood while it is sleeping.",
  15134. "types": [
  15135. "bug",
  15136. "grass"
  15137. ],
  15138. "name": "Sewaddle",
  15139. "image": "https://cdn.recast.ai/blog/pokebot/540.png",
  15140. "evolutions": [
  15141. {
  15142. "id": 540,
  15143. "name": "Sewaddle"
  15144. },
  15145. {
  15146. "id": 541,
  15147. "from": 540,
  15148. "trigger": "leveling",
  15149. "trigger_lvl": 20,
  15150. "name": "Swadloon"
  15151. },
  15152. {
  15153. "id": 542,
  15154. "from": 541,
  15155. "trigger": 1,
  15156. "name": "Leavanny"
  15157. }
  15158. ]
  15159. },
  15160. {
  15161. "id": 541,
  15162. "height": "5",
  15163. "weight": "73",
  15164. "base_experience": "133",
  15165. "description": "Forests where Swadloon live have superb foliage because the nutrients they make from fallen leaves nourish the plant life.",
  15166. "types": [
  15167. "bug",
  15168. "grass"
  15169. ],
  15170. "name": "Swadloon",
  15171. "image": "https://cdn.recast.ai/blog/pokebot/541.png",
  15172. "evolutions": [
  15173. {
  15174. "id": 540,
  15175. "name": "Sewaddle"
  15176. },
  15177. {
  15178. "id": 541,
  15179. "from": 540,
  15180. "trigger": "leveling",
  15181. "trigger_lvl": 20,
  15182. "name": "Swadloon"
  15183. },
  15184. {
  15185. "id": 542,
  15186. "from": 541,
  15187. "trigger": 1,
  15188. "name": "Leavanny"
  15189. }
  15190. ]
  15191. },
  15192. {
  15193. "id": 542,
  15194. "height": "12",
  15195. "weight": "205",
  15196. "base_experience": "221",
  15197. "description": "Upon finding a small Pokémon, it weaves clothing for it from leaves, using the cutters on its arms and sticky silk.",
  15198. "types": [
  15199. "bug",
  15200. "grass"
  15201. ],
  15202. "name": "Leavanny",
  15203. "image": "https://cdn.recast.ai/blog/pokebot/542.png",
  15204. "evolutions": [
  15205. {
  15206. "id": 540,
  15207. "name": "Sewaddle"
  15208. },
  15209. {
  15210. "id": 541,
  15211. "from": 540,
  15212. "trigger": "leveling",
  15213. "trigger_lvl": 20,
  15214. "name": "Swadloon"
  15215. },
  15216. {
  15217. "id": 542,
  15218. "from": 541,
  15219. "trigger": 1,
  15220. "name": "Leavanny"
  15221. }
  15222. ]
  15223. },
  15224. {
  15225. "id": 543,
  15226. "height": "4",
  15227. "weight": "53",
  15228. "base_experience": "52",
  15229. "description": "Its bite injects a potent poison, enough to paralyze large bird Pokémon that try to prey on it.",
  15230. "types": [
  15231. "bug",
  15232. "poison"
  15233. ],
  15234. "name": "Venipede",
  15235. "image": "https://cdn.recast.ai/blog/pokebot/543.png",
  15236. "evolutions": [
  15237. {
  15238. "id": 543,
  15239. "name": "Venipede"
  15240. },
  15241. {
  15242. "id": 544,
  15243. "from": 543,
  15244. "trigger": "leveling",
  15245. "trigger_lvl": 22,
  15246. "name": "Whirlipede"
  15247. },
  15248. {
  15249. "id": 545,
  15250. "from": 544,
  15251. "trigger": "leveling",
  15252. "trigger_lvl": 30,
  15253. "name": "Scolipede"
  15254. }
  15255. ]
  15256. },
  15257. {
  15258. "id": 544,
  15259. "height": "12",
  15260. "weight": "585",
  15261. "base_experience": "126",
  15262. "description": "Protected by a hard shell, it spins its body like a wheel and crashes furiously into its enemies.",
  15263. "types": [
  15264. "bug",
  15265. "poison"
  15266. ],
  15267. "name": "Whirlipede",
  15268. "image": "https://cdn.recast.ai/blog/pokebot/544.png",
  15269. "evolutions": [
  15270. {
  15271. "id": 543,
  15272. "name": "Venipede"
  15273. },
  15274. {
  15275. "id": 544,
  15276. "from": 543,
  15277. "trigger": "leveling",
  15278. "trigger_lvl": 22,
  15279. "name": "Whirlipede"
  15280. },
  15281. {
  15282. "id": 545,
  15283. "from": 544,
  15284. "trigger": "leveling",
  15285. "trigger_lvl": 30,
  15286. "name": "Scolipede"
  15287. }
  15288. ]
  15289. },
  15290. {
  15291. "id": 545,
  15292. "height": "25",
  15293. "weight": "2005",
  15294. "base_experience": "214",
  15295. "description": "With quick movements, it chases down its foes, attacking relentlessly with its horns until it prevails.",
  15296. "types": [
  15297. "bug",
  15298. "poison"
  15299. ],
  15300. "name": "Scolipede",
  15301. "image": "https://cdn.recast.ai/blog/pokebot/545.png",
  15302. "evolutions": [
  15303. {
  15304. "id": 543,
  15305. "name": "Venipede"
  15306. },
  15307. {
  15308. "id": 544,
  15309. "from": 543,
  15310. "trigger": "leveling",
  15311. "trigger_lvl": 22,
  15312. "name": "Whirlipede"
  15313. },
  15314. {
  15315. "id": 545,
  15316. "from": 544,
  15317. "trigger": "leveling",
  15318. "trigger_lvl": 30,
  15319. "name": "Scolipede"
  15320. }
  15321. ]
  15322. },
  15323. {
  15324. "id": 546,
  15325. "height": "3",
  15326. "weight": "6",
  15327. "base_experience": "56",
  15328. "description": "When attacked, it escapes by shooting cotton from its body. The cotton serves as a decoy to distract the attacker.",
  15329. "types": [
  15330. "grass",
  15331. "fairy"
  15332. ],
  15333. "name": "Cottonee",
  15334. "image": "https://cdn.recast.ai/blog/pokebot/546.png",
  15335. "evolutions": [
  15336. {
  15337. "id": 546,
  15338. "name": "Cottonee"
  15339. },
  15340. {
  15341. "id": 547,
  15342. "from": 546,
  15343. "trigger": "item",
  15344. "name": "Whimsicott",
  15345. "trigger_item": "sun-stone"
  15346. }
  15347. ]
  15348. },
  15349. {
  15350. "id": 547,
  15351. "height": "7",
  15352. "weight": "66",
  15353. "base_experience": "168",
  15354. "description": "Like the wind, it can slip through any gap, no matter how small. It leaves balls of white fluff behind.",
  15355. "types": [
  15356. "grass",
  15357. "fairy"
  15358. ],
  15359. "name": "Whimsicott",
  15360. "image": "https://cdn.recast.ai/blog/pokebot/547.png",
  15361. "evolutions": [
  15362. {
  15363. "id": 546,
  15364. "name": "Cottonee"
  15365. },
  15366. {
  15367. "id": 547,
  15368. "from": 546,
  15369. "trigger": "item",
  15370. "name": "Whimsicott",
  15371. "trigger_item": "sun-stone"
  15372. }
  15373. ]
  15374. },
  15375. {
  15376. "id": 548,
  15377. "height": "5",
  15378. "weight": "66",
  15379. "base_experience": "56",
  15380. "description": "The leaves on its head are very bitter. Eating one of these leaves is known to refresh a tired body.",
  15381. "types": [
  15382. "grass"
  15383. ],
  15384. "name": "Petilil",
  15385. "image": "https://cdn.recast.ai/blog/pokebot/548.png",
  15386. "evolutions": [
  15387. {
  15388. "id": 548,
  15389. "name": "Petilil"
  15390. },
  15391. {
  15392. "id": 549,
  15393. "from": 548,
  15394. "trigger": "item",
  15395. "name": "Lilligant",
  15396. "trigger_item": "sun-stone"
  15397. }
  15398. ]
  15399. },
  15400. {
  15401. "id": 549,
  15402. "height": "11",
  15403. "weight": "163",
  15404. "base_experience": "168",
  15405. "description": "Even veteran Trainers face a challenge in getting its beautiful flower to bloom. This Pokémon is popular with celebrities.",
  15406. "types": [
  15407. "grass"
  15408. ],
  15409. "name": "Lilligant",
  15410. "image": "https://cdn.recast.ai/blog/pokebot/549.png",
  15411. "evolutions": [
  15412. {
  15413. "id": 548,
  15414. "name": "Petilil"
  15415. },
  15416. {
  15417. "id": 549,
  15418. "from": 548,
  15419. "trigger": "item",
  15420. "name": "Lilligant",
  15421. "trigger_item": "sun-stone"
  15422. }
  15423. ]
  15424. },
  15425. {
  15426. "id": 550,
  15427. "height": "10",
  15428. "weight": "180",
  15429. "base_experience": "161",
  15430. "description": "Red and blue Basculin get along so poorly, they’ll start fighting instantly. These Pokémon are very hostile.",
  15431. "types": [
  15432. "water"
  15433. ],
  15434. "name": "Basculin-red-striped",
  15435. "image": "https://cdn.recast.ai/blog/pokebot/550.png",
  15436. "evolutions": [
  15437. {
  15438. "id": 550,
  15439. "name": "Basculin-red-striped"
  15440. }
  15441. ]
  15442. },
  15443. {
  15444. "id": 551,
  15445. "height": "7",
  15446. "weight": "152",
  15447. "base_experience": "58",
  15448. "description": "They live buried in the sands of the desert. The sun-warmed sands prevent their body temperature from dropping.",
  15449. "types": [
  15450. "ground",
  15451. "dark"
  15452. ],
  15453. "name": "Sandile",
  15454. "image": "https://cdn.recast.ai/blog/pokebot/551.png",
  15455. "evolutions": [
  15456. {
  15457. "id": 551,
  15458. "name": "Sandile"
  15459. },
  15460. {
  15461. "id": 552,
  15462. "from": 551,
  15463. "trigger": "leveling",
  15464. "trigger_lvl": 29,
  15465. "name": "Krokorok"
  15466. },
  15467. {
  15468. "id": 553,
  15469. "from": 552,
  15470. "trigger": "leveling",
  15471. "trigger_lvl": 40,
  15472. "name": "Krookodile"
  15473. }
  15474. ]
  15475. },
  15476. {
  15477. "id": 552,
  15478. "height": "10",
  15479. "weight": "334",
  15480. "base_experience": "123",
  15481. "description": "They live in groups of a few individuals. Protective membranes shield their eyes from sandstorms.",
  15482. "types": [
  15483. "ground",
  15484. "dark"
  15485. ],
  15486. "name": "Krokorok",
  15487. "image": "https://cdn.recast.ai/blog/pokebot/552.png",
  15488. "evolutions": [
  15489. {
  15490. "id": 551,
  15491. "name": "Sandile"
  15492. },
  15493. {
  15494. "id": 552,
  15495. "from": 551,
  15496. "trigger": "leveling",
  15497. "trigger_lvl": 29,
  15498. "name": "Krokorok"
  15499. },
  15500. {
  15501. "id": 553,
  15502. "from": 552,
  15503. "trigger": "leveling",
  15504. "trigger_lvl": 40,
  15505. "name": "Krookodile"
  15506. }
  15507. ]
  15508. },
  15509. {
  15510. "id": 553,
  15511. "height": "15",
  15512. "weight": "963",
  15513. "base_experience": "229",
  15514. "description": "They never allow prey to escape. Their jaws are so powerful, they can crush the body of an automobile.",
  15515. "types": [
  15516. "ground",
  15517. "dark"
  15518. ],
  15519. "name": "Krookodile",
  15520. "image": "https://cdn.recast.ai/blog/pokebot/553.png",
  15521. "evolutions": [
  15522. {
  15523. "id": 551,
  15524. "name": "Sandile"
  15525. },
  15526. {
  15527. "id": 552,
  15528. "from": 551,
  15529. "trigger": "leveling",
  15530. "trigger_lvl": 29,
  15531. "name": "Krokorok"
  15532. },
  15533. {
  15534. "id": 553,
  15535. "from": 552,
  15536. "trigger": "leveling",
  15537. "trigger_lvl": 40,
  15538. "name": "Krookodile"
  15539. }
  15540. ]
  15541. },
  15542. {
  15543. "id": 554,
  15544. "height": "6",
  15545. "weight": "375",
  15546. "base_experience": "63",
  15547. "description": "When its internal fire is burning, it cannot calm down and it runs around. When the fire diminishes, it falls asleep.",
  15548. "types": [
  15549. "fire"
  15550. ],
  15551. "name": "Darumaka",
  15552. "image": "https://cdn.recast.ai/blog/pokebot/554.png",
  15553. "evolutions": [
  15554. {
  15555. "id": 554,
  15556. "name": "Darumaka"
  15557. },
  15558. {
  15559. "id": 555,
  15560. "from": 554,
  15561. "trigger": "leveling",
  15562. "trigger_lvl": 35,
  15563. "name": "Darmanitan-standard"
  15564. }
  15565. ]
  15566. },
  15567. {
  15568. "id": 555,
  15569. "height": "13",
  15570. "weight": "929",
  15571. "base_experience": "168",
  15572. "description": "Its internal fire burns at 2,500° F, making enough power that it can destroy a dump truck with one punch.",
  15573. "types": [
  15574. "fire"
  15575. ],
  15576. "name": "Darmanitan-standard",
  15577. "image": "https://cdn.recast.ai/blog/pokebot/555.png",
  15578. "evolutions": [
  15579. {
  15580. "id": 554,
  15581. "name": "Darumaka"
  15582. },
  15583. {
  15584. "id": 555,
  15585. "from": 554,
  15586. "trigger": "leveling",
  15587. "trigger_lvl": 35,
  15588. "name": "Darmanitan-standard"
  15589. }
  15590. ]
  15591. },
  15592. {
  15593. "id": 556,
  15594. "height": "10",
  15595. "weight": "280",
  15596. "base_experience": "161",
  15597. "description": "It uses an up-tempo song and dance to drive away the bird Pokémon that prey on its flower seeds.",
  15598. "types": [
  15599. "grass"
  15600. ],
  15601. "name": "Maractus",
  15602. "image": "https://cdn.recast.ai/blog/pokebot/556.png",
  15603. "evolutions": [
  15604. {
  15605. "id": 556,
  15606. "name": "Maractus"
  15607. }
  15608. ]
  15609. },
  15610. {
  15611. "id": 557,
  15612. "height": "3",
  15613. "weight": "145",
  15614. "base_experience": "65",
  15615. "description": "This Pokémon can easily melt holes in hard rocks with a liquid secreted from its mouth.",
  15616. "types": [
  15617. "bug",
  15618. "rock"
  15619. ],
  15620. "name": "Dwebble",
  15621. "image": "https://cdn.recast.ai/blog/pokebot/557.png",
  15622. "evolutions": [
  15623. {
  15624. "id": 557,
  15625. "name": "Dwebble"
  15626. },
  15627. {
  15628. "id": 558,
  15629. "from": 557,
  15630. "trigger": "leveling",
  15631. "trigger_lvl": 34,
  15632. "name": "Crustle"
  15633. }
  15634. ]
  15635. },
  15636. {
  15637. "id": 558,
  15638. "height": "14",
  15639. "weight": "2000",
  15640. "base_experience": "166",
  15641. "description": "Competing for territory, Crustle fight viciously. The one whose boulder is broken is the loser of the battle.",
  15642. "types": [
  15643. "bug",
  15644. "rock"
  15645. ],
  15646. "name": "Crustle",
  15647. "image": "https://cdn.recast.ai/blog/pokebot/558.png",
  15648. "evolutions": [
  15649. {
  15650. "id": 557,
  15651. "name": "Dwebble"
  15652. },
  15653. {
  15654. "id": 558,
  15655. "from": 557,
  15656. "trigger": "leveling",
  15657. "trigger_lvl": 34,
  15658. "name": "Crustle"
  15659. }
  15660. ]
  15661. },
  15662. {
  15663. "id": 559,
  15664. "height": "6",
  15665. "weight": "118",
  15666. "base_experience": "70",
  15667. "description": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck.",
  15668. "types": [
  15669. "dark",
  15670. "fighting"
  15671. ],
  15672. "name": "Scraggy",
  15673. "image": "https://cdn.recast.ai/blog/pokebot/559.png",
  15674. "evolutions": [
  15675. {
  15676. "id": 559,
  15677. "name": "Scraggy"
  15678. },
  15679. {
  15680. "id": 560,
  15681. "from": 559,
  15682. "trigger": "leveling",
  15683. "trigger_lvl": 39,
  15684. "name": "Scrafty"
  15685. }
  15686. ]
  15687. },
  15688. {
  15689. "id": 560,
  15690. "height": "11",
  15691. "weight": "300",
  15692. "base_experience": "171",
  15693. "description": "Groups of them beat up anything that enters their territory. Each can spit acidic liquid from its mouth.",
  15694. "types": [
  15695. "dark",
  15696. "fighting"
  15697. ],
  15698. "name": "Scrafty",
  15699. "image": "https://cdn.recast.ai/blog/pokebot/560.png",
  15700. "evolutions": [
  15701. {
  15702. "id": 559,
  15703. "name": "Scraggy"
  15704. },
  15705. {
  15706. "id": 560,
  15707. "from": 559,
  15708. "trigger": "leveling",
  15709. "trigger_lvl": 39,
  15710. "name": "Scrafty"
  15711. }
  15712. ]
  15713. },
  15714. {
  15715. "id": 561,
  15716. "height": "14",
  15717. "weight": "140",
  15718. "base_experience": "172",
  15719. "description": "They never vary the route they fly, because their memories of guarding an ancient city remain steadfast.",
  15720. "types": [
  15721. "psychic",
  15722. "flying"
  15723. ],
  15724. "name": "Sigilyph",
  15725. "image": "https://cdn.recast.ai/blog/pokebot/561.png",
  15726. "evolutions": [
  15727. {
  15728. "id": 561,
  15729. "name": "Sigilyph"
  15730. }
  15731. ]
  15732. },
  15733. {
  15734. "id": 562,
  15735. "height": "5",
  15736. "weight": "15",
  15737. "base_experience": "61",
  15738. "description": "Each of them carries a mask that used to be its face when it was human. Sometimes they look at it and cry.",
  15739. "types": [
  15740. "ghost"
  15741. ],
  15742. "name": "Yamask",
  15743. "image": "https://cdn.recast.ai/blog/pokebot/562.png",
  15744. "evolutions": [
  15745. {
  15746. "id": 562,
  15747. "name": "Yamask"
  15748. },
  15749. {
  15750. "id": 563,
  15751. "from": 562,
  15752. "trigger": "leveling",
  15753. "trigger_lvl": 34,
  15754. "name": "Cofagrigus"
  15755. }
  15756. ]
  15757. },
  15758. {
  15759. "id": 563,
  15760. "height": "17",
  15761. "weight": "765",
  15762. "base_experience": "169",
  15763. "description": "It has been said that they swallow those who get too close and turn them into mummies. They like to eat gold nuggets.",
  15764. "types": [
  15765. "ghost"
  15766. ],
  15767. "name": "Cofagrigus",
  15768. "image": "https://cdn.recast.ai/blog/pokebot/563.png",
  15769. "evolutions": [
  15770. {
  15771. "id": 562,
  15772. "name": "Yamask"
  15773. },
  15774. {
  15775. "id": 563,
  15776. "from": 562,
  15777. "trigger": "leveling",
  15778. "trigger_lvl": 34,
  15779. "name": "Cofagrigus"
  15780. }
  15781. ]
  15782. },
  15783. {
  15784. "id": 564,
  15785. "height": "7",
  15786. "weight": "165",
  15787. "base_experience": "71",
  15788. "description": "Restored from a fossil, this Pokémon can dive to depths beyond half a mile.",
  15789. "types": [
  15790. "water",
  15791. "rock"
  15792. ],
  15793. "name": "Tirtouga",
  15794. "image": "https://cdn.recast.ai/blog/pokebot/564.png",
  15795. "evolutions": [
  15796. {
  15797. "id": 564,
  15798. "name": "Tirtouga"
  15799. },
  15800. {
  15801. "id": 565,
  15802. "from": 564,
  15803. "trigger": "leveling",
  15804. "trigger_lvl": 37,
  15805. "name": "Carracosta"
  15806. }
  15807. ]
  15808. },
  15809. {
  15810. "id": 565,
  15811. "height": "12",
  15812. "weight": "810",
  15813. "base_experience": "173",
  15814. "description": "They can live both in the ocean and on land. A slap from one of them is enough to open a hole in the bottom of a tanker.",
  15815. "types": [
  15816. "water",
  15817. "rock"
  15818. ],
  15819. "name": "Carracosta",
  15820. "image": "https://cdn.recast.ai/blog/pokebot/565.png",
  15821. "evolutions": [
  15822. {
  15823. "id": 564,
  15824. "name": "Tirtouga"
  15825. },
  15826. {
  15827. "id": 565,
  15828. "from": 564,
  15829. "trigger": "leveling",
  15830. "trigger_lvl": 37,
  15831. "name": "Carracosta"
  15832. }
  15833. ]
  15834. },
  15835. {
  15836. "id": 566,
  15837. "height": "5",
  15838. "weight": "95",
  15839. "base_experience": "71",
  15840. "description": "Said to be an ancestor of bird Pokémon, they were unable to fly and moved about by hopping from one branch to another.",
  15841. "types": [
  15842. "rock",
  15843. "flying"
  15844. ],
  15845. "name": "Archen",
  15846. "image": "https://cdn.recast.ai/blog/pokebot/566.png",
  15847. "evolutions": [
  15848. {
  15849. "id": 566,
  15850. "name": "Archen"
  15851. },
  15852. {
  15853. "id": 567,
  15854. "from": 566,
  15855. "trigger": "leveling",
  15856. "trigger_lvl": 37,
  15857. "name": "Archeops"
  15858. }
  15859. ]
  15860. },
  15861. {
  15862. "id": 567,
  15863. "height": "14",
  15864. "weight": "320",
  15865. "base_experience": "177",
  15866. "description": "They are intelligent and will cooperate to catch prey. From the ground, they use a running start to take flight.",
  15867. "types": [
  15868. "rock",
  15869. "flying"
  15870. ],
  15871. "name": "Archeops",
  15872. "image": "https://cdn.recast.ai/blog/pokebot/567.png",
  15873. "evolutions": [
  15874. {
  15875. "id": 566,
  15876. "name": "Archen"
  15877. },
  15878. {
  15879. "id": 567,
  15880. "from": 566,
  15881. "trigger": "leveling",
  15882. "trigger_lvl": 37,
  15883. "name": "Archeops"
  15884. }
  15885. ]
  15886. },
  15887. {
  15888. "id": 568,
  15889. "height": "6",
  15890. "weight": "310",
  15891. "base_experience": "66",
  15892. "description": "Inhaling the gas they belch will make you sleep for a week. They prefer unsanitary places.",
  15893. "types": [
  15894. "poison"
  15895. ],
  15896. "name": "Trubbish",
  15897. "image": "https://cdn.recast.ai/blog/pokebot/568.png",
  15898. "evolutions": [
  15899. {
  15900. "id": 568,
  15901. "name": "Trubbish"
  15902. },
  15903. {
  15904. "id": 569,
  15905. "from": 568,
  15906. "trigger": "leveling",
  15907. "trigger_lvl": 36,
  15908. "name": "Garbodor"
  15909. }
  15910. ]
  15911. },
  15912. {
  15913. "id": 569,
  15914. "height": "19",
  15915. "weight": "1073",
  15916. "base_experience": "166",
  15917. "description": "It clenches opponents with its left arm and finishes them off with foul-smelling poison gas belched from its mouth.",
  15918. "types": [
  15919. "poison"
  15920. ],
  15921. "name": "Garbodor",
  15922. "image": "https://cdn.recast.ai/blog/pokebot/569.png",
  15923. "evolutions": [
  15924. {
  15925. "id": 568,
  15926. "name": "Trubbish"
  15927. },
  15928. {
  15929. "id": 569,
  15930. "from": 568,
  15931. "trigger": "leveling",
  15932. "trigger_lvl": 36,
  15933. "name": "Garbodor"
  15934. }
  15935. ]
  15936. },
  15937. {
  15938. "id": 570,
  15939. "height": "7",
  15940. "weight": "125",
  15941. "base_experience": "66",
  15942. "description": "It changes into the forms of others to surprise them. Apparently, it often transforms into a silent child.",
  15943. "types": [
  15944. "dark"
  15945. ],
  15946. "name": "Zorua",
  15947. "image": "https://cdn.recast.ai/blog/pokebot/570.png",
  15948. "evolutions": [
  15949. {
  15950. "id": 570,
  15951. "name": "Zorua"
  15952. },
  15953. {
  15954. "id": 571,
  15955. "from": 570,
  15956. "trigger": "leveling",
  15957. "trigger_lvl": 30,
  15958. "name": "Zoroark"
  15959. }
  15960. ]
  15961. },
  15962. {
  15963. "id": 571,
  15964. "height": "16",
  15965. "weight": "811",
  15966. "base_experience": "179",
  15967. "description": "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents.",
  15968. "types": [
  15969. "dark"
  15970. ],
  15971. "name": "Zoroark",
  15972. "image": "https://cdn.recast.ai/blog/pokebot/571.png",
  15973. "evolutions": [
  15974. {
  15975. "id": 570,
  15976. "name": "Zorua"
  15977. },
  15978. {
  15979. "id": 571,
  15980. "from": 570,
  15981. "trigger": "leveling",
  15982. "trigger_lvl": 30,
  15983. "name": "Zoroark"
  15984. }
  15985. ]
  15986. },
  15987. {
  15988. "id": 572,
  15989. "height": "4",
  15990. "weight": "58",
  15991. "base_experience": "60",
  15992. "description": "They greet one another by rubbing each other with their tails, which are always kept well groomed and clean.",
  15993. "types": [
  15994. "normal"
  15995. ],
  15996. "name": "Minccino",
  15997. "image": "https://cdn.recast.ai/blog/pokebot/572.png",
  15998. "evolutions": [
  15999. {
  16000. "id": 572,
  16001. "name": "Minccino"
  16002. },
  16003. {
  16004. "id": 573,
  16005. "from": 572,
  16006. "trigger": "item",
  16007. "name": "Cinccino",
  16008. "trigger_item": "shiny-stone"
  16009. }
  16010. ]
  16011. },
  16012. {
  16013. "id": 573,
  16014. "height": "5",
  16015. "weight": "75",
  16016. "base_experience": "165",
  16017. "description": "Their white fur is coated in a special oil that makes it easy for them to deflect attacks.",
  16018. "types": [
  16019. "normal"
  16020. ],
  16021. "name": "Cinccino",
  16022. "image": "https://cdn.recast.ai/blog/pokebot/573.png",
  16023. "evolutions": [
  16024. {
  16025. "id": 572,
  16026. "name": "Minccino"
  16027. },
  16028. {
  16029. "id": 573,
  16030. "from": 572,
  16031. "trigger": "item",
  16032. "name": "Cinccino",
  16033. "trigger_item": "shiny-stone"
  16034. }
  16035. ]
  16036. },
  16037. {
  16038. "id": 574,
  16039. "height": "4",
  16040. "weight": "58",
  16041. "base_experience": "58",
  16042. "description": "Their ribbonlike feelers increase their psychic power. They are always staring at something.",
  16043. "types": [
  16044. "psychic"
  16045. ],
  16046. "name": "Gothita",
  16047. "image": "https://cdn.recast.ai/blog/pokebot/574.png",
  16048. "evolutions": [
  16049. {
  16050. "id": 574,
  16051. "name": "Gothita"
  16052. },
  16053. {
  16054. "id": 575,
  16055. "from": 574,
  16056. "trigger": "leveling",
  16057. "trigger_lvl": 32,
  16058. "name": "Gothorita"
  16059. },
  16060. {
  16061. "id": 576,
  16062. "from": 575,
  16063. "trigger": "leveling",
  16064. "trigger_lvl": 41,
  16065. "name": "Gothitelle"
  16066. }
  16067. ]
  16068. },
  16069. {
  16070. "id": 575,
  16071. "height": "7",
  16072. "weight": "180",
  16073. "base_experience": "137",
  16074. "description": "They use hypnosis to control people and Pokémon. Tales of Gothorita leading people astray are told in every corner.",
  16075. "types": [
  16076. "psychic"
  16077. ],
  16078. "name": "Gothorita",
  16079. "image": "https://cdn.recast.ai/blog/pokebot/575.png",
  16080. "evolutions": [
  16081. {
  16082. "id": 574,
  16083. "name": "Gothita"
  16084. },
  16085. {
  16086. "id": 575,
  16087. "from": 574,
  16088. "trigger": "leveling",
  16089. "trigger_lvl": 32,
  16090. "name": "Gothorita"
  16091. },
  16092. {
  16093. "id": 576,
  16094. "from": 575,
  16095. "trigger": "leveling",
  16096. "trigger_lvl": 41,
  16097. "name": "Gothitelle"
  16098. }
  16099. ]
  16100. },
  16101. {
  16102. "id": 576,
  16103. "height": "15",
  16104. "weight": "440",
  16105. "base_experience": "221",
  16106. "description": "Starry skies thousands of light-years away are visible in the space distorted by their intense psychic power.",
  16107. "types": [
  16108. "psychic"
  16109. ],
  16110. "name": "Gothitelle",
  16111. "image": "https://cdn.recast.ai/blog/pokebot/576.png",
  16112. "evolutions": [
  16113. {
  16114. "id": 574,
  16115. "name": "Gothita"
  16116. },
  16117. {
  16118. "id": 575,
  16119. "from": 574,
  16120. "trigger": "leveling",
  16121. "trigger_lvl": 32,
  16122. "name": "Gothorita"
  16123. },
  16124. {
  16125. "id": 576,
  16126. "from": 575,
  16127. "trigger": "leveling",
  16128. "trigger_lvl": 41,
  16129. "name": "Gothitelle"
  16130. }
  16131. ]
  16132. },
  16133. {
  16134. "id": 577,
  16135. "height": "3",
  16136. "weight": "10",
  16137. "base_experience": "58",
  16138. "description": "They drive away attackers by unleashing psychic power. They can use telepathy to talk with others.",
  16139. "types": [
  16140. "psychic"
  16141. ],
  16142. "name": "Solosis",
  16143. "image": "https://cdn.recast.ai/blog/pokebot/577.png",
  16144. "evolutions": [
  16145. {
  16146. "id": 577,
  16147. "name": "Solosis"
  16148. },
  16149. {
  16150. "id": 578,
  16151. "from": 577,
  16152. "trigger": "leveling",
  16153. "trigger_lvl": 32,
  16154. "name": "Duosion"
  16155. },
  16156. {
  16157. "id": 579,
  16158. "from": 578,
  16159. "trigger": "leveling",
  16160. "trigger_lvl": 41,
  16161. "name": "Reuniclus"
  16162. }
  16163. ]
  16164. },
  16165. {
  16166. "id": 578,
  16167. "height": "6",
  16168. "weight": "80",
  16169. "base_experience": "130",
  16170. "description": "Since they have two divided brains, at times they suddenly try to take two different actions at once.",
  16171. "types": [
  16172. "psychic"
  16173. ],
  16174. "name": "Duosion",
  16175. "image": "https://cdn.recast.ai/blog/pokebot/578.png",
  16176. "evolutions": [
  16177. {
  16178. "id": 577,
  16179. "name": "Solosis"
  16180. },
  16181. {
  16182. "id": 578,
  16183. "from": 577,
  16184. "trigger": "leveling",
  16185. "trigger_lvl": 32,
  16186. "name": "Duosion"
  16187. },
  16188. {
  16189. "id": 579,
  16190. "from": 578,
  16191. "trigger": "leveling",
  16192. "trigger_lvl": 41,
  16193. "name": "Reuniclus"
  16194. }
  16195. ]
  16196. },
  16197. {
  16198. "id": 579,
  16199. "height": "10",
  16200. "weight": "201",
  16201. "base_experience": "221",
  16202. "description": "When Reuniclus shake hands, a network forms between their brains, increasing their psychic power.",
  16203. "types": [
  16204. "psychic"
  16205. ],
  16206. "name": "Reuniclus",
  16207. "image": "https://cdn.recast.ai/blog/pokebot/579.png",
  16208. "evolutions": [
  16209. {
  16210. "id": 577,
  16211. "name": "Solosis"
  16212. },
  16213. {
  16214. "id": 578,
  16215. "from": 577,
  16216. "trigger": "leveling",
  16217. "trigger_lvl": 32,
  16218. "name": "Duosion"
  16219. },
  16220. {
  16221. "id": 579,
  16222. "from": 578,
  16223. "trigger": "leveling",
  16224. "trigger_lvl": 41,
  16225. "name": "Reuniclus"
  16226. }
  16227. ]
  16228. },
  16229. {
  16230. "id": 580,
  16231. "height": "5",
  16232. "weight": "55",
  16233. "base_experience": "61",
  16234. "description": "These bird Pokémon are excellent divers. They swim around in the water eating their favorite food--peat moss.",
  16235. "types": [
  16236. "water",
  16237. "flying"
  16238. ],
  16239. "name": "Ducklett",
  16240. "image": "https://cdn.recast.ai/blog/pokebot/580.png",
  16241. "evolutions": [
  16242. {
  16243. "id": 580,
  16244. "name": "Ducklett"
  16245. },
  16246. {
  16247. "id": 581,
  16248. "from": 580,
  16249. "trigger": "leveling",
  16250. "trigger_lvl": 35,
  16251. "name": "Swanna"
  16252. }
  16253. ]
  16254. },
  16255. {
  16256. "id": 581,
  16257. "height": "13",
  16258. "weight": "242",
  16259. "base_experience": "166",
  16260. "description": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.",
  16261. "types": [
  16262. "water",
  16263. "flying"
  16264. ],
  16265. "name": "Swanna",
  16266. "image": "https://cdn.recast.ai/blog/pokebot/581.png",
  16267. "evolutions": [
  16268. {
  16269. "id": 580,
  16270. "name": "Ducklett"
  16271. },
  16272. {
  16273. "id": 581,
  16274. "from": 580,
  16275. "trigger": "leveling",
  16276. "trigger_lvl": 35,
  16277. "name": "Swanna"
  16278. }
  16279. ]
  16280. },
  16281. {
  16282. "id": 582,
  16283. "height": "4",
  16284. "weight": "57",
  16285. "base_experience": "61",
  16286. "description": "The temperature of their breath is -58° F. They create snow crystals and make snow fall in the areas around them.",
  16287. "types": [
  16288. "ice"
  16289. ],
  16290. "name": "Vanillite",
  16291. "image": "https://cdn.recast.ai/blog/pokebot/582.png",
  16292. "evolutions": [
  16293. {
  16294. "id": 582,
  16295. "name": "Vanillite"
  16296. },
  16297. {
  16298. "id": 583,
  16299. "from": 582,
  16300. "trigger": "leveling",
  16301. "trigger_lvl": 35,
  16302. "name": "Vanillish"
  16303. },
  16304. {
  16305. "id": 584,
  16306. "from": 583,
  16307. "trigger": "leveling",
  16308. "trigger_lvl": 47,
  16309. "name": "Vanilluxe"
  16310. }
  16311. ]
  16312. },
  16313. {
  16314. "id": 583,
  16315. "height": "11",
  16316. "weight": "410",
  16317. "base_experience": "138",
  16318. "description": "Snowy mountains are this Pokémon’s habitat. During an ancient ice age, they moved to southern areas.",
  16319. "types": [
  16320. "ice"
  16321. ],
  16322. "name": "Vanillish",
  16323. "image": "https://cdn.recast.ai/blog/pokebot/583.png",
  16324. "evolutions": [
  16325. {
  16326. "id": 582,
  16327. "name": "Vanillite"
  16328. },
  16329. {
  16330. "id": 583,
  16331. "from": 582,
  16332. "trigger": "leveling",
  16333. "trigger_lvl": 35,
  16334. "name": "Vanillish"
  16335. },
  16336. {
  16337. "id": 584,
  16338. "from": 583,
  16339. "trigger": "leveling",
  16340. "trigger_lvl": 47,
  16341. "name": "Vanilluxe"
  16342. }
  16343. ]
  16344. },
  16345. {
  16346. "id": 584,
  16347. "height": "13",
  16348. "weight": "575",
  16349. "base_experience": "241",
  16350. "description": "Swallowing large amounts of water, they make snow clouds inside their bodies and attack their foes with violent blizzards.",
  16351. "types": [
  16352. "ice"
  16353. ],
  16354. "name": "Vanilluxe",
  16355. "image": "https://cdn.recast.ai/blog/pokebot/584.png",
  16356. "evolutions": [
  16357. {
  16358. "id": 582,
  16359. "name": "Vanillite"
  16360. },
  16361. {
  16362. "id": 583,
  16363. "from": 582,
  16364. "trigger": "leveling",
  16365. "trigger_lvl": 35,
  16366. "name": "Vanillish"
  16367. },
  16368. {
  16369. "id": 584,
  16370. "from": 583,
  16371. "trigger": "leveling",
  16372. "trigger_lvl": 47,
  16373. "name": "Vanilluxe"
  16374. }
  16375. ]
  16376. },
  16377. {
  16378. "id": 585,
  16379. "height": "6",
  16380. "weight": "195",
  16381. "base_experience": "67",
  16382. "description": "The color and scent of their fur changes to match the mountain grass. When they sense hostility, they hide in the grass.",
  16383. "types": [
  16384. "normal",
  16385. "grass"
  16386. ],
  16387. "name": "Deerling",
  16388. "image": "https://cdn.recast.ai/blog/pokebot/585.png",
  16389. "evolutions": [
  16390. {
  16391. "id": 585,
  16392. "name": "Deerling"
  16393. },
  16394. {
  16395. "id": 586,
  16396. "from": 585,
  16397. "trigger": "leveling",
  16398. "trigger_lvl": 34,
  16399. "name": "Sawsbuck"
  16400. }
  16401. ]
  16402. },
  16403. {
  16404. "id": 586,
  16405. "height": "19",
  16406. "weight": "925",
  16407. "base_experience": "166",
  16408. "description": "They migrate according to the seasons. People can tell the season by looking at Sawsbuck’s horns.",
  16409. "types": [
  16410. "normal",
  16411. "grass"
  16412. ],
  16413. "name": "Sawsbuck",
  16414. "image": "https://cdn.recast.ai/blog/pokebot/586.png",
  16415. "evolutions": [
  16416. {
  16417. "id": 585,
  16418. "name": "Deerling"
  16419. },
  16420. {
  16421. "id": 586,
  16422. "from": 585,
  16423. "trigger": "leveling",
  16424. "trigger_lvl": 34,
  16425. "name": "Sawsbuck"
  16426. }
  16427. ]
  16428. },
  16429. {
  16430. "id": 587,
  16431. "height": "4",
  16432. "weight": "50",
  16433. "base_experience": "150",
  16434. "description": "The energy made in its cheeks’ electric pouches is stored inside its membrane and released while it is gliding.",
  16435. "types": [
  16436. "electric",
  16437. "flying"
  16438. ],
  16439. "name": "Emolga",
  16440. "image": "https://cdn.recast.ai/blog/pokebot/587.png",
  16441. "evolutions": [
  16442. {
  16443. "id": 587,
  16444. "name": "Emolga"
  16445. }
  16446. ]
  16447. },
  16448. {
  16449. "id": 588,
  16450. "height": "5",
  16451. "weight": "59",
  16452. "base_experience": "63",
  16453. "description": "These mysterious Pokémon evolve when they receive electrical stimulation while they are in the same place as Shelmet.",
  16454. "types": [
  16455. "bug"
  16456. ],
  16457. "name": "Karrablast",
  16458. "image": "https://cdn.recast.ai/blog/pokebot/588.png",
  16459. "evolutions": [
  16460. {
  16461. "id": 588,
  16462. "name": "Karrablast"
  16463. },
  16464. {
  16465. "id": 589,
  16466. "from": 588,
  16467. "trigger": "trade",
  16468. "name": "Escavalier"
  16469. }
  16470. ]
  16471. },
  16472. {
  16473. "id": 589,
  16474. "height": "10",
  16475. "weight": "330",
  16476. "base_experience": "173",
  16477. "description": "They fly around at high speed, striking with their pointed spears. Even when in trouble, they face opponents bravely.",
  16478. "types": [
  16479. "bug",
  16480. "steel"
  16481. ],
  16482. "name": "Escavalier",
  16483. "image": "https://cdn.recast.ai/blog/pokebot/589.png",
  16484. "evolutions": [
  16485. {
  16486. "id": 588,
  16487. "name": "Karrablast"
  16488. },
  16489. {
  16490. "id": 589,
  16491. "from": 588,
  16492. "trigger": "trade",
  16493. "name": "Escavalier"
  16494. }
  16495. ]
  16496. },
  16497. {
  16498. "id": 590,
  16499. "height": "2",
  16500. "weight": "10",
  16501. "base_experience": "59",
  16502. "description": "It lures people in with its Poké Ball pattern, then releases poison spores. Why it resembles a Poké Ball is unknown.",
  16503. "types": [
  16504. "grass",
  16505. "poison"
  16506. ],
  16507. "name": "Foongus",
  16508. "image": "https://cdn.recast.ai/blog/pokebot/590.png",
  16509. "evolutions": [
  16510. {
  16511. "id": 590,
  16512. "name": "Foongus"
  16513. },
  16514. {
  16515. "id": 591,
  16516. "from": 590,
  16517. "trigger": "leveling",
  16518. "trigger_lvl": 39,
  16519. "name": "Amoonguss"
  16520. }
  16521. ]
  16522. },
  16523. {
  16524. "id": 591,
  16525. "height": "6",
  16526. "weight": "105",
  16527. "base_experience": "162",
  16528. "description": "It lures prey close by dancing and waving its arm caps, which resemble Poké Balls, in a swaying motion.",
  16529. "types": [
  16530. "grass",
  16531. "poison"
  16532. ],
  16533. "name": "Amoonguss",
  16534. "image": "https://cdn.recast.ai/blog/pokebot/591.png",
  16535. "evolutions": [
  16536. {
  16537. "id": 590,
  16538. "name": "Foongus"
  16539. },
  16540. {
  16541. "id": 591,
  16542. "from": 590,
  16543. "trigger": "leveling",
  16544. "trigger_lvl": 39,
  16545. "name": "Amoonguss"
  16546. }
  16547. ]
  16548. },
  16549. {
  16550. "id": 592,
  16551. "height": "12",
  16552. "weight": "330",
  16553. "base_experience": "67",
  16554. "description": "With its thin, veil-like arms wrapped around the body of its opponent, it sinks to the ocean floor.",
  16555. "types": [
  16556. "water",
  16557. "ghost"
  16558. ],
  16559. "name": "Frillish",
  16560. "image": "https://cdn.recast.ai/blog/pokebot/592.png",
  16561. "evolutions": [
  16562. {
  16563. "id": 592,
  16564. "name": "Frillish"
  16565. },
  16566. {
  16567. "id": 593,
  16568. "from": 592,
  16569. "trigger": "leveling",
  16570. "trigger_lvl": 40,
  16571. "name": "Jellicent"
  16572. }
  16573. ]
  16574. },
  16575. {
  16576. "id": 593,
  16577. "height": "22",
  16578. "weight": "1350",
  16579. "base_experience": "168",
  16580. "description": "The fate of the ships and crew that wander into Jellicent’s habitat: all sunken, all lost, all vanished.",
  16581. "types": [
  16582. "water",
  16583. "ghost"
  16584. ],
  16585. "name": "Jellicent",
  16586. "image": "https://cdn.recast.ai/blog/pokebot/593.png",
  16587. "evolutions": [
  16588. {
  16589. "id": 592,
  16590. "name": "Frillish"
  16591. },
  16592. {
  16593. "id": 593,
  16594. "from": 592,
  16595. "trigger": "leveling",
  16596. "trigger_lvl": 40,
  16597. "name": "Jellicent"
  16598. }
  16599. ]
  16600. },
  16601. {
  16602. "id": 594,
  16603. "height": "12",
  16604. "weight": "316",
  16605. "base_experience": "165",
  16606. "description": "The special membrane enveloping Alomomola has the ability to heal wounds.",
  16607. "types": [
  16608. "water"
  16609. ],
  16610. "name": "Alomomola",
  16611. "image": "https://cdn.recast.ai/blog/pokebot/594.png",
  16612. "evolutions": [
  16613. {
  16614. "id": 594,
  16615. "name": "Alomomola"
  16616. }
  16617. ]
  16618. },
  16619. {
  16620. "id": 595,
  16621. "height": "1",
  16622. "weight": "6",
  16623. "base_experience": "64",
  16624. "description": "Joltik that live in cities have learned a technique for sucking electricity from the outlets in houses.",
  16625. "types": [
  16626. "bug",
  16627. "electric"
  16628. ],
  16629. "name": "Joltik",
  16630. "image": "https://cdn.recast.ai/blog/pokebot/595.png",
  16631. "evolutions": [
  16632. {
  16633. "id": 595,
  16634. "name": "Joltik"
  16635. },
  16636. {
  16637. "id": 596,
  16638. "from": 595,
  16639. "trigger": "leveling",
  16640. "trigger_lvl": 36,
  16641. "name": "Galvantula"
  16642. }
  16643. ]
  16644. },
  16645. {
  16646. "id": 596,
  16647. "height": "8",
  16648. "weight": "143",
  16649. "base_experience": "165",
  16650. "description": "When attacked, they create an electric barrier by spitting out many electrically charged threads.",
  16651. "types": [
  16652. "bug",
  16653. "electric"
  16654. ],
  16655. "name": "Galvantula",
  16656. "image": "https://cdn.recast.ai/blog/pokebot/596.png",
  16657. "evolutions": [
  16658. {
  16659. "id": 595,
  16660. "name": "Joltik"
  16661. },
  16662. {
  16663. "id": 596,
  16664. "from": 595,
  16665. "trigger": "leveling",
  16666. "trigger_lvl": 36,
  16667. "name": "Galvantula"
  16668. }
  16669. ]
  16670. },
  16671. {
  16672. "id": 597,
  16673. "height": "6",
  16674. "weight": "188",
  16675. "base_experience": "61",
  16676. "description": "When threatened, it attacks by shooting a barrage of spikes, which gives it a chance to escape by rolling away.",
  16677. "types": [
  16678. "grass",
  16679. "steel"
  16680. ],
  16681. "name": "Ferroseed",
  16682. "image": "https://cdn.recast.ai/blog/pokebot/597.png",
  16683. "evolutions": [
  16684. {
  16685. "id": 597,
  16686. "name": "Ferroseed"
  16687. },
  16688. {
  16689. "id": 598,
  16690. "from": 597,
  16691. "trigger": "leveling",
  16692. "trigger_lvl": 40,
  16693. "name": "Ferrothorn"
  16694. }
  16695. ]
  16696. },
  16697. {
  16698. "id": 598,
  16699. "height": "10",
  16700. "weight": "1100",
  16701. "base_experience": "171",
  16702. "description": "It fights by swinging around its three spiky feelers. A hit from these steel spikes can reduce a boulder to rubble.",
  16703. "types": [
  16704. "grass",
  16705. "steel"
  16706. ],
  16707. "name": "Ferrothorn",
  16708. "image": "https://cdn.recast.ai/blog/pokebot/598.png",
  16709. "evolutions": [
  16710. {
  16711. "id": 597,
  16712. "name": "Ferroseed"
  16713. },
  16714. {
  16715. "id": 598,
  16716. "from": 597,
  16717. "trigger": "leveling",
  16718. "trigger_lvl": 40,
  16719. "name": "Ferrothorn"
  16720. }
  16721. ]
  16722. },
  16723. {
  16724. "id": 599,
  16725. "height": "3",
  16726. "weight": "210",
  16727. "base_experience": "60",
  16728. "description": "The two minigears that mesh together are predetermined. Each will rebound from other minigears without meshing.",
  16729. "types": [
  16730. "steel"
  16731. ],
  16732. "name": "Klink",
  16733. "image": "https://cdn.recast.ai/blog/pokebot/599.png",
  16734. "evolutions": [
  16735. {
  16736. "id": 599,
  16737. "name": "Klink"
  16738. },
  16739. {
  16740. "id": 600,
  16741. "from": 599,
  16742. "trigger": "leveling",
  16743. "trigger_lvl": 38,
  16744. "name": "Klang"
  16745. },
  16746. {
  16747. "id": 601,
  16748. "from": 600,
  16749. "trigger": "leveling",
  16750. "trigger_lvl": 49,
  16751. "name": "Klinklang"
  16752. }
  16753. ]
  16754. },
  16755. {
  16756. "id": 600,
  16757. "height": "6",
  16758. "weight": "510",
  16759. "base_experience": "154",
  16760. "description": "By changing the direction in which it rotates, it communicates its feelings to others. When angry, it rotates faster.",
  16761. "types": [
  16762. "steel"
  16763. ],
  16764. "name": "Klang",
  16765. "image": "https://cdn.recast.ai/blog/pokebot/600.png",
  16766. "evolutions": [
  16767. {
  16768. "id": 599,
  16769. "name": "Klink"
  16770. },
  16771. {
  16772. "id": 600,
  16773. "from": 599,
  16774. "trigger": "leveling",
  16775. "trigger_lvl": 38,
  16776. "name": "Klang"
  16777. },
  16778. {
  16779. "id": 601,
  16780. "from": 600,
  16781. "trigger": "leveling",
  16782. "trigger_lvl": 49,
  16783. "name": "Klinklang"
  16784. }
  16785. ]
  16786. },
  16787. {
  16788. "id": 601,
  16789. "height": "6",
  16790. "weight": "810",
  16791. "base_experience": "234",
  16792. "description": "Its red core functions as an energy tank. It fires the charged energy through its spikes into an area.",
  16793. "types": [
  16794. "steel"
  16795. ],
  16796. "name": "Klinklang",
  16797. "image": "https://cdn.recast.ai/blog/pokebot/601.png",
  16798. "evolutions": [
  16799. {
  16800. "id": 599,
  16801. "name": "Klink"
  16802. },
  16803. {
  16804. "id": 600,
  16805. "from": 599,
  16806. "trigger": "leveling",
  16807. "trigger_lvl": 38,
  16808. "name": "Klang"
  16809. },
  16810. {
  16811. "id": 601,
  16812. "from": 600,
  16813. "trigger": "leveling",
  16814. "trigger_lvl": 49,
  16815. "name": "Klinklang"
  16816. }
  16817. ]
  16818. },
  16819. {
  16820. "id": 602,
  16821. "height": "2",
  16822. "weight": "3",
  16823. "base_experience": "55",
  16824. "description": "While one alone doesn’t have much power, a chain of many Tynamo can be as powerful as lightning.",
  16825. "types": [
  16826. "electric"
  16827. ],
  16828. "name": "Tynamo",
  16829. "image": "https://cdn.recast.ai/blog/pokebot/602.png",
  16830. "evolutions": [
  16831. {
  16832. "id": 602,
  16833. "name": "Tynamo"
  16834. },
  16835. {
  16836. "id": 603,
  16837. "from": 602,
  16838. "trigger": "leveling",
  16839. "trigger_lvl": 39,
  16840. "name": "Eelektrik"
  16841. },
  16842. {
  16843. "id": 604,
  16844. "from": 603,
  16845. "trigger": "item",
  16846. "name": "Eelektross",
  16847. "trigger_item": "thunder-stone"
  16848. }
  16849. ]
  16850. },
  16851. {
  16852. "id": 603,
  16853. "height": "12",
  16854. "weight": "220",
  16855. "base_experience": "142",
  16856. "description": "They coil around foes and shock them with electricity-generating organs that seem simply to be circular patterns.",
  16857. "types": [
  16858. "electric"
  16859. ],
  16860. "name": "Eelektrik",
  16861. "image": "https://cdn.recast.ai/blog/pokebot/603.png",
  16862. "evolutions": [
  16863. {
  16864. "id": 602,
  16865. "name": "Tynamo"
  16866. },
  16867. {
  16868. "id": 603,
  16869. "from": 602,
  16870. "trigger": "leveling",
  16871. "trigger_lvl": 39,
  16872. "name": "Eelektrik"
  16873. },
  16874. {
  16875. "id": 604,
  16876. "from": 603,
  16877. "trigger": "item",
  16878. "name": "Eelektross",
  16879. "trigger_item": "thunder-stone"
  16880. }
  16881. ]
  16882. },
  16883. {
  16884. "id": 604,
  16885. "height": "21",
  16886. "weight": "805",
  16887. "base_experience": "232",
  16888. "description": "They crawl out of the ocean using their arms. They will attack prey on shore and immediately drag it into the ocean.",
  16889. "types": [
  16890. "electric"
  16891. ],
  16892. "name": "Eelektross",
  16893. "image": "https://cdn.recast.ai/blog/pokebot/604.png",
  16894. "evolutions": [
  16895. {
  16896. "id": 602,
  16897. "name": "Tynamo"
  16898. },
  16899. {
  16900. "id": 603,
  16901. "from": 602,
  16902. "trigger": "leveling",
  16903. "trigger_lvl": 39,
  16904. "name": "Eelektrik"
  16905. },
  16906. {
  16907. "id": 604,
  16908. "from": 603,
  16909. "trigger": "item",
  16910. "name": "Eelektross",
  16911. "trigger_item": "thunder-stone"
  16912. }
  16913. ]
  16914. },
  16915. {
  16916. "id": 605,
  16917. "height": "5",
  16918. "weight": "90",
  16919. "base_experience": "67",
  16920. "description": "It uses its strong psychic power to squeeze its opponent’s brain, causing unendurable headaches.",
  16921. "types": [
  16922. "psychic"
  16923. ],
  16924. "name": "Elgyem",
  16925. "image": "https://cdn.recast.ai/blog/pokebot/605.png",
  16926. "evolutions": [
  16927. {
  16928. "id": 605,
  16929. "name": "Elgyem"
  16930. },
  16931. {
  16932. "id": 606,
  16933. "from": 605,
  16934. "trigger": "leveling",
  16935. "trigger_lvl": 42,
  16936. "name": "Beheeyem"
  16937. }
  16938. ]
  16939. },
  16940. {
  16941. "id": 606,
  16942. "height": "10",
  16943. "weight": "345",
  16944. "base_experience": "170",
  16945. "description": "It can manipulate an opponent’s memory. Apparently, it communicates by flashing its three different-colored fingers.",
  16946. "types": [
  16947. "psychic"
  16948. ],
  16949. "name": "Beheeyem",
  16950. "image": "https://cdn.recast.ai/blog/pokebot/606.png",
  16951. "evolutions": [
  16952. {
  16953. "id": 605,
  16954. "name": "Elgyem"
  16955. },
  16956. {
  16957. "id": 606,
  16958. "from": 605,
  16959. "trigger": "leveling",
  16960. "trigger_lvl": 42,
  16961. "name": "Beheeyem"
  16962. }
  16963. ]
  16964. },
  16965. {
  16966. "id": 607,
  16967. "height": "3",
  16968. "weight": "31",
  16969. "base_experience": "55",
  16970. "description": "Litwick shines a light that absorbs the life energy of people and Pokémon, which becomes the fuel that it burns.",
  16971. "types": [
  16972. "ghost",
  16973. "fire"
  16974. ],
  16975. "name": "Litwick",
  16976. "image": "https://cdn.recast.ai/blog/pokebot/607.png",
  16977. "evolutions": [
  16978. {
  16979. "id": 607,
  16980. "name": "Litwick"
  16981. },
  16982. {
  16983. "id": 608,
  16984. "from": 607,
  16985. "trigger": "leveling",
  16986. "trigger_lvl": 41,
  16987. "name": "Lampent"
  16988. },
  16989. {
  16990. "id": 609,
  16991. "from": 608,
  16992. "trigger": "item",
  16993. "name": "Chandelure",
  16994. "trigger_item": "dusk-stone"
  16995. }
  16996. ]
  16997. },
  16998. {
  16999. "id": 608,
  17000. "height": "6",
  17001. "weight": "130",
  17002. "base_experience": "130",
  17003. "description": "This ominous Pokémon is feared. Through cities it wanders, searching for the spirits of the fallen.",
  17004. "types": [
  17005. "ghost",
  17006. "fire"
  17007. ],
  17008. "name": "Lampent",
  17009. "image": "https://cdn.recast.ai/blog/pokebot/608.png",
  17010. "evolutions": [
  17011. {
  17012. "id": 607,
  17013. "name": "Litwick"
  17014. },
  17015. {
  17016. "id": 608,
  17017. "from": 607,
  17018. "trigger": "leveling",
  17019. "trigger_lvl": 41,
  17020. "name": "Lampent"
  17021. },
  17022. {
  17023. "id": 609,
  17024. "from": 608,
  17025. "trigger": "item",
  17026. "name": "Chandelure",
  17027. "trigger_item": "dusk-stone"
  17028. }
  17029. ]
  17030. },
  17031. {
  17032. "id": 609,
  17033. "height": "10",
  17034. "weight": "343",
  17035. "base_experience": "234",
  17036. "description": "It absorbs a spirit, which it then burns. By waving the flames on its arms, it puts its foes into a hypnotic trance.",
  17037. "types": [
  17038. "ghost",
  17039. "fire"
  17040. ],
  17041. "name": "Chandelure",
  17042. "image": "https://cdn.recast.ai/blog/pokebot/609.png",
  17043. "evolutions": [
  17044. {
  17045. "id": 607,
  17046. "name": "Litwick"
  17047. },
  17048. {
  17049. "id": 608,
  17050. "from": 607,
  17051. "trigger": "leveling",
  17052. "trigger_lvl": 41,
  17053. "name": "Lampent"
  17054. },
  17055. {
  17056. "id": 609,
  17057. "from": 608,
  17058. "trigger": "item",
  17059. "name": "Chandelure",
  17060. "trigger_item": "dusk-stone"
  17061. }
  17062. ]
  17063. },
  17064. {
  17065. "id": 610,
  17066. "height": "6",
  17067. "weight": "180",
  17068. "base_experience": "64",
  17069. "description": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.",
  17070. "types": [
  17071. "dragon"
  17072. ],
  17073. "name": "Axew",
  17074. "image": "https://cdn.recast.ai/blog/pokebot/610.png",
  17075. "evolutions": [
  17076. {
  17077. "id": 610,
  17078. "name": "Axew"
  17079. },
  17080. {
  17081. "id": 611,
  17082. "from": 610,
  17083. "trigger": "leveling",
  17084. "trigger_lvl": 38,
  17085. "name": "Fraxure"
  17086. },
  17087. {
  17088. "id": 612,
  17089. "from": 611,
  17090. "trigger": "leveling",
  17091. "trigger_lvl": 48,
  17092. "name": "Haxorus"
  17093. }
  17094. ]
  17095. },
  17096. {
  17097. "id": 611,
  17098. "height": "10",
  17099. "weight": "360",
  17100. "base_experience": "144",
  17101. "description": "Since a broken tusk will not grow back, they diligently sharpen their tusks on river rocks after they’ve been fighting.",
  17102. "types": [
  17103. "dragon"
  17104. ],
  17105. "name": "Fraxure",
  17106. "image": "https://cdn.recast.ai/blog/pokebot/611.png",
  17107. "evolutions": [
  17108. {
  17109. "id": 610,
  17110. "name": "Axew"
  17111. },
  17112. {
  17113. "id": 611,
  17114. "from": 610,
  17115. "trigger": "leveling",
  17116. "trigger_lvl": 38,
  17117. "name": "Fraxure"
  17118. },
  17119. {
  17120. "id": 612,
  17121. "from": 611,
  17122. "trigger": "leveling",
  17123. "trigger_lvl": 48,
  17124. "name": "Haxorus"
  17125. }
  17126. ]
  17127. },
  17128. {
  17129. "id": 612,
  17130. "height": "18",
  17131. "weight": "1055",
  17132. "base_experience": "243",
  17133. "description": "They are kind but can be relentless when defending territory. They challenge foes with tusks that can cut steel.",
  17134. "types": [
  17135. "dragon"
  17136. ],
  17137. "name": "Haxorus",
  17138. "image": "https://cdn.recast.ai/blog/pokebot/612.png",
  17139. "evolutions": [
  17140. {
  17141. "id": 610,
  17142. "name": "Axew"
  17143. },
  17144. {
  17145. "id": 611,
  17146. "from": 610,
  17147. "trigger": "leveling",
  17148. "trigger_lvl": 38,
  17149. "name": "Fraxure"
  17150. },
  17151. {
  17152. "id": 612,
  17153. "from": 611,
  17154. "trigger": "leveling",
  17155. "trigger_lvl": 48,
  17156. "name": "Haxorus"
  17157. }
  17158. ]
  17159. },
  17160. {
  17161. "id": 613,
  17162. "height": "5",
  17163. "weight": "85",
  17164. "base_experience": "61",
  17165. "description": "When it is not feeling well, its mucus gets watery and the power of its Ice-type moves decreases.",
  17166. "types": [
  17167. "ice"
  17168. ],
  17169. "name": "Cubchoo",
  17170. "image": "https://cdn.recast.ai/blog/pokebot/613.png",
  17171. "evolutions": [
  17172. {
  17173. "id": 613,
  17174. "name": "Cubchoo"
  17175. },
  17176. {
  17177. "id": 614,
  17178. "from": 613,
  17179. "trigger": "leveling",
  17180. "trigger_lvl": 37,
  17181. "name": "Beartic"
  17182. }
  17183. ]
  17184. },
  17185. {
  17186. "id": 614,
  17187. "height": "26",
  17188. "weight": "2600",
  17189. "base_experience": "170",
  17190. "description": "It can make its breath freeze at will. Very able in the water, it swims around in northern seas and catches prey.",
  17191. "types": [
  17192. "ice"
  17193. ],
  17194. "name": "Beartic",
  17195. "image": "https://cdn.recast.ai/blog/pokebot/614.png",
  17196. "evolutions": [
  17197. {
  17198. "id": 613,
  17199. "name": "Cubchoo"
  17200. },
  17201. {
  17202. "id": 614,
  17203. "from": 613,
  17204. "trigger": "leveling",
  17205. "trigger_lvl": 37,
  17206. "name": "Beartic"
  17207. }
  17208. ]
  17209. },
  17210. {
  17211. "id": 615,
  17212. "height": "11",
  17213. "weight": "1480",
  17214. "base_experience": "170",
  17215. "description": "When its body temperature goes up, it turns into steam and vanishes. When its temperature lowers, it returns to ice.",
  17216. "types": [
  17217. "ice"
  17218. ],
  17219. "name": "Cryogonal",
  17220. "image": "https://cdn.recast.ai/blog/pokebot/615.png",
  17221. "evolutions": [
  17222. {
  17223. "id": 615,
  17224. "name": "Cryogonal"
  17225. }
  17226. ]
  17227. },
  17228. {
  17229. "id": 616,
  17230. "height": "4",
  17231. "weight": "77",
  17232. "base_experience": "61",
  17233. "description": "When attacked, it defends itself by closing the lid of its shell. It can spit a sticky, poisonous liquid.",
  17234. "types": [
  17235. "bug"
  17236. ],
  17237. "name": "Shelmet",
  17238. "image": "https://cdn.recast.ai/blog/pokebot/616.png",
  17239. "evolutions": [
  17240. {
  17241. "id": 616,
  17242. "name": "Shelmet"
  17243. },
  17244. {
  17245. "id": 617,
  17246. "from": 616,
  17247. "trigger": "trade",
  17248. "name": "Accelgor"
  17249. }
  17250. ]
  17251. },
  17252. {
  17253. "id": 617,
  17254. "height": "8",
  17255. "weight": "253",
  17256. "base_experience": "173",
  17257. "description": "When its body dries out, it weakens. So, to prevent dehydration, it wraps itself in many layers of thin membrane.",
  17258. "types": [
  17259. "bug"
  17260. ],
  17261. "name": "Accelgor",
  17262. "image": "https://cdn.recast.ai/blog/pokebot/617.png",
  17263. "evolutions": [
  17264. {
  17265. "id": 616,
  17266. "name": "Shelmet"
  17267. },
  17268. {
  17269. "id": 617,
  17270. "from": 616,
  17271. "trigger": "trade",
  17272. "name": "Accelgor"
  17273. }
  17274. ]
  17275. },
  17276. {
  17277. "id": 618,
  17278. "height": "7",
  17279. "weight": "110",
  17280. "base_experience": "165",
  17281. "description": "Its skin is very hard, so it is unhurt even if stepped on by sumo wrestlers. It smiles when transmitting electricity.",
  17282. "types": [
  17283. "ground",
  17284. "electric"
  17285. ],
  17286. "name": "Stunfisk",
  17287. "image": "https://cdn.recast.ai/blog/pokebot/618.png",
  17288. "evolutions": [
  17289. {
  17290. "id": 618,
  17291. "name": "Stunfisk"
  17292. }
  17293. ]
  17294. },
  17295. {
  17296. "id": 619,
  17297. "height": "9",
  17298. "weight": "200",
  17299. "base_experience": "70",
  17300. "description": "In fights, they dominate with onslaughts of flowing, continuous attacks. With their sharp claws, they cut enemies.",
  17301. "types": [
  17302. "fighting"
  17303. ],
  17304. "name": "Mienfoo",
  17305. "image": "https://cdn.recast.ai/blog/pokebot/619.png",
  17306. "evolutions": [
  17307. {
  17308. "id": 619,
  17309. "name": "Mienfoo"
  17310. },
  17311. {
  17312. "id": 620,
  17313. "from": 619,
  17314. "trigger": "leveling",
  17315. "trigger_lvl": 50,
  17316. "name": "Mienshao"
  17317. }
  17318. ]
  17319. },
  17320. {
  17321. "id": 620,
  17322. "height": "14",
  17323. "weight": "355",
  17324. "base_experience": "179",
  17325. "description": "It wields the fur on its arms like a whip. Its arm attacks come with such rapidity that they cannot even be seen.",
  17326. "types": [
  17327. "fighting"
  17328. ],
  17329. "name": "Mienshao",
  17330. "image": "https://cdn.recast.ai/blog/pokebot/620.png",
  17331. "evolutions": [
  17332. {
  17333. "id": 619,
  17334. "name": "Mienfoo"
  17335. },
  17336. {
  17337. "id": 620,
  17338. "from": 619,
  17339. "trigger": "leveling",
  17340. "trigger_lvl": 50,
  17341. "name": "Mienshao"
  17342. }
  17343. ]
  17344. },
  17345. {
  17346. "id": 621,
  17347. "height": "16",
  17348. "weight": "1390",
  17349. "base_experience": "170",
  17350. "description": "It warms its body by absorbing sunlight with its wings. When its body temperature falls, it can no longer move.",
  17351. "types": [
  17352. "dragon"
  17353. ],
  17354. "name": "Druddigon",
  17355. "image": "https://cdn.recast.ai/blog/pokebot/621.png",
  17356. "evolutions": [
  17357. {
  17358. "id": 621,
  17359. "name": "Druddigon"
  17360. }
  17361. ]
  17362. },
  17363. {
  17364. "id": 622,
  17365. "height": "10",
  17366. "weight": "920",
  17367. "base_experience": "61",
  17368. "description": "The energy that burns inside it enables it to move, but no one has yet been able to identify this energy.",
  17369. "types": [
  17370. "ground",
  17371. "ghost"
  17372. ],
  17373. "name": "Golett",
  17374. "image": "https://cdn.recast.ai/blog/pokebot/622.png",
  17375. "evolutions": [
  17376. {
  17377. "id": 622,
  17378. "name": "Golett"
  17379. },
  17380. {
  17381. "id": 623,
  17382. "from": 622,
  17383. "trigger": "leveling",
  17384. "trigger_lvl": 43,
  17385. "name": "Golurk"
  17386. }
  17387. ]
  17388. },
  17389. {
  17390. "id": 623,
  17391. "height": "28",
  17392. "weight": "3300",
  17393. "base_experience": "169",
  17394. "description": "It flies across the sky at Mach speeds. Removing the seal on its chest makes its internal energy go out of control.",
  17395. "types": [
  17396. "ground",
  17397. "ghost"
  17398. ],
  17399. "name": "Golurk",
  17400. "image": "https://cdn.recast.ai/blog/pokebot/623.png",
  17401. "evolutions": [
  17402. {
  17403. "id": 622,
  17404. "name": "Golett"
  17405. },
  17406. {
  17407. "id": 623,
  17408. "from": 622,
  17409. "trigger": "leveling",
  17410. "trigger_lvl": 43,
  17411. "name": "Golurk"
  17412. }
  17413. ]
  17414. },
  17415. {
  17416. "id": 624,
  17417. "height": "5",
  17418. "weight": "102",
  17419. "base_experience": "68",
  17420. "description": "Blades comprise this Pokémon’s entire body. If battling dulls the blades, it sharpens them on stones by the river.",
  17421. "types": [
  17422. "dark",
  17423. "steel"
  17424. ],
  17425. "name": "Pawniard",
  17426. "image": "https://cdn.recast.ai/blog/pokebot/624.png",
  17427. "evolutions": [
  17428. {
  17429. "id": 624,
  17430. "name": "Pawniard"
  17431. },
  17432. {
  17433. "id": 625,
  17434. "from": 624,
  17435. "trigger": "leveling",
  17436. "trigger_lvl": 52,
  17437. "name": "Bisharp"
  17438. }
  17439. ]
  17440. },
  17441. {
  17442. "id": 625,
  17443. "height": "16",
  17444. "weight": "700",
  17445. "base_experience": "172",
  17446. "description": "It leads a group of Pawniard. It battles to become the boss, but will be driven from the group if it loses.",
  17447. "types": [
  17448. "dark",
  17449. "steel"
  17450. ],
  17451. "name": "Bisharp",
  17452. "image": "https://cdn.recast.ai/blog/pokebot/625.png",
  17453. "evolutions": [
  17454. {
  17455. "id": 624,
  17456. "name": "Pawniard"
  17457. },
  17458. {
  17459. "id": 625,
  17460. "from": 624,
  17461. "trigger": "leveling",
  17462. "trigger_lvl": 52,
  17463. "name": "Bisharp"
  17464. }
  17465. ]
  17466. },
  17467. {
  17468. "id": 626,
  17469. "height": "16",
  17470. "weight": "946",
  17471. "base_experience": "172",
  17472. "description": "Their fluffy fur absorbs damage, even if they strike foes with a fierce headbutt.",
  17473. "types": [
  17474. "normal"
  17475. ],
  17476. "name": "Bouffalant",
  17477. "image": "https://cdn.recast.ai/blog/pokebot/626.png",
  17478. "evolutions": [
  17479. {
  17480. "id": 626,
  17481. "name": "Bouffalant"
  17482. }
  17483. ]
  17484. },
  17485. {
  17486. "id": 627,
  17487. "height": "5",
  17488. "weight": "105",
  17489. "base_experience": "70",
  17490. "description": "They crush berries with their talons. They bravely stand up to any opponent, no matter how strong it is.",
  17491. "types": [
  17492. "normal",
  17493. "flying"
  17494. ],
  17495. "name": "Rufflet",
  17496. "image": "https://cdn.recast.ai/blog/pokebot/627.png",
  17497. "evolutions": [
  17498. {
  17499. "id": 627,
  17500. "name": "Rufflet"
  17501. },
  17502. {
  17503. "id": 628,
  17504. "from": 627,
  17505. "trigger": "leveling",
  17506. "trigger_lvl": 54,
  17507. "name": "Braviary"
  17508. }
  17509. ]
  17510. },
  17511. {
  17512. "id": 628,
  17513. "height": "15",
  17514. "weight": "410",
  17515. "base_experience": "179",
  17516. "description": "They fight for their friends without any thought about danger to themselves. One can carry a car while flying.",
  17517. "types": [
  17518. "normal",
  17519. "flying"
  17520. ],
  17521. "name": "Braviary",
  17522. "image": "https://cdn.recast.ai/blog/pokebot/628.png",
  17523. "evolutions": [
  17524. {
  17525. "id": 627,
  17526. "name": "Rufflet"
  17527. },
  17528. {
  17529. "id": 628,
  17530. "from": 627,
  17531. "trigger": "leveling",
  17532. "trigger_lvl": 54,
  17533. "name": "Braviary"
  17534. }
  17535. ]
  17536. },
  17537. {
  17538. "id": 629,
  17539. "height": "5",
  17540. "weight": "90",
  17541. "base_experience": "74",
  17542. "description": "Its wings are too tiny to allow it to fly. As the time approaches for it to evolve, it discards the bones it was wearing.",
  17543. "types": [
  17544. "dark",
  17545. "flying"
  17546. ],
  17547. "name": "Vullaby",
  17548. "image": "https://cdn.recast.ai/blog/pokebot/629.png",
  17549. "evolutions": [
  17550. {
  17551. "id": 629,
  17552. "name": "Vullaby"
  17553. },
  17554. {
  17555. "id": 630,
  17556. "from": 629,
  17557. "trigger": "leveling",
  17558. "trigger_lvl": 54,
  17559. "name": "Mandibuzz"
  17560. }
  17561. ]
  17562. },
  17563. {
  17564. "id": 630,
  17565. "height": "12",
  17566. "weight": "395",
  17567. "base_experience": "179",
  17568. "description": "It makes a nest out of bones it finds. It grabs weakened prey in its talons and hauls it to its nest of bones.",
  17569. "types": [
  17570. "dark",
  17571. "flying"
  17572. ],
  17573. "name": "Mandibuzz",
  17574. "image": "https://cdn.recast.ai/blog/pokebot/630.png",
  17575. "evolutions": [
  17576. {
  17577. "id": 629,
  17578. "name": "Vullaby"
  17579. },
  17580. {
  17581. "id": 630,
  17582. "from": 629,
  17583. "trigger": "leveling",
  17584. "trigger_lvl": 54,
  17585. "name": "Mandibuzz"
  17586. }
  17587. ]
  17588. },
  17589. {
  17590. "id": 631,
  17591. "height": "14",
  17592. "weight": "580",
  17593. "base_experience": "169",
  17594. "description": "It breathes through a hole in its tail while it burns with an internal fire. Durant is its prey.",
  17595. "types": [
  17596. "fire"
  17597. ],
  17598. "name": "Heatmor",
  17599. "image": "https://cdn.recast.ai/blog/pokebot/631.png",
  17600. "evolutions": [
  17601. {
  17602. "id": 631,
  17603. "name": "Heatmor"
  17604. }
  17605. ]
  17606. },
  17607. {
  17608. "id": 632,
  17609. "height": "3",
  17610. "weight": "330",
  17611. "base_experience": "169",
  17612. "description": "They attack in groups, covering themselves in steel armor to protect themselves from Heatmor.",
  17613. "types": [
  17614. "bug",
  17615. "steel"
  17616. ],
  17617. "name": "Durant",
  17618. "image": "https://cdn.recast.ai/blog/pokebot/632.png",
  17619. "evolutions": [
  17620. {
  17621. "id": 632,
  17622. "name": "Durant"
  17623. }
  17624. ]
  17625. },
  17626. {
  17627. "id": 633,
  17628. "height": "8",
  17629. "weight": "173",
  17630. "base_experience": "60",
  17631. "description": "It tends to bite everything, and it is not a picky eater. Approaching it carelessly is dangerous.",
  17632. "types": [
  17633. "dark",
  17634. "dragon"
  17635. ],
  17636. "name": "Deino",
  17637. "image": "https://cdn.recast.ai/blog/pokebot/633.png",
  17638. "evolutions": [
  17639. {
  17640. "id": 633,
  17641. "name": "Deino"
  17642. },
  17643. {
  17644. "id": 634,
  17645. "from": 633,
  17646. "trigger": "leveling",
  17647. "trigger_lvl": 50,
  17648. "name": "Zweilous"
  17649. },
  17650. {
  17651. "id": 635,
  17652. "from": 634,
  17653. "trigger": "leveling",
  17654. "trigger_lvl": 64,
  17655. "name": "Hydreigon"
  17656. }
  17657. ]
  17658. },
  17659. {
  17660. "id": 634,
  17661. "height": "14",
  17662. "weight": "500",
  17663. "base_experience": "147",
  17664. "description": "After it has eaten up all the food in its territory, it moves to another area. Its two heads do not get along.",
  17665. "types": [
  17666. "dark",
  17667. "dragon"
  17668. ],
  17669. "name": "Zweilous",
  17670. "image": "https://cdn.recast.ai/blog/pokebot/634.png",
  17671. "evolutions": [
  17672. {
  17673. "id": 633,
  17674. "name": "Deino"
  17675. },
  17676. {
  17677. "id": 634,
  17678. "from": 633,
  17679. "trigger": "leveling",
  17680. "trigger_lvl": 50,
  17681. "name": "Zweilous"
  17682. },
  17683. {
  17684. "id": 635,
  17685. "from": 634,
  17686. "trigger": "leveling",
  17687. "trigger_lvl": 64,
  17688. "name": "Hydreigon"
  17689. }
  17690. ]
  17691. },
  17692. {
  17693. "id": 635,
  17694. "height": "18",
  17695. "weight": "1600",
  17696. "base_experience": "270",
  17697. "description": "This brutal Pokémon travels the skies on its six wings. Anything that moves seems like a foe to it, triggering its attack.",
  17698. "types": [
  17699. "dark",
  17700. "dragon"
  17701. ],
  17702. "name": "Hydreigon",
  17703. "image": "https://cdn.recast.ai/blog/pokebot/635.png",
  17704. "evolutions": [
  17705. {
  17706. "id": 633,
  17707. "name": "Deino"
  17708. },
  17709. {
  17710. "id": 634,
  17711. "from": 633,
  17712. "trigger": "leveling",
  17713. "trigger_lvl": 50,
  17714. "name": "Zweilous"
  17715. },
  17716. {
  17717. "id": 635,
  17718. "from": 634,
  17719. "trigger": "leveling",
  17720. "trigger_lvl": 64,
  17721. "name": "Hydreigon"
  17722. }
  17723. ]
  17724. },
  17725. {
  17726. "id": 636,
  17727. "height": "11",
  17728. "weight": "288",
  17729. "base_experience": "72",
  17730. "description": "This Pokémon was believed to have been born from the sun. When it evolves, its entire body is engulfed in flames.",
  17731. "types": [
  17732. "bug",
  17733. "fire"
  17734. ],
  17735. "name": "Larvesta",
  17736. "image": "https://cdn.recast.ai/blog/pokebot/636.png",
  17737. "evolutions": [
  17738. {
  17739. "id": 636,
  17740. "name": "Larvesta"
  17741. },
  17742. {
  17743. "id": 637,
  17744. "from": 636,
  17745. "trigger": "leveling",
  17746. "trigger_lvl": 59,
  17747. "name": "Volcarona"
  17748. }
  17749. ]
  17750. },
  17751. {
  17752. "id": 637,
  17753. "height": "16",
  17754. "weight": "460",
  17755. "base_experience": "248",
  17756. "description": "When volcanic ash darkened the atmosphere, it is said that Volcarona’s fire provided a replacement for the sun.",
  17757. "types": [
  17758. "bug",
  17759. "fire"
  17760. ],
  17761. "name": "Volcarona",
  17762. "image": "https://cdn.recast.ai/blog/pokebot/637.png",
  17763. "evolutions": [
  17764. {
  17765. "id": 636,
  17766. "name": "Larvesta"
  17767. },
  17768. {
  17769. "id": 637,
  17770. "from": 636,
  17771. "trigger": "leveling",
  17772. "trigger_lvl": 59,
  17773. "name": "Volcarona"
  17774. }
  17775. ]
  17776. },
  17777. {
  17778. "id": 638,
  17779. "height": "21",
  17780. "weight": "2500",
  17781. "base_experience": "261",
  17782. "description": "This legendary Pokémon battled against humans to protect Pokémon. Its personality is calm and composed.",
  17783. "types": [
  17784. "steel",
  17785. "fighting"
  17786. ],
  17787. "name": "Cobalion",
  17788. "image": "https://cdn.recast.ai/blog/pokebot/638.png",
  17789. "evolutions": [
  17790. {
  17791. "id": 638,
  17792. "name": "Cobalion"
  17793. }
  17794. ]
  17795. },
  17796. {
  17797. "id": 639,
  17798. "height": "19",
  17799. "weight": "2600",
  17800. "base_experience": "261",
  17801. "description": "This Pokémon came to the defense of Pokémon that had lost their homes in a war among humans.",
  17802. "types": [
  17803. "rock",
  17804. "fighting"
  17805. ],
  17806. "name": "Terrakion",
  17807. "image": "https://cdn.recast.ai/blog/pokebot/639.png",
  17808. "evolutions": [
  17809. {
  17810. "id": 639,
  17811. "name": "Terrakion"
  17812. }
  17813. ]
  17814. },
  17815. {
  17816. "id": 640,
  17817. "height": "20",
  17818. "weight": "2000",
  17819. "base_experience": "261",
  17820. "description": "This Pokémon fought humans in order to protect its friends. Legends about it continue to be passed down.",
  17821. "types": [
  17822. "grass",
  17823. "fighting"
  17824. ],
  17825. "name": "Virizion",
  17826. "image": "https://cdn.recast.ai/blog/pokebot/640.png",
  17827. "evolutions": [
  17828. {
  17829. "id": 640,
  17830. "name": "Virizion"
  17831. }
  17832. ]
  17833. },
  17834. {
  17835. "id": 641,
  17836. "height": "15",
  17837. "weight": "630",
  17838. "base_experience": "261",
  17839. "description": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.",
  17840. "types": [
  17841. "flying"
  17842. ],
  17843. "name": "Tornadus-incarnate",
  17844. "image": "https://cdn.recast.ai/blog/pokebot/641.png",
  17845. "evolutions": [
  17846. {
  17847. "id": 641,
  17848. "name": "Tornadus-incarnate"
  17849. }
  17850. ]
  17851. },
  17852. {
  17853. "id": 642,
  17854. "height": "15",
  17855. "weight": "610",
  17856. "base_experience": "261",
  17857. "description": "Countless charred remains mar the landscape of places through which Thundurus has passed.",
  17858. "types": [
  17859. "electric",
  17860. "flying"
  17861. ],
  17862. "name": "Thundurus-incarnate",
  17863. "image": "https://cdn.recast.ai/blog/pokebot/642.png",
  17864. "evolutions": [
  17865. {
  17866. "id": 642,
  17867. "name": "Thundurus-incarnate"
  17868. }
  17869. ]
  17870. },
  17871. {
  17872. "id": 643,
  17873. "height": "32",
  17874. "weight": "3300",
  17875. "base_experience": "306",
  17876. "description": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.",
  17877. "types": [
  17878. "dragon",
  17879. "fire"
  17880. ],
  17881. "name": "Reshiram",
  17882. "image": "https://cdn.recast.ai/blog/pokebot/643.png",
  17883. "evolutions": [
  17884. {
  17885. "id": 643,
  17886. "name": "Reshiram"
  17887. }
  17888. ]
  17889. },
  17890. {
  17891. "id": 644,
  17892. "height": "29",
  17893. "weight": "3450",
  17894. "base_experience": "306",
  17895. "description": "Concealing itself in lightning clouds, it flies throughout the Unova region. It creates electricity in its tail.",
  17896. "types": [
  17897. "dragon",
  17898. "electric"
  17899. ],
  17900. "name": "Zekrom",
  17901. "image": "https://cdn.recast.ai/blog/pokebot/644.png",
  17902. "evolutions": [
  17903. {
  17904. "id": 644,
  17905. "name": "Zekrom"
  17906. }
  17907. ]
  17908. },
  17909. {
  17910. "id": 645,
  17911. "height": "15",
  17912. "weight": "680",
  17913. "base_experience": "270",
  17914. "description": "Lands visited by Landorus grant such bountiful crops that it has been hailed as “The Guardian of the Fields.”",
  17915. "types": [
  17916. "ground",
  17917. "flying"
  17918. ],
  17919. "name": "Landorus-incarnate",
  17920. "image": "https://cdn.recast.ai/blog/pokebot/645.png",
  17921. "evolutions": [
  17922. {
  17923. "id": 645,
  17924. "name": "Landorus-incarnate"
  17925. }
  17926. ]
  17927. },
  17928. {
  17929. "id": 646,
  17930. "height": "30",
  17931. "weight": "3250",
  17932. "base_experience": "297",
  17933. "description": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.",
  17934. "types": [
  17935. "dragon",
  17936. "ice"
  17937. ],
  17938. "name": "Kyurem",
  17939. "image": "https://cdn.recast.ai/blog/pokebot/646.png",
  17940. "evolutions": [
  17941. {
  17942. "id": 646,
  17943. "name": "Kyurem"
  17944. }
  17945. ]
  17946. },
  17947. {
  17948. "id": 647,
  17949. "height": "14",
  17950. "weight": "485",
  17951. "base_experience": "261",
  17952. "description": "By blasting water from its hooves, it can glide across water. It excels at using leg moves while battling.",
  17953. "types": [
  17954. "water",
  17955. "fighting"
  17956. ],
  17957. "name": "Keldeo-ordinary",
  17958. "image": "https://cdn.recast.ai/blog/pokebot/647.png",
  17959. "evolutions": [
  17960. {
  17961. "id": 647,
  17962. "name": "Keldeo-ordinary"
  17963. }
  17964. ]
  17965. },
  17966. {
  17967. "id": 648,
  17968. "height": "6",
  17969. "weight": "65",
  17970. "base_experience": "270",
  17971. "description": "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it.",
  17972. "types": [
  17973. "normal",
  17974. "psychic"
  17975. ],
  17976. "name": "Meloetta-aria",
  17977. "image": "https://cdn.recast.ai/blog/pokebot/648.png",
  17978. "evolutions": [
  17979. {
  17980. "id": 648,
  17981. "name": "Meloetta-aria"
  17982. }
  17983. ]
  17984. },
  17985. {
  17986. "id": 649,
  17987. "height": "15",
  17988. "weight": "825",
  17989. "base_experience": "270",
  17990. "description": "Over 300 million years ago, it was feared as the strongest of hunters. It has been modified by Team Plasma.",
  17991. "types": [
  17992. "bug",
  17993. "steel"
  17994. ],
  17995. "name": "Genesect",
  17996. "image": "https://cdn.recast.ai/blog/pokebot/649.png",
  17997. "evolutions": [
  17998. {
  17999. "id": 649,
  18000. "name": "Genesect"
  18001. }
  18002. ]
  18003. },
  18004. {
  18005. "id": 650,
  18006. "height": "0",
  18007. "weight": "0",
  18008. "base_experience": "0",
  18009. "description": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.",
  18010. "types": [
  18011. "grass"
  18012. ],
  18013. "name": "Chespin",
  18014. "image": "https://cdn.recast.ai/blog/pokebot/650.png",
  18015. "evolutions": [
  18016. {
  18017. "id": 650,
  18018. "name": "Chespin"
  18019. },
  18020. {
  18021. "id": 651,
  18022. "from": 650,
  18023. "trigger": "leveling",
  18024. "trigger_lvl": 16,
  18025. "name": "Quilladin"
  18026. },
  18027. {
  18028. "id": 652,
  18029. "from": 651,
  18030. "trigger": "leveling",
  18031. "trigger_lvl": 36,
  18032. "name": "Chesnaught"
  18033. }
  18034. ]
  18035. },
  18036. {
  18037. "id": 651,
  18038. "height": "0",
  18039. "weight": "0",
  18040. "base_experience": "0",
  18041. "description": "It relies on its sturdy shell to deflect predators’ attacks. It counterattacks with its sharp quills.",
  18042. "types": [
  18043. "grass"
  18044. ],
  18045. "name": "Quilladin",
  18046. "image": "https://cdn.recast.ai/blog/pokebot/651.png",
  18047. "evolutions": [
  18048. {
  18049. "id": 650,
  18050. "name": "Chespin"
  18051. },
  18052. {
  18053. "id": 651,
  18054. "from": 650,
  18055. "trigger": "leveling",
  18056. "trigger_lvl": 16,
  18057. "name": "Quilladin"
  18058. },
  18059. {
  18060. "id": 652,
  18061. "from": 651,
  18062. "trigger": "leveling",
  18063. "trigger_lvl": 36,
  18064. "name": "Chesnaught"
  18065. }
  18066. ]
  18067. },
  18068. {
  18069. "id": 652,
  18070. "height": "0",
  18071. "weight": "0",
  18072. "base_experience": "0",
  18073. "description": "Its Tackle is forceful enough to flip a 50-ton tank. It shields its allies from danger with its own body.",
  18074. "types": [
  18075. "grass",
  18076. "fighting"
  18077. ],
  18078. "name": "Chesnaught",
  18079. "image": "https://cdn.recast.ai/blog/pokebot/652.png",
  18080. "evolutions": [
  18081. {
  18082. "id": 650,
  18083. "name": "Chespin"
  18084. },
  18085. {
  18086. "id": 651,
  18087. "from": 650,
  18088. "trigger": "leveling",
  18089. "trigger_lvl": 16,
  18090. "name": "Quilladin"
  18091. },
  18092. {
  18093. "id": 652,
  18094. "from": 651,
  18095. "trigger": "leveling",
  18096. "trigger_lvl": 36,
  18097. "name": "Chesnaught"
  18098. }
  18099. ]
  18100. },
  18101. {
  18102. "id": 653,
  18103. "height": "0",
  18104. "weight": "0",
  18105. "base_experience": "0",
  18106. "description": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.",
  18107. "types": [
  18108. "fire"
  18109. ],
  18110. "name": "Fennekin",
  18111. "image": "https://cdn.recast.ai/blog/pokebot/653.png",
  18112. "evolutions": [
  18113. {
  18114. "id": 653,
  18115. "name": "Fennekin"
  18116. },
  18117. {
  18118. "id": 654,
  18119. "from": 653,
  18120. "trigger": "leveling",
  18121. "trigger_lvl": 16,
  18122. "name": "Braixen"
  18123. },
  18124. {
  18125. "id": 655,
  18126. "from": 654,
  18127. "trigger": "leveling",
  18128. "trigger_lvl": 36,
  18129. "name": "Delphox"
  18130. }
  18131. ]
  18132. },
  18133. {
  18134. "id": 654,
  18135. "height": "0",
  18136. "weight": "0",
  18137. "base_experience": "0",
  18138. "description": "It has a twig stuck in its tail. With friction from its tail fur, it sets the twig on fire and launches into battle.",
  18139. "types": [
  18140. "fire"
  18141. ],
  18142. "name": "Braixen",
  18143. "image": "https://cdn.recast.ai/blog/pokebot/654.png",
  18144. "evolutions": [
  18145. {
  18146. "id": 653,
  18147. "name": "Fennekin"
  18148. },
  18149. {
  18150. "id": 654,
  18151. "from": 653,
  18152. "trigger": "leveling",
  18153. "trigger_lvl": 16,
  18154. "name": "Braixen"
  18155. },
  18156. {
  18157. "id": 655,
  18158. "from": 654,
  18159. "trigger": "leveling",
  18160. "trigger_lvl": 36,
  18161. "name": "Delphox"
  18162. }
  18163. ]
  18164. },
  18165. {
  18166. "id": 655,
  18167. "height": "0",
  18168. "weight": "0",
  18169. "base_experience": "0",
  18170. "description": "It gazes into the flame at the tip of its branch to achieve a focused state, which allows it to see into the future.",
  18171. "types": [
  18172. "fire",
  18173. "psychic"
  18174. ],
  18175. "name": "Delphox",
  18176. "image": "https://cdn.recast.ai/blog/pokebot/655.png",
  18177. "evolutions": [
  18178. {
  18179. "id": 653,
  18180. "name": "Fennekin"
  18181. },
  18182. {
  18183. "id": 654,
  18184. "from": 653,
  18185. "trigger": "leveling",
  18186. "trigger_lvl": 16,
  18187. "name": "Braixen"
  18188. },
  18189. {
  18190. "id": 655,
  18191. "from": 654,
  18192. "trigger": "leveling",
  18193. "trigger_lvl": 36,
  18194. "name": "Delphox"
  18195. }
  18196. ]
  18197. },
  18198. {
  18199. "id": 656,
  18200. "height": "0",
  18201. "weight": "0",
  18202. "base_experience": "0",
  18203. "description": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.",
  18204. "types": [
  18205. "water"
  18206. ],
  18207. "name": "Froakie",
  18208. "image": "https://cdn.recast.ai/blog/pokebot/656.png",
  18209. "evolutions": [
  18210. {
  18211. "id": 656,
  18212. "name": "Froakie"
  18213. },
  18214. {
  18215. "id": 657,
  18216. "from": 656,
  18217. "trigger": "leveling",
  18218. "trigger_lvl": 16,
  18219. "name": "Frogadier"
  18220. },
  18221. {
  18222. "id": 658,
  18223. "from": 657,
  18224. "trigger": "leveling",
  18225. "trigger_lvl": 36,
  18226. "name": "Greninja"
  18227. }
  18228. ]
  18229. },
  18230. {
  18231. "id": 657,
  18232. "height": "0",
  18233. "weight": "0",
  18234. "base_experience": "0",
  18235. "description": "It can throw bubble-covered pebbles with precise control, hitting empty cans up to a hundred feet away.",
  18236. "types": [
  18237. "water"
  18238. ],
  18239. "name": "Frogadier",
  18240. "image": "https://cdn.recast.ai/blog/pokebot/657.png",
  18241. "evolutions": [
  18242. {
  18243. "id": 656,
  18244. "name": "Froakie"
  18245. },
  18246. {
  18247. "id": 657,
  18248. "from": 656,
  18249. "trigger": "leveling",
  18250. "trigger_lvl": 16,
  18251. "name": "Frogadier"
  18252. },
  18253. {
  18254. "id": 658,
  18255. "from": 657,
  18256. "trigger": "leveling",
  18257. "trigger_lvl": 36,
  18258. "name": "Greninja"
  18259. }
  18260. ]
  18261. },
  18262. {
  18263. "id": 658,
  18264. "height": "0",
  18265. "weight": "0",
  18266. "base_experience": "0",
  18267. "description": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.",
  18268. "types": [
  18269. "water",
  18270. "dark"
  18271. ],
  18272. "name": "Greninja",
  18273. "image": "https://cdn.recast.ai/blog/pokebot/658.png",
  18274. "evolutions": [
  18275. {
  18276. "id": 656,
  18277. "name": "Froakie"
  18278. },
  18279. {
  18280. "id": 657,
  18281. "from": 656,
  18282. "trigger": "leveling",
  18283. "trigger_lvl": 16,
  18284. "name": "Frogadier"
  18285. },
  18286. {
  18287. "id": 658,
  18288. "from": 657,
  18289. "trigger": "leveling",
  18290. "trigger_lvl": 36,
  18291. "name": "Greninja"
  18292. }
  18293. ]
  18294. },
  18295. {
  18296. "id": 659,
  18297. "height": "0",
  18298. "weight": "0",
  18299. "base_experience": "0",
  18300. "description": "They use their large ears to dig burrows. They will dig the whole night through.",
  18301. "types": [
  18302. "normal"
  18303. ],
  18304. "name": "Bunnelby",
  18305. "image": "https://cdn.recast.ai/blog/pokebot/659.png",
  18306. "evolutions": [
  18307. {
  18308. "id": 659,
  18309. "name": "Bunnelby"
  18310. },
  18311. {
  18312. "id": 660,
  18313. "from": 659,
  18314. "trigger": "leveling",
  18315. "trigger_lvl": 20,
  18316. "name": "Diggersby"
  18317. }
  18318. ]
  18319. },
  18320. {
  18321. "id": 660,
  18322. "height": "0",
  18323. "weight": "0",
  18324. "base_experience": "0",
  18325. "description": "With their powerful ears, they can heft boulders of a ton or more with ease. They can be a big help at construction sites.",
  18326. "types": [
  18327. "normal",
  18328. "ground"
  18329. ],
  18330. "name": "Diggersby",
  18331. "image": "https://cdn.recast.ai/blog/pokebot/660.png",
  18332. "evolutions": [
  18333. {
  18334. "id": 659,
  18335. "name": "Bunnelby"
  18336. },
  18337. {
  18338. "id": 660,
  18339. "from": 659,
  18340. "trigger": "leveling",
  18341. "trigger_lvl": 20,
  18342. "name": "Diggersby"
  18343. }
  18344. ]
  18345. },
  18346. {
  18347. "id": 661,
  18348. "height": "0",
  18349. "weight": "0",
  18350. "base_experience": "0",
  18351. "description": "These friendly Pokémon send signals to one another with beautiful chirps and tail-feather movements.",
  18352. "types": [
  18353. "normal",
  18354. "flying"
  18355. ],
  18356. "name": "Fletchling",
  18357. "image": "https://cdn.recast.ai/blog/pokebot/661.png",
  18358. "evolutions": [
  18359. {
  18360. "id": 661,
  18361. "name": "Fletchling"
  18362. },
  18363. {
  18364. "id": 662,
  18365. "from": 661,
  18366. "trigger": "leveling",
  18367. "trigger_lvl": 17,
  18368. "name": "Fletchinder"
  18369. },
  18370. {
  18371. "id": 663,
  18372. "from": 662,
  18373. "trigger": "leveling",
  18374. "trigger_lvl": 35,
  18375. "name": "Talonflame"
  18376. }
  18377. ]
  18378. },
  18379. {
  18380. "id": 662,
  18381. "height": "0",
  18382. "weight": "0",
  18383. "base_experience": "0",
  18384. "description": "From its beak, it expels embers that set the tall grass on fire. Then it pounces on the bewildered prey that pop out of the grass.",
  18385. "types": [
  18386. "fire",
  18387. "flying"
  18388. ],
  18389. "name": "Fletchinder",
  18390. "image": "https://cdn.recast.ai/blog/pokebot/662.png",
  18391. "evolutions": [
  18392. {
  18393. "id": 661,
  18394. "name": "Fletchling"
  18395. },
  18396. {
  18397. "id": 662,
  18398. "from": 661,
  18399. "trigger": "leveling",
  18400. "trigger_lvl": 17,
  18401. "name": "Fletchinder"
  18402. },
  18403. {
  18404. "id": 663,
  18405. "from": 662,
  18406. "trigger": "leveling",
  18407. "trigger_lvl": 35,
  18408. "name": "Talonflame"
  18409. }
  18410. ]
  18411. },
  18412. {
  18413. "id": 663,
  18414. "height": "0",
  18415. "weight": "0",
  18416. "base_experience": "0",
  18417. "description": "In the fever of an exciting battle, it showers embers from the gaps between its feathers and takes to the air.",
  18418. "types": [
  18419. "fire",
  18420. "flying"
  18421. ],
  18422. "name": "Talonflame",
  18423. "image": "https://cdn.recast.ai/blog/pokebot/663.png",
  18424. "evolutions": [
  18425. {
  18426. "id": 661,
  18427. "name": "Fletchling"
  18428. },
  18429. {
  18430. "id": 662,
  18431. "from": 661,
  18432. "trigger": "leveling",
  18433. "trigger_lvl": 17,
  18434. "name": "Fletchinder"
  18435. },
  18436. {
  18437. "id": 663,
  18438. "from": 662,
  18439. "trigger": "leveling",
  18440. "trigger_lvl": 35,
  18441. "name": "Talonflame"
  18442. }
  18443. ]
  18444. },
  18445. {
  18446. "id": 664,
  18447. "height": "0",
  18448. "weight": "0",
  18449. "base_experience": "0",
  18450. "description": "When under attack from bird Pokémon, it spews a poisonous black powder that causes paralysis on contact.",
  18451. "types": [
  18452. "bug"
  18453. ],
  18454. "name": "Scatterbug",
  18455. "image": "https://cdn.recast.ai/blog/pokebot/664.png",
  18456. "evolutions": [
  18457. {
  18458. "id": 664,
  18459. "name": "Scatterbug"
  18460. },
  18461. {
  18462. "id": 665,
  18463. "from": 664,
  18464. "trigger": "leveling",
  18465. "trigger_lvl": 9,
  18466. "name": "Spewpa"
  18467. },
  18468. {
  18469. "id": 666,
  18470. "from": 665,
  18471. "trigger": "leveling",
  18472. "trigger_lvl": 12,
  18473. "name": "Vivillon"
  18474. }
  18475. ]
  18476. },
  18477. {
  18478. "id": 665,
  18479. "height": "0",
  18480. "weight": "0",
  18481. "base_experience": "0",
  18482. "description": "It lives hidden within thicket shadows. When predators attack, it quickly bristles the fur covering its body in an effort to threaten them.",
  18483. "types": [
  18484. "bug"
  18485. ],
  18486. "name": "Spewpa",
  18487. "image": "https://cdn.recast.ai/blog/pokebot/665.png",
  18488. "evolutions": [
  18489. {
  18490. "id": 664,
  18491. "name": "Scatterbug"
  18492. },
  18493. {
  18494. "id": 665,
  18495. "from": 664,
  18496. "trigger": "leveling",
  18497. "trigger_lvl": 9,
  18498. "name": "Spewpa"
  18499. },
  18500. {
  18501. "id": 666,
  18502. "from": 665,
  18503. "trigger": "leveling",
  18504. "trigger_lvl": 12,
  18505. "name": "Vivillon"
  18506. }
  18507. ]
  18508. },
  18509. {
  18510. "id": 666,
  18511. "height": "0",
  18512. "weight": "0",
  18513. "base_experience": "0",
  18514. "description": "Vivillon with many different patterns are found all over the world. These patterns are affected by the climate of their habitat.",
  18515. "types": [
  18516. "bug",
  18517. "flying"
  18518. ],
  18519. "name": "Vivillon",
  18520. "image": "https://cdn.recast.ai/blog/pokebot/666.png",
  18521. "evolutions": [
  18522. {
  18523. "id": 664,
  18524. "name": "Scatterbug"
  18525. },
  18526. {
  18527. "id": 665,
  18528. "from": 664,
  18529. "trigger": "leveling",
  18530. "trigger_lvl": 9,
  18531. "name": "Spewpa"
  18532. },
  18533. {
  18534. "id": 666,
  18535. "from": 665,
  18536. "trigger": "leveling",
  18537. "trigger_lvl": 12,
  18538. "name": "Vivillon"
  18539. }
  18540. ]
  18541. },
  18542. {
  18543. "id": 667,
  18544. "height": "0",
  18545. "weight": "0",
  18546. "base_experience": "0",
  18547. "description": "The stronger the opponent it faces, the more heat surges from its mane and the more power flows through its body.",
  18548. "types": [
  18549. "fire",
  18550. "normal"
  18551. ],
  18552. "name": "Litleo",
  18553. "image": "https://cdn.recast.ai/blog/pokebot/667.png",
  18554. "evolutions": [
  18555. {
  18556. "id": 667,
  18557. "name": "Litleo"
  18558. },
  18559. {
  18560. "id": 668,
  18561. "from": 667,
  18562. "trigger": "leveling",
  18563. "trigger_lvl": 35,
  18564. "name": "Pyroar"
  18565. }
  18566. ]
  18567. },
  18568. {
  18569. "id": 668,
  18570. "height": "0",
  18571. "weight": "0",
  18572. "base_experience": "0",
  18573. "description": "The male with the largest mane of fire is the leader of the pride.",
  18574. "types": [
  18575. "fire",
  18576. "normal"
  18577. ],
  18578. "name": "Pyroar",
  18579. "image": "https://cdn.recast.ai/blog/pokebot/668.png",
  18580. "evolutions": [
  18581. {
  18582. "id": 667,
  18583. "name": "Litleo"
  18584. },
  18585. {
  18586. "id": 668,
  18587. "from": 667,
  18588. "trigger": "leveling",
  18589. "trigger_lvl": 35,
  18590. "name": "Pyroar"
  18591. }
  18592. ]
  18593. },
  18594. {
  18595. "id": 669,
  18596. "height": "0",
  18597. "weight": "0",
  18598. "base_experience": "0",
  18599. "description": "It draws out and controls the hidden power of flowers. The flower Flabébé holds is most likely part of its body.",
  18600. "types": [
  18601. "fairy"
  18602. ],
  18603. "name": "Flabebe",
  18604. "image": "https://cdn.recast.ai/blog/pokebot/669.png",
  18605. "evolutions": [
  18606. {
  18607. "id": 669,
  18608. "name": "Flabebe"
  18609. },
  18610. {
  18611. "id": 670,
  18612. "from": 669,
  18613. "trigger": "leveling",
  18614. "trigger_lvl": 19,
  18615. "name": "Floette"
  18616. },
  18617. {
  18618. "id": 671,
  18619. "from": 670,
  18620. "trigger": "item",
  18621. "name": "Florges",
  18622. "trigger_item": "shiny-stone"
  18623. }
  18624. ]
  18625. },
  18626. {
  18627. "id": 670,
  18628. "height": "0",
  18629. "weight": "0",
  18630. "base_experience": "0",
  18631. "description": "It flutters around fields of flowers and cares for flowers that are starting to wilt. It draws out the hidden power of flowers to battle.",
  18632. "types": [
  18633. "fairy"
  18634. ],
  18635. "name": "Floette",
  18636. "image": "https://cdn.recast.ai/blog/pokebot/670.png",
  18637. "evolutions": [
  18638. {
  18639. "id": 669,
  18640. "name": "Flabebe"
  18641. },
  18642. {
  18643. "id": 670,
  18644. "from": 669,
  18645. "trigger": "leveling",
  18646. "trigger_lvl": 19,
  18647. "name": "Floette"
  18648. },
  18649. {
  18650. "id": 671,
  18651. "from": 670,
  18652. "trigger": "item",
  18653. "name": "Florges",
  18654. "trigger_item": "shiny-stone"
  18655. }
  18656. ]
  18657. },
  18658. {
  18659. "id": 671,
  18660. "height": "0",
  18661. "weight": "0",
  18662. "base_experience": "0",
  18663. "description": "It claims exquisite flower gardens as its territory, and it obtains power from basking in the energy emitted by flowering plants.",
  18664. "types": [
  18665. "fairy"
  18666. ],
  18667. "name": "Florges",
  18668. "image": "https://cdn.recast.ai/blog/pokebot/671.png",
  18669. "evolutions": [
  18670. {
  18671. "id": 669,
  18672. "name": "Flabebe"
  18673. },
  18674. {
  18675. "id": 670,
  18676. "from": 669,
  18677. "trigger": "leveling",
  18678. "trigger_lvl": 19,
  18679. "name": "Floette"
  18680. },
  18681. {
  18682. "id": 671,
  18683. "from": 670,
  18684. "trigger": "item",
  18685. "name": "Florges",
  18686. "trigger_item": "shiny-stone"
  18687. }
  18688. ]
  18689. },
  18690. {
  18691. "id": 672,
  18692. "height": "0",
  18693. "weight": "0",
  18694. "base_experience": "0",
  18695. "description": "Thought to be one of the first Pokémon to live in harmony with humans, it has a placid disposition.",
  18696. "types": [
  18697. "grass"
  18698. ],
  18699. "name": "Skiddo",
  18700. "image": "https://cdn.recast.ai/blog/pokebot/672.png",
  18701. "evolutions": [
  18702. {
  18703. "id": 672,
  18704. "name": "Skiddo"
  18705. },
  18706. {
  18707. "id": 673,
  18708. "from": 672,
  18709. "trigger": "leveling",
  18710. "trigger_lvl": 32,
  18711. "name": "Gogoat"
  18712. }
  18713. ]
  18714. },
  18715. {
  18716. "id": 673,
  18717. "height": "0",
  18718. "weight": "0",
  18719. "base_experience": "0",
  18720. "description": "It can tell how its Trainer is feeling by subtle shifts in the grip on its horns. This empathic sense lets them run as if one being.",
  18721. "types": [
  18722. "grass"
  18723. ],
  18724. "name": "Gogoat",
  18725. "image": "https://cdn.recast.ai/blog/pokebot/673.png",
  18726. "evolutions": [
  18727. {
  18728. "id": 672,
  18729. "name": "Skiddo"
  18730. },
  18731. {
  18732. "id": 673,
  18733. "from": 672,
  18734. "trigger": "leveling",
  18735. "trigger_lvl": 32,
  18736. "name": "Gogoat"
  18737. }
  18738. ]
  18739. },
  18740. {
  18741. "id": 674,
  18742. "height": "0",
  18743. "weight": "0",
  18744. "base_experience": "0",
  18745. "description": "It does its best to be taken seriously by its enemies, but its glare is not sufficiently intimidating. Chewing on a leaf is its trademark.",
  18746. "types": [
  18747. "fighting"
  18748. ],
  18749. "name": "Pancham",
  18750. "image": "https://cdn.recast.ai/blog/pokebot/674.png",
  18751. "evolutions": [
  18752. {
  18753. "id": 674,
  18754. "name": "Pancham"
  18755. },
  18756. {
  18757. "id": 675,
  18758. "from": 674,
  18759. "trigger": "leveling",
  18760. "trigger_lvl": 32,
  18761. "name": "Pangoro"
  18762. }
  18763. ]
  18764. },
  18765. {
  18766. "id": 675,
  18767. "height": "0",
  18768. "weight": "0",
  18769. "base_experience": "0",
  18770. "description": "Although it posses a violent temperament, it won’t put up with bullying. It uses the leaf in its mouth to sense the movements of its enemies.",
  18771. "types": [
  18772. "fighting",
  18773. "dark"
  18774. ],
  18775. "name": "Pangoro",
  18776. "image": "https://cdn.recast.ai/blog/pokebot/675.png",
  18777. "evolutions": [
  18778. {
  18779. "id": 674,
  18780. "name": "Pancham"
  18781. },
  18782. {
  18783. "id": 675,
  18784. "from": 674,
  18785. "trigger": "leveling",
  18786. "trigger_lvl": 32,
  18787. "name": "Pangoro"
  18788. }
  18789. ]
  18790. },
  18791. {
  18792. "id": 676,
  18793. "height": "0",
  18794. "weight": "0",
  18795. "base_experience": "0",
  18796. "description": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.",
  18797. "types": [
  18798. "normal"
  18799. ],
  18800. "name": "Furfrou",
  18801. "image": "https://cdn.recast.ai/blog/pokebot/676.png",
  18802. "evolutions": [
  18803. {
  18804. "id": 676,
  18805. "name": "Furfrou"
  18806. }
  18807. ]
  18808. },
  18809. {
  18810. "id": 677,
  18811. "height": "0",
  18812. "weight": "0",
  18813. "base_experience": "0",
  18814. "description": "The organ that emits its intense psychic power is sheltered by its ears to keep power from leaking out.",
  18815. "types": [
  18816. "psychic"
  18817. ],
  18818. "name": "Espurr",
  18819. "image": "https://cdn.recast.ai/blog/pokebot/677.png",
  18820. "evolutions": [
  18821. {
  18822. "id": 677,
  18823. "name": "Espurr"
  18824. },
  18825. {
  18826. "id": 678,
  18827. "from": 677,
  18828. "trigger": "leveling",
  18829. "trigger_lvl": 25,
  18830. "name": "Meowstic-male"
  18831. }
  18832. ]
  18833. },
  18834. {
  18835. "id": 678,
  18836. "height": "0",
  18837. "weight": "0",
  18838. "base_experience": "0",
  18839. "description": "When in danger, it raises its ears and releases enough psychic power to grind a 10-ton truck into dust.",
  18840. "types": [
  18841. "psychic"
  18842. ],
  18843. "name": "Meowstic-male",
  18844. "image": "https://cdn.recast.ai/blog/pokebot/678.png",
  18845. "evolutions": [
  18846. {
  18847. "id": 677,
  18848. "name": "Espurr"
  18849. },
  18850. {
  18851. "id": 678,
  18852. "from": 677,
  18853. "trigger": "leveling",
  18854. "trigger_lvl": 25,
  18855. "name": "Meowstic-male"
  18856. }
  18857. ]
  18858. },
  18859. {
  18860. "id": 679,
  18861. "height": "0",
  18862. "weight": "0",
  18863. "base_experience": "0",
  18864. "description": "Apparently this Pokémon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.",
  18865. "types": [
  18866. "steel",
  18867. "ghost"
  18868. ],
  18869. "name": "Honedge",
  18870. "image": "https://cdn.recast.ai/blog/pokebot/679.png",
  18871. "evolutions": [
  18872. {
  18873. "id": 679,
  18874. "name": "Honedge"
  18875. },
  18876. {
  18877. "id": 680,
  18878. "from": 679,
  18879. "trigger": "leveling",
  18880. "trigger_lvl": 35,
  18881. "name": "Doublade"
  18882. },
  18883. {
  18884. "id": 681,
  18885. "from": 680,
  18886. "trigger": "item",
  18887. "name": "Aegislash-shield",
  18888. "trigger_item": "dusk-stone"
  18889. }
  18890. ]
  18891. },
  18892. {
  18893. "id": 680,
  18894. "height": "0",
  18895. "weight": "0",
  18896. "base_experience": "0",
  18897. "description": "When Honedge evolves, it divides into two swords, which cooperate via telepathy to coordinate attacks and slash their enemies to ribbons.",
  18898. "types": [
  18899. "steel",
  18900. "ghost"
  18901. ],
  18902. "name": "Doublade",
  18903. "image": "https://cdn.recast.ai/blog/pokebot/680.png",
  18904. "evolutions": [
  18905. {
  18906. "id": 679,
  18907. "name": "Honedge"
  18908. },
  18909. {
  18910. "id": 680,
  18911. "from": 679,
  18912. "trigger": "leveling",
  18913. "trigger_lvl": 35,
  18914. "name": "Doublade"
  18915. },
  18916. {
  18917. "id": 681,
  18918. "from": 680,
  18919. "trigger": "item",
  18920. "name": "Aegislash-shield",
  18921. "trigger_item": "dusk-stone"
  18922. }
  18923. ]
  18924. },
  18925. {
  18926. "id": 681,
  18927. "height": "0",
  18928. "weight": "0",
  18929. "base_experience": "0",
  18930. "description": "Generations of kings were attended by these Pokémon, which used their spectral power to manipulate and control people and Pokémon.",
  18931. "types": [
  18932. "steel",
  18933. "ghost"
  18934. ],
  18935. "name": "Aegislash-shield",
  18936. "image": "https://cdn.recast.ai/blog/pokebot/681.png",
  18937. "evolutions": [
  18938. {
  18939. "id": 679,
  18940. "name": "Honedge"
  18941. },
  18942. {
  18943. "id": 680,
  18944. "from": 679,
  18945. "trigger": "leveling",
  18946. "trigger_lvl": 35,
  18947. "name": "Doublade"
  18948. },
  18949. {
  18950. "id": 681,
  18951. "from": 680,
  18952. "trigger": "item",
  18953. "name": "Aegislash-shield",
  18954. "trigger_item": "dusk-stone"
  18955. }
  18956. ]
  18957. },
  18958. {
  18959. "id": 682,
  18960. "height": "0",
  18961. "weight": "0",
  18962. "base_experience": "0",
  18963. "description": "It emits a scent that enraptures those who smell it. This fragance changes depending on what it has eaten.",
  18964. "types": [
  18965. "fairy"
  18966. ],
  18967. "name": "Spritzee",
  18968. "image": "https://cdn.recast.ai/blog/pokebot/682.png",
  18969. "evolutions": [
  18970. {
  18971. "id": 682,
  18972. "name": "Spritzee"
  18973. },
  18974. {
  18975. "id": 683,
  18976. "from": 682,
  18977. "trigger": "trade",
  18978. "name": "Aromatisse"
  18979. }
  18980. ]
  18981. },
  18982. {
  18983. "id": 683,
  18984. "height": "0",
  18985. "weight": "0",
  18986. "base_experience": "0",
  18987. "description": "It devises various scents, pleasant and unpleasant, and emits scents that its enemies dislike in order to gain an edge in battle.",
  18988. "types": [
  18989. "fairy"
  18990. ],
  18991. "name": "Aromatisse",
  18992. "image": "https://cdn.recast.ai/blog/pokebot/683.png",
  18993. "evolutions": [
  18994. {
  18995. "id": 682,
  18996. "name": "Spritzee"
  18997. },
  18998. {
  18999. "id": 683,
  19000. "from": 682,
  19001. "trigger": "trade",
  19002. "name": "Aromatisse"
  19003. }
  19004. ]
  19005. },
  19006. {
  19007. "id": 684,
  19008. "height": "0",
  19009. "weight": "0",
  19010. "base_experience": "0",
  19011. "description": "To entangle its opponents in battle, it extrudes white threads as sweet and sticky as cotton candy.",
  19012. "types": [
  19013. "fairy"
  19014. ],
  19015. "name": "Swirlix",
  19016. "image": "https://cdn.recast.ai/blog/pokebot/684.png",
  19017. "evolutions": [
  19018. {
  19019. "id": 684,
  19020. "name": "Swirlix"
  19021. },
  19022. {
  19023. "id": 685,
  19024. "from": 684,
  19025. "trigger": "trade",
  19026. "name": "Slurpuff"
  19027. }
  19028. ]
  19029. },
  19030. {
  19031. "id": 685,
  19032. "height": "0",
  19033. "weight": "0",
  19034. "base_experience": "0",
  19035. "description": "It can distinguish the faintest of scents. It puts its sensitive sense of smell to use by helping pastry chefs in their work.",
  19036. "types": [
  19037. "fairy"
  19038. ],
  19039. "name": "Slurpuff",
  19040. "image": "https://cdn.recast.ai/blog/pokebot/685.png",
  19041. "evolutions": [
  19042. {
  19043. "id": 684,
  19044. "name": "Swirlix"
  19045. },
  19046. {
  19047. "id": 685,
  19048. "from": 684,
  19049. "trigger": "trade",
  19050. "name": "Slurpuff"
  19051. }
  19052. ]
  19053. },
  19054. {
  19055. "id": 686,
  19056. "height": "0",
  19057. "weight": "0",
  19058. "base_experience": "0",
  19059. "description": "Opponents who stare at the flashing of the light-emitting spots on its body become dazed and lose their will to fight.",
  19060. "types": [
  19061. "dark",
  19062. "psychic"
  19063. ],
  19064. "name": "Inkay",
  19065. "image": "https://cdn.recast.ai/blog/pokebot/686.png",
  19066. "evolutions": [
  19067. {
  19068. "id": 686,
  19069. "name": "Inkay"
  19070. },
  19071. {
  19072. "id": 687,
  19073. "from": 686,
  19074. "trigger": "leveling",
  19075. "trigger_lvl": 30,
  19076. "name": "Malamar"
  19077. }
  19078. ]
  19079. },
  19080. {
  19081. "id": 687,
  19082. "height": "0",
  19083. "weight": "0",
  19084. "base_experience": "0",
  19085. "description": "It wields the most compelling hypnotic powers of any Pokémon, and it forces others to do whatever it wants.",
  19086. "types": [
  19087. "dark",
  19088. "psychic"
  19089. ],
  19090. "name": "Malamar",
  19091. "image": "https://cdn.recast.ai/blog/pokebot/687.png",
  19092. "evolutions": [
  19093. {
  19094. "id": 686,
  19095. "name": "Inkay"
  19096. },
  19097. {
  19098. "id": 687,
  19099. "from": 686,
  19100. "trigger": "leveling",
  19101. "trigger_lvl": 30,
  19102. "name": "Malamar"
  19103. }
  19104. ]
  19105. },
  19106. {
  19107. "id": 688,
  19108. "height": "0",
  19109. "weight": "0",
  19110. "base_experience": "0",
  19111. "description": "Two Binacle live together on one rock. When they fight, one of them will move to a different rock.",
  19112. "types": [
  19113. "rock",
  19114. "water"
  19115. ],
  19116. "name": "Binacle",
  19117. "image": "https://cdn.recast.ai/blog/pokebot/688.png",
  19118. "evolutions": [
  19119. {
  19120. "id": 688,
  19121. "name": "Binacle"
  19122. },
  19123. {
  19124. "id": 689,
  19125. "from": 688,
  19126. "trigger": "leveling",
  19127. "trigger_lvl": 39,
  19128. "name": "Barbaracle"
  19129. }
  19130. ]
  19131. },
  19132. {
  19133. "id": 689,
  19134. "height": "0",
  19135. "weight": "0",
  19136. "base_experience": "0",
  19137. "description": "When they evolve, two Binacle multiply into seven. They fight with the power of seven Binacle.",
  19138. "types": [
  19139. "rock",
  19140. "water"
  19141. ],
  19142. "name": "Barbaracle",
  19143. "image": "https://cdn.recast.ai/blog/pokebot/689.png",
  19144. "evolutions": [
  19145. {
  19146. "id": 688,
  19147. "name": "Binacle"
  19148. },
  19149. {
  19150. "id": 689,
  19151. "from": 688,
  19152. "trigger": "leveling",
  19153. "trigger_lvl": 39,
  19154. "name": "Barbaracle"
  19155. }
  19156. ]
  19157. },
  19158. {
  19159. "id": 690,
  19160. "height": "0",
  19161. "weight": "0",
  19162. "base_experience": "0",
  19163. "description": "Camouflaged as rotten kelp, they spray liquid poison on prey that approaches unawares and then finish it off.",
  19164. "types": [
  19165. "poison",
  19166. "water"
  19167. ],
  19168. "name": "Skrelp",
  19169. "image": "https://cdn.recast.ai/blog/pokebot/690.png",
  19170. "evolutions": [
  19171. {
  19172. "id": 690,
  19173. "name": "Skrelp"
  19174. },
  19175. {
  19176. "id": 691,
  19177. "from": 690,
  19178. "trigger": "leveling",
  19179. "trigger_lvl": 48,
  19180. "name": "Dragalge"
  19181. }
  19182. ]
  19183. },
  19184. {
  19185. "id": 691,
  19186. "height": "0",
  19187. "weight": "0",
  19188. "base_experience": "0",
  19189. "description": "Their poison is strong enough to eat through the hull of a tanker, and they spit it indiscriminately at anything that enters their territory.",
  19190. "types": [
  19191. "poison",
  19192. "dragon"
  19193. ],
  19194. "name": "Dragalge",
  19195. "image": "https://cdn.recast.ai/blog/pokebot/691.png",
  19196. "evolutions": [
  19197. {
  19198. "id": 690,
  19199. "name": "Skrelp"
  19200. },
  19201. {
  19202. "id": 691,
  19203. "from": 690,
  19204. "trigger": "leveling",
  19205. "trigger_lvl": 48,
  19206. "name": "Dragalge"
  19207. }
  19208. ]
  19209. },
  19210. {
  19211. "id": 692,
  19212. "height": "0",
  19213. "weight": "0",
  19214. "base_experience": "0",
  19215. "description": "They knock down flying prey by firing compressed water from their massive claws like shooting a pistol.",
  19216. "types": [
  19217. "water"
  19218. ],
  19219. "name": "Clauncher",
  19220. "image": "https://cdn.recast.ai/blog/pokebot/692.png",
  19221. "evolutions": [
  19222. {
  19223. "id": 692,
  19224. "name": "Clauncher"
  19225. },
  19226. {
  19227. "id": 693,
  19228. "from": 692,
  19229. "trigger": "leveling",
  19230. "trigger_lvl": 37,
  19231. "name": "Clawitzer"
  19232. }
  19233. ]
  19234. },
  19235. {
  19236. "id": 693,
  19237. "height": "0",
  19238. "weight": "0",
  19239. "base_experience": "0",
  19240. "description": "Their enormous claws launch cannonballs of water powerful enough to pierce tanker hulls.",
  19241. "types": [
  19242. "water"
  19243. ],
  19244. "name": "Clawitzer",
  19245. "image": "https://cdn.recast.ai/blog/pokebot/693.png",
  19246. "evolutions": [
  19247. {
  19248. "id": 692,
  19249. "name": "Clauncher"
  19250. },
  19251. {
  19252. "id": 693,
  19253. "from": 692,
  19254. "trigger": "leveling",
  19255. "trigger_lvl": 37,
  19256. "name": "Clawitzer"
  19257. }
  19258. ]
  19259. },
  19260. {
  19261. "id": 694,
  19262. "height": "0",
  19263. "weight": "0",
  19264. "base_experience": "0",
  19265. "description": "They make their home in deserts. They can generate their energy from basking in the sun, so eating food is not a requirement. ",
  19266. "types": [
  19267. "electric",
  19268. "normal"
  19269. ],
  19270. "name": "Helioptile",
  19271. "image": "https://cdn.recast.ai/blog/pokebot/694.png",
  19272. "evolutions": [
  19273. {
  19274. "id": 694,
  19275. "name": "Helioptile"
  19276. },
  19277. {
  19278. "id": 695,
  19279. "from": 694,
  19280. "trigger": "item",
  19281. "name": "Heliolisk",
  19282. "trigger_item": "sun-stone"
  19283. }
  19284. ]
  19285. },
  19286. {
  19287. "id": 695,
  19288. "height": "0",
  19289. "weight": "0",
  19290. "base_experience": "0",
  19291. "description": "They flare their frills and generate energy. A single Heliolisk can generate sufficient electricity to power a skyscraper.",
  19292. "types": [
  19293. "electric",
  19294. "normal"
  19295. ],
  19296. "name": "Heliolisk",
  19297. "image": "https://cdn.recast.ai/blog/pokebot/695.png",
  19298. "evolutions": [
  19299. {
  19300. "id": 694,
  19301. "name": "Helioptile"
  19302. },
  19303. {
  19304. "id": 695,
  19305. "from": 694,
  19306. "trigger": "item",
  19307. "name": "Heliolisk",
  19308. "trigger_item": "sun-stone"
  19309. }
  19310. ]
  19311. },
  19312. {
  19313. "id": 696,
  19314. "height": "0",
  19315. "weight": "0",
  19316. "base_experience": "0",
  19317. "description": "This Pokémon was restored from a fossil. If something happens that it doesn’t like, it throws a tantrum and runs wild.",
  19318. "types": [
  19319. "rock",
  19320. "dragon"
  19321. ],
  19322. "name": "Tyrunt",
  19323. "image": "https://cdn.recast.ai/blog/pokebot/696.png",
  19324. "evolutions": [
  19325. {
  19326. "id": 696,
  19327. "name": "Tyrunt"
  19328. },
  19329. {
  19330. "id": 697,
  19331. "from": 696,
  19332. "trigger": "leveling",
  19333. "trigger_lvl": 39,
  19334. "name": "Tyrantrum"
  19335. }
  19336. ]
  19337. },
  19338. {
  19339. "id": 697,
  19340. "height": "0",
  19341. "weight": "0",
  19342. "base_experience": "0",
  19343. "description": "Thanks to its gargantuan jaws, which could shred thick metal plates as if they were paper, it was invincible in the ancient world it once inhabited.",
  19344. "types": [
  19345. "rock",
  19346. "dragon"
  19347. ],
  19348. "name": "Tyrantrum",
  19349. "image": "https://cdn.recast.ai/blog/pokebot/697.png",
  19350. "evolutions": [
  19351. {
  19352. "id": 696,
  19353. "name": "Tyrunt"
  19354. },
  19355. {
  19356. "id": 697,
  19357. "from": 696,
  19358. "trigger": "leveling",
  19359. "trigger_lvl": 39,
  19360. "name": "Tyrantrum"
  19361. }
  19362. ]
  19363. },
  19364. {
  19365. "id": 698,
  19366. "height": "0",
  19367. "weight": "0",
  19368. "base_experience": "0",
  19369. "description": "This ancient Pokémon was restored from part of its body that had been frozen in ice for over 100 million years.",
  19370. "types": [
  19371. "rock",
  19372. "ice"
  19373. ],
  19374. "name": "Amaura",
  19375. "image": "https://cdn.recast.ai/blog/pokebot/698.png",
  19376. "evolutions": [
  19377. {
  19378. "id": 698,
  19379. "name": "Amaura"
  19380. },
  19381. {
  19382. "id": 699,
  19383. "from": 698,
  19384. "trigger": "leveling",
  19385. "trigger_lvl": 39,
  19386. "name": "Aurorus"
  19387. }
  19388. ]
  19389. },
  19390. {
  19391. "id": 699,
  19392. "height": "0",
  19393. "weight": "0",
  19394. "base_experience": "0",
  19395. "description": "The diamond-shaped crystals on its body expel air as cold as -240 degrees Fahrenheit, surrounding its enemies and encasing them in ice.",
  19396. "types": [
  19397. "rock",
  19398. "ice"
  19399. ],
  19400. "name": "Aurorus",
  19401. "image": "https://cdn.recast.ai/blog/pokebot/699.png",
  19402. "evolutions": [
  19403. {
  19404. "id": 698,
  19405. "name": "Amaura"
  19406. },
  19407. {
  19408. "id": 699,
  19409. "from": 698,
  19410. "trigger": "leveling",
  19411. "trigger_lvl": 39,
  19412. "name": "Aurorus"
  19413. }
  19414. ]
  19415. },
  19416. {
  19417. "id": 700,
  19418. "height": "0",
  19419. "weight": "0",
  19420. "base_experience": "0",
  19421. "description": "It sends a soothing aura from its ribbonlike feelers to calm fights.",
  19422. "types": [
  19423. "fairy"
  19424. ],
  19425. "name": "Sylveon",
  19426. "image": "https://cdn.recast.ai/blog/pokebot/700.png",
  19427. "evolutions": [
  19428. {
  19429. "id": 133,
  19430. "name": "Eevee"
  19431. },
  19432. {
  19433. "id": 134,
  19434. "from": 133,
  19435. "trigger": "item",
  19436. "name": "Vaporeon",
  19437. "trigger_item": "water-stone"
  19438. },
  19439. {
  19440. "id": 135,
  19441. "from": 133,
  19442. "trigger": "item",
  19443. "name": "Jolteon",
  19444. "trigger_item": "thunder-stone"
  19445. },
  19446. {
  19447. "id": 136,
  19448. "from": 133,
  19449. "trigger": "item",
  19450. "name": "Flareon",
  19451. "trigger_item": "fire-stone"
  19452. },
  19453. {
  19454. "id": 196,
  19455. "from": 133,
  19456. "trigger": 1,
  19457. "name": "Espeon"
  19458. },
  19459. {
  19460. "id": 197,
  19461. "from": 133,
  19462. "trigger": 1,
  19463. "name": "Umbreon"
  19464. },
  19465. {
  19466. "id": 470,
  19467. "from": 133,
  19468. "trigger": 1,
  19469. "name": "Leafeon"
  19470. },
  19471. {
  19472. "id": 471,
  19473. "from": 133,
  19474. "trigger": 1,
  19475. "name": "Glaceon"
  19476. },
  19477. {
  19478. "id": 700,
  19479. "from": 133,
  19480. "trigger": 1,
  19481. "name": "Sylveon"
  19482. }
  19483. ]
  19484. },
  19485. {
  19486. "id": 701,
  19487. "height": "0",
  19488. "weight": "0",
  19489. "base_experience": "0",
  19490. "description": "Although its body is small, its proficient fighting skills enable it to keep up with big bruisers like Machamp and Hariyama.",
  19491. "types": [
  19492. "fighting",
  19493. "flying"
  19494. ],
  19495. "name": "Hawlucha",
  19496. "image": "https://cdn.recast.ai/blog/pokebot/701.png",
  19497. "evolutions": [
  19498. {
  19499. "id": 701,
  19500. "name": "Hawlucha"
  19501. }
  19502. ]
  19503. },
  19504. {
  19505. "id": 702,
  19506. "height": "0",
  19507. "weight": "0",
  19508. "base_experience": "0",
  19509. "description": "Its whiskers serve as antennas. By sending and receiving electrical waves, it can communicate with others over vast distances.",
  19510. "types": [
  19511. "electric",
  19512. "fairy"
  19513. ],
  19514. "name": "Dedenne",
  19515. "image": "https://cdn.recast.ai/blog/pokebot/702.png",
  19516. "evolutions": [
  19517. {
  19518. "id": 702,
  19519. "name": "Dedenne"
  19520. }
  19521. ]
  19522. },
  19523. {
  19524. "id": 703,
  19525. "height": "0",
  19526. "weight": "0",
  19527. "base_experience": "0",
  19528. "description": "Born from the temperatures and pressures deep underground, it fires beams from the stone in its head.",
  19529. "types": [
  19530. "rock",
  19531. "fairy"
  19532. ],
  19533. "name": "Carbink",
  19534. "image": "https://cdn.recast.ai/blog/pokebot/703.png",
  19535. "evolutions": [
  19536. {
  19537. "id": 703,
  19538. "name": "Carbink"
  19539. }
  19540. ]
  19541. },
  19542. {
  19543. "id": 704,
  19544. "height": "0",
  19545. "weight": "0",
  19546. "base_experience": "0",
  19547. "description": "The weakest Dragon-Type Pokémon, it lives in damp, shady places, so its body doesn’t dry out.",
  19548. "types": [
  19549. "dragon"
  19550. ],
  19551. "name": "Goomy",
  19552. "image": "https://cdn.recast.ai/blog/pokebot/704.png",
  19553. "evolutions": [
  19554. {
  19555. "id": 704,
  19556. "name": "Goomy"
  19557. },
  19558. {
  19559. "id": 705,
  19560. "from": 704,
  19561. "trigger": "leveling",
  19562. "trigger_lvl": 40,
  19563. "name": "Sliggoo"
  19564. },
  19565. {
  19566. "id": 706,
  19567. "from": 705,
  19568. "trigger": "leveling",
  19569. "trigger_lvl": 50,
  19570. "name": "Goodra"
  19571. }
  19572. ]
  19573. },
  19574. {
  19575. "id": 705,
  19576. "height": "0",
  19577. "weight": "0",
  19578. "base_experience": "0",
  19579. "description": "It drives away opponents by excreting a sticky liquid that can dissolve anything. Its eyes devolved, so it can’t see anything. ",
  19580. "types": [
  19581. "dragon"
  19582. ],
  19583. "name": "Sliggoo",
  19584. "image": "https://cdn.recast.ai/blog/pokebot/705.png",
  19585. "evolutions": [
  19586. {
  19587. "id": 704,
  19588. "name": "Goomy"
  19589. },
  19590. {
  19591. "id": 705,
  19592. "from": 704,
  19593. "trigger": "leveling",
  19594. "trigger_lvl": 40,
  19595. "name": "Sliggoo"
  19596. },
  19597. {
  19598. "id": 706,
  19599. "from": 705,
  19600. "trigger": "leveling",
  19601. "trigger_lvl": 50,
  19602. "name": "Goodra"
  19603. }
  19604. ]
  19605. },
  19606. {
  19607. "id": 706,
  19608. "height": "0",
  19609. "weight": "0",
  19610. "base_experience": "0",
  19611. "description": "This very friendly Dragon-type Pokémon will hug its beloved trainer, leaving that trainer covered in sticky slime",
  19612. "types": [
  19613. "dragon"
  19614. ],
  19615. "name": "Goodra",
  19616. "image": "https://cdn.recast.ai/blog/pokebot/706.png",
  19617. "evolutions": [
  19618. {
  19619. "id": 704,
  19620. "name": "Goomy"
  19621. },
  19622. {
  19623. "id": 705,
  19624. "from": 704,
  19625. "trigger": "leveling",
  19626. "trigger_lvl": 40,
  19627. "name": "Sliggoo"
  19628. },
  19629. {
  19630. "id": 706,
  19631. "from": 705,
  19632. "trigger": "leveling",
  19633. "trigger_lvl": 50,
  19634. "name": "Goodra"
  19635. }
  19636. ]
  19637. },
  19638. {
  19639. "id": 707,
  19640. "height": "0",
  19641. "weight": "0",
  19642. "base_experience": "0",
  19643. "description": "These key collectors threaten any attackers by fiercely jingling their keys at them.",
  19644. "types": [
  19645. "steel",
  19646. "fairy"
  19647. ],
  19648. "name": "Klefki",
  19649. "image": "https://cdn.recast.ai/blog/pokebot/707.png",
  19650. "evolutions": [
  19651. {
  19652. "id": 707,
  19653. "name": "Klefki"
  19654. }
  19655. ]
  19656. },
  19657. {
  19658. "id": 708,
  19659. "height": "0",
  19660. "weight": "0",
  19661. "base_experience": "0",
  19662. "description": "These Pokémon are created when spirits possess rotten tree stumps. They prefer to live in abandoned forests.",
  19663. "types": [
  19664. "ghost",
  19665. "grass"
  19666. ],
  19667. "name": "Phantump",
  19668. "image": "https://cdn.recast.ai/blog/pokebot/708.png",
  19669. "evolutions": [
  19670. {
  19671. "id": 708,
  19672. "name": "Phantump"
  19673. },
  19674. {
  19675. "id": 709,
  19676. "from": 708,
  19677. "trigger": "trade",
  19678. "name": "Trevenant"
  19679. }
  19680. ]
  19681. },
  19682. {
  19683. "id": 709,
  19684. "height": "0",
  19685. "weight": "0",
  19686. "base_experience": "0",
  19687. "description": "It can control trees at will. It will trap people who harm the forest, so they can never leave.",
  19688. "types": [
  19689. "ghost",
  19690. "grass"
  19691. ],
  19692. "name": "Trevenant",
  19693. "image": "https://cdn.recast.ai/blog/pokebot/709.png",
  19694. "evolutions": [
  19695. {
  19696. "id": 708,
  19697. "name": "Phantump"
  19698. },
  19699. {
  19700. "id": 709,
  19701. "from": 708,
  19702. "trigger": "trade",
  19703. "name": "Trevenant"
  19704. }
  19705. ]
  19706. },
  19707. {
  19708. "id": 710,
  19709. "height": "0",
  19710. "weight": "0",
  19711. "base_experience": "0",
  19712. "description": "The pumpkin body is inhabited by a spirit trapped in this world. As the sun sets, it becomes restless and active.",
  19713. "types": [
  19714. "ghost",
  19715. "grass"
  19716. ],
  19717. "name": "Pumpkaboo-average",
  19718. "image": "https://cdn.recast.ai/blog/pokebot/710.png",
  19719. "evolutions": [
  19720. {
  19721. "id": 710,
  19722. "name": "Pumpkaboo-average"
  19723. },
  19724. {
  19725. "id": 711,
  19726. "from": 710,
  19727. "trigger": "trade",
  19728. "name": "Gourgeist-average"
  19729. }
  19730. ]
  19731. },
  19732. {
  19733. "id": 711,
  19734. "height": "0",
  19735. "weight": "0",
  19736. "base_experience": "0",
  19737. "description": "Singing in eerie voices, they wander town streets on the night of the new moon. Anyone who hears their song is cursed.",
  19738. "types": [
  19739. "ghost",
  19740. "grass"
  19741. ],
  19742. "name": "Gourgeist-average",
  19743. "image": "https://cdn.recast.ai/blog/pokebot/711.png",
  19744. "evolutions": [
  19745. {
  19746. "id": 710,
  19747. "name": "Pumpkaboo-average"
  19748. },
  19749. {
  19750. "id": 711,
  19751. "from": 710,
  19752. "trigger": "trade",
  19753. "name": "Gourgeist-average"
  19754. }
  19755. ]
  19756. },
  19757. {
  19758. "id": 712,
  19759. "height": "0",
  19760. "weight": "0",
  19761. "base_experience": "0",
  19762. "description": "It blocks opponents’ attacks with the ice that shields its body. it uses cold air to repair any cracks with new ice.",
  19763. "types": [
  19764. "ice"
  19765. ],
  19766. "name": "Bergmite",
  19767. "image": "https://cdn.recast.ai/blog/pokebot/712.png",
  19768. "evolutions": [
  19769. {
  19770. "id": 712,
  19771. "name": "Bergmite"
  19772. },
  19773. {
  19774. "id": 713,
  19775. "from": 712,
  19776. "trigger": "leveling",
  19777. "trigger_lvl": 37,
  19778. "name": "Avalugg"
  19779. }
  19780. ]
  19781. },
  19782. {
  19783. "id": 713,
  19784. "height": "0",
  19785. "weight": "0",
  19786. "base_experience": "0",
  19787. "description": "Its ice-covered body is as hard as steel. Its cumbersome frame crushes anything that stands in its way.",
  19788. "types": [
  19789. "ice"
  19790. ],
  19791. "name": "Avalugg",
  19792. "image": "https://cdn.recast.ai/blog/pokebot/713.png",
  19793. "evolutions": [
  19794. {
  19795. "id": 712,
  19796. "name": "Bergmite"
  19797. },
  19798. {
  19799. "id": 713,
  19800. "from": 712,
  19801. "trigger": "leveling",
  19802. "trigger_lvl": 37,
  19803. "name": "Avalugg"
  19804. }
  19805. ]
  19806. },
  19807. {
  19808. "id": 714,
  19809. "height": "0",
  19810. "weight": "0",
  19811. "base_experience": "0",
  19812. "description": "They live in pitch-black caves. Their enormous ears can emit ultrasonic waves of 200,000 hertz.",
  19813. "types": [
  19814. "flying",
  19815. "dragon"
  19816. ],
  19817. "name": "Noibat",
  19818. "image": "https://cdn.recast.ai/blog/pokebot/714.png",
  19819. "evolutions": [
  19820. {
  19821. "id": 714,
  19822. "name": "Noibat"
  19823. },
  19824. {
  19825. "id": 715,
  19826. "from": 714,
  19827. "trigger": "leveling",
  19828. "trigger_lvl": 48,
  19829. "name": "Noivern"
  19830. }
  19831. ]
  19832. },
  19833. {
  19834. "id": 715,
  19835. "height": "0",
  19836. "weight": "0",
  19837. "base_experience": "0",
  19838. "description": "They fly around on moonless nights and attack careless prey. Nothing can beat them in a battle in the dark.",
  19839. "types": [
  19840. "flying",
  19841. "dragon"
  19842. ],
  19843. "name": "Noivern",
  19844. "image": "https://cdn.recast.ai/blog/pokebot/715.png",
  19845. "evolutions": [
  19846. {
  19847. "id": 714,
  19848. "name": "Noibat"
  19849. },
  19850. {
  19851. "id": 715,
  19852. "from": 714,
  19853. "trigger": "leveling",
  19854. "trigger_lvl": 48,
  19855. "name": "Noivern"
  19856. }
  19857. ]
  19858. },
  19859. {
  19860. "id": 716,
  19861. "height": "0",
  19862. "weight": "0",
  19863. "base_experience": "0",
  19864. "description": "Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.",
  19865. "types": [
  19866. "fairy"
  19867. ],
  19868. "name": "Xerneas",
  19869. "image": "https://cdn.recast.ai/blog/pokebot/716.png",
  19870. "evolutions": [
  19871. {
  19872. "id": 716,
  19873. "name": "Xerneas"
  19874. }
  19875. ]
  19876. },
  19877. {
  19878. "id": 717,
  19879. "height": "0",
  19880. "weight": "0",
  19881. "base_experience": "0",
  19882. "description": "When this legendary Pokémon’s wings and tail feathers spread wide and glow red, it absorbs the life force of living creatures.",
  19883. "types": [
  19884. "dark",
  19885. "flying"
  19886. ],
  19887. "name": "Yveltal",
  19888. "image": "https://cdn.recast.ai/blog/pokebot/717.png",
  19889. "evolutions": [
  19890. {
  19891. "id": 717,
  19892. "name": "Yveltal"
  19893. }
  19894. ]
  19895. },
  19896. {
  19897. "id": 718,
  19898. "height": "0",
  19899. "weight": "0",
  19900. "base_experience": "0",
  19901. "description": "When the Kalos region’s ecosystem falls into disarray, it appears and reveals its secret power. ",
  19902. "types": [
  19903. "dragon",
  19904. "ground"
  19905. ],
  19906. "name": "Zygarde",
  19907. "image": "https://cdn.recast.ai/blog/pokebot/718.png",
  19908. "evolutions": [
  19909. {
  19910. "id": 718,
  19911. "name": "Zygarde"
  19912. }
  19913. ]
  19914. }
  19915. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement