Changes

Jump to navigation Jump to search
138 bytes added ,  13:07, 12 January 2022
revised % estimates
Line 55: Line 55:  
|data-sort-value="120"|{{price|120}}
 
|data-sort-value="120"|{{price|120}}
 
|14%
 
|14%
|3%
+
|4%
 
|{{name|Lobster Bisque}}<p class="no-wrap">[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}{{Name|Quests Icon|link=Quests#Wanted Lobster{{!}}"Wanted Lobster" Quest|size=28}}{{NPC|Elliott|Loved Gift}}
 
|{{name|Lobster Bisque}}<p class="no-wrap">[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}{{Name|Quests Icon|link=Quests#Wanted Lobster{{!}}"Wanted Lobster" Quest|size=28}}{{NPC|Elliott|Loved Gift}}
 
|-
 
|-
Line 63: Line 63:  
|data-sort-value="050"|{{price|50}}
 
|data-sort-value="050"|{{price|50}}
 
|14%
 
|14%
|12%
+
|9%
 
|{{name|Chowder}}{{name|Speed-Gro}}<p>{{Bundle|Crab Pot}}</p>
 
|{{name|Chowder}}{{name|Speed-Gro}}<p>{{Bundle|Crab Pot}}</p>
 
|-
 
|-
Line 71: Line 71:  
|data-sort-value="100"|{{price|100}}
 
|data-sort-value="100"|{{price|100}}
 
|14%
 
|14%
|6%
+
|8%
 
|{{name|Crab Cakes}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|{{name|Crab Cakes}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|-
 
|-
Line 79: Line 79:  
|data-sort-value="050"|{{price|50}}
 
|data-sort-value="050"|{{price|50}}
 
|14%
 
|14%
|17%
+
|12%
 
|<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|-
 
|-
Line 87: Line 87:  
|data-sort-value="030"|{{price|30}}
 
|data-sort-value="030"|{{price|30}}
 
|14%
 
|14%
|14%
+
|10%
 
|{{name|Fish Stew}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|{{name|Fish Stew}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|-
 
|-
Line 95: Line 95:  
|data-sort-value="060"|{{price|60}}
 
|data-sort-value="060"|{{price|60}}
 
|14%
 
|14%
|5%
+
|10%
 
|{{name|Tom Kha Soup}}{{name|Shrimp Cocktail}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|{{name|Tom Kha Soup}}{{name|Shrimp Cocktail}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|-
 
|-
Line 103: Line 103:  
|data-sort-value="040"|{{price|40}}
 
|data-sort-value="040"|{{price|40}}
 
|14%
 
|14%
|3%
+
|10%
 
|<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|}
 
|}
Line 128: Line 128:  
|data-sort-value="075"|{{price|75}}
 
|data-sort-value="075"|{{price|75}}
 
|33%
 
|33%
|28%
+
|21%
 
|{{name|Fish Stew}}<p class="no-wrap">[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|{{name|Fish Stew}}<p class="no-wrap">[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}
 
|-
 
|-
Line 136: Line 136:  
|data-sort-value="065"|{{price|65}}
 
|data-sort-value="065"|{{price|65}}
 
|33%
 
|33%
|13%
+
|20%
 
|{{name|Escargot}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}{{NPC|Vincent|loved Gift}}
 
|{{name|Escargot}}<p>[[File:Fish.png|24px]] [[Fish#Recipes|"Any fish" Recipes]]</p>{{Bundle|Crab Pot}}{{NPC|Vincent|loved Gift}}
 
|-
 
|-
Line 167: Line 167:  
==References==
 
==References==
 
<references>
 
<references>
<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="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).  Note that the order in which catches are checked is not the same as the order in the Data\Fish table (see Discussion for more details).</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>
5

edits

Navigation menu