Changes

Jump to navigation Jump to search
4,740 bytes added ,  19:11, 31 October 2020
replace Produce table with proposed summary version
Line 457: Line 457:  
Fish ponds may produce items in the chum bucket daily, with items being more likely at higher fish populations.  The most common item is [[Roe]], but at high populations, some fish can produce rare or valuable items.  
 
Fish ponds may produce items in the chum bucket daily, with items being more likely at higher fish populations.  The most common item is [[Roe]], but at high populations, some fish can produce rare or valuable items.  
   −
The basic chance that an item is possible ranges from 23% to 95% (<code>15 + 8 &times; population of pond</code>). Empty ponds never produce items. The game then selects which item will appear, based on the fish species and population. The item-selection can produce no item (especially at low populations), meaning that the actual item chance may be much lower than the base 23-95% value.
+
Any produced items are collected by clicking on the fish pond. Uncollected items only persist to the next day if new items are not produced; otherwise the new items replace the uncollected items. Collecting an item grants [[Fishing]] XP according to <code>XP = 10  + (0.4 &times; the sell price of the item)</code>
   −
Any items are collected by clicking on the fish pond. Uncollected items only persist to the next day if new items are not produced; otherwise the new items replace the uncollected items. Collecting an item grants [[Fishing]] XP according to <code>XP = 10  + (0.4 &times; the sell price of the item)</code>
+
The base chance that an item is possible ranges from 23% to 95% (<code>base_chance = 15 + 8 &times; population of pond</code>). Empty ponds never produce items. The game then selects which item will appear, based on the fish species and population. The item-selection can produce no item (especially at low populations), meaning that the overall daily item chance may be much lower than the base 23-95% value.
   −
The table below shows all possible fish pond products, along with the raw percentages used during the item selection process, as taken from the [[Modding:Fish Pond data|underlying data file]]. If an item is possible (based on the first 23-95% test), the game code processes the entries in order from top to bottom, testing each entry that is valid for the current pond population. The first item that passes the random number check is producedIf all entries fail, no item is produced.  
+
The table below shows all possible fish pond products, along with the required fish pond population for the item to be possible. The column "% of Items" provides each item's chance as a fraction of all items produced by the pond<ref name="item_chance"/>. The column "Overall Daily Chance" is the chance of the item appearing on a given day, obtained by multiplying the base chance (23-95%) by the "% of Items".  Both chances may vary depending upon the fish pond population, as may the possible counts of a given item.  More details on all item chances are provided on each individual fish page.
    
