Changes

no edit summary
Line 17: Line 17:  
While fishing in most locations with this lure equipped, all fish bite chances are increased. Since all chances are increased with equal proportion to their existing bite chance, this ultimately results in trash showing up slightly less often. Note that this effect only refers to the calculation for determining which fish bites: this lure does not affect the time it takes before a fish will bite.<ref name="Global" />
 
While fishing in most locations with this lure equipped, all fish bite chances are increased. Since all chances are increased with equal proportion to their existing bite chance, this ultimately results in trash showing up slightly less often. Note that this effect only refers to the calculation for determining which fish bites: this lure does not affect the time it takes before a fish will bite.<ref name="Global" />
   −
There are three types of fish that are given separate increases and are not part of the global effect described above: [[Fish#Legendary Fish|Legendary fish]], the fish in [[the Mines]], and the [[Night Market#Fishing Submarine|Night Market fish]]. This is because the chances of hooking those fish are handled in the game code and not in the data provided by <samp>Data\Fish.xnb</samp>.
+
There are four types of fish that are given separate increases and are not part of the global effect described above: [[Fish#Legendary Fish|Legendary fish]], the fish in [[the Mines]], [[Night Market#Fishing Submarine|Night Market fish]], and Waterfalls fish. This is because the spawn requirements for these fish are ignored in <samp>Data\Locations.xnb</samp>, or in the case of the Mines fish, the chances of hooking those fish are handled in the game code.
    
==Specific Fish Affected by Type==
 
==Specific Fish Affected by Type==
As mentioned above, some fish are given separate bite rate increases not covered by the global effect, because they are handled directly in the game code. Assuming all requirements are met to hook it, the curiosity lure will improve the chance that the following fish will bite:
+
As mentioned above, some fish are given separate bite rate increases not covered by the global effect. Assuming all requirements are met to hook it, the curiosity lure will improve the chance that the following fish will bite:
    
'''Legendary fish'''
 
'''Legendary fish'''
*The chance of hooking a [[Crimsonfish]] increases to 25% from 18% when using a Curiosity Lure. This increase also applies to the [[Son of Crimsonfish]].<ref name="Beach" />
+
*The chance of hooking a [[Crimsonfish]] increases to 25% from 18% when using a Curiosity Lure. This increase also applies to the [[Son of Crimsonfish]].<ref name="Location" />
*The chance of hooking a [[Legend]] increases to 20% from 10% when using a Curiosity Lure. This increase also applies to the [[Legend II]].<ref name="Mountain" />
+
*The chance of hooking a [[Legend]] increases to 20% from 10% when using a Curiosity Lure. This increase also applies to the [[Legend II]].<ref name="Location" />
*The chance of hooking a [[Mutant Carp]] increases to 20% from 10% when using a Curiosity Lure. This increase also applies to the [[Radioactive Carp]].<ref name="Sewer" />
+
*The chance of hooking a [[Mutant Carp]] increases to 20% from 10% when using a Curiosity Lure. This increase also applies to the [[Radioactive Carp]].<ref name="Location" />
*The chance of hooking an [[Angler]] increases to 25% from 20% when using a Curiosity Lure. This increase also applies to the [[Ms. Angler]].<ref name="Town" />
+
*The chance of hooking an [[Angler]] increases to 25% from 20% when using a Curiosity Lure. This increase also applies to the [[Ms. Angler]].<ref name="Location" />
    
'''Fish in the Mines'''
 
'''Fish in the Mines'''
Line 32: Line 32:     
'''Night Market fish'''
 
'''Night Market fish'''
*The chances of hooking a specific fish in the submarine ride at the [[Night Market]], with and without a Curiosity Lure, can be found on the [[Night Market#Fishing Submarine|fishing submarine page]]. The chances of hooking a [[Spook Fish]], [[Blobfish]], [[Super Cucumber]], and a [[Pearl]] increase when using a Curiosity Lure. Consequently, the chances of hooking everything else decrease.<ref name="Submarine" />
+
*The chances of hooking a specific fish in the submarine ride at the [[Night Market]], with and without a Curiosity Lure, can be found on the [[Night Market#Fishing Submarine|fishing submarine page]]. The chances of hooking a [[Spook Fish]], [[Blobfish]], [[Super Cucumber]], and a [[Pearl]] increase when using a Curiosity Lure. Consequently, the chances of hooking everything else decrease.<ref name="Location" />
**The Curiosity Lure increases the chances of catching [[Fish#Night Market Fish|Night Market fish]] on [[The Beach]] with [[Magic Bait]] from 3.3% to 6.8%.<ref name="Beach" />
+
**The Curiosity Lure increases the chances of catching [[Fish#Night Market Fish|Night Market fish]] on [[The Beach]] with [[Magic Bait]] from 3.3% to 6.8%.<ref name="Location" />
 +
 
 +
'''Waterfall fish'''
 +
*When using a Curiosity Lure, the chance of hooking a Goby increases by a static 15%.<ref name="Location" />
    
==Fish Not Affected==
 
==Fish Not Affected==
 
In some cases, fish bite rates do not increase. This happens when the bite rate of the fish is handled in the game code and there is no code that suggests that there will be a higher bite rate with the lure.
 
In some cases, fish bite rates do not increase. This happens when the bite rate of the fish is handled in the game code and there is no code that suggests that there will be a higher bite rate with the lure.
   −
*The chances of hooking a [[Glacierfish]] or [[Glacierfish Jr.]] do not increase when using a Curiosity Lure, despite being listed among the [[Fish#Legendary Fish|Legendary fish]] and [[Fish#Legendary Fish II|Legendary fish II]] respectively.<ref name="Forest" />
+
*The chances of hooking a [[Glacierfish]] or [[Glacierfish Jr.]] do not increase when using a Curiosity Lure, despite being listed among the [[Fish#Legendary Fish|Legendary fish]] and [[Fish#Legendary Fish II|Legendary fish II]] respectively.<ref name="Location" />
*The chances of hooking an [[Octopus]] do not increase when using a Curiosity Lure in the submarine ride at the [[Night Market]], even though it's the fish with the lowest bite rate. With a Curiosity Lure equipped, the chance of hooking it decreases from 2.2% to 1.6%.<ref name="Submarine" />
+
*The chances of hooking an [[Octopus]] do not increase when using a Curiosity Lure in the submarine ride at the [[Night Market]], even though it's the fish with the lowest bite rate. With a Curiosity Lure equipped, the chance of hooking it decreases from 2.2% to 1.6%.<ref name="Location" />
*The chances of hooking a [[Lava Eel]] does not increase at the [[Forge|Volcano Caldera]] when using a Curiosity Lure.<ref name="MineShaft" /><ref name="Forge" />
      
==Gifting==
 
==Gifting==
Line 56: Line 58:  
<references>
 
<references>
 
     <ref name="Global">See <samp>GameLocation::getFish</samp> in the game code. This reduction in trash rate is due to a global increase in each fish's bite chance (with trash being the default case when no fish bite).</ref>
 
     <ref name="Global">See <samp>GameLocation::getFish</samp> in the game code. This reduction in trash rate is due to a global increase in each fish's bite chance (with trash being the default case when no fish bite).</ref>
     <ref name="Beach">See <samp>Beach::getFish</samp> in the game code.</ref>
+
     <ref name="Location">See <samp>Data\Locations.xnb</samp> in the game files.</ref>
 
     <ref name="MineShaft">See <samp>MineShaft::getFish</samp> in the game code.</ref>
 
     <ref name="MineShaft">See <samp>MineShaft::getFish</samp> in the game code.</ref>
    <ref name="Mountain">See <samp>Mountain::getFish</samp> in the game code.</ref>
  −
    <ref name="Sewer">See <samp>Sewer::getFish</samp> in the game code.</ref>
  −
    <ref name="Submarine">See <samp>Submarine::getFish</samp> in the game code.</ref>
  −
    <ref name="Town">See <samp>Town::getFish</samp> in the game code.</ref>
  −
    <ref name="Forest">See <samp>Forest::getFish</samp> in the game code.</ref>
  −
    <ref name="Forge">See <samp>Caldera::getFish</samp> in the game code.</ref>
   
</references>
 
</references>
    
==History==
 
==History==
 
{{History|1.5|Introduced.}}
 
{{History|1.5|Introduced.}}
 +
{{History|1.6|Now affects the chances of hooking a [[Goby]].}}
    
{{NavboxEquipment}}
 
{{NavboxEquipment}}
4,182

edits