Changes

755 bytes added ,  19:25, 10 January 2022
Line 70: Line 70:     
Fresh average: 75+75+75=225/3=75 [[User:Pixelated|Pixelated]] ([[User talk:Pixelated|talk]]) 19:27, 18 June 2021 (UTC)
 
Fresh average: 75+75+75=225/3=75 [[User:Pixelated|Pixelated]] ([[User talk:Pixelated|talk]]) 19:27, 18 June 2021 (UTC)
 +
 +
== Order of checking crab pots ==
 +
 +
For the curious, the percentages on this page are incorrect.  It assumes that the code visits each crab pot in the same order as they are listed in the data file.  This isn't true: it visits them as a C# Dictionary object, for which the visitation order is undefined.
 +
 +
Undefined but deterministic, at least for a given build.  It's possible to back-out the order for a given build (by predicting crab pots).  For 1.5.6, the order of checking pots is:
 +
 +
Beach: Lobster / Crab / Oyster / Clam / Shrimp / Cockle / Mussel
 +
 +
Freshwater: Snail / Crayfish / Periwinkle
 +
 +
This theoretically could change with a new build / Dictionary implementation and *definitely* would change if more entries were added to the Data\Fish table.
5

edits