From a36bd01a73f0297bfb9033ec97364e64fe42cc2b Mon Sep 17 00:00:00 2001 From: Ombridride Date: Fri, 25 Sep 2015 21:36:32 +0200 Subject: [PATCH] Reduced the damages of the Shark Now kill in 4 hits naked players --- mods/mobs/shark.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/shark.lua b/mods/mobs/shark.lua index 3e5a6199..b55b18b0 100644 --- a/mods/mobs/shark.lua +++ b/mods/mobs/shark.lua @@ -27,9 +27,9 @@ local l_spawn_chance = 60000 mobs:register_mob("mobs:shark_lg", { type = "monster", attack_type = "dogfight", - damage = 10, + damage = 6, hp_min = 20, - hp_max = 25, + hp_max = 30, armor = 150, collisionbox = {-0.75, -0.5, -0.75, 0.75, 0.5, 0.75}, visual = "mesh",