Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. Purgeblockthrow:
  2. spell-class: ".instant.ThrowBlockSpell"
  3. block-type: 49
  4. fall-damage: 0
  5. remove-blocks: true
  6. velocity: 3
  7. vertical-adjustment: 0
  8. prevent-blocks: true
  9. spell-on-land: PurgeAoe
  10. modifiers:
  11. - sneaking required
  12. effects:
  13. 1:
  14. effect: particles
  15. position: caster
  16. particle-name: explode
  17. count: 50
  18. 2:
  19. effect: fireworks
  20. position: caster
  21. flight: 0
  22. type: 0
  23. trail: false
  24. colors: 9932cc
  25.  
  26. PurgeAoE:
  27. spell-class: ".targeted.AreaEffectSpell"
  28. horizontal-radius: 10
  29. vertical-radius: 5
  30. fail-if-no-targets: false
  31. spells:
  32. - PurgePain
  33. - Purgepoison
  34. - Purgewither
  35. effects:
  36. 1:
  37. position: special
  38. effect: effectlibentity
  39. effectlib:
  40. class: Cylinder
  41. particle: dragon_breath
  42. enable_rotation: false
  43. height: 2
  44. radius: 10
  45. particles: 100
  46. period: 1
  47. duration: 1000
  48. 2:
  49. position: special
  50. effect: effectlibentity
  51. effectlib:
  52. class: Cylinder
  53. particle: explosion_normal
  54. enable_rotation: false
  55. height: 1
  56. radius: 10
  57. particles: 80
  58. period: 1
  59. duration: 2000
  60. 3:
  61. position: special
  62. effect: effectlibentity
  63. effectlib:
  64. class: Cylinder
  65. particle: redstone
  66. color: "000000"
  67. enable_rotation: false
  68. height: 1
  69. radius: 10
  70. particles: 100
  71. period: 1
  72. duration: 2000
  73.  
  74. PurgePain:
  75. spell-class: ".targeted.PainSpell"
  76. damage: 280
  77.  
  78. Purgepoison:
  79. spell-class: ".targeted.PotionEffectSpell"
  80. type: 19
  81. duration: 120
  82. strength: 3
  83. target-players: true
  84. targeted: true
  85. target-non-players: true
  86. beneficial: false
  87. obey-los: false
  88.  
  89. Purgewither:
  90. spell-class: ".targeted.PotionEffectSpell"
  91. type: 20
  92. duration: 120
  93. strength: 2
  94. target-players: true
  95. targeted: true
  96. target-non-players: true
  97. beneficial: false
  98. obey-los: false
  99.  
  100. PurgeMultispell:
  101. spell-class: ".MultiSpell"
  102. name: "Plague Bomb"
  103. str-description: Shift and throw bombs of gas at your enemy that deal poison and wither
  104. cooldown: 150
  105. cost: Mana 300
  106. str-cost: 300 Mana
  107. spells:
  108. - Dummy4Purge
  109. - DELAY 20
  110. - Purgeblockthrow
  111. - DELAY 15
  112. - Purgeblockthrow
  113. - DELAY 15
  114. - Purgeblockthrow
  115. - DELAY 15
  116. - Purgeblockthrow
  117.  
  118. Dummy4Purge:
  119. spell-class: ".buff.DummySpell"
  120. duration: 5
  121. modifiers: sneaking denied
  122. effects:
  123. 1:
  124. effect: effectlibentity
  125. position: orbit
  126. orbit-y-offset: 2
  127. orbit-seconds-per-revolution: 1
  128. effectlib:
  129. class: Sphere
  130. radius: 0.05
  131. color: "ff1493"
  132. duration: 0
  133. particle: redstone
  134. period: 1
  135. 2:
  136. effect: effectlibentity
  137. position: orbit
  138. orbit-y-offset: 1
  139. orbit-counter-clockwise: true
  140. orbit-seconds-per-revolution: 1
  141. effectlib:
  142. class: Sphere
  143. radius: 0.05
  144. color: "0000000"
  145. duration: 0
  146. particle: redstone
  147. period: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement