Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
101
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_effect_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_Buff
  80.  
  81.  
  82. Lightning_Bow_Magic_Buff:
  83. spell-class: ".buff.DummySpell"
  84. effects:
  85. EFF1:
  86. position: caster
  87. effect: effectlibentity
  88. effectlib:
  89. class: EquationEffect
  90. particle: redstone
  91. xEquation: "1cos(300t)+2"
  92. yEquation: "1"
  93. zEquation: "3sin(150t)"
  94. duration: 10000
  95. particles: 8
  96. cycle: false
  97. color: 2BDFEB
  98. orientPitch: true
  99. EFF1-1:
  100. position: caster
  101. effect: effectlibentity
  102. effectlib:
  103. class: EquationEffect
  104. particle: redstone
  105. xEquation: "1cos(300t)+2"
  106. yEquation: "1"
  107. zEquation: "3sin(150t)"
  108. duration: 10000
  109. particles: 4
  110. cycle: false
  111. color: 2BDFEB
  112. orientPitch: true
  113. EFF2:
  114. position: caster
  115. effect: effectlibentity
  116. effectlib:
  117. class: EquationEffect
  118. particle: redstone
  119. xEquation: "1"
  120. yEquation: "1"
  121. zEquation: "3sin(t)"
  122. duration: 10000
  123. particles: 8
  124. cycle: false
  125. color: 2BDFEB
  126. orientPitch: true
  127. EFF3-1:
  128. position: caster
  129. effect: effectlibentity
  130. effectlib:
  131. class: EquationEffect
  132. particle: redstone
  133. xEquation: "2.5sin(t)+3.4"
  134. yEquation: "1"
  135. zEquation: "0"
  136. duration: 10000
  137. particles: 8
  138. cycle: false
  139. color: FFFFFF
  140. EFF3-2:
  141. position: caster
  142. effect: effectlibentity
  143. effectlib:
  144. class: EquationEffect
  145. particle: redstone
  146. xEquation: "2.5sin(t)+4.6"
  147. yEquation: "1"
  148. zEquation: "0"
  149. duration: 10000
  150. particles: 30
  151. cycle: false
  152. color: 076C9C
  153. Chain1:
  154. effect: effectlibentity
  155. position: caster
  156. effectlib:
  157. class: DnaEffect
  158. particle-helix: REDSTONE
  159. color-helix: 076C9C
  160. particle-base-1: REDSTONE
  161. color-base-1: 2BDFEB
  162. particle-base-2: REDSTONE
  163. color-base-2: 2BDFEB
  164. radials: 5
  165. duration: 10000
  166. radius: 0.3
  167. particles-helix: 2
  168. particles-base: 5
  169. length: 15
  170. grow: 0
  171. base-interval: 10
  172. step: 0
  173. period: 0
  174. iterations: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement