Pulse a hovered joker's combo partners on the board

While hovering a shop/pack joker (or an owned one), the owned jokers it
synergizes with juice gently every ~0.9s, so the tooltip's partner names
are matched to cards by eye. Partner set is computed once per hover and
dropped when it ends. New config toggle: partner_highlight (default on);
stays active in learning mode since it explains rather than judges.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-07-10 13:59:38 -07:00
parent 4a882e8101
commit 301d5288b5
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
return {
pulse = true, -- recommended shop jokers pulse periodically
owned_tooltip = true, -- show "Active combos" tooltip on owned jokers
partner_highlight = true, -- hovering a joker pulses its owned partners
threshold = 4, -- total synergy score needed to recommend a card
learning_mode = false, -- hide verdicts (pulse, "Strong pick!"), keep reasons
touch_mode = true, -- enlarge advice text/buttons for phone screens