Dropped CreateItemRandom effect.

This commit is contained in:
MobiusDev
2019-02-27 12:09:40 +00:00
parent 5473448f56
commit a5e6ee19d1
131 changed files with 34281 additions and 17532 deletions

View File

@@ -18,12 +18,6 @@
</xs:sequence>
</xs:complexType>
<xs:complexType name="createItemsType">
<xs:sequence>
<xs:element name="item" type="createItemType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="skillType">
<xs:attribute name="id" type="xs:positiveInteger" use="required" />
<xs:attribute name="level" type="xs:positiveInteger" use="required" />
@@ -300,7 +294,6 @@
<xs:element name="set" maxOccurs="unbounded" minOccurs="1" type="setType" />
<xs:element name="unequip_skills" minOccurs="0" type="skillsType" />
<xs:element name="capsuled_items" minOccurs="0" type="capsuledItemsType" />
<xs:element name="createItems" minOccurs="0" type="createItemsType" />
<xs:element name="cond" maxOccurs="2" minOccurs="0" type="condType" />
<xs:element name="skills" minOccurs="0" type="skillsType" />
<xs:element name="stats" maxOccurs="1" minOccurs="0" type="forType" />