Created
July 3, 2015 00:16
-
-
Save cameri/5e61e6254476d418cfb5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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> Arise, my minions!"} @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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment