Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. SolidScriptBlizzard:
  2. spell-class: ".buff.DummySpell"
  3. duration: 2
  4. effects:
  5. effect1:
  6. position: buff
  7. effect: effectlib
  8. height-offset: 2.6
  9. effect-interval: 1
  10. forward-offset: 0
  11. effectlib:
  12. class: TextEffect
  13. particle: REDSTONE
  14. color: FFFFFF
  15. particles: 0.01
  16. text: Blizzard
  17. invertText: true
  18. size: 0.10
  19. iterations: 1
  20. yawOffset: 180
  21.  
  22. SolidScriptBlizzardProjectile:
  23. spell-class: ".instant.ParticleProjectileSpell"
  24. projectile-velocity: 12
  25. particle-name: cloud
  26. projectile-gravity: 0
  27. particle-horizontal-spread: 1
  28. particle-vertical-spread: 1
  29. special-effect-interval: 1
  30. particle-count: 5
  31. particle-speed: 0
  32. stop-on-hit-entity: true
  33. stop-on-hit-ground: true
  34. tick-interval: 1
  35. max-distance: 30
  36. hit-non-players: true
  37. hit-players: true
  38. hit-radius: 1
  39. spell: SolidScriptBlizzardAbility
  40. effects:
  41. 1:
  42. position: special
  43. effect: effectlib
  44. effectlib:
  45. class: SphereEffect
  46. particle: REDSTONE
  47. color: 00FFE0
  48. radius: 1.3
  49. particles: 20
  50. iterations: 1
  51. 2:
  52. position: special
  53. effect: effectlib
  54. effectlib:
  55. class: SphereEffect
  56. particle: BLOCK_CRACK
  57. material: ice
  58. radius: 1
  59. particles: 20
  60. iterations: 1
  61. 3:
  62. position: special
  63. effect: effectlib
  64. effectlib:
  65. class: SphereEffect
  66. particle: REDSTONE
  67. color: A2FFF4
  68. radius: 0.8
  69. particles: 20
  70. iterations: 1
  71. 3:
  72. position: special
  73. effect: effectlib
  74. effectlib:
  75. class: SphereEffect
  76. particle: REDSTONE
  77. color: 1E675E
  78. radius: 0.5
  79. particles: 20
  80. iterations: 1
  81. 4:
  82. position: special
  83. effect: sound
  84. sound: block.snow.break
  85. volume: 2
  86. pitch: -1
  87.  
  88. SolidScriptBlizzardFlight:
  89. spell-class: ".buff.WindwalkSpell"
  90. enabled: true
  91. fly-speed: 0
  92. launch-speed: 0
  93. cancel-on-land: true
  94. cancel-on-logout: true
  95. cancel-on-teleport: true
  96. duration: 3
  97.  
  98. SolidScriptBlizzardParticles:
  99. spell-class: ".buff.DummySpell"
  100. duration: 5
  101. effects:
  102. 1:
  103. position: buff
  104. effect: particles
  105. effect-interval: 1
  106. particle-name: blockcrack_35_0
  107. horiz-spread: 2
  108. vert-spread: 2
  109. count: 20
  110. speed: 0
  111. y-offset: 1
  112. 2:
  113. position: buff
  114. effect: particles
  115. effect-interval: 1
  116. particle-name: blockcrack_79_0
  117. horiz-spread: 1
  118. vert-spread: 1
  119. count: 10
  120. speed: 0
  121. y-offset: 1
  122. 3:
  123. position: caster
  124. effect: sound
  125. sound: block.glass.break
  126. volume: 2
  127. pitch: 2
  128.  
  129. SolidScriptBlizzardLeap:
  130. spell-class: ".instant.LeapSpell"
  131. forward-velocity: 1
  132. upward-velocity: 12
  133. cancel-damage: true
  134.  
  135. SolidScriptBlizzardLeap2:
  136. spell-class: ".instant.LeapSpell"
  137. forward-velocity: 25
  138. upward-velocity: 10
  139. cancel-damage: true
  140.  
  141. SolidScriptBlizzardPain:
  142. spell-class: ".targeted.PainSpell"
  143. damage: 5
  144. effects:
  145. 1:
  146. position: buff
  147. effect: particles
  148. effect-interval: 1
  149. particle-name: blockcrack_78_0
  150. horiz-spread: 0.3
  151. vert-spread: 0.5
  152. count: 20
  153. speed: 0
  154. y-offset: 1
  155. 2:
  156. position: buff
  157. effect: particles
  158. effect-interval: 1
  159. particle-name: cloud
  160. horiz-spread: 0.3
  161. vert-spread: 0.5
  162. count: 10
  163. speed: 0
  164. y-offset: 1
  165. 3:
  166. position: target
  167. effect: sound
  168. sound: block.glass.break
  169. volume: 0.5
  170. pitch: 1
  171.  
  172. SolidScriptBlizzardSelfSlow:
  173. spell-class: ".targeted.PotionEffectSpell"
  174. type: 2
  175. strength: 100
  176. target-self: true
  177. duration: 25
  178.  
  179. SolidScriptBlizzardSlow:
  180. spell-class: ".targeted.PotionEffectSpell"
  181. type: 2
  182. strength: 5
  183. targeted: true
  184. duration: 20
  185.  
  186. SolidScriptBlizzardAbility:
  187. spell-class: ".TargetedMultiSpell"
  188. spells:
  189. - SolidScriptBlizzardPain
  190. - SolidScriptBlizzardSlow
  191.  
  192. SolidScriptBlizzardMulti:
  193. spell-class: ".MultiSpell"
  194. name: Solid Script - Blizzard
  195. cooldown: 40
  196. cast-item: 339
  197. spells:
  198. - SolidScriptBlizzard
  199. - SolidScriptBlizzardSelfSlow
  200. - DELAY 40
  201. - SolidScriptBlizzardLeap
  202. - DELAY 10
  203. - SolidScriptBlizzardFlight
  204. - DELAY 20
  205. - SolidScriptBlizzardParticles
  206. - SolidScriptBlizzardProjectile
  207. - DELAY 5
  208. - SolidScriptBlizzardProjectile
  209. - DELAY 5
  210. - SolidScriptBlizzardProjectile
  211. - DELAY 5
  212. - SolidScriptBlizzardProjectile
  213. - DELAY 5
  214. - SolidScriptBlizzardProjectile
  215. - DELAY 5
  216. - SolidScriptBlizzardProjectile
  217. - DELAY 5
  218. - SolidScriptBlizzardProjectile
  219. - DELAY 5
  220. - SolidScriptBlizzardProjectile
  221. - DELAY 30
  222. - SolidScriptBlizzardLeap2
  223. cost:
  224. - mana 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement