Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ##### Saitama Stunning Punch #####
  2.  
  3.  
  4. SaitamaPunch:
  5. spell-class: ".instant.ParticleProjectileSpell"
  6. projectile-velocity: 10
  7. name: "&6Saitama: Stunning Punch."
  8. str-on-cooldown: "&6This Ability Is On Cooldown!"
  9. particle-name: flame
  10. particle-speed: 0.3
  11. cast-item: 264
  12. cooldown: 30
  13. max-distance: 5
  14. hit-players: true
  15. spell: SaitamaPunchStun
  16. spells: SaitamaPunch_multi
  17. SaitamaPunch_Stun:
  18. spell-class: ".targeted.StunSpell"
  19. duration: 12
  20. can-target: players,nonplayers
  21. SaitamaPunch_Silence:
  22. spell-class: ".targeted.SilenceSpell"
  23. range: 5
  24. cooldown: 30
  25. prevent-cast: true
  26. prevent-chat: false
  27. prevent-commands: false
  28. duration: 240
  29. SaitamaPunch_Pain:
  30. spell-class: ".targeted.PainSpell"
  31. damage: 8
  32. SaitamaPunch_multi:
  33. spell-class: ".TargetedMultiSpell"
  34. check-individual-cooldowns: false
  35. require-entity-target: true
  36. target-players: true
  37. spells:
  38. - SaitamaPunch_Pain
  39. - SaitamaPunch_Stun
  40. - SaitamaPunch_Silence
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement