Advertisement
Guest User

lol

a guest
Feb 11th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. dragonbreath_turret:
  2. spell-class: ".targeted.PulserSpell"
  3. name: DragonBreath_Turret
  4. total-pulses: 50
  5. interval: 30
  6. max-distance: 30
  7. cap-per-player: 1
  8. block-type: diamond_block
  9. unbreakable: false
  10. only-count-on-success: false
  11. spells:
  12. - dragonbreath_target
  13. str-cast-self: You have summoned a turret!
  14. str-at-cap: You have too many turrets already.
  15. dragonbreath_target:
  16. spell-class: ".targeted.AreaEffectSpell"
  17. horizontal-radius: 10
  18. vertical-radius: 5
  19. point-blank: true
  20. target-players: true
  21. fail-if-no-targets: false
  22. max-targets: 1
  23. spell-source-in-center: true
  24. spells:
  25. - dragonbreath
  26. dragonbreath:
  27. spell-class: ".targeted.HomingMissileSpell"
  28. name: DragonBreath
  29. special-effect-interval: 2
  30. projectile-velocity: 45
  31. projectile-inertia: 1
  32. particle-horizontal-spread: 1
  33. particle-vertical-spread: 1
  34. particle-speed: 0.01
  35. particle-name: flame
  36. particle-count: 100
  37. spell: explode
  38. target-players: true
  39. effects:
  40. sound:
  41. position: caster
  42. effect: sound
  43. sound: mob.enderdragon.growl
  44. volume: 1.0
  45. pitch: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement