Advertisement
l1ghtowl00

Demon fist

Jan 23rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. FireDragonDemolitionFist:
  2. spell-class: ".TargetedMultiSpell"
  3. check-individual-cooldowns: false
  4. require-entity-target: true
  5. name: "&5&lDemon Fist"
  6. cast-item: diamond
  7. cooldown: 75
  8. range: 5
  9. str-no-target: No target found.
  10. spells:
  11. - FireDragonDemolitionFist_pain
  12. - FireDragonDemolitionFist_toss
  13. - FireDragonDemolitionFist_combust
  14. - DELAY 5
  15. - FireDragonDemolitionFist_pain
  16. - FireDragonDemolitionFist_toss
  17. - DELAY 5
  18. - FireDragonDemolitionFist_pain
  19. - FireDragonDemolitionFist_toss
  20. - DELAY 5
  21. - FireDragonDemolitionFist_pain
  22. - FireDragonDemolitionFist_toss
  23. - DELAY 5
  24. - FireDragonDemolitionFist_pain
  25. - FireDragonDemolitionFist_toss
  26. - DELAY 5
  27. - FireDragonDemolitionFist_pain
  28. - FireDragonDemolitionFist_toss
  29. - DELAY 5
  30. - FireDragonDemolitionFist_pain
  31. - FireDragonDemolitionFist_toss
  32. - DELAY 5
  33. - FireDragonDemolitionFist_pain
  34. - FireDragonDemolitionFist_toss
  35. - FireDragonDemolitionFist_pain
  36. - FireDragonDemolitionFist_toss
  37. - FireDragonDemolitionFist_combust
  38. effects:
  39. 1:
  40. position: caster
  41. effect: particles
  42. particle-name: flame
  43. vert-spread: 2.0
  44. horiz-spread: 2.0
  45. speed: 0.2
  46. count: 1000
  47. max-distance: 80
  48. 2:
  49. position: target
  50. effect: particles
  51. particle-name: flame
  52. vert-spread: 2.0
  53. horiz-spread: 2.0
  54. speed: 0.2
  55. count: 1000
  56. 3:
  57. position: target
  58. effect: particles
  59. particle-name: dripLava
  60. vert-spread: 2.0
  61. horiz-spread: 2.0
  62. speed: 0.2
  63. count: 1000
  64. 4:
  65. position: target
  66. effect: particles
  67. particle-name: lava
  68. vert-spread: 2.0
  69. horiz-spread: 2.0
  70. speed: 0.2
  71. count: 1000
  72. sound2:
  73. position: caster
  74. effect: sound
  75. sound: block.fire.ambient
  76. volume: 2.0
  77. pitch: 2.0
  78. sound3:
  79. position: caster
  80. effect: sound
  81. sound: entity.ghast.shoot
  82. volume: 2.0
  83. pitch: 2.0
  84. sound:
  85. position: caster
  86. effect: sound
  87. sound: entity.enderdragon.ambient
  88. volume: 2.0
  89. pitch: 2.0
  90. FireDragonDemolitionFist_combust:
  91. spell-class: ".targeted.CombustSpell"
  92. fire-ticks: 60
  93. fire-tick-damage: 5
  94. target-players: true
  95. FireDragonDemolitionFist_toss:
  96. spell-class: ".targeted.ForcetossSpell"
  97. horizontal-force: 30
  98. vertical-force: 30
  99. target-players: true
  100. FireDragonDemolitionFist_pain:
  101. spell-class: ".targeted.PainSpell"
  102. damage: 20
  103. ignore-armor: false
  104. target-players: true
  105. effects:
  106. 1:
  107. position: target
  108. effect: particles
  109. particle-name: flame
  110. vert-spread: 2.0
  111. horiz-spread: 2.0
  112. speed: 0.2
  113. count: 1000
  114. 2:
  115. position: target
  116. effect: particles
  117. particle-name: dripLava
  118. vert-spread: 2.0
  119. horiz-spread: 2.0
  120. speed: 0.2
  121. count: 1000
  122. 3:
  123. position: target
  124. effect: particles
  125. particle-name: lava
  126. vert-spread: 2.0
  127. horiz-spread: 2.0
  128. speed: 0.2
  129. count: 1000
  130. sound2:
  131. position: target
  132. effect: sound
  133. sound: block.fire.ambient
  134. volume: 1.0
  135. pitch: 0.1
  136. sound3:
  137. position: target
  138. effect: sound
  139. sound: entity.enderdragon.shoot
  140. volume: 0.6
  141. pitch: 0.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement