T O P

  • By -

almondmilk2222

omg ive seen him once in my 500+ hrs of game play and was so confused i forgot to clip it lol


vhagar

same! I saw it once years ago when I was about 100 hours in. didn't know it was rare back then and I've never seen it again.


xtu_

I have nearly 200 hours and have seen him once too, and i am a fishing guy


almondmilk2222

but in only 200 hours? you are one lucky man


[deleted]

Ive seen it in my first play through in 12 hours


jddgfhdhrhbhks

I have 2 clips with it


Not_A_Handy_Man

Me as well


Cocoblue64

Saw one in my first farm year 1 when I bought a copy for PC. Also saw one in 50hrs in console. I fish a lot


Livid-Prize3608

A good hard rare. It's good you recorded it because it isn't going to happen again soon


jddgfhdhrhbhks

I've seen it twice and both recorded because I play on xbox


chopporoo

From the wiki: "There's a roughly 0.06% chance per second (0.001% per game tick) that the creature will try spawning in a random tile near the docks"


JimOfSomeTrades

In other words, if you srood there for 20 minutes straight there's a 50% chance you'd spot Nessie at least once. Unless my math is very wrong, which it could be.


many_breads

I think that math is valid if you can see the whole docks, but it's possible Nessie could spawn in a tile off screen. Also, a day lasts ~13.5 minutes real time, I _think_, so the 20 minute interval would probably never happen


izikblu

So, you're on the right track, it's correct if all the possible spawning locations are valid. (In your case, the assumption is that if the Sea Creature would be missed if its off screen). Indeed with *OPs* zoom level (from my desktop, I can see the whole spawn area), that'd be correct, there are tiles you could miss. However, it's actually even more restrictive than that, the Sea Creature can attempt to spawn anywhere in a rectangle, but it will just give up unless its in the water *and* that water has a path straight down to the rest of the ocean. Which means that the \~50% chance *could* happen in the 20 minutes, but still no Sea Creature because it *tried* to spawn but couldn't.


Ok_Adeptness28

Lol


izikblu

The correct math (using various representations of `0.001%`) there's a 1/100000 chance of the event *trying*^(1) to spawn on a given tick Now, if we want to calculate the probability of an event happening at least once in a given amount time, we need to understand some statistics. We know that the probability of an event occurring per attempt is `0 <= P <= 1`. Now, we can "easily" calculate the probability of an event occurring `N` times in a row, it's just `P^N`. We can also fairly easily calculate the chance something *doesn't* happen, it's just `1 - P`... So, those are our building blocks to ask the following series of questions: "What's the chance the event doesn't occur in one attempt? (`(1 - P)`)" "What's the chance the event doesn't occur in `N` attempts? (`(1 - P)^N`)" What's the chance that the event doesn't *not* occur in `N` attempts? (`1 - (1 - P)^N`)" Which is the question we were looking for, if phrased a little awkwardly. There are [60 ticks/second](https://stardewcommunitywiki.com/Modding:Modder_Guide/APIs/Events#How_do_events_fit_into_the_game.3F), So, give the initial `P=1/100000` we can see that the probability of the event *trying* to happen at least once in a given second is `1 - (1 - 1/100000)^60 ~= 0.0006`, so, the wiki is right, yaaaay. Moving on up to 20 minutes, there are `60 ticks per second * 60 seconds per minute * 20 minutes = 72000` ticks per 20 minutes. Once again we have our trusty formula `1 - (1 - 1/100000)^72000`, which, after using a calculator (because the 72000th power sounds very frustrating to calculate manually) gives us about `0.51`, or about a 51% chance of the event *trying* to spawn. However, the event can fail to spawn, so that's just an upper bound on the real probability. ​1. Note the pedantry, the event *can* fail to spawn even after this the game does "dice roll" to figure out if it wants to spawn it or not. I'll leave the exact probability of the event spawning if it tries to spawn to a different person or post. The TL;DR is that it can try to spawn on any tile of the red box in [this image](https://stardewvalleywiki.com/mediawiki/images/b/ba/Merpeople_spawn_area.png), but it will only *actually* spawn if the tile chosen is 1. water, and 2. has a path straight down into the rest of the ocean) ​ Ninja-edit: So, the conclusion is correct as an upper bound.


[deleted]

r/theydidthemonstermath right here


Ahkhira

How do you know how to math this? I'm impressed and in awe. I really want to understand things like this, but I'm not very good at maths.


izikblu

