cookieXL

Untitled

Apr 26th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1. KnightShadowBall:
  2. Cooldown: 10
  3. Skills:
  4. - potion{type=SLOW;duration=100;level=5;velocity=0} @self
  5. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  6. - delay 20
  7. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  8. - delay 20
  9. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  10. - delay 20
  11. - projectile{onTick=ShkTick;onHit=ShkHit;v=15;i=1;hR=1;vR=1;hO=0}
  12. ShkTick:
  13. Skills:
  14. - effect:particles{p=witch;amount=50;speed=0.5;hS=0.2;vS=0.2} @origin
  15. - effect:particles{p=end_rod;amount=3;speed=0;hS=0;vS=0} @origin
  16. ShkHit:
  17. Skills:
  18. - damage{a=10;pi=true}
  19. - potion{type=SLOW;duration=40;lvl=0}
  20. - potion{type=WEAKNESS;duration=40;lvl=2}
  21.  
  22. DarkSacrifice:
  23. Cooldown: 1
  24. Skills:
  25. - effect:explode @self
  26. - effect:particles{particle=snowballpoof;amount=10;hS=1;vS=1;speed=0} @target
  27. - potion{type=BLINDNESS;duration=40;level=0}
  28.  
  29. DragonBreath:
  30. Cooldown: 10
  31. Skills:
  32. - effect:particles{p=end_rod;amount=7;speed=0.1;hS=0.2;vS=0.2} @origin
  33. - delay 30
  34. - projectile{onTick=DragonTick;onHit=DragonHit;v=10;i=1;hR=1;vR=1;syo=0}
  35. DragonTick:
  36. Skills:
  37. - effect:particles{p=flame;amount=7;speed=0.1;hS=0.2;vS=0.2} @origin
  38. - effect:particles{p=largeexplosion;amount=15;speed=1.5;hS=0.1;vS=0.1} @origin
  39. DragonHit:
  40. Skills:
  41. - damage{a=40}
  42. - throw{velocity=5;velocityY=2}
  43. - ignite{ticks=100}
  44.  
  45. DragonGlide:
  46. Skills:
  47. - setgliding{g=true;} @self
  48.  
  49. DragonJump:
  50. Cooldown: 7
  51. Skills:
  52. - jump{v=1} @target
  53. - delay 25
  54.  
  55. CriticalSlash:
  56. Cooldown: 20
  57. Skills:
  58. - sendtitle{title="&rCRITICAL!";d=20} @PlayersInRadius{r=20}
  59. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  60. - projectile{onTick=SCick;onHit=SCHit;v=15;i=1;hR=1;vR=1;hO=0}
  61. SCTick:
  62. Skills:
  63. - effect:particles{p=witch;amount=5;speed=0.5;hS=0.2;vS=0.2} @origin
  64. - effect:particles{p=largeexplosion;amount=1;speed=1.5;hS=0;vS=0} @origin
  65. SCHit:
  66. Skills:
  67. - damage{a=50;pi=true}
  68.  
  69. DarkKnightSummon:
  70. Cooldown: 15
  71. Skills:
  72. - sendtitle{title="&c&lDark Knight!";d=20} @PlayersInRadius{r=20}
  73. - potion{type=SLOW;duration=30;level=5;velocity=0} @self
  74. - effect:particles{particle=end_rod;amount=50;hS=1;vS=1;speed=0} @self
  75. - summon{type=DarkKnight;amount=1;radius=3} @self
  76. - delay 10
  77.  
  78. DarkMissiles:
  79. Cooldown: 80
  80. Skills:
  81. - sendtitle{title="&4&lSHADOW!";d=20} @PlayersInRadius{r=20}
  82. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  83. - potion{type=SLOW;duration=100;level=1;velocity=0} @self
  84. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  85. - delay 20
  86. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  87. - delay 10
  88. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  89. - delay 10
  90. - sendtitle{title="&c&lSOULS!";d=20} @PlayersInRadius{r=20}
  91. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=0}
  92. - delay 10
  93. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=10}
  94. - delay 10
  95. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=20}
  96. - delay 10
  97. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=30}
  98. - delay 10
  99. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=40}
  100. - delay 10
  101. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=50}
  102. - delay 10
  103. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=-10}
  104. - delay 10
  105. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=-20}
  106. - delay 10
  107. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=-30}
  108. - delay 10
  109. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=-40}
  110. - delay 10
  111. - missile{onTick=ShMTick;onHit=ShMHit;v=7;i=1;hR=1;vR=1;hO=-50}
  112. ShMTick:
  113. Skills:
  114. - effect:particles{p=witch;amount=10;speed=0.5;hS=0.2;vS=0.2} @origin
  115. - effect:particles{p=end_rod;amount=3;speed=0;hS=0;vS=0} @origin
  116. ShMHit:
  117. Skills:
  118. - damage{a=15;pi=true}
  119. - potion{type=WEAKNESS;duration=100;lvl=2}
  120.  
  121. DarkShield:
  122. Cooldown: 20
  123. Skills:
  124. - orbital{onTick=DarkShield-Tick;onHit=DarkShield-Hit;points=20;interval=1;duration=200;charges=1}
  125. DarkShield-Tick:
  126. Skills:
  127. - effect:particles{p=witch;amount=20;speed=0;hS=0.2;vS=0.2} @origin
  128. - effect:particles{p=end_rod;amount=2;speed=0;hS=0.2;vS=0.2} @origin
  129. DarkShield-Hit:
  130. Skills:
  131. - damage{a=20}
  132. - potion{type=WEAKNESS;duration=40;lvl=2}
  133.  
  134. DragonSummon:
  135. Cooldown: 999999999
  136. Skills:
  137. - sendtitle{title="&4&lDRAGON!";d=20} @PlayersInRadius{r=20}
  138. - potion{type=SLOW;duration=200;level=5;velocity=0} @self
  139. - effect:particles{particle=explosion_emitter;amount=1;hS=1;vS=1;speed=0} @self
  140. - delay 30
  141. - effect:particles{particle=explosion_emitter;amount=1;hS=1;vS=1;speed=0} @self
  142. - delay 30
  143. - effect:particles{particle=explosion_emitter;amount=1;hS=1;vS=1;speed=0} @self
  144. - delay 20
  145. - effect:particles{particle=end_rod;amount=50;hS=1;vS=1;speed=0} @self
  146. - summon{type=Dragon;amount=1;radius=3} @self
  147. - effect:particles{particle=end_rod;amount=150;hS=1;vS=1;speed=1} @self
  148. - delay 10
  149.  
  150. ShadowBall:
  151. Cooldown: 8
  152. Skills:
  153. - sendtitle{title="&5&lSHADOW!";d=20} @PlayersInRadius{r=20}
  154. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  155. - potion{type=SLOW;duration=100;level=1;velocity=0} @self
  156. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  157. - delay 20
  158. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  159. - delay 10
  160. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  161. - delay 10
  162. - sendtitle{title="&c&lBALL!";d=20} @PlayersInRadius{r=20}
  163. - projectile{onTick=ShTick;onHit=ShHit;v=15;i=1;hR=1;vR=1;hO=0}
  164. ShTick:
  165. Skills:
  166. - effect:particles{p=witch;amount=50;speed=0.5;hS=0.2;vS=0.2} @origin
  167. - effect:particles{p=end_rod;amount=3;speed=0;hS=0;vS=0} @origin
  168. ShHit:
  169. Skills:
  170. - damage{a=25;pi=true}
  171. - potion{type=SLOW;duration=100;lvl=0}
  172. - potion{type=WEAKNESS;duration=100;lvl=2}
  173.  
  174. ShadowPower:
  175. Cooldown: 50
  176. Skills:
  177. - sendtitle{title="&d&lSHADOW!";d=20} @PlayersInRadius{r=20}
  178. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  179. - potion{type=SLOW;duration=300;level=7;velocity=0} @self
  180. - potion{type=DAMAGE_RESISTANCE;duration=120;level=7;velocity=0} @self
  181. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  182. - delay 20
  183. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  184. - delay 10
  185. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  186. - delay 10
  187. - sendtitle{title="&c&lPOWER!";d=20} @PlayersInRadius{r=20}
  188. - projectile{onTick=SpTick;onHit=SpHit;v=10;i=1;hR=1;vR=1;hO=0} @target
  189. - delay 20
  190. - projectile{onTick=SpTick;onHit=SpHit;v=10;i=1;hR=1;vR=1;hO=0} @target
  191. - delay 20
  192. - projectile{onTick=SpTick;onHit=SpHit;v=10;i=1;hR=1;vR=1;hO=0} @target
  193. - delay 20
  194. - projectile{onTick=SpTick;onHit=SpHit;v=10;i=1;hR=1;vR=1;hO=0} @target
  195. - delay 20
  196. - projectile{onTick=SpTick;onHit=SpHit;v=10;i=1;hR=1;vR=1;hO=0} @target
  197. SpTick:
  198. Skills:
  199. - effect:particles{p=witch;amount=5;speed=0.5;hS=0.2;vS=0.2} @origin
  200. - effect:particles{p=end_rod;amount=1;speed=0.5;hS=0.2;vS=0.2} @origin
  201. - effect:particles{p=largeexplosion;amount=1;speed=0;hS=0;vS=0} @origin
  202. SpHit:
  203. Skills:
  204. - damage{a=25;pi=true}
  205. - potion{type=SLOW;duration=100;lvl=0}
  206. - potion{type=WEAKNESS;duration=100;lvl=2}
  207.  
  208. ShadowPunch:
  209. Cooldown: 40
  210. Skills:
  211. - sendtitle{title="&c&lSHADOW!";d=20} @PlayersInRadius{r=20}
  212. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  213. - potion{type=SLOW;duration=100;level=1;velocity=0} @self
  214. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  215. - delay 20
  216. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  217. - delay 20
  218. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  219. - delay 20
  220. - sendtitle{title="&c&lPUNCH!";d=20} @PlayersInRadius{r=20}
  221. - leap{v=200} @target
  222. - delay 5
  223. - effect:lightning @self
  224. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=1} @self
  225. - delay 5
  226. - effect:particles{particle=witch;amount=2;hS=1;vS=1;speed=0} @Cone{r=10}
  227. - effect:particles{particle=largeexplosion;amount=1;hS=1;vS=1;speed=1} @Cone{r=10}
  228. - damage{a=100} @EIC{r=10}
  229.  
  230. ShadowTeleport:
  231. Cooldown: 20
  232. Skills:
  233. - sendtitle{title="&5&lTELEPORT!";d=20} @PlayersInRadius{r=20}
  234. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  235. - potion{type=INVISIBILITY;duration=30;level=5;velocity=0} @self
  236. - teleport @target
  237. - potion{type=SLOW;duration=100;level=5;velocity=0} @self
  238. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  239. - delay 10
  240. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  241. - delay 10
  242. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  243. - delay 10
  244. - sendtitle{title="&c&lSLASH!";d=20} @PlayersInRadius{r=20}
  245. - projectile{onTick=STick;onHit=SHit;v=15;i=1;hR=1;vR=1;hO=0}
  246. STick:
  247. Skills:
  248. - effect:particles{p=witch;amount=3;speed=0.5;hS=0.2;vS=0.2} @origin
  249. - effect:particles{p=largeexplosion;amount=3;speed=1.5;hS=0;vS=0} @origin
  250. SHit:
  251. Skills:
  252. - damage{a=80;pi=true}
  253. - potion{type=BLINDNESS;duration=100;lvl=0}
  254.  
  255. SoulHeal:
  256. Cooldown: 45
  257. Skills:
  258. - sendtitle{title="&5&lHEAL!";d=20} @PlayersInRadius{r=20}
  259. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  260. - potion{type=SLOW;duration=100;level=7;velocity=0} @self
  261. - delay 30
  262. - effect:particles{particle=witch;amount=50;hS=1;vS=1;speed=0} @self
  263. - delay 20
  264. - effect:particles{particle=end_rod;amount=30;hS=1;vS=1;speed=0} @self
  265. - heal{amount=120} @self
Add Comment
Please, Sign In to add comment