diff options
Diffstat (limited to 'assets/incubator.json')
| -rw-r--r-- | assets/incubator.json | 63 |
1 files changed, 45 insertions, 18 deletions
diff --git a/assets/incubator.json b/assets/incubator.json index 568c1e8..d9a3a2f 100644 --- a/assets/incubator.json +++ b/assets/incubator.json @@ -1,20 +1,47 @@ { -"bases": [ - "" -] - -"misc": { - "schrodinger": [ - "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!", - "" - ], - "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.", - "" - ] -}, - - + "bases":[ + "" + ], + "misc":{ + "schrodinger":[ + "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!", + "" + ], + "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.", + "" + ] + }, + "stages":[ + { + "id":"none", + "text":"No life!" + }, + { + "id":"basic", + "text":"Basic life." + }, + { + "id":"diverse", + "text":"Diverse life." + }, + { + "id":"multi-cell", + "text":"Multi cell life." + }, + { + "id":"group", + "text":"Groups!" + }, + { + "id":"societal", + "text":"Societal life!" + }, + { + "id":"civilisation", + "text":"Civilisation!" + } + ] } |
