forked from VoxeLibre/VoxeLibre
Make zombies more difficult
This commit is contained in:
parent
751c4c2d99
commit
60ac3058ce
|
@ -71,8 +71,8 @@ local zombie = {
|
||||||
damage = "mobs_mc_zombie_hurt",
|
damage = "mobs_mc_zombie_hurt",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
walk_velocity = .8,
|
walk_velocity = 1,
|
||||||
run_velocity = 1.6,
|
run_velocity = 3,
|
||||||
damage = 3,
|
damage = 3,
|
||||||
reach = 2,
|
reach = 2,
|
||||||
fear_height = 4,
|
fear_height = 4,
|
||||||
|
|
Loading…
Reference in New Issue