Advertisement
Tj032803

Dragon Slayer Magic : Sand Dragons Roar

Feb 22nd, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. SandDragonRoar_proj:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. projectile-velocity: 30
  4. projectile-gravity: 0.1
  5. particle-name: blockcrack_159_4
  6. special-effect-interval: 1
  7. particle-speed: .1
  8. hit-radius: 3
  9. cooldown: 10
  10. particle-count: 100
  11. particle-horizontal-spread: 2.0
  12. particle-vertical-spread: 2.0
  13. max-distance: 50
  14. hit-players: true
  15. hit-non-players: true
  16. hit-ground: true
  17. spell: SandDragonRoar_pain
  18. effects:
  19. 1:
  20. position: special
  21. effect: effectlib
  22. effectlib:
  23. class: SphereEffect
  24. particle: SMOKE
  25. iterations: 5
  26. radius: 3
  27. particles: 5
  28. period: 2
  29. visibleRange: 50
  30. color: aa9f03
  31. 2:
  32. position: special
  33. effect: effectlib
  34. effectlib:
  35. class: SphereEffect
  36. particle: SMOKE
  37. iterations: 5
  38. radius: 3
  39. particles: 5
  40. period: 2
  41. visibleRange: 50
  42. color: aa9f03
  43. SandDragonRoar_pain:
  44. spell-class: ".targeted.PainSpell"
  45. damage: 6
  46. ignore-armor: false
  47. obey-los: true
  48. target-players: true
  49. check-plugins: true
  50. SandDragonRoar:
  51. spell-class: ".MultiSpell"
  52. name: "&6Dragon Slayer: Sand Dragon's Roar"
  53. cast-item: diamond
  54. cooldown: 45
  55. cost:
  56. - mana 200
  57. str-cost: "200 Mana."
  58. check-individual-cooldowns: false
  59. effects:
  60. sound3:
  61. position: caster
  62. effect: sound
  63. sound: entity.enderdragon.growl
  64. volume: 1.0
  65. pitch: 0.1
  66. sound5:
  67. position: caster
  68. effect: sound
  69. sound: entity.enderdragon.growl
  70. volume: 1.0
  71. pitch: 0.1
  72. spells:
  73. - SandDragonRoar_proj
  74. - DELAY 5
  75. - SandDragonRoar_proj
  76. - DELAY 5
  77. - SandDragonRoar_proj
  78. - DELAY 5
  79. - SandDragonRoar_proj
  80. - DELAY 5
  81. - SandDragonRoar_proj
  82. - DELAY 5
  83. - SandDragonRoar_proj
  84. - DELAY 5
  85. - SandDragonRoar_proj
  86. - DELAY 5
  87. - SandDragonRoar_proj
  88. - DELAY 5
  89. - SandDragonRoar_proj
  90. - DELAY 5
  91. - SandDragonRoar_proj
  92. - DELAY 5
  93. - SandDragonRoar_proj
  94. - DELAY 5
  95. - SandDragonRoar_proj
  96. - DELAY 5
  97. - SandDragonRoar_proj
  98. - DELAY 5
  99. - SandDragonRoar_proj
  100. - DELAY 5
  101. - SandDragonRoar_proj
  102. - DELAY 5
  103. - SandDragonRoar_proj
  104. - DELAY 5
  105. - SandDragonRoar_proj
  106. - DELAY 5
  107. - SandDragonRoar_proj
  108. - DELAY 5
  109. - SandDragonRoar_proj
  110. - DELAY 5
  111. - SandDragonRoar_proj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement