Files

102 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2026-08-18 11:59:09 -05:00
[
2026-09-01 16:27:01 -05:00
[
{
2026-09-02 11:24:10 -05:00
"description": "First Test Room",
2026-09-01 16:27:01 -05:00
"exits": [
2026-09-02 11:24:10 -05:00
{
"dir": 1,
"exitID": 0,
"isLocked": false
},
2026-08-18 11:59:09 -05:00
{
2026-09-01 16:27:01 -05:00
"dir": 2,
"exitID": 1,
"isLocked": false
2026-09-02 11:24:10 -05:00
}
],
"id": 0,
"name": "Test Room 1",
"scenery": [
{
"canTake": false,
"description": "A Grey Rock",
"id": 0,
"keywords": [
"Rock"
],
"name": "Rock",
"roomIdItBelongsTo": 0,
"type": 1
}
]
},
{
"description": "A court yard",
"exits": [
{
"dir": 3,
"exitID": 2,
"isLocked": false
},
{
"dir": 2,
"exitID": 3,
"isLocked": false
2026-08-18 11:59:09 -05:00
},
{
2026-09-01 16:27:01 -05:00
"dir": 1,
2026-09-02 11:24:10 -05:00
"exitID": 4,
2026-09-01 16:27:01 -05:00
"isLocked": false
2026-08-18 11:59:09 -05:00
}
2026-09-01 16:27:01 -05:00
],
2026-09-02 11:24:10 -05:00
"id": 1,
"name": "Test Room 2",
2026-09-01 16:27:01 -05:00
"scenery": [
2026-08-18 11:59:09 -05:00
{
2026-09-02 11:24:10 -05:00
"canTake": false,
"description": "A fine looking Tree stands in the courtyard",
"id": 1,
"keywords": [
"Tree"
],
"name": "Tree",
"roomIdItBelongsTo": 1,
"type": 1
2026-08-18 11:59:09 -05:00
}
2026-09-02 11:24:10 -05:00
]
2026-09-01 16:27:01 -05:00
}
],
[
{
2026-09-02 11:24:10 -05:00
"description": "You can hear the sound of a waterfall nearby",
"exits": [
{
"dir": 0,
"exitID": 5,
"isLocked": false
},
{
"dir": 2,
"exitID": 6,
"isLocked": false
}
],
"id": 3,
"name": "Test Room 3",
"scenery": [
{
"canTake": false,
"description": "A fine waterfall on a cliff",
"id": 3,
"keywords": [
"Waterfall"
],
"name": "Waterfall",
"roomIdItBelongsTo": 3,
"type": 1
}
]
2026-09-01 16:27:01 -05:00
}
]
2026-08-18 11:59:09 -05:00
]