Changes

Jump to navigation Jump to search
8 bytes added ,  18:48, 4 November 2021
m
Text replacement - "tt>" to "samp>"
Line 167: Line 167:  
==References==
 
==References==
 
<references>
 
<references>
<ref name="crabpot_chance">Crab pot contents are determined by <tt>CrabPot::DayUpdate</tt>.  For mariners, there is no chance of junk, and all creatures are equally likely.  For non-mariners, there is a 20% chance of junk, then each creature is checked sequentially using the chances specified in <tt>Fish.xnb</tt>. One result of this algorithm is that the actual chance of finding a given creature is smaller than the value in the input file, because it can only be found if junk items and all previous creatures failed their tests. If no creature is found, the code falls back to trash; this adds 18% more chance of trash (for both ocean and freshwater crab pots).</ref>
+
<ref name="crabpot_chance">Crab pot contents are determined by <samp>CrabPot::DayUpdate</samp>.  For mariners, there is no chance of junk, and all creatures are equally likely.  For non-mariners, there is a 20% chance of junk, then each creature is checked sequentially using the chances specified in <samp>Fish.xnb</samp>. One result of this algorithm is that the actual chance of finding a given creature is smaller than the value in the input file, because it can only be found if junk items and all previous creatures failed their tests. If no creature is found, the code falls back to trash; this adds 18% more chance of trash (for both ocean and freshwater crab pots).</ref>
 
<ref name="not_a_fish">[[Clam]]s are not categorized as Fish by the game. Therefore they cannot be used in Fish recipes, do not benefit from Fishing price bonuses, and do not count towards the four Fishing achievements.</ref>
 
<ref name="not_a_fish">[[Clam]]s are not categorized as Fish by the game. Therefore they cannot be used in Fish recipes, do not benefit from Fishing price bonuses, and do not count towards the four Fishing achievements.</ref>
 
<ref name="goldperday">See the calculations on the [[Talk:Crab Pot#Gold per day|talk page]].</ref>
 
<ref name="goldperday">See the calculations on the [[Talk:Crab Pot#Gold per day|talk page]].</ref>
106,656

edits

Navigation menu