Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. BuffBotas:
  2. spell-class: ".PassiveSpell"
  3. triggers:
  4. - ticks 10
  5. helper-spell: true
  6. cast-without-target: true
  7. spells:
  8. - DummyBuff
  9. - AumentoVidaBUY
  10. - CleanseBuy
  11. DummyBuff:
  12. spell-class: ".buff.DummySpell"
  13. toggle: false
  14. helper-spell: true
  15. duration: 1
  16. modifiers:
  17. - wearing 301 required
  18. - wearing 312 required
  19. - wearing 311 required
  20. - wearing 298 required
  21. - potioneffect 1 required
  22. - potioneffect 3 required
  23. - potioneffect 5 required
  24. - potioneffect 8 required
  25. - potioneffect 10 required
  26. - potioneffect 11 required
  27. - potioneffect 12 required
  28. - potioneffect 13 required
  29. - potioneffect 23 required
  30. effects:
  31. 1:
  32. position: caster
  33. effect: particles
  34. particle-name: witchMagic
  35. horiz-spread: 0.17
  36. vert-spread: 0.1
  37. speed: 0.03
  38. count: 10
  39. y-offset: 0.3
  40. AumentoVidaBUY:
  41. spell-class: ".targeted.PotionEffectSpell"
  42. type: 21
  43. helper-spell: true
  44. strength: 1
  45. duration: 9999999
  46. modifiers:
  47. - buffactive DummyBuff required
  48. - wearing 301 required
  49. - wearing 312 required
  50. - wearing 311 required
  51. - wearing 298 required
  52. - potioneffect 1 required
  53. - potioneffect 3 required
  54. - potioneffect 5 required
  55. - potioneffect 8 required
  56. - potioneffect 10 required
  57. - potioneffect 11 required
  58. - potioneffect 12 required
  59. - potioneffect 13 required
  60. - potioneffect 23 required
  61. - potioneffect 21 denied
  62. targeted: false
  63. target-players: true
  64. target-self: true
  65. str-cast-self: "&4&lTu vida máxima ha aumentado!"
  66. CleanseBuy:
  67. spell-class: ".targeted.CleanseSpell"
  68. helper-spell: true
  69. remove:
  70. - 21
  71. target-self: true
  72. modifiers:
  73. - potioneffect 21 required
  74. - buffactive DummyBuff denied
  75. str-cast-self: "&7&lPuff!"
  76. target-self: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement