Guest User

Untitled

a guest
Dec 25th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. VelvetStormAOE:
  2. Cooldown: 15
  3. Skills:
  4. - effect:sound{s=mob.endermen.portal;volume=10.0;pitch=2.0} @self
  5. - percentdamage{amount=0.15;ignorearmor=true;pkb=true;pi=true;c=false} @PlayersInRadius{r=10}
  6. - effect:particle{p=dragonBreath;amount=5000;hSpread=3;ySpread=0.1;speed=0;yOffset=0.1} @self
  7. - potion{type=SLOW;lvl=2;duration=200;} @PlayersInRadius{r=10}
  8. VelvetStormTP:
  9. Skills:
  10. - teleport{spreadh=3;spreadv=0} @target
  11. VelvetStormEndstoneSkill:
  12. Cooldown: 5
  13. Skills:
  14. - blockwave{duration=30;material=end_stone;radius=4;radiusY=5;velocity=1.7;shape=sphere} @selflocation
  15. - damage{amount=10} @PlayersInRadius{r=4}
  16. VelvetStormLaserbeamSkill:
  17. Skills:
  18. - effect:particleline{particle=dragonBreath;amount=1;tyo=1.4;db=0.1;syo=2.7} @PlayersInRadius{r=8}
  19. - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=8}
  20. VelvetStormGiantSphere:
  21. Skills:
  22. - effect:particlesphere{particle=reddust;color=#b911c2;amount=500;radius=2;y=3} @self
  23. VelvetStormMeteorSkill:
  24. Skills:
  25. - projectile{onTick=VelvetStormMeteorSkillTick;onHit=VelvetStormMeteorSkillHit;onEnd=VelvetStormMeteorSkillEnd;i=1;v=8;mr=20;hS=true;syo=5;type=meteor;g=8.5;hfS=9} @PIR{r=15}
  26.  
  27. VelvetStormMeteorSkillTick:
  28. Skills:
  29. - effect:particles{particle=reddust;color=#830ec2;a=20;hs=0.4;vs=0.4} @origin
  30. - effect:particles{particle=reddust;color=#b911c2;a=20;hs=0.3;vs=0.3} @origin
  31. - effect:particles{particle=reddust;color=#ff00e6;a=20;hs=0.2;vs=0.2} @origin
  32. VelvetStormMeteorSkillHit:
  33. Skills:
  34. - damage{a=5;ignorearmor=true}
  35. VelvetStormMeteorSkillEnd:
  36. Skills:
  37. - effect:particles{particle=LargeExplode;a=20;hs=0.3;vs=0.3} @origin
  38.  
  39. VelvetStormLifesteal:
  40. Skills:
  41. - heal{amount=20} @self
  42.  
  43. VelvetStormHeal:
  44. Skills:
  45. - heal{a=10} @self
  46.  
  47. VelvetStormSpawn:
  48. Cooldown: 10
  49. Skills:
  50. - actionmessage{m="&5&lThe Velvet Storm Has Spawned!"} @PlayersInRadius{r=1000}
Add Comment
Please, Sign In to add comment