Files
Text-Adventure/Resources/Rooms.json
T

40 lines
676 B
JSON
Raw Normal View History

2026-08-18 11:59:09 -05:00
[
2026-09-01 16:27:01 -05:00
[
{
"description": "A fascinating Room. There's ... nothing in it, neat.",
"exits": [
2026-08-18 11:59:09 -05:00
{
2026-09-01 16:27:01 -05:00
"dir": 2,
"exitID": 1,
"isLocked": false
2026-08-18 11:59:09 -05:00
},
{
2026-09-01 16:27:01 -05:00
"dir": 1,
"exitID": 2,
"isLocked": false
2026-08-18 11:59:09 -05:00
}
2026-09-01 16:27:01 -05:00
],
"scenery": [
2026-08-18 11:59:09 -05:00
{
}
2026-09-01 16:27:01 -05:00
],
"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"
}
]
2026-08-18 11:59:09 -05:00
]