Files
Text-Adventure/Resources/Rooms.json
T

40 lines
676 B
JSON

[
[
{
"description": "A fascinating Room. There's ... nothing in it, neat.",
"exits": [
{
"dir": 2,
"exitID": 1,
"isLocked": false
},
{
"dir": 1,
"exitID": 2,
"isLocked": false
}
],
"scenery": [
{
}
],
"id": -8528,
"name": "Test Room 1"
},
{
"description": "Another test room. What a shocker",
"exits": [],
"id": -8608,
"name": "Test Room 2"
}
],
[
{
"description": "Testing another column",
"exits": [],
"id": -8656,
"name": "Test Room 3"
}
]
]