1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 07:20:33 +02:00

Reduced the damages and armor of the Minotaur

It can be killed easier and now kill naked players in 3 shots (instead of 2)
This commit is contained in:
Ombridride 2015-09-25 21:35:24 +02:00
parent 33d305d268
commit 29ea9b7af4

View File

@ -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",