59 lines
1.4 KiB
Lua
59 lines
1.4 KiB
Lua
mobs:spawn({
|
|
name = "nssm:ant_queen",
|
|
nodes = {
|
|
"default:dirt",
|
|
"default:dirt_with_dry_grass",
|
|
"default:dirt_with_grass",
|
|
"default:dirt_with_rainforest_litter",
|
|
"default:dry_dirt",
|
|
"default:dry_dirt_with_dry_grass",
|
|
"ethereal:fiery_dirt",
|
|
"ethereal:bamboo_dirt",
|
|
"ethereal:cold_dirt",
|
|
"ethereal:grove_dirt",
|
|
"ethereal:prairie_dirt"
|
|
},
|
|
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,
|
|
})
|