Momshroom

ExampleSkill

Mar 5th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. #
  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. - message{cooldown=30;m="<mob.name><&co> Hahahah! I will crush you, fool!"} @PlayersInRadius{r=40}
  10. - teleport @target
  11. - effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
  12. - delay 10
  13. - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
  14. - throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
  15. - effect:explosion @Self
  16. SummonSkeletons:
  17. Cooldown: 15
  18. Skills:
  19. - message{m="<mob.name><&co> Arise, my minions!"} @PlayersInRadius{r=40}
  20. - delay 20
  21. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  22. - delay 20
  23. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  24. - delay 20
  25. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  26. AngrySludgePoison:
  27. Cooldown: 10
  28. Skills:
  29. - potion{type=POISON;lvl=2;duration=100} @PlayersInRadius{r=15}
  30. - effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOFfset=0.5} @Self
Add Comment
Please, Sign In to add comment