Skip to content

Commit d99a03c

Browse files
authored
Create planets.txt
1 parent 16dca31 commit d99a03c

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

data/planets.txt

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Copyright (c) 2024 by Loymdayddaud
2+
#
3+
# Rumskib is free software: you can redistribute it and/or modify it under the
4+
# terms of the GNU General Public License as published by the Free Software
5+
# Foundation, either version 3 of the License, or (at your option) any later version.
6+
#
7+
# Rumskib is distributed in the hope that it will be useful, but WITHOUT ANY
8+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
10+
11+
planet "Donya"
12+
attributes uninhabited
13+
landscape land/fields29
14+
description `Donya is a lush, green, Earth-like world filled with vegetation and growing matter. With clouds and a blue sky, it was idyllic in the eyes of early settlers and the billionaire philanthropists who funded them.`
15+
description ` Despite the beauty and the funding, it remains unsettled, as rains of poisonous acid fall on regular timeframes, rendering the planet uninhabitable to human life. The foliage planted by the initial wave of colonists to scrub the skies of the rain seems to have adjusted to the terrible liquid quite well, although it hasn't managed to entirely eliminate it. The original planters, who couldn't bear the dreadful weather, left when they discovered that they couldn't stop the rains.`
16+
government Uninhabited
17+
18+
planet "Ealam"
19+
attributes uninhabited "requires: gaslining"
20+
landscape land/clouds9
21+
description `As far as gas giants go, Ealam is somewhat sparse. There do not seem to be the storms prevalent on other worlds categorized like this one, and in fact you can see for a surprising distance. Blue-tinted sky is the only thing that stops you from being able to see right through the outer rim of the planet.`
22+
government Uninhabited
23+
24+
planet "New Gettysburg"
25+
attributes uninhabited
26+
landscape land/water22
27+
description `New Gettysburg - a peaceful beachside planet, with trees on the shores and a wonderfully clear liquid element. Or so the first settlers thought. However, they were unable to land on the high mesas, and when they attempted to live in the forests disaster struck.`
28+
description ` The trees on New Gettysburg have a wonderful talent for cracking and falling to the ground at the slightest touch. The settlers, who had to build among the trees, decided that this battle was too hard and left, tragically abandoning every advancement and item imported in the initial colonization.`
29+
government Uninhabited
30+
31+
32+
mission "Rumskib: Add Planets"
33+
landing
34+
minor
35+
invisible
36+
to offer
37+
has "installed plugin: Rumskib"
38+
on offer
39+
event "rumskib: add planets" 0
40+
fail
41+
42+
event "rumskib: add planets"
43+
system Alioth
44+
remove object
45+
sprite planet/dust4
46+
distance 2197.72
47+
period 1942.72
48+
add object "New Gettysburg"
49+
sprite planet/dust4
50+
distance 2197.72
51+
period 1942.72
52+
system Alnilam
53+
remove object
54+
sprite planet/gas7-b
55+
distance 966.7
56+
period 290.312
57+
add object "Ealam"
58+
sprite planet/gas7-b
59+
distance 966.7
60+
period 290.312
61+
object
62+
sprite planet/miranda-b
63+
distance 220
64+
period 10.5884
65+
object
66+
sprite planet/luna
67+
distance 305
68+
period 17.2841
69+
system Zubenelgenubi
70+
remove object
71+
sprite planet/cloud0
72+
distance 1318.13
73+
period 606.856
74+
add object Donya
75+
sprite planet/cloud0
76+
distance 1318.13
77+
period 606.856
78+
object
79+
sprite planet/rock14
80+
distance 165
81+
period 24.185

0 commit comments

Comments
 (0)