2024-01-12 14:34:22 -08:00
|
|
|
# TODO: big objects in one config
|
|
|
|
|
2023-12-27 19:51:58 -08:00
|
|
|
[system."12 Autumn Above"]
|
2023-12-24 23:03:00 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
object.star.sprite = "star::star"
|
2023-12-27 19:51:58 -08:00
|
|
|
object.star.position = [0.0, 0.0, 30.0]
|
|
|
|
object.star.size = 2000
|
2023-12-25 10:30:27 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
object.earth.sprite = "planet::earth"
|
2023-12-27 19:51:58 -08:00
|
|
|
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
|
2023-12-24 23:03:00 -08:00
|
|
|
|
2024-01-13 18:56:50 -08:00
|
|
|
# TODO: satisfy conditions to land
|
|
|
|
object.earth.landable = true
|
2024-01-17 10:23:42 -08:00
|
|
|
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.
|
|
|
|
<br><br>
|
|
|
|
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.
|
|
|
|
"""
|
|
|
|
|
2024-01-13 18:56:50 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
object.luna.sprite = "planet::luna"
|
2023-12-27 19:51:58 -08:00
|
|
|
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
|