Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. #####################################
  2.  
  3. variables:
  4. uberloop:
  5. type: player
  6. min: 0
  7. max: 150
  8. default: 0
  9. permanent: false
  10. Uber:
  11. spell-class: ".MultiSpell"
  12. cooldown: 1
  13. check-individual-cooldowns: false
  14. spells:
  15. - uMulti1
  16. variable-mods-cast:
  17. - uberloop 0
  18. uMulti1:
  19. spell-class: ".MultiSpell"
  20. cooldown: 1
  21. check-individual-cooldowns: false
  22. spells:
  23. - uMulti2
  24. - DELAY 2
  25. - uMulti1
  26. variable-mods-cast:
  27. - uberloop 1
  28. modifiers:
  29. - variableequals uberloop:150 castinstead uMulti2
  30. uMulti2:
  31. spell-class: ".MultiSpell"
  32. check-individual-cooldowns: false
  33. spells:
  34. - uBeam1
  35. - uBeam2
  36. uBeam1:
  37. spell-class: ".instant.BeamSpell"
  38. beam-width: 2
  39. permission-name: cleric
  40. max-distance: 10
  41. helper-spell: false
  42. can-cast-by-command: true
  43. spell: uBeam1Multi
  44. effects:
  45. 1:
  46. position: special
  47. effect: effectlib
  48. effectlib:
  49. class: SphereEffect
  50. particle: REDSTONE
  51. iterations: 1
  52. radius: 0.001
  53. particles: 1
  54. period: 1
  55. visibleRange: 625
  56. color: ffffff
  57. 2:
  58. position: special
  59. effect: effectlib
  60. effectlib:
  61. class: SphereEffect
  62. particle: REDSTONE
  63. iterations: 1
  64. radius: 0.001
  65. particles: 1
  66. period: 1
  67. visibleRange: 625
  68. color: 000000
  69. uBeam1Multi:
  70. spell-class: ".TargetedMultiSpell"
  71. require-entity-target: true
  72. permission-name: cleric
  73. helper-spell: true
  74. can-cast-by-command: false
  75. spells:
  76. - ubm1Strength
  77. - ubm1Mana
  78. - ubm1SB
  79. - ubm1Speed
  80. - ubm1Regen
  81. ubm1Strength:
  82. spell-class: ".targeted.PotionEffectSpell"
  83. permission-name: cleric
  84. type: 5
  85. duration: 20
  86. helper-spell: true
  87. beneficial: true
  88. can-target: players
  89. strength: 1
  90. can-cast-by-command: false
  91. targeted: true
  92. target-players: true
  93. obey-los: false
  94.  
  95. # Apply mana regen buff to players
  96. ubm1Mana:
  97. spell-class: ".buff.ManaRegenSpell"
  98. toggle: false # Don't constantly toggle
  99. targeted: true
  100. can-target: players
  101. helper-spell: true
  102. can-cast-by-command: false
  103. regen-mod-amt: 3 # This is the default, it controls how strong the buff in
  104. duration: 1 # In seconds
  105. ubm1SB:
  106. spell-class: ".buff.SpellHasteSpell"
  107. permission-name: cleric
  108. helper-spell: true
  109. beneficial: true
  110. can-target: players
  111. duration: 1
  112. cast-time-mod-amt: -50
  113. cooldown-mod-amt: -50
  114. can-cast-by-command: false
  115. target-players: true
  116. ubm1Speed:
  117. spell-class: ".targeted.PotionEffectSpell"
  118. permission-name: cleric
  119. type: 1
  120. duration: 20
  121. helper-spell: true
  122. beneficial: true
  123. can-target: players
  124. strength: 1
  125. can-cast-by-command: false
  126. targeted: true
  127. target-players: true
  128. obey-los: false
  129. ubm1Regen:
  130. spell-class: ".targeted.PotionEffectSpell"
  131. permission-name: cleric
  132. type: 10
  133. duration: 20
  134. helper-spell: true
  135. beneficial: true
  136. can-target: players
  137. strength: 0
  138. can-cast-by-command: false
  139. targeted: true
  140. target-players: true
  141. obey-los: false
  142.  
  143. uBeam2:
  144. spell-class: ".instant.BeamSpell"
  145. beam-width: 2
  146. permission-name: cleric
  147. max-distance: 10
  148. spell: uBeam2Multi
  149. uBeam2Multi:
  150. spell-class: ".TargetedMultiSpell"
  151. require-entity-target: true
  152. permission-name: cleric
  153. helper-spell: true
  154. spells:
  155. - ubm2Pain
  156. - ubm2Slow
  157. ubm2Pain:
  158. spell-class: ".targeted.PotionEffectSpell"
  159. permission-name: cleric
  160. type: 7
  161. duration: 1 # Be really careful with this, it fires every tick when more than 1
  162. helper-spell: true
  163. can-target: monsters
  164. strength: 0
  165. can-cast-by-command: false
  166. targeted: true
  167. obey-los: false
  168. ubm2Slow:
  169. spell-class: ".targeted.PotionEffectSpell"
  170. permission-name: cleric
  171. type: 2
  172. duration: 160
  173. helper-spell: true
  174. can-target: monsters
  175. strength: 0
  176. can-cast-by-command: false
  177. targeted: true
  178. obey-los: false
  179.  
  180. #####################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement