Advertisement
Tj032803

Fire Dragon Roar (Master)

Dec 18th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. FireDragonRoar:
  2. spell-class: ".MultiSpell"
  3. cooldown: 20
  4. check-individual-cooldowns: false
  5. name: "&4Fire Dragon Roar"
  6. cast-item: 366
  7. spells:
  8. - FireDragonRoar_selfslowness
  9. - DELAY 15
  10. - FireDragonRoar_proj
  11. FireDragonRoar_proj:
  12. spell-class: ".instant.ParticleProjectileSpell"
  13. projectile-velocity: 15
  14. projectile-gravity: 0.1
  15. projectile-horiz-offset: 0
  16. projectile-vert-offset: 0
  17. particle-name: flame
  18. special-effect-interval: 1
  19. particle-speed: .1
  20. hit-radius: 3
  21. particle-count: 100
  22. particle-horizontal-spread: 0.2
  23. particle-vertical-spread: 0.2
  24. max-distance: 30
  25. hit-players: true
  26. stop-on-hit-entity: true
  27. hit-non-players: true
  28. hit-air-at-end: true
  29. hit-ground: true
  30. spell: FireDragonRoar_multi
  31. effects:
  32. eff1:
  33. position: special
  34. effect: effectlib
  35. effectlib:
  36. class: VortexEffect
  37. particle: REDSTONE
  38. color: 9e230b
  39. radius: 1
  40. length: 30
  41. iterations: 15
  42. circles: 8
  43. helixes: 1
  44. step: 24
  45. eff2:
  46. position: special
  47. effect: effectlib
  48. effectlib:
  49. class: VortexEffect
  50. particle: REDSTONE
  51. color: cc2d0e
  52. radius: 1.5
  53. length: 30
  54. iterations: 15
  55. circles: 8
  56. helixes: 1
  57. step: 24
  58. eff3:
  59. position: caster
  60. effect: effectlib
  61. effectlib:
  62. class: DnaEffect
  63. particleHelix: SMOKE_LARGE
  64. length: 50
  65. grow: 0.3
  66. particles: 200
  67. particlesHelix: 3
  68. particleBase1: BLOCK_CRACK
  69. particleBase2: BLOCK_CRACK
  70. iterations: 40
  71. visibleRange: 625
  72. sound4:
  73. position: caster
  74. effect: sound
  75. sound: entity.enderdragon.growl
  76. volume: 2.0
  77. pitch: 1.0
  78. FireDragonRoar_multi:
  79. spell-class: ".TargetedMultiSpell"
  80. check-individual-cooldowns: false
  81. require-entity-target: false
  82. target-players: true
  83. spells:
  84. - FireDragonRoar_combust
  85. - FireDragonRoar_pain
  86. FireDragonRoar_combust:
  87. spell-class: ".targeted.CombustSpell"
  88. range: 20
  89. obey-los: true
  90. fire-ticks: 100
  91. fire-tick-damage: 1
  92. prevent-immunity: true
  93. target-players: true
  94. check-plugins: true
  95. FireDragonRoar_pain:
  96. spell-class: ".targeted.PainSpell"
  97. damage: 18
  98. range: 5
  99. target-players: true
  100. FireDragonRoar_selfslowness:
  101. spell-class: ".targeted.PotionEffectSpell"
  102. range: 20
  103. type: 2
  104. strength: 10
  105. duration: 15
  106. targeted: false
  107. target-players: true
  108. target-non-players: true
  109. obey-los: true
  110. effects:
  111. sound1:
  112. position: caster
  113. effect: sound
  114. sound: entity.generic.drink
  115. volume: 2.0
  116. pitch: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement