nh6574 / JokerDisplay

Simple Balatro mod that displays information such as modifiers or relevant hands, ranks or suits under Jokers.
GNU General Public License v3.0
67 stars 8 forks source link

Custom support for Baseball Card-like effects #28

Closed nh6574 closed 9 months ago

nh6574 commented 9 months ago

So, the idea is to modify the way editions and Baseball Card bonuses work by making it customizable with a custom function through the API.

Maybe something like

enhancement_function = function(card)
    -- some logic here
    return {chips = 50, x_chips=1.5, mult= 10, x_mult=1.5, dollars=3} -- this adds all these bonuses to "card"
end
nh6574 commented 9 months ago

Added in v1.5.0