Advertisement
Guest User

test

a guest
Nov 25th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. turkeyhelper_multi:
  2. spell-class: ".TargetedMultiSpell"
  3. check-individual-modifiers: true
  4. show-individual-messages: true
  5. can-cast-by-command: false
  6. permission-name: beginner
  7. stop-on-fail: false
  8. spells:
  9. - turkeyhelper_1(mode=full)
  10. - turkeyhelper_2(mode=full)
  11. - turkeyhelper_3(mode=full)
  12. - turkeyhelper_4(mode=full)
  13. - turkeyhelper_5(mode=full)
  14. turkeyhelper_1: &turkeyhelper_1
  15. spell-class: ".targeted.PainSpell"
  16. helper-spell: true
  17. range: 30
  18. damage: 10
  19. permission-name: beginner
  20. ignore-armor: false
  21. obey-los: true
  22. target-players: true
  23. eff1:
  24. position: target
  25. effect: effectlib
  26. height-offset: 1
  27. effectlib:
  28. class: SphereEffect
  29. particle: FLAME
  30. iterations: 10
  31. particles: 2
  32. radius: 0.3
  33. period: 2
  34. visibleRange: 625
  35. check-plugins: true
  36. can-cast-by-command: false
  37. modifiers:
  38. - variablelessthan turkeybreath_xp:300 required
  39. str-cast-self: "&6Turkeybreath &3Rank 1.That's %var:turkeybreath_xp:0% casts now.You need 300 xp to level."
  40. turkeyhelper_2: &turkeyhelper_2
  41. <<: *turkeyhelper_1
  42. damage: 12
  43. modifiers:
  44. - variablelessthan turkeybreath_xp:800 required
  45. - variablemorethan turkeybreath_xp:299 required
  46. str-cast-self: "&6Turkeybreath &3Rank 2.That's %var:turkeybreath_xp:0% casts now.You need 800 xp to level."
  47. turkeyhelper_3: &turkeyhelper_3
  48. <<: *turkeyhelper_2
  49. damage: 14
  50. modifiers:
  51. - variablelessthan turkeybreath_xp:1600 required
  52. - variablemorethan turkeybreath_xp:799 required
  53. str-cast-self: "&6Turkeybreath &3Rank 3.That's %var:turkeybreath_xp:0% casts now.You need 1600 xp to level."
  54. turkeyhelper_4: &turkeyhelper_4
  55. <<: *turkeyhelper_3
  56. damage: 16
  57. modifiers:
  58. - variablelessthan turkeybreath_xp:3500 required
  59. - variablemorethan turkeybreath_xp:1599 required
  60. str-cast-self: "&6Turkeybreath &3Rank 4.That's %var:turkeybreath_xp:0% casts now.You need 3500 xp to level."
  61. turkeyhelper_5: &turkeyhelper_5
  62. <<: *turkeyhelper_4
  63. damage: 18
  64. modifiers:
  65. - variablemorethan turkeybreath_xp:3499 required
  66. str-cast-self: "&6Turkeybreath &3Rank 5, burn your enemies *BurP*!"
  67. turkeybreath:
  68. spell-class: ".instant.ParticleProjectileSpell"
  69. hit-ground: false
  70. tick-interval: 50
  71. stop-on-hit-entity: false
  72. max-distance: 10
  73. max-duration: 3
  74. hit-radius: 2
  75. particle-count: 0
  76. spell: turkeyhelper_multi
  77. restrict-to-worlds:
  78. - world
  79. - mining
  80. - dungeon
  81. - godofwar
  82. - spawn
  83. require-cast-item-on-command: true
  84. permission-name: beginner
  85. cast-item: "288|&6P&elucked__&6T&eurkey__&5Wand"
  86. ignore-armor: false
  87. permission-name: beginner
  88. target-players: false
  89. variable-mods-cast:
  90. - turkeybreath_xp 1
  91. target-non-players: true
  92. cost:
  93. - mana 5
  94. str-cost: 5 mana
  95. modifiers:
  96. - variablelessthan turkeybreath_xp:300 required
  97. effects:
  98. eff1:
  99. position: caster
  100. height-offset: 1.5
  101. effect: effectlib
  102. effectlib:
  103. class: DragonEffect
  104. iterations: 8
  105. length: 12
  106. eff2:
  107. position: caster
  108. height-offset: 1.5
  109. effect: effectlib
  110. effectlib:
  111. class: DragonEffect
  112. iterations: 8
  113. length: 12
  114. particle: REDSTONE
  115. color: 544824
  116. eff3:
  117. position: caster
  118. height-offset: 1.5
  119. effect: effectlib
  120. effectlib:
  121. class: DragonEffect
  122. iterations: 8
  123. length: 12
  124. particle: REDSTONE
  125. color: ffff32
  126. eff4:
  127. position: caster
  128. effect: sound
  129. sound: fire.fire
  130. pitch: 1.0
  131. volume: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement