Support for Artifact item slots.
Contributed by hlwrave.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
<xs:attribute type="xs:byte" name="minimumPieces" use="optional" />
|
||||
<xs:attribute type="xs:byte" name="minimumEnchant" use="optional" />
|
||||
<xs:attribute type="xs:boolean" name="optional" use="optional" />
|
||||
<xs:attribute type="xs:positiveInteger" name="slotMask" use="optional" />
|
||||
<xs:attribute type="xs:positiveInteger" name="bookSlot" use="optional" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
|
||||
@@ -168,7 +168,6 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:positiveInteger">
|
||||
<xs:minInclusive value="1" />
|
||||
<xs:maxInclusive value="107" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
@@ -309,7 +308,6 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:positiveInteger">
|
||||
<xs:minInclusive value="1" />
|
||||
<xs:maxInclusive value="65535" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
||||
Reference in New Issue
Block a user