Jump to content

Elin:Fishing: Difference between revisions

m
no edit summary
(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>Number of Fish = rnd(fishingLevel / (fishLV + 10)) + 1</pre>
<pre>numberOfFish = rnd(fishingLevel / (fishLV + 10)) + 1</pre>


* '''fishingLevel''': Your current fishing skill level.
* '''fishingLevel''': Your current fishing skill level.
138

edits