Implement loading of scenarios

- This also tweaks the scenario schemas for consistency between schemas and code, adds some unique key restraints, and makes some attributes required.
This commit is contained in:
2015-02-11 13:25:20 -05:00
parent 1e0b093b78
commit 1894b31e20
24 changed files with 1777 additions and 229 deletions

View File

@@ -10,14 +10,10 @@
<monster friendly="true">27</monster>
</wandering>
<signs>
<string id="0">This is a sample sign!</string>
</signs>
<sign id="0">This is a sample sign!</sign>
<!-- outdoor description rects -->
<descriptions>
<area top="32" left="32" bottom="36" right="36">This is an area description!</area>
</descriptions>
<area top="32" left="32" bottom="36" right="36">This is an area description!</area>
<strings/>
<string id="0">This is a special encounter string!</string>
</sector>