# TODO: big objects in one config [system."12 Autumn Above"] object.star.sprite = "star::star" object.star.position = [0.0, 0.0, 30.0] object.star.size = 2000 object.earth.sprite = "planet::earth" object.earth.position.center = "star" object.earth.position.radius = 4000 object.earth.position.angle = 0 object.earth.position.z = 10.0 object.earth.size = 1000 # TODO: satisfy conditions to land object.earth.landable = true object.earth.name = "Earth" object.earth.desc = """ The ancestral home world of humanity, Earth has a population twice that of any other inhabited planet. Sprawling cities cover large portions of its surface, many of them overcrowded and dangerous. Some people work to scrape together enough money to leave, while at the same time others, born on distant worlds, make a pilgrimage of sorts to see this planet that once cradled the entirety of the human species.

Earth is also the capital of the Republic. Representative government becomes complicated when one planet has a greater population than a hundred planets elsewhere. As a result, settlements of less than a million are grouped together into planetary districts that elect a single representative between them - a source of much frustration in the frontier worlds. """ object.luna.sprite = "planet::luna" object.luna.position.center = "earth" object.luna.position.radius = 1600 object.luna.position.angle = 135 object.luna.position.z = 7.8 object.luna.size = 500 object.luna.angle = -45