Fishing item changes and improvements.

Contributed by darky999.
This commit is contained in:
MobiusDev
2015-05-17 16:22:18 +00:00
parent 139eb93dc8
commit 688164f377
52 changed files with 460 additions and 462 deletions

View File

@@ -2,8 +2,8 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element name="fishingRod" maxOccurs="6" minOccurs="1">
<xs:sequence maxOccurs="30" minOccurs="1">
<xs:element name="fishingRod" maxOccurs="30" minOccurs="1">
<xs:complexType>
<xs:attribute name="fishingRodDamage" type="xs:decimal" use="required" />
<xs:attribute name="fishingRodLevel" type="xs:positiveInteger" use="required" />