mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-04-11 15:20:25 +02:00
Reduced a little the armor of the Dungeon Master
This commit is contained in:
parent
a36bd01a73
commit
5641c457f6
@ -17,7 +17,7 @@ mobs:register_mob("mobs:dungeon_master", {
|
|||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 60,
|
hp_min = 60,
|
||||||
hp_max = 80,
|
hp_max = 80,
|
||||||
armor = 70,
|
armor = 80,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.7, -1, -0.7, 0.7, 1.6, 0.7},
|
collisionbox = {-0.7, -1, -0.7, 0.7, 1.6, 0.7},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user