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