Advertisement
Guest User

Untitled

a guest
Dec 4th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. particleprojectile_tornado_activate::
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. name: "Summon Tornado"
  4. cast-item: 27037
  5. projectile-velocity: 1.5
  6. projectile-gravity: 0
  7. tick-interval: 3
  8. spell-interval: 1
  9. max-duration: 10
  10. max-distance: 100
  11. can-target: players,monsters,animals,nonplayers
  12. particle-name: largeexplode
  13. particle-speed: 0
  14. particle-count: 100
  15. particle-horizontal-spread: 0.4
  16. particle-vertical-spread: 10
  17. max-distance: 50
  18. hit-radius: 5
  19. hit-players: true
  20. stop-on-hit-entity: false
  21. stop-on-hit-ground: false
  22. hit-non-players: true
  23. hit-ground: false
  24. hit-air-at-end: true
  25. hit-air-during: true
  26. stop-on-hit-entity: false
  27. spell: forcetoss
  28. special-effect-interval: 10
  29. effects:
  30. - special sound ambient.weather.rain 3.0 0.0
  31. forcetoss:
  32. spell-class: ".targeted.ForcetossSpell"
  33. name: forcetoss
  34. spell-icon: piston_base
  35. description: Magically throw an enemy into the air.
  36. cast-item: 27037
  37. cooldown: 5
  38. range: 15
  39. damage: 0
  40. horizontal-force: 0
  41. vertical-force: 15
  42. can-target: players,monsters,nonplayers
  43. check-plugins: true
  44. cost:
  45. - 27194 10
  46. str-cost: 10 mana
  47. str-no-target: No target found.
  48. str-cast-self: You push up your enemy!
  49. str-cast-others: "%a pushes up his enemy."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement