Advertisement
Doctor_CRACKSHOT

Untitled

Nov 5th, 2017
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Ultimate_UprisingRoots:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. projectile-velocity: 20
  4. name: Ultimate Uprising Roots
  5. cast-item: magma_cream
  6. particle-name: blockcrack_17_0
  7. spell: uprisingroots_aoe1
  8. cooldown: 25
  9. projectile-gravity: 0
  10. particle-horizontal-spread: 0.5
  11. particle-vertical-spread: 0.5
  12. tick-interval: 2
  13. hit-players: true
  14. cost:
  15. - mana 15
  16. str-cost: 15 Chakra
  17. particle-count: 80
  18. special-effect-interval: 1
  19. target-players: true
  20. str-cast-self:
  21. effects:
  22. - special nova 17 0 0 38
  23. max-distance: 10000
  24. speed: 2
  25. max-duration: 25
  26.  
  27. uprisingroots_geyser1:
  28. spell-class: ".targeted.GeyserSpell"
  29. spell-icon: water
  30. description: Create a geyser of water at your enemy's feet.
  31. cast-item:
  32. cooldown: 20
  33. range: 20
  34. velocity: 10
  35. animation-speed: 2
  36. geyser-height: 7
  37. geyser-type: 17
  38. ignore-armor: false
  39. can-target: players,monsters
  40. check-plugins: true
  41. cost:
  42. - mana 10
  43. str-cost: 10 mana
  44. str-no-target: No target found.
  45.  
  46. uprisingroots_aoe1:
  47. spell-class: ".targeted.AreaEffectSpell"
  48. horizontal-radius: 10
  49. vertical-radius: 5
  50. point-blank: true
  51. target-players: true
  52. fail-if-no-targets: false
  53. max-targets: 1
  54. spell-source-in-center: true
  55. spells:
  56. - uprisingroots_multi1
  57.  
  58. uprisingroots_multi1:
  59. spell-class: ".TargetedMultiSpell"
  60. require-entity-target: true
  61. check-individual-cooldowns: false
  62. spells:
  63. - uprisingroots_pain1
  64. - uprisingroots_geyser1
  65. - uprisingroots_entomb1
  66.  
  67. uprisingroots_pain1:
  68. spell-class: ".targeted.PainSpell"
  69. damage: 5
  70. ignore-armor: false
  71.  
  72. uprisingroots_entomb1:
  73. spell-class: ".targeted.EntombSpell"
  74. tomb-block-type: 17
  75. tomb-duration: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement