user generated rooms are saved to json now
parent
67ef82eec6
commit
c4951d1fff
Binary file not shown.
@ -1,26 +1 @@
|
|||||||
{
|
{"Studio": {"name": "Studio", "description": "You're in a cosy studio. It smells a bit like soup.", "exits": {"south": "Corridor"}}, "Office": {"name": "Office", "description": "You're in an office with glass windows to the corridor.", "exits": {"east": "Corridor", "south": "artificial research station"}}, "Corridor": {"name": "Corridor", "description": "You're in a short corridor with doors on three sides.", "exits": {"north": "Studio", "south": "Aquarium", "west": "Office", "east": "tunnel"}}, "Aquarium": {"name": "Aquarium", "description": "You're in an underwater cavern, somehow you can breathe!", "exits": {"north": "Corridor"}}, "artificial research station": {"description": "You're in the artificial research station. What happens here?", "exits": {"north": "Office"}}, "tunnel": {"description": "this is a secret tunnel", "exits": {"east": "Corridor"}}}
|
||||||
"Studio": {
|
|
||||||
"name": "Studio",
|
|
||||||
"description": "You're in a cosy studio. It smells a bit like soup.",
|
|
||||||
"exits": {"south": "Corridor"}
|
|
||||||
},
|
|
||||||
"Office": {
|
|
||||||
"name": "Office",
|
|
||||||
"description": "You're in an office with glass windows to the corridor.",
|
|
||||||
"exits": {"east": "Corridor", "south": "artificial research station"}
|
|
||||||
},
|
|
||||||
"Corridor": {
|
|
||||||
"name": "Corridor",
|
|
||||||
"description": "You're in a short corridor with doors on three sides.",
|
|
||||||
"exits": {"north": "Studio", "south": "Aquarium", "west": "Office"}
|
|
||||||
},
|
|
||||||
"Aquarium": {
|
|
||||||
"name": "Aquarium",
|
|
||||||
"description": "You're in an underwater cavern, somehow you can breathe!",
|
|
||||||
"exits": {"north": "Corridor"}
|
|
||||||
},
|
|
||||||
"artificial research station": {
|
|
||||||
"description": "You're in the artificial research station. What happens here?",
|
|
||||||
"exits": {"north": "Office"}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue