From c479f7854d229fbe1730ebbe93339d0361927504 Mon Sep 17 00:00:00 2001 From: funman300 Date: Wed, 15 Jul 2026 19:48:33 -0700 Subject: [PATCH] Ship 1.1.0: changelog, README bullets for the new advice surfaces Localization was assessed and deliberately deferred: the mod's teaching text lives in data blurbs (synergies.lua), so translating only the UI chrome would produce a half-English interface; a real pass needs the blurb schema redesigned around loc keys first. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++ JokerComboAdvisor.json | 2 +- README.md | 9 +++++++++ 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d875ac0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ +# Changelog + +## 1.1.0 — 2026-07-15 + +### New advice surfaces +- **Consumable advice**: shop Planet/Tarot/Spectral cards and their booster + packs name the owned jokers they feed; Standard Packs warn when they would + shrink Erosion's Mult. Silent unless an owned joker cares. +- **Sticker cautions**, per card instance: perishable on a scaling joker + ("gains die in 5 rounds") and rental on a money joker ("rent may eat its + payout"). + +### Database fixes (full audit against the real game code) +- DNA is no longer called a Pair enabler — its trigger (first hand of round, + exactly 1 card) makes that advice meaningless. Its trips/quads enabling and + Hologram pairing stay. +- Removed the Vampire + Marble clash: Marble feeds Vampire (a Stone card is + fuel, same shape as the Midas Mask pair). Stone-build harm remains covered + by Vampire + Stone Joker. +- New wants: Delayed Gratification (extra discards raise its payout), The + Idol (Smeared doubles its eligible cards), 8 Ball (retriggers re-roll it), + Card Sharp (extra hands make replays routine), Perkeo (Spectral and Planet + supply are duplication targets, not just Tarot). +- New famous pair: Burglar + Card Sharp. New cautions: Troubadour (plays one + fewer hand each round) and Merry Andy (costs 1 hand size). +- Suit tooltip phrasing no longer claims a payoff joker "turns cards into" + its suit. + +### Tooling +- `JOKER_EFFECTS.md`: all 150 vanilla joker effects, keyed by real center + keys, for auditing tags without paraphrasing from memory. +- The audit now records verdicts for two-member ("fragile") themes and fails + on an unreviewed or stale one, same as silent jokers. +- CI workflow (Gitea Actions): syntax check, the suite on Lua 5.4 and LuaJIT, + audit freshness. + +## 1.0.0 + +Initial release: synergy scoring and shop recommendations, hover tooltips +with reasons, famous pairs, clash/caution warnings, sell advisor, copy +advisor (Blueprint/Brainstorm chains), boss-blind cautions, build gaps, +combo/theme discovery with catalog tabs and progress, post-run recap, +learning mode, JokerDisplay and Too Many Jokers integrations, public API +for other mods (`JCA.register`, `register_pair`, `register_clash`). diff --git a/JokerComboAdvisor.json b/JokerComboAdvisor.json index a4445c2..c4a8faa 100644 --- a/JokerComboAdvisor.json +++ b/JokerComboAdvisor.json @@ -8,6 +8,6 @@ "main_file": "main.lua", "priority": 0, "badge_colour": "F5A623", - "version": "1.0.0", + "version": "1.1.0", "dependencies": ["Steamodded (>=1.0.0~BETA)"] } diff --git a/README.md b/README.md index f5830d8..7704ba0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ recommends joker combos while you play: vs Steel Joker…), and destructive jokers (Ceremonial Dagger, Madness, Stencil) carry a "Caution" line in the shop. Warnings never change the score — they just stop a bad buy. +- **Consumable advice**: shop consumables and booster packs get the same + treatment — a Planet card or Celestial Pack names the owned jokers it + feeds ("Feeds: Constellation"), Arcana supply points at Fortune Teller, + and a Standard Pack warns you when it would shrink Erosion's Mult. Quiet + unless one of your jokers actually cares. +- **Sticker cautions**: a perishable sticker on a scaling joker (Ride the + Bus, Hologram…) means its gains die with the 5-round timer, and a rental + sticker on a money joker can eat its whole payout — both get a red + caution in the buy area, per card, only when the sticker is present. - **Partner highlight**: while you hover a joker, the owned jokers it combos with pulse gently on the board, so the names in the tooltip are matched to cards by eye.