Advertisement
Guest User

Untitled

a guest
May 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.81 KB | None | 0 0
  1. Particle1:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. helper-spell: true
  4. projectile-velocity: 5
  5. projectile-horiz-offset: -70
  6. tick-interval: 1
  7. special-effect-interval: 1
  8. particle-name: dripLava
  9. max-distance: 8
  10. hit-players: true
  11. hit-non-players: true
  12. stop-on-hit-ground: false
  13. particle-horizontal-spread: 0.1
  14. particle-vertical-spread: 0.1
  15. particle-count: 15
  16. hit-radius: 3
  17. vertical-hit-radius: 2.5
  18. stop-on-hit-entity: false
  19. relative-offset: 1,1.5,1
  20. spell: AoEvortex
  21. effects:
  22. 1:
  23. position: special
  24. effect: particles
  25. particle-name: blockcrack_95_14
  26. count: 40
  27. Particle2:
  28. spell-class: ".instant.ParticleProjectileSpell"
  29. helper-spell: true
  30. projectile-velocity: 5
  31. projectile-horiz-offset: 70
  32. tick-interval: 1
  33. special-effect-interval: 1
  34. particle-name: dripLava
  35. max-distance: 8
  36. hit-players: true
  37. hit-non-players: true
  38. stop-on-hit-ground: false
  39. particle-horizontal-spread: 0.1
  40. particle-vertical-spread: 0.1
  41. particle-count: 15
  42. hit-radius: 3
  43. vertical-hit-radius: 2.5
  44. stop-on-hit-entity: false
  45. relative-offset: 1,1.5,-1
  46. spell: AoEvortex
  47. effects:
  48. 1:
  49. position: special
  50. effect: particles
  51. particle-name: blockcrack_95_14
  52. count: 40
  53. Particle3:
  54. spell-class: ".instant.ParticleProjectileSpell"
  55. helper-spell: true
  56. projectile-velocity: 20
  57. projectile-horiz-offset: 0
  58. tick-interval: 1
  59. special-effect-interval: 1
  60. particle-name: flame
  61. max-distance: 8
  62. hit-players: true
  63. hit-non-players: true
  64. stop-on-hit-ground: false
  65. particle-horizontal-spread: 0.1
  66. particle-vertical-spread: 0.1
  67. particle-count: 15
  68. hit-radius: 5
  69. vertical-hit-radius: 2.5
  70. stop-on-hit-entity: false
  71. relative-offset: 0,1.5,0
  72. spell: AoEvortex
  73. effects:
  74. 1:
  75. position: special
  76. effect: particles
  77. particle-name: blockcrack_95_4
  78. count: 40
  79. Particle4:
  80. spell-class: ".instant.ParticleProjectileSpell"
  81. helper-spell: true
  82. projectile-velocity: 5
  83. projectile-horiz-offset: 180
  84. tick-interval: 1
  85. special-effect-interval: 1
  86. particle-name: dripLava
  87. max-distance: 8
  88. hit-players: true
  89. hit-non-players: true
  90. stop-on-hit-ground: false
  91. particle-horizontal-spread: 0.1
  92. particle-vertical-spread: 0.1
  93. particle-count: 15
  94. hit-radius: 3
  95. vertical-hit-radius: 4
  96. stop-on-hit-entity: false
  97. relative-offset: 0,1.5,0
  98. spell: AoEvortex
  99. effects:
  100. 1:
  101. position: special
  102. effect: particles
  103. particle-name: blockcrack_95_14
  104. count: 40
  105. Particle5:
  106. spell-class: ".instant.ParticleProjectileSpell"
  107. helper-spell: true
  108. projectile-velocity: 20
  109. projectile-horiz-offset: 0
  110. tick-interval: 1
  111. special-effect-interval: 1
  112. particle-name: flame
  113. max-distance: 8
  114. hit-players: true
  115. hit-non-players: true
  116. stop-on-hit-ground: false
  117. particle-horizontal-spread: 0.1
  118. particle-vertical-spread: 0.1
  119. particle-count: 15
  120. hit-radius: 3
  121. vertical-hit-radius: 2.5
  122. stop-on-hit-entity: false
  123. relative-offset: 0,1.5,0
  124. spell: AoEvortex
  125. effects:
  126. 1:
  127. position: special
  128. effect: particles
  129. particle-name: blockcrack_95_14
  130. count: 40
  131. multi:
  132. spell-class: ".MultiSpell"
  133. name: "Flame Prominence"
  134. cooldown: 75
  135. cost:
  136. - 130 Mana
  137. str-cost: 130 Mana
  138. spells:
  139. - Particlesground_Multi
  140. - line1
  141. - line1
  142. - Particle1
  143. - line1
  144. - line1
  145. - Particle2
  146. - ExplodeP
  147. - line1
  148. - line1
  149. - Particle4
  150. - DELAY 30
  151. - line2
  152. - line2
  153. - Particle3
  154.  
  155.  
  156.  
  157. line1:
  158. spell-class: ".instant.DummySpell"
  159. helper-spell: true
  160. effects:
  161. Particles:
  162. position: caster
  163. effect: effectlibentity
  164. effectlib:
  165. class: AnimatedBallEffect
  166. particle: REDSTONE
  167. color: FF0012
  168. size: 1
  169. relativeOffset: 0,1.5,0
  170. iterations: 20
  171. line2:
  172. spell-class: ".instant.DummySpell"
  173. helper-spell: true
  174. effects:
  175. Particles:
  176. position: caster
  177. effect: effectlibentity
  178. effectlib:
  179. class: AnimatedBallEffect
  180. particle: REDSTONE
  181. color: FF6600
  182. size: 0.7
  183. relativeOffset: 0,0,0
  184. iterations: 50
  185.  
  186.  
  187. AoEvortex:
  188. spell-class: ".targeted.AreaEffectSpell"
  189. helper-spell: true
  190. horizontal-radius: 4
  191. vertical-radius: 5
  192. point-blank: true
  193. spell-source-in-center: true
  194. fail-if-no-targets: false
  195. spells:
  196. - pain
  197. - combust
  198.  
  199.  
  200. pain:
  201. spell-class: ".targeted.PainSpell"
  202. damage: 80
  203. helper-spell: true
  204.  
  205. combust:
  206. spell-class: ".targeted.CombustSpell"
  207. helper-spell: true
  208. name: combust
  209. cooldown: 10
  210. range: 20
  211. fire-ticks: 100
  212. fire-tick-damage: 20
  213. prevent-immunity: true
  214. check-plugins: true
  215.  
  216.  
  217. Particlesground:
  218. spell-class: ".instant.DummySpell"
  219. helper-spell: true
  220. effects:
  221. Particles:
  222. position: caster
  223. effect: effectlibentity
  224. effectlib:
  225. class: HelixEffect
  226. particle: flame
  227. color: F52549
  228. radius: 3
  229. count: 20
  230. relativeOffset: 0,1,0
  231. duration: 10
  232.  
  233. pain2:
  234. spell-class: ".targeted.PainSpell"
  235. damage: 90
  236. helper-spell: true
  237.  
  238. GroundForcetoss:
  239. spell-class: ".targeted.ForcetossSpell"
  240. range: 4
  241. damage: 10
  242. horizontal-force: 2
  243. vertical-force: 3
  244. check-plugins: true
  245. helper-spell: true
  246.  
  247. GroundAoEvortex:
  248. spell-class: ".targeted.AreaEffectSpell"
  249. horizontal-radius: 3
  250. vertical-radius: 1
  251. point-blank: true
  252. spell-source-in-center: true
  253. fail-if-no-targets: false
  254. helper-spell: true
  255. spells:
  256. - pain2
  257. - GroundForcetoss
  258.  
  259. Particlesground_Multi:
  260. spell-class: ".MultiSpell"
  261. helper-spell: true
  262. spells:
  263. - Particlesground
  264. - GroundAoEvortex
  265. - DELAY 15
  266. - Particlesground
  267. - GroundAoEvortex
  268. - DELAY 15
  269. - Particlesground
  270. - GroundAoEvortex
  271. - DELAY 15
  272. - Particlesground
  273. - GroundAoEvortex
  274. - DELAY 15
  275. - Particlesground
  276. - GroundAoEvortex
  277. - DELAY 15
  278. - Particlesground
  279. - GroundAoEvortex
  280. - DELAY 15
  281. - Particlesground
  282. - GroundAoEvortex
  283. - DELAY 15
  284. - Particlesground
  285. - GroundAoEvortex
  286. - DELAY 15
  287. - Particlesground
  288. - GroundAoEvortex
  289. - DELAY 15
  290. - Particlesground
  291. - GroundAoEvortex
  292. - DELAY 15
  293. - Particlesground
  294. - GroundAoEvortex
  295. - DELAY 15
  296. - Particlesground
  297. - GroundAoEvortex
  298. - DELAY 15
  299. - Particlesground
  300. - GroundAoEvortex
  301.  
  302. ExplodeP:
  303. spell-class: ".instant.ParticleProjectileSpell"
  304. helper-spell: true
  305. projectile-velocity: 20
  306. projectile-horiz-offset: 0
  307. projectile-gravity: -3
  308. tick-interval: 1
  309. special-effect-interval: 1
  310. particle-name: flame
  311. max-distance: 8
  312. hit-players: true
  313. hit-non-players: true
  314. stop-on-hit-ground: false
  315. particle-horizontal-spread: 5
  316. particle-vertical-spread: 5
  317. particle-count: 15
  318. hit-radius: 3
  319. vertical-hit-radius: 2.5
  320. stop-on-hit-entity: false
  321. relative-offset: 0,1,0
  322. spell: pain2
  323. effects:
  324. 1:
  325. position: special
  326. effect: particles
  327. particle-name: blockcrack_95_0
  328. count: 60
  329.  
  330. shadow-drive_Multi:
  331. spell-class: ".MultiSpell"
  332. name: "&0Shadow Drive"
  333. cost:
  334. - 150 Mana
  335. cooldown: 85
  336. spells:
  337. - shadow-drive_Speed
  338. - shadow-drive_Regen
  339. - shadow-drive_Res
  340. - shadow-drive_Str
  341. - shadow-drive_AoE
  342. - p1
  343. - DELAY 3
  344. - shadow-drive_AoE
  345. - p1
  346. - DELAY 3
  347. - shadow-drive_AoE
  348. - p1
  349. - DELAY 3
  350. - shadow-drive_AoE
  351. - p1
  352. - DELAY 3
  353. - shadow-drive_AoE
  354. - p1
  355. - DELAY 3
  356. - shadow-drive_AoE
  357. - p1
  358. - DELAY 3
  359. - shadow-drive_AoE
  360. - p1
  361. - DELAY 3
  362. - shadow-drive_AoE
  363. - p1
  364. - DELAY 3
  365. - shadow-drive_AoE
  366. - p1
  367. - DELAY 3
  368. - shadow-drive_AoE
  369. - p1
  370. - DELAY 3
  371. - shadow-drive_AoE
  372. - p1
  373. - DELAY 3
  374. - shadow-drive_AoE
  375. - p1
  376. - DELAY 3
  377. - shadow-drive_AoE
  378. - p1
  379. - DELAY 3
  380. - shadow-drive_AoE
  381. - p1
  382. - DELAY 3
  383. - shadow-drive_AoE
  384. - p2
  385. - DELAY 3
  386. - shadow-drive_AoE
  387. - p2
  388. - DELAY 3
  389. - shadow-drive_AoE
  390. - p2
  391. - DELAY 3
  392. - shadow-drive_AoE
  393. - p2
  394. - DELAY 3
  395. - shadow-drive_AoE
  396. - p2
  397. - DELAY 3
  398. - shadow-drive_AoE
  399. - p2
  400. - DELAY 3
  401. - shadow-drive_AoE
  402. - p2
  403. - DELAY 3
  404. - shadow-drive_AoE
  405. - p2
  406. - DELAY 3
  407. - shadow-drive_AoE
  408. - p2
  409. - DELAY 3
  410. - shadow-drive_AoE
  411. - p2
  412. - DELAY 3
  413. - shadow-drive_AoE
  414. - p2
  415. - DELAY 3
  416. - shadow-drive_AoE
  417. - p2
  418. - DELAY 3
  419. - shadow-drive_AoE
  420. - p2
  421. - DELAY 3
  422. - shadow-drive_AoE
  423. - p2
  424. - DELAY 3
  425. - shadow-drive_AoE
  426. - p3
  427. - DELAY 3
  428. - shadow-drive_AoE
  429. - p3
  430. - DELAY 3
  431. - shadow-drive_AoE
  432. - p3
  433. - DELAY 3
  434. - shadow-drive_AoE
  435. - p3
  436. - DELAY 3
  437. - shadow-drive_AoE
  438. - p3
  439. - DELAY 3
  440. - shadow-drive_AoE
  441. - p3
  442. - DELAY 3
  443. - shadow-drive_AoE
  444. - p3
  445. - DELAY 3
  446. - shadow-drive_AoE
  447. - p3
  448. - DELAY 3
  449. - shadow-drive_AoE
  450. - p3
  451. - DELAY 3
  452. - shadow-drive_AoE
  453. - p3
  454. - DELAY 3
  455. - shadow-drive_AoE
  456. - p3
  457. - DELAY 3
  458. - shadow-drive_AoE
  459. - p3
  460. - DELAY 3
  461. - shadow-drive_AoE
  462. - p3
  463. - DELAY 3
  464. - shadow-drive_AoE
  465. - p3
  466. - DELAY 3
  467. - shadow-drive_AoE
  468. - pUP
  469. - DELAY 10
  470. - shadow-drive_AoE
  471. - pMID
  472. - DELAY 10
  473. - shadow-drive_AoE
  474. - pDOWN
  475. - DELAY 10
  476. - shadow-drive_AoE
  477. - pUP
  478. - DELAY 10
  479. - shadow-drive_AoE
  480. - pMID
  481. - DELAY 10
  482. - shadow-drive_AoE
  483. - pDOWN
  484. - DELAY 10
  485. - shadow-drive_AoE
  486. - pUP
  487. - DELAY 10
  488. - shadow-drive_AoE
  489. - pMID
  490. - DELAY 10
  491. - shadow-drive_AoE
  492. - pDOWN
  493. - DELAY 10
  494. - shadow-drive_AoE
  495. - pUP
  496. - DELAY 10
  497. - shadow-drive_AoE
  498. - pMID
  499. - DELAY 10
  500. - shadow-drive_AoE
  501. - pDOWN
  502. - DELAY 10
  503. - shadow-drive_AoE
  504. - pUP
  505. - DELAY 10
  506. - shadow-drive_AoE
  507. - pMID
  508. - DELAY 10
  509. - shadow-drive_AoE
  510. - pDOWN
  511. - DELAY 10
  512. - shadow-drive_AoE
  513. - pUP
  514. - DELAY 10
  515. - shadow-drive_AoE
  516. - pMID
  517. - DELAY 10
  518. - shadow-drive_AoE
  519. - pDOWN
  520. - DELAY 10
  521. - shadow-drive_AoE
  522. - pUP
  523. - DELAY 10
  524. - shadow-drive_AoE
  525. - pMID
  526. - DELAY 10
  527. - shadow-drive_AoE
  528. - pDOWN
  529. - DELAY 10
  530. - shadow-drive_AoE
  531. - pUP
  532. - DELAY 10
  533. - shadow-drive_AoE
  534. - pMID
  535. - DELAY 10
  536. - shadow-drive_AoE
  537. - pDOWN
  538. - DELAY 10
  539. - shadow-drive_AoE
  540. - pUP
  541. - DELAY 10
  542. - shadow-drive_AoE
  543. - pMID
  544. - DELAY 10
  545. - shadow-drive_AoE
  546. - pDOWN
  547. - DELAY 10
  548. - shadow-drive_AoE
  549. - pUP
  550. - DELAY 10
  551. - shadow-drive_AoE
  552. - pMID
  553. - DELAY 10
  554. - shadow-drive_AoE
  555. - pDOWN
  556. - DELAY 10
  557. - shadow-drive_AoE
  558. - pUP
  559. - DELAY 10
  560. - shadow-drive_AoE
  561. - pMID
  562. - DELAY 10
  563. - shadow-drive_AoE
  564. - pDOWN
  565. - DELAY 10
  566. - shadow-drive_AoE
  567. - pUP
  568. - DELAY 10
  569. - shadow-drive_AoE
  570. - pMID
  571. - DELAY 10
  572. - shadow-drive_AoE
  573. - pDOWN
  574. - DELAY 10
  575. - shadow-drive_AoE
  576. - pUP
  577. - DELAY 10
  578. - shadow-drive_AoE
  579. - pMID
  580. - DELAY 10
  581. - shadow-drive_AoE
  582. - pDOWN
  583. - DELAY 10
  584. - shadow-drive_AoE
  585. - pUP
  586. - DELAY 10
  587. - shadow-drive_AoE
  588. - pMID
  589. - DELAY 10
  590. - shadow-drive_AoE
  591. - pDOWN
  592. - DELAY 10
  593. - shadow-drive_AoE
  594. - pUP
  595. - DELAY 10
  596. - shadow-drive_AoE
  597. - pMID
  598. - DELAY 10
  599. - shadow-drive_AoE
  600. - pDOWN
  601. - DELAY 10
  602. - shadow-drive_AoE
  603. - pUP
  604. - DELAY 10
  605. - shadow-drive_AoE
  606. - pMID
  607. - DELAY 10
  608. - shadow-drive_AoE
  609. - pDOWN
  610. - DELAY 10
  611. - shadow-drive_AoE
  612. - pUP
  613. - DELAY 10
  614. - shadow-drive_AoE
  615. - pMID
  616. - DELAY 10
  617. - shadow-drive_AoE
  618. - pDOWN
  619. - DELAY 10
  620. - shadow-drive_AoE
  621. - pUP
  622. - DELAY 10
  623. - shadow-drive_AoE
  624. - pMID
  625. - DELAY 10
  626. - shadow-drive_AoE
  627. - pDOWN
  628. - DELAY 10
  629. - shadow-drive_AoE
  630. - pUP
  631. - DELAY 10
  632. - shadow-drive_AoE
  633. - pMID
  634. - DELAY 10
  635. - shadow-drive_AoE
  636. - pDOWN
  637. - DELAY 10
  638. - shadow-drive_AoE
  639. - pUP
  640. - DELAY 10
  641. - shadow-drive_AoE
  642. - pMID
  643. - DELAY 10
  644. - shadow-drive_AoE
  645. - pDOWN
  646. - DELAY 10
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653. p1:
  654. spell-class: ".instant.DummySpell"
  655. helper-spell: true
  656. effects:
  657. Particles:
  658. position: caster
  659. effect: effectlibentity
  660. effectlib:
  661. class: HelixEffect
  662. particle: REDSTONE
  663. color: 000000
  664. radius: 3
  665. count: 20
  666. relativeOffset: 0,1,0
  667. iterations: 20
  668. duration: 20
  669.  
  670.  
  671. p2:
  672. spell-class: ".instant.DummySpell"
  673. helper-spell: true
  674. effects:
  675. Particles:
  676. position: caster
  677. effect: effectlibentity
  678. effectlib:
  679. class: HelixEffect
  680. particle: REDSTONE
  681. color: 000000
  682. radius: 2
  683. particlesPerIteration: 25
  684. relativeOffset: 0,1,0
  685. iterations: 20
  686. duration: 20
  687.  
  688. p3:
  689. spell-class: ".instant.DummySpell"
  690. helper-spell: true
  691. effects:
  692. Particles:
  693. position: caster
  694. effect: effectlibentity
  695. effectlib:
  696. class: HelixEffect
  697. particle: REDSTONE
  698. color: 000000
  699. radius: 1
  700. particlesPerIteration: 25
  701. relativeOffset: 0,1,0
  702. iterations: 20
  703. duration: 20
  704.  
  705. pUP:
  706. spell-class: ".instant.DummySpell"
  707. helper-spell: true
  708. effects:
  709. Particles:
  710. position: caster
  711. effect: effectlibentity
  712. effectlib:
  713. class: HelixEffect
  714. particle: REDSTONE
  715. color: 000000
  716. radius: 1
  717. particlesPerIteration: 25
  718. relativeOffset: 0,2,0
  719. iterations: 20
  720. duration: 20
  721. 2:
  722. position: caster
  723. effect: effectlibentity
  724. effectlib:
  725. class: AnimatedBallEffect
  726. particle: REDSTONE
  727. color: D3D3D3
  728. size: 0.7
  729. relativeOffset: 0,0,0
  730. iterations: 25
  731. pMID:
  732. spell-class: ".instant.DummySpell"
  733. helper-spell: true
  734. effects:
  735. Particles:
  736. position: caster
  737. effect: effectlibentity
  738. effectlib:
  739. class: HelixEffect
  740. particle: REDSTONE
  741. color: 000000
  742. radius: 1
  743. particlesPerIteration: 25
  744. relativeOffset: 0,1,0
  745. iterations: 20
  746. duration: 20
  747.  
  748. pDOWN:
  749. spell-class: ".instant.DummySpell"
  750. helper-spell: true
  751. effects:
  752. Particles:
  753. position: caster
  754. effect: effectlibentity
  755. effectlib:
  756. class: HelixEffect
  757. particle: REDSTONE
  758. color: 000000
  759. radius: 1
  760. particlesPerIteration: 25
  761. relativeOffset: 0,0,0
  762. iterations: 20
  763. duration: 20
  764.  
  765. shadow-drive_AoE:
  766. spell-class: ".targeted.AreaEffectSpell"
  767. helper-spell: true
  768. horizontal-radius: 2.5
  769. vertical-radius: 1.5
  770. spells:
  771. - shadow-drive_Pain
  772. - Forcetoss
  773.  
  774. shadow-drive_Pain:
  775. spell-class: ".targeted.PainSpell"
  776. helper-spell: true
  777. helper-spell: true
  778. damage: 30
  779.  
  780. Forcetoss:
  781. spell-class: ".targeted.ForcetossSpell"
  782. helper-spell: true
  783. vertical-force: 2
  784. horizontal-force: 2
  785. range: 1
  786.  
  787. shadow-drive_Speed:
  788. spell-class: ".targeted.PotionEffectSpell"
  789. helper-spell: true
  790. duration: 700
  791. type: 1
  792. strength: 2
  793. targeted: false
  794.  
  795. shadow-drive_Res:
  796. spell-class: ".targeted.PotionEffectSpell"
  797. helper-spell: true
  798. duration: 700
  799. type: 11
  800. strength: 2
  801. targeted: false
  802.  
  803. shadow-drive_Str:
  804. spell-class: ".targeted.PotionEffectSpell"
  805. helper-spell: true
  806. duration: 700
  807. type: 11
  808. strength: 2
  809. targeted: false
  810.  
  811. shadow-drive_Regen:
  812. spell-class: ".targeted.PotionEffectSpell"
  813. helper-spell: true
  814. duration: 350
  815. type: 10
  816. strength: 1
  817. targeted: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement