Armor sets rework.

Contributed by Ionut.
This commit is contained in:
MobiusDev
2015-05-20 15:27:40 +00:00
parent 4f91796e08
commit c2fbb18c37
8 changed files with 209 additions and 1 deletions

View File

@@ -55,6 +55,18 @@
<xs:attribute name="level" type="xs:positiveInteger" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="enchant7skill" maxOccurs="1" minOccurs="0">
<xs:complexType>
<xs:attribute name="id" type="xs:positiveInteger" use="required" />
<xs:attribute name="level" type="xs:positiveInteger" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="enchant8skill" maxOccurs="1" minOccurs="0">
<xs:complexType>
<xs:attribute name="id" type="xs:positiveInteger" use="required" />
<xs:attribute name="level" type="xs:positiveInteger" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="int" maxOccurs="1" minOccurs="0">
<xs:complexType>
<xs:attribute name="val" type="xs:integer" use="required" />