Advertisement
ryanrules259

Spells

Oct 27th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. Magicshield:
  2. spell-class: ".buff.ReflectSpell"
  3. name: Magicshield
  4. cast-item: 96
  5. spell-icon: thin_glass
  6. description: Reflect spells cast at you.
  7. cooldown: 30
  8. num-uses: 3
  9. cost:
  10. - mana 25
  11. str-cost: 25 mana
  12. str-cast-self: You feel a magical barrier surround you.
  13. str-cast-others: A magical barrier surrounds %a.
  14. str-fade: Your magical barrier fades.
  15.  
  16.  
  17.  
  18. Tripleshots:
  19. spell-class: ".instant.ProjectileSpell"
  20. name: Tripleshots
  21. spell-icon: arrow
  22. description: Cause an explosion where an arrow lands
  23. damage: 4
  24. projectile: arrow
  25. velocity: 4
  26. require-hit-entity: false
  27. cancel-damage: false
  28. remove-projectile: false
  29. max-distance: 40
  30. spells:
  31. - Tripdmg
  32. cost:
  33. - arrow 3
  34. str-cost: 3 arrow
  35. Tripdmg:
  36. spell-class: ".targeted.PainSpell"
  37. name: Tripdmg
  38. spell-icon: bone
  39. description: Cause your enemy pain.
  40. damage: 4
  41. range: 40
  42. ignore-armor: false
  43. obey-los: true
  44. target-players: false
  45. check-plugins: true
  46. Tripleshot:
  47. spell-class: ".MultiSpell"
  48. cast-item: 257
  49. check-individual-cooldowns: false
  50. spells:
  51. - Tripleshots
  52. - DELAY 3
  53. - Tripleshots
  54. - DELAY 3
  55. - Tripleshots
  56.  
  57.  
  58.  
  59. Explosivedig:
  60. spell-class: ".targeted.ExplodeSpell"
  61. name: Explosivedig
  62. spell-icon: tnt
  63. description: Create an explosion.
  64. cast-item: 285
  65. range: 1
  66. explosion-size: 2
  67. backfire-chance: 0
  68. prevent-block-damage: false
  69. prevent-player-damage: true
  70. damage-multiplier: 0
  71. add-fire: false
  72. simulate-tnt: false
  73. ignore-canceled: false
  74. cost:
  75. - mana 10
  76. str-cost: 10 mana
  77. effects:
  78. 1:
  79. position: caster
  80. effect: explosion
  81. 2:
  82. position: target
  83. effect: particles
  84. particle-name: explode
  85. horiz-spread: 0.4
  86. vert-spread: 0.4
  87. speed: 0.2
  88. count: 5
  89.  
  90.  
  91.  
  92. Dig:
  93. spell-class: ".targeted.PotionEffectSpell"
  94. name: Dig
  95. spell-icon: spider_eye
  96. description: Poison your target.
  97. cast-item: 277
  98. cooldown: 8
  99. type: 3
  100. strength: 0
  101. duration: 800
  102. targeted: false
  103. target-players: false
  104. target-non-players: false
  105. obey-los: true
  106. str-cast-self: Your digging speed increases!
  107.  
  108.  
  109.  
  110. Chaingunz:
  111. spell-class: ".instant.ProjectileSpell"
  112. name: Chaingunz
  113. spell-icon: arrow
  114. description: Cause an explosion where an arrow lands
  115. damage: 1.5
  116. projectile: snowball
  117. velocity: 5
  118. require-hit-entity: false
  119. cancel-damage: false
  120. remove-projectile: true
  121. max-distance: 200
  122. spell:
  123. - Chaingundmg
  124. cost:
  125. - mana 4
  126. - arrow 3
  127. str-cost: 4 mana, and 3 arrow
  128. Chaingundmg:
  129. spell-class: ".targeted.PainSpell"
  130. name: Chaingundmg
  131. spell-icon: bone
  132. description: Cause your enemy pain.
  133. cast-item: blaze_rod
  134. damage: 3
  135. ignore-armor: false
  136. check-plugins: true
  137. Chaingun:
  138. spell-class: ".MultiSpell"
  139. cast-item: hopper
  140. check-individual-cooldowns: false
  141. spells:
  142. - Chaingunz
  143. - DELAY 3
  144. - Chaingunz
  145. - DELAY 3
  146. - Chaingunz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement