balatro-mods/UnStable-main/config.lua
2025-02-24 13:28:04 +08:00

25 lines
554 B
Lua

return {
["rank"] = {
["rank_21"] = true,
["rank_binary"] = true,
["rank_decimal"] = true,
},
["enh"] = {
["enh_custom"] = true,
["enh_disenh"] = true,
},
["gameplay"] = {
["edition_upgrade"] = true,
["seal_suit"] = true,
["c_aux"] = true,
["music"] = true,
["c_rebundant"] = true,
["new_spectrals"] = true,
},
["joker"] = {
["vanilla"] = true,
["shitpost"] = true,
["alter"] = true,
["powerful"] = true,
}
}