Update 'mods/mobs_monster/stormtrooper+variants.lua'

This commit is contained in:
thunderdog1138 2020-07-18 21:04:08 +00:00
parent 77fad8201f
commit 61a732827e
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
mobs:register_mob("mobs_monster:stormtrooper", { mobs:register_mob("mobs_monster:stormtrooper", {
type = "animal", type = "animal",
passive = true, passive = true,
group_attack = true, group_attack = false,
attack_type = "dogfight", attack_type = "dogfight",
pathfinding = true, pathfinding = true,
--specific_attack = {"player", "mobs_npc:npc"}, --specific_attack = {"player", "mobs_npc:npc"},
@ -24,7 +24,7 @@ mobs:register_mob("mobs_monster:stormtrooper", {
}, },
walk_velocity = 1.5, walk_velocity = 1.5,
run_velocity = 4, run_velocity = 4,
view_range = 15, view_range = 8,
jump = true, jump = true,
floats = 0, floats = 0,
drops = { drops = {