Tj032803

(Custom) Dragon Slayer Magic : Celestial Dragon's Eta Claw

Feb 8th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. CelestialEtaClaw:
  2. spell-class: ".TargetedMultiSpell"
  3. check-individual-cooldowns: false
  4. require-entity-target: true
  5. name: "&bDragon Slayer: Celestial &eDragon's Eta Claw"
  6. cast-item: diamond
  7. cooldown: 75
  8. range: 5
  9. str-no-target: No target found.
  10. spells:
  11. - CelestialEtaClaw_pain
  12. - CelestialEtaClaw_toss
  13. - DELAY 5
  14. - CelestialEtaClaw_pain
  15. - CelestialEtaClaw_toss
  16. - DELAY 5
  17. - CelestialEtaClaw_pain
  18. - CelestialEtaClaw_toss
  19. - DELAY 5
  20. - CelestialEtaClaw_pain
  21. - CelestialEtaClaw_toss
  22. - DELAY 5
  23. - CelestialEtaClaw_pain
  24. - CelestialEtaClaw_toss
  25. - DELAY 5
  26. - CelestialEtaClaw_pain
  27. - CelestialEtaClaw_toss
  28. - DELAY 5
  29. - CelestialEtaClaw_pain
  30. - CelestialEtaClaw_toss
  31. - DELAY 5
  32. - CelestialEtaClaw_pain
  33. - CelestialEtaClaw_toss
  34. - CelestialEtaClaw_pain
  35. - CelestialEtaClaw_toss
  36. effects:
  37. 1:
  38. position: caster
  39. effect: particles
  40. particle-name: magicCrit
  41. vert-spread: 2.0
  42. horiz-spread: 2.0
  43. speed: 0.2
  44. count: 1000
  45. max-distance: 80
  46. sound2:
  47. position: caster
  48. effect: sound
  49. sound: block.fire.ambient
  50. volume: 2.0
  51. pitch: 2.0
  52. sound3:
  53. position: caster
  54. effect: sound
  55. sound: entity.ghast.shoot
  56. volume: 2.0
  57. pitch: 2.0
  58. sound:
  59. position: caster
  60. effect: sound
  61. sound: entity.enderdragon.ambient
  62. volume: 2.0
  63. pitch: 2.0
  64. CelestialEtaClaw_toss:
  65. spell-class: ".targeted.ForcetossSpell"
  66. horizontal-force: 30
  67. vertical-force: 30
  68. target-players: true
  69. CelestialEtaClaw_pain:
  70. spell-class: ".targeted.PainSpell"
  71. damage: 6
  72. ignore-armor: false
  73. target-players: true
  74. effects:
  75. 1:
  76. position: target
  77. effect: particles
  78. particle-name: magicCrit
  79. vert-spread: 2.0
  80. horiz-spread: 2.0
  81. speed: 0.2
  82. count: 1000
  83. 2:
  84. position: target
  85. effect: effectlib
  86. effectlib:
  87. class: SphereEffect
  88. particle: SMOKE
  89. iterations: 5
  90. radius: 3
  91. particles: 5
  92. period: 2
  93. visibleRange: 50
  94. color: ebe514
  95. sound2:
  96. position: target
  97. effect: sound
  98. sound: block.fire.ambient
  99. volume: 1.0
  100. pitch: 0.1
  101. sound3:
  102. position: target
  103. effect: sound
  104. sound: entity.enderdragon.shoot
  105. volume: 0.6
  106. pitch: 0.6
Add Comment
Please, Sign In to add comment