From 29ea9b7af4763bdcd90edb4e4cc02e8a22b0c37c Mon Sep 17 00:00:00 2001 From: Ombridride Date: Fri, 25 Sep 2015 21:35:24 +0200 Subject: [PATCH] Reduced the damages and armor of the Minotaur It can be killed easier and now kill naked players in 3 shots (instead of 2) --- mods/mobs/minotaur.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/minotaur.lua b/mods/mobs/minotaur.lua index ff3c4a9b..91bac528 100755 --- a/mods/mobs/minotaur.lua +++ b/mods/mobs/minotaur.lua @@ -7,11 +7,11 @@ mobs:register_mob("mobs:minotaur", { -- aggressive, deals 11 damage to player when hit passive = false, attack_type = "dogfight", - damage = 10, + damage = 8, -- health & armor hp_min = 80, hp_max = 100, - armor = 70, + armor = 90, -- textures and model collisionbox = {-0.9,-0.01,-0.9, 0.9,2.5,0.9}, visual = "mesh",