Changes

Jump to navigation Jump to search
770 bytes added ,  19:31, 1 January 2022
specific calculations for fish sizes added
Line 68: Line 68:     
Base fish quality is directly determined by fFishSize: if fFishSize < 0.33 then the quality is normal, otherwise if fFishSize < 0.66 then the quality is silver, otherwise the quality is gold. This quality can be improved by one grade with the [[Quality Bobber]]. It can also be improved by one grade with a perfect catch as long as the fish was at least silver quality initially. These boosts stack with the Quality Bobber boost being considered before the Perfect Catch boost. Note that since the maximum base fish quality is gold, the only way to get an iridium quality fish is by either getting a perfect catch or using the Quality Bobber. <ref name="fish_quality" />
 
Base fish quality is directly determined by fFishSize: if fFishSize < 0.33 then the quality is normal, otherwise if fFishSize < 0.66 then the quality is silver, otherwise the quality is gold. This quality can be improved by one grade with the [[Quality Bobber]]. It can also be improved by one grade with a perfect catch as long as the fish was at least silver quality initially. These boosts stack with the Quality Bobber boost being considered before the Perfect Catch boost. Note that since the maximum base fish quality is gold, the only way to get an iridium quality fish is by either getting a perfect catch or using the Quality Bobber. <ref name="fish_quality" />
 +
 +
The data for the minimum and maximum possible fish sizes can be found in <samp>Data\Fish.xnb</samp> for each fish. The final fish size is calculated by <samp>minFishSize + (maxFishSize - minFishSize) * fFishSize</samp>, rounded down. If the catch was perfect, this value increases by 1. If the catch was not perfect and the original calculation of the fish size was <samp>maxFishSize</samp>, this value decreases by 1. A consequence of this feature is that the maximum possible fish size observed in game is always 1 higher than the value for maxFishSize in <samp>Data\Fish.xnb</samp>. For Legendary Fish, due to the second adjustment for non-perfect catches, the minimum possible fish size will be 1 lower than the value for minFishSize in <samp>Data\Fish.xnb</samp>.
    
{|class="wikitable"
 
{|class="wikitable"
4,394

edits

Navigation menu