Pair Burglar with Card Sharp; caution the two hand-cost jokers

Card Sharp's x3 needs the same hand twice in ONE round -- it checks
played_this_round > 1 (card.lua:4465) and that counter resets each
round (state_events.lua:252). Burglar's +3 hands makes the replay
routine, so it gets the famous pair plus a hands_up want, same shape
as Burglar + Acrobat. The old verdict rejecting the Obelisk clash
stands; the audit entry now records both decisions.

Troubadour and Merry Andy join the cautions: their buried costs (one
fewer hand every round, one hand size) are the same shape as
Stuntman's existing warning.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-07-15 18:59:16 -07:00
parent 53907424b0
commit b88fd0ea07
3 changed files with 19 additions and 9 deletions
+6 -7
View File
@@ -11,11 +11,11 @@ does not get redone from scratch every session.
| | |
|---|---|
| Jokers in the database | 150 |
| Famous pairs | 36 |
| Famous pairs | 37 |
| Clashes | 24 |
| Cautions | 15 |
| Cautions | 17 |
| Themes | 31 |
| Jokers in no famous pair | 102 |
| Jokers in no famous pair | 101 |
## Jokers the advisor is silent about
@@ -25,7 +25,7 @@ answer for some of them -- but it should be a decision, not an accident.
| | count |
|---|---|
| Silent, reviewed, staying that way | 25 |
| Silent, reviewed, staying that way | 24 |
| Silent, but a lead worth chasing | 0 |
| **Silent and never looked at** | **0** |
@@ -38,7 +38,6 @@ synergy is worse than a missing one.
### Reviewed, and deliberately silent
- **`j_baseball`** — xMult per Uncommon joker owned. A rarity tag would have exactly one payoff, and every giver would be "is uncommon" -- noise, not synergy.
- **`j_card_sharp`** — REJECTED as a clash with Obelisk. Card Sharp rewards replaying a hand and Obelisk punishes replaying your MOST played hand -- but neither destroys the other precondition; the player's hand choice does. That is an opposed incentive, not an opposed effect. Flagging it would dilute the clash signal, which only earns trust while every entry is mechanical.
- **`j_cavendish`** — the reward for Gros Michel dying, not a partner
- **`j_ceremonial`** — RESOLVED: it destroys the joker to its right at blind select (card.lua:2945), skipping Eternals. JCA.dagger_victim now names the joker about to die, in the tooltip, while there is still time to reorder.
- **`j_chicot`** — disables the boss blind; no joker interaction
@@ -81,7 +80,7 @@ A tag with two is fragile: drop either joker and the theme dies.
| `four_kind` | 2 | 1 | **2** | yes |
| `gold_gen` | 1 | 1 | **2** | yes |
| `hand_size` | 3 | 4 | 7 | yes |
| `hands_up` | 1 | 1 | **2** | yes |
| `hands_up` | 1 | 2 | 3 | yes |
| `hearts` | 2 | 2 | **2** | yes |
| `joker_gen` | 1 | 3 | 4 | yes |
| `money` | 15 | 3 | 17 | yes |
@@ -122,5 +121,5 @@ mis-tagged, the error is spread across the whole database.
| `j_sock_and_buskin` | 12 |
| `j_blueprint` | 11 |
Jokers with **no** partner scoring >= 2 anywhere in the game: 25
Jokers with **no** partner scoring >= 2 anywhere in the game: 24