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