# Copyright (c) 2004-2011 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. ! = "Sample areas." 0,0,0.description = "This is the Center Sample Area. It is merely provided as an example of what an area might look like." 0,0,0.gridlinks = [ "down", "east", "north", "south", "up", "west" ] 0,0,0.name = "Center Sample Area" 0,0,0.terrain = "inside" 0,0,1.description = "This is the Upper Sample Area. It is merely provided as an example of what an area might look like." 0,0,1.gridlinks = [ "down" ] 0,0,1.name = "Upper Sample Area" 0,0,1.terrain = "inside" 0,0,-1.description = "This is the Lower Sample Area. It is merely provided as an example of what an area might look like." 0,0,-1.gridlinks = [ "up" ] 0,0,-1.name = "Lower Sample Area" 0,0,-1.terrain = "inside" 0,1,0.description = "This is the North Sample Area. It is merely provided as an example of what an area might look like." 0,1,0.gridlinks = [ "south" ] 0,1,0.name = "North Sample Area" 0,1,0.terrain = "inside" 0,-1,0.description = "This is the South Sample Area. It is merely provided as an example of what an area might look like." 0,-1,0.gridlinks = [ "north" ] 0,-1,0.name = "South Sample Area" 0,-1,0.terrain = "inside" 1,0,0.description = "This is the East Sample Area. It is merely provided as an example of what an area might look like." 1,0,0.gridlinks = [ "west" ] 1,0,0.name = "East Sample Area" 1,0,0.terrain = "inside" -1,0,0.description = "This is the West Sample Area. It is merely provided as an example of what an area might look like." -1,0,0.gridlinks = [ "east" ] -1,0,0.name = "West Sample Area" -1,0,0.terrain = "inside"