CREAMPAN0408

Untitled

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