Advertisement
ryanrules259

Tripleshot

Oct 22nd, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Tripleshots:
  2. spell-class: ".instant.ProjectileSpell"
  3. name: Tripleshots
  4. spell-icon: arrow
  5. description: Cause an explosion where an arrow lands
  6. damage: 4
  7. projectile: arrow
  8. velocity: 4
  9. require-hit-entity: false
  10. cancel-damage: false
  11. remove-projectile: false
  12. max-distance: 40
  13. spells:
  14. - Tripdmg
  15. cost:
  16. - arrow 3
  17. str-cost: 3 arrow
  18. Tripdmg:
  19. spell-class: ".targeted.PainSpell"
  20. name: Tripdmg
  21. spell-icon: bone
  22. description: Cause your enemy pain.
  23. damage: 4
  24. range: 40
  25. ignore-armor: false
  26. obey-los: true
  27. target-players: false
  28. check-plugins: true
  29. Tripleshot:
  30. spell-class: ".MultiSpell"
  31. cast-item: 257
  32. check-individual-cooldowns: false
  33. spells:
  34. - Tripleshots
  35. - DELAY 3
  36. - Tripleshots
  37. - DELAY 3
  38. - Tripleshots
  39. effects:
  40. 1:
  41. position: caster
  42. effect: splash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement