Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # These example files show you some VERY basic meta skills.
- # You can copy and expand them however you'd like.
- SmashAttack:
- Cooldown: 8
- Conditions:
- - targetwithin 25
- Skills:
- - message{cooldown=30;m="<mob.name><&co> Hahahah! I will crush you, fool!"} @PlayersInRadius{r=40}
- - teleport @target
- - effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
- - delay 10
- - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
- - throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
- - effect:explosion @Self
- SummonSkeletons:
- Cooldown: 15
- Skills:
- - message{m="<mob.name><&co> Prisikelkite mano kareiviai!!"} @PlayersInRadius{r=40}
- - delay 20
- - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
- - delay 20
- - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
- - delay 20
- - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
- AngrySludgePoison:
- Cooldown: 10
- Skills:
- - potion{type=POISON;lvl=2;duration=100} @PlayersInRadius{r=15}
- - effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOFfset=0.5} @Self
- Boom:
- Cooldown: 25
- Skills:
- - explosion{blockdamage=false;fire=true;yield=5} @Target
- Ugnis:
- Cooldown: 10
- - ignite{t=100} @Target
- Gydymas:
- Cooldown: 100
- - heal{a=50;overheal=false} @Self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement