pandorabox_custom/planets.lua
2020-02-03 08:34:54 +01:00

82 lines
2.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
})
-- amun system
planetoidgen.register_planet({
pos = { x = 10000, y = 9700, z = 15000 },
radius = 250, type = "sun", name = "system-1 sun"
})
planetoidgen.register_planet({
pos = { x = 10000, y = 9700, z = 15600 },
radius = 100, type = "class-m", name = "system-1 top", airshell = true
})
planetoidgen.register_planet({
pos = { x = 10520, y = 9700, z = 15300 },
radius = 100, type = "class-n", name = "system-1 top-right stone"
})
planetoidgen.register_planet({
pos = { x = 10520, y = 9700, z = 14700 },
radius = 100, type = "class-m", name = "system-1 bottom-right", airshell = true
})
planetoidgen.register_planet({
pos = { x = 10000, y = 9700, z = 14400 },
radius = 100, type = "class-p", name = "system-1 bottom ice", airshell = true
})
planetoidgen.register_planet({
pos = { x = 9480, y = 9700, z = 14700 },
radius = 100, type = "class-m", name = "system-1 bottom-left", airshell = true
})
planetoidgen.register_planet({
pos = { x = 9480, y = 9700, z = 15300 },
radius = 100, type = "class-h", name = "system-1 top-left desert", 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
})