Advertisement
pz_neko

Untitled

Mar 6th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #銃(単発) クールタイム(0.5)
  2. on rightclick with wooden hoe:
  3. attacker's tool is enchanted with fortune 1
  4. cancel event
  5. if {shot.%player%} is not set:
  6. set {shot.%player%} to 0
  7. {shot.%player%} is 0
  8. shoot an snowball from player at speed 3
  9. set {shot.%player%} to 5
  10. while {shot.%player%} is not 0:
  11. wait 1 tick
  12. subtract 1 from {shot.%player%}
  13.  
  14. #雪玉ダメージ(2)
  15. on damage:
  16. projectile is snowball
  17. attacker is holding wooden hoe
  18. increase the damage by 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement