Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. FM_F_proj:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. projectile-velocity: 30
  4. projectile-gravity: 0.1
  5. particle-name: blockcrack_95_14
  6. special-effect-interval: 1
  7. particle-speed: .1
  8. hit-radius: 3
  9. particle-count: 100
  10. particle-horizontal-spread: 2.0
  11. particle-vertical-spread: 2.0
  12. max-distance: 50
  13. hit-players: true
  14. hit-non-players: true
  15. hit-ground: true
  16. spell: FM_F_pain
  17. effects:
  18. 1:
  19. position: special
  20. effect: effectlib
  21. effectlib:
  22. class: SphereEffect
  23. particle: SMOKE
  24. iterations: 2
  25. radius: 1
  26. particles: 10
  27. period: 2
  28. visibleRange: 50
  29. color: D90000
  30. 1:
  31. position: special
  32. effect: effectlib
  33. effectlib:
  34. class: SphereEffect
  35. particle: SMOKE
  36. iterations: 2
  37. radius: 1
  38. particles: 10
  39. period: 2
  40. visibleRange: 50
  41. color: FF6A00
  42. FM_F_Pain:
  43. spell-class: ".targeted.PainSpell"
  44. damage: 3
  45. range: 25
  46. ignore-armor: false
  47. obey-los: true
  48. target-players: true
  49. target-non-players: true
  50. check-plugins: true
  51. FM_F:
  52. spell-class: ".MultiSpell"
  53. name: "&4Fire Magic: &cFlamethrower"
  54. cast-item: magma_cream
  55. cooldown: 12
  56. check-individual-cooldowns: false
  57. spells:
  58. - FM_F_proj
  59. - DELAY 5
  60. - FM_F_proj
  61. - FM_F_proj
  62. - DELAY 5
  63. - FM_F_proj
  64. - FM_F_proj
  65. - DELAY 5
  66. - FM_F_proj
  67. - FM_F_proj
  68. - DELAY 5
  69. - FM_F_proj
  70. - FM_F_proj
  71. - DELAY 5
  72. - FM_F_proj
  73. - FM_F_proj
  74. - DELAY 5
  75. - FM_F_proj
  76. - FM_F_proj
  77. - DELAY 5
  78. - FM_F_proj
  79. - FM_F_proj
  80. - DELAY 5
  81. - FM_F_proj
  82. - FM_F_proj
  83. - DELAY 5
  84. - FM_F_proj
  85. - FM_F_proj
  86. - DELAY 5
  87. - FM_F_proj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement