Advertisement
Guest User

HerobrineSkills Mob MythicMobs

a guest
Oct 12th, 2016
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.21 KB | None | 0 0
  1. ######################
  2. # +----------------+ #
  3. # |Herobrine Skills| #
  4. # +----------------+ #
  5. ######################
  6. HerobrineSpawn:
  7.   Skills:
  8.  - potion{type=INVISIBILITY;duration=100;level=4} @self
  9.   - potion{type=SLOW;duration=110;level=8} @self
  10.   - delay 10
  11.   - effect:lightning @Self
  12.   - delay 20
  13.   - effect:lightning @Self
  14.   - delay 20
  15.   - effect:lightning @Self
  16.   - delay 50
  17.   - effect:particles{p=witchMagic;amount=130;speed=0.03;hR=2;vR=2} @self
  18.   - throw{velocity=6;velocityY=2} @PlayersInRadius{r=8}
  19. #
  20. #
  21. #
  22. HerobrineEnd:
  23.   Skills:
  24.  - effect:particles{particle=largesmoke;amount=120;hS=0.6;vS=1.1;speed=0.2} @self
  25.   - delay 3
  26.   - effect:lightning @self
  27.   - delay 10
  28.   - sound{s=mob.wither.death;p=0.2} @self
  29.   - delay 2
  30.   - command{c="minecraft:execute <mob.uuid> ~ ~ ~ fill ~ ~ ~ ~ ~ ~ beacon 0 replace"} @Self
  31.   - delay 3
  32.   - effect:firework{t=2;d=0.5;f=true;tr=true} @self
  33.   - delay 6
  34.   - remove @Self
  35. #
  36. #
  37. #
  38. HerobrineSkill1:
  39.   Conditions:
  40.  - stance combat
  41.   Cooldown: 9
  42.   Skills:
  43.  - effect:lightning @self
  44.   - summon{mob=HerobrineLightning;amount=1;noise=5} @Origin
  45.   - delay 2
  46.   - delay 5
  47.   - potion{type=BLINDNESS;duration=40;level=4} @target
  48.   - potion{type=CONFUSION;duration=90;level=4} @target
  49.   - delay 5
  50.   - sound{s=mob.endermen.portal} @self
  51.   - teleport{spreadh=5;spreadv=0} @Target
  52.   - sound{s=mob.endermen.portal} @self
  53.   - effect:particles{particle=largesmoke;amount=120;hS=0.6;vS=1.1;speed=0.2} @self
  54.   - potion{type=SPEED;duration=50;level=4} @self
  55. #
  56. #
  57. #
  58. HerobrineSkill2:
  59.   Conditions:
  60.  - stance combat
  61.   Skills:
  62.  - sound{s=mob.wither.shoot;p=0.3} @self
  63.   - projectile{onTick=Herobrine2_TICK;onHit=Herobrine2_HIT-Hit;v=3;i=1;hR=1;vR=1} @Ring{radius=10;points=4}
  64. Herobrine2_TICK:
  65.   Skills:
  66.  - effect:particles{p=lava;amount=2;hSpread=0.1;vSpread=0.1;speed=0.1;yOffset=0} @origin
  67.   - delay 2
  68.   - effect:particles{p=flame;amount=3;hSpread=0.1;vSpread=0.1;speed=0.1;yOffset=0} @origin
  69. Herobrine2_HIT:
  70.   Skills:
  71.  - ignite{ticks=100} @PlayersNearOrigin{r=2}  
  72.   - damage{a=3} @Target
  73.   - effect:sound{s=random.explode;v=1;p=0}
  74.   - potion{type=SLOW;duration=200;level=2}
  75.   - potion{type=WEAKNESS;duration=500;level=1}
  76. #
  77. #
  78. #
  79. HerobrineSkill3:
  80.   Cooldown: 10000
  81.   Conditions:
  82.  - stance combat
  83.   Cooldown: 20
  84.   Skills:
  85.  - setstance{stance=HS2} @self
  86.   - effect:particles{p=lava;amount=190;speed=0.03;hR=3;vR=3} @self
  87.   - sound{s=mob.wither.spawn;p=0.3;v=6} @self
  88.   - delay 50
  89.   - potion{type=BLINDNESS;duration=90;level=4} @target
  90.   - potion{type=CONFUSION;duration=170;level=4} @target
  91.   - delay 5
  92.   - potion{type=SLOW;duration=280;level=8} @self
  93.   - potion{type=INVISIBILITY;duration=280;level=8} @self
  94.   - delay 10
  95.   - summon{mob=HerobrineCopy;amount=1;noise=5} @Ring{radius=10;points=8}
  96.   - teleport{spreadh=10;spreadv=0} @Self
  97.   - sound{s=mob.endermen.portal} @self
  98.   - effect:particles{particle=largesmoke;amount=120;hS=0.6;vS=1.2;speed=0.2} @self
  99. #
  100. #
  101. #
  102. HS1:
  103.   Skills:
  104.  - setstance{stance=combat} @self
  105. #
  106. #
  107. #
  108. HerobrineDamaged:
  109.   Skills:
  110.  - effect:particles{particle=flame;amount=30;hS=0.5;vS=0.5;speed=0} @self ~onTimer:20 1
  111.   - effect:particles{particle=smoke;amount=20;hS=0.5;vS=0.4;speed=0} @self ~onTimer:30 1
  112.   - effect:particles{particle=flame;amount=40;hS=0.6;vS=0.5;speed=0.1} @self ~onTimer:27 1
  113. #
  114. #HerobrineSpawner
  115. #
  116. HSpawner:
  117.   Conditions:
  118.  - onblock diamond_block
  119.   - inblock fire
  120.   Skills:
  121.  - summon{mob=Herobrine;amount=1;noise=5} @Origin
  122.   - command{c="minecraft:execute <mob.uuid> ~ ~ ~ fill ~ ~ ~ ~ ~-1 ~ air 0 replace"} @Self
  123.   - delay 5
  124.   - remove @Self
  125. #
  126. #
  127. #THANKS @ jaylawl for the healthbar !
  128. #
  129. #
  130. healthbarA:
  131.   Skills:
  132.  - sendactionmessage{msg="&4<&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull>&7"} @PlayersInRadius{r=50} =100%-90%
  133.   - sendactionmessage{msg="&4<&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull>&7<&skull>"} @PlayersInRadius{r=50} =90%-80%
  134.   - sendactionmessage{msg="&4<&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull>&7<&skull><&skull>"} @PlayersInRadius{r=50} =80%-70%
  135.   - sendactionmessage{msg="&4<&skull><&skull><&skull><&skull><&skull><&skull><&skull>&7<&skull><&skull><&skull>"} @PlayersInRadius{r=50} =70%-60%
  136.   - sendactionmessage{msg="&4<&skull><&skull><&skull><&skull><&skull><&skull>&7<&skull><&skull><&skull><&skull>"} @PlayersInRadius{r=50} =60%-50%
  137.   - sendactionmessage{msg="&4<&skull><&skull><&skull><&skull><&skull>&7<&skull><&skull><&skull><&skull><&skull>"} @PlayersInRadius{r=50} =50%-40%
  138.   - sendactionmessage{msg="&4<&skull><&skull><&skull><&skull>&7<&skull><&skull><&skull><&skull><&skull><&skull>"} @PlayersInRadius{r=50} =40%-30%
  139.   - sendactionmessage{msg="&4<&skull><&skull><&skull>&7<&skull><&skull><&skull><&skull><&skull><&skull><&skull>"} @PlayersInRadius{r=50} =30%-20%
  140.   - sendactionmessage{msg="&4<&skull><&skull>&7<&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull>"} @PlayersInRadius{r=50} =20%-10%
  141.   - sendactionmessage{msg="&4<&skull>&7<&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull>"} @PlayersInRadius{r=50} =10%-1%
  142. healthbarB:
  143.   Skills:
  144.  - sendactionmessage{msg="&7<&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull><&skull>"} @PlayersInRadius{r=50}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement