mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01: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
|
||||
hp_min = 60,
|
||||
hp_max = 80,
|
||||
armor = 70,
|
||||
armor = 80,
|
||||
-- textures and model
|
||||
collisionbox = {-0.7, -1, -0.7, 0.7, 1.6, 0.7},
|
||||
visual = "mesh",
|
||||
|
Loading…
Reference in New Issue
Block a user