{|class="wikitable sortable"
 
{|class="wikitable sortable"
 
|-
 
|-
 
!Fish
 
!Fish
!Population
   
!Item(s) Produced
 
!Item(s) Produced
!% Chance
+
!Required Population
!Order of Check
+
!% of Items
 +
!data-sort-type="number"|Overall Daily Chance
 
|-
 
|-
|rowspan="4"|[[Squid]]
+
| [[Squid]]
|7+
+
|data-sort-value="Squid Ink"| 1 [[Squid Ink]]
|1 [[Squid Ink]]
+
| 1
|100%
+
|data-sort-value="25"| 25-100%
|1
+
|data-sort-value="6"| 6-95%
 
|-
 
|-
|5+
+
| [[Midnight Squid]]
|1 [[Squid Ink]]
+
|data-sort-value="Squid Ink"| 1-2 [[Squid Ink]]
|60%
+
| 1
|2
+
|data-sort-value="20"| 20-97%
 +
|data-sort-value="5"| 5-92%
 
|-
 
|-
|3+
+
| [[Carp]]<br/>[[Herring]]
|1 [[Squid Ink]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|45%
+
| 1
|3
+
| 100%
 +
|data-sort-value="23"| 23-95%
 
|-
 
|-
|1+
+
|rowspan="2"| [[Sunfish]]
|1 [[Squid Ink]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|25%
+
| 1
|4
+
|data-sort-value="83"| 83-90%
 +
|data-sort-value="21"| 21-79%
 
|-
 
|-
|rowspan="5"|[[Midnight Squid]]
+
|data-sort-value="Solar Essence"| 1 [[Solar Essence]]
|10
+
| 10
|2 [[Squid Ink]]
+
| 8%
|25%
+
| 8%
|1
   
|-
 
|-
|7+
+
|rowspan="3"| [[Blobfish]]
|1 [[Squid Ink]]
+
|data-sort-value="Roe"| 1-2 [[Roe]]
|80%
+
| 1
|2
+
|data-sort-value="90"| 90-100%
 +
|data-sort-value="21"| 21-91%
 
|-
 
|-
|5+
+
|data-sort-value="Pearl"| 1 [[Pearl]]
|1 [[Squid Ink]]
+
| 9
|60%
+
| 2%
|3
+
|data-sort-value="1.7"| 1.7-1.9%
 
|-
 
|-
|3+
+
|data-sort-value="Warp Totem: Farm"| 5 [[Warp Totem: Farm]]
|1 [[Squid Ink]]
+
| 9
|45%
+
| 2%
|4
+
|data-sort-value="1.7"| 1.7-1.9%
 
|-
 
|-
|1+
+
|rowspan="4"| [[Lava Eel]]
|1 [[Squid Ink]]
+
|data-sort-value="Roe"| 1-3 [[Roe]]
|20%
+
| 1
|5
+
|data-sort-value="72"| 72-90%
 +
|data-sort-value="18"| 18-79%
 
|-
 
|-
|[[Carp]]<br/>[[Herring]]
+
|data-sort-value="Gold Ore"| 5 [[Gold Ore]]
|1+
+
| 3
|1 [[Roe]]
+
|data-sort-value="7"| 7-10%
|100%
+
|data-sort-value="4"| 4-8%
|1
   
|-
 
|-
|rowspan="2"|[[Sunfish]]
+
|data-sort-value="Spicy Eel"| 5 [[Spicy Eel]]
|10
+
| 9
|1 [[Solar Essence]]
+
| 4%
|8%
+
|data-sort-value="3"| 3-4%
|1
   
|-
 
|-
|1+
+
|data-sort-value="Magma Geode"| 5-10 [[Magma Geode]]
|1 [[Roe]]
+
| 9
|90%
+
|data-sort-value="2"| 2-5%
|2
+
|data-sort-value="1.7"| 1.7-5%
 
|-
 
|-
|rowspan="4"|[[Blobfish]]
+
|rowspan="6"| [[Woodskip]]
|9+
+
|data-sort-value="Roe"| 1 [[Roe]]
|1 [[Pearl]]
+
| 1
|2%
+
|data-sort-value="47"| 47-66%
|1
+
|data-sort-value="15"| 15-45%
 
|-
 
|-
|9+
+
|data-sort-value="Wood"| 1-10 [[Wood]]
|5 [[Warp Totem: Farm]]
+
| 1
|2%
+
|data-sort-value="20"| 20-27%
|2
+
|data-sort-value="5"| 5-22%
 
|-
 
|-
|6+
+
|data-sort-value="Hardwood"| 5 [[Hardwood]]
|1-2 [[Roe]]
+
| 6
|100%
+
|data-sort-value="8"| 8-10%
|3
+
|data-sort-value="6"| 6-7%
 
|-
 
|-
|1+
+
|data-sort-value="Acorn"| 1-5 [[Acorn]]
|1 [[Roe]]
+
| 9
|90%
+
| 5%
|4
+
|data-sort-value="4"| 4-5%
 
|-
 
|-
|rowspan="8"|[[Lava Eel]]
+
|data-sort-value="Maple Seed"| 1-5 [[Maple Seed]]
|10
+
| 9
|10 [[Magma Geode]]
+
| 5%
|3.3%
+
|data-sort-value="4"| 4-5%
|1
   
|-
 
|-
|9+
+
|data-sort-value="Pine Cone"| 1-5 [[Pine Cone]]
|5 [[Magma Geode]]
+
| 9
|2%
+
| 5%
|2
+
| 4%
 
|-
 
|-
|9+
+
| [[Tiger Trout]]
|5 [[Spicy Eel]]
+
|data-sort-value="Roe"| 1-2 [[Roe]]
|4%
+
| 1
|3
+
| 100%
 +
|data-sort-value="23"| 23-95%
 
|-
 
|-
|9+
+
|rowspan="2"| [[Sandfish]]<br/>[[Scorpion Carp]]
|3 [[Roe]]
+
|data-sort-value="Roe"| 1-3 [[Roe]]
|3.3%
+
| 1
|4
+
|data-sort-value="75"| 75-88%
 +
|data-sort-value="17"| 17-82%
 
|-
 
|-
|9+
+
|data-sort-value="Cactus Seeds"| 2-5 [[Cactus Seeds]]
|2 [[Roe]]
+
| 10
|15%
+
| 5%
|5
+
| 5%
 
|-
 
|-
|3+
+
|rowspan="3"| [[Void Salmon]]
|5 [[Gold Ore]]
+
|data-sort-value="Roe"| 1-3 [[Roe]]
|10%
+
| 1
|6
+
|data-sort-value="87"| 87-100%
 +
|data-sort-value="23"| 23-83%
 
|-
 
|-
|6+
+
|data-sort-value="Void Essence"| 5-10 [[Void Essence]]
|1 [[Roe]]
+
| 8
|100%
+
| 8%
|7
+
|data-sort-value="6"| 6-7%
 
|-
 
|-
|1+
+
|data-sort-value="Void Egg"| 1 [[Void Egg]]
|1 [[Roe]]
+
| 9
|80%
+
| 5%
|8
+
|data-sort-value="4"| 4-5%
 
|-
 
|-
|rowspan="7"|[[Woodskip]]
+
|rowspan="4"| [[Slimejack]]
|9+
+
|data-sort-value="Roe"| 1 [[Roe]]
|1-5 [[Acorn]]
+
| 1
|5%
+
|data-sort-value="46"| 46-80%
|1
+
|data-sort-value="18"| 18-57%
 
|-
 
|-
|9+
+
|data-sort-value="Green Algae"| 1 [[Green Algae]]
|1-5 [[Maple Seed]]
+
| 3
|5%
+
|data-sort-value="6"| 6-10%
|2
+
|data-sort-value="4"| 4-8%
 
|-
 
|-
|9+
+
|data-sort-value="Slime"| 10-50 [[Slime]]
|1-5 [[Pine Cone]]
+
| 9
|5%
+
| 34%
|3
+
|data-sort-value="30"| 30-32%
 
|-
 
|-
|8+
+
|data-sort-value="Green Slime Egg"| 1 [[Green Slime Egg]]
|5-10 [[Wood]]
+
| 9
|8%
+
| 2%
|4
+
|data-sort-value="1.7"| 1.7-1.9%
 
|-
 
|-
|6+
+
|rowspan="5"| [[Stonefish]]
|5 [[Hardwood]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|10%
+
| 1
|5
+
|data-sort-value="23"| 23-43%
 +
|data-sort-value="6"| 6-41%
 
|-
 
|-
|1+
+
|data-sort-value="Copper Ore"| 5 [[Copper Ore]]
|1 [[Roe]]
+
| 3
|66%
+
|data-sort-value="8"| 8-10%
|6
+
|data-sort-value="4"| 4-8%
 
|-
 
|-
|1+
+
|data-sort-value="Geode"| 1-5 [[Geode]]
|1-5 [[Wood]]
+
| 9
|66%
+
| 16%
|7
+
|data-sort-value="14"| 14-15%
 
|-
 
|-
|rowspan="3"|[[Tiger Trout]]
+
|data-sort-value="Stone"| 30 [[Stone]]
|10
+
| 9
|2 [[Roe]]
+
| 7%
|80%
+
|data-sort-value="6"| 6-7%
|1
   
|-
 
|-
|5+
+
|data-sort-value="Diamond"| 1 [[Diamond]]
|2 [[Roe]]
+
| 9
|40%
+
| 0.8%
|2
+
| 0.7%
 
|-
 
|-
|1+
+
|rowspan="5"| [[Ice Pip]]
|1 [[Roe]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|100%
+
| 1
|3
+
|data-sort-value="23"| 23-43%
 +
|data-sort-value="6"| 6-41%
 
|-
 
|-
|rowspan="4"|[[Sandfish]]<br/>[[Scorpion Carp]]
+
|data-sort-value="Iron Ore"| 5 [[Iron Ore]]
|10
+
| 3
|2-5 [[Cactus Seeds]]
+
|data-sort-value="8"| 8-10%
|5%
+
|data-sort-value="4"| 4-8%
|1
   
|-
 
|-
|10
+
|data-sort-value="Frozen Geode"| 1-5 [[Frozen Geode]]
|3 [[Roe]]
+
| 9
|25%
+
| 16%
|2
+
|data-sort-value="14"| 14-15%
 
|-
 
|-
|8+
+
|data-sort-value="Frozen Tear"| 5 [[Frozen Tear]]
|2 [[Roe]]
+
| 9
|50%
+
| 7%
|3
+
|data-sort-value="6"| 6-7%
 
|-
 
|-
|1+
+
|data-sort-value="Diamond"| 1 [[Diamond]]
|1 [[Roe]]
+
| 9
|75%
+
| 0.8%
|4
+
| 0.7%
 
|-
 
|-
|rowspan="4"|[[Void Salmon]]
+
|rowspan="5"| [[Ghostfish]]
|9+
+
|data-sort-value="Roe"| 1 [[Roe]]
|1 [[Void Egg]]
+
| 1
|5%
+
|data-sort-value="72"| 72-100%
|1
+
|data-sort-value="23"| 23-73%
 
|-
 
|-
|8+
+
|data-sort-value="Quartz"| 1-3 [[Quartz]]
|5-10 [[Void Essence]]
+
| 3
|8%
+
|data-sort-value="8"| 8-17%
|2
+
|data-sort-value="3"| 3-17%
 
|-
 
|-
|9+
+
|data-sort-value="White Algae"| 5 [[White Algae]]
|1-3 [[Roe]]
+
| 9
|83%
+
| 5%
|3
+
|data-sort-value="4"| 4-5%
 
|-
 
|-
|1+
+
|data-sort-value="Refined Quartz"| 1 [[Refined Quartz]]
|1 [[Roe]]
+
| 9
|100%
+
| 4%
|4
+
| 4%
 
|-
 
|-
|rowspan="6"|[[Slimejack]]
+
|data-sort-value="Pale Broth"| 3 [[Pale Broth]]
|9+
+
| 9
|1 [[Slime Egg|Green Slime Egg]]
+
| 1.9%
|2%
+
|data-sort-value="1.7"| 1.7-1.8%
|1
   
|-
 
|-
|9+
+
| [[Sturgeon]]
|50 [[Slime]]
+
|data-sort-value="Roe"| 1-2 [[Roe]]
|7.5%
+
| 1
|2
+
|data-sort-value="20"| 20-100%
 +
|data-sort-value="5"| 5-95%
 
|-
 
|-
|9+
+
|rowspan="3"| [[Super Cucumber]]
|30 [[Slime]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|12%
+
| 1
|3
+
|data-sort-value="90"| 90-100%
 +
|data-sort-value="23"| 23-86%
 
|-
 
|-
|9+
+
|data-sort-value="Iridium Ore"| 1-3 [[Iridium Ore]]
|10 [[Slime]]
+
| 9
|20%
+
| 5%
|4
+
|data-sort-value="4"| 4-5%
 
|-
 
|-
|3+
+
|data-sort-value="Amethyst"| 1-3 [[Amethyst]]
|1 [[Green Algae]]
+
| 9
|10%
+
| 5%
|5
+
|data-sort-value="4"| 4-5%
 
|-
 
|-
|1+
+
|rowspan="2"| [[Octopus]]
|1 [[Roe]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|80%
+
| 1
|6
+
|data-sort-value="83"| 83-100%
 +
|data-sort-value="23"| 23-79%
 
|-
 
|-
|rowspan="7"|[[Stonefish]]
+
|data-sort-value="Omni Geode"| 1-10 [[Omni Geode]]
|9+
+
| 9
|5 [[Geode]]
+
| 17%
|5%
+
|data-sort-value="15"| 15-16%
|1
   
|-
 
|-
|9+
+
|rowspan="3"| [[Rainbow Trout]]
|30 [[Stone]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|7.5%
+
| 1
|2
+
|data-sort-value="98"| 98-100%
 +
|data-sort-value="23"| 23-93%
 
|-
 
|-
|9+
+
|data-sort-value="Rainbow Shell"| 1 [[Rainbow Shell]]
|1 [[Geode]]
+
| 9
|12%
+
| 2%
|3
+
|data-sort-value="1.7"| 1.7-1.9%
 
|-
 
|-
|9+
+
|data-sort-value="Prismatic Shard"| 1 [[Prismatic Shard]]
|1 [[Diamond]]
+
| 9
|1%
+
| 0.1%
|4
+
| 0.09%
 
|-
 
|-
|3+
+
|rowspan="2"| [[Spook Fish]]
|5 [[Copper Ore]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|10%
+
| 1
|5
+
| 100%
 +
|data-sort-value="23"| 23-95%
 
|-
 
|-
|9+
+
|data-sort-value="Treasure Chest"| 1 [[Treasure Chest]]
|1 [[Roe]]
+
| 9
|50%
+
| 0.3%
|6
+
| 0.3%
 
|-
 
|-
|1+
+
| [[Catfish]]
|1 [[Roe]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|25%
+
| 1
|7
+
| 100%
 +
|data-sort-value="23"| 23-95%
 
|-
 
|-
|rowspan="7"|[[Ice Pip]]
+
|rowspan="2"| [[Dorado]]<br/>[[Lingcod]]<br/>[[Pike]]
|9+
+
|data-sort-value="Roe"| 1 [[Roe]]
|5 [[Frozen Geode]]
+
| 1
|5%
+
|data-sort-value="95"| 95-100%
|1
+
|data-sort-value="23"| 23-90%
 
|-
 
|-
|9+
+
|data-sort-value="Bug Meat"| 20 [[Bug Meat]]
|5 [[Frozen Tear]]
+
| 9
|7.5%
+
| 5%
|2
+
|data-sort-value="4"| 4-5%
 
|-
 
|-
|9+
+
|rowspan="2"| [[Coral]]
|1 [[Frozen Geode]]
+
|data-sort-value="Dolomite"| 1 [[Dolomite]]
|12%
+
| 9
|3
+
| 6%
 +
|data-sort-value="5"| 5-6%
 
|-
 
|-
|9+
+
|data-sort-value="Limestone"| 1 [[Limestone]]
|1 [[Diamond]]
+
| 9
|1%
+
| 6%
|4
+
| 5%
 
|-
 
|-
|3+
+
| [[Sea Urchin]]
|5 [[Iron Ore]]
+
|data-sort-value="Roe"| 1-5 [[Roe]]
|10%
+
| 1
|5
+
|data-sort-value="10"| 10-53%
 +
|data-sort-value="2.3"| 2.3-50%
 
|-
 
|-
|9+
+
|rowspan="9"| [[Crayfish]]<br/>[[Periwinkle]]<br/>[[Snail]]
|1 [[Roe]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|50%
+
| 1
|6
+
|data-sort-value="12"| 12-14%
 +
|data-sort-value="3"| 3-12%
 
|-
 
|-
|1+
+
|data-sort-value="Trash"| 1 [[Trash (item)|Trash]]
|1 [[Roe]]
+
| 1
|25%
+
|data-sort-value="7"| 7-8%
|7
+
|data-sort-value="1.9"| 1.9-7%
 
|-
 
|-
|rowspan="6"|[[Ghostfish]]
+
|data-sort-value="Green Algae"| 1-3 [[Green Algae]]
|9+
+
| 1
|5 [[White Algae]]
+
| 5%
|5%
+
|data-sort-value="1.1"| 1.1-4%
|1
   
|-
 
|-
|9+
+
|data-sort-value="Driftwood"| 1 [[Driftwood]]
|3 [[Pale Broth]]
+
| 1
|2%
+
|data-sort-value="4"| 4-5%
|2
+
|data-sort-value="1"| 1-4%
 
|-
 
|-
|9+
+
|data-sort-value="Broken Glasses"| 1 [[Broken Glasses]]
|3 [[Quartz]]
+
| 1
|12%
+
| 4%
|3
+
|data-sort-value="1"| 1-4%
 
|-
 
|-
|9+
+
|data-sort-value="Broken CD"| 1 [[Broken CD]]
|1 [[Refined Quartz]]
+
| 1
|5%
+
| 4%
|4
+
|data-sort-value="0.9"| 0.9-3%
 
|-
 
|-
|3+
+
|data-sort-value="Soggy Newspaper"| 1 [[Soggy Newspaper]]
|1 [[Quartz]]
+
| 1
|8%
+
|data-sort-value="3"| 3-4%
|5
+
|data-sort-value="0.9"| 0.9-3%
 
|-
 
|-
|1+
+
|data-sort-value="Mixed Seeds"| 2-3 [[Mixed Seeds]]
|1 [[Roe]]
+
| 5
|100%
+
|data-sort-value="4"| 4-5%
|6
+
|data-sort-value="3"| 3-4%
 
|-
 
|-
|rowspan="6"|[[Sturgeon]]
+
|data-sort-value="Warp Totem: Mountains"| 1 [[Warp Totem: Mountains]]
|10
+
| 9
|2 Sturgeon [[Roe]]
+
| 8%
|25%
+
| 7%
|1
   
|-
 
|-
|10
+
|rowspan="11"| [[Cockle]]<br/>[[Crab]]<br/>[[Lobster]]<br/>[[Mussel]]<br/>[[Oyster]]<br/>[[Shrimp]]
|1 Sturgeon [[Roe]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|100%
+
| 1
|2
+
|data-sort-value="11"| 11-13%
 +
|data-sort-value="3"| 3-10%
 
|-
 
|-
|9+
+
|data-sort-value="Seaweed"| 1-3 [[Seaweed]]
|1 Sturgeon [[Roe]]
+
| 1
|80%
+
|data-sort-value="8"| 8-9%
|3
+
|data-sort-value="2"| 2-8%
 
|-
 
|-
|6+
+
|data-sort-value="Trash"| 1 [[Trash (item)|Trash]]
|1 Sturgeon [[Roe]]
+
| 1
|60%
+
|data-sort-value="6"| 6-8%
|4
+
|data-sort-value="1.9"| 1.9-6%
 
|-
 
|-
|3+
+
|data-sort-value="Driftwood"| 1 [[Driftwood]]
|1 Sturgeon [[Roe]]
+
| 1
|40%
+
|data-sort-value="3"| 3-4%
|5
+
|data-sort-value="1"| 1-3%
 
|-
 
|-
|1+
+
|data-sort-value="Broken Glasses"| 1 [[Broken Glasses]]
|1 Sturgeon [[Roe]]
+
| 1
|20%
+
|data-sort-value="3"| 3-4%
|6
+
|data-sort-value="0.9"| 0.9-3%
 
|-
 
|-
|rowspan="3"|[[Super Cucumber]]
+
|data-sort-value="Broken CD"| 1 [[Broken CD]]
|9+
+
| 1
|1-3 [[Iridium Ore]]
+
|data-sort-value="3"| 3-4%
|5%
+
|data-sort-value="0.9"| 0.9-3%
|1
   
|-
 
|-
|9+
+
|data-sort-value="Soggy Newspaper"| 1 [[Soggy Newspaper]]
|1-3 [[Amethyst]]
+
| 1
|5%
+
|data-sort-value="3"| 3-4%
|2
+
|data-sort-value="0.9"| 0.9-3%
 
|-
 
|-
|1+
+
|data-sort-value="Coral"| 1 [[Coral]]
|1 [[Roe]]
+
| 5
|100%
+
| 6%
|3
+
|data-sort-value="4"| 4-6%
 
|-
 
|-
|rowspan="4"|[[Octopus]]
+
|data-sort-value="Sea Urchin"| 1 [[Sea Urchin]]
|9+
+
| 5
|3 [[Omni Geode]]
+
|data-sort-value="4"| 4-5%
|6.6%
+
|data-sort-value="3"| 3-4%
|1
   
|-
 
|-
|9+
+
|data-sort-value="Warp Totem: Beach"| 1 [[Warp Totem: Beach]]
|10 [[Omni Geode]]
+
| 9
|1%
+
| 7%
|2
+
|data-sort-value="6"| 6-7%
 
|-
 
|-
|9+
+
|data-sort-value="Nautilus Shell"| 1 [[Nautilus Shell]]
|1 [[Omni Geode]]
+
| 9
|10%
+
| 2%
|3
+
|data-sort-value="1.7"| 1.7-1.9%
 
|-
 
|-
|1+
+
| [[Albacore]]<br/>[[Anchovy]]<br/>[[Eel]]<br/>[[Flounder]]<br/>[[Halibut]]<br/>[[Pufferfish]]<br/>[[Red Mullet]]<br/>[[Red Snapper]]<br/>[[Sardine]]<br/>[[Sea Cucumber]]<br/>[[Tilapia]]<br/>[[Tuna]]
|1 [[Roe]]
+
|data-sort-value="Roe"| 1 [[Roe]]
|100%
+
| 1
|4
+
|data-sort-value="70"| 70-100%
|-
+
|data-sort-value="16"| 16-95%
|rowspan="3"|[[Rainbow Trout]]
  −
|9+
  −
|1 [[Rainbow Shell]]
  −
|2%
  −
|1
  −
|-
  −
|9+
  −
|1 [[Prismatic Shard]]
  −
|0.1%
  −
|2
  −
|-
  −
|1+
  −
|1 [[Roe]]
  −
|100%
  −
|3
  −
|-
  −
|rowspan="2"|[[Spook Fish]]
  −
|9+
  −
|1 [[Treasure Chest]]
  −
|0.3%
  −
|1
  −
|-
  −
|1+
  −
|1 [[Roe]]
  −
|100%
  −
|2
  −
|-
  −
|rowspan="1"|[[Catfish]]
  −
|1+
  −
|1 [[Roe]]
  −
|100%
  −
|1
  −
|-
  −
|rowspan="2"|[[Dorado]]<br/>[[Lingcod]]<br/>[[Pike]]
  −
|9+
  −
|20 [[Bug Meat]]
  −
|5%
  −
|1
  −
|-
  −
|1+
  −
|1 [[Roe]]
  −
|100%
  −
|2
  −
|-
  −
|rowspan="2"|[[Coral]]
  −
|9+
  −
|1 [[Dolomite]]
  −
|6%
  −
|1
  −
|-
  −
|9+
  −
|1 [[Limestone]]
  −
|6%
  −
|2
  −
|-
  −
|rowspan="4"|[[Sea Urchin]]
  −
|9+
  −
|5 [[Roe]]
  −
|2%
  −
|1
  −
|-
  −
|9+
  −
|1 [[Roe]]
  −
|33%
  −
|2
  −
|-
  −
|5+
  −
|1 [[Roe]]
  −
|20%
  −
|3
  −
|-
  −
|1+
  −
|1 [[Roe]]
  −
|10%
  −
|4
  −
|-
  −
|rowspan="10"|[[Crayfish]]<br />[[Periwinkle]]<br />[[Snail]]
  −
|9+
  −
|1 [[Warp Totem: Mountains]]
  −
|7.5%
  −
|1
  −
|-
  −
|1+
  −
|1-3 [[Green Algae]]
  −
|5%
  −
|2
  −
|-
  −
|5+
  −
|2-3 [[Mixed Seeds]]
  −
|5%
  −
|3
  −
|-
  −
|1+
  −
|1 [[Trash (item)|Trash]]
  −
|5%
  −
|4
  −
|-
  −
|1+
  −
|1 [[Driftwood]]
  −
|5%
  −
|5
  −
|-
  −
|1+
  −
|1 [[Broken Glasses]]
  −
|5%
  −
|6
  −
|-
  −
|1+
  −
|1 [[Broken CD]]
  −
|5%
  −
|7
  −
|-
  −
|1+
  −
|1 [[Soggy Newspaper]]
  −
|5%
  −
|8
  −
|-
  −
|1+
  −
|1 [[Trash (item)|Trash]]
  −
|5%
  −
|9
  −
|-
  −
|1+
  −
|1 [[Roe]]
  −
|20%
  −
|10
  −
|-
  −
|rowspan="12"|[[Cockle]]<br/>[[Crab]]<br/>[[Lobster]]<br/>[[Mussel]]<br/>[[Oyster]]<br/>[[Shrimp]]
  −
|9+
  −
|1 [[Nautilus Shell]]
  −
|2%
  −
|1
  −
|-
  −
|9+
  −
|1 [[Warp Totem: Beach]]
  −
|7.5%
  −
|2
  −
|-
  −
|1+
  −
|1-3 [[Seaweed]]
  −
|8.8%
  −
|3
  −
|-
  −
|5+
  −
|1 [[Sea Urchin]]
  −
|5%
  −
|4
  −
|-
  −
|5+
  −
|1 [[Coral]]
  −
|7.5%
  −
|5
  −
|-
  −
|1+
  −
|1 [[Trash (item)|Trash]]
  −
|5%
  −
|6
  −
|-
  −
|1+
  −
|1 [[Driftwood]]
  −
|5%
  −
|7
  −
|-
  −
|1+
  −
|1 [[Broken Glasses]]
  −
|5%
  −
|8
  −
|-
  −
|1+
  −
|1 [[Broken CD]]
  −
|5%
  −
|9
  −
|-
  −
|1+
  −
|1 [[Soggy Newspaper]]
  −
|5%
  −
|10
  −
|-
  −
|1+
  −
|1 [[Trash (item)|Trash]]
  −
|5%
  −
|11
  −
|-
  −
|1+
  −
|1 [[Roe]]
  −
|20%
  −
|12
  −
|-
  −
|rowspan="2"|[[Albacore]]<br/>[[Anchovy]]<br/>[[Eel]]<br/>[[Flounder]]<br/>[[Halibut]]<br/>[[Pufferfish]]<br/>[[Red Mullet]]<br/>[[Red Snapper]]<br/>[[Sardine]]<br/>[[Sea Cucumber]]<br/>[[Tilapia]]<br/>[[Tuna]]
  −
|5+
  −
|1 [[Roe]]
  −
|100%
  −
|1
  −
|-
  −
|1+
  −
|1 [[Roe]]
  −
|70%
  −
|2
  −
|-
  −
|rowspan="1"|[[Bream]]<br/>[[Chub]]<br/>[[Perch]]<br/>[[Salmon]]<br/>[[Shad]]<br/>[[Smallmouth Bass]]<br/>[[Walleye]]<br/>[[Bullhead]]<br/>[[Largemouth Bass]]<br/>[[Midnight Carp]]
  −
|1+
  −
|1 [[Roe]]
  −
|90%
  −
|1
   
|-
 
|-
 +
| [[Bream]]<br/>[[Bullhead]]<br/>[[Chub]]<br/>[[Largemouth Bass]]<br/>[[Midnight Carp]]<br/>[[Perch]]<br/>[[Salmon]]<br/>[[Shad]]<br/>[[Smallmouth Bass]]<br/>[[Walleye]]
 +
|data-sort-value="Roe"| 1 [[Roe]]
 +
| 1
 +
| 90%
 +
|data-sort-value="21"| 21-86%
 
|}
 
|}
 +
    
==Notes==
 
==Notes==
Line 1,106: Line 916:  
*The pond can be used to refill [[Watering Cans]].
 
*The pond can be used to refill [[Watering Cans]].
 
*After raising a pond full of 10 [[Crab]]s, the next time the player talks to [[Willy]], he will have special dialogue, and give the player a [[Pearl|special gift]].
 
*After raising a pond full of 10 [[Crab]]s, the next time the player talks to [[Willy]], he will have special dialogue, and give the player a [[Pearl|special gift]].
 +
 +
==References==
 +
<references>
 +
<ref name="item_chance">The raw item production chances are provided by [[Modding:Fish Pond data|FishPondData.xnb]], which contains multiple population-dependent entries that are processed in order from top to bottom. The first entry that is valid for the current population and passes its random chance check is the produced item.  If no entries pass, no item is produced. The raw entries have been processed and summed to determine the chance for each item to be generated; the results are provided in the "% of Items" column.</ref>
 +
</references>
    
==History==
 
==History==

Navigation menu