Advertisement
Guest User

Stupid particle stuff

a guest
Nov 24th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. Fire_Rain:
  2. spell-class: ".targeted.PulserSpell"
  3. name: Fire_Rain
  4. cast-item: shears
  5. cooldown: 5
  6. total-pulses: 1
  7. interval: 60
  8. max-distance: 15
  9. cap-per-player: 1
  10. unbreakable: false
  11. only-count-on-success: false
  12. spells:
  13. - AOE_Fire_Rain
  14. AOE_Fire_Rain:
  15. spell-class: ".targeted.AreaEffectSpell"
  16. horizontal-radius: 10
  17. vertical-radius: 5
  18. max-targets: 10
  19. point-blank: true
  20. target-players: true
  21. spell-source-in-center: true
  22. fail-if-no-targets: true
  23. spells:
  24. - PAIN_Fire_Rain
  25. - COMBUST_Fire_Rain
  26. PAIN_Fire_Rain:
  27. spell-class: ".targeted.PainSpell"
  28. damage: 4
  29. range: 15
  30. ignore-armor: false
  31. obey-los: false
  32. can-target: players
  33. check-plugins: true
  34. COMBUST_Fire_Rain:
  35. spell-class: ".targeted.CombustSpell"
  36. name: COMBUST_Fire_Rain
  37. range: 20
  38. obey-los: true
  39. fire-ticks: 100
  40. fire-tick-damage: 1
  41. prevent-immunity: true
  42. can-target: players, animals
  43. check-plugins: true
  44. effects:
  45. 2:
  46. position: target
  47. effect: particles
  48. particle-name: lava
  49. horiz-spread: 0.2
  50. vert-spread: 2.5
  51. speed: 0.5
  52. count: 50
  53. Gods_Grace:
  54. spell-class: ".targeted.PulserSpell"
  55. name: Gods_Grace
  56. cast-item: shears
  57. cooldown: 10
  58. total-pulses: 1
  59. interval: 60
  60. max-distance: 100
  61. cap-per-player: 1
  62. block-type: cake_block
  63. unbreakable: false
  64. only-count-on-success: false
  65. spells:
  66. - AOE_Gods_Grace
  67. AOE_Gods_Grace:
  68. spell-class: ".targeted.AreaEffectSpell"
  69. horizontal-radius: 10
  70. vertical-radius: 5
  71. max-targets: 10
  72. point-blank: true
  73. target-players: true
  74. spell-source-in-center: true
  75. fail-if-no-targets: true
  76. spells:
  77. - PRAYER_Gods_Grace
  78. PRAYER_Gods_Grace:
  79. spell-class: ".targeted.HealSpell"
  80. name: PRAYER_Gods_Grace
  81. range: 100
  82. amount-healed: 4
  83. can-target: animals
  84. check-plugins: true
  85. effects:
  86. 2:
  87. position: target
  88. effect: particles
  89. particle-name: happyVillager
  90. horiz-spread: 0.1
  91. vert-spread: 50.0
  92. speed: 0.5
  93. count: 500
  94. Dimension_Singularity:
  95. spell-class: ".targeted.PulserSpell"
  96. name: Moon_Shadow
  97. cast-item: shears
  98. cooldown: 10
  99. total-pulses: 1
  100. interval: 60
  101. max-distance: 100
  102. cap-per-player: 1
  103. block-type: cake_block
  104. unbreakable: false
  105. only-count-on-success: false
  106. spells:
  107. - AOE_Dimension_Singularity
  108. AOE_Dimension_Singularity:
  109. spell-class: ".targeted.AreaEffectSpell"
  110. horizontal-radius: 10
  111. vertical-radius: 5
  112. max-targets: 10
  113. point-blank: true
  114. target-players: true
  115. spell-source-in-center: true
  116. fail-if-no-targets: true
  117. spells:
  118. - POTION_Dimension_Singularity
  119. - POTION_Dimension_Singularity2
  120. - POTION_Dimension_Singularity3
  121. Potion_Dimension_Singularity:
  122. spell-class: ".targeted.PotionEffectSpell"
  123. name: Potion_Dimension_Singularity
  124. cooldown: 15
  125. range: 20
  126. type: 14
  127. strength: 1
  128. duration: 50
  129. targeted: true
  130. target-players: false
  131. target-non-players: true
  132. obey-los: true
  133. Potion_Dimension_Singularity2:
  134. spell-class: ".targeted.PotionEffectSpell"
  135. name: Potion_Dimension_Singularity2
  136. cooldown: 15
  137. range: 20
  138. type: 2
  139. strength: 5
  140. duration: 50
  141. targeted: true
  142. target-players: false
  143. target-non-players: true
  144. obey-los: true
  145. Potion_Dimension_Singularity3:
  146. spell-class: ".targeted.PotionEffectSpell"
  147. name: Potion_Dimension_Singularity3
  148. cooldown: 15
  149. range: 20
  150. type: 15
  151. strength: 5
  152. duration: 50
  153. targeted: true
  154. target-players: false
  155. target-non-players: true
  156. obey-los: true
  157. effects:
  158. 2:
  159. position: target
  160. effect: particles
  161. particle-name: portal
  162. horiz-spread: 0.1
  163. vert-spread: 0.1
  164. speed: 2
  165. count: 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement