Advertisement
Guest User

Untitled

a guest
Aug 10th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 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> Prisikelkite mano kareiviai!!"} @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
  31. Boom:
  32. Cooldown: 25
  33. Skills:
  34. - explosion{blockdamage=false;fire=true;yield=5} @Target
  35. Ugnis:
  36. Cooldown: 10
  37. - ignite{t=100} @Target
  38. Gydymas:
  39. Cooldown: 100
  40. - heal{a=50;overheal=false} @Self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement