Galactica/content/system.toml

56 lines
2.4 KiB
TOML
Raw Permalink Normal View History

2024-01-12 14:34:22 -08:00
# TODO: big objects in one config
2024-02-07 15:40:43 -08:00
# TODO: satisfy conditions to land
2024-01-12 14:34:22 -08:00
2023-12-27 19:51:58 -08:00
[system."12 Autumn Above"]
name = "12 Autumn Above"
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
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-02-07 15:40:43 -08:00
object.earth.landable.name = "Earth"
object.earth.landable.desc = """
2024-01-17 10:23:42 -08:00
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.
2024-03-26 14:27:49 -07:00
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.
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.
2024-01-17 10:23:42 -08:00
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-02-07 15:40:43 -08:00
object.earth.landable.image = "ui::landscape::test"
2024-01-17 10:23:42 -08:00
2024-02-07 15:40:43 -08:00
object.earth.landable.outfitter = [
"plasma engines",
"shield generator",
"blaster",
]
2024-01-13 18:56:50 -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