add mese monster classic

This commit is contained in:
flux 2023-11-21 16:21:31 -08:00
parent c27a434be6
commit d9b90f056c
Signed by: flux
GPG Key ID: 9333B27816848A15
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
local BASE_CHANCE_RATIO = 6000 -- dirt monster
spawnit.register({
entity_name = "mobs_mese_monster_classic:mese_monster",
groups = { monster = 1 },
chance = yl_spawnit.base_chance * 5000 / BASE_CHANCE_RATIO,
on = { "any" },
near = { "default:mese", "default:stone_with_mese" },
max_y = -20,
max_node_light = 7,
max_in_area = 1,
max_any_in_area = 6,
min_player_distance = 12,
spawn_in_protected = false,
}, yl_spawnit.settings.check_nodes)

View File

@ -17,6 +17,7 @@ mobs_balrog,
mobs_banshee,
mobs_gazer,
mobs_ghost_redo,
mobs_mese_monster_classic,
mobs_mime,
mobs_monster,
mobs_others,