EFHIII / balatro-calculator

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

Oops All 6s, Bloodstone, min value and Incorrect joker sorting #61

Open Draco18s opened 3 months ago

Draco18s commented 3 months ago

image

Breakdown says that the probability of Bloodstone triggering is "4 in 3" and it should be "3 in 3." Either way, that's a 100% chance meaning the minimum possible value this hand can produce is 107500 not 9460.

Second, this is NOT the best sorting for these jokers. I suspect that this is due to the incorrect computation of the minimum possible score not taking into account Oops All 6s altering probability to be deterministic.

image