mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
Update dungeonmaster.lua
This commit is contained in:
parent
e39a29684e
commit
62f12de8ac
@ -15,9 +15,9 @@ mobs:register_mob("mobs:dungeon_master", {
|
|||||||
arrow = "mobs:fireball",
|
arrow = "mobs:fireball",
|
||||||
shoot_offset = 0,
|
shoot_offset = 0,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 50,
|
hp_min = 60,
|
||||||
hp_max = 60,
|
hp_max = 80,
|
||||||
armor = 60,
|
armor = 70,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.6, 0.7},
|
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.6, 0.7},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
|
Loading…
Reference in New Issue
Block a user