Advertisement
TheTombstone

Skills

Aug 16th, 2019
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. Charmer:
  2. Cooldown: 10
  3. Conditions:
  4. - health{a=>0} true
  5. - targetwithin{d=20}
  6. Skills:
  7. - potion{type=DAMAGE_RESISTANCE;duration=30;level=9;repeat=5;repeatInterval=20} @self
  8. - effect:particles{p=villager_angry;amount=1;hS=0;vS=0;speed=-0.5;y=1} @self
  9. - effect:particles{p=flame;amount=20;hS=0.7;vS=1.2;speed=0;y=1} @self
  10. - effect:particles{p=smoke_large;amount=30;hS=0.4;vS=1.2;speed=0} @self
  11. - sound{s=entity.vex.charge;p=2.0;v=2.0} @self
  12. - delay 10
  13. - skill{s=CharmerHit;repeat=11;repeatInterval=10}
  14. - potion{type=WEAKNESS;duration=120;level=12;repeat=5;repeatInterval=20} @self
  15. - potion{type=WITHER;duration=200;level=0;repeat=5;repeatInterval=20} @Target
  16. - consume{d=2;heal=10;i=true;preventknockback=true;repeat=3;repeatInterval=20}
  17. - delay 110
  18. - sound{s=entity.vex.charge;p=2;v=2.0;repeat=10} @self
  19. - potion{type=WEAKNESS;duration=30;level=12} @self
  20. - delay 10
  21. - throw{velocity=15;velocityY=0} @Target
  22. - potion{type=SLOW;duration=30;level=9} @self
  23. CharmedDetector:
  24. Cooldown: 0
  25. Conditions:
  26. - targetwithin{d=24}
  27. Skills:
  28. - skill{s=CharmStart}
  29. CharmerHit:
  30. Conditions:
  31. #- incombat true
  32. - health{a=>0} true
  33. Skills:
  34. - sendtitle{title="ยง4You are being charmed";d=11} @target
  35. - potion{type=LEVITATION;duration=40;level=2} @target
  36. - effect:particles{p=heart;amount=10;hS=1;vS=0.2;speed=0} @self
  37. - effect:particleline{p=redstone;color=#BC3440;amount=1;repeat=1;repeatInterval=5;y=0.5} @target
  38. - pull{velocity=3;repeat=4;repeatInterval=2} @target
  39. CharmStart:
  40. Cooldown: 0
  41. Conditions:
  42. - score{objective=charm;value=>6} true
  43. - score{objective=charm;value=<6} false
  44. Skills:
  45. - signal{s=CHARMSEND} @self
  46. CharmedHitDetector:
  47. Cooldown: 0
  48. Skills:
  49. - potion{type=SLOW;duration=80;level=9} @self
  50. - sound{s=block.conduit.attack.target;p=2.0;v=2.0} @self
  51. - effect:particles{particle=smoke_large;amount=50;hS=1;vS=1;speed=0;repeat=2;repeatInterval=20} @self
  52. - effect:particles{particle=lava;amount=20;hS=1;vS=1;speed=0;repeat=2;repeatInterval=20} @self
  53. - sound{s=entity.guardian.hurt;p=2.0;v=2.0;repeat=2;repeatInterval=20} @self
  54. - delay 65
  55. - sound{s=entity.wither.shoot;p=1.5} @self
  56. - projectile{onTick=CharmProjectile;onHit=Charmer;v=15;i=1;hR=1;vR=1;mr=30}
  57. - modifymobscore{objective=charm;action=set;value=0}
  58. CharmProjectile:
  59. Skills:
  60. - effect:particles{p=damage_indicator;amount=2;speed=0.04;hR=0.1;vR=0.1} @origin
  61. - delay 2
  62. - effect:particles{p=damage_indicator;amount=1;speed=0.04;hR=0.1;vR=0.1} @origin
  63. GetAwayCharmed:
  64. Skills:
  65. - throw{velocity=10;velocityY=0} @LivingEntitiesInRadius{r=3}
  66. - sound{s=minecraft:entity.cat.hiss;p=.9}
  67. - effect:particles{p=villager_angry;a=1}
  68. Orc_HeavyAttack:
  69. Cooldown: 10
  70. Conditions:
  71. #- incombat true
  72. #- stance knight true
  73. - score{objective=heavyattack;v=0} true
  74. - targetwithin{d=20}
  75. Skills:
  76. - modifymobscore{objective=heavyattack;action=set;value=1}
  77. - potion{type=SPEED;duration=100;level=1} @self
  78. - delay 100
  79. - modifymobscore{objective=heavyattack;action=set;value=0}
  80. Orc_HeavyAttack_Hit:
  81. Cooldown: 1
  82. Conditions:
  83. #- incombat true
  84. - score{objective=heavyattack;v=1} true
  85. - targetwithin{d=3}
  86. Skills:
  87. - modifymobscore{objective=heavyattack;action=set;value=0}
  88. - cure{t=SPEED} @self
  89. - effect:particles{particle=sweep_attack;amount=6;hS=0.5;vS=0.2;speed=0;y=1.2} @self
  90. - sound{s=entity.player.attack.weak;p=0.4;v=2} @self
  91. - delay 2
  92. - skill{s=Orc_HeavyAttack_Damage} @self
  93. - effect:particles{particle=sweep_attack;amount=6;hS=0.5;vS=0.2;speed=0;y=1.2} @self
  94. - sound{s=entity.player.attack.weak;p=0.4;v=2} @self
  95. - effect:particles{particle=crit;amount=30;hS=1;vS=1.2;speed=0.01;y=1} @target
  96. - sound{s=entity.player.attack.crit;p=1;v=1} @target
  97. - sound{s=block.anvil.land;p=0.8;v=2.0} @target
  98. Orc_HeavyAttack_Damage:
  99. Cooldown: 1
  100. Skills:
  101. - damage{amount=12} @target
  102. - throw{velocity=6;velocityY=2} @target
  103. Orc_Magic_Selector:
  104. Cooldown: 2
  105. Conditions:
  106. #- incombat true
  107. - targetwithin{d=25}
  108. Skills:
  109. - skill{s=Orc_MagicBolt_Starter}
  110. - skill{s=Orc_WeakMagicBolt_Starter}
  111.  
  112. Orc_MagicBolt_Starter:
  113. Cooldown: 8
  114. Conditions:
  115. - score{objective=magic;value=>8} true
  116. - score{objective=magic;value=<8} false
  117. Skills:
  118. - signal{s=NORMAL} @self
  119. Orc_MagicBolt:
  120. Skills:
  121. - potion{type=SLOW;duration=80;level=9} @self
  122. - sound{s=entity.guardian.attack;p=0.8;v=2.0} @self
  123. - effect:particles{particle=spell_witch;amount=50;hS=1;vS=1;speed=0;repeat=2;repeatInterval=20} @self
  124. - effect:particles{particle=crit_magic;amount=20;hS=1;vS=1;speed=0;repeat=2;repeatInterval=20} @self
  125. - sound{s=entity.guardian.hurt;p=0.1;v=2.0;repeat=2;repeatInterval=20} @self
  126. - delay 65
  127. - sound{s=entity.wither.shoot;p=0.8} @self
  128. - projectile{onTick=Orc_MagicBolt-Tick;onHit=Orc_MagicBolt-Hit;v=15;i=1;hR=1;vR=1;mr=30}
  129. - modifymobscore{objective=magic;action=set;value=0}
  130. Orc_MagicBolt-Tick:
  131. Skills:
  132. - effect:particles{p=spell_witch;amount=2;speed=0.04;hR=0.1;vR=0.1} @origin
  133. - delay 2
  134. - effect:particles{p=crit_magic;amount=1;speed=0.04;hR=0.1;vR=0.1} @origin
  135. Orc_MagicBolt-Hit:
  136. Skills:
  137. - damage{a=15}
  138. - modifymobscore{objective=magic;action=add;value=7}
  139. - effect:particles{p=spell_witch;amount=95;hSpread=2.5;ySpread=1;speed=0;yOFfset=0.3} @target
  140. - sound{s=entity.elder_guardian.curse;p=0.5} @target
  141.  
  142. Orc_WeakMagicBolt_Starter:
  143. Cooldown: 2
  144. Conditions:
  145. - score{objective=magic;value=<2} false
  146. - score{objective=magic;value=<8} true
  147. - score{objective=magic;value=>8} false
  148. Skills:
  149. - signal{s=WEAK} @self
  150. Orc_WeakMagicBolt:
  151. Skills:
  152. - modifymobscore{objective=magic;action=subtract;value=3}
  153. - sound{s=entity.wither.shoot;p=1.2} @self
  154. - projectile{onTick=Orc_WeakMagicBolt-Tick;onHit=Orc_WeakMagicBolt-Hit;v=7;i=1;hR=1;vR=1;mr=12}
  155. Orc_WeakMagicBolt-Tick:
  156. Skills:
  157. - effect:particles{p=spell_witch;amount=1;speed=0.04;hR=0.1;vR=0.1} @origin
  158. Orc_WeakMagicBolt-Hit:
  159. Skills:
  160. - damage{a=8}
  161. - modifymobscore{objective=magic;action=add;value=5}
  162. - effect:particles{p=spell_witch;amount=40;hSpread=1;ySpread=1;speed=0;yOFfset=0.3} @target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement