Add descriptions to sample datafiles
[mudpy.git] / sample / area.yaml
1 _copy: Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>.
2     Permission to use, copy, modify, and distribute this software is granted
3     under terms provided in the LICENSE file distributed with this software.
4
5 _desc: This is a set of sample locations for testing and demonstration
6     purposes.
7
8 area:-1,0,0:
9     description: This is the West Sample Location. It is merely provided as an example of what an area might look like.
10     gridlinks: ['east']
11     name: West Sample Location
12     terrain: inside
13
14 area:0,-1,0:
15     description: This is the South Sample Location. It is merely provided as an example of what an area might look like.
16     gridlinks: ['north']
17     name: South Sample Location
18     terrain: inside
19
20 area:0,0,-1:
21     description: This is the Lower Sample Location. It is merely provided as an example of what an area might look like.
22     gridlinks: ['up']
23     name: Lower Sample Location
24     terrain: inside
25
26 area:0,0,0:
27     description: This is the Center Sample Location. It is merely provided as an example of what an area might look like.
28     gridlinks: ['down', 'east', 'north', 'south', 'up', 'west']
29     name: Center Sample Location
30     terrain: inside
31
32 area:0,0,1:
33     description: This is the Upper Sample Location. It is merely provided as an example of what an area might look like.
34     gridlinks: ['down']
35     name: Upper Sample Location
36     terrain: inside
37
38 area:0,1,0:
39     description: This is the North Sample Location. It is merely provided as an example of what an area might look like.
40     gridlinks: ['south']
41     name: North Sample Location
42     terrain: inside
43
44 area:1,0,0:
45     description: This is the East Sample Location. It is merely provided as an example of what an area might look like.
46     gridlinks: ['west']
47     name: East Sample Location
48     terrain: inside