1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 16:00:33 +02:00

Update dungeonmaster.lua

This commit is contained in:
Ombridride 2015-06-25 00:16:13 +02:00
parent e39a29684e
commit 62f12de8ac

View File

@ -15,9 +15,9 @@ mobs:register_mob("mobs:dungeon_master", {
arrow = "mobs:fireball",
shoot_offset = 0,
-- health & armor
hp_min = 50,
hp_max = 60,
armor = 60,
hp_min = 60,
hp_max = 80,
armor = 70,
-- textures and model
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.6, 0.7},
visual = "mesh",