1:04 There are 170,676,555,274,132,171,974,277,914,691,501,574,771,358,362,295,975,962,674,353,045,737,940,041,855,191,232,907,575,296 possible combinations of 52 cards to fill out the erratic deck. Since there are 52 total times a single-rank single-suit combination can happen, there is a 1 in 3,282,241,447,579,464,845,659,190,667,144,261,053,295,353,121,076,460,820,660,635,494,960,385,420,292,139,094,376,448 chance of randomly generating this type of seed. However, with an 8 character alphanumeric seed, there are only 2,821,109,907,456 seeds possible, meaning the percent chance of this type of seed occurring naturally within the game is 0.00000000000000000000000000000324% (to make it easier to understand, that's 3.24 * 10 ^ -30). If you had that percent of all of the world's money (estimated to be US$80,000,000,000,000), you'd have ~0.00000000000000000259 cents (2.59 * 10 ^ -18). Furthermore, if you were to develop Balatro 30,864,197,530,864,197,530,864,197,530,865 times, each time guarantying that every single unique seed across every single individual copy of Balatro is different than the last, you can expect a single-rank single-suit deck to occur exactly once. If you could manage to get every person currently alive on this planet to code one copy of Balatro every second, it would take 254 years 5 months and 21 days to get one single-rank single-suit deck.
@@matthewgagnon9426that would make it better in standard runs, but wouldn't change anything for endless. Even at 5 discards of 5 cards on 3 rounds, the final xMult is 37.5, which gets you 1 extra e, sometimes two extra e. That's way worse than anything related to retriggering. That also ignores the fact that you're dead on the first two blinds where it's not at max power yet
@@Mateo-vz4fl That's an endless problem, lots of jokers aren't going to change anything on endless. You will only go through ante, like, 12 and up through retriggering individual cards that give you xmult: baron red seal steel kings, hack idol 2s, etc.
The way I see it is that a joker like that should either be tweaked to have a larger buff for a short term, or a lower buff that can grow over time. Something like "For reach Jack discarded, this joker gains .1 mult permanently" or something along those lines. This would make it a strong pickup early on even before deck fixing, and keeps it somewhat viable as one of the all-important X-multiplier jokers
The “bug” was in the Erratic Psuedo-RNG. The way the cards were generated used a formula for the totals of each card type based on the seed. While this worked perfectly fine for LocalThunk’s needs and in his testing, it meant that in the incredibly small subset of all possible decks that could be found in an 8 digit alphanumeric seed, there were quite a few ridiculous ones, like this deck. Long story short, a simple implementation meant that the decks weren’t truly random, and data miners were able to reverse engineer the algorithm to find this seed. It’s also why this particular seed starts with a walkie talkie. There were many seeds with an all 10-of-spades deck, and the data miners went through them to find the funniest one before releasing it.
The thing i find interesting is that in a deck of 52, each card is unique. There is only one 10 of spades. So when you have multiples, does the seed treat each card as unique or as a copy of each other with the same identifier?
@@KalishKovacs I have not looked into how the game works on a code level, but seeing as the 10s rearrange themselves in his hand when he draws them instead of simply going to the right could indicate they still have their "original" value in there somewhere, similar to how a stone cards turns back to its original self if you give it the mult or chips bonus
@@venyrenWhile possible i imagined the cards being indexed in the deck and so when 2 cards have the same values for ordering between either value or suit, it uses the index no. to settle it. This would explain why hearts are always on the left when you sort your hand by value
I get the math says it's basically impossible, but it's funnier to imagine the funny gambling game managed to roll the dice correctly for this to happen.
I don't think people realize naninf runs are basically (to my knowledge, anyway, im curious what the other methods he said are) ONLY achievable with that one kind of very specific, very carefully put together build, not just any run that score good high number. Roffle's done a video of one before, and even if people didn't watch it because it was four hours long, (which is fair) the fact that the EDITED RUN is four hours long shows just how vastly the number needed to get to that point eclipses any other kind of balatro run. e numbers are stupid. humans shouldn't have learned how to do any of this. we aren't supposed to think about a number going that high. we were born to pick fruit from trees and eat it with our sticky, dirty hands and then rub our tum tum and go mmmmm orange :^)
roffle's patience is admirable with these runs. having to read and answer so many people asking questions that dont make sense and trying to poorly theorycraft ways to "optimize" the run that make no sense is painful even to watch to a point lmao
1:07:30 "Let's see if we can get a death." -Proceeds to get fool *which currently would become death if he just used it,* but then ignores it and uses the Justice first.
I wonder what the odds actually are of this happening "legitimately". It's got to be one of those "more decimal places than particles in the universe" type of things
Well, assuming that any card repeating forever is okay, the chance is that of 1/52^51. That’s about 1/3*10^87. There’s about 10^82 atoms in the known universe so it’s a more than particles in the universe thing.
i posted the math in a comment above but here's what gemini says: This is far less likely than winning the lottery multiple times in a row. It's a practically impossible event.
It does make me wonder if it's one of those "its not a bug its a feature" thing for the pure purpose of letting people fuck around on a deck with all of the same card.
I understand that people can look into the code and see that stuff is bugged but even so, shouldn't there be seeds with 52 cards of a single suit and rank anyways? Or is Balatro programmed in such a way that it would normally try and avoid that
it has to be a bug because the chances of all the cards being the same is so low. It has a 1in 52 chance for each card so call the cards togther is 1/52 *1/52* 1/52... 52 times or (1/52)^52 this is so low that it is basicly impossible because there are only 2,821,109,907,456 seeds whilst (1/52)^52 is 1/170676555274132171974277914691501574771358362295975962674353045737940041855191232907575296.
i unpacked the love file and the functions to generate the seed are in .../Resources/tmp/functions/misc_functions.lua and it doesn't appear there is any sanity checking to prevent such a thing. however that said the odds of something that like happening are (checks math) probability: (1 in 4) * (1 in 52) ^ 52 ... so uh. yeah. for perspective i asked gemini to boil those odds down into human terms: This is far less likely than winning the lottery multiple times in a row. It's a practically impossible event.
The problem is it’s just not possible because of how the probability works out for a deck of all one card. I think the probability calculates out to (1/52)^51 for that.
I'm making a few assumptions here, but 8 alphanumeric characters for a seed yield 2,821,109,907,456 possible decks. 52 cards with 52 variations all chosen independently yield ~1.7e89 deck combinations, of which there are only 52 that result in this. The likelihood that those align is.. exceedingly slim.
51:55 TL;DR Sock is the happy one, Buskin is the sad one. Sock and Buskin represent Comedy and Tragedy. In ancient Greece, theatre players portraying comical roles wore a very thin shoe that looked like a sock, while tragic roles wore a boot with a big sole, called a buskin
A guy walks into a casino with a scribble on a piece of crumpled paper, a letter and a deck of 52 10 of spades, keeps discarding his cards, forcing the dealer to hand over $10 for every card he discards. proceeds to play 5 10 of spades and the dealer is forced to give him another $20 as he wins millions of chips.
The people responding to people asking why it's a bug by just saying "It is functionally the most impossible thing" are annoying me so much. Like yes I know that it is unlikely, I'm wondering what specifically makes it a bug and not some random chance (I mean if I picked 52 random cards from a pile of 52 of every card, all possible decks are technically as likely, it's just most are not interesting. There is a difference between a set being unlikely and how likely it is to get an interesting set). To the few people giving actual answers (i.e. it's literally coded to be impossible, 10 of spades is the default card, dev said so, there are multiple other all 10 of spades seeds), thank you for actually giving an answer
Because there is more atomes in the universe than the probability of this happening. Even if all mankind was playing balatro all the time since it existed, it would have statistically never happened.
I know he's probably looking at chat after every blind, but everytime he looks to the side when a boss is getting absolutely demolished by sheer power of numbers, Roffle looking away is like him saying psssh nothing personnel kid
To be fair, after playing hundreds upon hundreds of hours, stopping to read jokers is the absolute last thing you want to do with your time. Balatro University is the place if you want to learn. Roffle is Balatro State College where you smoke a doob out the back of the shed with your professor after class.
If you only take chad and go to Ante 4, reroll for rebate to get some cash. Reroll 18 in Ante 4 is blueprint and reroll 20 is foil blueprint i found a showmaster with a lot of rerolls in Ante 5 too
The math isn't impossible though, because the probability is always (1/52)^n because each card generation is independent with uniform probability distribution.
It would be interesting if there was a new deck type that is a deck of 52 cards of the same type I.E. one run you might get 52 ten of spades, in another run you might get 52 queen of hearts, or even 52 ace of diamonds
Not going by the game's 8 character alphanumeric seed rule and instead imagining that every possible deck is indeed possible to get, would the odds of getting a seed where all cards are the same be 52 in 52 to the power of 52 ? my logic being that there are 52 possible decks where you have all of the same card. Then, the odds of getting a specific card are 1 in 52 and you would have to do that 52 times in a row. Not sure whether my thinking is flawed or not i havent done math in a while
hey I'm new to Balatro and your channel and was just wondering why you never put red seal first to ballot it? Does it not work, is the chance of breaking higher or something else i don't know yet?
There are no jokers that retrigger 10s, so he turns them into jacks so he can use the joker Sock and Buskin, which retriggers face cards (he says so himself). Retriggering cards is very important for high score runs.
I can't believe in that first arcana pack you didn't use death to convert a card into a 10 of spades. A very big mistake that I think costed you the run in the long run
For high score runs, a polychrome joker wouldn't really make a dent in his score with how much multiplication is going on with The Idol, and that's if he gets one. So it's better to just save his money and time and just not bother.
Definitely blue, it was my first win, and the extra hand was extremely helpful. The one that you shouldn’t use is the black deck that one’s definitely the hardest
I'd say Blue, then Yellow, then Red would be the easiest. Ghost deck is great but you do have to understand a few more fancy early game management techniques to get anywhere consistently. My biggest tip? REALLY manage your money in ante 1 & 2. The sooner you can get max interest the better. Money = buy stuff = more winning, and if you can't buy stuff you die.
I know it'd be a lot of effort/video, but it would be really nice for view-ability to have the tooltips of the jokers you buy show up on the side. I don't know everything by it's visuals and I keep having to sift frame by frame through your vids to see what things do so I can understand what's going on as someone not deep down the balatro rabbit hole.
Considering he does this every day and his days consist of playing Balatro for multiple hours, I don't think it's reasonable to ask him to spend even more time out of his day editing videos, especially when the majority of his viewerbase already knows the game well enough. Also, it's been requested every time a video of his blows up or he plays modded Balatro and it hasn't happened yet so I don't think it's happening.
@@Sunny_Haven up to him. I'm really just pulling the suggestion from FrostPrimes' STS vids (which he has an editor for, so it's very different) because I think it would add to the videos. Chances are it happens the moment he hires an editor, whenever that'd be. It's not up to me whether it's feasible, or whether he actually does it. Regardless, it wouldn't be for the recurring viewers, it'd be for new viewers he's potentially drawing in.
Wait, you posted this exact video before, haven't you? I distinctly remember that you picked up a Hit the Road and it turned out that even in a deck that's been almost entirely converted to jacks that joker just sucks. I don't remember how it actually ends, probably not converting the deck in full and getting idoled, but the HTR thing happened for sure. I don't watch you live cuz of timezones
@@beastysped3270 Because other cards are earning him way more. Think about it: the Totems increase his mult by 2^5, or 32 times each. The Buskin increases his mult by the amount the Totems are collectively increasing his mult, so 32^2, as well as retriggering the glass, another 32 multiplier, making it 32^3 or a 32,786 multiplier. Brainstorm copies the Buskin. Even the Chad gets its steps in, giving 4 Totem triggers and 2 glass triggers, totaling 2^6 or a 64 times multiplier. In total, his build provides something like 32 (Totem) x 32 (Totem) x 32^3 (Buskin) x 32^3 (Brainstorm) x 64 (Chad) or 70.4 trillion mult multipliers. Bringing the Blackboard would mean getting a twentieth of the final build’s mult (assuming you replaced the Chad).
Blackboard triggers on the hand one time, or a few with brainstorm and blueprint. Better jokers trigger per card, which with brainstorm or blueprint is 10 times
Rtgame only scored e15, absolutely nowhere near naninf, which around e308. For reference, each e is ten times the last. Rtgame was nowhere near, although e15 is not a bad score at all.
Amazing that the Balatro devs managed to find and wish for the game’s success on a fabled Monkey Paw. Good thing, too, means they didn’t have to work too hard on it.
If you followed the seed calculations backwards, you could probably find a better deck, ie. all kings, by working backwards from the deck to the seed, but randomly checking seeds will never yield that result.
1:04 There are 170,676,555,274,132,171,974,277,914,691,501,574,771,358,362,295,975,962,674,353,045,737,940,041,855,191,232,907,575,296 possible combinations of 52 cards to fill out the erratic deck. Since there are 52 total times a single-rank single-suit combination can happen, there is a 1 in 3,282,241,447,579,464,845,659,190,667,144,261,053,295,353,121,076,460,820,660,635,494,960,385,420,292,139,094,376,448 chance of randomly generating this type of seed. However, with an 8 character alphanumeric seed, there are only 2,821,109,907,456 seeds possible, meaning the percent chance of this type of seed occurring naturally within the game is 0.00000000000000000000000000000324% (to make it easier to understand, that's 3.24 * 10 ^ -30). If you had that percent of all of the world's money (estimated to be US$80,000,000,000,000), you'd have ~0.00000000000000000259 cents (2.59 * 10 ^ -18).
Furthermore, if you were to develop Balatro 30,864,197,530,864,197,530,864,197,530,865 times, each time guarantying that every single unique seed across every single individual copy of Balatro is different than the last, you can expect a single-rank single-suit deck to occur exactly once. If you could manage to get every person currently alive on this planet to code one copy of Balatro every second, it would take 254 years 5 months and 21 days to get one single-rank single-suit deck.
Skullbidi math 💀💀💀
Those who balatro
too many numbers. brain hurty.
@@atytheangelmuch ow
@@atytheangelThe big numbers are REALLY big, and the small numbers are REALLY small
The fact Hit the Road is terrible on this situation even when all the cards are Jacks at the end truly shows how weak the Joker is
I wonder if it would be more viable if it lasted until the end of the Ante instead of just the end of the current Blind.
@@matthewgagnon9426that would make it better in standard runs, but wouldn't change anything for endless. Even at 5 discards of 5 cards on 3 rounds, the final xMult is 37.5, which gets you 1 extra e, sometimes two extra e. That's way worse than anything related to retriggering. That also ignores the fact that you're dead on the first two blinds where it's not at max power yet
@@Mateo-vz4fl That's an endless problem, lots of jokers aren't going to change anything on endless. You will only go through ante, like, 12 and up through retriggering individual cards that give you xmult: baron red seal steel kings, hack idol 2s, etc.
The way I see it is that a joker like that should either be tweaked to have a larger buff for a short term, or a lower buff that can grow over time. Something like "For reach Jack discarded, this joker gains .1 mult permanently" or something along those lines. This would make it a strong pickup early on even before deck fixing, and keeps it somewhat viable as one of the all-important X-multiplier jokers
@@Mateo-vz4fl and the game is balanced for regular runs, not endless runs intended to literally crash the game
The “bug” was in the Erratic Psuedo-RNG. The way the cards were generated used a formula for the totals of each card type based on the seed. While this worked perfectly fine for LocalThunk’s needs and in his testing, it meant that in the incredibly small subset of all possible decks that could be found in an 8 digit alphanumeric seed, there were quite a few ridiculous ones, like this deck. Long story short, a simple implementation meant that the decks weren’t truly random, and data miners were able to reverse engineer the algorithm to find this seed.
It’s also why this particular seed starts with a walkie talkie. There were many seeds with an all 10-of-spades deck, and the data miners went through them to find the funniest one before releasing it.
oh hi there sweetie
@ oh hey what’s up
The thing i find interesting is that in a deck of 52, each card is unique. There is only one 10 of spades. So when you have multiples, does the seed treat each card as unique or as a copy of each other with the same identifier?
@@KalishKovacs I have not looked into how the game works on a code level, but seeing as the 10s rearrange themselves in his hand when he draws them instead of simply going to the right could indicate they still have their "original" value in there somewhere, similar to how a stone cards turns back to its original self if you give it the mult or chips bonus
@@venyrenWhile possible i imagined the cards being indexed in the deck and so when 2 cards have the same values for ordering between either value or suit, it uses the index no. to settle it. This would explain why hearts are always on the left when you sort your hand by value
When the deck is 10s across the board, but you still end up Jackin' it.
I hate how well this joke works
damn this joke has layers
Turn that off bro
@@cheahyeah7134 Like an ogre??
6:32 "Again, getting a small deck so we can get more Jacks is the way to go."
the way he likes to greet jokers he meets in the shop with nicknames reminds me so much of zagreus from hades
Never thought of that but you're so right lmao
“Hey Hermie, mate! Nice of you to show up, I was just running a little bit low on Coin…”
38:09 the incredibles naming their newest child:
Roffle has the funniest comment section istg
X2 holy shit
Thought literally this while watching it lmao
Lmaooo
I get the math says it's basically impossible, but it's funnier to imagine the funny gambling game managed to roll the dice correctly for this to happen.
34:56 amazon workers reading their employment contract
+2
+2 omfggggg
+2
Pretty much
+2
I don't think people realize naninf runs are basically (to my knowledge, anyway, im curious what the other methods he said are) ONLY achievable with that one kind of very specific, very carefully put together build, not just any run that score good high number.
Roffle's done a video of one before, and even if people didn't watch it because it was four hours long, (which is fair) the fact that the EDITED RUN is four hours long shows just how vastly the number needed to get to that point eclipses any other kind of balatro run.
e numbers are stupid. humans shouldn't have learned how to do any of this. we aren't supposed to think about a number going that high. we were born to pick fruit from trees and eat it with our sticky, dirty hands and then rub our tum tum and go mmmmm orange :^)
e numbers is a very basic mathematical notation. You've got no idea how truly big numbers can get. Look up graham's number or tree(3).
Chat will see that Roffle is 1000 fold away from the required score and think that an extra x2 multiplier will surely save the run
the idea that i’m not supposed to think about makes me want to even more. whoever decided that wants to limit me and i will not let them
@@Osaaamaaa More like tree(banana) yummy! Ignore number, acquire banana.
"We were born to thresh wheat and die of smallpox" - Max0r
34:52 i swear glass break odds are 3/4 when you don't want them to break and 1/25 when you do
why would you WANT a glass to break?
@@ThePhaseMaster To thin the deck
@@ThePhaseMasterCanio or just trying to make your deck smaller
@@ThePhaseMaster Canio, deck fixing, glass joker etc
I mean, once you apply red seals and heavy retriggers, it's hard for glass cards not to break.
1:04 instead of saying “balastronomically low” he said astronomically low . so i have unsubscribed. Do better
Oops! All 10s
roffle's patience is admirable with these runs. having to read and answer so many people asking questions that dont make sense and trying to poorly theorycraft ways to "optimize" the run that make no sense is painful even to watch to a point lmao
I was still right that he should have picked heartstone
@@StephenOwen why? every card is a spade from start
he skipped all those "blueprints" so sad 😢😢
@@itsesperbtw Hearthstone... like... the other card game.
@xelith6157 oh lmao I thought the comment said heartstone like the joker mbbb
1:07:30 "Let's see if we can get a death."
-Proceeds to get fool *which currently would become death if he just used it,* but then ignores it and uses the Justice first.
exactly 😭and after that he got cryptid in an unlucky lineup without red seals, that single fool w death might have saved him for another ante
Welcome back to ten spades balatro. In this run we ten spades until the ten spaded. Enjoy the video.
We ten spaded until the jacks started spading.
1:10:11 Gotta love how it was JUST the Red Seal ones that broke.
14:01 this part is so funny to me, you got a 19M chip hand and chat is still micro managing
Welcome back to ten of spades balatro
This specific deck should be in any future Balatro Lore
I just was watching another one of ur older vids then its popped up u just posted lol. I got so excited
i started kicking my feet fr
i was watching the only rare jokers video he mentioned in this video when i got the notification for this video (fuck that's a sentence)
Hey run! In today’s seeded we’re back with another video Balatro folks.
Hello everybody my name is welcome
@@MyLittlePwnyta Hello welcome my everybody is name
I wonder what the odds actually are of this happening "legitimately". It's got to be one of those "more decimal places than particles in the universe" type of things
Well, assuming that any card repeating forever is okay, the chance is that of 1/52^51. That’s about 1/3*10^87. There’s about 10^82 atoms in the known universe so it’s a more than particles in the universe thing.
i posted the math in a comment above but here's what gemini says:
This is far less likely than winning the lottery multiple times in a row.
It's a practically impossible event.
It does make me wonder if it's one of those "its not a bug its a feature" thing for the pure purpose of letting people fuck around on a deck with all of the same card.
@@Tsukistar1Don’t know why everyone in the comment section forgot about bugs in video games.
man I love hiker. That one 10 going up to 85 chips
I understand that people can look into the code and see that stuff is bugged but even so, shouldn't there be seeds with 52 cards of a single suit and rank anyways? Or is Balatro programmed in such a way that it would normally try and avoid that
it has to be a bug because the chances of all the cards being the same is so low. It has a 1in 52 chance for each card so call the cards togther is 1/52 *1/52* 1/52... 52 times or (1/52)^52 this is so low that it is basicly impossible because there are only 2,821,109,907,456 seeds whilst (1/52)^52 is 1/170676555274132171974277914691501574771358362295975962674353045737940041855191232907575296.
i unpacked the love file and the functions to generate the seed are in .../Resources/tmp/functions/misc_functions.lua and it doesn't appear there is any sanity checking to prevent such a thing. however that said the odds of something that like happening are (checks math) probability: (1 in 4) * (1 in 52) ^ 52 ... so uh. yeah. for perspective i asked gemini to boil those odds down into human terms:
This is far less likely than winning the lottery multiple times in a row.
It's a practically impossible event.
The problem is it’s just not possible because of how the probability works out for a deck of all one card. I think the probability calculates out to (1/52)^51 for that.
@@lancebrown998 That doesn't mean it has to be a bug though, no matter how low the chance is, it is still possible
I'm making a few assumptions here, but 8 alphanumeric characters for a seed yield 2,821,109,907,456 possible decks. 52 cards with 52 variations all chosen independently yield ~1.7e89 deck combinations, of which there are only 52 that result in this. The likelihood that those align is.. exceedingly slim.
51:55
TL;DR Sock is the happy one, Buskin is the sad one.
Sock and Buskin represent Comedy and Tragedy. In ancient Greece, theatre players portraying comical roles wore a very thin shoe that looked like a sock, while tragic roles wore a boot with a big sole, called a buskin
the infamous second son
I loved that game
Goated game
2:06 I wonder what the face down cards will be 😂
A guy walks into a casino with a scribble on a piece of crumpled paper, a letter and a deck of 52 10 of spades, keeps discarding his cards, forcing the dealer to hand over $10 for every card he discards. proceeds to play 5 10 of spades and the dealer is forced to give him another $20 as he wins millions of chips.
21:08 That sounds terrible out of context 💀
When it's too long and now it can kill
Him skipping all of those wheels was what made him lose /j
holy shit i just tried this today for the first time and then you uploaded this, thats awesome
Thank you for making me buy this game and forget about sleep.
"money cant buy happiness" mfs when i reroll 20 times for one specific joker
The people responding to people asking why it's a bug by just saying "It is functionally the most impossible thing" are annoying me so much. Like yes I know that it is unlikely, I'm wondering what specifically makes it a bug and not some random chance (I mean if I picked 52 random cards from a pile of 52 of every card, all possible decks are technically as likely, it's just most are not interesting. There is a difference between a set being unlikely and how likely it is to get an interesting set).
To the few people giving actual answers (i.e. it's literally coded to be impossible, 10 of spades is the default card, dev said so, there are multiple other all 10 of spades seeds), thank you for actually giving an answer
Because there is more atomes in the universe than the probability of this happening. Even if all mankind was playing balatro all the time since it existed, it would have statistically never happened.
Accidently fell asleep while the video was playing. Guess I gotta start it over now
I know he's probably looking at chat after every blind, but everytime he looks to the side when a boss is getting absolutely demolished by sheer power of numbers, Roffle looking away is like him saying psssh nothing personnel kid
Hey video, in today’s enjoy we’re back with another video. Seeded balatro
34:55 amazon employees checking their schedules
Playing the seed as I watch this video lol
Kinda unrelated but I really like watching this guy's videos and videos of roguelike games any good risk of rain 2 youtuber rec s maybe like this guy
This man is DETERMINED not to let you follow along with what is happening, even if you try to pause and read the card descriptions
Fr like my entire google search history is just random joker abilities so I can figure out what’s happening 😭
Play balatro just a little bit you'll be good 👍
Sometimes you just need the game open by the side 😂😂
To be fair, after playing hundreds upon hundreds of hours, stopping to read jokers is the absolute last thing you want to do with your time.
Balatro University is the place if you want to learn. Roffle is Balatro State College where you smoke a doob out the back of the shed with your professor after class.
@@Seedling132 couldn't agree more, Doctor spectered is THE ONE 🔥😂
And he an actual doctor 🤯
If you're trying to stop when the card descriptions on screen, < and > let you go backwards and forwards one frame at a time
Love the mod vids but love you vids too keep it up man 🫶👍
I think the the other version of this seed with all jokers being holographic is way funnier.
Do you have the seed?
I remember when I was hoping that Roffle would run the seed back, didn't think I'd actually get to see it
Wouldn’t burned joker go crazy in this seed?(assuming I’m remember right and that’s the first discard level up hand discarded joker)
It would be good for leveling up the flush five at the start, but would be outclassed by other jokers that offer better scaling
There's no bugs here. Just beautiful wonderful RNG
Imagine a retrigger voucher. The first one gives you retriggers on 6s and 7s, the second gives retriggers on 8s 9s and 10s. Or something like that
What's your outro song? I think it's from HearthStone, but can't tell what part.
If you only take chad and go to Ante 4, reroll for rebate to get some cash. Reroll 18 in Ante 4 is blueprint and reroll 20 is foil blueprint i found a showmaster with a lot of rerolls in Ante 5 too
The math isn't impossible though, because the probability is always (1/52)^n because each card generation is independent with uniform probability distribution.
It would be interesting if there was a new deck type that is a deck of 52 cards of the same type
I.E. one run you might get 52 ten of spades, in another run you might get 52 queen of hearts, or even 52 ace of diamonds
Not going by the game's 8 character alphanumeric seed rule and instead imagining that every possible deck is indeed possible to get, would the odds of getting a seed where all cards are the same be 52 in 52 to the power of 52 ? my logic being that there are 52 possible decks where you have all of the same card. Then, the odds of getting a specific card are 1 in 52 and you would have to do that 52 times in a row. Not sure whether my thinking is flawed or not i havent done math in a while
hey I'm new to Balatro and your channel and was just wondering why you never put red seal first to ballot it?
Does it not work, is the chance of breaking higher or something else i don't know yet?
Red seals and hanging Chad don't have synergy, iirc. Chad just gives +2 triggers, seal giving +1. Chad doesn't give bonus red seal triggers
"Space Jam DVD" but "It's A 10 of Spades."
34:56 hey roffle, what's the hardest song in v extension 3?
Fist pump when you played 5 glass jacks and zero breaks. :3
Pained grunt when two glass with token jokers broke.... ;n;
Where are all the spectral packs??
Right I might be stupid here and I’m only halfway through the video but what was the thought process to turn them into jacks?
Joker that re triggers face cards
There are no jokers that retrigger 10s, so he turns them into jacks so he can use the joker Sock and Buskin, which retriggers face cards (he says so himself). Retriggering cards is very important for high score runs.
lol i just watched the bugged deck video from 9 months ago and had to do a double take to make sure i wasnt watching the same one
I can't believe in that first arcana pack you didn't use death to convert a card into a 10 of spades. A very big mistake that I think costed you the run in the long run
Never been this early to a roffle vid
Never early vid this roffle been to
i never knew blackboard was bad
Hey folks, in today's video we're back with more gold sta-oh wait
what is the source(s) of subscription alerts? and what is funny about them, i could not understand
Hello Roffle, this is friends... wait wrong UA-camr
Dang I'm CRIMINALLY EARLY, hi Roffle and friends!
Just curious - why don’t you use WoF?
For high score runs, a polychrome joker wouldn't really make a dent in his score with how much multiplication is going on with The Idol, and that's if he gets one. So it's better to just save his money and time and just not bother.
i rate this seed 10/10
What was the name of the baby from the Incredibles again?
Me: 35:25
Couldn’t you use Pareidolia and sock and buskin to get the retrigger effect on the 10’s?
You can but it makes you commit a joker slot.
what is the source of sound effects? i mean subscription, bits alerts etc
ooou , it is reading the comment!!
do you need to unlock everything for this seed to appear or can you do it earlier?
Seeds are never locked, but I believe you do have to use this one on the Erratic Deck which does need to be unlocked.
@Seedling132 i meant, if you dont have every joker unlocked, does the seed change?
how can I start the game with only 52x 10 spades ?
Hey I’m newish to the game and I’m haven’t won my first game yet, what of the basic decks would you recommend to win my first run?
Definitely blue, it was my first win, and the extra hand was extremely helpful. The one that you shouldn’t use is the black deck that one’s definitely the hardest
Every deck in winnable
But black deck kinda yuck in my opinion
I'd say Blue, then Yellow, then Red would be the easiest. Ghost deck is great but you do have to understand a few more fancy early game management techniques to get anywhere consistently.
My biggest tip? REALLY manage your money in ante 1 & 2. The sooner you can get max interest the better. Money = buy stuff = more winning, and if you can't buy stuff you die.
Seed work for switch or just pc?
Why the hell the glass card never/rarely break? Mine always break
I know it'd be a lot of effort/video, but it would be really nice for view-ability to have the tooltips of the jokers you buy show up on the side. I don't know everything by it's visuals and I keep having to sift frame by frame through your vids to see what things do so I can understand what's going on as someone not deep down the balatro rabbit hole.
Considering he does this every day and his days consist of playing Balatro for multiple hours, I don't think it's reasonable to ask him to spend even more time out of his day editing videos, especially when the majority of his viewerbase already knows the game well enough. Also, it's been requested every time a video of his blows up or he plays modded Balatro and it hasn't happened yet so I don't think it's happening.
@@Sunny_Haven up to him. I'm really just pulling the suggestion from FrostPrimes' STS vids (which he has an editor for, so it's very different) because I think it would add to the videos. Chances are it happens the moment he hires an editor, whenever that'd be.
It's not up to me whether it's feasible, or whether he actually does it. Regardless, it wouldn't be for the recurring viewers, it'd be for new viewers he's potentially drawing in.
I would give this seed 10/10
Am I going insane or was this video posted literally within the past few weeks re-attempting the 10 spade bug cuz I swear i remember watching it
you might've watched the vod of the full stream of this, cause those are also posted to this channel
I'm very interested to see how far this'll go. I managed Ante 15.
Now we gotta find a seed where its all kings and play baron pog
Wait, you posted this exact video before, haven't you? I distinctly remember that you picked up a Hit the Road and it turned out that even in a deck that's been almost entirely converted to jacks that joker just sucks.
I don't remember how it actually ends, probably not converting the deck in full and getting idoled, but the HTR thing happened for sure. I don't watch you live cuz of timezones
He says in the beginning that he did this seed 9 months ago but he's a lot better at the game now, which is why he wanted to try it again.
@Sunny_Haven Did he also convert all his cards to jacks and pick up hit the road that sucked in that one? No way.
@@franslair2199 I skimmed that video and he got an eternal Walkie Talkie pretty early on, so no. Must be another video you're thinking of.
Why does he say that blackboard is bad? I understand that he is probably right and I am probably wrong but it seems to me x3 mult is just x3 score
Bad for the current build
@Frrixy but why tho
Because with better jokers you can get more than a single x3
@@beastysped3270 Because other cards are earning him way more. Think about it: the Totems increase his mult by 2^5, or 32 times each. The Buskin increases his mult by the amount the Totems are collectively increasing his mult, so 32^2, as well as retriggering the glass, another 32 multiplier, making it 32^3 or a 32,786 multiplier. Brainstorm copies the Buskin. Even the Chad gets its steps in, giving 4 Totem triggers and 2 glass triggers, totaling 2^6 or a 64 times multiplier. In total, his build provides something like 32 (Totem) x 32 (Totem) x 32^3 (Buskin) x 32^3 (Brainstorm) x 64 (Chad) or 70.4 trillion mult multipliers. Bringing the Blackboard would mean getting a twentieth of the final build’s mult (assuming you replaced the Chad).
Blackboard triggers on the hand one time, or a few with brainstorm and blueprint. Better jokers trigger per card, which with brainstorm or blueprint is 10 times
Had it been all 4s, a radiohack would be brutal
Early as hell but we ball
jimball
1:06:02 i mean parrot dash i believe got a really good naneinf seed unseeded but i'll have to check
i checked and yes it was unseeded
I just really think lusty was a good pick up here :(
just gotta remember that e12 is Trillion
Still have to see what happens unmodded if all your cards are wild cards…
people only done modded gameplay of that.
What if we just live in the timeline where this is possible
45:42 holy moly 5 money hits when you don‘t need them
That seed just produces a normal deck when I try it
Only work on Erratic deck
Just a suggestion but if you get a chance look up Arty games when he did the seated run he got nigh infinite
Rtgame only scored e15, absolutely nowhere near naninf, which around e308. For reference, each e is ten times the last. Rtgame was nowhere near, although e15 is not a bad score at all.
@potatowithwifi he did do an inf run, wdym
Why was the Ten-Four walkie talkie not a good choice here?
Idol was always going to be the goal from the very beginning. +28 mult max is much, much, much less than x128 mult.
36:15 there was a 46.33% chance of not getting a money shot here
Why do you skip over all the wheels of fortune when you have this much gold? There's a chance to get a 1.5x for your retrigger jokers
This seed doesn't work for me, no clue what I'm doing wrong. On xbox.
Are you using the erratic deck? That should be the only requirement
Why doesnt the seed work for me? Im on mobile
Use it on Erratic deck
Amazing that the Balatro devs managed to find and wish for the game’s success on a fabled Monkey Paw. Good thing, too, means they didn’t have to work too hard on it.
If you followed the seed calculations backwards, you could probably find a better deck, ie. all kings, by working backwards from the deck to the seed, but randomly checking seeds will never yield that result.