Advertisement
Thundurr

Untitled

Dec 3rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. drowntest:
  2. spell-class: ".PassiveSpell"
  3. triggers:
  4. - ticks 10
  5. chance: 100
  6. cancel-default-action: false
  7. spells:
  8. - nothingdummy(mode=partial)
  9. nothingdummy:
  10. spell-class: ".instant.DummySpell"
  11. modifiers:
  12. - inblock water castinstead sinkleap
  13. - onblock water castinstead sinkleap
  14. sinkleap:
  15. spell-class: ".instant.LeapSpell"
  16. cooldown: 6
  17. cast-item: stick
  18. forward-velocity: 0
  19. upward-velocity: -6
  20. cancel-damage: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement