Shiny Elemental, Reflect and Magic shirts.
Contributed by zoiobnu.
This commit is contained in:
10
trunk/dist/game/data/xsd/optionsData.xsd
vendored
10
trunk/dist/game/data/xsd/optionsData.xsd
vendored
@@ -74,7 +74,7 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="active_skill" minOccurs="0">
|
||||
<xs:element name="active_skill" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="id" use="required">
|
||||
<xs:simpleType>
|
||||
@@ -94,7 +94,7 @@
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="passive_skill" minOccurs="0">
|
||||
<xs:element name="passive_skill" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="id" use="required">
|
||||
<xs:simpleType>
|
||||
@@ -114,7 +114,7 @@
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="attack_skill" minOccurs="0">
|
||||
<xs:element name="attack_skill" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="id" use="required">
|
||||
<xs:simpleType>
|
||||
@@ -142,7 +142,7 @@
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="critical_skill" minOccurs="0">
|
||||
<xs:element name="critical_skill" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="id" use="required">
|
||||
<xs:simpleType>
|
||||
@@ -170,7 +170,7 @@
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="magic_skill" minOccurs="0">
|
||||
<xs:element name="magic_skill" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="id" use="required">
|
||||
<xs:simpleType>
|
||||
|
Reference in New Issue
Block a user