Salta ai contenuti

Combos

Questi contenuti non sono ancora disponibili nella tua lingua.

What this surface is

Combos is the discovery surface for known combo lines and card pairs. It’s powered by Pegasus’s combo-intel ingest pipeline that extracts two-card combo pairs from community-contributed combo notes and tags them with a deterministic generated name. Use Combos to look up what a specific card pair does, browse combos by archetype, or discover combos your deck enables that you weren’t using.

Where to find it in the app

Navigate to /combos from the main nav. Combos also surface contextually:

  • In Quick Analysis findings panel — when Pegasus detects a combo line in your deck
  • In Compare takeaways — when a swap adds or removes a combo line
  • In card detail panels — “Combos this card enables” section
The combos browse view. Each card shows the pair + generated name + tags.

Layout

RegionPurpose
Top toolbarSearch, archetype filter, source filter
Combo gridOne card per combo pair
Combo detailSelected combo’s full breakdown — steps, requirements, end-board
Source attributionOriginal combo note source (community contributor)

Combo entry fields

FieldTypeWhat it showsNotes
Card Acard chipFirst card in the pair
Card Bcard chipSecond card in the pair
Generated nametextDeterministic name from cards + archetypeAlways shown — never the raw combo_name
ArchetypetagInferred archetype
Stepsordered listPer-step description from source
End-boardtext + chipsWhat the combo establishes
SourcelinkOriginal community note
Tagschip listFormat, role, difficulty

Pair extraction model

Combo-intel ingests community combo notes and extracts two-card pairs that, when held together, enable a meaningful play sequence.

StageWhat happens
1. IngestRaw combo note pulled from the source feed
2. ParseStep-by-step text and end-board parsed into structured form
3. Card resolutionCard names matched to the catalog (printing-agnostic)
4. Pair extractionTwo-card pairs identified — each pair is independently meaningful
5. List-combo filterTagged list combos are skipped to avoid false-positive duplicates
6. Generated nameDeterministic name from the cards + inferred archetype
7. PersistCombo + pairs stored, surfaced in /combos and analysis findings

The list-combo dedup at step 5 was added in P4.5 — before that, tagged list combos generated duplicate pair entries that polluted combo-intel.

How combos appear in analysis

In Quick Analysis findings, each detected combo line shows:

  • Pair: Card A + Card B
  • Generated name
  • Step sequence (collapsed by default)
  • End-board summary
  • Confidence (whether the pair is fully present or partial)

Interactions

  • Click a combo tile → opens detail with full step sequence
  • Click a card chip inside a combo → opens card detail
  • Filter by archetype → narrows the grid to one archetype’s combos
  • Search → matches against card names, generated name, and end-board text
  • “Show in my decks” toggle → filter to combos enabled by ≥1 active deck

States and badges

BadgeMeaning
”In your decks”At least one active deck enables this combo
”Partial”You own one card of the pair but not the other
”Owned”You own both cards
”List combo” filterExcluded by default — these are deck-list snapshots, not card pairs
Source confidence chipConfidence in the parse + attribution

Edge cases