From 863c9032b8ffc5c036c0087b2199ea17ffe55835 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Fri, 25 Sep 2015 21:39:58 +0200 Subject: [PATCH] Reduced the health of the Stone Monster Because of his high level of armor, the Stone Monster in too difficult to kill if you don't have inflict to him 3 damages of more per hit. So, this health reduction will help you to kill them more easier in caves for unequipped players --- mods/mobs/stonemonster.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/stonemonster.lua b/mods/mobs/stonemonster.lua index 4a45f538..52c333ab 100755 --- a/mods/mobs/stonemonster.lua +++ b/mods/mobs/stonemonster.lua @@ -9,8 +9,8 @@ mobs:register_mob("mobs:stone_monster", { attack_type = "dogfight", damage = 7, -- health & armor - hp_min = 30, - hp_max = 35, + hp_min = 20, + hp_max = 25, armor = 70, -- textures and model collisionbox = {-0.4, -1, -0.4, 0.4, 0.8, 0.4},