Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. RestoreSoul:
  2. spell-class: ".TargetedMultiSpell"
  3. name: Restore Soul
  4. cooldown: 8
  5. always-granted: false
  6. target-players: true
  7. require-entity-target: true
  8. range: 20
  9. check-individual-cooldowns: false
  10. str-no-target: "No souls in range to restore."
  11. str-cast-target: "%a is restoring your soul."
  12. spells:
  13. - RestoreSoulMiningFatigue
  14. - RestoreSoulHoming
  15. - DELAY 1
  16. - RestoreSoulHoming
  17. - DELAY 1
  18. - RestoreSoulHoming
  19. - DELAY 1
  20. - RestoreSoulHoming
  21. - DELAY 1
  22. - RestoreSoulHoming
  23. - DELAY 1
  24. - RestoreSoulHoming
  25. - DELAY 1
  26. - RestoreSoulHoming
  27. - DELAY 1
  28. - RestoreSoulHoming
  29. - DELAY 1
  30. - RestoreSoulHoming
  31. - DELAY 1
  32. - RestoreSoulHoming
  33. - DELAY 1
  34. - RestoreSoulHoming
  35. - DELAY 1
  36. - RestoreSoulHoming
  37. - DELAY 1
  38. - RestoreSoulHoming
  39. - DELAY 1
  40. - RestoreSoulHoming
  41. - DELAY 1
  42. - RestoreSoulHoming
  43. - DELAY 1
  44. - RestoreSoulHoming
  45. - DELAY 1
  46. - RestoreSoulHoming
  47. - DELAY 1
  48. - RestoreSoulHoming
  49. - DELAY 1
  50. - RestoreSoulHoming
  51. - DELAY 1
  52. - RestoreSoulHoming
  53. - DELAY 1
  54. - RestoreSoulHoming
  55. - DELAY 1
  56. - RestoreSoulHoming
  57. - DELAY 1
  58. - RestoreSoulHoming
  59. - DELAY 1
  60. - RestoreSoulHoming
  61. - DELAY 1
  62. - RestoreSoulHoming
  63. - DELAY 1
  64. - RestoreSoulHoming
  65. - DELAY 1
  66. - RestoreSoulHoming
  67. - DELAY 1
  68. - RestoreSoulHoming
  69. - DELAY 1
  70. - RestoreSoulHoming
  71. - DELAY 1
  72. - RestoreSoulHoming
  73. - DELAY 1
  74. - RestoreSoulHoming
  75. - DELAY 1
  76. - RestoreSoulHoming
  77. - DELAY 1
  78. - RestoreSoulHoming
  79. - DELAY 1
  80. - RestoreSoulHoming
  81. - DELAY 1
  82. - RestoreSoulHoming
  83. - DELAY 1
  84. - RestoreSoulHoming
  85. - DELAY 1
  86. - RestoreSoulHoming
  87. - DELAY 1
  88. - RestoreSoulHoming
  89. - DELAY 1
  90. - RestoreSoulHoming
  91. - DELAY 1
  92. - RestoreSoulHoming
  93.  
  94. RestoreSoulHoming:
  95. spell-class: ".targeted.HomingMissileSpell"
  96. spell: RestoreSoulHeal
  97. projectile-velocity: 35
  98. tick-interval: 1
  99. power-affects-velocity: false
  100. max-distance: 100
  101. max-duration: 10
  102. special-effect-interval: 1
  103. particle-name: depthsuspend
  104. particle-speed: 0
  105. particle-count: 10
  106. particle-horizontal-spread: 1
  107. particle-vertical-spread: 1
  108. hit-players: true
  109. hit-non-players: false
  110.  
  111. RestoreSoulHeal:
  112. spell-class: ".targeted.HealSpell"
  113. heal-amount: 3
  114. cancel-if-full: true
  115. can-target: players
  116. obey-los: false
  117. cooldown: 0
  118. range: 0
  119. cost:
  120. - mana 10
  121. str-cost: 10 mana
  122. str-cast-self: You have chain healed %t.
  123. str-cast-target: "%a has chain healed you."
  124. str-no-target: No target to chain heal.
  125. str-max-health: "%t is already at max health."
  126.  
  127. RestoreSoulMiningFatigue:
  128. spell-class: ".targeted.PotionEffectSpell"
  129. range: 0
  130. type: 4
  131. strength: 99
  132. duration: 100
  133. targeted: false
  134. target-players: true
  135. target-non-players: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement