forked from mtcontrib/mobs_water
updated to 1.17 api
This commit is contained in:
@ -36,6 +36,7 @@ if mobs.mod and mobs.mod == "redo" then
|
||||
type = "monster",
|
||||
attack_type = "dogfight",
|
||||
damage = 8,
|
||||
reach = 3,
|
||||
hp_min = 20,
|
||||
hp_max = 25,
|
||||
armor = 200,
|
||||
@ -69,6 +70,7 @@ if mobs.mod and mobs.mod == "redo" then
|
||||
type = "monster",
|
||||
attack_type = "dogfight",
|
||||
damage = 8,
|
||||
reach = 2,
|
||||
hp_min = 20,
|
||||
hp_max = 25,
|
||||
armor = 200,
|
||||
@ -101,6 +103,7 @@ if mobs.mod and mobs.mod == "redo" then
|
||||
type = "monster",
|
||||
attack_type = "dogfight",
|
||||
damage = 8,
|
||||
reach = 1,
|
||||
hp_min = 20,
|
||||
hp_max = 25,
|
||||
armor = 200,
|
||||
|
Reference in New Issue
Block a user