update zombie params

master
Milan 2017-09-17 14:27:09 +02:00
parent 1f27816d66
commit 21e039c77b
1 changed files with 7 additions and 7 deletions

View File

@ -89,20 +89,20 @@ if mobs.mod and mobs.mod == "redo" then
damage = "mobs_zombie_hit",
death = "mobs_zombie_death"
},
hp_min = 20,
hp_max = 45,
armor = 150,
hp_min = 40,
hp_max = 85,
armor = 170,
knock_back = 1,
lava_damage = 10,
light_damage = 2,
damage = 6,
damage = 12,
reach = 1,
attack_type = "dogfight",
group_attack = true,
view_range = 10,
view_range = 20,
walk_chance = 75,
walk_velocity = 0.8,
run_velocity = 0.8,
walk_velocity = 1.2,
run_velocity = 2.2,
jump = false,
drops = {
{name = "mobs_zombie:rotten_flesh", chance = 1, min = 1, max = 1,}