Advertisement
Faldonboy

Thundaga(TL)

May 2nd, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.44 KB | None | 0 0
  1. ThundagaTargetPlacement:
  2.   Cooldown: 5
  3.   Skills:
  4.  - actionbarmessage{msg="&6<mob.name>&c&l Casts Thundaga on &6<target.name>!"} @PlayersInRadius{r=25}
  5.   - summon{t=ThundagaMob;a=1}
  6. ThundagaTargetLocation:
  7.   Cooldown: 8
  8.   Skills:
  9.  - skill{s=ThundagaPreEffect}
  10.   - skill{s=ThundagaPreSound}
  11.   - delay 3
  12.   - skill{s=ThundagaPreEffect}
  13.   - skill{s=ThundagaPreSound}
  14.   - delay 3
  15.   - skill{s=ThundagaPreEffect}
  16.   - skill{s=ThundagaPreSound}
  17.   - delay 4
  18.   - skill{s=ThundagaDamage} @LivingEntitiesInRadius{r=7}
  19.   - skill{s=ThundagaMulti} @LivingEntitiesInRadius{r=7}
  20.   - skill{s=ThundagaEffect}
  21.   - skill{s=ThundagaPreEffect}
  22.   - skill{s=ThundagaPreSound}
  23.   - delay 3
  24.   - skill{s=ThundagaSound}
  25.   - skill{s=ThundagaPreEffect}
  26.   - skill{s=ThundagaPreSound}
  27.   - delay 3
  28.   - skill{s=ThundagaPreEffect}
  29.   - skill{s=ThundagaPreSound}
  30.   - delay 4
  31.   - skill{s=ThundagaDamage} @LivingEntitiesInRadius{r=7}
  32.   - skill{s=ThundagaMulti} @LivingEntitiesInRadius{r=7}
  33.   - skill{s=ThundagaEffect}
  34.   - skill{s=ThundagaPreEffect}
  35.   - skill{s=ThundagaPreSound}
  36.   - delay 3
  37.   - skill{s=ThundagaSound}
  38.   - skill{s=ThundagaPreEffect}
  39.   - skill{s=ThundagaPreSound}
  40.   - delay 3
  41.   - skill{s=ThundagaPreEffect}
  42.   - skill{s=ThundagaPreSound}
  43.   - delay 4
  44.   - skill{s=ThundagaDamage} @LivingEntitiesInRadius{r=7}
  45.   - skill{s=ThundagaMulti} @LivingEntitiesInRadius{r=7}
  46.   - skill{s=ThundagaEffect}
  47.   - skill{s=ThundagaPreEffect}
  48.   - skill{s=ThundagaPreSound}
  49.   - delay 5
  50.   - remove @Self
  51. ThundagaMulti:
  52.   Cooldown: 0.25
  53.   Skills:
  54.  - damage{a=3;i=true}
  55.   - potion{t=CONFUSION;d=200;l=100}
  56.   - potion{t=WEAKNESS;d=60;l=2}
  57.   - effect:particles{p=magicCrit;hs=0.5;vs=0.5;a=300;s=0.1;y=0.9}
  58.   - effect:lightning
  59. ThundagaDamage:
  60.   Cooldown: 0.25
  61.   Skills:
  62.  - damage{a=3;i=false}
  63. ThundagaPreEffect:
  64.   Cooldown: 0.25
  65.   Skills:
  66.  - effect:particles{p=cloud;hs=2.0;vs=0.5;a=400;s=0.1;y=7.0}
  67.   - effect:particles{p=smoke;hs=2.0;vs=0.5;a=600;s=0.1;y=7.0}
  68.   - effect:particles{p=magicCrit;hs=2.0;vs=0.5;a=500;s=0.1;y=0.1}
  69. ThundagaPreSound:
  70.   Cooldown: 0.25
  71.   Skills:
  72.  - effect:sound{s=weather.rain;v=1.0;p=0.1}
  73. ThundagaEffect:
  74.   Cooldown: 0.25
  75.   Skills:
  76.  - effect:particles{p=magicCrit;hs=0.5;vs=0.5;a=300;s=0.1;y=0.9}
  77.   - effect:particles{p=fireworksSpark;hs=0.5;vs=0.5;a=150;s=0.3;y=0.1}
  78.   - effect:lightning
  79. ThundagaSound:
  80.   Cooldown: 0.25
  81.   Skills:
  82.  - effect:sound{s=entity.lightning.thunder;v=1.0;p=0.1}
  83.   - effect:sound{s=entity.generic.explode;v=1.0;p=0.1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement