Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. RuneBlast:
  2. Skills:
  3. - summon{type=MineSpawn;amount=1;radius=0;y=3} @SelfLocation >0 1
  4. RuneMineSet:
  5. Skills:
  6. - delay 20
  7. - effect:particlesphere{particle=villager_happy;amount=5;speed=0;hS=0.2;vS=0.2;radius=1} @self
  8. - delay 20
  9. - effect:particlesphere{particle=villager_happy;amount=5;speed=0;hS=0.2;vS=0.2;radius=1} @self
  10. - delay 20
  11. - effect:particlesphere{particle=redstone;amount=5;speed=0;hS=0.2;vS=0.2;radius=1} @self
  12. - summon{type=Mine;amount=1;radius=0} @SelfLocation >0 1
  13. - delay 5
  14. - remove @self
  15. RuneMineExplosion:
  16. Conditions:
  17. - targetwithin{d=2} true
  18. Skills:
  19. - delay 10
  20. - damage{a="<mmocore.skill.RuneBlast.damage> + 6"} @LivingEntitiesInRadius{r=5}
  21. - effect:explosion @LivingEntitiesInRadius{r=5}
  22. # - potion{type=SLOW;duration=60;lvl="<mmocore.skill.RuneBlast.level> * 20"} @LivingEntitiesInRadius{r=5}
  23. # - potion{type=CONFUSION;duration=60;lvl="<mmocore.skill.RuneBlast.level> * 20"} @LivingEntitiesInRadius{r=5}
  24. - delay 5
  25. - remove @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement