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:
@@ -128,7 +128,10 @@
|
||||
<!-- Where in that outdoor section you start -->
|
||||
<sector-start x="20" y="20"/>
|
||||
<!-- Definitions of special items, if any -->
|
||||
<specials/>
|
||||
<special-item start-with='true'>
|
||||
<name>My Special Item</name>
|
||||
<description>It's so useful!</description>
|
||||
</special-item>
|
||||
<!-- Define quests here -->
|
||||
<quest start-with='false'>
|
||||
<!-- Quests can have a deadline, and an event that waives the deadline -->
|
||||
|
||||
Reference in New Issue
Block a user