Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. abilities:
  2. Heal:
  3. target: SELF
  4. type: HEAL
  5. amount: 10
  6. warmupAnnounce: "%name% clams the duck down and regenerates."
  7. usingAnnounce: "%name% heals himself."
  8. cooldown: 200
  9. warmup: 10
  10. options:
  11. - "range:20"
  12.  
  13. AOE:
  14. target: AOE
  15. type: DAMAGE
  16. amount: 53
  17. warmupAnnounce: "%name% is gettings angry."
  18. usingAnnounce: "%name% is angry and destroys the ground."
  19. cooldown: 200
  20. warmup: 30
  21. options:
  22. - "range:20"
  23.  
  24. SingleTarget:
  25. target: SINGLE
  26. type: DAMAGE
  27. amount: 8
  28. warmupAnnounce: "%name% focuses on one person."
  29. usingAnnounce: "%name% got ya!"
  30. cooldown: 200
  31. warmup: 5
  32. options:
  33. - "range:NEAREST"
Add Comment
Please, Sign In to add comment