Advertisement
ReshiStar

Skills

Dec 13th, 2019
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #
  4.  
  5. SmashAttack:
  6. Cooldown: 8
  7. Conditions:
  8. - targetwithin 25
  9. Skills:
  10. - message{cooldown=30;m="<mob.name><&co> Hahahah! I will crush you, fool!"} @PlayersInRadius{r=40}
  11. - teleport @target
  12. - effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
  13. - delay 10
  14. - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
  15. - throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
  16. - effect:explosion @Self
  17. SummonSkeletons:
  18. Cooldown: 15
  19. Skills:
  20. - message{m="<mob.name><&co> Arise, my minions!"} @PlayersInRadius{r=40}
  21. - delay 20
  22. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  23. - delay 20
  24. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  25. - delay 20
  26. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  27. AngrySludgePoison:
  28. Cooldown: 10
  29. Skills:
  30. - potion{type=POISON;lvl=2;duration=100} @PlayersInRadius{r=15}
  31. - effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOFfset=0.5}
  32. @Self
  33. Yell:
  34. Cooldown: 10
  35. Conditions:
  36. - targetinlineofsight{} true
  37. Skills:
  38. - speak{m="&f>> &8I spotted <target.name>!"}
  39. Yellone:
  40. Skills:
  41. - speak{m="&f>> Ouch! That hurt!"}
  42. Yelltwo:
  43. Skills:
  44. - speak{m="&f>> What was that for!?"}
  45. Yellthree:
  46. Skills:
  47. - speak{m="&f>> You're gonna kill me!"}
  48. Yellfour:
  49. Skills:
  50. - speak{m="&f>> Guards! Help!"}
  51. Shotgun:
  52. Cooldown: 1
  53. Skills:
  54. - arrowvolley{a=10;s=30;v=200;f=0;rd=200} @TargetLocation
  55. IceBolt:
  56. Skills:
  57. - projectile{onTick=IceBolt-Tick;onHit=IceBolt-Hit;v=8;i=1;hR=1;vR=1;hnp=true} @TargetLocation
  58. IceBolt-Tick:
  59. Skills:
  60. - effect:particles{p=item;amount=20;speed=0;hS=0.2;vS=0.2} @Origin
  61. IceBolt-Hit:
  62. Skills:
  63. - damage{a=10}
  64. - potion{type=SLOW;duration=100;lvl=2}
  65. InvisibleMob:
  66. Skills:
  67. - potion{type=invisibility;duration=6000;level=1;hasParticles=false} @self
  68. Wander:
  69. Conditions:
  70. - cast incombat false insteadcast hostile
  71. Skills:
  72. - runaigoalselector{goal=clear}
  73. - runaigoalselector{goal=randomstroll}
  74.  
  75. Hostile:
  76. Conditions:
  77. - incombat true
  78. - lineofsight true
  79. Skills:
  80. - runaigoalselector{goal=clear}
  81. - runaigoalselector{goal=meleeattack}
  82. - runaitargetselector{target=attacker}
  83.  
  84. Despawn:
  85. Conditions:
  86. - incombat false
  87. Skills:
  88. - remove @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement