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="fishingMonster" maxOccurs="8" minOccurs="1">
<xs:element name="fishingMonster" maxOccurs="100" minOccurs="1">
<xs:complexType>
<xs:attribute name="fishingMonsterId" use="required">
<xs:simpleType>
@@ -25,7 +25,7 @@
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="85" />
<xs:maxInclusive value="100" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@@ -33,7 +33,7 @@
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="85" />
<xs:maxInclusive value="100" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>