Advertisement
Guest User

RandomZombieSpawn

a guest
Jan 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. on spawn:
  2.   entity is zombie
  3.   chance of 10%:
  4.     apply Strength to entity for 100 days
  5.     apply Resistance to entity for 100 days
  6.     equip entity with dirt
  7.     stop
  8.   chance of 10%:
  9.     apply Invisibility to entity for 100 days
  10.     apply Fire Resistance to entity for 100 days
  11.     ignite entity for 100 days
  12.     stop
  13.   chance of 3%:
  14.     spawn a giant at location of zombie
  15.     cancel event
  16.     stop
  17.  
  18. on death of a giant:
  19.   spawn 9 zombies at location of victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement