Fishing item changes and improvements.
Contributed by darky999.
This commit is contained in:
4
trunk/dist/game/data/xsd/fishes.xsd
vendored
4
trunk/dist/game/data/xsd/fishes.xsd
vendored
@@ -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>
|
||||
|
||||
6
trunk/dist/game/data/xsd/fishingMonsters.xsd
vendored
6
trunk/dist/game/data/xsd/fishingMonsters.xsd
vendored
@@ -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>
|
||||
|
||||
4
trunk/dist/game/data/xsd/fishingRods.xsd
vendored
4
trunk/dist/game/data/xsd/fishingRods.xsd
vendored
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user