Fix: temporary remove nyan cat, remove wisps and temporary remove skyrealms (not finished)
This commit is contained in:
parent
f7d9844d54
commit
de389ade0f
106 changed files with 2892 additions and 561 deletions
16
mods/.skyrealms/dungeon_master.lua
Normal file
16
mods/.skyrealms/dungeon_master.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
mobs:spawn({
|
||||
name = "mobs_monster:dungeon_master",
|
||||
nodes = {"caverealms:hot_cobble"},
|
||||
max_light = 12,
|
||||
min_light = 0,
|
||||
chance = 7000,
|
||||
active_object_count = 2,
|
||||
max_height = -8000,
|
||||
on_spawn = function(self, pos)
|
||||
self.hp_max = 70
|
||||
self.health = 70
|
||||
self.damage = 5
|
||||
self.shoot_interval = 1.5
|
||||
self.dogshoot_switch = 0
|
||||
end
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue