Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. LETTER_Mstart:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. name: "LETTER M"
  4. cast-item: coal
  5. start-z-offset: -4
  6. start-y-offset: 0
  7. start-forward-offset: 4
  8. projectile-velocity: 10
  9. projectile-gravity: 0
  10. tick-interval: 1
  11. special-effect-interval: 1
  12. hit-non-players: false
  13. max-distance: 0
  14. max-duration: 15
  15. hit-air-at-end: true
  16. spell: LETTER_MTTstart
  17.  
  18. LETTER_MTTstart:
  19. spell-class: ".TargetedMultiSpell"
  20. spells:
  21. - LETTER_M
  22.  
  23. LETTER_M:
  24. spell-class: ".instant.ParticleProjectileSpell"
  25. projectile-horiz-offset: 90
  26. projectile-vert-offset: 4
  27. helper-spell: true
  28. projectile-velocity: 10
  29. hit-non-players: false
  30. projectile-gravity: 0
  31. tick-interval: 1
  32. special-effect-interval: 1
  33. vertical-hit-radius: 1.5
  34. max-distance: 4
  35. max-duration: 5
  36. spell: LETTER_MTT
  37. hit-air-at-end: true
  38. effects:
  39. 1:
  40. position: special
  41. effect: particles
  42. particle-name: end_rod
  43. horiz-spread: 0.1
  44. vert-spread: 0.1
  45. speed: 0
  46.  
  47.  
  48. LETTER_MTT:
  49. spell-class: ".TargetedMultiSpell"
  50. helper-spell: true
  51. spells:
  52. - LETTER_M2
  53.  
  54. LETTER_M2:
  55. spell-class: ".instant.ParticleProjectileSpell"
  56. helper-spell: true
  57. projectile-vert-offset: -1.5
  58. start-forward-offset: 0
  59. projectile-velocity: 10
  60. projectile-gravity: 0
  61. tick-interval: 1
  62. special-effect-interval: 1
  63. hit-non-players: false
  64. max-distance: 5
  65. max-duration: 5
  66. spell: LETTER_MTT2
  67. hit-air-at-end: true
  68. effects:
  69. 1:
  70. position: special
  71. effect: particles
  72. particle-name: end_rod
  73. horiz-spread: 0.1
  74. vert-spread: 0.1
  75. speed: 0
  76.  
  77. LETTER_MTT2:
  78. spell-class: ".TargetedMultiSpell"
  79. helper-spell: true
  80. spells:
  81. - LETTER_M3
  82.  
  83.  
  84. LETTER_M3:
  85. spell-class: ".instant.ParticleProjectileSpell"
  86. helper-spell: true
  87. projectile-vert-offset: 2
  88. start-forward-offset: 1
  89. projectile-velocity: 10
  90. projectile-gravity: 0
  91. tick-interval: 1
  92. special-effect-interval: 1
  93. max-distance: 4
  94. max-duration: 5
  95. spell: LETTER_MTT4
  96. hit-air-at-end: true
  97. effects:
  98. 1:
  99. position: special
  100. effect: particles
  101. particle-name: end_rod
  102. horiz-spread: 0.1
  103. vert-spread: 0.1
  104. speed: 0
  105.  
  106.  
  107.  
  108. LETTER_MTT4:
  109. spell-class: ".TargetedMultiSpell"
  110. helper-spell: true
  111. spells:
  112. - LETTER_M4
  113.  
  114. LETTER_M4:
  115. spell-class: ".instant.ParticleProjectileSpell"
  116. helper-spell: true
  117. projectile-vert-offset: -1.7
  118. start-forward-offset: -1
  119. projectile-velocity: 10
  120. projectile-gravity: 0
  121. tick-interval: 1
  122. special-effect-interval: 1
  123. max-distance: 5
  124. max-duration: 5
  125. spell: dummy
  126. hit-air-at-end: true
  127. effects:
  128. 1:
  129. position: special
  130. effect: particles
  131. particle-name: end_rod
  132. horiz-spread: 0.1
  133. vert-spread: 0.1
  134. speed: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement