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

@@ -3,7 +3,7 @@
<xs:element name="list">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element name="fish" maxOccurs="278" minOccurs="1">
<xs:element name="fish" maxOccurs="400" minOccurs="1">
<xs:complexType>
<xs:attribute name="cheatingProb" type="xs:decimal" use="required" />
<xs:attribute name="combatDuration" type="xs:positiveInteger" use="required" />
@@ -40,7 +40,7 @@
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="278" />
<xs:maxInclusive value="400" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>