Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. Projection:
  2. spell-class: ".MultiSpell"
  3. name: "&5Dark Energy: Spiritual Projection"
  4. cast-item: magma_cream
  5. permission-name: twist_genin
  6. cooldown: 30
  7. spells:
  8. - Projection_Buff
  9. - Projection_Multi
  10.  
  11. Projection_Buff:
  12. spell-class: ".buff.DummySpell"
  13. helper-spell: true
  14. permission-name: twist_genin
  15. duration: 20
  16.  
  17.  
  18. Projection_Multi:
  19. spell-class: ".MultiSpell"
  20. helper-spell: true
  21. permission-name: twist_genin
  22. spells:
  23. - Projection_Multi_Loop
  24.  
  25.  
  26. Projection_Multi_Loop:
  27. spell-class: ".MultiSpell"
  28. helper-spell: true
  29. permission-name: twist_genin
  30. modifiers:
  31. - buffactive Projection_Buff required
  32. spells:
  33. - Projection_TMultiH(MODE=FULL)
  34. - Projection_TPM(MODE=FULL)
  35. - DELAY 3
  36. - Projection_Multi_Loop
  37.  
  38. Projection_TMultiH:
  39. spell-class: ".TargetedMultiSpell"
  40. helper-spell: true
  41. permission-name: twist_genin
  42. target-self: true
  43. cooldown: 2
  44. str-on-cooldown: ""
  45. range: 100
  46. modifiers:
  47. - sneaking required
  48. spells:
  49. - Projection_Homing
  50.  
  51. Projection_TPM:
  52. spell-class: ".TargetedMultiSpell"
  53. helper-spell: true
  54. permission-name: twist_genin
  55. cooldown: 2
  56. str-on-cooldown: ""
  57. require-entity-target: false
  58. range: 100
  59. y-offset: 1
  60. modifiers:
  61. - sneaking required
  62. spells:
  63. - Projection_TP
  64.  
  65.  
  66. Projection_TP:
  67. spell-class: ".targeted.BlinkSpell"
  68. helper-spell: true
  69. permission-name: twist_genin
  70. range: 100
  71.  
  72. Projection_Homing:
  73. spell-class: ".targeted.HomingMissileSpell"
  74. helper-spell: true
  75. permission-name: twist_genin
  76. range: 300
  77. projectile-velocity: 20
  78. projectile-inertia: 1.5
  79. max-duration: 10
  80. tick-interval: 1
  81. target-self: true
  82. target-non-players: true
  83. target-players: true
  84. special-effect-interval: 1
  85. relative-offset: -4,2,0
  86. hit-radius: 3
  87. stop-on-hit-ground: false
  88. stop-on-hit-entity: true
  89. spell: DMG_Projection_Homing
  90. effects:
  91. eff1:
  92. position: special
  93. effect: effectlib
  94. effectlib:
  95. class: SphereEffect
  96. particle: REDSTONE
  97. color: 2e006e
  98. radius: 0.5
  99. particles: 10
  100. iterations: 1
  101. period: 1
  102. visibleRange: 100
  103. eff2:
  104. position: special
  105. effect: effectlib
  106. effectlib:
  107. class: SphereEffect
  108. particle: REDSTONE
  109. color: 180026
  110. radius: 1
  111. particles: 10
  112. iterations: 1
  113. period: 1
  114. visibleRange: 100
  115.  
  116. DMG_Projection_Homing:
  117. spell-class: ".targeted.PainSpell"
  118. helper-spell: true
  119. permission-name: twist_genin
  120. target-self: true
  121. damage: 4
  122. check-plugins: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement