Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Homing:
  2. spell-class: ".targeted.HomingMissileSpell"
  3. projectile-velocity: 12
  4. projectile-inertia: 0.5
  5. tick-interval: 5
  6. special-effect-interval: 1
  7. particle-name: cloud
  8. particle-speed: 1
  9. particle-count: 50
  10. max-duration: 25
  11. hit-radius: 1.5
  12. target-players: true
  13. target-non-players: true
  14. can-target: players,nonplayers
  15. spell: dummy
  16. effects:
  17. Particles:
  18. effect: particles
  19. position: special
  20. particle-name: cloud
  21. count: 100
  22. speed: 0.1
  23. horizontal-spread: 10
  24. Padticles:
  25. position: special
  26. effect: effectlib
  27. effectlib:
  28. class: VortexEffect
  29. particle: REDSTONE
  30. color: FFFFFF
  31. radius: 1.5
  32. particles: 10
  33. grow: 0.1
  34. radials: 5
  35. circles: 5
  36. helixes: 15
  37. iterations: 10
  38. Pavticles:
  39. position: special
  40. effect: effectlib
  41. effectlib:
  42. class: VortexEffect
  43. particle: REDSTONE
  44. color: 000000
  45. radius: 3
  46. particles: 30
  47. grow: 0.3
  48. radials: 5
  49. circles: 5
  50. helixes: 15
  51. iterations: 10
  52. Pavticles:
  53. position: special
  54. effect: effectlib
  55. effectlib:
  56. class: VortexEffect
  57. particle: REDSTONE
  58. color: BD0C0C
  59. radius: 1.5
  60. particles: 10
  61. grow: 0.1
  62. radials: 5
  63. circles: 5
  64. helixes: 10
  65. iterations: 10
  66. Sound_Snap:
  67. position: caster
  68. effect: sound
  69. sound: entity.elder_guardian.death
  70. volume: 100
  71. pitch: 300
  72. dummy:
  73. spell-class: ".buff.DummySpell"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement