Advertisement
CREAMPAN0408

Untitled

Feb 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. on rightclick holding stone hoe:
  2. player's tool is enchanted with unbreaking 3
  3. if level of player is more than 0:
  4. set {_cooldown} to difference between {kuronoaShot.%player%.lastused} and now
  5. if {_cooldown} is less than 40 seconds:
  6. stop
  7. play "block_enderchest_open" to player at volume 10
  8. reduce level progress of player by 0
  9. shoot a arrow at speed 7
  10. set {_num} to 0.5
  11. set {_Particle} to location of the block {_num} meter in front of player's head
  12. loop 30 times:
  13. show 30 portal particles at {_Particle} offset by 0, 0, 0
  14. set {_num} to {_num} + 0.5
  15. set {_Particle} to location of the block {_num} meter infront of player's head
  16. if the block {_num} meter infront of player's head is not air:
  17. stop loop
  18. set {kuronoaShot.%player%.lastused} to now
  19. else:
  20. play "entity_ghast_shoot" to player at volume 10
  21. create a circle effect at player with id "Failed" with particles SMOKE NORMAL with radius 1
  22. message "<pink>このスキルには60Lv以上のXPが必要です!"
  23. wait 20 tick
  24. stop effect "Failed"
  25.  
  26. on damage:
  27. projectile is arrow
  28. attacker's tool is stone hoe
  29. damage victim by 20 hearts
  30. apply wither 3 to the victim for 5 seconds
  31. create a circle effect at victim with id "prison" with particles drip water with radius 1
  32. wait 30 tick
  33. stop effect "prison"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement