Files
oboe/rsrc/boes/items.xml
Celtic Minstrel 1894b31e20 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.
2015-02-11 14:03:03 -05:00

14 lines
273 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<items boes='2.0.0'>
<item id='0'>
<variety>shield</variety>
<level>3</level>
<pic>12</pic>
<name>Test Item</name>
<full-name>Test Item</full-name>
<value>3</value>
<weight>10</weight>
<properties/>
</item>
</items>