Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. Fluxmulti:
  2. spell-class: ".MultiSpell"
  3. name: "Energy Flux"
  4. cast-item: 426
  5. cooldown: 100
  6. str-cast-others: "%a begins rapidly energising themselves!"
  7. str-cast-others: You begin to energise at an extreme rate!
  8. spells:
  9. - FluxMana
  10. - DELAY 10
  11. - FluxMana
  12. - DELAY 10
  13. - FluxMana
  14. - DELAY 10
  15. - FluxMana
  16. - DELAY 10
  17. - FluxMana
  18. - DELAY 10
  19. - FluxMana
  20. - DELAY 10
  21. - FluxMana
  22. - DELAY 10
  23. - FluxMana
  24. - DELAY 10
  25. - FluxMana
  26. - DELAY 10
  27. - FluxMana
  28.  
  29. FluxMana:
  30. spell-class: ".instant.ManaSpell"
  31. mana: 10
  32. effects:
  33. 3:
  34. effect: sound
  35. position: caster
  36. sound: item.bottle.fill_dragonbreath
  37. volume: 1.0
  38. pitch: 2.0
  39. 1:
  40. position: caster
  41. effect: particles
  42. particle-name: blockcrack_174_0
  43. horiz-spread: 0.3
  44. vert-spread: 1
  45. speed: 0.000001
  46. count: 80
  47. 2:
  48. position: caster
  49. effect: particles
  50. particle-name: magiccrit
  51. horiz-spread: 0.3
  52. vert-spread: 1
  53. speed: 0.000001
  54. count: 80
  55.  
  56. ADSpeedDummy:
  57. spell-class: ".buff.DummySpell"
  58. duration: 10
  59. effects:
  60. 4:
  61. position: buff
  62. effect-interval: 3
  63. effect: particles
  64. particle-name: blockcrack_35_0
  65. horiz-spread: 0.3
  66. vert-spread: 1
  67. speed: 0.00000001
  68. count: 40
  69. 3:
  70. position: buff
  71. effect-interval: 3
  72. effect: particles
  73. particle-name: spell
  74. horiz-spread: 0.3
  75. vert-spread: 1
  76. speed: 0.00000001
  77. count: 40
  78. eff3:
  79. effect: sound
  80. position: caster
  81. sound: entity.wither.hurt
  82. volume: 1.0
  83. pitch: -5.0
  84.  
  85. ADSpeed:
  86. spell-class: ".targeted.PotionEffectSpell"
  87. type: 1
  88. strength: 5
  89. duration: 200
  90. targeted: false
  91. benefecial: true
  92. target-players: true
  93. target-non-players: true
  94. obey-los: true
  95.  
  96. ADMulti:
  97. spell-class: ".MultiSpell"
  98. name: "Adrenaline Rush"
  99. cast-item: 426
  100. cooldown: 80
  101. check-individual-cooldowns: false
  102. str-cast-self: You get a rush of adrenaline!
  103. str-cast-others: "%a gets a rush of adrenaline!"
  104. spells:
  105. - ADSpeedDummy
  106. - ADSpeed
  107.  
  108. enderchest:
  109. spell-class: ".instant.EnderchestSpell"
  110.  
  111. chestDummyH:
  112. spell-class: ".instant.DummySpell"
  113. effects:
  114. 3:
  115. effect: sound
  116. position: caster
  117. sound: block.chest.open
  118. volume: 1.0
  119. pitch: 1.0
  120. 2:
  121. position: caster
  122. effect: particles
  123. particle-name: spell
  124. horiz-spread: 0.3
  125. vert-spread: 1
  126. speed: 0.000000001
  127. count: 80
  128. 1:
  129. position: caster
  130. effect: particles
  131. particle-name: fireworksspark
  132. horiz-spread: 0.3
  133. vert-spread: 1
  134. speed: 0.000000001
  135. count: 80
  136.  
  137. Hchestmulti:
  138. spell-class: ".MultiSpell"
  139. name: "Hero Box"
  140. cast-item: 426
  141. cooldown: 10
  142. spells:
  143. - chestDummyH
  144. - DELAY 3
  145. - enderchest
  146.  
  147. chestDummyV:
  148. spell-class: ".instant.DummySpell"
  149. effects:
  150. 3:
  151. effect: sound
  152. position: caster
  153. sound: block.chest.open
  154. volume: 1.0
  155. pitch: 1.0
  156. 1:
  157. position: caster
  158. effect: particles
  159. particle-name: witchmagic
  160. horiz-spread: 0.3
  161. vert-spread: 1
  162. speed: 1
  163. count: 80
  164.  
  165. Vchestmulti:
  166. spell-class: ".MultiSpell"
  167. name: "Villain Box"
  168. cast-item: 426
  169. cooldown: 10
  170. spells:
  171. - chestDummyV
  172. - DELAY 3
  173. - enderchest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement