diff options
Diffstat (limited to 'mobs_sharks')
-rw-r--r-- | mobs_sharks/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mobs_sharks/init.lua b/mobs_sharks/init.lua index d8895b8..9e3ade0 100644 --- a/mobs_sharks/init.lua +++ b/mobs_sharks/init.lua @@ -43,6 +43,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 10, + reach = 3, hp_min = 20, hp_max = 25, armor = 150, @@ -90,6 +91,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 2, hp_min = 15, hp_max = 20, armor = 125, @@ -122,6 +124,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 6, + reach = 1, hp_min = 10, hp_max = 15, armor = 100, |