142
edits
(Removed fishing dependent probability calculations) |
m (Small fishing junk fix) |
||
| Line 654: | Line 654: | ||
** The rare item roll and all higher-priority rolls fail. | ** The rare item roll and all higher-priority rolls fail. | ||
** The following roll succeeds: <code>rnd(5 + fishingLevel / 3) == 0</code>. | ** The following roll succeeds: <code>rnd(5 + fishingLevel / 3) == 0</code>. | ||
* '''Probability''': | * '''Independent Probability''': | ||
** The probability depends on the player's fishing level: | ** The probability depends on the player's fishing level: | ||
*** <code>1 / (5 + fishingLevel / 3)</code>. | *** <code>1 / (5 + fishingLevel / 3)</code>. | ||
edits