Advertisement
CREAMPAN0408

Untitled

Feb 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. 耐久1 CT20 ダイヤの鍬 ダメージ💛3個分 鈍足1 3s
  2. on rightclick holding diamond hoe:
  3. player's tool is enchanted with unbreaking 1
  4. if level of player is more than 0:
  5. set {_cooldown1} to difference between {IceShot.%player%.lastused} and now
  6. if {_cooldown1} is less than 20 seconds:
  7. stop
  8. play "block_glass_break" to player at volume 10
  9. reduce level progress of player by 0
  10. shoot a snowball at speed 3
  11. set {_num} to 0.5
  12. set {_Particle} to location of the block {_num} meter in front of player's head
  13. loop 30 times:
  14. show 20 water splash particles at {_Particle} offset by 0, 0, 0
  15. set {_num} to {_num} + 0.5
  16. set {_Particle} to location of the block {_num} meter infront of player's head
  17. if the block {_num} meter infront of player's head is not air:
  18. stop loop
  19. set {IceShot.%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>このスキルには4Lv以上のXPが必要です!"
  24. wait 20 tick
  25. stop effect "Failed"
  26.  
  27. on damage:
  28. projectile is snowball
  29. attacker's tool is diamond hoe
  30. damage victim by 6 hearts
  31. apply slow 1 to the victim for 3 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"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement