mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +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",
|
arrow = "mobs:fireball",
|
||||||
shoot_offset = 1,
|
shoot_offset = 1,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 60,
|
hp_min = 50,
|
||||||
hp_max = 80,
|
hp_max = 60,
|
||||||
armor = 80,
|
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},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user