1
0
镜像自地址 https://github.com/sys4-fr/server-nalc.git 已同步 2025-12-16 07:05:26 +01:00

Reduce the DM health points

这个提交包含在:
Ombridride
2015-10-08 09:51:14 +02:00
父节点 dc629515e0
当前提交 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},