Tj032803

Purple Flare

Feb 4th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. PurpleFlare:
  2. spell-class: ".MultiSpell"
  3. cooldown: 30
  4. check-individual-cooldowns: false
  5. cost:
  6. - mana 150
  7. spells:
  8. - PurpleFlare_particles
  9. - DELAY 1
  10. - PurpleFlare_particles
  11. PurpleFlare_particles:
  12. spell-class: ".instant.ParticleProjectileSpell"
  13. projectile-velocity: 30
  14. projectile-gravity: 0.1
  15. particle-name: dragonbreath
  16. special-effect-interval: 1
  17. particle-speed: 2
  18. hit-radius: 3
  19. particle-count: 10
  20. particle-horizontal-spread: 2.0
  21. particle-vertical-spread: 2.0
  22. max-distance: 50
  23. hit-players: true
  24. hit-non-players: true
  25. hit-ground: true
  26. spell: PurpleFlare_pain
  27. effects:
  28. 1:
  29. position: special
  30. effect: particles
  31. particle-name: dragonbreath
  32. vert-spread: 2.0
  33. horiz-spread: 2.0
  34. speed: 0.5
  35. count: 25
  36. max-distance: 80
  37. PurpleFlare_pain:
  38. spell-class: ".targeted.PainSpell"
  39. damage: 5
  40. range: 15
  41. ignore-armor: false
  42. obey-los: true
  43. target-players: false
  44. check-plugins: true
Advertisement
Add Comment
Please, Sign In to add comment