BlaDe

8 bytes added ,  18:48, 4 November 2021
m
Text replacement - "tt>" to "samp>"
Line 91: Line 91:  
* '''fFishSize''': the fractional fish size (range 0 to 1), which is the primary output of the game code equations.  fFishSize directly determines the fish quality, but is only one factor in the final fish size.
 
* '''fFishSize''': the fractional fish size (range 0 to 1), which is the primary output of the game code equations.  fFishSize directly determines the fish quality, but is only one factor in the final fish size.
 
** Actual fish size (for a perfect fish) will be: <pre>Size = fFishSize * (maxFishSize-minFishSize) + minFishSize + 1</pre>
 
** Actual fish size (for a perfect fish) will be: <pre>Size = fFishSize * (maxFishSize-minFishSize) + minFishSize + 1</pre>
:Where <tt>maxFishSize</tt> and <tt>minFishSize</tt> are the raw values from the game data files.
+
:Where <samp>maxFishSize</samp> and <samp>minFishSize</samp> are the raw values from the game data files.
    
Notes:
 
Notes:
106,449

edits