Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #on mobconfiguration:
  2. - Skill{s=RilascioEnergeticoGolemGuardiano} @self ~onTimer:350
  3.  
  4.  
  5. #on skill configuration:
  6. RilascioEnergeticoGolemGuardiano:
  7. Conditions:
  8. - playerwithin 20 true
  9. Skills:
  10. - message{m="<mob.name><&co> &eEnergia. Accumulata. Rilascio. Istantaneo."} @PlayersInRadius{r=20}
  11. - effect:smoke{direction=4} @self
  12. - potion{type=SLOW;lvl=1;duration=200} @PlayersInRadius{r=20}
  13. - delay 20
  14. - ignite{ticks=100} @PlayersInRadius{r=20}
  15. - potion{t=CONFUSION;d=80;l=3} @PlayersInRadius{r=20}
  16. - basedamage{m=4} @PlayersInRadius{r=20}
  17. - delay 20
  18. - throw{v=10} @PlayersInRadius{r=20}
  19. - basedamage{m=1.5} @PlayersInRadius{r=20}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement