EFHIII / balatro-calculator

A tool for calculating the score of a hand in Balatro
MIT License
65 stars 8 forks source link

Joker Stencil Big Mult calculated incorrectly for dupes #69

Closed runciman closed 2 weeks ago

runciman commented 2 weeks ago

When duplicate Joker Stencil jokers are in play, the big mult is calculcated wrongly. In my example game, I have two Joker Stencil's and the game caluclates the bug mult to be X3, but balatro-calculator reports X4. I've attached a save of the game to demonstrate too Screenshot 2024-06-30 175629 Screenshot 2024-06-30 175644 joker stencil save.zip

EFHIII commented 2 weeks ago

Not a bug. The mult is determined solely by the card's Value (Value + 1). You might notice that Negative isn't an option. Because Negative cards would effect this, it's not possible to have both no Negative option and automatically calculate the mult for this card. I opted to not have negative as an option. image