Classic 1.0 branch.

This commit is contained in:
MobiusDevelopment
2022-08-04 21:54:11 +00:00
parent bd93e48117
commit 52e8993c69
11301 changed files with 1417771 additions and 0 deletions

View 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 modification rate -->
<spRate min="0.033" max="0.033" /> <!-- SP modification 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>