Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. sharktransformation:
  2. spell-class: ".PassiveSpell"
  3. name: SharkTransformation
  4. triggers:
  5. - ticks 10
  6. chance: 100
  7. modifiers:
  8. - inblock 8,9 required
  9. cooldown: 0
  10. spells:
  11. - sharkregentregen
  12. - sharkregeninvis
  13. - sharkregenstrength
  14. - sharkregenwaterbreathing
  15. - sharkregenfastdig
  16. sharkregenstrength:
  17. spell-class: ".targeted.PotionEffectSpell"
  18. name: sharkregentregen
  19. spell-icon: spider_eye
  20. description: Poison your target.
  21. cast-item: blaze_rod
  22. cooldown: 15
  23. range: 20
  24. type: 5
  25. strength: 6
  26. duration: 15
  27. targeted: false
  28. target-players: false
  29. target-non-players: true
  30. obey-los: true
  31. sharkregenfastdig:
  32. spell-class: ".targeted.PotionEffectSpell"
  33. name: sharkregentregen
  34. spell-icon: spider_eye
  35. description: Poison your target.
  36. cast-item: blaze_rod
  37. cooldown: 15
  38. range: 20
  39. type: 3
  40. strength: 1
  41. duration: 15
  42. targeted: false
  43. target-players: false
  44. target-non-players: true
  45. obey-los: true
  46. sharkregenwaterbreathing:
  47. spell-class: ".targeted.PotionEffectSpell"
  48. name: sharkregentregen
  49. spell-icon: spider_eye
  50. description: Poison your target.
  51. cast-item: blaze_rod
  52. cooldown: 15
  53. range: 20
  54. type: 13
  55. strength: 100
  56. duration: 15
  57. targeted: false
  58. target-players: false
  59. target-non-players: true
  60. obey-los: true
  61. sharkregeninvis:
  62. spell-class: ".targeted.PotionEffectSpell"
  63. name: sharkregentregen
  64. spell-icon: spider_eye
  65. description: Poison your target.
  66. cast-item: blaze_rod
  67. cooldown: 15
  68. range: 20
  69. type: 14
  70. strength: 0
  71. duration: 10
  72. targeted: false
  73. target-players: false
  74. target-non-players: true
  75. obey-los: true
  76. sharkregentregen:
  77. spell-class: ".targeted.PotionEffectSpell"
  78. name: sharkregentregen
  79. spell-icon: spider_eye
  80. description: Poison your target.
  81. cast-item: blaze_rod
  82. cooldown: 15
  83. range: 20
  84. type: 10
  85. strength: 1
  86. duration: 30
  87. targeted: false
  88. target-players: false
  89. target-non-players: true
  90. obey-los: true
  91. effects:
  92. 1:
  93. position: caster
  94. effect: particles
  95. particle-name: dripWater
  96. horiz-spread: 0.5
  97. y-offset: 0
  98. vert-spread: 0.5
  99. speed: 0.001
  100. count: 300
  101. 2:
  102. position: caster
  103. effect: sound
  104. sound: liquid.water
  105. pitch: 1
  106. volume: 1
  107. sharkswim:
  108. spell-class: ".PassiveSpell"
  109. triggers:
  110. - sneak
  111. chance: 100
  112. modifiers:
  113. - inblock 8,9 required
  114. cooldown: 0
  115. spells:
  116. - sharkswimleap
  117. sharkswimleap:
  118. spell-class: ".instant.LeapSpell"
  119. name: sharkswimleap
  120. spell-icon: diamond_boots
  121. description: Leap forward.
  122. cast-item:
  123. forward-velocity: 10
  124. upward-velocity: 1
  125. cancel-damage: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement