Initial release: Joker Combo Advisor v1.0.0

Steamodded mod that teaches Balatro joker synergies: hover tooltips
explain why jokers combo (famous-pair blurbs + tag-based reasons),
combo discovery tracking with catalog grey-out and run recap, an
in-game synergy catalog with real card sprites, learning mode, and
a HUD shortcut.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-07-09 21:54:04 -07:00
commit 8783785283
7 changed files with 1392 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
-- Default settings for Joker Combo Advisor. Steamodded loads this table,
-- persists changes made in the in-game Config tab, and restores them on boot.
return {
pulse = true, -- recommended shop jokers pulse periodically
owned_tooltip = true, -- show "Active combos" tooltip on owned jokers
threshold = 4, -- total synergy score needed to recommend a card
learning_mode = false, -- hide verdicts (pulse, "Strong pick!"), keep reasons
discovered = {}, -- famous pairs the player has fielded (pair keys)
}