Advertisement
Guest User

Killua aka 22sixflame22 jutsu

a guest
Nov 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. MoonlitSmoke:
  2. spell-class: ".instant.DummySpell"
  3. effects:
  4. 1:
  5. position: caster
  6. effect: Particles
  7. particle-name: largesmoke
  8. speed: 1
  9. count: 300
  10. MoonlitFlame:
  11. spell-class: ".instant.DummySpell"
  12. effects:
  13. 1:
  14. position: caster
  15. effect: Particles
  16. particle-name: lava
  17. speed: 1
  18. count: 100
  19.  
  20. MoonLitEffects:
  21. spell-class: ".targeted.DummySpell"
  22. effects:
  23. 1:
  24. position: caster
  25. effect: fireworks
  26. flicker: false
  27. trail: false
  28. type: 1
  29. flight: 0
  30. colors: 000000,00AAAA,000000
  31. fade-colors: 000000,000000,002A2A
  32.  
  33. Moonlit1:
  34. spell-class: ".targeted.ForcetossSpell"
  35. cooldown: 500
  36. range: 20
  37. horizontal-force: 25
  38. vertical-force: 5
  39. obey-los: true
  40. target-players: true
  41. check-plugins: true
  42. effects:
  43. - line fireworks yes yes 4 000000,00AAAA,000000 000000,000000,002A2A
  44. cost:
  45. - mana 10
  46. str-cost: 10 mana
  47. str-no-target: No target found.
  48. MoonlitDmg:
  49. spell-class: ".targeted.PainSpell"
  50. damage: 4
  51. ignore-armor: false
  52. Moonlit2:
  53. spell-class: ".targeted.ShadowstepSpell"
  54. cast-item: stick
  55. effects:
  56. - line fireworks yes yes 4 000000,00AAAA,000000 000000,000000,002A2A
  57. can-target: players,monsters
  58. range: 500
  59. cost:
  60. - mana 10
  61. str-cost: 10 mana
  62. str-no-target: No target found.
  63. str-no-landing-spot: Cannot shadowstep there.
  64.  
  65. Moonlit3:
  66. spell-class: ".targeted.SilenceSpell"
  67. cast-item: 280
  68. range: 500
  69. prevent-cast: true
  70. prevent-chat: false
  71. prevent-commands: false
  72. duration: 200
  73. allowed-spells:
  74. - list
  75. - help
  76. cost:
  77. - mana 2
  78. str-cast-self: "You have silenced %t."
  79. str-cast-target: "&6You have been winded by an immense force."
  80. str-silenced: "Your chakra points have been hit."
  81.  
  82. Moonlit4:
  83. spell-class: ".targeted.ForcetossSpell"
  84. cooldown: 5
  85. range: 500
  86. damage: 10.5
  87. horizontal-force: 20
  88. vertical-force: 20
  89. obey-los: true
  90. target-players: true
  91. check-plugins: true
  92. cost:
  93. - mana 10
  94. str-cost: 10 mana
  95. str-no-target: No target found.
  96.  
  97. Moonlit5:
  98. spell-class: ".targeted.TeleportSpell"
  99. range: 500
  100. effects:
  101. - line fireworks yes yes 4 000000,00AAAA,000000 000000,000000,002A2A
  102. MoonlitFinal:
  103. spell-class: ".TargetedMultiSpell"
  104. name: "&9&oHero Style: Tempest Halo Dance"
  105. cooldown: 40
  106. range: 50
  107. can-target: players,monsters
  108. check-individual-cooldowns: false
  109. require-entity-target: true
  110. target-players: true
  111. cost:
  112. - 90 mana
  113. str-cost: 90 mana
  114. str-cast-others: "&6 You feel an intense amount of chakra nearby…"
  115.  
  116.  
  117. spells:
  118. - MoonLitEffects
  119. - DELAY 5
  120. - MoonlitSmoke
  121. - DELAY 5
  122. - MoonlitFlame
  123. - DELAY 5
  124. - MoonlitDmg
  125. - Moonlit1
  126. - DELAY 5
  127. - Moonlit2
  128. - DELAY 5
  129. - Moonlit3
  130. - DELAY 5
  131. - MoonlitDmg
  132. - Moonlit4
  133. - DELAY 10
  134. - Moonlit5
  135. - DELAY 5
  136. - Moonlit4
  137. - DELAY 5
  138. - Moonlit5
  139. - DELAY 30
  140. - MoonLitSmoke
  141. - DELAY 10
  142. - MoonlitFlame
  143. - DELAY 10
  144. - MoonLitEffects
  145. - DELAY 5
  146. - Moonlit5
  147. - DELAY 5
  148. - MoonlitFlame
  149. - MoonlitDmg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement