Advertisement
Thundurr

Untitled

Dec 1st, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.47 KB | None | 0 0
  1. fireswipe1:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. horizontal-offset: 100
  4. projectile-horiz-offset: 20
  5. projectile-vert-offset: 0
  6. special-effect-interval: 1
  7. projectile-gravity: 0
  8. hit-players: true
  9. spell-on-hit-entity: combust
  10. hit-radius: 1
  11. stop-on-hit-entity: false
  12. particle-name: dripLava
  13. particle-speed: 0.3
  14. particle-count: 2
  15.  
  16. effects:
  17. 3:
  18. position: special
  19. effect: effectlib
  20. effectlib:
  21. class: ConeEffect
  22. particle: FLAME
  23. iterations: 1
  24. radius: 0.002
  25. particles: 50
  26. y-offset: 3
  27. period: 0.2
  28. color: 0bed2d
  29. particle-horizontal-spread: 0.1
  30. particle-vertical-spread: 0.1
  31.  
  32. fireswipe2:
  33. spell-class: ".instant.ParticleProjectileSpell"
  34. horizontal-offset: 100
  35. projectile-horiz-offset: 0
  36. projectile-vert-offset: 0
  37. special-effect-interval: 1
  38. projectile-gravity: 0
  39. hit-players: true
  40. hit-radius: 1
  41. stop-on-hit-entity: false
  42. particle-name: dripLava
  43. spell-on-hit-entity: combust
  44. particle-speed: 0.3
  45. particle-count: 2
  46. particle-horizontal-spread: 0.1
  47. particle-vertical-spread: 0.1
  48. effects:
  49. 3:
  50. position: special
  51. effect: effectlib
  52. effectlib:
  53. class: ConeEffect
  54. particle: FLAME
  55. iterations: 1
  56. radius: 0.002
  57. particles: 50
  58. y-offset: 3
  59. period: 0.2
  60. color: 0bed2d
  61.  
  62. fireswipe3:
  63. spell-class: ".instant.ParticleProjectileSpell"
  64. horizontal-offset: 100
  65. projectile-horiz-offset: -20
  66. projectile-vert-offset: 0
  67. special-effect-interval: 1
  68. hit-players: true
  69. hit-radius: 1
  70. stop-on-hit-entity: false
  71. projectile-gravity: 0
  72. effects:
  73. 3:
  74. position: special
  75. effect: effectlib
  76. effectlib:
  77. class: ConeEffect
  78. particle: FLAME
  79. iterations: 1
  80. radius: 0.002
  81. particles: 50
  82. y-offset: 3
  83. period: 0.2
  84. color: 0bed2d
  85. particle-name: dripLava
  86. particle-speed: 0.3
  87. particle-count: 1
  88. particle-horizontal-spread: 0.1
  89. particle-vertical-spread: 0.1
  90. spell-on-hit-entity: combust
  91.  
  92. fireswipepain:
  93. spell-class: ".targeted.PainSpell"
  94. damage: 5
  95. ignore-armor: false
  96. can-target: players,monsters
  97. check-plugins: true
  98.  
  99. fireswipemulti:
  100. spell-class: ".MultiSpell"
  101. name: "&cFire Release: Fire Swipe"
  102. cooldown: 12
  103. cast-item: 289
  104. check-individual-cooldowns: false
  105. spells:
  106. - fireswipe1
  107. - fireswipe2
  108. - fireswipe3
  109. variables:
  110. SMVariable:
  111. type: player
  112. min: 0
  113. max: 4
  114. permanent: false
  115. SMSetCD:
  116. spell-class: ".targeted.DummySpell"
  117. targeted: false
  118. target-self: true
  119. cooldown: 15
  120. str-on-cooldown: That spell is on cooldown (%c seconds remaining).
  121.  
  122. SMaddvar:
  123. spell-class: ".targeted.DummySpell"
  124. targeted: false
  125. target-self: true
  126. modifiers:
  127. - variableequals SMVariable:3 denied
  128. variable-mods-cast:
  129. - SMVariable +1
  130. str-on-cooldown: That spell is on cooldown (%c seconds remaining).
  131. Migranemulti:
  132. spell-class: ".MultiSpell"
  133. name: "&cHeat Crash"
  134. cast-item: cocoa_beans
  135. check-individual-cooldowns: true
  136. modifiers:
  137. - variableequals SMVariable:4 castinstead SMSetCD
  138. spells:
  139. - mIGRANEPP
  140. - SMaddvar
  141. - DELAY 300
  142. - resetfirevaradd
  143. - DELAY 300
  144. - resetfirevar
  145.  
  146. mIGRANEPP:
  147. spell-class: ".instant.ParticleProjectileSpell"
  148. helper-spell: false
  149. projectile-velocity: 18
  150. projectile-horiz-gravity: 0
  151. power-affects-velocity: false
  152. start-z-offset: 0
  153. start-forward-offset: 0
  154. tick-interval: 1
  155. spell-interval: 4
  156. max-distance: 30
  157. max-duration: 8
  158. hit-radius: 1.5
  159. hit-air-during: true
  160. special-effect-interval: 1
  161. hit-players: true
  162. spell-on-hit-ground: HunterTrap
  163. spell-on-hit-entity: combust
  164. stop-on-modifier-fail: true
  165. stop-on-hit-entity: true
  166. hit-ground: true
  167. modifiers:
  168. - variablemorethan SMVariable:3 denied
  169.  
  170. effects:
  171. 1:
  172. position: special
  173. effect: effectlib
  174. effectlib:
  175. class: SphereEffect
  176. particle: REDSTONE
  177. iterations: 3
  178. radius: 1
  179. particles: 5
  180. yOffset: 0.5
  181. period: 1
  182. visibleRange: 50
  183. color: F1C40F
  184. 2:
  185. position: special
  186. effect: effectlib
  187. effectlib:
  188. class: SphereEffect
  189. particle: REDSTONE
  190. iterations: 3
  191. radius: 1
  192. particles: 5
  193. period: 1
  194. yOffset: 0.5
  195. visibleRange: 50
  196. color: F39C12
  197. 3:
  198. position: special
  199. effect: effectlib
  200. effectlib:
  201. class: SphereEffect
  202. particle: FLAME
  203. iterations: 3
  204. yOffset: 0.5
  205. radius: 1
  206. speed: 0
  207. particles: 2
  208. period: 1
  209. visibleRange: 50
  210. resetfirevar:
  211. spell-class: ".targeted.DummySpell"
  212. targeted: false
  213. target-self: true
  214. variable-mods-cast:
  215. - SMVariable 0
  216. modifiers:
  217. - variablelessthan SMVariable:4 denied
  218. resetfirevaradd:
  219. spell-class: ".targeted.DummySpell"
  220. targeted: false
  221. target-self: true
  222. str-cast-self: "&3You are unable to use &cHeat Crash"
  223. modifiers:
  224. - variablelessthan SMVariable:4 cast SMSetCD
  225. - variableequals SMVariable:4 denied
  226. variable-mods-cast:
  227. - SMVariable 4
  228. combust:
  229. spell-class: ".targeted.CombustSpell"
  230. name: combust
  231. range: 20
  232. fire-ticks: 100
  233. fire-tick-damage: 1
  234. prevent-immunity: true
  235. target-players: true
  236. target-non-players: true
  237. check-plugins: true
  238. str-no-target: No target found.
  239. HunterTrap:
  240. spell-class: ".targeted.PulserSpell"
  241. range: 3
  242. total-pulses: 3
  243. interval: 20
  244. max-distance: 500
  245. block-type: air
  246. only-count-on-success: false
  247. cap-per-player: 20
  248. spells:
  249. - fireeffectpulser
  250. - trapAoe
  251. trapAoe:
  252. spell-class: ".targeted.AreaEffectSpell"
  253. horizontal-radius: 5
  254. vertical-radius: 4
  255. can-target: players,nonplayers
  256. spells:
  257. - combust
  258.  
  259. fireeffectpulser:
  260. spell-class: ".targeted.PulserSpell"
  261. range: 3
  262. total-pulses: 1
  263. interval: 20
  264. max-distance: 500
  265. block-type: air
  266. only-count-on-success: false
  267. cap-per-player: 20
  268. effects:
  269. 2:
  270. position: target
  271. effect: effectlib
  272. effectlib:
  273. class: HelixEffect
  274. particle: LAVA
  275. iterations: 5
  276. yOffset: 0.5
  277. strands: 27
  278. radius: 6
  279. particles: 2
  280. period: 1
  281. visibleRange: 50
  282. firecleanse:
  283. spell-class: ".targeted.CleanseSpell"
  284. cast-item: stick
  285. targeted: false
  286. target-self: true
  287. remove:
  288. - buff:BUFFFire2
  289. BUFFFire:
  290. spell-class: ".buff.DummySpell"
  291. targeted: false
  292. toggle: true
  293. BUFFFire2:
  294. spell-class: ".buff.DummySpell"
  295. targeted: false
  296. toggle: true
  297. effects:
  298. 1:
  299. position: buff
  300. height-offset: 1.5
  301. forward-offset: 0.7
  302. effect-interval: 1
  303. effect: effectlib
  304. effectlib:
  305. class: SphereEffect
  306. particle: REDSTONE
  307. iterations: 1
  308. radius: 0.1
  309. yOffset: 0
  310. particles: 1
  311. grow: 5
  312. period: 1
  313. color: FF0000
  314. speed: 0
  315. 2:
  316. position: buff
  317. height-offset: 1.5
  318. forward-offset: 0.7
  319. effect-interval: 1
  320. delay: 2
  321. effect: effectlib
  322. effectlib:
  323. class: SphereEffect
  324. particle: REDSTONE
  325. iterations: 1
  326. radius: 0.2
  327. yOffset: 0
  328. particles: 1
  329. period: 1
  330. color: E00000
  331. speed: 0
  332. 3:
  333. position: buff
  334. height-offset: 1.5
  335. forward-offset: 0.7
  336. effect-interval: 1
  337. delay: 4
  338. effect: effectlib
  339. effectlib:
  340. class: SphereEffect
  341. particle: REDSTONE
  342. iterations: 1
  343. radius: 0.3
  344. yOffset: 0
  345. particles: 1
  346. period: 1
  347. color: C00000
  348. speed: 0
  349. 4:
  350. position: buff
  351. height-offset: 1.5
  352. forward-offset: 0.7
  353. effect-interval: 1
  354. delay: 6
  355. effect: effectlib
  356. effectlib:
  357. class: SphereEffect
  358. particle: REDSTONE
  359. iterations: 1
  360. radius: 0.4
  361. yOffset: 0
  362. particles: 1
  363. period: 1
  364. color: A00000
  365. speed: 0
  366. 5:
  367. position: buff
  368. height-offset: 1.5
  369. forward-offset: 0.7
  370. effect-interval: 1
  371. delay: 8
  372. effect: effectlib
  373. effectlib:
  374. class: SphereEffect
  375. particle: SPELL_MOB
  376. iterations: 1
  377. radius: 0.5
  378. yOffset: 0
  379. particles: 6
  380. period: 1
  381. color: 800000
  382. speed: 0
  383. Gfc_pp:
  384. spell-class: ".instant.ParticleProjectileSpell"
  385. name: "&cGreat Flame Commandment"
  386. permission-name: customjutsu
  387. helper-spell: false
  388. power-affects-velocity: false
  389. projectile-velocity: 23
  390. projectile-vert-offset: 0
  391. projectile-horiz-offset: 0
  392. projectile-gravity: 0
  393. tick-interval: 1
  394. special-effect-interval: 1
  395. particle-name: blockcrack
  396. particle-horizontal-spread: 0
  397. particle-vertical-spread: 0
  398. particle-count: 1
  399. max-distance: 50
  400. hit-radius: 5
  401. vertical-hit-radius: 5
  402. hit-players: true
  403. spell-on-hit-entity: trapAoe
  404. hit-non-players: true
  405. hit-ground: false
  406. stop-on-hit-entity: false
  407. stop-on-hit-ground: false
  408. relative-offset: 0,4,0
  409. max-entities-hit: 20
  410. hit-air-at-end: true
  411. effects:
  412. 1:
  413. position: special
  414. effect: effectlib
  415. effect-interval: 1
  416. z-offset: 0
  417. effectlib:
  418. class: SphereEffect
  419. enableRotation: false
  420. radius: 4.5
  421. particle: FLAME
  422. particles: 100
  423. iterations: 1
  424. eff2:
  425. position: special
  426. effect: effectlib
  427. effectlib:
  428. class: SphereEffect
  429. particle: REDSTONE
  430. color: A60000
  431. radius: 4
  432. particles: 200
  433. iterations: 1
  434.  
  435. infernofire:
  436. spell-class: ".targeted.AreaEffectSpell"
  437. name: "&cInferno Overdrive"
  438. horizontal-radius: 4
  439. vertical-radius: 3
  440. point-blank: true
  441. spell-source-in-center: true
  442. target-players: true
  443. fail-if-no-targets: false
  444. spells:
  445. - combust(mode=delay=20)
  446. effects:
  447. eff1:
  448. position: caster
  449. effect: effectlib
  450. effectlib:
  451. class: EquationEffect
  452. particle: FLAME
  453. particles: 4
  454. particles2: 100
  455. duration: 900
  456. iterations: 1
  457. cycle: true
  458. orientPitch: true
  459. orient: false
  460. xEquation: 0
  461. yEquation: 2 * 0.688 + 2 * ( 3.1415 / 64 * t ) * 2.7183 ^ ( -0.25 * ( 3.1415 / 64 * t )^2 ) * cos ( 4 * ( 3.1415 / 64 * t ) )
  462. zEquation: 0
  463. x2Equation: 2 * ( 3.1415 / 64 * t ) * cos ( 3.1415 / 50 * t2 )
  464. y2Equation: 0
  465. z2Equation: 2 * (3.1415 / 64) * t * sin ( 3.1415 / 50 * t2 )
  466. eff2:
  467. position: caster
  468. effect: effectlib
  469. effectlib:
  470. class: EquationEffect
  471. particle: FLAME
  472. particles: 1
  473. particles2: 50
  474. duration: 900
  475. iterations: 1
  476. cycle: true
  477. orientPitch: true
  478. orient: false
  479. xEquation: 0
  480. yEquation: 2 * 0.688 + 2 * ( 3.1415 / 16 * t ) * 2.7183 ^ ( -0.25 * ( 3.1415 / 16 * t )^2 ) * cos ( 4 * ( 3.1415 / 16 * t ) )
  481. zEquation: 0
  482. x2Equation: 2 * ( 3.1415 / 16 * t ) * cos ( 3.1415 / 25 * t2 )
  483. y2Equation: 0
  484. z2Equation: 2 * (3.1415 / 16) * t * sin ( 3.1415 / 25 * t2 )
  485. Ringflame:
  486. spell-class: ".targeted.AreaEffectSpell"
  487. name: "&cRing of Flames"
  488. horizontal-radius: 10
  489. vertical-radius: 3
  490. point-blank: true
  491. spell-source-in-center: true
  492. target-players: true
  493. fail-if-no-targets: false
  494. spells:
  495. - combust(mode=delay=20)
  496. effects:
  497. eff1:
  498. position: caster
  499. effect: effectlib
  500. effectlib:
  501. class: EquationEffect
  502. particle: FLAME
  503. particles: 4
  504. particles2: 32
  505. speed: 0.02
  506. duration: 3000
  507. iterations: 1
  508. cycle: true
  509. orient: false
  510. orientPitch: true
  511. xEquation: 0
  512. yEquation: 0.1
  513. zEquation: 0
  514. x2Equation: 2 * (t2/8 + 1)^sqrt(2) * cos(t2/8 - 3.1415 * t / 120)
  515. y2Equation: 0
  516. z2Equation: 2 * (t2/8 + 1)^sqrt(2) * sin(t2/8 - 3.1415 * t / 120)
  517. eff2:
  518. position: caster
  519. effect: effectlib
  520. effectlib:
  521. class: EquationEffect
  522. particle: blockcrack_25_2
  523. particles: 8
  524. particles2: 64
  525. duration: 3000
  526. iterations: 1
  527. cycle: true
  528. orient: false
  529. orientPitch: true
  530. xEquation: 0
  531. yEquation: 0.25
  532. zEquation: 0
  533. x2Equation: 2 * (t2/16 + 1)^sqrt(2) * cos(t2/16 - 3.1415 * t / 240)
  534. y2Equation: 0
  535. z2Equation: 2 * (t2/16 + 1)^sqrt(2) * sin(t2/16 - 3.1415 * t / 240)
  536.  
  537. Fire-Style-Fireball:
  538. spell-class: ".MultiSpell"
  539. name: "&cFlame Thrower"
  540. cast-item: magma_cream
  541. cooldown: 25
  542. cost:
  543. - mana 45
  544. str-cost: "45 Chakra"
  545. permission-name: uchiha_genin
  546. spells:
  547. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  548. - DELAY 2
  549. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  550. - DELAY 2
  551. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  552. - DELAY 2
  553. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  554. - DELAY 2
  555. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  556. - DELAY 2
  557. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  558. - DELAY 2
  559. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  560. - DELAY 2
  561. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  562. - DELAY 2
  563. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  564. - DELAY 2
  565. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  566. - DELAY 2
  567. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  568. - DELAY 2
  569. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  570. - DELAY 2
  571. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  572. - DELAY 2
  573. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  574. - DELAY 2
  575. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  576. - DELAY 2
  577. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  578. - DELAY 2
  579. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  580. - DELAY 2
  581. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  582. - DELAY 2
  583. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  584. - DELAY 2
  585. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  586. - DELAY 2
  587. - PROJ_FIRE_STYLE_FIREBALL_1(mode=full)
  588. - PROJ_FIRE_STYLE_FIREBALL_PROJECTILE(mode=full)
  589. PROJ_FIRE_STYLE_FIREBALL_1: &Fireball
  590. spell-class: ".instant.ParticleProjectileSpell"
  591. helper-spell: true
  592. permission-name: uchiha_genin
  593. relative-offset: 1,1,0
  594. projectile-velocity: 25
  595. projectile-gravity: 0.25
  596. projectile-horiz-offset: 0
  597. tick-interval: 1
  598. special-effect-interval: 1
  599. particle-name: take
  600. particle-count: 0
  601. max-distance: 2
  602. hit-radius: 1.5
  603. vertical-hit-radius: 2
  604. hit-players: true
  605. hit-non-players: true
  606. hit-ground: false
  607. hit-air-at-end: true
  608. stop-on-hit-entity: false
  609. stop-on-hit-ground: true
  610. target-modifiers:
  611. - buffactive BUFF_FIRE_STYLE_FIREBALL denied
  612. spell: MULTI_FIRE_STYLE_FIREBALL_TARGET(mode=full)
  613. spell-on-hit-air: PROJ_FIRE_STYLE_FIREBALL_2(mode=full)
  614. effects:
  615. eff3:
  616. position: special
  617. effect: particles
  618. particle-name: FLAME
  619. horiz-spread: 1.25
  620. vert-spread: 1.25
  621. speed: 0
  622. count: 30
  623. render-distance: 150
  624. eff3:
  625. position: special
  626. effect: particles
  627. particle-name: REDDUST
  628. horiz-spread: 0.15
  629. vert-spread: 0.15
  630. speed: 0
  631. count: 30
  632. render-distance: 150
  633. PROJ_FIRE_STYLE_FIREBALL_2:
  634. <<: *Fireball
  635. relative-offset: 0,0,0
  636. max-distance: 2
  637. hit-radius: 1.75
  638. vertical-hit-radius: 2.25
  639. hit-air-at-end: true
  640. spell-on-hit-air: PROJ_FIRE_STYLE_FIREBALL_3(mode=full)
  641. effects:
  642. eff0:
  643. position: special
  644. effect: particles
  645. particle-name: flame
  646. horiz-spread: 0.35
  647. vert-spread: 0.35
  648. speed: 0.04
  649. count: 6
  650. render-distance: 150
  651. eff1:
  652. position: special
  653. effect: particles
  654. particle-name: reddust
  655. horiz-spread: 0.2
  656. vert-spread: 0.2
  657. speed: 0
  658. count: 3
  659. render-distance: 150
  660. PROJ_FIRE_STYLE_FIREBALL_3:
  661. <<: *Fireball
  662. relative-offset: 0,0,0
  663. max-distance: 2
  664. hit-radius: 2
  665. vertical-hit-radius: 2.5
  666. hit-air-at-end: true
  667. spell-on-hit-air: PROJ_FIRE_STYLE_FIREBALL_4(mode=full)
  668. effects:
  669. eff0:
  670. position: special
  671. effect: particles
  672. particle-name: flame
  673. horiz-spread: 0.4
  674. vert-spread: 0.4
  675. speed: 0.04
  676. count: 8
  677. render-distance: 150
  678. eff1:
  679. position: special
  680. effect: particles
  681. particle-name: reddust
  682. horiz-spread: 0.2
  683. vert-spread: 0.2
  684. speed: 0
  685. count: 4
  686. render-distance: 150
  687. PROJ_FIRE_STYLE_FIREBALL_4:
  688. <<: *Fireball
  689. relative-offset: 0,0,0
  690. max-distance: 2
  691. hit-radius: 2.25
  692. vertical-hit-radius: 2.75
  693. hit-air-at-end: true
  694. spell-on-hit-air: PROJ_FIRE_STYLE_FIREBALL_5(mode=full)
  695. effects:
  696. eff0:
  697. position: special
  698. effect: particles
  699. particle-name: flame
  700. horiz-spread: 0.6
  701. vert-spread: 0.6
  702. speed: 0.04
  703. count: 10
  704. render-distance: 150
  705. eff1:
  706. position: special
  707. effect: particles
  708. particle-name: reddust
  709. horiz-spread: 0.3
  710. vert-spread: 0.3
  711. speed: 0
  712. count: 6
  713. render-distance: 150
  714. PROJ_FIRE_STYLE_FIREBALL_5:
  715. <<: *Fireball
  716. relative-offset: 0,0,0
  717. max-distance: 2
  718. hit-radius: 2.5
  719. vertical-hit-radius: 3
  720. hit-air-at-end: true
  721. spell-on-hit-air: PROJ_FIRE_STYLE_FIREBALL_6(mode=full)
  722. effects:
  723. eff0:
  724. position: special
  725. effect: particles
  726. particle-name: flame
  727. horiz-spread: 0.7
  728. vert-spread: 0.7
  729. speed: 0.04
  730. count: 12
  731. render-distance: 150
  732. eff1:
  733. position: special
  734. effect: particles
  735. particle-name: reddust
  736. horiz-spread: 0.5
  737. vert-spread: 0.5
  738. speed: 0
  739. count: 6
  740. render-distance: 150
  741. PROJ_FIRE_STYLE_FIREBALL_6:
  742. <<: *Fireball
  743. relative-offset: 0,0,0
  744. max-distance: 2
  745. hit-radius: 2.75
  746. vertical-hit-radius: 3.25
  747. hit-air-at-end: true
  748. spell-on-hit-air: PROJ_FIRE_STYLE_FIREBALL_7(mode=full)
  749. effects:
  750. eff0:
  751. position: special
  752. effect: particles
  753. particle-name: flame
  754. horiz-spread: 0.9
  755. vert-spread: 0.9
  756. speed: 0.04
  757. count: 14
  758. render-distance: 150
  759. eff1:
  760. position: special
  761. effect: particles
  762. particle-name: reddust
  763. horiz-spread: 0.7
  764. vert-spread: 0.7
  765. speed: 0
  766. count: 6
  767. render-distance: 150
  768. PROJ_FIRE_STYLE_FIREBALL_7:
  769. <<: *Fireball
  770. relative-offset: 0,0,0
  771. max-distance: 2
  772. hit-radius: 3
  773. vertical-hit-radius: 3.5
  774. hit-air-at-end: false
  775. effects:
  776. eff1:
  777. position: delayed
  778. effect: particles
  779. particle-name: flame
  780. horiz-spread: 1.6
  781. vert-spread: 1.6
  782. speed: 0.04
  783. count: 65
  784. render-distance: 150
  785. eff2:
  786. position: delayed
  787. effect: particles
  788. particle-name: reddust
  789. horiz-spread: 1.4
  790. vert-spread: 1.4
  791. speed: 0
  792. count: 10
  793. render-distance: 150
  794.  
  795. MULTI_FIRE_STYLE_FIREBALL_TARGET:
  796. spell-class: ".TargetedMultiSpell"
  797. helper-spell: true
  798. permission-name: uchiha_genin
  799. check-individual-modifiers: true
  800. require-entity-target: false
  801. target-players: true
  802. target-non-players: true
  803. stop-on-fail: false
  804. spells:
  805. - BUFF_FIRE_STYLE_FIREBALL
  806. - DMG_FIRE_STYLE_FIREBALL
  807. - TOSS_FIRE_STYLE_FIREBALL
  808. BUFF_FIRE_STYLE_FIREBALL:
  809. spell-class: ".buff.DummySpell"
  810. permission-name: uchiha_genin
  811. helper-spell: true
  812. duration: 0.4
  813. toggle: false
  814. targeted: true
  815. DMG_FIRE_STYLE_FIREBALL:
  816. spell-class: ".targeted.PainSpell"
  817. damage: 1
  818. ignore-armor: true
  819. helper-spell: true
  820. permission-name: uchiha_genin
  821. TOSS_FIRE_STYLE_FIREBALL:
  822. spell-class: ".targeted.ForcetossSpell"
  823. horizontal-force: 10
  824. vertical-force: 2
  825. target-players: true
  826. check-plugins: true
  827. helper-spell: true
  828. permission-name: uchiha_genin
  829. PROJ_FIRE_STYLE_FIREBALL_PROJECTILE:
  830. spell-class: ".instant.ParticleProjectileSpell"
  831. helper-spell: false
  832. permission-name: uchiha_genin
  833. relative-offset: 17,0.25,0
  834. projectile-velocity: 25
  835. projectile-gravity: 0.25
  836. projectile-horiz-offset: 0
  837. tick-interval: 1
  838. special-effect-interval: 1
  839. particle-name: take
  840. particle-count: 0
  841. max-distance: 25
  842. hit-radius: 3
  843. vertical-hit-radius: 3.5
  844. hit-players: true
  845. hit-non-players: true
  846. hit-ground: false
  847. hit-air-at-end: false
  848. stop-on-hit-entity: false
  849. stop-on-hit-ground: true
  850. spell: MULTI_FIRE_STYLE_FIREBALL_PROJECTILE_TARGET(mode=full)
  851. effects:
  852. eff1:
  853. position: special
  854. effect: particles
  855. particle-name: flame
  856. horiz-spread: 1.6
  857. vert-spread: 1.6
  858. speed: 0.04
  859. count: 65
  860. render-distance: 150
  861. eff2:
  862. position: special
  863. effect: particles
  864. particle-name: reddust
  865. horiz-spread: 1.4
  866. vert-spread: 1.4
  867. speed: 0
  868. count: 10
  869. render-distance: 150
  870. MULTI_FIRE_STYLE_FIREBALL_PROJECTILE_TARGET:
  871. spell-class: ".TargetedMultiSpell"
  872. helper-spell: true
  873. permission-name: uchiha_genin
  874. check-individual-modifiers: true
  875. require-entity-target: false
  876. target-players: true
  877. target-non-players: true
  878. stop-on-fail: false
  879. spells:
  880. - DMG_FIRE_STYLE_FIREBALL_PROJECTILE
  881. - TOSS_FIRE_STYLE_FIREBALL_PROJECTILE
  882. DMG_FIRE_STYLE_FIREBALL_PROJECTILE:
  883. spell-class: ".targeted.PainSpell"
  884. damage: 3
  885. ignore-armor: true
  886. helper-spell: true
  887. permission-name: uchiha_genin
  888. TOSS_FIRE_STYLE_FIREBALL_PROJECTILE:
  889. spell-class: ".targeted.ForcetossSpell"
  890. horizontal-force: 15
  891. vertical-force: 3
  892. target-players: true
  893. check-plugins: true
  894. helper-spell: true
  895. permission-name: uchiha_genin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement