Advertisement
FAIS2017

Untitled

Oct 27th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on damage:
  2. projectile is an arrow
  3. attacker is player
  4. attacker's tool is enchanted with PROTECTION 15
  5. loop all entities in radius 2 around the victim:
  6. loop-entities is not the attacker
  7. apply instant Health 5 to the loop-entity for 1 seconds
  8. show 100 Explosion Large particles at location of victim with color 100, 100, 100 offset by 2, 1, 2 with speed 0.3
  9. chance of 70%:
  10. drop an arrow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement