Merged with released L2J-Unity files.
This commit is contained in:
38
trunk/dist/game/data/Fishing.xml
vendored
Normal file
38
trunk/dist/game/data/Fishing.xml
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./xsd/Fishing.xsd">
|
||||
<playerLevel min="85" />
|
||||
<baitDistance min="90" max="250" />
|
||||
<fishingTime min="45000" max="45000" />
|
||||
<fishingTimeWait min="15000" max="15000" />
|
||||
<expRate min="650" max="700" />
|
||||
<spRate min="40" max="45" />
|
||||
<baits>
|
||||
<bait level="1" itemId="45495" chance="64"> <!-- Normal Bait -->
|
||||
<catch itemId="45473" /> <!-- Fresh Blue Mackerel -->
|
||||
<catch itemId="45474" /> <!-- Fresh Minnow -->
|
||||
<catch itemId="45475" /> <!-- Fresh Flatcatch -->
|
||||
<catch itemId="45476" /> <!-- Fresh Mandarin catch -->
|
||||
<catch itemId="45477" /> <!-- Fresh Rockcatch -->
|
||||
<catch itemId="45478" /> <!-- Fresh Goldcatch -->
|
||||
<catch itemId="45479" /> <!-- Fresh Salmon -->
|
||||
<catch itemId="45480" /> <!-- Fresh Eel -->
|
||||
<catch itemId="45486" /> <!-- Wooden Treasure Chest -->
|
||||
</bait>
|
||||
<bait level="2" itemId="45496" chance="64"> <!-- Special Bait -->
|
||||
<catch itemId="45481" /> <!-- Fresh Marlin -->
|
||||
<catch itemId="45482" /> <!-- Fresh Catcatch -->
|
||||
<catch itemId="45483" /> <!-- Fresh Tuna -->
|
||||
<catch itemId="45484" /> <!-- Fresh Carp -->
|
||||
<catch itemId="45485" /> <!-- Fresh Whale -->
|
||||
<catch itemId="45487" /> <!-- Silver Treasure Chest -->
|
||||
<catch itemId="45488" /> <!-- Golden Treasure Chest -->
|
||||
</bait>
|
||||
<bait level="3" itemId="46084" chance="30"> <!-- Player Commendation Special Bait -->
|
||||
<catch itemId="46085" /> <!-- Treasure Map Piece - 1 -->
|
||||
<catch itemId="46086" /> <!-- Treasure Map Piece - 2 -->
|
||||
<catch itemId="46087" /> <!-- Treasure Map Piece - 3 -->
|
||||
<catch itemId="46088" /> <!-- Treasure Map Piece - 4 -->
|
||||
<catch itemId="46089" /> <!-- Treasure Map Piece - 5 -->
|
||||
</bait>
|
||||
</baits>
|
||||
</list>
|
||||
Reference in New Issue
Block a user