mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 10:00:26 +01: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:
parent
33d305d268
commit
29ea9b7af4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user