Advertisement
CREAMPAN0408

Untitled

Mar 31st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # SKILLs
  2. # These example files show you some VERY basic meta skills.
  3. # You can copy and expand them however you'd like.
  4. SmashAttack:
  5. Cooldown: 8
  6. Conditions:
  7. - targetwithin 25
  8. Skills:
  9. - teleport @target
  10. - effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
  11. - delay 10
  12. - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
  13. - throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
  14. - effect:explosion @Self
  15. SummonSkeletons:
  16. Cooldown: 15
  17. Skills:
  18. - delay 20
  19. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  20. - delay 20
  21. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  22. - delay 20
  23. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement