Tj032803

Lightning Style: Chidori Stream

Mar 5th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ChidoriStream_proj:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. hug-surface: true
  4. projectile-velocity: 10
  5. tick-interval: 1.5
  6. special-effect-interval: 1
  7. particle-name: magicCrit
  8. particle-speed: 0
  9. particle-count: 10
  10. particle-horizontal-spread: 0.1
  11. particle-vertical-spread: 0.1
  12. projectile-gravity: 0
  13. max-distance: 20
  14. max-duration: 20
  15. cooldown: 25
  16. hit-radius: 1
  17. vertical-hit-radius: 1
  18. hit-players: true
  19. hit-air-at-end: false
  20. hit-non-players: true
  21. hit-ground: true
  22. can-target: players,monsters,animals
  23. spell: ChidoriStream_pain
  24. ChidoriStream_multi:
  25. spell-class: ".TargetedMultiSpell"
  26. name: "&bLightning Style: &1Chidori Stream"
  27. check-individual-cooldowns: false
  28. require-entity-target: true
  29. target-players: true
  30. spells:
  31. - ChidoriStream_proj
  32. ChidoriStream_pain:
  33. spell-class: ".targeted.PainSpell"
  34. damage: 10
  35. range: 1
  36. ignore-armor: false
  37. obey-los: true
  38. target-players: false
  39. check-plugins: true
  40. str-cost: 10 mana and a half heart
  41. str-no-target: No target found.
Add Comment
Please, Sign In to add comment