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>

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>

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" />