Changes

Jump to navigation Jump to search
m
Fixed bad reference
Line 157: Line 157:  
     <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="caldera_rates">See <samp>Data/Locations.xnb</samp> in the game data for chance to attempt a Lava Eel hook, and <samp>Data/Fish.xnb</samp> in the game data and <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for chance of successfully hooking the Lava Eel if attempted.</ref>
 
     <ref name="caldera_rates">See <samp>Data/Locations.xnb</samp> in the game data for chance to attempt a Lava Eel hook, and <samp>Data/Fish.xnb</samp> in the game data and <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for chance of successfully hooking the Lava Eel if attempted.</ref>
     <ref name="curiosity_maths">See <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for impact of Curiosity Lure on hook chances if the Location data does not provide a curiosity lure buff, as in this instance. The catch rate, after skill and fishing zone modifiers, but before targeted bait or Daily Luck modifiers, is modified by the following formula: <samp>P=(0.68*P+0.17)/2</samp>. Given the minimum Fishing Level of 7, the lowest possible catch chance at this point is 0.19, which results in a modified catch chance of 0.1496. With higher fishing level, this number is further reduced.
+
     <ref name="curiosity_maths">See <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for impact of Curiosity Lure on hook chances if the Location data does not provide a curiosity lure buff, as in this instance. The catch rate, after skill and fishing zone modifiers, but before targeted bait or Daily Luck modifiers, is modified by the following formula: <samp>P=(0.68*P+0.17)/2</samp>. Given the minimum Fishing Level of 7, the lowest possible catch chance at this point is 0.19, which results in a modified catch chance of 0.1496. With higher fishing level, this number is further reduced.</ref>
 
</references>
 
</references>
  
127

edits

Navigation menu