Added enchantmentLevel for multisell enchanted item and ingredients.

This commit is contained in:
MobiusDevelopment
2021-11-07 11:37:12 +00:00
parent c0b6d218f0
commit b19fd303fd
30 changed files with 382 additions and 376 deletions

View File

@@ -13,14 +13,14 @@
<xs:attribute name="count" type="xs:unsignedInt" use="required" />
<xs:attribute name="isTaxIngredient" type="xs:boolean" use="optional" />
<xs:attribute name="mantainIngredient" type="xs:boolean" use="optional" />
<xs:attribute name="enchant" type="xs:unsignedByte" use="optional" />
<xs:attribute name="enchantmentLevel" type="xs:unsignedByte" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="production">
<xs:complexType>
<xs:attribute name="id" type="xs:unsignedShort" use="required" />
<xs:attribute name="count" type="xs:unsignedInt" use="required" />
<xs:attribute name="enchant" type="xs:unsignedByte" use="optional" />
<xs:attribute name="enchantmentLevel" type="xs:unsignedByte" use="optional" />
</xs:complexType>
</xs:element>
</xs:choice>