- This also tweaks the scenario schemas for consistency between schemas and code, adds some unique key restraints, and makes some attributes required.
14 lines
273 B
XML
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>
|