Changes

Jump to navigation Jump to search
m
Simplified Caldera fishing description to ignore edge cases surrounding Physics 101
Line 18: Line 18:  
In the Mines, the chances of hooking a Lava Eel depends on fishing level and equipment of the farmer, as well as the [[Fishing#Fishing Zone|fishing zone]] of the fished tile. The base chance of hooking a Lava Eel is 1.8%, which is increased by 0.32% per Fishing Level and 0.08% per fishing zone. This is increased by a further 4% if a [[Curiosity Lure]] is equipped, and by 8% if [[Targeted Bait|Lava Eel Bait]] is equipped.<ref name="mines_rates"/> For example, with a Fishing Level of 10 and in fishing zone 5, the chance of hooking a Lava Eel is 5.4%. This increases to 9.4% with a Curiosity Lure equipped, to 13.4% with Lava Eel Bait equipped, and to 17.4% with both a Curiosity Lure and Lava Eel Bait equipped.
 
In the Mines, the chances of hooking a Lava Eel depends on fishing level and equipment of the farmer, as well as the [[Fishing#Fishing Zone|fishing zone]] of the fished tile. The base chance of hooking a Lava Eel is 1.8%, which is increased by 0.32% per Fishing Level and 0.08% per fishing zone. This is increased by a further 4% if a [[Curiosity Lure]] is equipped, and by 8% if [[Targeted Bait|Lava Eel Bait]] is equipped.<ref name="mines_rates"/> For example, with a Fishing Level of 10 and in fishing zone 5, the chance of hooking a Lava Eel is 5.4%. This increases to 9.4% with a Curiosity Lure equipped, to 13.4% with Lava Eel Bait equipped, and to 17.4% with both a Curiosity Lure and Lava Eel Bait equipped.
   −
At the Volcano Caldera, a Lava Eel can only be hooked at [[Fishing#Fishing Skill|Fishing level 7]] or higher. Assuming that the [['Physics 101']] painting was not caught, there is a 10% chance to ''potentially'' hook a Lava Eel, multiplied by the fishing zone of the fished tile, for a maximum of 50% in fishing zone 5. If this first chance succeeds, there is then a 5% base chance to successfully hook the fish, increased by 2% per Fishing Level, and reduced by 0.5% if in fishing zone 1. If Lava Eel Bait is equipped, both chances are multiplied by 1.66, and if the first attempt to hook a Lava Eel fails, there is a 99.75% chance for a second attempt to hook it (100% if the 'Physics 101' painting was already caught).<ref name="TargetedBaitCaldera"/> Assuming that the 'Physics 101' painting has already been caught, with a Fishing Level of 10 and in fishing zone 5, the overall chance of hooking a Lava Eel is 12.5%. This increases to 57% with Lava Eel Bait equipped. To achieve the maximum possible bite chance, the farmer must have a Fishing Level of 19<ref name="maximum_rate"/> and Lava Eel Bait equipped, giving a 83.4% overall chance to hook a Lava Eel.<ref name="caldera_rates"/> A Curiosity Lure has no effect if the farmer has a Fishing Level of 10 or higher.<ref name="curiosity_maths"/>
+
At the Volcano Caldera, a Lava Eel can only be hooked at [[Fishing#Fishing Skill|Fishing level 7]] or higher. Assuming that the [['Physics 101']] painting has already been caught, there is a 10% chance to ''potentially'' hook a Lava Eel, multiplied by the fishing zone of the fished tile, for a maximum of 50% in fishing zone 5. If this first chance succeeds, there is then a 5% base chance to successfully hook the fish, increased by 2% per Fishing Level, and reduced by 0.5% if in fishing zone 1. If Lava Eel Bait is equipped, both chances are multiplied by 1.66, and if the first attempt to hook a Lava Eel fails, a second attempt will be made to hook it.<ref name="TargetedBaitCaldera"/> Assuming that the 'Physics 101' painting has already been caught, with a Fishing Level of 10 and in fishing zone 5, the overall chance of hooking a Lava Eel is 12.5%. This increases to 57% with Lava Eel Bait equipped, and further increases to a maximum of 83.4% if the farmer uses [[buffs]] to increase their Fishing Level to the maximum of 19.<ref name="maximum_rate"/><ref name="caldera_rates"/> A Curiosity Lure has no effect if the farmer has a Fishing Level of 10 or higher.<ref name="curiosity_maths"/>
    
Of the non-[[Fish#Legendary Fish|legendary fish]], it is the fish with the highest sell price and the second highest difficulty fish (after [[Octopus]], tied with the [[Scorpion Carp]]).
 
Of the non-[[Fish#Legendary Fish|legendary fish]], it is the fish with the highest sell price and the second highest difficulty fish (after [[Octopus]], tied with the [[Scorpion Carp]]).
Line 157: Line 157:  
<references>
 
<references>
 
     <ref name="mines_rates">See <samp>MineShaft::getFish</samp> in the game code. As the code used to fish in Level 100 of the Mines never invokes the default Fishing function, this means that Location and Fish data is unused, bypassing the requirement for Level 7 Fishing.</ref>
 
     <ref name="mines_rates">See <samp>MineShaft::getFish</samp> in the game code. As the code used to fish in Level 100 of the Mines never invokes the default Fishing function, this means that Location and Fish data is unused, bypassing the requirement for Level 7 Fishing.</ref>
     <ref name="TargetedBaitCaldera">Because of the tiny pool of items available from the Caldera (see <samp>Data/Locations.xnb</samp> in the game files), Lava Eel Bait almost always causes Lava Eel to be attempted twice. The only circumstance under which this does not happen is if 'Physics 101' passed its 5% Locational Chance check on both the first and second loop.</ref>
+
     <ref name="TargetedBaitCaldera">Because of the tiny pool of items available from the Caldera (see <samp>Data/Locations.xnb</samp> in the game files), Lava Eel Bait almost always causes Lava Eel to be attempted twice. The only circumstance under which this does not happen is if 'Physics 101' has not been caught yet, and passes its 5% Locational Chance check on both the first and second loop.</ref>
 
     <ref name="maximum_rate">Level 19 Fishing requires Qi-Seasoned Seafoam Pudding, a Master-enchanted Fishing Rod, and a Shrimp-based buff from the Chef at the Desert Festival.</ref>
 
     <ref name="maximum_rate">Level 19 Fishing requires Qi-Seasoned Seafoam Pudding, a Master-enchanted Fishing Rod, and a Shrimp-based buff from the Chef at the Desert Festival.</ref>
 
     <ref name="caldera_rates">See <samp>Data/Locations.xnb</samp> in the game files and <samp>SpawnFishData::GetChance</samp> in the game code for chance to attempt a Lava Eel hook, and <samp>Data/Fish.xnb</samp> in the game files and <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for the Spawn Rate calculation.</ref>
 
     <ref name="caldera_rates">See <samp>Data/Locations.xnb</samp> in the game files and <samp>SpawnFishData::GetChance</samp> in the game code for chance to attempt a Lava Eel hook, and <samp>Data/Fish.xnb</samp> in the game files and <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for the Spawn Rate calculation.</ref>
127

edits

Navigation menu