From cc26ae6767b835066f0851d1c6571726d33fa68a Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 10 Jul 2026 14:01:20 -0700 Subject: [PATCH] Add 12 famous pairs to the combo database (19 -> 31) Blueprint+Brainstorm, Mime+Raised Fist, Mime+Shoot the Moon, Hack+Fibonacci, Photograph+Sock and Buskin, Smiley+Sock and Buskin, Four Fingers+Shortcut, Four Fingers+Smeared, Smeared+Bloodstone, Bull+To the Moon, Marble+Hologram, Egg+Campfire. All blurbs within the 34-char tooltip budget; discovery and the Combos tab pick them up automatically. Co-Authored-By: Claude Fable 5 --- synergies.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/synergies.lua b/synergies.lua index eb8a76e..4301c24 100644 --- a/synergies.lua +++ b/synergies.lua @@ -212,6 +212,18 @@ local PAIRS = { {'j_four_fingers', 'j_square', 'four-card hands suit them both'}, {'j_marble', 'j_stone', 'adds Stones that pay chips'}, {'j_oops', 'j_lucky_cat', 'better odds, more Lucky payoffs'}, + {'j_blueprint', 'j_brainstorm', 'copy chains double your best'}, + {'j_mime', 'j_raised_fist', 'lowest held card pays twice'}, + {'j_mime', 'j_shoot_the_moon', 'held Queens trigger twice'}, + {'j_hack', 'j_fibonacci', 'retriggered low cards pay again'}, + {'j_photograph', 'j_sock_and_buskin', 'the first face fires again'}, + {'j_smiley', 'j_sock_and_buskin', 'faces pay their Mult twice'}, + {'j_four_fingers', 'j_shortcut', '4-card gap Straights'}, + {'j_four_fingers', 'j_smeared', '4-card two-suit Flushes'}, + {'j_smeared', 'j_bloodstone', 'half the deck counts as Hearts'}, + {'j_bull', 'j_to_the_moon', 'interest piles up, chips follow'}, + {'j_marble', 'j_hologram', 'every added Stone grows Hologram'}, + {'j_egg', 'j_campfire', 'sell the grown Egg for xMult'}, } -- Known traps: pairs that actively hurt each other. Warning-only — they