https://github.com/Aurif/balatro-ABC
Most of the info is in the readme on the github repo, but long story short, this lib allows you to create jokers in a more pleasant way:
ABC.Joker("Voucher Joker")
:description({"After defeating a Boss Blind", "gain a {C:attention}#tag#{}"})
:variables({
tag = ABC.VARS.Tag("tag_voucher"),
})
:rarity_uncommon()
:calculate(function(self, card, context, ABCU)
ABCU:on_round_boss_defeated(function ()
ABCU.vars.tag:spawn()
end)
end)
:register()
and has full support for autocompletion and in-IDE documentation!
GitHub
Ari's Balatro (modding) Core. Contribute to Aurif/balatro-ABC development by creating an account on GitHub.