Advertisement
Guest User

Skills File

a guest
Apr 27th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Shackle:
  2. Skills:
  3. - potion{type=SLOW;duration=200;level=4}
  4. Cripple:
  5. Skills:
  6. - potion{type=WEAKNESS;duration=200;level=4}
  7. Harm:
  8. Skills:
  9. - potion{type=HARM;duration=25;level=1}
  10. - damage{amount=5}
  11. Haze:
  12. Skills:
  13. - potion{type=CONFUSION;duration=200;level=4}
  14. Wither:
  15. Skills:
  16. - potion{type=WITHER;duration=200;level=2}
  17. Starve:
  18. Skills:
  19. - potion{type=HUNGER;duration=100;level=4}
  20. - damage{amount=5}
  21. Blind:
  22. Skills:
  23. - potion{type=BLINDNESS;duration=200;level=4}
  24. Toxic:
  25. Skills:
  26. - potion{type=POISON;duration=200;level=4}
  27. Invisible:
  28. Skills:
  29. - potion{type=INVISIBILITY;duration=999999999999999;level=4}
  30. Buff:
  31. Skills:
  32. - potion{type=INCREASE_DAMAGE;duration=25;level=1}
  33. - damage{amount=5}
  34. ArrowBarrage:
  35. Skills:
  36. - shoot{type=ARROW;velocity=5;damage=5}
  37. - delay 10
  38. - shoot{type=ARROW;velocity=5;damage=5}
  39. - delay 10
  40. - shoot{type=ARROW;velocity=5;damage=5}
  41. - delay 10
  42. - shoot{type=ARROW;velocity=5;damage=5}
  43. - delay 10
  44. - shoot{type=ARROW;velocity=5;damage=5}
  45. - delay 10
  46. - shoot{type=ARROW;velocity=5;damage=5}
  47. - delay 10
  48. - shoot{type=ARROW;velocity=5;damage=5}
  49. - delay 10
  50. - shoot{type=ARROW;velocity=5;damage=5}
  51. - delay 10
  52. - shoot{type=ARROW;velocity=5;damage=5}
  53. HellBarrage:
  54. Skills:
  55. - shootfireball{y=1;v=4} @target
  56. - delay 10
  57. - shootfireball{y=1;v=4} @target
  58. - delay 10
  59. - shootfireball{y=1;v=4} @target
  60. - delay 10
  61. - shootfireball{y=1;v=4} @target
  62. - delay 10
  63. - shootfireball{y=1;v=4} @target
  64. - delay 10
  65. - shootfireball{y=1;v=4} @target
  66. - delay 10
  67. - shootfireball{y=1;v=4} @target
  68. - delay 10
  69. - shootfireball{y=1;v=4} @target
  70. - delay 10
  71. - shootfireball{y=1;v=4} @target
  72. Horsemen:
  73. Cooldown: 15
  74. Skills:
  75. - message{m="<mob.name><&co> GODS AVENGE MY DEATH, I BECKON THEE! SUMMON THE HORSEMEN"} @PlayersInRadius{r=40}
  76. - delay 20
  77. - summon{mob=War;amount=1;noise=5} @Self
  78. - delay 20
  79. - summon{mob=Death;amount=1;noise=5} @Self
  80. - delay 20
  81. - summon{mob=Famine;amount=1;noise=5} @Self
  82. - delay 20
  83. - summon{mob=Pestilence;amount=1;noise=5} @Self
  84. SmashAttack:
  85. Cooldown: 8
  86. Conditions:
  87. - targetwithin 25
  88. Skills:
  89. - message{cooldown=30;m="<mob.name><&co> Hahahah! I will crush you, fool!"} @PlayersInRadius{r=40}
  90. - teleport @target
  91. - effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
  92. - delay 10
  93. - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
  94. - throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
  95. - effect:explosion @Self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement