Tj032803

Sand Buster

Oct 2nd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. SandBuster_MUTLI:
  2. spell-class: ".MultiSpell"
  3. name: "&6Sand Magic: Sand Buster"
  4. cooldown: 20
  5. cast-item: 39
  6. check-individual-cooldowns: false
  7. cost:
  8. - mana 35
  9. spells:
  10. - SandBuster
  11. - SandBuster_PAIN
  12. - SandBuster_proj
  13. SandBuster_proj:
  14. spell-class: ".instant.ParticleProjectileSpell"
  15. projectile-velocity: 14
  16. projectile-gravity: 0.1
  17. particle-name: blockcrack_12
  18. special-effect-interval: 1
  19. particle-speed: .1
  20. hit-radius: 3
  21. particle-count: 35
  22. particle-horizontal-spread: 0.1
  23. particle-vertical-spread: 0.1
  24. max-distance: 10
  25. hit-players: true
  26. hit-non-players: true
  27. hit-ground: true
  28. effects:
  29. Effect1:
  30. position: special
  31. effect: effectlib
  32. effectlib:
  33. class: VortexEffect
  34. particle: REDSTONE
  35. iterations: 10
  36. radius: 2
  37. color: FFF7D1
  38. Effect2:
  39. position: special
  40. effect: effectlib
  41. effectlib:
  42. class: VortexEffect
  43. particle: BLOCK_CRACK
  44. material: Sand
  45. iterations: 10
  46. radius: 2
  47. SandBuster_forcepush:
  48. spell-class: ".instant.ForcepushSpell"
  49. range: 10
  50. pushback-force: 10
  51. additional-vertical-force: 10
  52. max-vertical-force: 10
  53. target-players: true
  54. str-cast-self: You push back your foe!
  55. str-cast-others: "%a pushes back his foe."
  56. SandBuster_PAIN:
  57. spell-class: ".targeted.PainSpell"
  58. damage: 5
  59. range: 10
  60. ignore-armor: true
  61. obey-los: true
  62. can-target: players,nonplayers
  63. check-plugins: true
  64. beneficial: false
Advertisement
Add Comment
Please, Sign In to add comment