Multisell, augment and tax zone rework.

Adapted from: L2jUnity free files.
This commit is contained in:
MobiusDev
2017-11-28 18:21:28 +00:00
parent 4f4dd3a736
commit 0c828bea2f
2474 changed files with 19097 additions and 27190 deletions

View File

@@ -30,9 +30,11 @@
<xs:attribute name="price" type="xs:nonNegativeInteger" />
<xs:attribute name="restock_delay" type="xs:positiveInteger" />
<xs:attribute name="count" type="xs:positiveInteger" />
<xs:attribute name="baseTax" type="xs:positiveInteger" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="baseTax" type="xs:positiveInteger" use="optional" />
</xs:complexType>
</xs:element>
</xs:schema>

View File

@@ -22,7 +22,6 @@
<xs:attribute name="id" type="xs:integer" use="required" />
<xs:attribute name="enchantmentLevel" type="xs:integer" />
<xs:attribute name="count" type="xs:positiveInteger" use="required" />
<xs:attribute name="maintainIngredient" type="xs:boolean" />
</xs:complexType>
</xs:element>
<xs:element name="production" minOccurs="1" maxOccurs="unbounded">
@@ -40,7 +39,8 @@
<xs:attribute name="isChanceMultisell" type="xs:boolean" use="optional" />
<xs:attribute name="applyTaxes" type="xs:boolean" />
<xs:attribute name="maintainEnchantment" type="xs:boolean" />
<xs:attribute name="useRate" type="xs:token" />
<xs:attribute name="ingredientMultiplier" type="xs:double" />
<xs:attribute name="productMultiplier" type="xs:double" />
</xs:complexType>
</xs:element>
</xs:schema>