this post was submitted on 14 Jan 2025
15 points (100.0% liked)
Balatro
850 readers
37 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.
Tell me more about this lua....