172a716649
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
702 B
Lua
12 lines
702 B
Lua
-- 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
|
|
touch_mode = true, -- enlarge advice text/buttons for phone screens
|
|
discovered = {}, -- famous pairs the player has fielded (pair keys)
|
|
themes_found = {}, -- synergy themes the player has assembled (tags)
|
|
}
|