summaryrefslogtreecommitdiff
path: root/proto/rooms.json
blob: a6d0cd7b9d021ca2dff37a6405e464d25167414e (plain)
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
{
  "start": {
    "summary": "A bland, starting room.",
    "inventory": [
      "apple",
      "lamp"
    ],
    "north": "another",
    "south": "another",
    "east": "start",
    "west": "start"
  },
  "another": {
    "summary": "Another room.",
    "dark": true,
    "inventory": [
      "apple",
      "apple"
    ],
    "north": "start",
    "south": "start",
    "east": "another",
    "west": "another"
  }
}