Advertisement
Faldonboy

Vauum(TL)

May 1st, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.63 KB | None | 0 0
  1. VacuumTargetPlacement:
  2.   Cooldown: 4
  3.   Skills:
  4.  - sendactionmessage{msg="&6<mob.name>&c&l Casts Vacuum!"} @PlayersInRadius{r=15}
  5.   - summon{t=VacuumMob;a=1;r=0}
  6. VacuumTargetLocation:
  7.   Cooldown: 0.25
  8.   Skills:
  9.  - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  10.   - skill{s=VacuumTargetLocationEffect1}
  11.   - skill{s=VacuumTargetLocationSound} @Self
  12.   - delay 4
  13.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  14.   - skill{s=VacuumTargetLocationEffect2}
  15.   - delat 4
  16.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  17.   - skill{s=VacuumTargetLocationEffect3}
  18.   - delay 4
  19.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  20.   - skill{s=VacuumTargetLocationEffect4}
  21.   - delay 4
  22.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  23.   - skill{s=VacuumTargetLocationEffect5}
  24.   - delay 4
  25.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  26.   - skill{s=VacuumTargetLocationEffect1}
  27.   - skill{s=VacuumTargetLocationSound} @Self
  28.   - delay 4
  29.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  30.   - skill{s=VacuumTargetLocationEffect2}
  31.   - delat 4
  32.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  33.   - skill{s=VacuumTargetLocationEffect3}
  34.   - delay 4
  35.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  36.   - skill{s=VacuumTargetLocationEffect4}
  37.   - delay 4
  38.   - skill{s=VacuumTargetLocationPull} @LivingEntitiesInRadius{r=8}
  39.   - skill{s=VacuumTargetLocationEffect5}
  40.   - delay 5
  41.   - remove @Self
  42. VacuumTargetLocationPull:
  43.   Cooldown: 0.25
  44.   Skills:
  45.  - throw{velocity=-10;velocityY=-5}
  46. VacuumTargetLocationEffect1:
  47.   Cooldown: 0.25
  48.   Skills:
  49.  - effect:particles{p=explode;a=250;hs=2.5;vs=0.05;s=0;y=1}
  50.   - effect:particles{p=largeexplode;a=50;hs=0.5;vs=0.05;s=0;y=1}
  51. VacuumTargetLocationEffect2:
  52.   Cooldown: 0.25
  53.   Skills:
  54.  - effect:particles{p=explode;a=225;hs=2.0;vs=0.05;s=0;y=1}
  55.   - effect:particles{p=largeexplode;a=50;hs=0.5;vs=0.05;s=0;y=1}
  56. VacuumTargetLocationEffect3:
  57.   Cooldown: 0.25
  58.   Skills:
  59.  - effect:particles{p=explode;a=200;hs=1.5;vs=0.05;s=0;y=1}
  60.   - effect:particles{p=largeexplode;a=50;hs=0.5;vs=0.05;s=0;y=1}
  61. VacuumTargetLocationEffect4:
  62.   Cooldown: 0.25
  63.   Skills:
  64.  - effect:particles{p=explode;a=175;hs=1.0;vs=0.05;s=0;y=1}
  65.   - effect:particles{p=largeexplode;a=50;hs=0.5;vs=0.05;s=0;y=1}
  66. VacuumTargetLocationEffect5:
  67.   Cooldown: 0.25
  68.   Skills:
  69.  - effect:particles{p=explode;a=150;hs=0.5;vs=0.05;s=0;y=1}
  70.   - effect:particles{p=largeexplode;a=50;hs=0.5;vs=0.05;s=0;y=1}
  71. VacuumTargetLocationSound:
  72.   Cooldown: 0.25
  73.   Skills:
  74.  - effect:sound{s=entity.wither.ambient;v=1.0;p=1.0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement