Fishing bait rework.

This commit is contained in:
MobiusDev
2017-04-23 14:19:23 +00:00
parent 1610d0f443
commit 0c55e7e142
10 changed files with 198 additions and 244 deletions

View File

@@ -1,13 +1,10 @@
<?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 -->
<bait itemId="45495" level="1" minPlayerLevel="85" chance="64" timeMin="45000" timeMax="45000" waitMin="15000" waitMax="15000"> <!-- Normal Bait -->
<catch itemId="45473" /> <!-- Fresh Blue Mackerel -->
<catch itemId="45474" /> <!-- Fresh Minnow -->
<catch itemId="45475" /> <!-- Fresh Flatcatch -->
@@ -18,7 +15,7 @@
<catch itemId="45480" /> <!-- Fresh Eel -->
<catch itemId="45486" /> <!-- Wooden Treasure Chest -->
</bait>
<bait level="2" itemId="45496" chance="64"> <!-- Special Bait -->
<bait itemId="45496" level="2" minPlayerLevel="85" chance="64" timeMin="45000" timeMax="45000" waitMin="15000" waitMax="15000"> <!-- Special Bait -->
<catch itemId="45481" /> <!-- Fresh Marlin -->
<catch itemId="45482" /> <!-- Fresh Catcatch -->
<catch itemId="45483" /> <!-- Fresh Tuna -->
@@ -27,7 +24,7 @@
<catch itemId="45487" /> <!-- Silver Treasure Chest -->
<catch itemId="45488" /> <!-- Golden Treasure Chest -->
</bait>
<bait level="3" itemId="46084" chance="30"> <!-- Player Commendation Special Bait -->
<bait itemId="46084" level="3" minPlayerLevel="85" chance="30" timeMin="45000" timeMax="45000" waitMin="15000" waitMax="15000"> <!-- 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 -->