Hello,
I'd like to know how it is determined whether a fishing is successful or not.
The success rate is determined by the lines 132 and 133 in the source file below:
https://github.com/Return-To-The-Roots/s25client/blob/master/src/nofFisher.cpp#L132
But I'm not familiar at all with the code, so
1. could someone explain to me how it works?
2. I use to build many fisheries next to each other. E.g. if I have 6 tools allowing me to fish, I'll build 6 fisheries on the same
spot. I wonder if this will impact or not the success rate to catch a fish. In other words, does the location
of the fishery impact the success rate, if yes, why?
3. What is the minimum and maximum success rate? (in %)
Fishing is an easy way to get food, so what is the optimal way to take benefit of it?
Thank you