Advertisement
Guest User

FireballSpells

a guest
May 16th, 2017
2,375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Firebolt:
  2. Cooldown: 1.0
  3. Conditions:
  4. - targetinlineofsight true
  5. Skills:
  6. - missile{ot=FBLT_TICK;oh=FBLT_HIT;v=15;i=1;hR=1;vR=1;in=0.75;syo=1.5}
  7. FBLT_TICK:
  8. Skills:
  9. - effect:particles{p=reddust;c=#e10000;a=5;hS=0.15;vS=0.15} @origin
  10. - effect:particles{p=flame;a=8;hS=0.1;vS=0.1} @origin
  11. - effect:particles{p=lava;a=1;hS=0.12;vS=0.12} @origin
  12. FBLT_HIT:
  13. Skills:
  14. - damage{amount=5;i=false}
  15. - effect:particles{p=lava;a=15;hS=0.2;vS=0.2;y=1.0;s=2.5;}
  16. - effect:sound{s=entity.generic.explode;v=1.2;p=1.5}
  17. Fireball:
  18. Cooldown: 1.0
  19. Conditions:
  20. - targetinlineofsight true
  21. Skills:
  22. - missile{ot=FB_TICK;oh=FB_HIT;v=20;i=1;hR=1;vR=1;in=0.75;syo=1.5}
  23. FB_TICK:
  24. Skills:
  25. - effect:particles{p=reddust;c=#ff005a;a=10;hS=0.20;vS=0.20} @origin
  26. - effect:particles{p=flame;a=10;hS=0.15;vS=0.15} @origin
  27. - effect:particles{p=lava;a=1;hS=0.15;vS=0.15} @origin
  28. FB_HIT:
  29. Skills:
  30. - damage{amount=10;i=false}
  31. - effect:particles{p=lava;a=25;hS=0.2;vS=0.2;y=1.0;s=2.5;}
  32. - effect:sound{s=entity.generic.explode;v=1.2;p=1.5}
  33. Incinerate:
  34. Cooldown: 1.0
  35. Conditions:
  36. - targetinlineofsight true
  37. Skills:
  38. - missile{ot=INC_TICK;oh=INC_HIT;v=25;i=1;hR=1;vR=1;in=0.75;syo=1.5}
  39. INC_TICK:
  40. Skills:
  41. - effect:particles{p=reddust;c=#ff008d;a=15;hS=0.24;vS=0.24} @origin
  42. - effect:particles{p=flame;a=15;hS=0.24;vS=0.24} @origin
  43. - effect:particles{p=lava;a=1;hS=0.15;vS=0.15} @origin
  44. INC_HIT:
  45. Skills:
  46. - damage{amount=15;i=false}
  47. - effect:particles{p=lava;a=35;hS=0.2;vS=0.2;y=1.0;s=2.5;}
  48. - effect:sound{s=entity.generic.explode;v=1.2;p=1.5}
  49. PyroclasticBlast:
  50. Cooldown: 1.0
  51. Conditions:
  52. - targetinlineofsight true
  53. Skills:
  54. - missile{ot=PYR_TICK;oh=PYR_HIT;v=30;i=1;hR=1;vR=1;in=0.75;syo=1.5}
  55. PYR_TICK:
  56. Skills:
  57. - effect:particles{p=witchMagic;a=15;hS=0.24;vS=0.24} @origin
  58. - effect:particles{p=flame;a=15;hS=0.24;vS=0.24} @origin
  59. - effect:particles{p=smoke;a=20;hS=0.3;vS=0.3} @origin
  60. - effect:particles{p=lava;a=3;hS=0.15;vS=0.15} @origin
  61. PYR_HIT:
  62. Skills:
  63. - damage{amount=20;i=false}
  64. - effect:particles{p=lava;a=200;hS=1.0;vS=1.0;y=1.0;s=2.5;}
  65. - effect:particles{p=witchMagic;a=50;hS=1.0;vS=1.0;y=1.0;s=2.5;}
  66. - effect:sound{s=entity.generic.explode;v=1.2;p=1.5}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement