1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-12 13:20:35 +02:00

add Land Guards

This commit is contained in:
tenplus1
2021-03-02 13:35:17 +00:00
parent 57f40cf4b1
commit 5723ba508e
16 changed files with 138 additions and 5 deletions

View File

@ -16,8 +16,8 @@ mobs:register_mob("mobs_monster:dungeon_master", {
shoot_interval = 2.2,
arrow = "mobs_monster:fireball",
shoot_offset = 1,
hp_min = 22,
hp_max = 45,
hp_min = 42,
hp_max = 75,
armor = 60,
collisionbox = {-0.7, -1, -0.7, 0.7, 1.6, 0.7},
visual = "mesh",