1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-30 07:30:22 +02:00

Reduce the DM health points

This commit is contained in:
Ombridride 2015-10-08 09:51:14 +02:00
parent dc629515e0
commit 66ca8975eb

View File

@ -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},