X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=sample%2Farea.yaml;h=66f2b23b47e8a62b8df7a86aeb6fd49382a501da;hp=0213573e5a5a226fdfb31270eaf0b344f2845599;hb=ae06caff33fe9b764e01f4681711606e087749a2;hpb=2241387378e638c3d73f18b2b0ef229f308ee003 diff --git a/sample/area.yaml b/sample/area.yaml index 0213573..66f2b23 100644 --- a/sample/area.yaml +++ b/sample/area.yaml @@ -1,45 +1,61 @@ +--- _copy: Copyright (c) 2004-2017 Jeremy Stanley . Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. -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. - gridlinks: ['east'] - name: West Sample Location - terrain: inside - -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. - gridlinks: ['north'] - name: South Sample Location - terrain: inside - -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. - gridlinks: ['up'] - name: Lower Sample Location - terrain: inside - -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. - gridlinks: ['down', 'east', 'north', 'south', 'up', 'west'] - name: Center Sample Location - terrain: inside - -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. - gridlinks: ['down'] - name: Upper Sample Location - terrain: inside - -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. - gridlinks: ['south'] - name: North Sample Location - terrain: inside - -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. - gridlinks: ['west'] - name: East Sample Location - terrain: inside +_desc: This is a set of sample locations for testing and demonstration + purposes. + +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. +area.-1,0,0.gridlinks: + - east +area.-1,0,0.name: West Sample Location +area.-1,0,0.terrain: inside + +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. +area.0,-1,0.gridlinks: + - north +area.0,-1,0.name: South Sample Location +area.0,-1,0.terrain: inside + +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. +area.0,0,-1.gridlinks: + - up +area.0,0,-1.name: Lower Sample Location +area.0,0,-1.terrain: inside + +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. +area.0,0,0.gridlinks: + - down + - east + - north + - south + - up + - west +area.0,0,0.name: Center Sample Location +area.0,0,0.terrain: inside + +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. +area.0,0,1.gridlinks: + - down +area.0,0,1.name: Upper Sample Location +area.0,0,1.terrain: inside + +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. +area.0,1,0.gridlinks: + - south +area.0,1,0.name: North Sample Location +area.0,1,0.terrain: inside + +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. +area.1,0,0.gridlinks: + - west +area.1,0,0.name: East Sample Location +area.1,0,0.terrain: inside