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:
@ -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,
|
||||
|
Reference in New Issue
Block a user