1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
{
"bases":[
"Your planet has /stage/. /misc/"
],
"misc":{
"cardboard_box":[
"",
"Life on this planet possesses a weird property, even by Multiverse standards.\nIt seems to be in a state between existing and not existing.",
"Cardboard boxes are a common occurence on this planet,\neverything seems to have them on.\nOh god, even the molecules are in cardboard boxes!"
],
"stage_trees":[
"",
"This planet is covered in trees full of solid rocket fuel.\nThey grow to maturity, producing solid fuel in their trunks.\nWhen mature, they shed their branches apart from a few top, seed-bearing, ones\nand lift off, to seek another planet.",
"The smell of rocket fuel is very strong at the surface of the planet.\nIt feels like it's evaporating from the trees.",
],
"plumbus":[
"",
"Everybody has a Plumbus at their home, so there is really no point explaining it's usage.",
"This planet looks like the home planet of the Plumbii origin species."
],
"grey_goo":[
"",
"Everything is quite, what's the word, gooey?"
],
"spaghetti_monster":[
"",
"Spaghetti tree, spaghetti grass, spaghetti spaghetti, spgh... etti?"
]
},
"stage":[
{
"id":"none",
"name": "no life",
"text":""
},
{
"id":"basic",
"name":"basic life",
"text":""
},
{
"id":"diverse",
"name":"diverse life",
"text":""
},
{
"id":"multi-cell",
"name":"multi cell life",
"text":""
},
{
"id":"group",
"name":"life in tribes",
"text":""
},
{
"id":"societal",
"name":"societies",
"text":""
},
{
"id":"civilisation",
"name":"civilisation",
"text":""
}
]
}
|