142
edits
m (Small fishing junk fix) |
(Fixed fishing probability table) |
||
| Line 801: | Line 801: | ||
| Nothing || <code>1 / (3 + fishingLevel)</code> || N/A || Higher fishing levels reduce the chance of this outcome. | | Nothing || <code>1 / (3 + fishingLevel)</code> || N/A || Higher fishing levels reduce the chance of this outcome. | ||
|- | |- | ||
| Rare Item || <code>1 / 20</code> (5%) || <code>1 / 20</code> || Determines if a rare item roll happens. | | Rare Item ('''NPC ONLY''') || <code>1 / 20</code> (5%) || <code>1 / 20</code> || Determines if a rare item roll happens for NPCs. | ||
|- | |- | ||
| Ancient Book || <code>1 / 30</code> (~3.33%) || <code>1 / ( | | Ancient Book || <code>1 / 30</code> (~3.33%) || <code>(1 / 30) * (34 / 35) * (39 / 40)</code> (~3.16%) (221 / 7000) || Requires Platinum Coin and Small Medal rolls to fail. | ||
|- | |- | ||
| Platinum Coin || <code>1 / 35</code> (~2.86%) || <code>1 / ( | | Platinum Coin || <code>1 / 35</code> (~2.86%) || <code>(29 / 30) * (1 / 35) * (1 / 2) * (2 / 3) * (2 / 3) * (49 / 50) * (39 / 40)</code> (~0.59%) (2639 / 450000) || Requires Ancient Book and subsequent rolls to fail. | ||
|- | |- | ||
| Scratch Card || <code>1 / 2</code> (50%) || <code>1 / ( | | Scratch Card || <code>1 / 2</code> (50%) || <code>(29 / 30) * (1 / 35) * (1 / 2) * (2 / 3) * (2 / 3) * (49 / 50) * (39 / 40)</code> (~0.59%) (2639 / 450000) || Requires Platinum Coin to succeed, then subsequent rolls to fail. | ||
|- | |- | ||
| Casino Coin || <code>1 / 3</code> (33.3%) || <code>1 / ( | | Casino Coin || <code>1 / 3</code> (33.3%) || <code>(29 / 30) * (1 / 35) * (1 / 2) * (1 / 3) * (2 / 3) * (49 / 50) * (39 / 40)</code> (~0.29%) (2639 / 900000) || Requires Platinum Coin to succeed, then subsequent rolls to fail. | ||
|- | |- | ||
| Strange Coin || <code>1 / 3</code> (33.3%) || <code>1 / ( | | Strange Coin || <code>1 / 3</code> (33.3%) || <code>(29 / 30) * (1 / 35) * (1 / 2) * (2 / 3) * (1 / 3) * (49 / 50) * (39 / 40)</code> (~0.29%) (2639 / 900000) || Requires Platinum Coin to succeed, then subsequent rolls to fail. | ||
|- | |- | ||
| Statue || <code>1 / 50</code> (2%) || <code>1 / ( | | Statue || <code>1 / 50</code> (2%) || <code>(29 / 30) * (1 / 35) * (1 / 2) * (2 / 3) * (2 / 3) * (1 / 50) * (39 / 40)</code> (~0.012%) (377 / 3150000) || Requires Platinum Coin to succeed, then subsequent rolls to fail. | ||
|- | |- | ||
| | | Small Medal || <code>1 / 40</code> (2.5%) || <code>(29 / 30) * (34 / 35) * (1 / 40)</code> (~2.35%) (493 / 21000) || Requires previous rolls to fail and two successful rolls. Consistent success at fishingLevel >= 90. | ||
|- | |- | ||
| Junk || Level-dependent || <code>1 / (5 + fishingLevel / 3)</code> || Requires rare item roll to fail. Probability decreases with higher fishing levels. | | Junk || Level-dependent || <code>1 / (5 + fishingLevel / 3)</code> || Requires rare item roll to fail. Probability decreases with higher fishing levels. | ||
|- | |- | ||
| Fish || <code>fishChance / fishTotalChance</code> || <code>1 - P(Nothing) - P(Rare Item) - P(Junk)</code> || Default outcome if all other rolls fail. | | Fish || <code>fishChance / fishTotalChance</code> || <code>1 - P(Nothing) - P(Rare Item) - P(Junk)</code> || Default outcome if all other rolls fail. | ||
edits