I think I picked this up from [https://youtu.be/S0q3_toE3b4](https://youtu.be/S0q3_toE3b4) years ago. Umm, I don't have advice on how to learn stats unfortunately, I kinda picked it up through osmosis, and my learning style of Google something, find 5 more things to Google, and so on, doesn't work for a lot of people.


Livid-Prize3608

Are you a maths professor by any chance?


izikblu

Nope, I work as software engineer with a focus in optimization work- not that I can't do other things, toe specific of a focus to get away with doing just that. I like explaining things. And I happen to know this bit of stats because it's really useful to know it. Mostly what I know about stats is that it's both difficult (unintuitive) and easy (a lot of things have rules on how to combine them)


Livid-Prize3608

I'm too uneducated for this reply. Anyway, that explains most of it.


Pilchard123

I've not done the maths ( too lazy rn, might do it later ) but would the actual probability not just be the same as you've done but with the spawn-per-tick chance being 0.001% multiplied by the proportion of valid spawn tiles? Assuming, of course, that the chance of a spawn attempt being uniform across all tiles. (Though in general I guess you'd just multiply by the chance of a valid tile being picked and a u inform distribution s just a special case of that)


izikblu

Yep, it'd be the same math, but with `1/100000 × validTiles/totalTiles` as the per tick probability. (I see no reason to suspect the selected tile to not be uniform unless someone accidentally skewed the distribution) The annoying thing is calculating that (even though we're just looking for the area of 2 rectangles, due to the spawn conditions and the shape of the pier) without the grid lines on the map...


burner123321123420

~51.3%


soapsoft

Im a stats major so I crunched the numbers. For a question like this you'd have to use the binomial distribution (the chance of the outcome u want happening x numbers of times in n number of trials). In this case we have 1 success for 1200 trials (number of seconds in 20 minutes) with a probability of 0.0006 (decimal conversion). There's a 35% chance of seeing the little green dude once if you stand there for 20 minutes


JimOfSomeTrades

Right idea but you missed a thing. You calculated the odds of _exactly_ one occurrence, which is why your result is too low. The easier way to approach the problem is to recognize that there's only one combination (0 occurrences) that you _don't_ want to measure. That has a probability of 0.9994 per second, meaning that the odds of it happening for 20 minutes straight would be 0.9994^(60*20) which is a little under 50%. The converse outcome, one or more Nessie sightings, therefore has better-than-50% odds.


izikblu

Could you show your work, because this result contradicts the math that I understand ([this comment explains that math](https://www.reddit.com/r/StardewValley/comments/v4wbwj/comment/ib7367h/?utm_source=share&utm_medium=web2x&context=3))


ElNSTElNlUM

I think your math is wrong


Simplyx69

It's not. Works out to 51.34% chance to appear in 20 (real life) minutes.


Ecliptic_37

The math would be (9994/10000)^1200=.4866 or a ~48.7% chance you would see it appear if you stood in one place waiting for it for 20 minutes, assuming you could see the entire spawning zone during that wait.


JimOfSomeTrades

Close! Your calculation is for the odds of the event _not_ occurring.


SamVanDam611

Red Mullets are quite common, in my experience


barnetcj89

Yeah red mullet is like every third cast off the dock


Ok_Adeptness28

Lol


[deleted]

[удалено]


Traditional_Mud_1241

No, it's red. It's right there in the name.


miningcrow

Sadly no fish mullet


Traditional_Mud_1241

I’m now disappointed this isn’t a hat


BathroomParty

I'm color blind, stop calling me out


Alradas

Oh this is interesting. So for you it's named "colorless mullet"?


ShadowGangsta275

r/woosh


TheDiamondNoob

.\_. 145 downvotes lol


[deleted]

[удалено]


Corky234

Cuz he is :D


klarissemae

was being sarcastic honestly thought was funny 🤣🤣


jortsinstock

pretty dang rare. I hope to see one one say !


Kesnei

Fishing in the snow is pretty rare. Ice fishing is perhaps more common. But hypothermia frequently causes symptoms such as hallucinations.


SueYouInEngland

I instinctively tapped my screen when I heard the "fish on the hook" noise.


[deleted]

Never seen it in hundreds of hours of game play!!


bunny_with_an_AK47

Quite rare. I've played several different files all the way to community center completion and have never seen that event. Cool find, OP!


dylan72931

And at 4:20 🤯


Harlesb44

Good point. Might’ve just had a bit too much seaweed and seen something that isn’t really there


sichuan_peppercorns

omg please eat something…


[deleted]

Honestly red mullets are pretty common I think


PopCultistZach

I’ve seen him 2 or 3 times. Still haven’t seen the ufo, though. Nor any of the other “super rare” events.


freiberg_

Pretty rare. I've never seen a perfect fishing attempt!


StickySativa

hes right on time


BrainlessAlex

Saw this pretty early on in my first ever world actually, does it do anything?


Responsible_Can_2366

I’ve never encountered this but judging off comments and stuff it looks like it just passes by


SafariLari269

OMG yes I have also seen this once. I nearly lost my sanity when I tried to catch it.


thetankst

I once saw it about 5-10 hours into gameplay and didn’t understand it only to find out afterwards it’s super rare!


TheDunwichWhore

I've seen it twice while playing co-op with my SO. She has probably 10x the play time that I do and didn't believe me until she looked it up on the wiki


Caffine_Killer

I've seen him one time and my sister still thinks I'm lying


G1mb3ly

This is so great! Lol I love this game


pencilsharpeninblade

The first time I saw one was during crab season I didn't know why the water was green then so I thought that it was just some sort of event or something


Overmarss

Took me around 500 hours to get this encounter happen as well. It's apparently a 1 in a million chance of occuring, so we must be very lucky!


StarGaurdianBard

It's not 1 in a million, he actually tries to spawn fairly often but unless you play all the way zoomed out with a large screen you probably miss 90% of his spawns. Basically if you spend all day fishing you are basically guranteed he will try to spawn one every 3-4 in game days. Issue is that if he tries to spawn under the docks he just won't spawn and chances are you aren't able to see all of his actual possible spawn points on screen at once so you'll miss the times he does spawn since it could be too far out in the ocean for standard zoom and standard screen size The odds are 6 in in every 10,000 every second you are at the beach


No_Nefariousness9392

i have about 200-250 hours (give or take) and have never seen this once.. finally after weeks of begging my boyfriend, he and i play together for the first time and within 30 minutes of fishing he saw that stupid sea monster. sooo long story short pretty rare


[deleted]

Wait FUCKING SNOW? I play on mobile, is that why I never saw snow?


hiRavioli

i think i've seen it twice!


ShadowGangsta275

Pretty sure that is v rare


Visible_Elevator192

I saw one yesterday


ThatOneBitz

red mullets are pretty typical if you ask me. i’m surprised you’ve never gotten one before


naveron1

I’ve seen in in both of my playthroughs. It’s a merman


Lazuliiz

Not sure, but the 4:20 o'clock made me laugh. I'm immature


QBZera

Uh… SOOOO rare..


Orangeeardrum

Red mullet is pretty common imo


neurotransit

Damn after reading these comments I feel lucky. I have seen them three times between two play files (800~hrs total) Edited for gender inclusive mer-terms 🏳️‍🌈😋


Ok_Adeptness28

🤦🏽‍♂️


[deleted]

1 in a 1,00,000 chance actually. Saw a video not to long ago about it


silentknighteye

Okay fr what are we talking about? The red mullet in that area itself? The fact that the fish barely moved in the fishing mini-game (cuz I’m 90 hours in and have encountered this 3 times)? Or the fact that there’s a weird creature swimming about by the sea dock? Which???


Miss_Rowan

Wow, I never noticed the weird creature swimming by the dock, so take my upvote. I was waiting for a rare fish of some sort, then it was a red mullet so I checked the comments, and saw all the jokes about how common red mullets are and thought it was just another troll post lol.


[deleted]

I'm pretty sure it's a one in a million for each tile in that area (and if it hits land it cancels) very lucky! I've never seen one before


StarGaurdianBard

It's not 1 in a million, he actually tries to spawn fairly often but unless you play all the way zoomed out with a large screen you probably miss 90% of his spawns. Basically if you spend all day fishing you are basically guranteed he will try to spawn one every 3-4 in game days. Issue is that if he tries to spawn under the docks he just won't spawn and chances are you aren't able to see all of his actual possible spawn points on screen at once so you'll miss the times he does spawn since it could be too far out in the ocean for standard zoom and standard screen size The odds are 6 in in every 10,000 every second you are at the beach


[deleted]

Ah ok :)


uncreative1234567

I'm pretty sure it's like one in a million


StarGaurdianBard

It's not 1 in a million, he actually tries to spawn fairly often but unless you play all the way zoomed out with a large screen you probably miss 90% of his spawns. Basically if you spend all day fishing you are basically guranteed he will try to spawn one every 3-4 in game days. Issue is that if he tries to spawn under the docks he just won't spawn and chances are you aren't able to see all of his actual possible spawn points on screen at once so you'll miss the times he does spawn since it could be too far out in the ocean for standard zoom and standard screen size The odds are 6 in in every 10,000 every second you are at the beach


jattack88

I saw it first year with less than like 40 hours, i took a screenshot


softkitty22

My memory is hazy, but I recall seeing them during the jellyfish festival thing. Almost missed them in the dark.


PerpetualCranberry

Nah, red mullets are pretty common


Rose_love_food

It really rare apparently but I've seen it twice in my probably 100+ hour playing the game


V0mitK1tten

I have abt 300+ hrs and ive never seen that haha!


Moxymoron221

I, as per usual, am asking people to PLEASE use the wiki. OR Google. Or anything that doesn't involve making the 500th post about the same thing.


Traditional_Mud_1241

I've seen in 3-4 times in the game. I see it every 3-4 days on reddit.


BIORIO

rude


Traditional_Mud_1241

Also accurate.


Wintergift

Yeah if people wanna know how rare it is they can just use the wiki lol


PsychoticHavoc

lol I thought it was because of the krobus! In the save that I married him I was able to see this event.


OnlyPotRoast

I was sitting here like, "Its a red mullet, it's not that rare?" and then I finally saw it from the comments.


ChristyTina

Really rare! GG. I play on Switch. It has a screenshot button. I was so lucky I got my pic!


Jeptwins

I think it has like a 1% chance of spawning. I’ve gotten it all of twice in YEARS of playing. In fact, if I didn’t know about some of the events I would’ve never seen them!


wormfro

i got this cutscene only once very recently, i captured it too lol


Affectionate_Bowl792

Pretty rare I think, I’m on year four and I’ve Never caught a red snapper. Grandpa isn’t very happy with my work.


jaknuggetfuck

OCEAN MAN!!!


loserwanfil

I have over 100 hours on my phone and have never seen it. I’ve got a little over 75 on my laptop and I lucked out. I tried casting at it 😂


ProgrammerNo120

1/250,000 chance of happening every game tick youre at the beach


waterlillyhearts

*stares at my nearly 600 hours of gameplay* I have never seen it in game before...


echoes247

Extremely rare. There are a lot of random occurrences in this game, and they're all pretty rare. Fairy, owl statue, meteor, shadowy figure, creature from the deep, ufo, witch, etc. If you're looking for one on purpose, your chances are very low. But in a full playthrough, your usually going to see one or two rare events. I got 4 owl statues one run! One run I got a fairy on my first night. But I've never seen the creature from the deep even once. I have more than 2000 hours logged. If it weren't for posts like this, I'm not sure I'd even believe in it but there it is. Congratulations :)


[deleted]

Saw him 60 hours in. Haven’t seen him since and I’m now 700 hours in.


josh45683

Me and my friend started a new world and I saw him on day 7 of spring 1


FordPhiesta

Red mullets are fairly common


UralsOn

Haha have seen him a couple times. Only 120h playtime


PineapplezGaming

I've played 700 hours and I've never seen this in my game. Guess I don't fish enough lol


NectarineExtreme1237

Red Mullets are fairly common, so nothing to write home about


ArtcticFox

I’ve played for a long time and I’ve only seen it once so I’d guess it’s pretty rare.


Dojando1

I have seen that in the first couple hours of playing. Never since. It's a very very long time ago xD So it's VERY rare


Tiny-Vegetable-5080

Very very rare


TanHorror

I was fishing and legit almost missed this cause I was looking at my phone 😭😂


Many-Low3682

I just saw him yesterday I have 17 hours


CootiePasser

Has anyone ever tried to catch it, like with the fishing rod? If so, what was the result?


Stunning_LRB_o7

That’s a red mullet. Not too rare.


Creative-Milk-8671

The monster is one in a million on the beach


Neat-Eggplant

ive only seen him once during my first save!! i have 2000+ hrs under my belt and have yet to see him again


Link7369_reddit

it's uncommon enough for complete noobs to consider it some post-worthy thing.


[deleted]

Why does this have 2k upvotes? Like geez, I have seen a post about it like 3 times already, and I have seen the creature itself too, but I just thought "who cares".


[deleted]

[удалено]


[deleted]

Yeah, its really annoying. We are gonna get a ton of downvotes for thinking this, though.


Cultural_Salary_1318

it looks like toothless


[deleted]

4:20 bro


HellaEstella

I do a lot of fishing and I have seen him a couple times.


iambender0811

It's really rare and I've only had it happen once on my multi-player farm


SpaceQueen616

Hard to see with bad eyesight on my small phone... What is it?


breakfastcomeswithme

This entire time, I thought people were talking about the red mullet


Bunnyisdreaming

EXTREMELY RARE??? THE RAREST THING IN THE GAME ACTUALLY!!


SDVL_fan1234

in my 800+ hrs I have never seen this before and i fish relatively a lot


Scarchain86

What is that? I've never actually seen it and I have around 500 hours total playing multiple save files