[Classic] Sync with Ertheia datapack.

This commit is contained in:
MobiusDev
2015-08-24 13:46:42 +00:00
parent 610dee6a01
commit 3a6fe57c80
9 changed files with 74 additions and 22 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" />