Skip to content
Snippets Groups Projects
Commit ce62a198 authored by MELERIX's avatar MELERIX
Browse files

BETA/STABLE: Fix for Ticket #4864.

parent 0111276c
No related branches found
No related tags found
No related merge requests found
...@@ -46,25 +46,33 @@ ...@@ -46,25 +46,33 @@
<xs:attribute name="name" use="required"> <xs:attribute name="name" use="required">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:token"> <xs:restriction base="xs:token">
<xs:enumeration value="attack_speed_on_ride" />
<xs:enumeration value="consume_meal_in_battle" /> <xs:enumeration value="consume_meal_in_battle" />
<xs:enumeration value="consume_meal_in_battle_on_ride" />
<xs:enumeration value="consume_meal_in_normal" /> <xs:enumeration value="consume_meal_in_normal" />
<xs:enumeration value="consume_meal_in_normal_on_ride" />
<xs:enumeration value="exp" /> <xs:enumeration value="exp" />
<xs:enumeration value="get_exp_type" /> <xs:enumeration value="get_exp_type" />
<xs:enumeration value="hp" /> <xs:enumeration value="mattack_on_ride" />
<xs:enumeration value="hpreg" /> <xs:enumeration value="max_hp_on_ride" />
<xs:enumeration value="matk" /> <xs:enumeration value="max_mp_on_ride" />
<xs:enumeration value="max_meal" /> <xs:enumeration value="max_meal" />
<xs:enumeration value="mdef" /> <xs:enumeration value="org_hp" />
<xs:enumeration value="mp" /> <xs:enumeration value="org_hp_regen" />
<xs:enumeration value="mpreg" /> <xs:enumeration value="org_mattack" />
<xs:enumeration value="patk" /> <xs:enumeration value="org_mdefend" />
<xs:enumeration value="pdef" /> <xs:enumeration value="org_mp" />
<xs:enumeration value="org_mp_regen" />
<xs:enumeration value="org_pattack" />
<xs:enumeration value="org_pdefend" />
<xs:enumeration value="pattack_on_ride" />
<xs:enumeration value="soulshot_count" /> <xs:enumeration value="soulshot_count" />
<xs:enumeration value="speed_on_ride" />
<xs:enumeration value="spiritshot_count" /> <xs:enumeration value="spiritshot_count" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>
<xs:attribute name="val" type="xs:integer" use="required" /> <xs:attribute name="val" type="xs:token" use="required" />
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
</xs:sequence> </xs:sequence>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment