Tj032803

Meteor Blade (Fixed)

Feb 17th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. MeteorBlade_proj:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. projectile-velocity: 30
  4. projectile-gravity: 0.1
  5. particle-name: flame
  6. special-effect-interval: 1
  7. particle-speed: 0.01
  8. hit-radius: 3
  9. cooldown: 10
  10. particle-count: 15
  11. particle-horizontal-spread: 2.0
  12. particle-vertical-spread: 2.0
  13. max-distance: 100
  14. hit-players: true
  15. hit-non-players: true
  16. hit-ground: false
  17. spell: MeteorBlade_pain
  18. effects:
  19. 1:
  20. position: special
  21. effect: effectlib
  22. effectlib:
  23. class: SphereEffect
  24. particle: REDSTONE
  25. iterations: 5
  26. radius: 3
  27. particles: 50
  28. period: 2
  29. visibleRange: 50
  30. color: ffffff
  31. 2:
  32. position: special
  33. effect: effectlib
  34. effectlib:
  35. class: SphereEffect
  36. particle: REDSTONE
  37. iterations: 5
  38. radius: 3
  39. particles: 50
  40. period: 2
  41. visibleRange: 50
  42. color: ffd0d0
  43. MeteorBlade_pain:
  44. spell-class: ".targeted.PainSpell"
  45. damage: 90
  46. ignore-armor: false
  47. obey-los: true
  48. target-players: true
  49. check-plugins: true
  50. MeteorBlade:
  51. spell-class: ".MultiSpell"
  52. name: "&b&lMeteor Blade"
  53. cast-item: diamond
  54. cooldown: 50
  55. cost:
  56. - mana 100
  57. str-cost: "100 Mana."
  58. check-individual-cooldowns: false
  59. effects:
  60. sound3:
  61. position: caster
  62. effect: sound
  63. sound: random.fizz
  64. volume: 2.0
  65. pitch: 0.4
  66. sound5:
  67. position: caster
  68. effect: sound
  69. sound: random.fizz
  70. volume: 2.0
  71. pitch: 0.4
  72. spells:
  73. - MeteorBlade_proj
  74. - MeteorBlade_proj
  75. - MeteorBlade_proj1
  76.  
  77. MeteorBlade_proj1:
  78. spell-class: ".instant.ParticleProjectileSpell"
  79. projectile-velocity: 30
  80. projectile-gravity: 0.1
  81. particle-name: flame
  82. special-effect-interval: 1
  83. particle-speed: 0.01
  84. hit-radius: 3
  85. cooldown: 10
  86. particle-count: 20
  87. particle-horizontal-spread: 1.0
  88. particle-vertical-spread: 1.0
  89. max-distance: 100
  90. hit-players: true
  91. hit-non-players: true
  92. hit-ground: false
  93. spell: MeteorBlade_pain
  94. effects:
  95. 1:
  96. position: special
  97. effect: effectlib
  98. effectlib:
  99. class: SphereEffect
  100. particle: REDSTONE
  101. iterations: 5
  102. radius: 1.5
  103. particles: 50
  104. period: 2
  105. visibleRange: 50
  106. color: ff0000
Advertisement
Add Comment
Please, Sign In to add comment