138
edits
(Add catching 2 fish table.) |
mNo edit summary |
||
Line 156: | Line 156: | ||
The formula to calculate the number of fish you can catch based on your fishing level: | The formula to calculate the number of fish you can catch based on your fishing level: | ||
<pre> | <pre>numberOfFish = rnd(fishingLevel / (fishLV + 10)) + 1</pre> | ||
* '''fishingLevel''': Your current fishing skill level. | * '''fishingLevel''': Your current fishing skill level. |
edits