Advertisement
ryanrules259

machinegun

Oct 13th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Machinegunz:
  2. spell-class: ".instant.ProjectileSpell"
  3. name: Chaingunz
  4. spell-icon: arrow
  5. description: Cause an explosion where an arrow lands
  6. damage: 1.5
  7. projectile: snowball
  8. velocity: 5
  9. require-hit-entity: false
  10. cancel-damage: false
  11. remove-projectile: true
  12. max-distance: 200
  13. aoe-radius: 3
  14. spells:
  15. - Chaingundmg
  16. cost:
  17. - mana 4
  18. - arrow 3
  19. str-cost: 4 mana, and 3 arrow
  20. Machinegun:
  21. spell-class: ".MultiSpell"
  22. cast-item: hopper
  23. check-individual-cooldowns: false
  24. spells:
  25. - Machinegunz
  26. - DELAY 3
  27. - Machinegunz
  28. - DELAY 3
  29. - Machinegunz
  30. Chaingundmg:
  31. spell-class: ".targeted.PainSpell"
  32. name: Chaingundmg
  33. spell-icon: bone
  34. description: Cause your enemy pain.
  35. cast-item: blaze_rod
  36. cooldown: 5
  37. damage: 3
  38. ignore-armor: false
  39. check-plugins: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement