Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 KB | None | 0 0
  1. ChubbyDive:
  2. spell-class: ".MultiSpell"
  3. name: "Chubby Dive"
  4. cast-item: magma_cream
  5. cooldown: 14
  6. permission-name: ChubbyDive
  7. cost:
  8. - mana 40
  9. str-cost: 40 chakra
  10. spells:
  11. - ChubbyDiveLeapUp
  12. - DELAY 10
  13. - ChubbyDiveLeapDown
  14. - DELAY 1
  15. - ChubbyDiveBuff
  16. ChubbyDiveBuff:
  17. spell-class: ".buff.DummySpell"
  18. duration: 1
  19. permission-name: ChubbyDive
  20. ChubbyDiveLeapUp:
  21. spell-class: ".instant.LeapSpell"
  22. forward-velocity: 0
  23. upward-velocity: 50
  24. permission-name: ChubbyDive
  25. helper-spell: true
  26. cancel-damage: true
  27. effects:
  28. DirtParticles:
  29. position: caster
  30. effect: particles
  31. particle-name: blockcrack_152_0
  32. height-offset: -0.5
  33. horiz-spread: 0.7
  34. vert-spread: 0.4
  35. speed: 0.01
  36. count: 300
  37. DirtParticles2:
  38. position: caster
  39. effect: particles
  40. particle-name: blockcrack_159_14
  41. height-offset: -0.5
  42. horiz-spread: 0.7
  43. vert-spread: 0.4
  44. speed: 0.01
  45. count: 300
  46. DirtParticles3:
  47. position: caster
  48. effect: particles
  49. particle-name: blockcrack_2_0
  50. height-offset: -0.5
  51. horiz-spread: 0.7
  52. vert-spread: 0.4
  53. speed: 0.01
  54. count: 300
  55. Explode:
  56. position: caster
  57. effect: particles
  58. height-offset: -0.5
  59. particle-name: explode
  60. horiz-spread: 0.7
  61. vert-spread: 0.01
  62. speed: 0.3
  63. count: 25
  64. SoundEffect1:
  65. position: caster
  66. effect: sound
  67. sound: dig.grass
  68. volume: 3.0
  69. pitch: 1.0
  70. ChubbyDiveLeapDown:
  71. spell-class: ".instant.LeapSpell"
  72. forward-velocity: 0
  73. upward-velocity: -50
  74. permission-name: ChubbyDive
  75. helper-spell: true
  76. cancel-damage: true
  77. ChubbyDivePassive:
  78. spell-class: ".PassiveSpell"
  79. triggers:
  80. - ticks 2
  81. chance: 100
  82. cooldown: 0
  83. permission-name: ChubbyDive
  84. helper-spell: true
  85. spells:
  86. - ChubbyDiveAOE
  87. modifiers:
  88. - onblock 0 denied
  89. - buffactive ChubbyDiveBuff required
  90. ChubbyDiveAOE:
  91. spell-class: ".targeted.AreaEffectSpell"
  92. horizontal-radius: 10
  93. vertical-radius: 10
  94. permission-name: ChubbyDive
  95. helper-spell: true
  96. point-blank: true
  97. target-players: true
  98. fail-if-no-targets: false
  99. spells:
  100. - ChubbyDivePain
  101. - ChubbyDiveKnockback
  102. effects:
  103. Explode:
  104. position: caster
  105. effect: particles
  106. particle-name: blockcrack_2_0
  107. horiz-spread: 10.0
  108. vert-spread: 1.0
  109. speed: 0.000001
  110. count: 3000
  111. Explode1:
  112. position: caster
  113. effect: particles
  114. particle-name: explode
  115. horiz-spread: 10.0
  116. vert-spread: 1.0
  117. speed: 0.000001
  118. count: 1000
  119. SoundEffect1:
  120. position: caster
  121. effect: sound
  122. sound: random.explode
  123. volume: 3.0
  124. pitch: 1.0
  125. ChubbyDiveKnockback:
  126. spell-class: ".targeted.ForcetossSpell"
  127. horizontal-force: 20
  128. vertical-force: 10
  129. obey-los: true
  130. permission-name: ChubbyDive
  131. helper-spell: true
  132. target-players: true
  133. effects:
  134. SoundEffect1:
  135. position: target
  136. effect: sound
  137. sound: random.explode
  138. volume: 3.0
  139. pitch: 1.0
  140. ChubbyDivePain:
  141. spell-class: ".targeted.PainSpell"
  142. damage: 5
  143. permission-name: ChubbyDive
  144. helper-spell: true
  145. ButterflyModeLeftWing:
  146. spell-class: ".instant.ParticleProjectileSpell"
  147. projectile-velocity: 10
  148. projectile-horiz-offset: 90
  149. projectile-vert-offset: 1
  150. start-forward-offset: -1
  151. projectile-gravity: 0
  152. hit-players: true
  153. hit-non-players: true
  154. max-distance: 2
  155. particle-name: magicCrit
  156. special-effect-interval: 1
  157. stop-on-hit-entity: true
  158. spell: WingDummy
  159. effects:
  160. MagicCrit:
  161. position: special
  162. effect: particles
  163. particle-name: magicCrit
  164. horiz-spread: 0.58
  165. vert-spread: 0.6
  166. speed: 0.000
  167. count: 150
  168. ButterflyModeRightWing:
  169. spell-class: ".instant.ParticleProjectileSpell"
  170. projectile-velocity: 10
  171. projectile-horiz-offset: -90
  172. projectile-vert-offset: 1
  173. start-forward-offset: -1
  174. projectile-gravity: 0
  175. hit-players: true
  176. hit-non-players: true
  177. max-distance: 2
  178. particle-name: magicCrit
  179. special-effect-interval: 1
  180. stop-on-hit-entity: true
  181. spell: WingDummy
  182. effects:
  183. MagicCrit:
  184. position: special
  185. effect: particles
  186. particle-name: magicCrit
  187. horiz-spread: 0.58
  188. vert-spread: 0.6
  189. speed: 0.000
  190. count: 150
  191. ButterflyModeMulti:
  192. spell-class: ".MultiSpell"
  193. helper-spell: true
  194. permission-name: ButterflyMode
  195. check-individual-cooldowns: false
  196. spells:
  197. - ButterflyModeLeftWing
  198. - ButterflyModeRightWing
  199. - ButterflySpeed
  200. - ButterflyEmpower
  201. - ButterflyStr
  202. ButterflySpeed:
  203. spell-class: ".targeted.PotionEffectSpell"
  204. cooldown: 0
  205. range: 20
  206. type: 1
  207. strength: 3
  208. duration: 35
  209. targeted: false
  210. obey-los: true
  211. ButterflyEmpower:
  212. spell-class: ".buff.EmpowerSpell"
  213. power-multiplier: 1.2
  214. duration: 10
  215. ButterflyStr:
  216. spell-class: ".targeted.PotionEffectSpell"
  217. cooldown: 0
  218. range: 20
  219. type: 5
  220. strength: 1
  221. duration: 15
  222. targeted: false
  223. obey-los: true
  224. ButterflyModePassive:
  225. spell-class: ".PassiveSpell"
  226. triggers:
  227. - ticks 1
  228. chance: 100
  229. cooldown: 45
  230. permission-name: ButterflyMode
  231. helper-spell: true
  232. spells:
  233. - ButterflyModeMulti
  234. modifiers:
  235. - buffactive ButterflyMode required
  236. - buffactive CalorieControl denied
  237. ButterflyMode:
  238. spell-class: ".buff.EmpowerSpell"
  239. name: "Butterfly Mode"
  240. cast-item: magma_cream
  241. duration: 20
  242. toggle: true
  243. power-multiplier: 1.2
  244. permission-name: ButterflyMode
  245. cost:
  246. - mana 50
  247. use-cost:
  248. - mana 5
  249. use-cost-interval: 20
  250. str-cast-self: You activate your butterfly mode. Be weary of the chakra toll.
  251. str-fade: You release your butterfly mode.
  252. effects:
  253. Chakra:
  254. position: caster
  255. effect: fireworks
  256. type: 1
  257. colors: 40B4DB,A8D6E6
  258. WingDummy:
  259. spell-class: ".targeted.DummySpell"
  260. 3GatesSpeed:
  261. spell-class: ".targeted.PotionEffectSpell"
  262. type: 1
  263. strength: 6
  264. duration: 80
  265. targeted: false
  266. target-players: true
  267. target-non-players: true
  268. str-cast-self: "&aYou unlock the first three inner gates!"
  269. 3GatesStrength:
  270. spell-class: ".targeted.PotionEffectSpell"
  271. type: 5
  272. strength: 1
  273. duration: 80
  274. targeted: false
  275. target-players: true
  276. target-non-players: true
  277. 6GatesSpeed:
  278. spell-class: ".targeted.PotionEffectSpell"
  279. type: 1
  280. strength: 9
  281. duration: 100
  282. targeted: false
  283. target-players: true
  284. target-non-players: true
  285. str-cast-self: "&bYou unlock the first six inner gates!"
  286. 6GatesStrength:
  287. spell-class: ".targeted.PotionEffectSpell"
  288. type: 5
  289. strength: 2
  290. duration: 100
  291. targeted: false
  292. target-players: true
  293. target-non-players: true
  294. 8GatesSpeed:
  295. spell-class: ".targeted.PotionEffectSpell"
  296. type: 1
  297. strength: 13
  298. duration: 200
  299. targeted: false
  300. target-players: true
  301. target-non-players: true
  302. str-cast-self: "&cYou unlock all 8 inner gates!"
  303. 8GatesStrength:
  304. spell-class: ".targeted.PotionEffectSpell"
  305. type: 5
  306. strength: 2
  307. duration: 200
  308. targeted: false
  309. target-players: true
  310. target-non-players: true
  311. 8GatesEmpower:
  312. spell-class: ".buff.EmpowerSpell"
  313. power-multiplier: 1.4
  314. duration: 10
  315. num-uses: 0
  316. 8GatesDeath:
  317. spell-class: ".targeted.PotionEffectSpell"
  318. type: 20
  319. strength: 9
  320. duration: 600
  321. targeted: false
  322. target-players: true
  323. target-non-players: true
  324. 3GatesDummy:
  325. spell-class: ".buff.DummySpell"
  326. duration: 3
  327. effects:
  328. 3:
  329. position: orbit
  330. effect: particles
  331. particle-name: blockcrack_160_5
  332. horiz-spread: 0.5
  333. vert-spread: 0.65
  334. count: 300
  335. speed: 2
  336. orbit-seconds-per-revolution: 1
  337. orbit-counter-clockwise: false
  338. orbit-y-offset: 0
  339. orbit-radius: 0.1
  340. 6GatesDummy:
  341. spell-class: ".buff.DummySpell"
  342. duration: 5
  343. effects:
  344. 3:
  345. position: orbit
  346. effect: particles
  347. particle-name: blockcrack_160_3
  348. horiz-spread: 0.5
  349. vert-spread: 0.65
  350. count: 300
  351. speed: 2
  352. orbit-seconds-per-revolution: 1
  353. orbit-counter-clockwise: false
  354. orbit-y-offset: 0
  355. orbit-radius: 0.1
  356. 8GatesDummy:
  357. spell-class: ".buff.DummySpell"
  358. duration: 10
  359. effects:
  360. 3:
  361. position: orbit
  362. effect: particles
  363. particle-name: blockcrack_160_14
  364. horiz-spread: 0.5
  365. vert-spread: 0.65
  366. count: 800
  367. speed: 2
  368. orbit-seconds-per-revolution: 1
  369. orbit-counter-clockwise: false
  370. orbit-y-offset: 0
  371. orbit-radius: 0.1
  372. 2:
  373. position: buff
  374. effect: particles
  375. particle-name: flame
  376. horiz-spread: 0.5
  377. vert-spread: 0.65
  378. count: 10
  379. speed: 0.1
  380. 8InnerGates:
  381. spell-class: ".MultiSpell"
  382. name: "&c8 Inner Gates!"
  383. cast-item: magma_cream
  384. cooldown: 60
  385. cost:
  386. - mana 200
  387. str-cost: 200 chakra
  388. show-individual-messages: true
  389. spells:
  390. - 3GatesDummy
  391. - 3GatesSpeed
  392. - 3GatesStrength
  393. - DELAY 90
  394. - 6GatesDummy
  395. - 6GatesSpeed
  396. - 6GatesStrength
  397. - DELAY 110
  398. - 8GatesDummy
  399. - 8GatesSpeed
  400. - 8GatesEmpower
  401. - 8GatesStrength
  402. - DELAY 200
  403. - 8GatesDeath
  404. sandshuriken_forcetoss:
  405. spell-class: ".targeted.ForcetossSpell"
  406. horizontal-force: 50
  407. vertical-force: 20
  408. target-players: true
  409. sandshuriken_pain:
  410. spell-class: ".targeted.PainSpell"
  411. damage: 7
  412. range: 15
  413. ignore-armor: false
  414. target-players: true
  415. effects:
  416. 1:
  417. position: target
  418. effect: explosion
  419. sandshuriken_multi:
  420. spell-class: ".TargetedMultiSpell"
  421. spell-icon: gold_axe
  422. check-individual-cooldowns: false
  423. spells:
  424. - sandshuriken_pain
  425. - sandshuriken_forcetoss
  426. require-entity-target: true
  427. target-player: true
  428. target-non-player: true
  429. Sandshuriken:
  430. spell-class: ".instant.ParticleProjectileSpell"
  431. cast-item: magma_cream
  432. projectile-velocity: 15
  433. cooldown: 20
  434. name: "Sand Shuriken"
  435. particle-name: crit
  436. projectile-gravity: 0
  437. particle-vertical-spread: 0.2
  438. cost:
  439. - mana 95
  440. str-cost: 95 chakra
  441. special-effect-interval: 1
  442. particle-count: 1000
  443. particle-horizontal-spread: 2
  444. render-distance: 50
  445. max-duration: 60
  446. spell: sandshuriken_multi
  447. max-distance: 60
  448. hit-players: true
  449. effects:
  450. 1:
  451. position: special
  452. effect: fireworks
  453. colors: fff19e, ffda6b, ffee85
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement