Wind Blend and Sayha's Blessing skill improvements.
Contributed by gamelike85.
This commit is contained in:
@@ -1857,7 +1857,21 @@
|
||||
<xs:element name="GUST" type="xs:unsignedByte" />
|
||||
<xs:element name="id" type="xs:unsignedShort" />
|
||||
<xs:element name="BOSS" type="xs:unsignedByte" />
|
||||
<xs:element name="ZONE" type="xs:unsignedByte" />
|
||||
<xs:element name="ZONE">
|
||||
<xs:complexType mixed="true">
|
||||
<xs:sequence minOccurs="0">
|
||||
<xs:element maxOccurs="unbounded" name="value">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:unsignedByte">
|
||||
<xs:attribute name="level" type="xs:unsignedByte" use="required" />
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="PSYCHIC" type="xs:unsignedByte" />
|
||||
<xs:element name="FIST">
|
||||
<xs:complexType mixed="true">
|
||||
|
||||
Reference in New Issue
Block a user