X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=sample%2Flocation;fp=sample%2Flocation;h=4449e663566ebdb05c6fe23d9f600a91f412b9ef;hp=0000000000000000000000000000000000000000;hb=e34437c01ef4ca0e2413bd08a76dd11b690c49a5;hpb=a89c4b2060bf3c93207a659d88f51a4bf0f891fa diff --git a/sample/location b/sample/location new file mode 100644 index 0000000..4449e66 --- /dev/null +++ b/sample/location @@ -0,0 +1,46 @@ +# Copyright (c) 2004-2009 Jeremy Stanley . Permission +# to use, copy, modify, and distribute this software is granted under +# terms provided in the LICENSE file distributed with this software. + +[location:-1,0,0] +description = This is the West Sample Location. It is merely provided as an example of what a location might look like. +gridlinks = ['east'] +name = West Sample Location +terrain = inside + +[location:0,-1,0] +description = This is the South Sample Location. It is merely provided as an example of what a location might look like. +gridlinks = ['north'] +name = South Sample Location +terrain = inside + +[location:0,0,-1] +description = This is the Lower Sample Location. It is merely provided as an example of what a location might look like. +gridlinks = ['up'] +name = Lower Sample Location +terrain = inside + +[location:0,0,0] +description = This is the Center Sample Location. It is merely provided as an example of what a location might look like. +gridlinks = ['down', 'east', 'north', 'south', 'up', 'west'] +name = Center Sample Location +terrain = inside + +[location:0,0,1] +description = This is the Upper Sample Location. It is merely provided as an example of what a location might look like. +gridlinks = ['down'] +name = Upper Sample Location +terrain = inside + +[location:0,1,0] +description = This is the North Sample Location. It is merely provided as an example of what a location might look like. +gridlinks = ['south'] +name = North Sample Location +terrain = inside + +[location:1,0,0] +description = This is the East Sample Location. It is merely provided as an example of what a location might look like. +gridlinks = ['west'] +name = East Sample Location +terrain = inside +