Classic Interlude branch.
This commit is contained in:
24
L2J_Mobius_Classic_Interlude/dist/game/data/Fishing.xml
vendored
Normal file
24
L2J_Mobius_Classic_Interlude/dist/game/data/Fishing.xml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./xsd/Fishing.xsd">
|
||||
<baitDistance min="90" max="250" />
|
||||
<xpRate min="0.033" max="0.033" /> <!-- XP modifiction rate -->
|
||||
<spRate min="0.033" max="0.033" /> <!-- SP modifiction rate -->
|
||||
<baits>
|
||||
<!-- Common Bait -->
|
||||
<bait itemId="45495" level="1" minPlayerLevel="20" chance="64" timeMin="45000" timeMax="45000" waitMin="15000" waitMax="15000"> <!-- Normal Bait -->
|
||||
<catch itemId="45473" chance="65" multiplier="1" /> <!-- Blue Mackerel -->
|
||||
<catch itemId="45481" chance="34" multiplier="1" /> <!-- Fresh Blue Mackerel -->
|
||||
<catch itemId="45488" chance="1" multiplier="1" /> <!-- Golden Treasure Chest -->
|
||||
</bait>
|
||||
<!-- Event Bait -->
|
||||
<bait itemId="49508" level="1" minPlayerLevel="20" chance="64" timeMin="45000" timeMax="45000" waitMin="15000" waitMax="15000"> <!-- Normal Bait -->
|
||||
<catch itemId="45473" chance="65" multiplier="1" /> <!-- Blue Mackerel -->
|
||||
<catch itemId="45481" chance="34" multiplier="1" /> <!-- Fresh Blue Mackerel -->
|
||||
<catch itemId="45488" chance="1" multiplier="1" /> <!-- Golden Treasure Chest -->
|
||||
</bait>
|
||||
</baits>
|
||||
<rods>
|
||||
<rod itemId="45492" /> <!-- Normal Fishing Rod - 1-day -->
|
||||
<rod itemId="49506" /> <!-- Normal Fishing Rod - 10-day -->
|
||||
</rods>
|
||||
</list>
|
||||
Reference in New Issue
Block a user