Advertisement
Thundurr

Nara

Aug 2nd, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. narabuffdummyspell:
  2. spell-class: ".buff.DummySpell"
  3. duration: 8
  4.  
  5. controllableprojectile:
  6. spell-class: ".instant.ParticleProjectileSpell"
  7. controllable: true
  8. projectile-velocity: 13
  9. height-from-surface: 0
  10. tick-interval: 1
  11. hug-surface: true
  12. special-effect-interval: 1
  13. spell-on-hit-entity: 3hrtdmg
  14. stop-on-hit-entity: true
  15. stop-on-hit-ground: true
  16. relative-offset: 1,0,0
  17. spell-on-modifier-fail: controllableprojectilebackwards
  18. stop-on-modifier-fail: true
  19. projectile-modifiers:
  20. - "!sneaking require"
  21. modifiers:
  22. - buffactive narabuffdummyspell require
  23. effects:
  24. poop:
  25. position: special
  26. effect: effectlib
  27. effectlib:
  28. class: SphereEffect
  29. particle: REDSTONE
  30. color: 000000
  31. iterations: 1
  32. radius: 0.4
  33. yOffset: 0.1
  34. particles: 30
  35. period: 50
  36. visibleRange: 625
  37. relativeOffset: 0,0,0
  38.  
  39. controllableprojectilebackwards:
  40. spell-class: ".instant.ParticleProjectileSpell"
  41. controllable: false
  42. projectile-horiz-offset: 180
  43. projectile-velocity: 13
  44. tick-interval: 1
  45. hug-surface: true
  46. height-from-surface: 0
  47. special-effect-interval: 1
  48. spell: 3hrtdmg
  49. stop-on-hit-entity: true
  50. stop-on-hit-ground: false
  51. spell-on-modifier-fail: controllableprojectile
  52. stop-on-modifier-fail: true
  53. projectile-modifiers:
  54. - sneaking required
  55. modifiers:
  56. - buffactive narabuffdummyspell require
  57. relative-offset: 0,0,0
  58. effects:
  59. poop:
  60. position: special
  61. effect: effectlib
  62. effectlib:
  63. class: SphereEffect
  64. particle: REDSTONE
  65. color: 000000
  66. iterations: 1
  67. radius: 0.4
  68. yOffset: 0.1
  69. particles: 30
  70. period: 50
  71. visibleRange: 625
  72. 3hrtdmg:
  73. spell-class: ".targeted.PainSpell"
  74. damage: 7
  75. range: 15
  76. ignore-armor: false
  77. hit-non-players: true
  78. hit-players: true
  79.  
  80. ShadowImMulti:
  81. spell-class: ".MultiSpell"
  82. name: "&0Shadow Imitation"
  83. cast-item: magma_cream
  84. cooldown: 20
  85. spells:
  86. - narabuffdummyspell
  87. - controllableprojectile
  88.  
  89. ShadowsewMulti:
  90. spell-class: ".MultiSpell"
  91. name: "&0Shadow Sewing"
  92. cast-item: magma_cream
  93. cooldown: 20
  94. spells:
  95. - narabuffdummyspell
  96. - controllableprojectile
  97. - shadow2controllableprojectile
  98. - shadow3controllableprojectile
  99.  
  100.  
  101. shadow2controllableprojectile:
  102. spell-class: ".instant.ParticleProjectileSpell"
  103. controllable: true
  104. projectile-velocity: 13
  105. height-from-surface: 0
  106. tick-interval: 1
  107. hug-surface: true
  108. special-effect-interval: 1
  109. start-z-offset: 1.5
  110. spell-on-hit-entity: 3hrtdmg
  111. stop-on-hit-entity: true
  112. stop-on-hit-ground: true
  113. relative-offset: 0,1,0
  114. spell-on-modifier-fail: shadow2controllableprojectilebackwards
  115. stop-on-modifier-fail: true
  116. projectile-modifiers:
  117. - "!sneaking require"
  118. modifiers:
  119. - buffactive narabuffdummyspell require
  120. effects:
  121. poop:
  122. position: special
  123. effect: effectlib
  124. effectlib:
  125. class: SphereEffect
  126. particle: REDSTONE
  127. color: 000000
  128. iterations: 1
  129. radius: 0.4
  130. yOffset: 0.1
  131. particles: 30
  132. period: 50
  133. visibleRange: 625
  134.  
  135. shadow2controllableprojectilebackwards:
  136. spell-class: ".instant.ParticleProjectileSpell"
  137. controllable: false
  138. projectile-horiz-offset: 180
  139. projectile-velocity: 13
  140. tick-interval: 1
  141. hug-surface: true
  142. height-from-surface: 0
  143. start-z-offset: 1.5
  144. special-effect-interval: 1
  145. spell: 3hrtdmg
  146. stop-on-hit-entity: true
  147. stop-on-hit-ground: false
  148. spell-on-modifier-fail: shadow2controllableprojectile
  149. stop-on-modifier-fail: true
  150. projectile-modifiers:
  151. - sneaking required
  152. modifiers:
  153. - buffactive narabuffdummyspell require
  154. effects:
  155. poop:
  156. position: special
  157. effect: effectlib
  158. effectlib:
  159. class: SphereEffect
  160. particle: REDSTONE
  161. color: 000000
  162. iterations: 1
  163. radius: 0.4
  164. yOffset: 0.1
  165. particles: 30
  166. period: 50
  167. visibleRange: 625
  168.  
  169. shadow3controllableprojectile:
  170. spell-class: ".instant.ParticleProjectileSpell"
  171. controllable: true
  172. projectile-velocity: 13
  173. height-from-surface: 0
  174. tick-interval: 1
  175. hug-surface: true
  176. special-effect-interval: 1
  177. start-z-offset: -1.5
  178. spell-on-hit-entity: 3hrtdmg
  179. stop-on-hit-entity: true
  180. stop-on-hit-ground: true
  181. spell-on-modifier-fail: shadow3controllableprojectilebackwards
  182. stop-on-modifier-fail: true
  183. projectile-modifiers:
  184. - "!sneaking require"
  185. modifiers:
  186. - buffactive narabuffdummyspell require
  187. effects:
  188. poop:
  189. position: special
  190. effect: effectlib
  191. effectlib:
  192. class: SphereEffect
  193. particle: REDSTONE
  194. color: 000000
  195. iterations: 1
  196. radius: 0.4
  197. yOffset: 0.1
  198. particles: 30
  199. period: 50
  200. visibleRange: 625
  201.  
  202. shadow3controllableprojectilebackwards:
  203. spell-class: ".instant.ParticleProjectileSpell"
  204. controllable: false
  205. projectile-horiz-offset: 180
  206. projectile-velocity: 13
  207. tick-interval: 1
  208. hug-surface: true
  209. height-from-surface: 0
  210. start-z-offset: -1.5
  211. special-effect-interval: 1
  212. spell: 3hrtdmg
  213. stop-on-hit-entity: true
  214. stop-on-hit-ground: false
  215. spell-on-modifier-fail: shadow3controllableprojectile
  216. stop-on-modifier-fail: true
  217. projectile-modifiers:
  218. - sneaking required
  219. modifiers:
  220. - buffactive narabuffdummyspell require
  221. effects:
  222. poop:
  223. position: special
  224. effect: effectlib
  225. effectlib:
  226. class: SphereEffect
  227. particle: REDSTONE
  228. color: 000000
  229. iterations: 1
  230. radius: 0.4
  231. yOffset: 0.1
  232. particles: 30
  233. period: 50
  234. visibleRange: 625
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement