Advertisement
Guest User

Yange_and_Sasha

a guest
Feb 13th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #yange should apply slow 1 on hit and sasha should give swift 2 on hit
  2. #yange innately has smite 2
  3. #sasha innately has sharpness 2
  4. #both are iron sword and are orange in rarity
  5. on damage:
  6. attacker is player
  7. name of attacker's tool contains "Yange"
  8. apply slow 1 to victim
  9. if {last_attacked_sny_%attacker%} = "sasha":
  10. damage victim by 3 hearts
  11. set {last_attacked_sny_%attacker%} to "yange"
  12.  
  13. on damage:
  14. attacker is player
  15. name of attacker's tool contains "Sasha"
  16. apply swiftness 2 to the attacker
  17. if {last_attacked_sny_%attacker%} = "Yange":
  18. damage victim by 3 hearts
  19. set {last_attacked_sny_%attacker%} to "sasha"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement