Advertisement
Thundurr

Untitled

Aug 7th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. SMSetCD:
  2. spell-class: ".targeted.DummySpell"
  3. targeted: false
  4. target-self: true
  5. cooldown: 15
  6. str-on-cooldown: That spell is on cooldown (%c seconds remaining).
  7.  
  8. SMaddvar:
  9. spell-class: ".targeted.DummySpell"
  10. targeted: false
  11. target-self: true
  12. modifiers:
  13. - variableequals SMVariable:3 denied
  14. variable-mods-cast:
  15. - SMVariable +1
  16. str-on-cooldown: That spell is on cooldown (%c seconds remaining).
  17. Migranemulti:
  18. spell-class: ".MultiSpell"
  19. name: "&cFire Style: Searing Migrane"
  20. cast-item: cocoa_beans
  21. check-individual-cooldowns: true
  22. modifiers:
  23. - variableequals SMVariable:4 castinstead SMSetCD
  24. spells:
  25. - mIGRANEPP
  26. - SMaddvar
  27. - DELAY 300
  28. - resetfirevaradd
  29. - DELAY 300
  30. - resetfirevar
  31.  
  32. mIGRANEPP:
  33. spell-class: ".instant.ParticleProjectileSpell"
  34. helper-spell: false
  35. projectile-velocity: 18
  36. projectile-horiz-gravity: 0
  37. power-affects-velocity: false
  38. start-z-offset: 0
  39. start-forward-offset: 0
  40. tick-interval: 1
  41. spell-interval: 4
  42. max-distance: 30
  43. max-duration: 8
  44. hit-radius: 1.5
  45. hit-air-during: true
  46. special-effect-interval: 1
  47. hit-players: true
  48. spell-on-hit-ground: HunterTrap
  49. spell-on-hit-entity: combust
  50. stop-on-modifier-fail: true
  51. stop-on-hit-entity: true
  52. hit-ground: true
  53. modifiers:
  54. - variablemorethan SMVariable:2 denied
  55.  
  56. effects:
  57. 1:
  58. position: special
  59. effect: effectlib
  60. effectlib:
  61. class: SphereEffect
  62. particle: REDSTONE
  63. iterations: 3
  64. radius: 1
  65. particles: 5
  66. yOffset: 0.5
  67. period: 1
  68. visibleRange: 50
  69. color: F1C40F
  70. 2:
  71. position: special
  72. effect: effectlib
  73. effectlib:
  74. class: SphereEffect
  75. particle: REDSTONE
  76. iterations: 3
  77. radius: 1
  78. particles: 5
  79. period: 1
  80. yOffset: 0.5
  81. visibleRange: 50
  82. color: F39C12
  83. 3:
  84. position: special
  85. effect: effectlib
  86. effectlib:
  87. class: SphereEffect
  88. particle: FLAME
  89. iterations: 3
  90. yOffset: 0.5
  91. radius: 1
  92. speed: 0
  93. particles: 2
  94. period: 1
  95. visibleRange: 50
  96. resetfirevar:
  97. spell-class: ".targeted.DummySpell"
  98. targeted: false
  99. target-self: true
  100. variable-mods-cast:
  101. - SMVariable 0
  102. modifiers:
  103. - variablelessthan SMVariable:4 denied
  104. resetfirevaradd:
  105. spell-class: ".targeted.DummySpell"
  106. targeted: false
  107. target-self: true
  108. str-cast-self: "&3You are unable to use &cFire Style: Searing Migrane"
  109. modifiers:
  110. - variablelessthan SMVariable:4 cast SMSetCD
  111. - variableequals SMVariable:4 denied
  112. variable-mods-cast:
  113. - SMVariable 4
  114. combust:
  115. spell-class: ".targeted.CombustSpell"
  116. name: combust
  117. cooldown: 10
  118. range: 20
  119. fire-ticks: 100
  120. fire-tick-damage: 1
  121. prevent-immunity: true
  122. target-players: true
  123. target-non-players: true
  124. check-plugins: true
  125. str-no-target: No target found.
  126. HunterTrap:
  127. spell-class: ".targeted.PulserSpell"
  128. range: 3
  129. total-pulses: 3
  130. interval: 20
  131. max-distance: 500
  132. block-type: air
  133. only-count-on-success: false
  134. cap-per-player: 20
  135. spells:
  136. - fireeffectpulser
  137. - trapAoe
  138. trapAoe:
  139. spell-class: ".targeted.AreaEffectSpell"
  140. horizontal-radius: 5
  141. vertical-radius: 4
  142. can-target: players,nonplayers
  143. spells:
  144. - combust
  145.  
  146. fireeffectpulser:
  147. spell-class: ".targeted.PulserSpell"
  148. range: 3
  149. total-pulses: 1
  150. interval: 20
  151. max-distance: 500
  152. block-type: air
  153. only-count-on-success: false
  154. cap-per-player: 20
  155. effects:
  156. 2:
  157. position: target
  158. effect: effectlib
  159. effectlib:
  160. class: HelixEffect
  161. particle: LAVA
  162. iterations: 5
  163. yOffset: 0.5
  164. strands: 27
  165. radius: 6
  166. particles: 2
  167. period: 1
  168. visibleRange: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement