Move sample datafile copyrights into metadata
[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 area:-1,0,0:
6     description: This is the West Sample Location. It is merely provided as an example of what an area might look like.
7     gridlinks: ['east']
8     name: West Sample Location
9     terrain: inside
10
11 area:0,-1,0:
12     description: This is the South Sample Location. It is merely provided as an example of what an area might look like.
13     gridlinks: ['north']
14     name: South Sample Location
15     terrain: inside
16
17 area:0,0,-1:
18     description: This is the Lower Sample Location. It is merely provided as an example of what an area might look like.
19     gridlinks: ['up']
20     name: Lower Sample Location
21     terrain: inside
22
23 area:0,0,0:
24     description: This is the Center Sample Location. It is merely provided as an example of what an area might look like.
25     gridlinks: ['down', 'east', 'north', 'south', 'up', 'west']
26     name: Center Sample Location
27     terrain: inside
28
29 area:0,0,1:
30     description: This is the Upper Sample Location. It is merely provided as an example of what an area might look like.
31     gridlinks: ['down']
32     name: Upper Sample Location
33     terrain: inside
34
35 area:0,1,0:
36     description: This is the North Sample Location. It is merely provided as an example of what an area might look like.
37     gridlinks: ['south']
38     name: North Sample Location
39     terrain: inside
40
41 area:1,0,0:
42     description: This is the East Sample Location. It is merely provided as an example of what an area might look like.
43     gridlinks: ['west']
44     name: East Sample Location
45     terrain: inside