ExtendDrop cleanup.

This commit is contained in:
MobiusDev
2019-01-21 00:55:38 +00:00
parent fc5bb9f1dc
commit c2ddde9adc
20 changed files with 26 additions and 204 deletions

View File

@@ -7,7 +7,7 @@
<conditions>
<condition name="PlayerLevel">
<minLevel>85</minLevel>
<maxLevel>105</maxLevel>
<maxLevel>127</maxLevel>
</condition>
<condition name="CategoryType">
<category>

View File

@@ -2,13 +2,10 @@
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="drop">
<xs:element name="drop" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="items">
<xs:annotation>
<xs:documentation>Energy of destruction</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="item">
@@ -36,9 +33,6 @@
<xs:element type="xs:byte" name="minLevel" minOccurs="0" />
<xs:element type="xs:byte" name="maxLevel" minOccurs="0" />
<xs:element name="category" minOccurs="0">
<xs:annotation>
<xs:documentation>FIFTH_CLASS_GROUP (Supposed to be old awaken class) / SIXTH_CLASS_GROUP (Supposed to be post diversity class)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element type="xs:string" name="item" maxOccurs="unbounded" minOccurs="0" />
@@ -52,10 +46,7 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="systemMessages">
<xs:annotation>
<xs:documentation>You have obtained the second Energy of Destruction. You can obtain up to 2 of these a day, and can begin obtaining them again at 6:30am every day.</xs:documentation>
</xs:annotation>
<xs:element name="systemMessages" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="systemMessage" maxOccurs="unbounded" minOccurs="0">