CREAMPAN0408

Untitled

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