pandorabox_custom/planets.lua
2020-11-15 19:43:32 +01:00

52 lines
1.7 KiB
Lua

-- miranda
planetoidgen.register_planet({
pos = { x = -25670, y = 7500, z = 5280 },
radius = 250, type = "class-m", name = "miranda", airshell = true
})
planetoidgen.register_planet({
pos = { x = -25670, y = 7500, z = 6800 },
radius = 250, type = "class-m", name = "kiedtl's planet", airshell = true
})
planetoidgen.register_planet({
pos = { x = 30000, y = 9000, z = 30000 },
radius = 80, type = "class-m", name = "int's restaurant", airshell = true
})
planetoidgen.register_planet({
pos = { x = -22400, y = 8210, z = 13500 },
radius = 250, type = "class-m", name = "Eula's planet", airshell = true
})
-- unnamed system
planetoidgen.register_planet({
pos = { x = 9000, y = 9500, z = 5000 },
radius = 400, type = "sun", name = "system-2 sun"
})
planetoidgen.register_planet({
pos = { x = 9000, y = 9500, z = 6000 },
radius = 300, type = "class-p", name = "system-2 top", airshell = true
})
planetoidgen.register_planet({
pos = { x = 9866, y = 9500, z = 5500 },
radius = 300, type = "class-m", name = "system-2 top-right", airshell = true
})
planetoidgen.register_planet({
pos = { x = 9866, y = 9500, z = 4500 },
radius = 300, type = "class-m", name = "system-2 bottom-right", airshell = true
})
planetoidgen.register_planet({
pos = { x = 9000, y = 9500, z = 4000 },
radius = 300, type = "class-h", name = "system-2 bottom desert", airshell = true
})
planetoidgen.register_planet({
pos = { x = 8134, y = 9500, z = 4500 },
radius = 300, type = "class-m", name = "system-2 bottom-left", airshell = true
})
planetoidgen.register_planet({
pos = { x = 8134, y = 9500, z = 5500 },
radius = 300, type = "class-m", name = "system-2 top-left", airshell = true
})