Changes

no edit summary
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, which is a 0.25% chance overall.</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="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> and <samp>StardewValley.Gamedata/Locations/SpawnFishData::GetChance</samp> in the game files 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>
 
     <ref name="curiosity_maths">See <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for impact of Curiosity Lure on hook chances. At level 10 Fishing, the catch chance at this point in the procedure is 0.25, which means the Curiosity Lure will have no effect.</ref>
 
     <ref name="curiosity_maths">See <samp>GameLocation::CheckGenericFishRequirements</samp> in the game code for impact of Curiosity Lure on hook chances. At level 10 Fishing, the catch chance at this point in the procedure is 0.25, which means the Curiosity Lure will have no effect.</ref>
 
</references>
 
</references>
4,252

edits