Advertisement
Tj032803

Iron Dragon Scales

Jan 20th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. IronDragonsScales:
  2. spell-class: ".MultiSpell"
  3. cooldown: 30
  4. name: "&8Iron Dragons Scales"
  5. check-individual-cooldowns: false
  6. cost:
  7. - mana 200
  8. spells:
  9. - IronDragonScales_armor
  10. - IronDragonScales_strength
  11. - IronDragonScales_slowness
  12. - IronDragonScales_resistance
  13. IronDragonScales_armor:
  14. spell-class: ".buff.ArmorSpell"
  15. duration: 30
  16. helmet: iron_helmet
  17. chestplate: iron_chestplate
  18. leggings: iron_leggings
  19. boots: iron_boots
  20. str-cast-self: You have clauded yourself in the Iron Dragon's Scales!
  21. str-has-armor: You cannot cast this spell if you are already wearing armor.
  22. effects:
  23. 1:
  24. position: orbit
  25. orbit-radius: 1.0
  26. orbit-seconds-per-revolution: 0.3
  27. orbit-tick-interval: 1
  28. orbit-y-offset: 0.7
  29. effect: particles
  30. particle-name: blockcrack_42_0
  31. horiz-spread: 0.4
  32. vert-spread: 0.4
  33. speed: 0.1
  34. count: 100
  35. y-offset: 0
  36. sound1:
  37. position: buff
  38. effect: sound
  39. sound: random.anvil_land
  40. volume: 1.0
  41. pitch: 2.0
  42. IronDragonScales_strength:
  43. spell-class: ".targeted.PotionEffectSpell"
  44. type: 5
  45. strength: 3
  46. duration: 1500
  47. targeted: false
  48. target-players: false
  49. target-non-players: true
  50. obey-los: true
  51. IronDragonScales_slowness:
  52. spell-class: ".targeted.PotionEffectSpell"
  53. type: 2
  54. strength: 1
  55. duration: 1500
  56. targeted: false
  57. target-players: false
  58. target-non-players: true
  59. obey-los: true
  60. IronDragonScales_resistance:
  61. spell-class: ".targeted.PotionEffectSpell"
  62. type: 11
  63. strength: 2
  64. duration: 1500
  65. targeted: false
  66. target-players: false
  67. target-non-players: true
  68. obey-los: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement