FAIS2017

Untitled

Oct 30th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 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 4 around the victim:
  6. loop-entities is not the attacker
  7. apply instant Health 5 to the loop-entity for 1 seconds
  8. apply Levitation 20 to victim for 0.5 seconds
  9. show 100 Explosion Large particles at location of victim with color 100, 100, 100 offset by 2, 1, 2 with speed 0.3
  10. chance of 70%:
  11. drop an arrow
Add Comment
Please, Sign In to add comment