nssm/spawn.lua
2025-01-05 20:02:31 +05:00

46 lines
1001 B
Lua

mobs:spawn({
name = "nssm:ant_queen",
interval = 60,
chance = 16000, --Шанс
min_height = -100,
max_height = 30,
active_object_count = 1,
})
--[[mobs:spawn({
name = "nssm:ant_soldier",
nodes = {"nssm:ant_dirt"},
interval = 7,
chance = (30000 / mm),
active_object_count = 4
})]]
mobs:spawn({
name = "nssm:dolidrosaurus",
nodes = {"default:water_source"},
neighbors = {"default:water_source"},
min_height = -50,
max_height = -1,
interval = 100,
chance = 16000
})
mobs:spawn({
name = "nssm:giant_sandworm",
nodes = {"default:desert_sand", "default:desert_stone"},
interval = 400,
chance = 600000000
})
mobs:spawn({
name = "nssm:manticore",
--nodes = {"space_travel:mars_sand","space_travel:mars_stone"},
nodes = {"space_travel:mars_sand"},
neighbors = {"vacuum:vacuum","air"},
--min_height = 6100,
--max_height = 6530,
interval = 60,
chance = 16000,
active_object_count = 2,
})