forked from maartene/NIOSwiftMUD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrooms.json
27 lines (26 loc) · 787 Bytes
/
rooms.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "The very first room",
"description": "Nothing special to see here.",
"exits": [
{
"direction": "North",
"targetRoomID": "21C9D03A-ADEA-4120-A126-406C1D841BED",
"doorID": "D53F80E6-013A-4AA5-9D15-92B0EBE735DF"
}
]
},
{
"id": "21C9D03A-ADEA-4120-A126-406C1D841BED",
"name": "The second room",
"description": "Nothing here either",
"exits": [
{
"direction": "South",
"targetRoomID": "00000000-0000-0000-0000-000000000000",
"doorID": "D53F80E6-013A-4AA5-9D15-92B0EBE735DF"
}
]
}
]