Files
MobiusDevelopment c4a63db70f Fishing rework and additions.
Contributed by CostyKiller.
2021-12-16 00:00:46 +00:00

41 lines
2.7 KiB
XML

<?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="1" max="1" /> <!-- XP modification rate -->
<spRate min="1" max="1" /> <!-- SP modification rate -->
<baits>
<bait itemId="47547" minPlayerLevel="85" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait -->
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
<catch itemId="47553" chance="2" multiplier="1" /> <!-- Blueish Box -->
</bait>
<bait itemId="47548" minPlayerLevel="99" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait(R99) -->
<catch itemId="47550" chance="70" multiplier="1476" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1804" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1968" /> <!-- Powerful Fish -->
<catch itemId="47554" chance="2" multiplier="1" /> <!-- Reddish Box -->
</bait>
<bait itemId="47549" minPlayerLevel="85" chance="40" timeMin="105000" waitMin="15000"> <!-- PA Bait -->
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
<catch itemId="47555" chance="2" multiplier="1" /> <!-- Purplish Box -->
</bait>
</baits>
<rods>
<rod itemId="45492" /> <!-- Normal Fishing Rod - 30-day -->
<rod itemId="45494" /> <!-- Sturdy Fishing Rod -->
<rod itemId="46738" /> <!-- Practice Fishing Rod -->
<rod itemId="46740" /> <!-- Reward Fishing Rod - 7-day -->
<rod itemId="27632" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod -->
<rod itemId="27633" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 1-day -->
<rod itemId="27635" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 7-day -->
<rod itemId="27637" reduceFishingTime="95000" xpMultiplier="1.5" spMultiplier="1.5" /> <!-- Fancy Fishing Rod - 30-day -->
<rod itemId="47557" reduceFishingTime="10000" /> <!-- Master Fishing Rod - Stage 1 -->
<rod itemId="47558" reduceFishingTime="15000" /> <!-- Master Fishing Rod - Stage 2 -->
<rod itemId="47559" reduceFishingTime="20000" /> <!-- Master Fishing Rod - Stage 3 -->
<rod itemId="47560" reduceFishingTime="25000" /> <!-- Master Fishing Rod - Stage 4 -->
<rod itemId="47561" reduceFishingTime="30000" /> <!-- Master Fishing Rod - Stage 5 -->
</rods>
</list>