Changes

63 bytes added ,  23:51, 8 December 2019
Completed Fish Pond produce table added code showing calculation order and removed stub pt.1
Line 445: Line 445:     
Note that each percent chance is specified in an underlying data file, so the totals for each pond do not add up to 100%.  The game code processes the chance for items from top to bottom as listed in the underlying data file <tt>Data/FishPondData.xnb</tt>.  If any item is produced at any point, the checking stops, and the pond produces the item.
 
Note that each percent chance is specified in an underlying data file, so the totals for each pond do not add up to 100%.  The game code processes the chance for items from top to bottom as listed in the underlying data file <tt>Data/FishPondData.xnb</tt>.  If any item is produced at any point, the checking stops, and the pond produces the item.
{{Stub|section=true|Incomplete; figure out how to show the order of checking in the data file in a sortable table}}
+
 
 
{|class="wikitable sortable"
 
{|class="wikitable sortable"
 
|-
 
|-
Line 452: Line 452:  
!Item(s) Produced
 
!Item(s) Produced
 
!% Chance
 
!% Chance
 +
!Order of Check
 
|-
 
|-
 
|rowspan="4"|[[Squid]]
 
|rowspan="4"|[[Squid]]
|1+
+
|7+
|1 Squid Ink
+
|1 [[Squid Ink]]
|25%
+
|100%
 +
|1
 +
|-
 +
|5+
 +
|1 [[Squid Ink]]
 +
|60%
 +
|2
 
|-
 
|-
 
|3+
 
|3+
|1 Squid Ink
+
|1 [[Squid Ink]]
 
|45%
 
|45%
 +
|3
 
|-
 
|-
|5+
+
|1+
|1 Squid Ink
+
|1 [[Squid Ink]]
|60%
+
|25%
|-
+
|4
|7+
  −
|1 Squid Ink
  −
|100%
   
|-
 
|-
 
|rowspan="5"|[[Midnight Squid]]
 
|rowspan="5"|[[Midnight Squid]]
|1+
+
|10
|1 Squid Ink
+
|2 [[Squid Ink]]
|20%
+
|25%
 +
|1
 
|-
 
|-
|3+
+
|7+
|1 Squid Ink
+
|1 [[Squid Ink]]
|45%
+
|80%
 +
|2
 
|-
 
|-
 
|5+
 
|5+
|1 Squid Ink
+
|1 [[Squid Ink]]
 
|60%
 
|60%
 +
|3
 
|-
 
|-
|7+
+
|3+
|1 Squid Ink
+
|1 [[Squid Ink]]
|80%
+
|45%
 +
|4
 
|-
 
|-
|10
+
|1+
|2 Squid Ink
+
|1 [[Squid Ink]]
|25%
+
|20%
 +
|5
 
|-
 
|-
|[[Carp]]<br />[[Herring]]
+
|[[Carp]]<br/>[[Herring]]
|1-10
+
|1+
|1 Roe
+
|1 [[Roe]]
 
|100%
 
|100%
 +
|1
 
|-
 
|-
 
|rowspan="2"|[[Sunfish]]
 
|rowspan="2"|[[Sunfish]]
|1+
  −
|1 Roe
  −
|90%
  −
|-
   
|10
 
|10
|1 Solar Essence
+
|1 [[Solar Essence]]
 
|8%
 
|8%
 +
|1
 
|-
 
|-
|rowspan="4"|[[Blobfish]]
   
|1+
 
|1+
|1 Roe
+
|1 [[Roe]]
 
|90%
 
|90%
 +
|2
 
|-
 
|-
|6+
+
|rowspan="4"|[[Blobfish]]
|1-2 Roe
  −
|100%
  −
|-
   
|9+
 
|9+
|5 Warp Totem: Farm
+
|1 [[Pearl]]
 
|2%
 
|2%
 +
|1
 
|-
 
|-
 
|9+
 
|9+
|1 Pearl
+
|5 [[Warp Totem: Farm]]
 
|2%
 
|2%
 +
|2
 +
|-
 +
|6+
 +
|1-2 [[Roe]]
 +
|100%
 +
|3
 
|-
 
|-
|rowspan="8"|[[Lava Eel]]
   
|1+
 
|1+
|1 Roe
+
|1 [[Roe]]
|80%
+
|90%
 +
|4
 
|-
 
|-
|3+
+
|rowspan="8"|[[Lava Eel]]
|5 Gold Ore
+
|10
|10%
+
|10 [[Magma Geode]]
 +
|3.3%
 +
|1
 
|-
 
|-
|6+
+
|9+
|1 Roe
+
|5 [[Magma Geode]]
|100%
+
|2%
 +
|2
 
|-
 
|-
 
|9+
 
|9+
|2 Roe
+
|5 [[Spicy Eel]]
|15%
+
|4%
 +
|3
 
|-
 
|-
 
|9+
 
|9+
|3 Roe
+
|3 [[Roe]]
 
|3.3%
 
|3.3%
 +
|4
 
|-
 
|-
 
|9+
 
|9+
|5 Spicy Eel
+
|2 [[Roe]]
|4%
+
|15%
 +
|5
 +
|-
 +
|3+
 +
|5 [[Gold Ore]]
 +
|10%
 +
|6
 
|-
 
|-
|9+
+
|6+
|5 Magma Geode
+
|1 [[Roe]]
|2%
+
|100%
 +
|7
 
|-
 
|-
|10
+
|1+
|10 Magma Geode
+
|1 [[Roe]]
|3.3%
+
|80%
 +
|8
 
|-
 
|-
|}
      
==Fishing Experience==
 
==Fishing Experience==