CREAMPAN0408

Untitled

Jan 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. on damage:
  2. victim is player
  3. victim's health is less than 2
  4. loop items in the victim's inventory:
  5. loop-item is enchanted with INFINITY 10
  6. chance of 50%:
  7. add 10 to the victim's health
  8. apply resistance 5 to the victim for 5 seconds
  9. remove loop-item from the victim
  10. message "<light aqua>復活の石が%victim%に生きる力を与えた!" to the victim
  11. message "<red>復活の石が%victim%に生きる力を与えた!" to the attacker
  12. create a circle effect for victim with id "LC" with particles CRIT with radius 1
  13. wait 5 second
  14. stop effect "LC"
  15. stop
  16. else:
  17. message "復活の石は効果を発揮しなかった" to the victim
Advertisement
Add Comment
Please, Sign In to add comment