1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-05 01:40:21 +02:00

add nether varients of dungeon master

This commit is contained in:
tenplus1
2021-09-01 08:05:13 +01:00
parent 1c4ce9e402
commit cd201150b6
5 changed files with 44 additions and 1 deletions

View File

@ -12,6 +12,9 @@ mobs:register_mob("mobs_monster:mese_monster", {
shoot_interval = 0.5,
arrow = "mobs_monster:mese_arrow",
shoot_offset = 2,
--arrow_override = function(self)
-- self.velocity = 20
--end,
hp_min = 10,
hp_max = 25,
armor = 80,