Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. #skills
  2. #
  3. #Tutorial
  4. #
  5. UndeadParty:
  6. Skills:
  7. - summon{mob=UndeadMinion;a=2;r=4} @self
  8. LavaMissile:
  9. Skills:
  10. - missile{ot=LM_TICK;oh=LM_HIT;v=3;i=1;hnp=true}
  11. - delay 20
  12. - missile{ot=LM_TICK;oh=LM_HIT;v=3;i=1;hnp=true}
  13. - delay 20
  14. - missile{ot=LM_TICK;oh=LM_HIT;v=3;i=1;hnp=true}
  15. - delay 20
  16. LM_TICK:
  17. Skills:
  18. - effect:particles{p=magicCrit;a=1}
  19. LM_HIT:
  20. Skills:
  21. - effect:geyser{type=LAVA;height=5;speed=10}
  22. - damage{a=10;ia=true}
  23. #
  24. #Explode
  25. #
  26. SummonMiniCreeper:
  27. Cooldown: 2
  28. Skills:
  29. - summon{mob=MiniCreeper;amount=5;radius=2} @target
  30. ImBomb:
  31. Skills:
  32. - effect:firework{t=3;d=0;c=00cc00;fc=cccc00} @self
  33. - sound{s=entity.generic.explode} @self
  34. - percentDamage{p=0.1} @PIR{r=5}
  35. DynamicBomb:
  36. Skills:
  37. - effect:firework{t=3;d=0;f=true;c=00ff00;fc=ffff00} @self
  38. - sound{s=entity.generic.explode} @self
  39. - percentDamage{p=0.3} @PIR{r=8}
  40. ExpLotion:
  41. Skills:
  42. - message{m="<mob.name><&co> Exp'Lotion'!!"} @PIR{r=30}
  43. - effect:lightning{l=true} @PIR{r=30}
  44. - delay 10
  45. - potion{t=SLOW;d=100;l=4} @PIR{r=30}
  46. - delay 10
  47. - summon{mob=MiniCreeper;a=2} @PIR{r=30}
  48. #
  49. #Twilight and Vampire
  50. #
  51. EatAll:
  52. Skills:
  53. - message{m="<mob.name><&co> I'm starved!!"} @PIR{r=40}
  54. - percentDamage{p=0.1} @MIR{r=30;t=BigBat}
  55. - percentDamage{p=0.1} @PIR{r=40}
  56. SummonFamilia:
  57. Skills:
  58. - message{m="<mob.name><&co> Come on My Familia!!"} @PIR{r=40}
  59. - summon{mob=Brat;a=2;r=2} @Self
  60. - summon{mob=Slurp;a=2;r=2} @Self
  61. - summon{mob=Twilight;a=1;r=2} @Self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement