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