Replaced Fish CSV data with aCis free version XML data.
This commit is contained in:
26
L2J_Mobius_C6_Interlude/dist/game/data/xsd/Fish.xsd
vendored
Normal file
26
L2J_Mobius_C6_Interlude/dist/game/data/xsd/Fish.xsd
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="list">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="fish" maxOccurs="unbounded" minOccurs="0">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:string">
|
||||
<xs:attribute type="xs:short" name="id" use="optional"/>
|
||||
<xs:attribute type="xs:byte" name="level" use="optional"/>
|
||||
<xs:attribute type="xs:short" name="hp" use="optional"/>
|
||||
<xs:attribute type="xs:byte" name="hpRegen" use="optional"/>
|
||||
<xs:attribute type="xs:byte" name="type" use="optional"/>
|
||||
<xs:attribute type="xs:byte" name="group" use="optional"/>
|
||||
<xs:attribute type="xs:short" name="guts" use="optional"/>
|
||||
<xs:attribute type="xs:short" name="gutsCheckTime" use="optional"/>
|
||||
<xs:attribute type="xs:short" name="waitTime" use="optional"/>
|
||||
<xs:attribute type="xs:int" name="combatTime" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user