Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
At around 5000 I had fished up 4 in total at least. Two of them at a new settlement that was Beach - Fishing Spot - Breeding Ground. My first 1000 bait there was only with Beach enabled.
My current fishing skill is only at: 79.70
https://steamcommunity.com/app/2135150/discussions/0/595134572710173741/
Its just at 3, just checked.
Thanks, just read through, but wasn't that helpfull, entertaining however :D
Add feat "fishing spot" for another increase of said chance. Just noticed you edited accordingly
Boils down to pure RNG I guess
You just need to fish, thats it. I've gotten a statue within 100 bait at the meadow. It also took ALL 5000k lot worth bait that I began testing last year. I also got 3 statues within a span of the next 1000 bait. Just keep fishing
https://steamcommunity.com/sharedfiles/filedetails/?id=3427663397
https://ylvapedia.wiki/wiki/Elin:Code_Analysis/Fishing
"A statue is generated if rnd(50) == 0"
"but it depends on the successful Platinum Coin roll"
Platinum Coin chance is "rnd(35) == 0"
So 1/35 x 1/50 = 1/1750.
But can get overridden by medal chance
"rnd(40) == 0 && rnd(40) < num / 3 + 10)"
I wrote this, so there's probably some errors. Your statue chance goes down as your fishing level goes up.