this post was submitted on 14 Jan 2025
15 points (100.0% liked)
Balatro
850 readers
56 users here now
Welcome to Balatro Lemmy and Mbin Community.
This community is for the game Balatro, which is developed by LocalThunk and published by Playstack. For more Balatro conversation, please head to the stickied FAQ and check out the official Discord channel. Also make sure you read our rules before posting.
Rules:
- 1: Treat all users with respect.
- 2: Posts must be related to the Balatro
- 3: No advertising.
- 4: No piracy.
- 5: No NSFW or adult content.
- 6: Reddit reposts are allowed.
Official Links
Unofficial Links
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The code of Balatro is open source. Unzip your exe file and see that it's a bunch of lua source files in a trenchcoat.
The code is terribly written, so it'll probably take a while to find what you're looking for, but I once read through it check to see if Wheel of Fortune was actually a 1 in 4 chance. It is.
I doubt there is anything checking which deck you're using. Actual RNG is incredibly far from what our intuition about randomness is and it's made worse by many popular games having hidden pity systems to prevent streaks of bad luck. Balatro has no pity system. The game doesn't track if you missed Wheel of Fortune 6 times in a row. The next check is still 1 in 4.
This is true. I'm sure Balatro addicts have pored over every line of LUA script in the game, and they would have spotted anything resembling a pity system. Balatro is unusual for not fudging the probabilities at all, and I just had to wrap my head around that. That one time my lucky cards triggered 7 times and didn't give me any +mult and I died... that was just 7 honest misses in a row, which had a 21% chance of happening.
I actually went back and tried Plasma Deck yesterday, Playing like I have a brain, I finally beat White Stake, made it to ante 12, and got the achievement for 100,000k in a single hand. I kept my options open and adapted to the upcoming boss blinds like I should, and I had a good run.
Quote of the fuckin century my dude
It's not strictly speaking open source, but the source code can be read if you so wish.
Tell me more about this lua....