mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Reduce the DM health points
This commit is contained in:
parent
dc629515e0
commit
66ca8975eb
@ -16,8 +16,8 @@ mobs:register_mob("mobs:dungeon_master", {
|
||||
arrow = "mobs:fireball",
|
||||
shoot_offset = 1,
|
||||
-- health & armor
|
||||
hp_min = 60,
|
||||
hp_max = 80,
|
||||
hp_min = 50,
|
||||
hp_max = 60,
|
||||
armor = 80,
|
||||
-- textures and model
|
||||
collisionbox = {-0.7, -1, -0.7, 0.7, 1.6, 0.7},
|
||||
|
Loading…
Reference in New Issue
Block a user