Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. leaping:
  2. spell-class: ".instant.LeapSpell"
  3. name: launchiron
  4. spell-icon: diamond_boots
  5. description: Leap forward.
  6. forward-velocity: 25
  7. upward-velocity: 10
  8. cancel-damage: true
  9. cooldown: 0
  10. leaping_cast:
  11. spell-class: ".MultiSpell"
  12. cooldown: 10
  13. right-click-cast-item: 283;[|Iksa
  14. spells:
  15. - leaping
  16. cost:
  17. - mana 50
  18. effects:
  19. - caster sound mob.bat.takeoff
  20. proc:
  21. spell-class: ".PassiveSpell"
  22. cast-without-target: true
  23. triggers:
  24. - kill
  25. chance: 100
  26. spells:
  27. - proc_speed
  28. - proc_strenght
  29. - proc_particle
  30.  
  31. proc_strenght:
  32. spell-class: ".targeted.PotionEffectSpell"
  33. name: proc_strenght
  34. type: 5
  35. strength: 255
  36. duration: 175
  37. targeted: false
  38. target-players: false
  39. target-non-players: false
  40.  
  41. proc_speed:
  42. spell-class: ".targeted.PotionEffectSpell"
  43. name: proc_speed
  44. type: 1
  45. strength: 1
  46. duration: 175
  47. targeted: false
  48. target-players: false
  49. target-non-players: false
  50.  
  51. proc_particle:
  52. spell-class: ".instant.ParticleProjectileSpell"
  53. particle-name: happyVillager
  54. particle-count: 5
  55. speed: 0.001
  56. position: caster
  57. effects:
  58. - caster sound mob.zombie.metal 0.4 1 0.8
  59. - caster sound mob.wither.hurt
  60. potion_heal:
  61. spell-class: ".targeted.PotionEffectSpell"
  62. name: potion_heal
  63. type: 6
  64. strength: 10
  65. duration: 1
  66. targeted: false
  67. target-players: false
  68. target-non-players: false
  69. potion_cast:
  70. spell-class: ".MultiSpell"
  71. cooldown: 0
  72. delay: 0
  73. cast-item: 373:8197;[|&bPotion
  74. effects:
  75. - caster sound random.orb 1 1.5 0.5
  76. spells:
  77. - potion_heal
  78. cost:
  79. - mana 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement