Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. Raziel:
  2. spell-class: ".MultiSpell"
  3. cooldown: 95
  4. Cost:
  5. - mana 80
  6. cast-item: 399
  7. check-individual-cooldowns: false
  8. spells:
  9. - Raziel_Pain
  10. - DELAY 30
  11. - Raziel_Dummy
  12. - Raziel_Speed
  13. - Raziel_Jumpboost
  14. - Raziel_Armor
  15. razielshift:
  16. spell-class: ".PassiveSpell"
  17. name: razielshift
  18. spells:
  19. - Raziel_levitation
  20. triggers:
  21. - sneak
  22. modifiers:
  23. - buffactive Raziel_Dummy required
  24. Raziel_levitation:
  25. spell-class: ".targeted.LevitateSpell"
  26. name: levitation
  27. tick-rate: 4.5
  28. duration: 5
  29. cancel-on-item-switch: false
  30. cancel-on-take-damage: false
  31. range: 15
  32. effects:
  33. Particles:
  34. duration: 7
  35. position: target
  36. effect-interval: 2
  37. effect: effectlibentity
  38. effectlib:
  39. period: 0
  40. class: SphereEffect
  41. relativeOffset: 0,1,0
  42. radius: 1.25
  43. iterations: 150
  44. particles: 15
  45. particle: end_rod
  46. Sound:
  47. effect: sound
  48. position: target
  49. sound: entity.endermite.death
  50. pitch: 1.5
  51. volume: 1500
  52.  
  53. Raziel_Dummy:
  54. spell-class: ".buff.DummySpell"
  55. duration: 25
  56. effects:
  57. eff1:
  58. position: buff
  59. effect-interval: 0
  60. forward-offset: -0.15
  61. height-offset: 1.08
  62. effect: effectlib
  63. effectlib:
  64. class: ImageEffect
  65. particle: REDSTONE
  66. fileName: plugins/MagicSpells/Images/angel.png
  67. iterations: 2
  68. isGif: false
  69. enableRotation: false
  70. stepY: 10
  71. stepX: 10
  72. particles: 3
  73. size: 0.013
  74. color: FFFFFF
  75. period: 1
  76. Sound:
  77. effect: sound
  78. position: target
  79. sound: entity.enderdragon.growl
  80. pitch: 10
  81. volume: 20
  82. Raziel_Pain:
  83. spell-class: ".targeted.PainSpell"
  84. damage: 12
  85. target-self: true
  86. target-players: true
  87. effects:
  88. Particles:
  89. 1:
  90. position: target
  91. effect-interval: 1
  92. effect: effectlibentity
  93. duration: 80
  94. effectlib:
  95. period: 0
  96. class: SphereEffect
  97. relativeOffset: 0,1,0
  98. radius: 1.25
  99. iterations: 35
  100. particles: 5
  101. particle: cloud
  102. 2:
  103. position: target
  104. effect-interval: 1
  105. effect: effectlib
  106. effectlib:
  107. period: 0
  108. duration: 175
  109. class: SphereEffect
  110. radius: 1.20
  111. relativeOffset: 0,1,0
  112. iteration: 50
  113. particles: 20
  114. particle: ITEM_CRACK
  115. material: GOLD_BLOCK
  116. materialData: 0
  117.  
  118. Sound:
  119. effect: sound
  120. position: target
  121. sound: entity.ghast.hurt
  122. pitch: 10
  123. volume: 100
  124.  
  125. Raziel_Speed:
  126. spell-class: ".targeted.PotionEffectSpell"
  127. type: 1
  128. helper-spell: true
  129. strength: 3
  130. duration: 500
  131. targeted: false
  132. beneficial: true
  133. target-players: true
  134. target-non-players: true
  135. obey-los: false
  136. Raziel_Jumpboost:
  137. spell-class: ".targeted.PotionEffectSpell"
  138. type: 8
  139. helper-spell: true
  140. strength: 3
  141. duration: 500
  142. targeted: false
  143. beneficial: true
  144. target-players: true
  145. target-non-players: true
  146. obey-los: false
  147. Raziel_Armor:
  148. spell-class: ".buff.ArmorSpell"
  149. name: Raziel_Armor
  150. duration: 25
  151. toggle: off
  152. helmet:
  153. chestplate: 299#A9F5F2;thorns-2
  154. leggings: 304;thorns-2+protection-1
  155. boots: 309;protection_fall-1+thorns-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement