Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. test2:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. name: "&fVoice Quirk: Yeah!"
  4. cooldown: 20
  5. hit-players: true
  6. cost:
  7. - mana 35
  8. str-cost: 35 chakra
  9. hit-radius: 3
  10. projectile-velocity: 10
  11. stop-on-hit-entity: false
  12. projectile-gravity: 0
  13. tick-interval: 1
  14. particle-name: townaura
  15. particle-horizontal-spread: 0
  16. particle-vertical-spread: 0
  17. particle-count: 0
  18. max-duration: 100
  19. max-distance: 100
  20. special-effect-interval: 1
  21. spell: YEAHPain
  22. cast-item: magma_cream
  23. effects:
  24. 1:
  25. position: special
  26. effect: effectlib
  27. effectlib:
  28. class: TextEffect
  29. text: YEAHHHHH
  30. rotatearoundaxisY: true
  31. particle: note
  32. color: 000000
  33. speed: 0.0001
  34. particles: 500
  35. iterations: 1
  36. relativeOffset: 2,0,0
  37. YEAHPain:
  38. spell-class: ".targeted.PainSpell"
  39. damage: 6
  40. range: 20
  41. ignore-armor: false
  42. obey-los: true
  43. can-target: players,nonplayers
  44. check-plugins: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement