Advertisement
TSN217

Iron Throw

Feb 28th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. geyser:
  2. spell-class: ".targeted.GeyserSpell"
  3. name: Geyser
  4. spell-icon: water
  5. description: Create a geyser of water at your enemy's feet.
  6. cast-item: blaze_rod
  7. range: 20
  8. damage: 0
  9. velocity: 10
  10. animation-speed: 2
  11. geyser-height: 10
  12. geyser-type: 43
  13. ignore-armor: false
  14. obey-los: true
  15. target-players: false
  16. check-plugins: true
  17. cost:
  18. - mana 10
  19. str-cost: 10 mana
  20. str-cast-self: You create a geyser at your enemy's feet.
  21. str-no-target: No target found.
  22. forcepush:
  23. spell-class: ".instant.ForcepushSpell"
  24. name: ForcePush
  25. spell-icon: record_3
  26. description: Push back your enemies.
  27. cast-item: bone
  28. cooldown: 8
  29. range: 10
  30. pushback-force: 30
  31. additional-vertical-force: 15
  32. max-vertical-force: 20
  33. target-players: false
  34. cost:
  35. - mana 30
  36. str-cost: 30 mana
  37. str-cast-self: You push back your enemies!
  38. str-cast-others: "%a pushes back his enemies."
  39. Iron Throw:
  40. spell-class: ".MultiSpell"
  41. cooldown: 30
  42. check-individual-cooldowns: false
  43. cost:
  44. - mana 300
  45. spells:
  46. - Geyser
  47. - DELAY 5
  48. - ForcePush
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement