Advertisement
Guest User

Untitled

a guest
Mar 7th, 2020
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.89 KB | None | 0 0
  1. [
  2. {
  3. "name": "Meditation",
  4. "id": 8,
  5. "type": "mental",
  6. "class": "Status",
  7. "damage": 0,
  8. "stamina": "-",
  9. "hold": 0,
  10. "priority": 0
  11. },
  12. {
  13. "name": "Regenerate",
  14. "id": 9,
  15. "type": "neutral",
  16. "class": "Status",
  17. "damage": 0,
  18. "stamina": "-",
  19. "hold": 0,
  20. "priority": 0
  21. },
  22. {
  23. "name": "Slow Down",
  24. "id": 10,
  25. "type": "mental",
  26. "class": "Status",
  27. "damage": 0,
  28. "stamina": "-",
  29. "hold": 0,
  30. "priority": 0
  31. },
  32. {
  33. "name": "Fire Tornado",
  34. "id": 15,
  35. "type": "fire",
  36. "class": "Special",
  37. "damage": 145,
  38. "stamina": 22,
  39. "hold": 2,
  40. "priority": 2
  41. },
  42. {
  43. "name": "Head Ram",
  44. "id": 16,
  45. "type": "neutral",
  46. "class": "Physical",
  47. "damage": 100,
  48. "stamina": 17,
  49. "hold": 0,
  50. "priority": 1
  51. },
  52. {
  53. "name": "Paralyzing Poison",
  54. "id": 17,
  55. "type": "toxic",
  56. "class": "Status",
  57. "damage": 0,
  58. "stamina": 20,
  59. "hold": 2,
  60. "priority": 2
  61. },
  62. {
  63. "name": "Stare",
  64. "id": 17,
  65. "type": "mental",
  66. "class": "Status",
  67. "damage": 0,
  68. "stamina": 4,
  69. "hold": 0,
  70. "priority": 2
  71. },
  72. {
  73. "name": "Sparks",
  74. "id": 18,
  75. "type": "electric",
  76. "class": "Status",
  77. "damage": 0,
  78. "stamina": 5,
  79. "hold": 0,
  80. "priority": 2
  81. },
  82. {
  83. "name": "Bamboozle",
  84. "id": 20,
  85. "type": "mental",
  86. "class": "Status",
  87. "damage": 0,
  88. "stamina": 16,
  89. "hold": 0,
  90. "priority": 2
  91. },
  92. {
  93. "name": "Blizzard",
  94. "id": 21,
  95. "type": "wind",
  96. "class": "Special",
  97. "damage": 120,
  98. "stamina": 15,
  99. "hold": 1,
  100. "priority": 1
  101. },
  102. {
  103. "name": "Bubbles",
  104. "id": 22,
  105. "type": "water",
  106. "class": "Special",
  107. "damage": 27,
  108. "stamina": 5,
  109. "hold": 0,
  110. "priority": 2
  111. },
  112. {
  113. "name": "Chain Lightning",
  114. "id": 23,
  115. "type": "electric",
  116. "class": "Special",
  117. "damage": 48,
  118. "stamina": 15,
  119. "hold": 0,
  120. "priority": 2
  121. },
  122. {
  123. "name": "Cheer Up",
  124. "id": 24,
  125. "type": "neutral",
  126. "class": "Status",
  127. "damage": 0,
  128. "stamina": 7,
  129. "hold": 0,
  130. "priority": 4
  131. },
  132. {
  133. "name": "DC Beam",
  134. "id": 26,
  135. "type": "electric",
  136. "class": "Special",
  137. "damage": 35,
  138. "stamina": 5,
  139. "hold": 0,
  140. "priority": 3
  141. },
  142. {
  143. "name": "Finbeat",
  144. "id": 27,
  145. "type": "neutral",
  146. "class": "Physical",
  147. "damage": 32,
  148. "stamina": 4,
  149. "hold": 0,
  150. "priority": 3
  151. },
  152. {
  153. "name": "Fire Flame",
  154. "id": 28,
  155. "type": "fire",
  156. "class": "Special",
  157. "damage": 45,
  158. "stamina": 7,
  159. "hold": 0,
  160. "priority": 2
  161. },
  162. {
  163. "name": "Gaia",
  164. "id": 29,
  165. "type": "nature",
  166. "class": "Status",
  167. "damage": 0,
  168. "stamina": 15,
  169. "hold": 3,
  170. "priority": 0
  171. },
  172. {
  173. "name": "Head Charge",
  174. "id": 30,
  175. "type": "melee",
  176. "class": "Physical",
  177. "damage": 80,
  178. "stamina": 10,
  179. "hold": 1,
  180. "priority": 1
  181. },
  182. {
  183. "name": "Heavy Blow",
  184. "id": 31,
  185. "type": "neutral",
  186. "class": "Physical",
  187. "damage": 58,
  188. "stamina": 11,
  189. "hold": 0,
  190. "priority": 2
  191. },
  192. {
  193. "name": "Intimidation",
  194. "id": 32,
  195. "type": "mental",
  196. "class": "Status",
  197. "damage": 0,
  198. "stamina": 12,
  199. "hold": 2,
  200. "priority": 1
  201. },
  202. {
  203. "name": "Jaw Strike",
  204. "id": 33,
  205. "type": "neutral",
  206. "class": "Physical",
  207. "damage": 60,
  208. "stamina": 9,
  209. "hold": 0,
  210. "priority": 2
  211. },
  212. {
  213. "name": "Kick",
  214. "id": 34,
  215. "type": "neutral",
  216. "class": "Physical",
  217. "damage": 32,
  218. "stamina": 8,
  219. "hold": 0,
  220. "priority": 3
  221. },
  222. {
  223. "name": "Hypnosis",
  224. "id": 35,
  225. "type": "mental",
  226. "class": "Status",
  227. "damage": 0,
  228. "stamina": 12,
  229. "hold": 1,
  230. "priority": 1
  231. },
  232. {
  233. "name": "Nibble",
  234. "id": 36,
  235. "type": "neutral",
  236. "class": "Physical",
  237. "damage": 37,
  238. "stamina": 7,
  239. "hold": 0,
  240. "priority": 2
  241. },
  242. {
  243. "name": "Nimble",
  244. "id": 37,
  245. "type": "wind",
  246. "class": "Status",
  247. "damage": 0,
  248. "stamina": 4,
  249. "hold": 0,
  250. "priority": 2
  251. },
  252. {
  253. "name": "Overclock",
  254. "id": 38,
  255. "type": "digital",
  256. "class": "Status",
  257. "damage": 0,
  258. "stamina": 10,
  259. "hold": 0,
  260. "priority": 2
  261. },
  262. {
  263. "name": "Peck",
  264. "id": 39,
  265. "type": "neutral",
  266. "class": "Physical",
  267. "damage": 24,
  268. "stamina": 5,
  269. "hold": 0,
  270. "priority": 4
  271. },
  272. {
  273. "name": "Photosynthesis",
  274. "id": 40,
  275. "type": "nature",
  276. "class": "Status",
  277. "damage": 0,
  278. "stamina": 7,
  279. "hold": 0,
  280. "priority": 2
  281. },
  282. {
  283. "name": "Psy Wave",
  284. "id": 41,
  285. "type": "mental",
  286. "class": "Special",
  287. "damage": 61,
  288. "stamina": 7,
  289. "hold": 1,
  290. "priority": 2
  291. },
  292. {
  293. "name": "Rage",
  294. "id": 42,
  295. "type": "melee",
  296. "class": "Status",
  297. "damage": 0,
  298. "stamina": 10,
  299. "hold": 1,
  300. "priority": 2
  301. },
  302. {
  303. "name": "Roots",
  304. "id": 44,
  305. "type": "nature",
  306. "class": "Status",
  307. "damage": 0,
  308. "stamina": 5,
  309. "hold": 0,
  310. "priority": 2
  311. },
  312. {
  313. "name": "Sand Splatter",
  314. "id": 45,
  315. "type": "earth",
  316. "class": "Physical",
  317. "damage": 35,
  318. "stamina": 7,
  319. "hold": 0,
  320. "priority": 2
  321. },
  322. {
  323. "name": "Scratch",
  324. "id": 46,
  325. "type": "neutral",
  326. "class": "Physical",
  327. "damage": 20,
  328. "stamina": 4,
  329. "hold": 0,
  330. "priority": 2
  331. },
  332. {
  333. "name": "Sharp Leaf",
  334. "id": 47,
  335. "type": "nature",
  336. "class": "Physical",
  337. "damage": 50,
  338. "stamina": 7,
  339. "hold": 0,
  340. "priority": 2
  341. },
  342. {
  343. "name": "Shy Shield",
  344. "id": 48,
  345. "type": "neutral",
  346. "class": "Status",
  347. "damage": 0,
  348. "stamina": 4,
  349. "hold": 0,
  350. "priority": 3
  351. },
  352. {
  353. "name": "Strangle",
  354. "id": 49,
  355. "type": "neutral",
  356. "class": "Physical",
  357. "damage": 25,
  358. "stamina": 11,
  359. "hold": 0,
  360. "priority": 0
  361. },
  362. {
  363. "name": "Tenderness",
  364. "id": 50,
  365. "type": "neutral",
  366. "class": "Status",
  367. "damage": 0,
  368. "stamina": 3,
  369. "hold": 0,
  370. "priority": 2
  371. },
  372. {
  373. "name": "Toxic Spores",
  374. "id": 51,
  375. "type": "toxic",
  376. "class": "Status",
  377. "damage": 0,
  378. "stamina": 9,
  379. "hold": 0,
  380. "priority": 1
  381. },
  382. {
  383. "name": "Venomous Claws",
  384. "id": 52,
  385. "type": "toxic",
  386. "class": "Physical",
  387. "damage": 40,
  388. "stamina": 9,
  389. "hold": 0,
  390. "priority": 2
  391. },
  392. {
  393. "name": "Water Blade",
  394. "id": 53,
  395. "type": "water",
  396. "class": "Special",
  397. "damage": 52,
  398. "stamina": 10,
  399. "hold": 0,
  400. "priority": 1
  401. },
  402. {
  403. "name": "Wind Blade",
  404. "id": 54,
  405. "type": "wind",
  406. "class": "Special",
  407. "damage": 40,
  408. "stamina": 9,
  409. "hold": 0,
  410. "priority": 2
  411. },
  412. {
  413. "name": "Wind Burst",
  414. "id": 55,
  415. "type": "wind",
  416. "class": "Special",
  417. "damage": 90,
  418. "stamina": 12,
  419. "hold": 0,
  420. "priority": 2
  421. },
  422. {
  423. "name": "Cooperation",
  424. "id": 56,
  425. "type": "neutral",
  426. "class": "Status",
  427. "damage": 0,
  428. "stamina": 1,
  429. "hold": 0,
  430. "priority": 4
  431. },
  432. {
  433. "name": "Hypoxia",
  434. "id": 57,
  435. "type": "wind",
  436. "class": "Special",
  437. "damage": 120,
  438. "stamina": 30,
  439. "hold": 0,
  440. "priority": 2
  441. },
  442. {
  443. "name": "Martial Strike",
  444. "id": 58,
  445. "type": "melee",
  446. "class": "Special",
  447. "damage": 50,
  448. "stamina": 5,
  449. "hold": 1,
  450. "priority": 2
  451. },
  452. {
  453. "name": "Sharp Rain",
  454. "id": 59,
  455. "type": "water",
  456. "class": "Special",
  457. "damage": 130,
  458. "stamina": 20,
  459. "hold": 2,
  460. "priority": 2
  461. },
  462. {
  463. "name": "Tentacle Whip",
  464. "id": 61,
  465. "type": "neutral",
  466. "class": "Physical",
  467. "damage": 60,
  468. "stamina": 15,
  469. "hold": 0,
  470. "priority": 2
  471. },
  472. {
  473. "name": "Aqua Bullet Hell",
  474. "id": 62,
  475. "type": "water",
  476. "class": "Special",
  477. "damage": 67,
  478. "stamina": 17,
  479. "hold": 0,
  480. "priority": 2
  481. },
  482. {
  483. "name": "Aqua Stone",
  484. "id": 63,
  485. "type": "water",
  486. "class": "Physical",
  487. "damage": 80,
  488. "stamina": 21,
  489. "hold": 1,
  490. "priority": 2
  491. },
  492. {
  493. "name": "Tail Strike",
  494. "id": 64,
  495. "type": "neutral",
  496. "class": "Physical",
  497. "damage": 50,
  498. "stamina": 5,
  499. "hold": 1,
  500. "priority": 2
  501. },
  502. {
  503. "name": "Novice Punch",
  504. "id": 68,
  505. "type": "neutral",
  506. "class": "Physical",
  507. "damage": 30,
  508. "stamina": 3,
  509. "hold": 0,
  510. "priority": 2
  511. },
  512. {
  513. "name": "Toxic Ink",
  514. "id": 70,
  515. "type": "toxic",
  516. "class": "Physical",
  517. "damage": 80,
  518. "stamina": 16,
  519. "hold": 0,
  520. "priority": 2
  521. },
  522. {
  523. "name": "Held Anger",
  524. "id": 71,
  525. "type": "neutral",
  526. "class": "Physical",
  527. "damage": 130,
  528. "stamina": 12,
  529. "hold": 3,
  530. "priority": 1
  531. },
  532. {
  533. "name": "Cold Breeze",
  534. "id": 72,
  535. "type": "wind",
  536. "class": "Special",
  537. "damage": 10,
  538. "stamina": 9,
  539. "hold": 0,
  540. "priority": 2
  541. },
  542. {
  543. "name": "Revitalize",
  544. "id": 73,
  545. "type": "nature",
  546. "class": "Status",
  547. "damage": 0,
  548. "stamina": 15,
  549. "hold": 1,
  550. "priority": 2
  551. },
  552. {
  553. "name": "Telekinetic Shrapnel",
  554. "id": 75,
  555. "type": "mental",
  556. "class": "Physical",
  557. "damage": 80,
  558. "stamina": 8,
  559. "hold": 1,
  560. "priority": 2
  561. },
  562. {
  563. "name": "Glass Blade",
  564. "id": 76,
  565. "type": "crystal",
  566. "class": "Physical",
  567. "damage": 32,
  568. "stamina": 5,
  569. "hold": 0,
  570. "priority": 2
  571. },
  572. {
  573. "name": "Crystal Dust",
  574. "id": 77,
  575. "type": "crystal",
  576. "class": "Special",
  577. "damage": 60,
  578. "stamina": 11,
  579. "hold": 0,
  580. "priority": 3
  581. },
  582. {
  583. "name": "Uppercut",
  584. "id": 79,
  585. "type": "melee",
  586. "class": "Physical",
  587. "damage": 80,
  588. "stamina": 12,
  589. "hold": 0,
  590. "priority": 2
  591. },
  592. {
  593. "name": "Ice Shuriken",
  594. "id": 82,
  595. "type": "water",
  596. "class": "Physical",
  597. "damage": 60,
  598. "stamina": 14,
  599. "hold": 0,
  600. "priority": 2
  601. },
  602. {
  603. "name": "Boomerang",
  604. "id": 86,
  605. "type": "wind",
  606. "class": "Physical",
  607. "damage": 85,
  608. "stamina": 14,
  609. "hold": 1,
  610. "priority": 3
  611. },
  612. {
  613. "name": "Beta Burst",
  614. "id": 98,
  615. "type": "mental",
  616. "class": "Special",
  617. "damage": 100,
  618. "stamina": 23,
  619. "hold": 0,
  620. "priority": 2
  621. },
  622. {
  623. "name": "Gamma Burst",
  624. "id": 99,
  625. "type": "mental",
  626. "class": "Special",
  627. "damage": 150,
  628. "stamina": 51,
  629. "hold": 0,
  630. "priority": 2
  631. },
  632. {
  633. "name": "Show Off",
  634. "id": 100,
  635. "type": "melee",
  636. "class": "Status",
  637. "damage": 0,
  638. "stamina": 7,
  639. "hold": 0,
  640. "priority": 2
  641. },
  642. {
  643. "name": "Crystallize",
  644. "id": 102,
  645. "type": "crystal",
  646. "class": "Status",
  647. "damage": 0,
  648. "stamina": 18,
  649. "hold": 1,
  650. "priority": 2
  651. },
  652. {
  653. "name": "Mirror Shell",
  654. "id": 103,
  655. "type": "crystal",
  656. "class": "Status",
  657. "damage": 0,
  658. "stamina": 15,
  659. "hold": 1,
  660. "priority": 1
  661. },
  662. {
  663. "name": "Tsunami",
  664. "id": 104,
  665. "type": "water",
  666. "class": "Special",
  667. "damage": 70,
  668. "stamina": 25,
  669. "hold": 1,
  670. "priority": 2
  671. },
  672. {
  673. "name": "Water Cannon",
  674. "id": 107,
  675. "type": "water",
  676. "class": "Special",
  677. "damage": 100,
  678. "stamina": 21,
  679. "hold": 0,
  680. "priority": 2
  681. },
  682. {
  683. "name": "Psy Surge",
  684. "id": 109,
  685. "type": "mental",
  686. "class": "Special",
  687. "damage": 100,
  688. "stamina": 15,
  689. "hold": 1,
  690. "priority": 1
  691. },
  692. {
  693. "name": "Inner Spirit",
  694. "id": 110,
  695. "type": "melee",
  696. "class": "Special",
  697. "damage": 170,
  698. "stamina": 23,
  699. "hold": 2,
  700. "priority": 2
  701. },
  702. {
  703. "name": "Feather Gatling",
  704. "id": 111,
  705. "type": "wind",
  706. "class": "Physical",
  707. "damage": 100,
  708. "stamina": 17,
  709. "hold": 0,
  710. "priority": 2
  711. },
  712. {
  713. "name": "Shrill Voice",
  714. "id": 112,
  715. "type": "neutral",
  716. "class": "Special",
  717. "damage": 42,
  718. "stamina": 12,
  719. "hold": 1,
  720. "priority": 2
  721. },
  722. {
  723. "name": "Psychosis",
  724. "id": 113,
  725. "type": "mental",
  726. "class": "Status",
  727. "damage": 0,
  728. "stamina": "-",
  729. "hold": 3,
  730. "priority": 0
  731. },
  732. {
  733. "name": "Multiple Pecks",
  734. "id": 114,
  735. "type": "neutral",
  736. "class": "Physical",
  737. "damage": 110,
  738. "stamina": 26,
  739. "hold": 0,
  740. "priority": 2
  741. },
  742. {
  743. "name": "High-pressure Water",
  744. "id": 116,
  745. "type": "water",
  746. "class": "Special",
  747. "damage": 50,
  748. "stamina": 15,
  749. "hold": 1,
  750. "priority": 2
  751. },
  752. {
  753. "name": "Ice Cubes",
  754. "id": 118,
  755. "type": "water",
  756. "class": "Physical",
  757. "damage": 54,
  758. "stamina": 13,
  759. "hold": 0,
  760. "priority": 2
  761. },
  762. {
  763. "name": "Tesla Prison",
  764. "id": 121,
  765. "type": "electric",
  766. "class": "Special",
  767. "damage": 50,
  768. "stamina": 12,
  769. "hold": 0,
  770. "priority": 2
  771. },
  772. {
  773. "name": "Urushiol",
  774. "id": 122,
  775. "type": "toxic",
  776. "class": "Physical",
  777. "damage": 41,
  778. "stamina": 8,
  779. "hold": 0,
  780. "priority": 2
  781. },
  782. {
  783. "name": "Fierce Claw",
  784. "id": 124,
  785. "type": "neutral",
  786. "class": "Physical",
  787. "damage": 71,
  788. "stamina": 13,
  789. "hold": 0,
  790. "priority": 2
  791. },
  792. {
  793. "name": "Narcoleptic Hit",
  794. "id": 125,
  795. "type": "mental",
  796. "class": "Physical",
  797. "damage": 140,
  798. "stamina": 15,
  799. "hold": 1,
  800. "priority": 1
  801. },
  802. {
  803. "name": "Data Burst",
  804. "id": 128,
  805. "type": "digital",
  806. "class": "Physical",
  807. "damage": 48,
  808. "stamina": 6,
  809. "hold": 0,
  810. "priority": 0
  811. },
  812. {
  813. "name": "Mechanical Heat",
  814. "id": 129,
  815. "type": "fire",
  816. "class": "Physical",
  817. "damage": 55,
  818. "stamina": 7,
  819. "hold": 0,
  820. "priority": 2
  821. },
  822. {
  823. "name": "Stone Wall",
  824. "id": 130,
  825. "type": "earth",
  826. "class": "Status",
  827. "damage": 0,
  828. "stamina": 18,
  829. "hold": 1,
  830. "priority": 1
  831. },
  832. {
  833. "name": "Turbo Choreography",
  834. "id": 131,
  835. "type": "wind",
  836. "class": "Status",
  837. "damage": 0,
  838. "stamina": 27,
  839. "hold": 1,
  840. "priority": 4
  841. },
  842. {
  843. "name": "Wake Up",
  844. "id": 133,
  845. "type": "neutral",
  846. "class": "Physical",
  847. "damage": 1,
  848. "stamina": "-",
  849. "hold": 0,
  850. "priority": 4
  851. },
  852. {
  853. "name": "Misogi",
  854. "id": 135,
  855. "type": "water",
  856. "class": "Status",
  857. "damage": 0,
  858. "stamina": 22,
  859. "hold": 2,
  860. "priority": 2
  861. },
  862. {
  863. "name": "Magma Cannon",
  864. "id": 137,
  865. "type": "fire",
  866. "class": "Special",
  867. "damage": 70,
  868. "stamina": 37,
  869. "hold": 3,
  870. "priority": 1
  871. },
  872. {
  873. "name": "Drill Impact",
  874. "id": 138,
  875. "type": "neutral",
  876. "class": "Physical",
  877. "damage": 120,
  878. "stamina": 20,
  879. "hold": 0,
  880. "priority": 2
  881. },
  882. {
  883. "name": "Haito Uchi",
  884. "id": 139,
  885. "type": "melee",
  886. "class": "Physical",
  887. "damage": 85,
  888. "stamina": 21,
  889. "hold": 1,
  890. "priority": 2
  891. },
  892. {
  893. "name": "Nicho Sai",
  894. "id": 140,
  895. "type": "melee",
  896. "class": "Physical",
  897. "damage": 135,
  898. "stamina": 29,
  899. "hold": 1,
  900. "priority": 3
  901. },
  902. {
  903. "name": "Humiliating Slap",
  904. "id": 141,
  905. "type": "neutral",
  906. "class": "Physical",
  907. "damage": 90,
  908. "stamina": 20,
  909. "hold": 0,
  910. "priority": 2
  911. },
  912. {
  913. "name": "Crystal Spikes",
  914. "id": 142,
  915. "type": "crystal",
  916. "class": "Special",
  917. "damage": 120,
  918. "stamina": 27,
  919. "hold": 0,
  920. "priority": 3
  921. },
  922. {
  923. "name": "Turbo Charge",
  924. "id": 143,
  925. "type": "electric",
  926. "class": "Status",
  927. "damage": 0,
  928. "stamina": 21,
  929. "hold": 1,
  930. "priority": 4
  931. },
  932. {
  933. "name": "Embers",
  934. "id": 144,
  935. "type": "fire",
  936. "class": "Physical",
  937. "damage": 63,
  938. "stamina": 15,
  939. "hold": 0,
  940. "priority": 2
  941. },
  942. {
  943. "name": "Meteor Swarm",
  944. "id": 145,
  945. "type": "fire",
  946. "class": "Physical",
  947. "damage": 75,
  948. "stamina": 25,
  949. "hold": 1,
  950. "priority": 1
  951. },
  952. {
  953. "name": "Allergic Spread",
  954. "id": 147,
  955. "type": "nature",
  956. "class": "Special",
  957. "damage": 58,
  958. "stamina": 18,
  959. "hold": 1,
  960. "priority": 2
  961. },
  962. {
  963. "name": "Water Cutting Lily",
  964. "id": 148,
  965. "type": "nature",
  966. "class": "Physical",
  967. "damage": 120,
  968. "stamina": 31,
  969. "hold": 0,
  970. "priority": 3
  971. },
  972. {
  973. "name": "Bark Shield",
  974. "id": 150,
  975. "type": "nature",
  976. "class": "Status",
  977. "damage": 0,
  978. "stamina": 30,
  979. "hold": 2,
  980. "priority": 1
  981. },
  982. {
  983. "name": "Warm Cuddle",
  984. "id": 151,
  985. "type": "fire",
  986. "class": "Physical",
  987. "damage": 53,
  988. "stamina": 12,
  989. "hold": 0,
  990. "priority": 2
  991. },
  992. {
  993. "name": "Rampage",
  994. "id": 152,
  995. "type": "neutral",
  996. "class": "hysical",
  997. "damage": 65,
  998. "stamina": 26,
  999. "hold": 1,
  1000. "priority": 1
  1001. },
  1002. {
  1003. "name": "Heat Up",
  1004. "id": 154,
  1005. "type": "fire",
  1006. "class": "Status",
  1007. "damage": 0,
  1008. "stamina": 23,
  1009. "hold": 0,
  1010. "priority": 2
  1011. },
  1012. {
  1013. "name": "King's Roar",
  1014. "id": 155,
  1015. "type": "neutral",
  1016. "class": "Status",
  1017. "damage": 0,
  1018. "stamina": 24,
  1019. "hold": 3,
  1020. "priority": 2
  1021. },
  1022. {
  1023. "name": "Double Kick",
  1024. "id": 156,
  1025. "type": "neutral",
  1026. "class": "Physical",
  1027. "damage": 80,
  1028. "stamina": 22,
  1029. "hold": 0,
  1030. "priority": 3
  1031. },
  1032. {
  1033. "name": "Iced Stalactite",
  1034. "id": 157,
  1035. "type": "water",
  1036. "class": "Physical",
  1037. "damage": 82,
  1038. "stamina": 22,
  1039. "hold": 1,
  1040. "priority": 2
  1041. },
  1042. {
  1043. "name": "Flood",
  1044. "id": 158,
  1045. "type": "water",
  1046. "class": "Status",
  1047. "damage": 0,
  1048. "stamina": 22,
  1049. "hold": 1,
  1050. "priority": 2
  1051. },
  1052. {
  1053. "name": "Tornado",
  1054. "id": 160,
  1055. "type": "wind",
  1056. "class": "Special",
  1057. "damage": 135,
  1058. "stamina": 31,
  1059. "hold": 1,
  1060. "priority": 3
  1061. },
  1062. {
  1063. "name": "Electric Storm",
  1064. "id": 161,
  1065. "type": "electric",
  1066. "class": "Special",
  1067. "damage": 76,
  1068. "stamina": 26,
  1069. "hold": 1,
  1070. "priority": 2
  1071. },
  1072. {
  1073. "name": "Perfect Jab",
  1074. "id": 162,
  1075. "type": "melee",
  1076. "class": "Physical",
  1077. "damage": 40,
  1078. "stamina": 15,
  1079. "hold": 0,
  1080. "priority": 2
  1081. },
  1082. {
  1083. "name": "Lullaby",
  1084. "id": 163,
  1085. "type": "mental",
  1086. "class": "Status",
  1087. "damage": 0,
  1088. "stamina": 27,
  1089. "hold": 2,
  1090. "priority": 1
  1091. },
  1092. {
  1093. "name": "Diamond Fort",
  1094. "id": 164,
  1095. "type": "crystal",
  1096. "class": "Status",
  1097. "damage": 0,
  1098. "stamina": 26,
  1099. "hold": 2,
  1100. "priority": 1
  1101. },
  1102. {
  1103. "name": "Stone Ball",
  1104. "id": 165,
  1105. "type": "earth",
  1106. "class": "Physical",
  1107. "damage": 130,
  1108. "stamina": 29,
  1109. "hold": 0,
  1110. "priority": 1
  1111. },
  1112. {
  1113. "name": "Oshi-Dashi",
  1114. "id": 167,
  1115. "type": "melee",
  1116. "class": "Physical",
  1117. "damage": 150,
  1118. "stamina": 28,
  1119. "hold": 1,
  1120. "priority": 2
  1121. },
  1122. {
  1123. "name": "Turbo attack",
  1124. "id": 168,
  1125. "type": "digital",
  1126. "class": "Special",
  1127. "damage": 140,
  1128. "stamina": 27,
  1129. "hold": 1,
  1130. "priority": 2
  1131. },
  1132. {
  1133. "name": "Firewall",
  1134. "id": 169,
  1135. "type": "digital",
  1136. "class": "Status",
  1137. "damage": 0,
  1138. "stamina": 15,
  1139. "hold": 1,
  1140. "priority": 0
  1141. },
  1142. {
  1143. "name": "Aquatic Whirlwind",
  1144. "id": 170,
  1145. "type": "water",
  1146. "class": "Special",
  1147. "damage": 130,
  1148. "stamina": 29,
  1149. "hold": 1,
  1150. "priority": 3
  1151. },
  1152. {
  1153. "name": "Chains Hit",
  1154. "id": 171,
  1155. "type": "neutral",
  1156. "class": "Physical",
  1157. "damage": 110,
  1158. "stamina": 16,
  1159. "hold": 0,
  1160. "priority": 2
  1161. },
  1162. {
  1163. "name": "Noxious Bomb",
  1164. "id": 172,
  1165. "type": "toxic",
  1166. "class": "Physical",
  1167. "damage": 100,
  1168. "stamina": 20,
  1169. "hold": 0,
  1170. "priority": 2
  1171. },
  1172. {
  1173. "name": "Lifeful Sap",
  1174. "id": 173,
  1175. "type": "nature",
  1176. "class": "Status",
  1177. "damage": 0,
  1178. "stamina": 12,
  1179. "hold": 0,
  1180. "priority": 2
  1181. },
  1182. {
  1183. "name": "Dust Vortex",
  1184. "id": 177,
  1185. "type": "earth",
  1186. "class": "Special",
  1187. "damage": 131,
  1188. "stamina": 24,
  1189. "hold": 1,
  1190. "priority": 2
  1191. },
  1192. {
  1193. "name": "Sharp Stabs",
  1194. "id": 180,
  1195. "type": "crystal",
  1196. "class": "Physical",
  1197. "damage": 76,
  1198. "stamina": 15,
  1199. "hold": 1,
  1200. "priority": 3
  1201. },
  1202. {
  1203. "name": "Slime",
  1204. "id": 182,
  1205. "type": "neutral",
  1206. "class": "Status",
  1207. "damage": 0,
  1208. "stamina": 12,
  1209. "hold": 0,
  1210. "priority": 1
  1211. },
  1212. {
  1213. "name": "Toxic Slime",
  1214. "id": 182,
  1215. "type": "toxic",
  1216. "class": "Physical",
  1217. "damage": 50,
  1218. "stamina": 12,
  1219. "hold": 0,
  1220. "priority": 2
  1221. },
  1222. {
  1223. "name": "Antitoxins",
  1224. "id": 183,
  1225. "type": "toxic",
  1226. "class": "Status",
  1227. "damage": 0,
  1228. "stamina": 26,
  1229. "hold": 2,
  1230. "priority": 2
  1231. },
  1232. {
  1233. "name": "Awful Song",
  1234. "id": 184,
  1235. "type": "neutral",
  1236. "class": "Special",
  1237. "damage": 96,
  1238. "stamina": 20,
  1239. "hold": 1,
  1240. "priority": 2
  1241. },
  1242. {
  1243. "name": "Ninja Jutsu",
  1244. "id": 186,
  1245. "type": "neutral",
  1246. "class": "Physical",
  1247. "damage": 130,
  1248. "stamina": 27,
  1249. "hold": 2,
  1250. "priority": 4
  1251. },
  1252. {
  1253. "name": "Footwork",
  1254. "id": 188,
  1255. "type": "melee",
  1256. "class": "Status",
  1257. "damage": 0,
  1258. "stamina": 15,
  1259. "hold": 1,
  1260. "priority": 3
  1261. },
  1262. {
  1263. "name": "Block",
  1264. "id": 189,
  1265. "type": "melee",
  1266. "class": "Status",
  1267. "damage": 0,
  1268. "stamina": 16,
  1269. "hold": 1,
  1270. "priority": 2
  1271. },
  1272. {
  1273. "name": "Earth Wave",
  1274. "id": 190,
  1275. "type": "earth",
  1276. "class": "Physical",
  1277. "damage": 90,
  1278. "stamina": 28,
  1279. "hold": 2,
  1280. "priority": 1
  1281. },
  1282. {
  1283. "name": "Clinch",
  1284. "id": 191,
  1285. "type": "neutral",
  1286. "class": "Physical",
  1287. "damage": 85,
  1288. "stamina": 14,
  1289. "hold": 0,
  1290. "priority": 1
  1291. },
  1292. {
  1293. "name": "Toxic Fang",
  1294. "id": 192,
  1295. "type": "toxic",
  1296. "class": "Physical",
  1297. "damage": 62,
  1298. "stamina": 12,
  1299. "hold": 1,
  1300. "priority": 2
  1301. },
  1302. {
  1303. "name": "Hallucination",
  1304. "id": 193,
  1305. "type": "toxic",
  1306. "class": "Status",
  1307. "damage": 0,
  1308. "stamina": 22,
  1309. "hold": 0,
  1310. "priority": 2
  1311. },
  1312. {
  1313. "name": "Crystal Plume Gatling",
  1314. "id": 195,
  1315. "type": "crystal",
  1316. "class": "Physical",
  1317. "damage": 130,
  1318. "stamina": 24,
  1319. "hold": 0,
  1320. "priority": 2
  1321. },
  1322. {
  1323. "name": "Mud Shower",
  1324. "id": 196,
  1325. "type": "earth",
  1326. "class": "Special",
  1327. "damage": 70,
  1328. "stamina": 14,
  1329. "hold": 0,
  1330. "priority": 2
  1331. },
  1332. {
  1333. "name": "Energy Manipulation",
  1334. "id": 197,
  1335. "type": "mental",
  1336. "class": "Special",
  1337. "damage": 45,
  1338. "stamina": 11,
  1339. "hold": 0,
  1340. "priority": 3
  1341. },
  1342. {
  1343. "name": "Crystal Bite",
  1344. "id": 199,
  1345. "type": "crystal",
  1346. "class": "Physical",
  1347. "damage": 130,
  1348. "stamina": 22,
  1349. "hold": 1,
  1350. "priority": 2
  1351. },
  1352. {
  1353. "name": "Harmful Lick",
  1354. "id": 200,
  1355. "type": "neutral",
  1356. "class": "Physical",
  1357. "damage": 150,
  1358. "stamina": 29,
  1359. "hold": 0,
  1360. "priority": 1
  1361. },
  1362. {
  1363. "name": "Pollution",
  1364. "id": 201,
  1365. "type": "toxic",
  1366. "class": "Status",
  1367. "damage": 0,
  1368. "stamina": 22,
  1369. "hold": 2,
  1370. "priority": 2
  1371. },
  1372. {
  1373. "name": "Psychic Collaborator",
  1374. "id": 202,
  1375. "type": "mental",
  1376. "class": "Special",
  1377. "damage": 1,
  1378. "stamina": 19,
  1379. "hold": 1,
  1380. "priority": 2
  1381. },
  1382. {
  1383. "name": "Madness Buff",
  1384. "id": 204,
  1385. "type": "melee",
  1386. "class": "Special",
  1387. "damage": 0,
  1388. "stamina": 15,
  1389. "hold": 0,
  1390. "priority": 2
  1391. },
  1392. {
  1393. "name": "Confiscate",
  1394. "id": 205,
  1395. "type": "neutral",
  1396. "class": "Status",
  1397. "damage": 0,
  1398. "stamina": 7,
  1399. "hold": 0,
  1400. "priority": 2
  1401. },
  1402. {
  1403. "name": "Roar",
  1404. "id": 205,
  1405. "type": "neutral",
  1406. "class": "Status",
  1407. "damage": 0,
  1408. "stamina": 10,
  1409. "hold": 2,
  1410. "priority": 2
  1411. },
  1412. {
  1413. "name": "Cage",
  1414. "id": 206,
  1415. "type": "neutral",
  1416. "class": "Status",
  1417. "damage": 0,
  1418. "stamina": 16,
  1419. "hold": 1,
  1420. "priority": 3
  1421. },
  1422. {
  1423. "name": "Extinction",
  1424. "id": 207,
  1425. "type": "fire",
  1426. "class": "Status",
  1427. "damage": 0,
  1428. "stamina": 32,
  1429. "hold": 2,
  1430. "priority": 2
  1431. },
  1432. {
  1433. "name": "Relax",
  1434. "id": 208,
  1435. "type": "neutral",
  1436. "class": "Status",
  1437. "damage": 0,
  1438. "stamina": 12,
  1439. "hold": 1,
  1440. "priority": 1
  1441. },
  1442. {
  1443. "name": "Rend",
  1444. "id": 209,
  1445. "type": "eutral",
  1446. "class": "Special",
  1447. "damage": 50,
  1448. "stamina": 22,
  1449. "hold": 2,
  1450. "priority": 2
  1451. },
  1452. {
  1453. "name": "Frond Whip",
  1454. "id": 210,
  1455. "type": "nature",
  1456. "class": "Physical",
  1457. "damage": 146,
  1458. "stamina": 28,
  1459. "hold": 1,
  1460. "priority": 1
  1461. },
  1462. {
  1463. "name": "Major Slash",
  1464. "id": 211,
  1465. "type": "neutral",
  1466. "class": "Physical",
  1467. "damage": 150,
  1468. "stamina": 33,
  1469. "hold": 1,
  1470. "priority": 2
  1471. },
  1472. {
  1473. "name": "Sacrifice",
  1474. "id": 212,
  1475. "type": "neutral",
  1476. "class": "Status",
  1477. "damage": 0,
  1478. "stamina": "-",
  1479. "hold": 1,
  1480. "priority": 3
  1481. },
  1482. {
  1483. "name": "Spores",
  1484. "id": 213,
  1485. "type": "nature",
  1486. "class": "Special",
  1487. "damage": 37,
  1488. "stamina": 6,
  1489. "hold": 0,
  1490. "priority": 2
  1491. },
  1492. {
  1493. "name": "Toxic Plume",
  1494. "id": 214,
  1495. "type": "toxic",
  1496. "class": "Special",
  1497. "damage": 50,
  1498. "stamina": 24,
  1499. "hold": 1,
  1500. "priority": 2
  1501. },
  1502. {
  1503. "name": "Hyperkinetic Strike",
  1504. "id": 217,
  1505. "type": "wind",
  1506. "class": "Special",
  1507. "damage": 59,
  1508. "stamina": 28,
  1509. "hold": 1,
  1510. "priority": 3
  1511. }
  1512. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement