uruk hai stronger and faster

master
Juraj Vajda 2018-10-25 18:03:08 -04:00
parent a873cd1c7d
commit 88cd26ea1d
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ local uruk_hai_def = {
attack_type = "dogfight", attack_type = "dogfight",
group_attack = true, group_attack = true,
reach = 2, reach = 2,
damage = 4, damage = 6,
armor = 100, armor = 100,
collisionbox = {-0.3,-1.0,-0.3, 0.3,0.8,0.3}, collisionbox = {-0.3,-1.0,-0.3, 0.3,0.8,0.3},
visual = "mesh", visual = "mesh",
@ -30,8 +30,8 @@ local uruk_hai_def = {
damage = "spawners_mobs_uruk_hai_hit", damage = "spawners_mobs_uruk_hai_hit",
distance = 15 distance = 15
}, },
walk_velocity = 1, walk_velocity = 2,
run_velocity = 3, run_velocity = 4,
view_range = 10, view_range = 10,
jump = true, jump = true,
floats = 1, floats = 1,