Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. Bow_Passive:
  2. spell-class: ".PassiveSpell"
  3. triggers:
  4. - click
  5. modifiers:
  6. - buffactive Lightning_Bow_Magic_Buff required
  7. spells:
  8. - Magic_Bow_PP
  9.  
  10.  
  11. Magic_Bow_PP:
  12. spell-class: ".instant.ParticleProjectileSpell"
  13. start-y-offset: 1
  14. start-z-offset: 0
  15. start-x-offset: 0
  16. start-forward-offset: 0
  17. projectile-velocity: 44
  18. particle-count: 10
  19. projectile-gravity: 0
  20. tick-interval: 1
  21. particle-horizontal-spread: 0.3
  22. particle-vertical-spread: 0.3
  23. projectile-horiz-offset: 0
  24. projectile-vert-offset: 0
  25. particle-name: Endrod
  26. projectile-spread: 0
  27. particle-speed: 0.0001
  28. special-effect-interval: 1
  29. spell-interval: 1
  30. max-distance: 40
  31. max-duration: 5
  32. hit-self: true
  33. hit-air-during: false
  34. hit-radius: 2.5
  35. vertical-hit-radius: 1.5
  36. hit-air-after-duration: true
  37. height-from-surface: 0
  38. hug-surface: false
  39. hit-air-at-end: true
  40. spell-interval: 1
  41. hit-players: true
  42. hit-non-players: true
  43. render-distance: 40
  44. stop-on-hit-ground: true
  45. stop-on-hit-entity: true
  46. spell: pain
  47. effects:
  48. Chain_1:
  49. effect: effectlib
  50. position: Special
  51. effectlib:
  52. class: DnaEffect
  53. particle-helix: REDSTONE
  54. color-helix: 7F7F7F
  55. particle-base-1: REDSTONE
  56. color-base-1: 434643
  57. particle-base-2: REDSTONE
  58. color-base-2: 434643
  59. radials: 5
  60. radius: 0.3
  61. particles-helix: 2
  62. particles-base: 5
  63. length: 15
  64. grow: 0
  65. base-interval: 10
  66. step: 0
  67. period: 1
  68. iterations: 15
  69.  
  70.  
  71.  
  72. Testing_BuffActive:
  73. spell-class: ".MultiSpell"
  74. name: "&eLol"
  75. cooldown: 30
  76. cast-item: bone
  77. check-individual-cooldowns: false
  78. spells:
  79. - Lightning_Bow_Magic_Buf
  80. - Magic_Bow_PP
  81.  
  82.  
  83. Lightning_Bow_Magic_Buff:
  84. spell-class: ".buff.DummySpell"
  85. effects:
  86. EFF1:
  87. position: caster
  88. effect: effectlibentity
  89. effectlib:
  90. class: EquationEffect
  91. particle: redstone
  92. xEquation: "1cos(300t)+2"
  93. yEquation: "1"
  94. zEquation: "3sin(150t)"
  95. duration: 10000
  96. particles: 8
  97. cycle: false
  98. color: 2BDFEB
  99. orientPitch: true
  100. EFF1-1:
  101. position: caster
  102. effect: effectlibentity
  103. effectlib:
  104. class: EquationEffect
  105. particle: redstone
  106. xEquation: "1cos(300t)+2"
  107. yEquation: "1"
  108. zEquation: "3sin(150t)"
  109. duration: 10000
  110. particles: 4
  111. cycle: false
  112. color: 2BDFEB
  113. orientPitch: true
  114. EFF2:
  115. position: caster
  116. effect: effectlibentity
  117. effectlib:
  118. class: EquationEffect
  119. particle: redstone
  120. xEquation: "1"
  121. yEquation: "1"
  122. zEquation: "3sin(t)"
  123. duration: 10000
  124. particles: 8
  125. cycle: false
  126. color: 2BDFEB
  127. orientPitch: true
  128. EFF3-1:
  129. position: caster
  130. effect: effectlibentity
  131. effectlib:
  132. class: EquationEffect
  133. particle: redstone
  134. xEquation: "2.5sin(t)+3.4"
  135. yEquation: "1"
  136. zEquation: "0"
  137. duration: 10000
  138. particles: 8
  139. cycle: false
  140. color: FFFFFF
  141. EFF3-2:
  142. position: caster
  143. effect: effectlibentity
  144. effectlib:
  145. class: EquationEffect
  146. particle: redstone
  147. xEquation: "2.5sin(t)+4.6"
  148. yEquation: "1"
  149. zEquation: "0"
  150. duration: 10000
  151. particles: 30
  152. cycle: false
  153. color: 076C9C
  154. Chain1:
  155. effect: effectlibentity
  156. position: caster
  157. effectlib:
  158. class: DnaEffect
  159. particle-helix: REDSTONE
  160. color-helix: 076C9C
  161. particle-base-1: REDSTONE
  162. color-base-1: 2BDFEB
  163. particle-base-2: REDSTONE
  164. color-base-2: 2BDFEB
  165. radials: 5
  166. duration: 10000
  167. radius: 0.3
  168. particles-helix: 2
  169. particles-base: 5
  170. length: 15
  171. grow: 0
  172. base-interval: 10
  173. step: 0
  174. period: 0
  175. iterations: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement