mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +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
|
-- aggressive, deals 11 damage to player when hit
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 10,
|
damage = 8,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 80,
|
hp_min = 80,
|
||||||
hp_max = 100,
|
hp_max = 100,
|
||||||
armor = 70,
|
armor = 90,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.9,-0.01,-0.9, 0.9,2.5,0.9},
|
collisionbox = {-0.9,-0.01,-0.9, 0.9,2.5,0.9},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
|
Loading…
Reference in New Issue
Block a user