summaryrefslogtreecommitdiff
path: root/assets/incubator.json
diff options
context:
space:
mode:
authorJ08nY2017-04-25 01:04:37 +0200
committerJ08nY2017-04-25 01:04:37 +0200
commit379c2794c40bc2b212d29fa0e0847f76e3f3a870 (patch)
treeb00311bbbc2784981dd92b1e161c414c823bbe86 /assets/incubator.json
parent146b302545b8cda8df456d105ac30ee961365056 (diff)
downloadld38-379c2794c40bc2b212d29fa0e0847f76e3f3a870.tar.gz
ld38-379c2794c40bc2b212d29fa0e0847f76e3f3a870.tar.zst
ld38-379c2794c40bc2b212d29fa0e0847f76e3f3a870.zip
Diffstat (limited to 'assets/incubator.json')
-rw-r--r--assets/incubator.json41
1 files changed, 28 insertions, 13 deletions
diff --git a/assets/incubator.json b/assets/incubator.json
index d9a3a2f..4fee95b 100644
--- a/assets/incubator.json
+++ b/assets/incubator.json
@@ -1,47 +1,62 @@
{
"bases":[
- ""
+ "Your planet has /stage/."
],
"misc":{
- "schrodinger":[
+ "cardboard_box":[
"Life on this planet possesses a weird property, even by Multiverse standards. It seems to be in a state between existing and not existing.",
- "Cardboard boxes are a common occurence on this planet, everything seems to have them on. Oh god, even the molecules are in cardboard boxes!",
- ""
+ "Cardboard boxes are a common occurence on this planet, everything seems to have them on. Oh god, even the molecules are in cardboard boxes!"
],
- "trees":[
+ "stage_trees":[
"This planet is covered in trees full of solid rocket fuel. They grow to maturity, producing solid fuel in their trunks. When mature, they shed their branches apart from a few top, seed-bearing, ones and lift off, to seek another planet.",
"The smell of rocket fuel is very strong at the surface of the planet. It 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":[
+ "Everythin is quite, what's the word, gooey?"
+ ],
+ "spaghetti_monster":[
""
]
},
- "stages":[
+ "stage":[
{
"id":"none",
- "text":"No life!"
+ "name": "no life",
+ "text":""
},
{
"id":"basic",
- "text":"Basic life."
+ "name":"basic life",
+ "text":""
},
{
"id":"diverse",
- "text":"Diverse life."
+ "name":"diverse life",
+ "text":""
},
{
"id":"multi-cell",
- "text":"Multi cell life."
+ "name":"multi cell life",
+ "text":""
},
{
"id":"group",
- "text":"Groups!"
+ "name":"life in tribes",
+ "text":""
},
{
"id":"societal",
- "text":"Societal life!"
+ "name":"societies",
+ "text":""
},
{
"id":"civilisation",
- "text":"Civilisation!"
+ "name":"civilisation",
+ "text":""
}
]
}