diff --git a/.env.example b/.env.example
index 5ae994f..d0b1f06 100644
--- a/.env.example
+++ b/.env.example
@@ -13,7 +13,7 @@
# HOST=0.0.0.0 # Uvicorn bind host (only when APP_MODE=web).
# PORT=8080 # Uvicorn port.
# WORKERS=1 # Uvicorn worker count.
-APP_VERSION=v2.3.1 # Matches dockerhub compose.
+APP_VERSION=v2.3.2 # Matches dockerhub compose.
############################
# Theming
@@ -46,18 +46,18 @@ WEB_THEME_PICKER_DIAGNOSTICS=0 # 1=enable uncapped synergies, diagnostics f
############################
# Random Modes (alpha)
############################
-# RANDOM_MODES=1 # Enable backend random build endpoints
-# RANDOM_UI=1 # Show Surprise/Reroll/Share controls in UI
-# RANDOM_MAX_ATTEMPTS=5 # Cap retry attempts for constrained random builds
+RANDOM_MODES=1 # Enable backend random build endpoints
+RANDOM_UI=1 # Show Surprise/Reroll/Share controls in UI
+RANDOM_MAX_ATTEMPTS=5 # Cap retry attempts for constrained random builds
# RANDOM_TIMEOUT_MS=5000 # Per-attempt timeout (ms)
# HEADLESS_RANDOM_MODE=1 # Force headless runner to invoke random flow instead of scripted build
# RANDOM_THEME=Treasure # Legacy single-theme alias (maps to primary theme if others unset)
# RANDOM_PRIMARY_THEME=Treasure # Primary theme slug (case-insensitive)
# RANDOM_SECONDARY_THEME=Artifacts # Secondary theme slug
# RANDOM_TERTIARY_THEME=Tokens # Tertiary theme slug
-# RANDOM_AUTO_FILL=1 # Auto-fill missing secondary/tertiary slots
-# RANDOM_AUTO_FILL_SECONDARY=1 # Explicit secondary auto-fill override (fallback from RANDOM_AUTO_FILL)
-# RANDOM_AUTO_FILL_TERTIARY=1 # Explicit tertiary auto-fill override (fallback from RANDOM_AUTO_FILL)
+RANDOM_AUTO_FILL=1 # Auto-fill missing secondary/tertiary slots
+RANDOM_AUTO_FILL_SECONDARY=1 # Explicit secondary auto-fill override (fallback from RANDOM_AUTO_FILL)
+RANDOM_AUTO_FILL_TERTIARY=1 # Explicit tertiary auto-fill override (fallback from RANDOM_AUTO_FILL)
# RANDOM_STRICT_THEME_MATCH=0 # Require strict commander theme matches
# RANDOM_CONSTRAINTS= # Inline JSON or path to JSON constraints for random selection
# RANDOM_CONSTRAINTS_PATH= # Alternate path-based constraints override (takes precedence if set)
diff --git a/.gitignore b/.gitignore
index 367d19f..0d8dc59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,8 @@ logs/perf/*
deck_files/
config/themes/catalog/
!config/card_lists/*.json
-!config/themes/*.json
+!config/themes/*.yml
+config/themes/theme_list.json
!config/deck.json
!test_exclude_cards.txt
!test_include_exclude_config.json
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfbbc00..5f7eb01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,11 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
### Fixed
- _No changes yet._
+## [2.3.2] - 2025-09-30
+### Fixed
+- Theme catalog pagination reprocesses HTMX fragments after Ajax loads so the “Next” button behaves correctly in the picker and simple catalog views.
+- Docker entrypoint now seeds the default `config/themes` files (e.g., `synergy_pairs.yml`, `theme_clusters.yml`, `theme_whitelist.yml`) into mounted volumes so Docker Hub images start with the expected theme catalog baseline.
+
## [2.3.1] - 2025-09-29
### Added
- Headless runner parity: added `--random-mode` and accompanying `--random-*` flags to mirror the web Surprise/Reroll builder (multi-theme inputs, auto-fill overrides, deterministic seeds, constraints, and optional JSON payload export).
diff --git a/RELEASE_NOTES_TEMPLATE.md b/RELEASE_NOTES_TEMPLATE.md
index 9a65868..2b112fb 100644
--- a/RELEASE_NOTES_TEMPLATE.md
+++ b/RELEASE_NOTES_TEMPLATE.md
@@ -1,126 +1,9 @@
# MTG Python Deckbuilder ${VERSION}
## Summary
-- Hardened theme catalog schema to accept optional IDs and refreshed the preview performance baseline to keep CI checks green.
-- CI updates install the missing `httpx` dependency and run pytest through `python -m` to ensure the web stack tests import the local package correctly.
-- Fast-path catalog validation now tolerates empty synergy lists while still flagging missing fields or non-string entries.
-- Committed deterministic CSV fixtures under `csv_files/testdata` so CI random-mode checks have a stable dataset.
-- Owned Cards library tiles are larger, virtualization only kicks in for very large libraries, and popovers no longer show empty role pills.
-- File setup now keeps Hero creature type cards instead of filtering them with the non-Commander-legal Hero card type.
-- Random Mode fallback warning remains hidden when no theme filters are provided, keeping Surprise Me runs noise-free.
-- Hover previews regained the double-faced card flip button with state synced to the main tile, highlight only the themes that triggered inclusion, and present a mobile-friendly tap layout with centered positioning plus a close control.
-- Deck summary text view exposes inline flip toggles for double-faced cards so counts and face switching stay in sync.
-- Finished deck summaries now reuse sanitized metadata (with a fallback to deck meta) to display overlap chips that mirror the builder view, and hover overlap pills feature larger, higher-contrast styling for readability.
-- Builder Step 5 commander preview now leverages the in-app hover panel (dropping the external Scryfall link) and the hover reasons list expands naturally without a cramped scrollbar.
-- Finished deck commander preview now mirrors the builder hover chips, showing deck-selected theme overlaps alongside the full commander theme list while keeping thumbnail taps inside the app instead of bouncing to Scryfall.
-- Delivered multi-theme random builds with deterministic cascade, strict match support, and polished HTMX/UI flows.
-- Added opt-in telemetry counters, reroll throttling safeguards, and structured diagnostics exports.
-- Expanded tooling, documentation, and QA coverage for theme governance, performance profiling, and seed history management.
-- Hardened the headless runner against owned-card prompt loops with optional automation overrides and regression coverage.
-- Headless runner random mode now mirrors the web UI configuration surface with CLI flag documentation, dry-run summaries, and JSON export parity.
+- Theme catalog pagination buttons now re-run HTMX processing after fragment fetches so “Next” works reliably in the picker and simple catalog views.
+- Docker entrypoint seeds default theme catalog configuration files into volume-backed deployments, keeping Docker Hub images ready out of the box.
-## Highlights
-### Multi-theme random builds
-- Primary/Secondary/Tertiary inputs with deterministic fallback cascade (P+S+T → P+S → P+T → P → synergy overlap → full pool).
-- Strict match toggle persists across UI, API, permalink, and export flows with restored reroll parity and diagnostics integration.
-- Auto-fill helpers for secondary/tertiary slots, a quick “Clear themes” control, and consistent multi-theme metadata across sessions, permalinks, exports, and metrics.
-
-### Telemetry & throttling
-- Opt-in `RANDOM_TELEMETRY` counters capturing usage, fallback reasons, and seed history with NDJSON export endpoint.
-- Reroll throttle enforcement with banner/countdown messaging plus override hooks for attempts and timeout controls.
-- Expanded fast tests validating telemetry counters, throttle behavior, and reroll permutations.
-
-### UI polish
-- Owned Cards library grid uses 160px thumbnails, wider columns, and defers virtualization until large collections to ensure smooth scrolling.
-- Hover card popovers hide the role badge when a card has no role metadata, preventing blank pills in owned library previews.
-- Hover card previews now include a flip control for double-faced cards, stay synchronized with the tile button, highlight the active inclusion themes, and present a centered, readable mobile layout when tapped.
-- Finished deck exports render the same overlap chips as the live builder, backed by metadata fallback logic, and the hover overlap pills are larger with improved contrast.
-- Finished deck commander popovers reuse deck metadata to display overlap chips and commander theme lists, and the commander thumbnail no longer opens Scryfall so tap-to-preview is consistent on mobile.
-- Builder stage card tiles now keep the card art tap/click dedicated to previewing while the lock state is controlled solely by the 🔒 button, preventing accidental locks on touch devices.
-- Builder hover previews now use normalized theme labels (e.g., “Card Advantage”), suppress internal prefixes so build-mode pills match the finished deck summary, and the Step 5 commander preview stays in-app with hover reasons expanding without scrollbars.
-- Deck summary text rows gained inline flip buttons beside card counts to mirror thumbnail behavior for double-faced cards.
-- Random Mode fallback banner is suppressed when all theme inputs are empty so Surprise Me runs stay uncluttered.
-
-### Tooling & docs
-- Random theme exclusion catalog with reporting script and documentation, alongside a multi-theme performance profiler and regression guard.
-- Taxonomy snapshot tooling, splash penalty analytics, and governance documentation updated for strict alias and example enforcement.
-- README, CHANGELOG, and release notes refreshed to cover the random modes feature set.
-- Headless runner documentation now covers random mode CLI flags, env precedence, and parity with the web builder.
-
-### Observability & QA
-- Diagnostics badge polish, recent/favorite seeds panel, seed history API, and structured logging for random builds.
-- Sidecar exports include multi-theme metadata and locked commander indicators with consistent artifact sets.
-- Manual QA checklist updates and broader pytest coverage for multi-theme flows, reroll behavior, performance, and telemetry.
-- Headless runner now auto-resolves owned-card prompts in headless mode with env-overridable defaults and a regression test.
-
-### Maintenance & CI
-- Theme catalog schema now accepts optional IDs and the preview performance warm baseline was regenerated to restore the regression gate.
-- GitHub Actions now includes `httpx` in the default dependency install and executes pytest via `python -m` so FastAPI TestClient suites run without import errors.
-- Fast path validator treats empty synergy arrays as acceptable and only warns on missing or malformed data, reducing noise during automated catalog generation.
-- Tracked the tiny `csv_files/testdata` dataset in Git to guarantee fast determinism tests run against a consistent fixture set.
-- File setup retains cards tagged with the Hero creature type while continuing to skip the non-Commander-legal Hero card type.
-
-## Detailed changes
-### Added
-- **Validation & telemetry tests**
- - `test_random_reroll_throttle.py` guarding reroll throttle rules.
- - `test_random_metrics_and_seed_history.py` verifying opt-in telemetry counters and seed history API output.
- - `test_random_multi_theme_webflows.py` covering reroll-same-commander caching and permalink round-trips for multi-theme runs.
- - `test_random_multi_theme_filtering.py` ensuring deterministic cascade across success tiers and sidecar metadata.
- - `test_random_surprise_reroll_behavior.py` protecting Surprise Me input preservation and locked-commander cache reuse.
- - `test_headless_skips_owned_prompt_when_files_present.py` ensuring headless builds stay non-interactive when owned card lists are present.
-- **Random mode tooling & docs**
- - Curated theme pool exclusions at `config/random_theme_exclusions.yml`, reporting helper `code/scripts/report_random_theme_pool.py --write-exclusions`, and companion docs in `docs/random_theme_exclusions.md`.
- - Performance guard `code/scripts/check_random_theme_perf.py` comparing profiler output (`code/scripts/profile_multi_theme_filter.py`) with `config/random_theme_perf_baseline.json` (`--update-baseline` refreshes the file).
- - Sidecar metadata now records primary/secondary/tertiary themes, resolved combos, fallback reason, and locked commander flag across summary payloads, permalinks, and exports.
-- **UI & diagnostics enhancements**
- - Auto-fill helpers for secondary and tertiary slots plus a single-click “Clear themes” control.
- - Diagnostics endpoint `/status/random_theme_stats` surfacing commander/theme token coverage, attempts, timeout flags, and retries exhausted indicators.
- - Diagnostics badges polished with icons/labels alongside a recent/favorite seeds panel and strict match toggle persistence.
-- **Telemetry & throttling**
- - Opt-in `RANDOM_TELEMETRY` usage counters, reroll fallback reasons, NDJSON export endpoint, and reroll throttle banner/countdown enforcement.
-- **Governance & taxonomy tooling**
- - Random theme exclusion catalog sidecars, taxonomy snapshot CLI (`code/scripts/snapshot_taxonomy.py`), splash penalty analytics, and governance docs covering strict alias enforcement and example minimums.
- - Theme whitelist governance at `config/themes/theme_whitelist.yml`, curated+inferred synergy expansion, and tests such as `test_theme_whitelist_and_synergy_cap.py`.
- - Editorial scripts for normalization, example padding, governance lint, and catalog merge pipeline (`code/scripts/build_theme_catalog.py`).
-- **Dependencies & infrastructure**
- - PyYAML optional dependency for governance parsing.
-
-### Changed
-- Multi-theme filtering now pre-computes lowercase token indices and reuses cached columns, reducing pandas `.apply` overhead (profiling mean ~9.3 ms / p95 ~21 ms at seed 42).
-- Strict theme match toggle and auto-fill state persist across HTMX rerolls, API responses, full builds, sessions, permalinks, and exports.
-- Random full builds enforce `RANDOM_BUILD_SUPPRESS_INITIAL_EXPORT=1` by default, eliminating duplicate suffixed decklists.
-- Preview assembly pins curated `example_cards` and `synergy_example_cards` before heuristic sampling with diversity quotas; hover UI consolidated to one panel with resized thumbnails (110→165→230px) and keyboard-accessible DFC flip.
-- List/API filtering path migrated to optimized fast filter (`filter_slugs_fast`) avoiding repeated concatenation and case folding per request.
-- Splash analytics count both static and adaptive penalty reasons and share prefixes for continuity with existing dashboards.
-- Cache bust hooks now clear filter/preview caches on catalog refresh or tagging completion; metrics expose `preview_last_bust_at` and warm cache stats.
-- Theme normalization standardizes terms (ETB → Enter the Battlefield, Pillow Fort → Pillowfort, etc.), with synergy output capped at five entries (curated > enforced > inferred ordering).
-- README, CHANGELOG, and governance docs updated to reflect new workflows, taxonomy snapshots, and telemetry controls.
-- Headless runner random mode uses shared configuration resolution, emits summary/payload artifacts, and exposes CLI flags matching the web UI.
-- Theme catalog schema now allows optional `id` fields on entries so regenerated catalogs validate cleanly.
-
-### Deprecated
-- Price/legality snippet integration remains deferred to the future Budget Mode rollout (`logs/roadmaps/roadmap_9_budget_mode.md`).
-- Legacy client-side mana and color identity parsers are deprecated in favor of server-authoritative fields included in preview/export payloads.
-
-### Fixed
-- Resolved duplicate template environment instantiation that caused inconsistent navigation globals in picker fragments.
-- Ensured preview cache keys include catalog ETag to avoid stale samples after catalog reloads.
-- Suppressed legacy double-export path to prevent creation of `*_1.csv` / `*_1.txt` artifacts.
-- Removed ultra-rare themes (frequency ≤1) unless protected via whitelist, keeping results focused on supported experiences.
-- Corrected commander eligibility rules to restrict non-creature legendary permanents and honor “can be your commander” text.
-- Refreshed `logs/perf/theme_preview_warm_baseline.json` to fix preview performance CI failures stemming from malformed baseline data.
-- Prevented the headless runner from looping on bracket selection when owned card files exist by scripting prompt responses and exposing `HEADLESS_USE_OWNED_ONLY` / `HEADLESS_OWNED_SELECTION` overrides.
-- Fixed file setup filtering so Hero creature type cards remain available even though the Hero card type stays disallowed for Commander.
-
-## Upgrade notes
-- Enable multi-theme random builds via existing Random Mode flags; strict matching persists automatically across UI, API, permalink, and export contexts.
-- Opt into telemetry by setting `RANDOM_TELEMETRY=1`; reroll throttle defaults are active but can be tuned through environment overrides.
-- Run headless random builds with `HEADLESS_RANDOM_MODE=1` or the new CLI `--random-*` flags to mirror Surprise Me behavior, optionally persisting outputs via `--random-output-json`.
-- Refresh performance baselines with `code/scripts/check_random_theme_perf.py --update-baseline` when catalog changes materially affect timings.
-
-## Testing
-```pwsh
-pytest -q code/tests/test_random_reroll_throttle.py code/tests/test_random_metrics_and_seed_history.py
-pytest -q code/tests/test_random_determinism.py code/tests/test_random_build_api.py code/tests/test_seeded_builder_minimal.py code/tests/test_builder_rng_seeded_stream.py
-```
\ No newline at end of file
+## Fixed
+- Theme catalog Next pagination button now reprocesses HTMX fragments after manual fetches, restoring navigation controls in theme picker and simple catalog modes.
+- Docker entrypoint seeds default `config/themes` YAML files (synergy pairs, clusters, whitelist, etc.) into mounted volumes so Docker Hub deployments have the expected baseline data.
\ No newline at end of file
diff --git a/code/web/templates/themes/catalog_simple.html b/code/web/templates/themes/catalog_simple.html
index 54a4739..529b2c5 100644
--- a/code/web/templates/themes/catalog_simple.html
+++ b/code/web/templates/themes/catalog_simple.html
@@ -84,7 +84,14 @@
resultsHost.setAttribute('aria-busy','true');
fetch('/themes/fragment/list_simple?'+ps, {cache:'no-store'})
.then(r=>r.text())
- .then(html=>{ resultsHost.innerHTML=html; resultsHost.removeAttribute('aria-busy'); renderActive(); })
+ .then(html=>{
+ resultsHost.innerHTML=html;
+ if(window.htmx && typeof window.htmx.process==='function'){
+ window.htmx.process(resultsHost);
+ }
+ resultsHost.removeAttribute('aria-busy');
+ renderActive();
+ })
.catch(()=>{ resultsHost.innerHTML='
Failed to load.
'; resultsHost.removeAttribute('aria-busy'); });
}
function performSearch(q){
diff --git a/code/web/templates/themes/picker.html b/code/web/templates/themes/picker.html
index 6098941..ee50e8f 100644
--- a/code/web/templates/themes/picker.html
+++ b/code/web/templates/themes/picker.html
@@ -163,7 +163,17 @@ mark { background:#fde68a; color:inherit; padding:0 2px; border-radius:2px; }
toggleRefreshBtn(true);
fetch('/themes/fragment/list?'+base, {cache:'no-store', signal: controller.signal})
.then(r=>r.text())
- .then(html=>{ if(controller.signal.aborted) return; target.innerHTML = html; target.removeAttribute('aria-busy'); target.classList.remove('preload-hide'); listRenderComplete(); toggleRefreshBtn(false); })
+ .then(html=>{
+ if(controller.signal.aborted) return;
+ target.innerHTML = html;
+ if(window.htmx && typeof window.htmx.process==='function'){
+ window.htmx.process(target);
+ }
+ target.removeAttribute('aria-busy');
+ target.classList.remove('preload-hide');
+ listRenderComplete();
+ toggleRefreshBtn(false);
+ })
.catch(err=>{ if(controller.signal.aborted) return; target.innerHTML = 'Failed loading themes. Retry
'; target.removeAttribute('aria-busy'); target.classList.remove('preload-hide'); attachRetry(); structuredLog('list_fetch_error'); announceResultCount(); toggleRefreshBtn(false); });
}
function attachRetry(){ var b=document.getElementById('retry-fetch'); if(!b) return; b.addEventListener('click', function(){ fetchList(); }); }
diff --git a/config/themes/description_fallback_history.jsonl b/config/themes/description_fallback_history.jsonl
deleted file mode 100644
index a4516b5..0000000
--- a/config/themes/description_fallback_history.jsonl
+++ /dev/null
@@ -1,22 +0,0 @@
-{"timestamp": "2025-09-18T16:21:18", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-18T16:29:26", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:25:37", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:28:09", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:31:16", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:32:22", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:34:48", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:42:20", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:45:34", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:46:40", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:47:07", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:49:33", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:56:36", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:57:41", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T09:58:09", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-19T10:00:35", "total_themes": 733, "generic_total": 278, "generic_with_synergies": 260, "generic_plain": 18, "generic_pct": 37.93, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}, {"theme": "Resource Engine", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 101, "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."}, {"theme": "Ward", "popularity_bucket": "Niche", "synergy_count": 5, "total_frequency": 97, "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."}]}
-{"timestamp": "2025-09-27T14:56:48", "total_themes": 735, "generic_total": 279, "generic_with_synergies": 262, "generic_plain": 17, "generic_pct": 37.96, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Toolbox", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 453, "description": "Builds around Toolbox leveraging synergies with Entwine and Bracket:TutorNonland."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Politics", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 246, "description": "Builds around Politics leveraging synergies with Encore and Melee."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}]}
-{"timestamp": "2025-09-27T15:09:05", "total_themes": 735, "generic_total": 279, "generic_with_synergies": 262, "generic_plain": 17, "generic_pct": 37.96, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Toolbox", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 453, "description": "Builds around Toolbox leveraging synergies with Entwine and Bracket:TutorNonland."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Politics", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 246, "description": "Builds around Politics leveraging synergies with Encore and Melee."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}]}
-{"timestamp": "2025-09-29T21:52:29", "total_themes": 735, "generic_total": 279, "generic_with_synergies": 262, "generic_plain": 17, "generic_pct": 37.96, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Toolbox", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 453, "description": "Builds around Toolbox leveraging synergies with Entwine and Bracket:TutorNonland."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Politics", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 246, "description": "Builds around Politics leveraging synergies with Encore and Melee."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}]}
-{"timestamp": "2025-09-29T21:54:34", "total_themes": 735, "generic_total": 279, "generic_with_synergies": 262, "generic_plain": 17, "generic_pct": 37.96, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Toolbox", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 453, "description": "Builds around Toolbox leveraging synergies with Entwine and Bracket:TutorNonland."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Politics", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 246, "description": "Builds around Politics leveraging synergies with Encore and Melee."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}]}
-{"timestamp": "2025-09-29T21:55:05", "total_themes": 735, "generic_total": 279, "generic_with_synergies": 262, "generic_plain": 17, "generic_pct": 37.96, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Toolbox", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 453, "description": "Builds around Toolbox leveraging synergies with Entwine and Bracket:TutorNonland."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Politics", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 246, "description": "Builds around Politics leveraging synergies with Encore and Melee."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}]}
-{"timestamp": "2025-09-29T21:58:21", "total_themes": 735, "generic_total": 279, "generic_with_synergies": 262, "generic_plain": 17, "generic_pct": 37.96, "top_generic_by_frequency": [{"theme": "Little Fellas", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 7147, "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."}, {"theme": "Combat Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 6391, "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."}, {"theme": "Interaction", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 4160, "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."}, {"theme": "Toughness Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3511, "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."}, {"theme": "Leave the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3113, "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."}, {"theme": "Enter the Battlefield", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 3109, "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."}, {"theme": "Card Draw", "popularity_bucket": "Very Common", "synergy_count": 17, "total_frequency": 2708, "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."}, {"theme": "Life Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2423, "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."}, {"theme": "Flying", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 2232, "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."}, {"theme": "Removal", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1601, "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."}, {"theme": "Legends Matter", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1563, "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."}, {"theme": "Topdeck", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1112, "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."}, {"theme": "Discard Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1055, "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."}, {"theme": "Unconditional Draw", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 1050, "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."}, {"theme": "Combat Tricks", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 858, "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."}, {"theme": "Protection", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 810, "description": "Builds around Protection leveraging synergies with Ward and Hexproof."}, {"theme": "Exile Matters", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 718, "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."}, {"theme": "Board Wipes", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 649, "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."}, {"theme": "Pingers", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 643, "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."}, {"theme": "Loot", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 526, "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."}, {"theme": "Cantrips", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 515, "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."}, {"theme": "X Spells", "popularity_bucket": "Very Common", "synergy_count": 5, "total_frequency": 506, "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."}, {"theme": "Conditional Draw", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 458, "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."}, {"theme": "Toolbox", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 453, "description": "Builds around Toolbox leveraging synergies with Entwine and Bracket:TutorNonland."}, {"theme": "Cost Reduction", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 433, "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."}, {"theme": "Flash", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 427, "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."}, {"theme": "Haste", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 402, "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."}, {"theme": "Lifelink", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."}, {"theme": "Vigilance", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 401, "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."}, {"theme": "Counterspells", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 397, "description": "Builds around Counterspells leveraging synergies with Control and Stax."}, {"theme": "Transform", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 366, "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."}, {"theme": "Super Friends", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 344, "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."}, {"theme": "Mana Dork", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 340, "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."}, {"theme": "Cycling", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 299, "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."}, {"theme": "Bracket:TutorNonland", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 297, "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."}, {"theme": "Scry", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 284, "description": "Builds around Scry leveraging synergies with Topdeck and Role token."}, {"theme": "Clones", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 283, "description": "Builds around Clones leveraging synergies with Myriad and Populate."}, {"theme": "Reach", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 275, "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."}, {"theme": "First strike", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 252, "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."}, {"theme": "Politics", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 246, "description": "Builds around Politics leveraging synergies with Encore and Melee."}, {"theme": "Defender", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 230, "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."}, {"theme": "Menace", "popularity_bucket": "Common", "synergy_count": 5, "total_frequency": 226, "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."}, {"theme": "Deathtouch", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 192, "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."}, {"theme": "Equip", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 187, "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."}, {"theme": "Land Types Matter", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 185, "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."}, {"theme": "Spell Copy", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 184, "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."}, {"theme": "Landwalk", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 170, "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."}, {"theme": "Impulse", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 163, "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."}, {"theme": "Morph", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 140, "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."}, {"theme": "Devoid", "popularity_bucket": "Uncommon", "synergy_count": 5, "total_frequency": 114, "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."}]}
diff --git a/config/themes/theme_list.json b/config/themes/theme_list.json
deleted file mode 100644
index ca73eb8..0000000
--- a/config/themes/theme_list.json
+++ /dev/null
@@ -1,28058 +0,0 @@
-{
- "themes": [
- {
- "id": "plus1-plus1-counters",
- "theme": "+1/+1 Counters",
- "synergies": [
- "Adapt",
- "Evolve",
- "Proliferate",
- "Counters Matter",
- "Hydra Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Rishkar, Peema Renegade",
- "Krenko, Tin Street Kingpin",
- "Yawgmoth, Thran Physician",
- "Yahenni, Undying Partisan",
- "Heliod, Sun-Crowned"
- ],
- "example_cards": [
- "Rhythm of the Wild",
- "Karn's Bastion",
- "Hardened Scales",
- "Doubling Season",
- "The Great Henge",
- "Avenger of Zendikar",
- "Inspiring Call",
- "The Ozolith"
- ],
- "synergy_commanders": [
- "Zegana, Utopian Speaker - Synergy (Adapt)",
- "Jetfire, Ingenious Scientist // Jetfire, Air Guardian - Synergy (Adapt)",
- "Lonis, Genetics Expert - Synergy (Evolve)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "+1/+1 counters build across the board then get doubled, proliferated, or redistributed for exponential scaling. Synergies like Proliferate and Counters Matter reinforce the plan."
- },
- {
- "id": "0-1-counters",
- "theme": "-0/-1 Counters",
- "synergies": [
- "Counters Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Wall of Roots",
- "Shield Sphere",
- "Takklemaggot",
- "Essence Flare",
- "Kjeldoran Home Guard",
- "Krovikan Plague",
- "Lesser Werewolf"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates -0/-1 counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "0-2-counters",
- "theme": "-0/-2 Counters",
- "synergies": [
- "Counters Matter",
- "Proliferate"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)",
- "Yawgmoth, Thran Physician - Synergy (Proliferate)",
- "Tekuthal, Inquiry Dominus - Synergy (Proliferate)"
- ],
- "example_cards": [
- "Spirit Shackle",
- "Greater Werewolf"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates -0/-2 counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "1-1-counters",
- "theme": "-1/-1 Counters",
- "synergies": [
- "Wither",
- "Persist",
- "Infect",
- "Proliferate",
- "Counters Matter",
- "Poison Counters",
- "Planeswalkers",
- "Super Friends",
- "Midrange",
- "Phyrexian Kindred",
- "Ore Counters",
- "Advisor Kindred",
- "Horror Kindred",
- "+1/+1 Counters",
- "Insect Kindred",
- "Burn",
- "Elemental Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Yawgmoth, Thran Physician",
- "Vorinclex, Monstrous Raider",
- "Lae'zel, Vlaakith's Champion",
- "Tekuthal, Inquiry Dominus",
- "Atraxa, Praetors' Voice"
- ],
- "example_cards": [
- "Karn's Bastion",
- "Doubling Season",
- "The Ozolith",
- "Evolution Sage",
- "Cankerbloom",
- "Yawgmoth, Thran Physician",
- "Thrummingbird",
- "Tezzeret's Gambit"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Infect)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Spreads -1/-1 counters for removal, attrition, and loop engines leveraging death & sacrifice triggers. Synergies like Proliferate and Counters Matter reinforce the plan."
- },
- {
- "id": "adamant",
- "theme": "Adamant",
- "synergies": [
- "Knight Kindred",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Human Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Knight Kindred)",
- "Adeline, Resplendent Cathar - Synergy (Knight Kindred)",
- "Danitha Capashen, Paragon - Synergy (Knight Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Desecrate Reality",
- "Foreboding Fruit",
- "Once and Future",
- "Rally for the Throne",
- "Outmuscle",
- "Cauldron's Gift",
- "Unexplained Vision",
- "Silverflame Ritual"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Adamant leveraging synergies with Knight Kindred and +1/+1 Counters."
- },
- {
- "id": "adapt",
- "theme": "Adapt",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Zegana, Utopian Speaker",
- "Jetfire, Ingenious Scientist // Jetfire, Air Guardian",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Incubation Druid",
- "Evolution Witness",
- "Basking Broodscale",
- "Zegana, Utopian Speaker",
- "Benthic Biomancer",
- "Emperor of Bones",
- "Knighted Myr",
- "Trollbred Guardian"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Adapt leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "addendum",
- "theme": "Addendum",
- "synergies": [
- "Interaction",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Interaction)",
- "Toski, Bearer of Secrets - Synergy (Interaction)",
- "Purphoros, God of the Forge - Synergy (Interaction)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Unbreakable Formation",
- "Contractual Safeguard",
- "Emergency Powers",
- "Precognitive Perception",
- "Arrester's Zeal",
- "Sentinel's Mark",
- "Arrester's Admonition",
- "Sphinx's Insight"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Addendum leveraging synergies with Interaction and Spells Matter."
- },
- {
- "id": "advisor-kindred",
- "theme": "Advisor Kindred",
- "synergies": [
- "-1/-1 Counters",
- "Conditional Draw",
- "Human Kindred",
- "Midrange",
- "Toughness Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Sram, Senior Edificer",
- "Teysa Karlov",
- "Kambal, Consul of Allocation",
- "Kambal, Profiteering Mayor",
- "Grand Arbiter Augustin IV"
- ],
- "example_cards": [
- "Sram, Senior Edificer",
- "Imperial Recruiter",
- "Ledger Shredder",
- "Teysa Karlov",
- "Kambal, Consul of Allocation",
- "Kambal, Profiteering Mayor",
- "Grand Arbiter Augustin IV",
- "Bruvac the Grandiloquent"
- ],
- "synergy_commanders": [
- "Yawgmoth, Thran Physician - Synergy (-1/-1 Counters)",
- "Vorinclex, Monstrous Raider - Synergy (-1/-1 Counters)",
- "Lae'zel, Vlaakith's Champion - Synergy (-1/-1 Counters)",
- "Toski, Bearer of Secrets - Synergy (Conditional Draw)",
- "Kutzil, Malamet Exemplar - Synergy (Conditional Draw)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Advisor creatures into play with shared payoffs (e.g., -1/-1 Counters and Conditional Draw)."
- },
- {
- "id": "aetherborn-kindred",
- "theme": "Aetherborn Kindred",
- "synergies": [
- "Rogue Kindred",
- "Outlaw Kindred",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Yahenni, Undying Partisan",
- "Gonti, Lord of Luxury",
- "Gonti, Night Minister",
- "Gonti, Canny Acquisitor",
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)"
- ],
- "example_cards": [
- "Yahenni, Undying Partisan",
- "Gonti, Lord of Luxury",
- "Gonti, Night Minister",
- "Gifted Aetherborn",
- "Aether Refinery",
- "Gonti, Canny Acquisitor",
- "Weaponcraft Enthusiast",
- "Contraband Kingpin"
- ],
- "synergy_commanders": [
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Rankle, Master of Pranks - Synergy (Rogue Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Aetherborn creatures into play with shared payoffs (e.g., Rogue Kindred and Outlaw Kindred)."
- },
- {
- "id": "affinity",
- "theme": "Affinity",
- "synergies": [
- "Cost Reduction",
- "Artifacts Matter",
- "Big Mana",
- "Flying",
- "Stax"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Emry, Lurker of the Loch",
- "Urza, Chief Artificer",
- "Nahiri, Forged in Fury",
- "Chiss-Goria, Forge Tyrant",
- "Imskir Iron-Eater"
- ],
- "example_cards": [
- "Emry, Lurker of the Loch",
- "Thought Monitor",
- "Thoughtcast",
- "Junk Winder",
- "Mycosynth Golem",
- "Banquet Guests",
- "Urza, Chief Artificer",
- "Nahiri, Forged in Fury"
- ],
- "synergy_commanders": [
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)",
- "Goreclaw, Terror of Qal Sisma - Synergy (Cost Reduction)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Reduces spell costs via board resource counts (Affinity) enabling explosive early multi-spell turns. Synergies like Cost Reduction and Artifacts Matter reinforce the plan."
- },
- {
- "id": "afflict",
- "theme": "Afflict",
- "synergies": [
- "Zombie Kindred",
- "Reanimate",
- "Burn",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Neheb, the Eternal",
- "Mikaeus, the Unhallowed - Synergy (Zombie Kindred)",
- "Jadar, Ghoulcaller of Nephalia - Synergy (Zombie Kindred)",
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)"
- ],
- "example_cards": [
- "Neheb, the Eternal",
- "Lost Monarch of Ifnir",
- "Ammit Eternal",
- "Wildfire Eternal",
- "Eternal of Harsh Truths",
- "Spellweaver Eternal",
- "Frontline Devastator",
- "Khenra Eternal"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Burn)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Afflict leveraging synergies with Zombie Kindred and Reanimate."
- },
- {
- "id": "afterlife",
- "theme": "Afterlife",
- "synergies": [
- "Spirit Kindred",
- "Sacrifice Matters",
- "Aristocrats",
- "Creature Tokens",
- "Token Creation"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Tithe Taker",
- "Ministrant of Obligation",
- "Orzhov Enforcer",
- "Indebted Spirit",
- "Imperious Oligarch",
- "Seraph of the Scales",
- "Knight of the Last Breath",
- "Syndicate Messenger"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Aristocrats)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Afterlife leveraging synergies with Spirit Kindred and Sacrifice Matters."
- },
- {
- "id": "aftermath",
- "theme": "Aftermath",
- "synergies": [
- "Mill",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Emry, Lurker of the Loch - Synergy (Mill)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Dusk // Dawn",
- "Commit // Memory",
- "Insult // Injury",
- "Cut // Ribbons",
- "Consign // Oblivion",
- "Indulge // Excess",
- "Never // Return",
- "Road // Ruin"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Extracts two-phase value from split Aftermath spells, maximizing flexible sequencing. Synergies like Mill and Big Mana reinforce the plan."
- },
- {
- "id": "age-counters",
- "theme": "Age Counters",
- "synergies": [
- "Cumulative upkeep",
- "Storage Counters",
- "Counters Matter",
- "Enchantments Matter",
- "Lands Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Tasha, the Witch Queen",
- "Cosima, God of the Voyage // The Omenkeel",
- "Mairsil, the Pretender",
- "Morinfen",
- "Gallowbraid"
- ],
- "example_cards": [
- "Mystic Remora",
- "Glacial Chasm",
- "Tome of Legends",
- "Crucible of the Spirit Dragon",
- "Mage-Ring Network",
- "Tasha, the Witch Queen",
- "Braid of Fire",
- "Cosima, God of the Voyage // The Omenkeel"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Accumulates age counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "aggro",
- "theme": "Aggro",
- "synergies": [
- "Combat Matters",
- "Voltron",
- "+1/+1 Counters",
- "Auras",
- "Trample"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Toski, Bearer of Secrets",
- "Kutzil, Malamet Exemplar",
- "Sheoldred, the Apocalypse"
- ],
- "example_cards": [
- "Swiftfoot Boots",
- "Lightning Greaves",
- "Skullclamp",
- "Rhythm of the Wild",
- "Wild Growth",
- "Karn's Bastion",
- "Animate Dead",
- "Hardened Scales"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)",
- "Rishkar, Peema Renegade - Synergy (Voltron)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Applies early pressure and combat tempo to close the game before slower value engines stabilize. Synergies like Combat Matters and Voltron reinforce the plan."
- },
- {
- "id": "airbending",
- "theme": "Airbending",
- "synergies": [
- "Avatar Kindred",
- "Flying"
- ],
- "primary_color": "White",
- "example_commanders": [
- "Appa, Steadfast Guardian",
- "Aang, Airbending Master",
- "Avatar Aang // Aang, Master of Elements",
- "Aang, the Last Airbender",
- "Muldrotha, the Gravetide - Synergy (Avatar Kindred)"
- ],
- "example_cards": [
- "Appa, Steadfast Guardian",
- "Aang, Airbending Master",
- "Airbending Lesson",
- "Avatar Aang // Aang, Master of Elements",
- "Aang, the Last Airbender"
- ],
- "synergy_commanders": [
- "Multani, Yavimaya's Avatar - Synergy (Avatar Kindred)",
- "Gishath, Sun's Avatar - Synergy (Avatar Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Airbending theme and its supporting synergies."
- },
- {
- "id": "alien-kindred",
- "theme": "Alien Kindred",
- "synergies": [
- "Clones",
- "Horror Kindred",
- "Trample",
- "Exile Matters",
- "Soldier Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Iraxxa, Empress of Mars",
- "Davros, Dalek Creator",
- "Jenova, Ancient Calamity",
- "Karvanista, Loyal Lupari // Lupari Shield",
- "Osgood, Operation Double"
- ],
- "example_cards": [
- "Auton Soldier",
- "Gallifrey Council Chamber",
- "Vashta Nerada",
- "Star Whale",
- "Iraxxa, Empress of Mars",
- "PuPu UFO",
- "Recon Craft Theta",
- "Time Beetle"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Clones)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Sakashima of a Thousand Faces - Synergy (Clones)",
- "Solphim, Mayhem Dominus - Synergy (Horror Kindred)",
- "Zopandrel, Hunger Dominus - Synergy (Horror Kindred)",
- "Ghalta, Primal Hunger - Synergy (Trample)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Alien creatures into play with shared payoffs (e.g., Clones and Horror Kindred)."
- },
- {
- "id": "alliance",
- "theme": "Alliance",
- "synergies": [
- "Druid Kindred",
- "Elf Kindred",
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Galadriel, Light of Valinor",
- "Tatyova, Benthic Druid - Synergy (Druid Kindred)",
- "Rishkar, Peema Renegade - Synergy (Druid Kindred)",
- "Jaheira, Friend of the Forest - Synergy (Druid Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Elf Kindred)"
- ],
- "example_cards": [
- "Witty Roastmaster",
- "Rumor Gatherer",
- "Gala Greeters",
- "Devilish Valet",
- "Rose Room Treasurer",
- "Galadriel, Light of Valinor",
- "Boss's Chauffeur",
- "Social Climber"
- ],
- "synergy_commanders": [
- "Ayara, First of Locthwain - Synergy (Elf Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Alliance leveraging synergies with Druid Kindred and Elf Kindred."
- },
- {
- "id": "ally-kindred",
- "theme": "Ally Kindred",
- "synergies": [
- "Rally",
- "Cohort",
- "Earthbend",
- "Kor Kindred",
- "Peasant Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Drana, Liberator of Malakir",
- "Mina and Denn, Wildborn",
- "Zada, Hedron Grinder",
- "Bruse Tarl, Boorish Herder",
- "Akiri, Line-Slinger"
- ],
- "example_cards": [
- "Zulaport Cutthroat",
- "Drana, Liberator of Malakir",
- "Mina and Denn, Wildborn",
- "Zada, Hedron Grinder",
- "Cliffhaven Vampire",
- "Beastcaller Savant",
- "Drana's Emissary",
- "Oath of Gideon"
- ],
- "synergy_commanders": [
- "Munda, Ambush Leader - Synergy (Rally)",
- "Toph, the First Metalbender - Synergy (Earthbend)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ally creatures into play with shared payoffs (e.g., Rally and Cohort)."
- },
- {
- "id": "amass",
- "theme": "Amass",
- "synergies": [
- "Army Kindred",
- "Orc Kindred",
- "Zombie Kindred",
- "Creature Tokens",
- "+1/+1 Counters"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sauron, the Dark Lord",
- "Saruman, the White Hand",
- "Gothmog, Morgul Lieutenant",
- "Sauron, Lord of the Rings",
- "Grishnákh, Brash Instigator"
- ],
- "example_cards": [
- "Orcish Bowmasters",
- "Dreadhorde Invasion",
- "Barad-dûr",
- "Lazotep Plating",
- "Gleaming Overseer",
- "Sauron, the Dark Lord",
- "Saruman, the White Hand",
- "Eternal Skylord"
- ],
- "synergy_commanders": [
- "Plargg and Nassari - Synergy (Orc Kindred)",
- "Cadira, Caller of the Small - Synergy (Orc Kindred)",
- "Neheb, the Eternal - Synergy (Zombie Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Amass leveraging synergies with Army Kindred and Orc Kindred."
- },
- {
- "id": "amplify",
- "theme": "Amplify",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Kilnmouth Dragon",
- "Feral Throwback",
- "Aven Warhawk",
- "Ghastly Remains",
- "Canopy Crawler",
- "Zombie Brute",
- "Daru Stinger",
- "Embalmed Brawler"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Amplify leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "angel-kindred",
- "theme": "Angel Kindred",
- "synergies": [
- "Vigilance",
- "Lifegain",
- "Life Matters",
- "Flying",
- "Lifelink"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Avacyn, Angel of Hope",
- "Aurelia, the Warleader",
- "Gisela, Blade of Goldnight",
- "Shalai, Voice of Plenty",
- "Sephara, Sky's Blade"
- ],
- "example_cards": [
- "Avacyn, Angel of Hope",
- "Karmic Guide",
- "Aurelia, the Warleader",
- "Angel of the Ruins",
- "Gisela, Blade of Goldnight",
- "Shalai, Voice of Plenty",
- "Sigil of the Empty Throne",
- "Sephara, Sky's Blade"
- ],
- "synergy_commanders": [
- "Loran of the Third Path - Synergy (Vigilance)",
- "Adeline, Resplendent Cathar - Synergy (Vigilance)",
- "Elesh Norn, Grand Cenobite - Synergy (Vigilance)",
- "Tatyova, Benthic Druid - Synergy (Lifegain)",
- "Sheoldred, the Apocalypse - Synergy (Lifegain)",
- "Vito, Thorn of the Dusk Rose - Synergy (Life Matters)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Angel creatures into play with shared payoffs (e.g., Vigilance and Lifegain)."
- },
- {
- "id": "annihilator",
- "theme": "Annihilator",
- "synergies": [
- "Eldrazi Kindred",
- "Ramp",
- "Big Mana"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Kozilek, Butcher of Truth",
- "Ulamog, the Infinite Gyre",
- "Ulamog, the Ceaseless Hunger - Synergy (Eldrazi Kindred)",
- "Azusa, Lost but Seeking - Synergy (Ramp)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Ramp)"
- ],
- "example_cards": [
- "Artisan of Kozilek",
- "Kozilek, Butcher of Truth",
- "Ulamog, the Infinite Gyre",
- "It That Betrays",
- "Pathrazer of Ulamog",
- "Flayer of Loyalties",
- "Ulamog's Crusher",
- "Nulldrifter"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Annihilator theme and its supporting synergies."
- },
- {
- "id": "antelope-kindred",
- "theme": "Antelope Kindred",
- "synergies": [
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Grazing Gladehart",
- "Totem-Guide Hartebeest",
- "Stampeding Wildebeests",
- "Stampeding Serow",
- "Trained Pronghorn",
- "Graceful Antelope",
- "Flycatcher Giraffid",
- "Ornery Kudu"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Antelope creatures into play with shared payoffs (e.g., Toughness Matters and Little Fellas)."
- },
- {
- "id": "ape-kindred",
- "theme": "Ape Kindred",
- "synergies": [
- "Removal",
- "Artifacts Matter",
- "Toughness Matters",
- "Big Mana",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Kogla, the Titan Ape",
- "Kogla and Yidaro",
- "Kibo, Uktabi Prince",
- "Grunn, the Lonely King",
- "Flopsie, Bumi's Buddy"
- ],
- "example_cards": [
- "Pongify",
- "Simian Spirit Guide",
- "Kogla, the Titan Ape",
- "Silverback Elder",
- "Kogla and Yidaro",
- "Thieving Amalgam",
- "Treetop Village",
- "Kibo, Uktabi Prince"
- ],
- "synergy_commanders": [
- "Ulamog, the Infinite Gyre - Synergy (Removal)",
- "Zacama, Primal Calamity - Synergy (Removal)",
- "The Scarab God - Synergy (Removal)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ape creatures into play with shared payoffs (e.g., Removal and Artifacts Matter)."
- },
- {
- "id": "archer-kindred",
- "theme": "Archer Kindred",
- "synergies": [
- "Reach",
- "Centaur Kindred",
- "Elf Kindred",
- "Snake Kindred",
- "Pingers"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Legolas Greenleaf",
- "Finneas, Ace Archer",
- "Tor Wauki the Younger",
- "Legolas, Counter of Kills",
- "Legolas, Master Archer"
- ],
- "example_cards": [
- "Orcish Bowmasters",
- "Firebrand Archer",
- "Poison-Tip Archer",
- "Legolas Greenleaf",
- "Finneas, Ace Archer",
- "Tor Wauki the Younger",
- "Thornweald Archer",
- "Jagged-Scar Archers"
- ],
- "synergy_commanders": [
- "Six - Synergy (Reach)",
- "Kodama of the West Tree - Synergy (Reach)",
- "Kodama of the East Tree - Synergy (Reach)",
- "Karador, Ghost Chieftain - Synergy (Centaur Kindred)",
- "Nikya of the Old Ways - Synergy (Centaur Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Elf Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Archer creatures into play with shared payoffs (e.g., Reach and Centaur Kindred)."
- },
- {
- "id": "archon-kindred",
- "theme": "Archon Kindred",
- "synergies": [
- "Flying",
- "Big Mana",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Ezrim, Agency Chief",
- "Krond the Dawn-Clad",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)"
- ],
- "example_cards": [
- "Archon of Sun's Grace",
- "Archon of Cruelty",
- "Archon of Emeria",
- "Ashen Rider",
- "Archon of Coronation",
- "Blazing Archon",
- "Archon of Absolution",
- "Archon of the Wild Rose"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Archon creatures into play with shared payoffs (e.g., Flying and Big Mana)."
- },
- {
- "id": "aristocrats",
- "theme": "Aristocrats",
- "synergies": [
- "Sacrifice",
- "Death Triggers",
- "Token Creation",
- "Sacrifice Matters",
- "Persist"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Braids, Arisen Nightmare",
- "Sheoldred, the Apocalypse",
- "Elas il-Kor, Sadistic Pilgrim",
- "Ojer Taq, Deepest Foundation // Temple of Civilization"
- ],
- "example_cards": [
- "Solemn Simulacrum",
- "Skullclamp",
- "Ashnod's Altar",
- "Victimize",
- "Blood Artist",
- "Village Rites",
- "Zulaport Cutthroat",
- "Syr Konrad, the Grim"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Sacrifices expendable creatures and tokens to trigger death payoffs, recursion, and incremental drain. Synergies like Sacrifice and Death Triggers reinforce the plan."
- },
- {
- "id": "armadillo-kindred",
- "theme": "Armadillo Kindred",
- "synergies": [
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Spinewoods Armadillo",
- "Armored Armadillo"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Armadillo creatures into play with shared payoffs."
- },
- {
- "id": "army-kindred",
- "theme": "Army Kindred",
- "synergies": [
- "Amass",
- "Orc Kindred",
- "Zombie Kindred",
- "Creature Tokens",
- "+1/+1 Counters"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sauron, the Dark Lord",
- "Saruman, the White Hand",
- "Gothmog, Morgul Lieutenant",
- "Mauhúr, Uruk-hai Captain",
- "The Mouth of Sauron"
- ],
- "example_cards": [
- "Dreadhorde Invasion",
- "Lazotep Plating",
- "Gleaming Overseer",
- "Sauron, the Dark Lord",
- "Saruman, the White Hand",
- "Eternal Skylord",
- "Gothmog, Morgul Lieutenant",
- "Saruman's Trickery"
- ],
- "synergy_commanders": [
- "Plargg and Nassari - Synergy (Orc Kindred)",
- "Cadira, Caller of the Small - Synergy (Orc Kindred)",
- "Neheb, the Eternal - Synergy (Zombie Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Army creatures into play with shared payoffs (e.g., Amass and Orc Kindred)."
- },
- {
- "id": "artifact-tokens",
- "theme": "Artifact Tokens",
- "synergies": [
- "Treasure",
- "Servo Kindred",
- "Powerstone Token",
- "Fabricate",
- "Junk Token"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Lotho, Corrupt Shirriff",
- "Peregrin Took",
- "Sai, Master Thopterist",
- "Old Gnawbone"
- ],
- "example_cards": [
- "An Offer You Can't Refuse",
- "Smothering Tithe",
- "Urza's Saga",
- "Deadly Dispute",
- "Black Market Connections",
- "Tireless Provisioner",
- "Big Score",
- "Professional Face-Breaker"
- ],
- "synergy_commanders": [
- "Cayth, Famed Mechanist - Synergy (Servo Kindred)",
- "Saheeli, the Gifted - Synergy (Servo Kindred)",
- "Ashnod, Flesh Mechanist - Synergy (Powerstone Token)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Generates artifact tokens as modular resources—fueling sacrifice, draw, and cost-reduction engines. Synergies like Treasure and Servo Kindred reinforce the plan."
- },
- {
- "id": "artifacts-matter",
- "theme": "Artifacts Matter",
- "synergies": [
- "Treasure Token",
- "Equipment Matters",
- "Vehicles",
- "Improvise",
- "Artifact Tokens"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Loran of the Third Path",
- "Lotho, Corrupt Shirriff",
- "Sram, Senior Edificer",
- "Emry, Lurker of the Loch"
- ],
- "example_cards": [
- "Sol Ring",
- "Arcane Signet",
- "Swiftfoot Boots",
- "Lightning Greaves",
- "Fellwar Stone",
- "Thought Vessel",
- "Mind Stone",
- "Commander's Sphere"
- ],
- "synergy_commanders": [
- "Old Gnawbone - Synergy (Treasure Token)",
- "Kodama of the West Tree - Synergy (Equipment Matters)",
- "Shorikai, Genesis Engine - Synergy (Vehicles)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Leverages dense artifact counts for cost reduction, recursion, and modular scaling payoffs. Synergies like Treasure Token and Equipment Matters reinforce the plan."
- },
- {
- "id": "artificer-kindred",
- "theme": "Artificer Kindred",
- "synergies": [
- "Fabricate",
- "Servo Kindred",
- "Thopter Kindred",
- "Powerstone Token",
- "Vedalken Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Loran of the Third Path",
- "Sai, Master Thopterist",
- "Urza, Lord High Artificer",
- "Padeem, Consul of Innovation",
- "Jhoira, Weatherlight Captain"
- ],
- "example_cards": [
- "Loran of the Third Path",
- "Etherium Sculptor",
- "Reckless Fireweaver",
- "Marionette Apprentice",
- "Loyal Apprentice",
- "Sai, Master Thopterist",
- "Urza, Lord High Artificer",
- "Padeem, Consul of Innovation"
- ],
- "synergy_commanders": [
- "Cayth, Famed Mechanist - Synergy (Fabricate)",
- "Saheeli, the Gifted - Synergy (Servo Kindred)",
- "Oviya Pashiri, Sage Lifecrafter - Synergy (Servo Kindred)",
- "Liberator, Urza's Battlethopter - Synergy (Thopter Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Artificer creatures into play with shared payoffs (e.g., Fabricate and Servo Kindred)."
- },
- {
- "id": "ascend",
- "theme": "Ascend",
- "synergies": [
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter",
- "Little Fellas",
- "Human Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)",
- "Talrand, Sky Summoner - Synergy (Creature Tokens)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Creature Tokens)",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)",
- "Mondrak, Glory Dominus - Synergy (Token Creation)"
- ],
- "example_cards": [
- "Wayward Swordtooth",
- "Twilight Prophet",
- "Ocelot Pride",
- "Tendershoot Dryad",
- "Illustrious Wanderglyph",
- "Arch of Orazca",
- "Andúril, Narsil Reforged",
- "Vona's Hunger"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Tokens Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Ascend leveraging synergies with Creature Tokens and Token Creation."
- },
- {
- "id": "assassin-kindred",
- "theme": "Assassin Kindred",
- "synergies": [
- "Freerunning",
- "Outlaw Kindred",
- "Deathtouch",
- "Cost Reduction",
- "Vampire Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Massacre Girl",
- "Mari, the Killing Quill",
- "Massacre Girl, Known Killer",
- "Queen Marchesa",
- "The Lord of Pain"
- ],
- "example_cards": [
- "Brotherhood Regalia",
- "Razorkin Needlehead",
- "Massacre Girl",
- "Royal Assassin",
- "Overpowering Attack",
- "Mari, the Killing Quill",
- "Massacre Girl, Known Killer",
- "Queen Marchesa"
- ],
- "synergy_commanders": [
- "Achilles Davenport - Synergy (Freerunning)",
- "Ezio Auditore da Firenze - Synergy (Freerunning)",
- "Jacob Frye - Synergy (Freerunning)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)",
- "Sheoldred, the Apocalypse - Synergy (Deathtouch)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Assassin creatures into play with shared payoffs (e.g., Freerunning and Outlaw Kindred)."
- },
- {
- "id": "assembly-worker-kindred",
- "theme": "Assembly-Worker Kindred",
- "synergies": [
- "Artifacts Matter",
- "Construct Kindred",
- "Artifact Tokens"
- ],
- "primary_color": "White",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Lotho, Corrupt Shirriff - Synergy (Artifacts Matter)",
- "Urza, Lord High Artificer - Synergy (Construct Kindred)",
- "Jan Jansen, Chaos Crafter - Synergy (Construct Kindred)"
- ],
- "example_cards": [
- "Academy Manufactor",
- "Mishra's Factory",
- "Urza's Factory",
- "Mishra's Foundry",
- "Mishra's Self-Replicator",
- "Arcbound Prototype",
- "Dutiful Replicator",
- "Cogwork Assembler"
- ],
- "synergy_commanders": [
- "Peregrin Took - Synergy (Artifact Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Assembly-Worker creatures into play with shared payoffs."
- },
- {
- "id": "assist",
- "theme": "Assist",
- "synergies": [
- "Big Mana",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Interaction"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)"
- ],
- "example_cards": [
- "Game Plan",
- "Play of the Game",
- "Out of Bounds",
- "The Crowd Goes Wild",
- "Gang Up",
- "Huddle Up",
- "Vampire Charmseeker",
- "Skystreamer"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Assist leveraging synergies with Big Mana and Blink."
- },
- {
- "id": "astartes-kindred",
- "theme": "Astartes Kindred",
- "synergies": [
- "Warrior Kindred",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Big Mana"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Khârn the Betrayer",
- "Marneus Calgar",
- "Abaddon the Despoiler",
- "Mortarion, Daemon Primarch",
- "Belisarius Cawl"
- ],
- "example_cards": [
- "Thunderhawk Gunship",
- "Khârn the Betrayer",
- "Marneus Calgar",
- "Ultramarines Honour Guard",
- "Birth of the Imperium",
- "Inquisitorial Rosette",
- "Space Marine Devastator",
- "Noise Marine"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Krenko, Mob Boss - Synergy (Warrior Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Astartes creatures into play with shared payoffs (e.g., Warrior Kindred and Blink)."
- },
- {
- "id": "atog-kindred",
- "theme": "Atog Kindred",
- "synergies": [
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Atogatog",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Atog",
- "Auratog",
- "Megatog",
- "Psychatog",
- "Thaumatog",
- "Atogatog",
- "Lithatog",
- "Phantatog"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Atog creatures into play with shared payoffs (e.g., Toughness Matters and Little Fellas)."
- },
- {
- "id": "auras",
- "theme": "Auras",
- "synergies": [
- "Constellation",
- "Voltron",
- "Enchantments Matter",
- "Bestow",
- "Umbra armor"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sram, Senior Edificer",
- "Kodama of the West Tree",
- "Danitha Capashen, Paragon",
- "Ardenn, Intrepid Archaeologist",
- "Codsworth, Handy Helper"
- ],
- "example_cards": [
- "Wild Growth",
- "Animate Dead",
- "Utopia Sprawl",
- "Sram, Senior Edificer",
- "Darksteel Mutation",
- "Kenrith's Transformation",
- "All That Glitters",
- "Curiosity"
- ],
- "synergy_commanders": [
- "Calix, Guided by Fate - Synergy (Constellation)",
- "Eutropia the Twice-Favored - Synergy (Constellation)",
- "Rishkar, Peema Renegade - Synergy (Voltron)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Stacks enchantment or aura-based value engines (draw, cost reduction, constellation) into compounding board & card advantage."
- },
- {
- "id": "aurochs-kindred",
- "theme": "Aurochs Kindred",
- "synergies": [
- "Trample",
- "Snow Matters",
- "Aggro"
- ],
- "primary_color": "Green",
- "example_commanders": [
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Ghalta, Stampede Tyrant - Synergy (Trample)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "example_cards": [
- "Rimehorn Aurochs",
- "Bull Aurochs",
- "Aurochs",
- "Aurochs Herd"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Aurochs creatures into play with shared payoffs."
- },
- {
- "id": "avatar-kindred",
- "theme": "Avatar Kindred",
- "synergies": [
- "Impending",
- "Time Counters",
- "Politics",
- "Horror Kindred",
- "Cost Reduction"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Muldrotha, the Gravetide",
- "Multani, Yavimaya's Avatar",
- "Gishath, Sun's Avatar",
- "Gandalf the White",
- "The Ur-Dragon"
- ],
- "example_cards": [
- "Wandering Archaic // Explore the Vastlands",
- "Dark Depths",
- "Muldrotha, the Gravetide",
- "Multani, Yavimaya's Avatar",
- "Verdant Sun's Avatar",
- "Sepulchral Primordial",
- "Gishath, Sun's Avatar",
- "Body of Knowledge"
- ],
- "synergy_commanders": [
- "Ojer Pakpatiq, Deepest Epoch // Temple of Cyclical Time - Synergy (Time Counters)",
- "The Tenth Doctor - Synergy (Time Counters)",
- "Braids, Arisen Nightmare - Synergy (Politics)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Avatar creatures into play with shared payoffs (e.g., Impending and Time Counters)."
- },
- {
- "id": "awaken",
- "theme": "Awaken",
- "synergies": [
- "Elemental Kindred",
- "Lands Matter",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Ashaya, Soul of the Wild - Synergy (Elemental Kindred)",
- "Titania, Protector of Argoth - Synergy (Elemental Kindred)",
- "Kediss, Emberclaw Familiar - Synergy (Elemental Kindred)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)",
- "Tatyova, Benthic Druid - Synergy (Lands Matter)"
- ],
- "example_cards": [
- "Part the Waterveil",
- "Planar Outburst",
- "Boiling Earth",
- "Scatter to the Winds",
- "Ruinous Path",
- "Clutch of Currents",
- "Encircling Fissure",
- "Coastal Discovery"
- ],
- "synergy_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Awaken leveraging synergies with Elemental Kindred and Lands Matter."
- },
- {
- "id": "azra-kindred",
- "theme": "Azra Kindred",
- "synergies": [
- "Outlaw Kindred",
- "Rogue Kindred",
- "Sacrifice Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Virtus the Veiled",
- "Kels, Fight Fixer",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)"
- ],
- "example_cards": [
- "Mindblade Render",
- "Virtus the Veiled",
- "Azra Oddsmaker",
- "Azra Smokeshaper",
- "Quick Fixer",
- "Rushblade Commander",
- "Kels, Fight Fixer",
- "Blaring Captain"
- ],
- "synergy_commanders": [
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Rankle, Master of Pranks - Synergy (Rogue Kindred)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Azra creatures into play with shared payoffs."
- },
- {
- "id": "backgrounds-matter",
- "theme": "Backgrounds Matter",
- "synergies": [
- "Choose a background",
- "Treasure",
- "Treasure Token",
- "Dragon Kindred",
- "Enchantments Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Jaheira, Friend of the Forest",
- "Karlach, Fury of Avernus",
- "Lae'zel, Vlaakith's Champion",
- "Ganax, Astral Hunter",
- "Zellix, Sanity Flayer"
- ],
- "example_cards": [
- "Jaheira, Friend of the Forest",
- "Karlach, Fury of Avernus",
- "Lae'zel, Vlaakith's Champion",
- "Ganax, Astral Hunter",
- "Passionate Archaeologist",
- "Agent of the Iron Throne",
- "Inspiring Leader",
- "Zellix, Sanity Flayer"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Treasure)",
- "Lotho, Corrupt Shirriff - Synergy (Treasure)",
- "Old Gnawbone - Synergy (Treasure Token)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Pairs a Commander with Backgrounds for modular static buffs & class-style customization. Synergies like Choose a background and Treasure reinforce the plan."
- },
- {
- "id": "backup",
- "theme": "Backup",
- "synergies": [
- "+1/+1 Counters",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Counters Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Bright-Palm, Soul Awakener",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "example_cards": [
- "Archpriest of Shadows",
- "Guardian Scalelord",
- "Conclave Sledge-Captain",
- "Emergent Woodwurm",
- "Boon-Bringer Valkyrie",
- "Scorn-Blade Berserker",
- "Bright-Palm, Soul Awakener",
- "Saiba Cryptomancer"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Backup leveraging synergies with +1/+1 Counters and Blink."
- },
- {
- "id": "badger-kindred",
- "theme": "Badger Kindred",
- "synergies": [
- "Little Fellas",
- "Toughness Matters",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Greensleeves, Maro-Sorcerer",
- "Hugs, Grisly Guardian",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Greensleeves, Maro-Sorcerer",
- "Surly Badgersaur",
- "Brightcap Badger // Fungus Frolic",
- "Hugs, Grisly Guardian",
- "Colossal Badger // Dig Deep",
- "Stubborn Burrowfiend",
- "Charging Badger",
- "Badgermole"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Badger creatures into play with shared payoffs."
- },
- {
- "id": "banding",
- "theme": "Banding",
- "synergies": [
- "First strike",
- "Soldier Kindred",
- "Human Kindred",
- "Little Fellas",
- "Flying"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Ayesha Tanaka",
- "Danitha Capashen, Paragon - Synergy (First strike)",
- "Gisela, Blade of Goldnight - Synergy (First strike)",
- "Drana, Liberator of Malakir - Synergy (First strike)",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)"
- ],
- "example_cards": [
- "Benalish Hero",
- "Mesa Pegasus",
- "Kjeldoran Warrior",
- "Kjeldoran Skyknight",
- "Teremko Griffin",
- "Pikemen",
- "Shield Bearer",
- "Kjeldoran Knight"
- ],
- "synergy_commanders": [
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Banding leveraging synergies with First strike and Soldier Kindred."
- },
- {
- "id": "barbarian-kindred",
- "theme": "Barbarian Kindred",
- "synergies": [
- "Haste",
- "Human Kindred",
- "Discard Matters",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Karlach, Fury of Avernus",
- "Godo, Bandit Warlord",
- "Wulfgar of Icewind Dale",
- "Lovisa Coldeyes",
- "Vrondiss, Rage of Ancients"
- ],
- "example_cards": [
- "Karlach, Fury of Avernus",
- "Dragonspeaker Shaman",
- "Godo, Bandit Warlord",
- "Reckless Barbarian",
- "Wulfgar of Icewind Dale",
- "Plundering Barbarian",
- "Caves of Chaos Adventurer",
- "Lovisa Coldeyes"
- ],
- "synergy_commanders": [
- "Aurelia, the Warleader - Synergy (Haste)",
- "Yahenni, Undying Partisan - Synergy (Haste)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Haste)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Barbarian creatures into play with shared payoffs (e.g., Haste and Human Kindred)."
- },
- {
- "id": "bard-kindred",
- "theme": "Bard Kindred",
- "synergies": [
- "Toughness Matters",
- "Little Fellas",
- "Human Kindred",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Korlessa, Scale Singer",
- "Kalain, Reclusive Painter",
- "Bello, Bard of the Brambles",
- "Narci, Fable Singer",
- "Tom Bombadil"
- ],
- "example_cards": [
- "Mockingbird",
- "Voice of Victory",
- "Crime Novelist",
- "Composer of Spring",
- "Korlessa, Scale Singer",
- "Kalain, Reclusive Painter",
- "Bello, Bard of the Brambles",
- "Narci, Fable Singer"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Bard creatures into play with shared payoffs (e.g., Toughness Matters and Little Fellas)."
- },
- {
- "id": "bargain",
- "theme": "Bargain",
- "synergies": [
- "Burn",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Spells Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Burn)",
- "Braids, Arisen Nightmare - Synergy (Burn)",
- "Lotho, Corrupt Shirriff - Synergy (Burn)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)"
- ],
- "example_cards": [
- "Beseech the Mirror",
- "Back for Seconds",
- "Rowan's Grim Search",
- "Ice Out",
- "Realm-Scorcher Hellkite",
- "Stonesplitter Bolt",
- "Thunderous Debut",
- "Farsight Ritual"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Bargain leveraging synergies with Burn and Blink."
- },
- {
- "id": "basic-landcycling",
- "theme": "Basic landcycling",
- "synergies": [
- "Landcycling",
- "Cycling",
- "Loot",
- "Ramp",
- "Discard Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Monstrosity of the Lake - Synergy (Landcycling)",
- "The Balrog of Moria - Synergy (Cycling)",
- "Yidaro, Wandering Monster - Synergy (Cycling)",
- "Baral, Chief of Compliance - Synergy (Loot)"
- ],
- "example_cards": [
- "Ash Barrens",
- "Migratory Route",
- "Sylvan Reclamation",
- "Ancient Excavation",
- "Orchard Strider",
- "Treacherous Terrain",
- "Grave Upheaval",
- "Topiary Panther"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Basic landcycling leveraging synergies with Landcycling and Cycling."
- },
- {
- "id": "basilisk-kindred",
- "theme": "Basilisk Kindred",
- "synergies": [
- "Deathtouch",
- "Toughness Matters",
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "example_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Deathtouch)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Deathtouch)",
- "The Gitrog Monster - Synergy (Deathtouch)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)"
- ],
- "example_cards": [
- "Ichorspit Basilisk",
- "Underdark Basilisk",
- "Turntimber Basilisk",
- "Daggerback Basilisk",
- "Greater Basilisk",
- "Sylvan Basilisk",
- "Serpentine Basilisk",
- "Stone-Tongue Basilisk"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Basilisk creatures into play with shared payoffs (e.g., Deathtouch and Toughness Matters)."
- },
- {
- "id": "bat-kindred",
- "theme": "Bat Kindred",
- "synergies": [
- "Lifeloss",
- "Lifeloss Triggers",
- "Lifegain",
- "Life Matters",
- "Flying"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Aclazotz, Deepest Betrayal // Temple of the Dead",
- "Zoraline, Cosmos Caller",
- "Momo, Friendly Flier",
- "Momo, Rambunctious Rascal",
- "Vilis, Broker of Blood - Synergy (Lifeloss)"
- ],
- "example_cards": [
- "Mirkwood Bats",
- "Aclazotz, Deepest Betrayal // Temple of the Dead",
- "Starscape Cleric",
- "Mudflat Village",
- "Lunar Convocation",
- "Screeching Scorchbeast",
- "Desecrated Tomb",
- "Darkstar Augur"
- ],
- "synergy_commanders": [
- "Ludevic, Necro-Alchemist - Synergy (Lifeloss)",
- "Lich's Mastery - Synergy (Lifeloss)",
- "Marina Vendrell's Grimoire - Synergy (Lifeloss Triggers)",
- "Tatyova, Benthic Druid - Synergy (Lifegain)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Bat creatures into play with shared payoffs (e.g., Lifeloss and Lifeloss Triggers)."
- },
- {
- "id": "battalion",
- "theme": "Battalion",
- "synergies": [
- "Soldier Kindred",
- "Human Kindred",
- "Aggro",
- "Combat Matters",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Paladin Elizabeth Taggerdy",
- "Sentinel Sarah Lyons",
- "Tajic, Blade of the Legion",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)"
- ],
- "example_cards": [
- "Frontline Medic",
- "Legion Loyalist",
- "Paladin Elizabeth Taggerdy",
- "Sentinel Sarah Lyons",
- "Tajic, Blade of the Legion",
- "Firemane Avenger",
- "Sontaran General",
- "Boros Elite"
- ],
- "synergy_commanders": [
- "Odric, Lunarch Marshal - Synergy (Soldier Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Battalion leveraging synergies with Soldier Kindred and Human Kindred."
- },
- {
- "id": "battle-cry",
- "theme": "Battle Cry",
- "synergies": [
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Iraxxa, Empress of Mars",
- "Ria Ivor, Bane of Bladehold",
- "Rosnakht, Heir of Rohgahh",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)"
- ],
- "example_cards": [
- "Hero of Bladehold",
- "Signal Pest",
- "Iraxxa, Empress of Mars",
- "Goblin Wardriver",
- "Ria Ivor, Bane of Bladehold",
- "Sanguine Evangelist",
- "Rosnakht, Heir of Rohgahh",
- "Primaris Chaplain"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Combat Matters)",
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Battle Cry leveraging synergies with Aggro and Combat Matters."
- },
- {
- "id": "battles-matter",
- "theme": "Battles Matter",
- "synergies": [
- "Transform",
- "Card Draw",
- "Big Mana"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)",
- "Veyran, Voice of Duality - Synergy (Transform)",
- "Braids, Arisen Nightmare - Synergy (Card Draw)",
- "Toski, Bearer of Secrets - Synergy (Card Draw)"
- ],
- "example_cards": [
- "Invasion of Ikoria // Zilortha, Apex of Ikoria",
- "Invasion of Zendikar // Awakened Skyclave",
- "Invasion of Segovia // Caetus, Sea Tyrant of Segovia",
- "Invasion of Fiora // Marchesa, Resolute Monarch",
- "Invasion of Kaldheim // Pyre of the World Tree",
- "Invasion of Amonkhet // Lazotep Convert",
- "Invasion of Tarkir // Defiant Thundermaw",
- "Invasion of Theros // Ephara, Ever-Sheltering"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Battles Matter leveraging synergies with Transform and Card Draw."
- },
- {
- "id": "bear-kindred",
- "theme": "Bear Kindred",
- "synergies": [
- "Druid Kindred",
- "Trample",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Goreclaw, Terror of Qal Sisma",
- "Surrak and Goreclaw",
- "Lumra, Bellow of the Woods",
- "Doc Aurlock, Grizzled Genius",
- "Wilson, Refined Grizzly"
- ],
- "example_cards": [
- "Goreclaw, Terror of Qal Sisma",
- "Surrak and Goreclaw",
- "Lumra, Bellow of the Woods",
- "Doc Aurlock, Grizzled Genius",
- "Argoth, Sanctum of Nature // Titania, Gaea Incarnate",
- "Titania's Command",
- "Rampaging Yao Guai",
- "Wilson, Refined Grizzly"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Druid Kindred)",
- "Rishkar, Peema Renegade - Synergy (Druid Kindred)",
- "Jaheira, Friend of the Forest - Synergy (Druid Kindred)",
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Bear creatures into play with shared payoffs (e.g., Druid Kindred and Trample)."
- },
- {
- "id": "beast-kindred",
- "theme": "Beast Kindred",
- "synergies": [
- "Mutate",
- "Goat Kindred",
- "Boar Kindred",
- "Morph",
- "Frog Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Loot, Exuberant Explorer",
- "Questing Beast",
- "Kona, Rescue Beastie",
- "Anara, Wolvid Familiar",
- "Nethroi, Apex of Death"
- ],
- "example_cards": [
- "Rampaging Baloths",
- "Craterhoof Behemoth",
- "Felidar Retreat",
- "Displacer Kitten",
- "Ravenous Chupacabra",
- "Ezuri's Predation",
- "Loot, Exuberant Explorer",
- "Cultivator Colossus"
- ],
- "synergy_commanders": [
- "Brokkos, Apex of Forever - Synergy (Mutate)",
- "Illuna, Apex of Wishes - Synergy (Mutate)",
- "Flopsie, Bumi's Buddy - Synergy (Goat Kindred)",
- "Ilharg, the Raze-Boar - Synergy (Boar Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Beast creatures into play with shared payoffs (e.g., Mutate and Goat Kindred)."
- },
- {
- "id": "beaver-kindred",
- "theme": "Beaver Kindred",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Giant Beaver"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Beaver creatures into play with shared payoffs."
- },
- {
- "id": "beeble-kindred",
- "theme": "Beeble Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Bamboozling Beeble",
- "Bouncing Beebles",
- "Bubbling Beebles"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Beeble creatures into play with shared payoffs."
- },
- {
- "id": "behold",
- "theme": "Behold",
- "synergies": [
- "Dragon Kindred",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Sarkhan, Dragon Ascendant",
- "Niv-Mizzet, Parun - Synergy (Dragon Kindred)",
- "Old Gnawbone - Synergy (Dragon Kindred)",
- "Drakuseth, Maw of Flames - Synergy (Dragon Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Sarkhan, Dragon Ascendant",
- "Dispelling Exhale",
- "Molten Exhale",
- "Piercing Exhale",
- "Caustic Exhale",
- "Osseous Exhale"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Behold leveraging synergies with Dragon Kindred and Spells Matter."
- },
- {
- "id": "beholder-kindred",
- "theme": "Beholder Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Karazikar, the Eye Tyrant",
- "Xanathar, Guild Kingpin"
- ],
- "example_cards": [
- "Karazikar, the Eye Tyrant",
- "Death Kiss",
- "Xanathar, Guild Kingpin",
- "Hive of the Eye Tyrant",
- "Death Tyrant",
- "Ghastly Death Tyrant",
- "Baleful Beholder"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Beholder creatures into play with shared payoffs."
- },
- {
- "id": "berserker-kindred",
- "theme": "Berserker Kindred",
- "synergies": [
- "Boast",
- "Dash",
- "Dwarf Kindred",
- "Minotaur Kindred",
- "Haste"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Kardur, Doomscourge",
- "Magda, Brazen Outlaw",
- "Alexios, Deimos of Kosmos",
- "Magda, the Hoardmaster",
- "Garna, Bloodfist of Keld"
- ],
- "example_cards": [
- "Kardur, Doomscourge",
- "Magda, Brazen Outlaw",
- "Alexios, Deimos of Kosmos",
- "Magda, the Hoardmaster",
- "Garna, Bloodfist of Keld",
- "Burning-Rune Demon",
- "Bloodbraid Elf",
- "Khârn the Betrayer"
- ],
- "synergy_commanders": [
- "Varragoth, Bloodsky Sire - Synergy (Boast)",
- "Sigurd, Jarl of Ravensthorpe - Synergy (Boast)",
- "Arni Brokenbrow - Synergy (Boast)",
- "Ragavan, Nimble Pilferer - Synergy (Dash)",
- "Kolaghan, the Storm's Fury - Synergy (Dash)",
- "Sram, Senior Edificer - Synergy (Dwarf Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Berserker creatures into play with shared payoffs (e.g., Boast and Dash)."
- },
- {
- "id": "bestow",
- "theme": "Bestow",
- "synergies": [
- "Nymph Kindred",
- "Equipment Matters",
- "Auras",
- "Artifacts Matter",
- "Enchantments Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Kestia, the Cultivator",
- "Sythis, Harvest's Hand - Synergy (Nymph Kindred)",
- "Goldberry, River-Daughter - Synergy (Nymph Kindred)",
- "Sram, Senior Edificer - Synergy (Equipment Matters)",
- "Kodama of the West Tree - Synergy (Equipment Matters)"
- ],
- "example_cards": [
- "Springheart Nantuko",
- "Eidolon of Countless Battles",
- "Nighthowler",
- "Nyxborn Hydra",
- "Trickster's Elk",
- "Indebted Spirit",
- "Chromanticore",
- "Detective's Phoenix"
- ],
- "synergy_commanders": [
- "Danitha Capashen, Paragon - Synergy (Auras)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Bestow leveraging synergies with Nymph Kindred and Equipment Matters."
- },
- {
- "id": "big-mana",
- "theme": "Big Mana",
- "synergies": [
- "Cost Reduction",
- "Convoke",
- "Affinity",
- "Delve",
- "Leviathan Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Etali, Primal Storm",
- "Tatyova, Benthic Druid",
- "Ghalta, Primal Hunger",
- "Sheoldred, Whispering One"
- ],
- "example_cards": [
- "Path to Exile",
- "Blasphemous Act",
- "Rampant Growth",
- "Nature's Lore",
- "Solemn Simulacrum",
- "Boseiju, Who Endures",
- "Wayfarer's Bauble",
- "Sakura-Tribe Elder"
- ],
- "synergy_commanders": [
- "Emry, Lurker of the Loch - Synergy (Cost Reduction)",
- "Goreclaw, Terror of Qal Sisma - Synergy (Cost Reduction)",
- "Bennie Bracks, Zoologist - Synergy (Convoke)",
- "The Wandering Rescuer - Synergy (Convoke)",
- "Urza, Chief Artificer - Synergy (Affinity)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Accelerates mana ahead of curve, then converts surplus into oversized threats or multi-spell bursts. Synergies like Cost Reduction and Convoke reinforce the plan."
- },
- {
- "id": "bird-kindred",
- "theme": "Bird Kindred",
- "synergies": [
- "Flying",
- "Soldier Kindred",
- "Morph",
- "Little Fellas",
- "Landfall"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Teshar, Ancestor's Apostle",
- "Breena, the Demagogue",
- "Balmor, Battlemage Captain",
- "Vega, the Watcher",
- "Kykar, Wind's Fury"
- ],
- "example_cards": [
- "Birds of Paradise",
- "Swan Song",
- "Baleful Strix",
- "Gilded Goose",
- "Thrummingbird",
- "Ledger Shredder",
- "Aven Mindcensor",
- "Jhoira's Familiar"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Akroma, Angel of Fury - Synergy (Morph)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Bird creatures into play with shared payoffs (e.g., Flying and Soldier Kindred)."
- },
- {
- "id": "blaze-counters",
- "theme": "Blaze Counters",
- "synergies": [],
- "primary_color": "Red",
- "example_cards": [
- "Obsidian Fireheart",
- "Five-Alarm Fire"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates blaze counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "blink",
- "theme": "Blink",
- "synergies": [
- "Enter the Battlefield",
- "Flicker",
- "Token Creation",
- "Exploit",
- "Offspring"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Selvala, Heart of the Wilds",
- "Sheoldred, Whispering One",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Elesh Norn, Mother of Machines",
- "Kodama of the East Tree"
- ],
- "example_cards": [
- "Solemn Simulacrum",
- "The One Ring",
- "Eternal Witness",
- "Victimize",
- "Animate Dead",
- "Orcish Bowmasters",
- "Mithril Coat",
- "Gray Merchant of Asphodel"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Recycles enter-the-battlefield triggers through blink/flicker loops for compounding value and soft locks. Synergies like Enter the Battlefield and Flicker reinforce the plan."
- },
- {
- "id": "blitz",
- "theme": "Blitz",
- "synergies": [
- "Midrange",
- "Warrior Kindred",
- "Sacrifice Matters",
- "Conditional Draw",
- "Aristocrats"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Jaxis, the Troublemaker",
- "Sabin, Master Monk",
- "Rishkar, Peema Renegade - Synergy (Midrange)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Midrange)",
- "Yawgmoth, Thran Physician - Synergy (Midrange)"
- ],
- "example_cards": [
- "Jaxis, the Troublemaker",
- "Star Athlete",
- "Wave of Rats",
- "Tenacious Underdog",
- "Ziatora's Envoy",
- "Mezzio Mugger",
- "Sabin, Master Monk",
- "Riveteers Requisitioner"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Blitz leveraging synergies with Midrange and Warrior Kindred."
- },
- {
- "id": "blood-token",
- "theme": "Blood Token",
- "synergies": [
- "Bloodthirst",
- "Bloodrush",
- "Sacrifice to Draw",
- "Vampire Kindred",
- "Loot"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Old Rutstein",
- "Kamber, the Plunderer",
- "Strefan, Maurer Progenitor",
- "Anje, Maid of Dishonor",
- "Shilgengar, Sire of Famine"
- ],
- "example_cards": [
- "Voldaren Estate",
- "Blood for the Blood God!",
- "Edgar, Charmed Groom // Edgar Markov's Coffin",
- "Old Rutstein",
- "Glass-Cast Heart",
- "Transmutation Font",
- "Voldaren Epicure",
- "Font of Agonies"
- ],
- "synergy_commanders": [
- "Indoraptor, the Perfect Hybrid - Synergy (Bloodthirst)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice to Draw)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Bloodthirst and Bloodrush reinforce the plan."
- },
- {
- "id": "bloodrush",
- "theme": "Bloodrush",
- "synergies": [
- "Blood Token",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Old Rutstein - Synergy (Blood Token)",
- "Kamber, the Plunderer - Synergy (Blood Token)",
- "Strefan, Maurer Progenitor - Synergy (Blood Token)",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)"
- ],
- "example_cards": [
- "Wasteland Viper",
- "Rubblehulk",
- "Ghor-Clan Rampager",
- "Skarrg Goliath",
- "Pyrewild Shaman",
- "Rubblebelt Maaka",
- "Wrecking Ogre",
- "Skinbrand Goblin"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Uses Blood tokens to loot, set up graveyard recursion, and trigger discard/madness payoffs. Synergies like Blood Token and Aggro reinforce the plan."
- },
- {
- "id": "bloodthirst",
- "theme": "Bloodthirst",
- "synergies": [
- "Blood Token",
- "+1/+1 Counters",
- "Burn",
- "Warrior Kindred",
- "Counters Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Indoraptor, the Perfect Hybrid",
- "Old Rutstein - Synergy (Blood Token)",
- "Kamber, the Plunderer - Synergy (Blood Token)",
- "Strefan, Maurer Progenitor - Synergy (Blood Token)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Bloodlord of Vaasgoth",
- "Indoraptor, the Perfect Hybrid",
- "Carnage Wurm",
- "Skarrgan Firebird",
- "Furyborn Hellkite",
- "Duskhunter Bat",
- "Gorehorn Minotaurs",
- "Stormblood Berserker"
- ],
- "synergy_commanders": [
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Syr Konrad, the Grim - Synergy (Burn)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Uses Blood tokens to loot, set up graveyard recursion, and trigger discard/madness payoffs. Synergies like Blood Token and +1/+1 Counters reinforce the plan."
- },
- {
- "id": "boar-kindred",
- "theme": "Boar Kindred",
- "synergies": [
- "Beast Kindred",
- "Trample",
- "Artifact Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Ilharg, the Raze-Boar",
- "Yasharn, Implacable Earth",
- "Raggadragga, Goreguts Boss",
- "Spider-Ham, Peter Porker",
- "Loot, Exuberant Explorer - Synergy (Beast Kindred)"
- ],
- "example_cards": [
- "Curse of the Swine",
- "End-Raze Forerunners",
- "Ilharg, the Raze-Boar",
- "Archetype of Endurance",
- "Yasharn, Implacable Earth",
- "Contraband Livestock",
- "Prize Pig",
- "Raggadragga, Goreguts Boss"
- ],
- "synergy_commanders": [
- "Questing Beast - Synergy (Beast Kindred)",
- "Kona, Rescue Beastie - Synergy (Beast Kindred)",
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Boar creatures into play with shared payoffs (e.g., Beast Kindred and Trample)."
- },
- {
- "id": "board-wipes",
- "theme": "Board Wipes",
- "synergies": [
- "Bracket:MassLandDenial",
- "Pingers",
- "Interaction",
- "Lore Counters",
- "Sagas Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Purphoros, God of the Forge",
- "Ashling, Flame Dancer",
- "Emrakul, the World Anew",
- "Dragonhawk, Fate's Tempest"
- ],
- "example_cards": [
- "Blasphemous Act",
- "Cyclonic Rift",
- "Toxic Deluge",
- "Farewell",
- "Austere Command",
- "Impact Tremors",
- "Syr Konrad, the Grim",
- "Scavenger Grounds"
- ],
- "synergy_commanders": [
- "Hokori, Dust Drinker - Synergy (Bracket:MassLandDenial)",
- "Myojin of Infinite Rage - Synergy (Bracket:MassLandDenial)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Pingers)",
- "Toski, Bearer of Secrets - Synergy (Interaction)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Board Wipes leveraging synergies with Bracket:MassLandDenial and Pingers."
- },
- {
- "id": "boast",
- "theme": "Boast",
- "synergies": [
- "Berserker Kindred",
- "Warrior Kindred",
- "Human Kindred",
- "Little Fellas",
- "Aggro"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Varragoth, Bloodsky Sire",
- "Sigurd, Jarl of Ravensthorpe",
- "Arni Brokenbrow",
- "Kardur, Doomscourge - Synergy (Berserker Kindred)",
- "Magda, Brazen Outlaw - Synergy (Berserker Kindred)"
- ],
- "example_cards": [
- "Varragoth, Bloodsky Sire",
- "Broadside Bombardiers",
- "Eradicator Valkyrie",
- "Sigurd, Jarl of Ravensthorpe",
- "Dragonkin Berserker",
- "Fearless Liberator",
- "Arni Brokenbrow",
- "Usher of the Fallen"
- ],
- "synergy_commanders": [
- "Alexios, Deimos of Kosmos - Synergy (Berserker Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Boast leveraging synergies with Berserker Kindred and Warrior Kindred."
- },
- {
- "id": "bolster",
- "theme": "Bolster",
- "synergies": [
- "+1/+1 Counters",
- "Combat Tricks",
- "Counters Matter",
- "Voltron",
- "Soldier Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Anafenza, Kin-Tree Spirit",
- "Dromoka, the Eternal",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Anafenza, Kin-Tree Spirit",
- "Elite Scaleguard",
- "Dromoka, the Eternal",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader",
- "Map the Wastes",
- "Gleam of Authority",
- "Dragonscale General",
- "Sandsteppe War Riders"
- ],
- "synergy_commanders": [
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Samut, Voice of Dissent - Synergy (Combat Tricks)",
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Bolster leveraging synergies with +1/+1 Counters and Combat Tricks."
- },
- {
- "id": "bounty-counters",
- "theme": "Bounty Counters",
- "synergies": [],
- "primary_color": "Black",
- "example_commanders": [
- "Shay Cormac",
- "Chevill, Bane of Monsters",
- "Mathas, Fiend Seeker"
- ],
- "example_cards": [
- "Shay Cormac",
- "Bounty Board",
- "Termination Facilitator",
- "Chevill, Bane of Monsters",
- "Mathas, Fiend Seeker",
- "Bounty Hunter"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates bounty counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "bracketextraturn",
- "theme": "Bracket:ExtraTurn",
- "synergies": [
- "Spells Matter",
- "Spellslinger",
- "Big Mana",
- "Counters Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Medomai the Ageless",
- "Ultimecia, Time Sorceress // Ultimecia, Omnipotent",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Final Fortune",
- "Time Warp",
- "Teferi, Master of Time",
- "Rise of the Eldrazi",
- "Nexus of Fate",
- "Expropriate",
- "Time Sieve",
- "Temporal Mastery"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Bracket:ExtraTurn leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "bracketgamechanger",
- "theme": "Bracket:GameChanger",
- "synergies": [
- "Bracket:TutorNonland",
- "Draw Triggers",
- "Wheels",
- "Topdeck",
- "Stax"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Urza, Lord High Artificer",
- "Kinnan, Bonder Prodigy",
- "Tergrid, God of Fright // Tergrid's Lantern",
- "Jin-Gitaxias, Core Augur",
- "Vorinclex, Voice of Hunger"
- ],
- "example_cards": [
- "Rhystic Study",
- "Cyclonic Rift",
- "Smothering Tithe",
- "Demonic Tutor",
- "Ancient Tomb",
- "Fierce Guardianship",
- "The One Ring",
- "Teferi's Protection"
- ],
- "synergy_commanders": [
- "Invasion of Ikoria // Zilortha, Apex of Ikoria - Synergy (Bracket:TutorNonland)",
- "Magda, Brazen Outlaw - Synergy (Bracket:TutorNonland)",
- "Razaketh, the Foulblooded - Synergy (Bracket:TutorNonland)",
- "Braids, Arisen Nightmare - Synergy (Draw Triggers)",
- "Loran of the Third Path - Synergy (Draw Triggers)",
- "Sheoldred, the Apocalypse - Synergy (Wheels)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Bracket:GameChanger leveraging synergies with Bracket:TutorNonland and Draw Triggers."
- },
- {
- "id": "bracketmasslanddenial",
- "theme": "Bracket:MassLandDenial",
- "synergies": [
- "Board Wipes",
- "Interaction",
- "Spells Matter",
- "Spellslinger",
- "Big Mana"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Hokori, Dust Drinker",
- "Myojin of Infinite Rage",
- "Syr Konrad, the Grim - Synergy (Board Wipes)",
- "Purphoros, God of the Forge - Synergy (Board Wipes)",
- "Ashling, Flame Dancer - Synergy (Board Wipes)"
- ],
- "example_cards": [
- "Blood Moon",
- "Magus of the Moon",
- "Winter Orb",
- "Winter Moon",
- "Armageddon",
- "Harbinger of the Seas",
- "Back to Basics",
- "Static Orb"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Interaction)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Interaction)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Bracket:MassLandDenial leveraging synergies with Board Wipes and Interaction."
- },
- {
- "id": "brackettutornonland",
- "theme": "Bracket:TutorNonland",
- "synergies": [
- "Transmute",
- "Bracket:GameChanger",
- "Mercenary Kindred",
- "Rebel Kindred",
- "Toolbox"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Invasion of Ikoria // Zilortha, Apex of Ikoria",
- "Magda, Brazen Outlaw",
- "Razaketh, the Foulblooded",
- "Varragoth, Bloodsky Sire",
- "Sidisi, Undead Vizier"
- ],
- "example_cards": [
- "Demonic Tutor",
- "Vampiric Tutor",
- "Enlightened Tutor",
- "Urza's Saga",
- "Mystical Tutor",
- "Worldly Tutor",
- "Gamble",
- "Diabolic Intent"
- ],
- "synergy_commanders": [
- "Urza, Lord High Artificer - Synergy (Bracket:GameChanger)",
- "Kinnan, Bonder Prodigy - Synergy (Bracket:GameChanger)",
- "Kellogg, Dangerous Mind - Synergy (Mercenary Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Bracket:TutorNonland leveraging synergies with Transmute and Bracket:GameChanger."
- },
- {
- "id": "brushwagg-kindred",
- "theme": "Brushwagg Kindred",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Ornery Tumblewagg",
- "Temperamental Oozewagg",
- "Almighty Brushwagg",
- "Brushwagg"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Brushwagg creatures into play with shared payoffs."
- },
- {
- "id": "burn",
- "theme": "Burn",
- "synergies": [
- "Pingers",
- "Bloodthirst",
- "Wither",
- "Afflict",
- "Extort"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Braids, Arisen Nightmare",
- "Lotho, Corrupt Shirriff",
- "Sheoldred, the Apocalypse",
- "Vito, Thorn of the Dusk Rose"
- ],
- "example_cards": [
- "Blasphemous Act",
- "Ancient Tomb",
- "The One Ring",
- "Talisman of Dominance",
- "Vampiric Tutor",
- "Phyrexian Arena",
- "City of Brass",
- "Shivan Reef"
- ],
- "synergy_commanders": [
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Pingers)",
- "Niv-Mizzet, Parun - Synergy (Pingers)",
- "Indoraptor, the Perfect Hybrid - Synergy (Bloodthirst)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Applies early pressure and combat tempo to close the game before slower value engines stabilize. Synergies like Pingers and Bloodthirst reinforce the plan."
- },
- {
- "id": "bushido",
- "theme": "Bushido",
- "synergies": [
- "Samurai Kindred",
- "Fox Kindred",
- "Human Kindred",
- "Little Fellas",
- "Toughness Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Toshiro Umezawa",
- "Konda, Lord of Eiganjo",
- "Sensei Golden-Tail",
- "Nagao, Bound by Honor",
- "Takeno, Samurai General"
- ],
- "example_cards": [
- "Jade Avenger",
- "Toshiro Umezawa",
- "Konda, Lord of Eiganjo",
- "Sensei Golden-Tail",
- "Samurai of the Pale Curtain",
- "Nagao, Bound by Honor",
- "Takeno, Samurai General",
- "Kentaro, the Smiling Cat"
- ],
- "synergy_commanders": [
- "Isshin, Two Heavens as One - Synergy (Samurai Kindred)",
- "Goro-Goro, Disciple of Ryusei - Synergy (Samurai Kindred)",
- "Godo, Bandit Warlord - Synergy (Samurai Kindred)",
- "Light-Paws, Emperor's Voice - Synergy (Fox Kindred)",
- "Pearl-Ear, Imperial Advisor - Synergy (Fox Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Bushido leveraging synergies with Samurai Kindred and Fox Kindred."
- },
- {
- "id": "buyback",
- "theme": "Buyback",
- "synergies": [
- "Spells Matter",
- "Spellslinger",
- "Lands Matter",
- "Control",
- "Removal"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Constant Mists",
- "Reiterate",
- "Clockspinning",
- "Capsize",
- "Haze of Rage",
- "Walk the Aeons",
- "Sprout Swarm",
- "Forbid"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Lands Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Loops Buyback spells to convert excess mana into repeatable effects & inevitability. Synergies like Spells Matter and Spellslinger reinforce the plan."
- },
- {
- "id": "ctan-kindred",
- "theme": "C'tan Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Shard of the Nightbringer",
- "Shard of the Void Dragon"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of C'tan creatures into play with shared payoffs."
- },
- {
- "id": "camarid-kindred",
- "theme": "Camarid Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Sarpadian Empires, Vol. VII",
- "Homarid Spawning Bed"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Camarid creatures into play with shared payoffs."
- },
- {
- "id": "camel-kindred",
- "theme": "Camel Kindred",
- "synergies": [],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_cards": [
- "Tasseled Dromedary",
- "Steel Dromedary",
- "Camel",
- "Quarry Hauler",
- "Solitary Camel",
- "Wretched Camel",
- "Dromad Purebred",
- "Supply Caravan"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Camel creatures into play with shared payoffs."
- },
- {
- "id": "cantrips",
- "theme": "Cantrips",
- "synergies": [
- "Clue Token",
- "Investigate",
- "Unconditional Draw",
- "Sacrifice to Draw",
- "Gift"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Sythis, Harvest's Hand",
- "Kwain, Itinerant Meddler",
- "Thrasios, Triton Hero",
- "The Goose Mother",
- "Satoru, the Infiltrator"
- ],
- "example_cards": [
- "Mind Stone",
- "Arcane Denial",
- "Esper Sentinel",
- "Mystic Remora",
- "Ponder",
- "Idol of Oblivion",
- "Growth Spiral",
- "Preordain"
- ],
- "synergy_commanders": [
- "Lonis, Cryptozoologist - Synergy (Clue Token)",
- "Astrid Peth - Synergy (Clue Token)",
- "Piper Wright, Publick Reporter - Synergy (Clue Token)",
- "Tivit, Seller of Secrets - Synergy (Investigate)",
- "Teysa, Opulent Oligarch - Synergy (Investigate)",
- "Tatyova, Benthic Druid - Synergy (Unconditional Draw)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Cantrips leveraging synergies with Clue Token and Investigate."
- },
- {
- "id": "capybara-kindred",
- "theme": "Capybara Kindred",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Basking Capybara"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Capybara creatures into play with shared payoffs."
- },
- {
- "id": "card-draw",
- "theme": "Card Draw",
- "synergies": [
- "Loot",
- "Wheels",
- "Replacement Draw",
- "Unconditional Draw",
- "Conditional Draw",
- "Draw Triggers",
- "Cantrips",
- "Cycling",
- "Sacrifice to Draw",
- "Connive",
- "Landcycling",
- "Learn",
- "Hellbent",
- "Blitz",
- "Dredge",
- "Basic landcycling",
- "Plainscycling"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Braids, Arisen Nightmare",
- "Toski, Bearer of Secrets",
- "Loran of the Third Path",
- "Kutzil, Malamet Exemplar",
- "Tatyova, Benthic Druid"
- ],
- "example_cards": [
- "Reliquary Tower",
- "Thought Vessel",
- "Mind Stone",
- "Commander's Sphere",
- "Solemn Simulacrum",
- "Rhystic Study",
- "Skullclamp",
- "Smothering Tithe"
- ],
- "synergy_commanders": [
- "Baral, Chief of Compliance - Synergy (Loot)",
- "The Locust God - Synergy (Loot)",
- "Malcolm, Alluring Scoundrel - Synergy (Loot)",
- "Asmodeus the Archfiend - Synergy (Replacement Draw)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Card Draw leveraging synergies with Loot and Wheels."
- },
- {
- "id": "card-selection",
- "theme": "Card Selection",
- "synergies": [
- "Explore",
- "Map Token",
- "Scout Kindred",
- "Pirate Kindred",
- "Merfolk Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Hakbal of the Surging Soul",
- "Amalia Benavides Aguirre",
- "Nicanzil, Current Conductor",
- "Astrid Peth",
- "Francisco, Fowl Marauder"
- ],
- "example_cards": [
- "Get Lost",
- "Hakbal of the Surging Soul",
- "Path of Discovery",
- "Worldwalker Helm",
- "Fanatical Offering",
- "Amalia Benavides Aguirre",
- "Restless Anchorage",
- "Seasoned Dungeoneer"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Scout Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Card Selection leveraging synergies with Explore and Map Token."
- },
- {
- "id": "carrier-kindred",
- "theme": "Carrier Kindred",
- "synergies": [
- "Phyrexian Kindred"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)",
- "Sheoldred, the Apocalypse - Synergy (Phyrexian Kindred)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Phyrexian Kindred)"
- ],
- "example_cards": [
- "Phyrexian Plaguelord",
- "Plague Engineer",
- "Phyrexian Debaser",
- "Phyrexian Defiler",
- "Phyrexian Denouncer"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Carrier creatures into play with shared payoffs (e.g., Phyrexian Kindred)."
- },
- {
- "id": "cascade",
- "theme": "Cascade",
- "synergies": [
- "Exile Matters",
- "Topdeck",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Maelstrom Wanderer",
- "Imoti, Celebrant of Bounty",
- "Zhulodok, Void Gorger",
- "Wildsear, Scouring Maw",
- "The First Sliver"
- ],
- "example_cards": [
- "Apex Devastator",
- "Wild-Magic Sorcerer",
- "Rain of Riches",
- "Maelstrom Wanderer",
- "Call Forth the Tempest",
- "Imoti, Celebrant of Bounty",
- "Zhulodok, Void Gorger",
- "Volcanic Torrent"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Exile Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Exile Matters)",
- "Urza, Lord High Artificer - Synergy (Exile Matters)",
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Chains cascade triggers to convert single casts into multi-spell value bursts. Synergies like Exile Matters and Topdeck reinforce the plan."
- },
- {
- "id": "cases-matter",
- "theme": "Cases Matter",
- "synergies": [
- "Enchantments Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sram, Senior Edificer - Synergy (Enchantments Matter)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)",
- "Jaheira, Friend of the Forest - Synergy (Enchantments Matter)"
- ],
- "example_cards": [
- "Case of the Locked Hothouse",
- "Case of the Ransacked Lab",
- "Case of the Uneaten Feast",
- "Case of the Stashed Skeleton",
- "Case of the Shifting Visage",
- "Case of the Trampled Garden",
- "Case of the Shattered Pact",
- "Case of the Crimson Pulse"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Cases Matter leveraging synergies with Enchantments Matter."
- },
- {
- "id": "casualty",
- "theme": "Casualty",
- "synergies": [
- "Spell Copy",
- "Sacrifice Matters",
- "Aristocrats",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Jin-Gitaxias, Progress Tyrant - Synergy (Spell Copy)",
- "Kitsa, Otterball Elite - Synergy (Spell Copy)",
- "Krark, the Thumbless - Synergy (Spell Copy)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Cut Your Losses",
- "Ob Nixilis, the Adversary",
- "Rob the Archives",
- "Illicit Shipment",
- "Cut of the Profits",
- "A Little Chat",
- "Make Disappear",
- "Audacious Swap"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Aristocrats)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Casualty leveraging synergies with Spell Copy and Sacrifice Matters."
- },
- {
- "id": "cat-kindred",
- "theme": "Cat Kindred",
- "synergies": [
- "Forestwalk",
- "Energy Counters",
- "Vigilance",
- "Energy",
- "Resource Engine"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Kutzil, Malamet Exemplar",
- "Jetmir, Nexus of Revels",
- "Sovereign Okinec Ahau",
- "Mirri, Weatherlight Duelist",
- "Jolrael, Mwonvuli Recluse"
- ],
- "example_cards": [
- "Kutzil, Malamet Exemplar",
- "Felidar Retreat",
- "Displacer Kitten",
- "Temur Sabertooth",
- "Enduring Curiosity",
- "Lion Sash",
- "Ocelot Pride",
- "Felidar Guardian"
- ],
- "synergy_commanders": [
- "Chatterfang, Squirrel General - Synergy (Forestwalk)",
- "Jedit Ojanen of Efrava - Synergy (Forestwalk)",
- "Mirri, Cat Warrior - Synergy (Forestwalk)",
- "Dr. Madison Li - Synergy (Energy Counters)",
- "Satya, Aetherflux Genius - Synergy (Energy Counters)",
- "Loran of the Third Path - Synergy (Vigilance)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Cat creatures into play with shared payoffs (e.g., Forestwalk and Energy Counters)."
- },
- {
- "id": "celebration",
- "theme": "Celebration",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Ash, Party Crasher",
- "Goddric, Cloaked Reveler",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Raging Battle Mouse",
- "Ash, Party Crasher",
- "Pests of Honor",
- "Goddric, Cloaked Reveler",
- "Armory Mice",
- "Lady of Laughter",
- "Bespoke Battlegarb",
- "Gallant Pie-Wielder"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Celebration leveraging synergies with Little Fellas."
- },
- {
- "id": "centaur-kindred",
- "theme": "Centaur Kindred",
- "synergies": [
- "Archer Kindred",
- "Scout Kindred",
- "Druid Kindred",
- "Shaman Kindred",
- "Warrior Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Karador, Ghost Chieftain",
- "Nikya of the Old Ways",
- "Yarus, Roar of the Old Gods",
- "Braulios of Pheres Band",
- "Seton, Krosan Protector"
- ],
- "example_cards": [
- "Courser of Kruphix",
- "Herald of the Pantheon",
- "Conclave Mentor",
- "Hunted Horror",
- "Stonehoof Chieftain",
- "Rampage of the Clans",
- "Karador, Ghost Chieftain",
- "Nikya of the Old Ways"
- ],
- "synergy_commanders": [
- "Legolas Greenleaf - Synergy (Archer Kindred)",
- "Finneas, Ace Archer - Synergy (Archer Kindred)",
- "Tor Wauki the Younger - Synergy (Archer Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Scout Kindred)",
- "Delney, Streetwise Lookout - Synergy (Scout Kindred)",
- "Tatyova, Benthic Druid - Synergy (Druid Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Centaur creatures into play with shared payoffs (e.g., Archer Kindred and Scout Kindred)."
- },
- {
- "id": "champion",
- "theme": "Champion",
- "synergies": [
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Combat Matters)",
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "example_cards": [
- "Wren's Run Packmaster",
- "Wanderwine Prophets",
- "Mistbind Clique",
- "Changeling Berserker",
- "Lightning Crafter",
- "Unstoppable Ash",
- "Changeling Titan",
- "Boggart Mob"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Champion leveraging synergies with Aggro and Combat Matters."
- },
- {
- "id": "changeling",
- "theme": "Changeling",
- "synergies": [
- "Shapeshifter Kindred",
- "Combat Tricks",
- "Little Fellas",
- "Interaction",
- "Toughness Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Morophon, the Boundless",
- "Orvar, the All-Form",
- "Moritte of the Frost",
- "Omo, Queen of Vesuva - Synergy (Shapeshifter Kindred)",
- "Samut, Voice of Dissent - Synergy (Combat Tricks)"
- ],
- "example_cards": [
- "Realmwalker",
- "Changeling Outcast",
- "Mirror Entity",
- "Taurean Mauler",
- "Morophon, the Boundless",
- "Bloodline Pretender",
- "Masked Vandal",
- "Universal Automaton"
- ],
- "synergy_commanders": [
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Changeling leveraging synergies with Shapeshifter Kindred and Combat Tricks."
- },
- {
- "id": "channel",
- "theme": "Channel",
- "synergies": [
- "Spirit Kindred",
- "Cost Reduction",
- "Lands Matter",
- "Artifacts Matter",
- "Enchantments Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Shigeki, Jukai Visionary",
- "Arashi, the Sky Asunder",
- "Jiwari, the Earth Aflame",
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)"
- ],
- "example_cards": [
- "Boseiju, Who Endures",
- "Otawara, Soaring City",
- "Takenuma, Abandoned Mire",
- "Eiganjo, Seat of the Empire",
- "Sokenzan, Crucible of Defiance",
- "Shigeki, Jukai Visionary",
- "Touch the Spirit Realm",
- "Colossal Skyturtle"
- ],
- "synergy_commanders": [
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)",
- "Emry, Lurker of the Loch - Synergy (Cost Reduction)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Channel leveraging synergies with Spirit Kindred and Cost Reduction."
- },
- {
- "id": "charge-counters",
- "theme": "Charge Counters",
- "synergies": [
- "Station",
- "Mana Rock",
- "Counters Matter",
- "Artifacts Matter",
- "Ramp"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Hearthhull, the Worldseed",
- "Inspirit, Flagship Vessel",
- "Dawnsire, Sunstar Dreadnought",
- "The Seriema",
- "Infinite Guideline Station"
- ],
- "example_cards": [
- "Everflowing Chalice",
- "Black Market",
- "Door of Destinies",
- "Blast Zone",
- "Astral Cornucopia",
- "Primal Amulet // Primal Wellspring",
- "Coalition Relic",
- "Umezawa's Jitte"
- ],
- "synergy_commanders": [
- "Codsworth, Handy Helper - Synergy (Mana Rock)",
- "Karn, Legacy Reforged - Synergy (Mana Rock)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Accumulates charge counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "child-kindred",
- "theme": "Child Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_cards": [
- "Wee Champion",
- "A Real Handful"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Child creatures into play with shared payoffs."
- },
- {
- "id": "chimera-kindred",
- "theme": "Chimera Kindred",
- "synergies": [
- "Big Mana"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Gnostro, Voice of the Crags",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Apex Devastator",
- "Perplexing Chimera",
- "Treeshaker Chimera",
- "Horizon Chimera",
- "Majestic Myriarch",
- "Spellheart Chimera",
- "Embermouth Sentinel",
- "Riptide Chimera"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Chimera creatures into play with shared payoffs (e.g., Big Mana)."
- },
- {
- "id": "choose-a-background",
- "theme": "Choose a background",
- "synergies": [
- "Backgrounds Matter",
- "Elf Kindred",
- "Cleric Kindred",
- "Enchantments Matter",
- "Artifact Tokens"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Jaheira, Friend of the Forest",
- "Karlach, Fury of Avernus",
- "Lae'zel, Vlaakith's Champion",
- "Ganax, Astral Hunter",
- "Zellix, Sanity Flayer"
- ],
- "example_cards": [
- "Jaheira, Friend of the Forest",
- "Karlach, Fury of Avernus",
- "Lae'zel, Vlaakith's Champion",
- "Ganax, Astral Hunter",
- "Zellix, Sanity Flayer",
- "Abdel Adrian, Gorion's Ward",
- "Wyll, Blade of Frontiers",
- "Wilson, Refined Grizzly"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Elf Kindred)",
- "Rishkar, Peema Renegade - Synergy (Elf Kindred)",
- "Vito, Thorn of the Dusk Rose - Synergy (Cleric Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Pairs a Commander with Backgrounds for modular static buffs & class-style customization. Synergies like Backgrounds Matter and Elf Kindred reinforce the plan."
- },
- {
- "id": "chroma",
- "theme": "Chroma",
- "synergies": [],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_cards": [
- "Springjack Shepherd",
- "Primalcrux",
- "Light from Within",
- "Sanity Grinding",
- "Outrage Shaman",
- "Heartlash Cinder",
- "Umbra Stalker",
- "Phosphorescent Feast"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Chroma theme and its supporting synergies."
- },
- {
- "id": "cipher",
- "theme": "Cipher",
- "synergies": [
- "Aggro",
- "Combat Matters",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Combat Matters)",
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "example_cards": [
- "Whispering Madness",
- "Stolen Identity",
- "Hidden Strings",
- "Arcane Heist",
- "Writ of Return",
- "Voidwalk",
- "Trait Doctoring",
- "Hands of Binding"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Cipher leveraging synergies with Aggro and Combat Matters."
- },
- {
- "id": "citizen-kindred",
- "theme": "Citizen Kindred",
- "synergies": [
- "Halfling Kindred",
- "Food Token",
- "Food",
- "Treasure",
- "Treasure Token"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Peregrin Took",
- "Ms. Bumbleflower",
- "O'aka, Traveling Merchant",
- "Meriadoc Brandybuck",
- "Lobelia, Defender of Bag End"
- ],
- "example_cards": [
- "Delighted Halfling",
- "Peregrin Took",
- "Witty Roastmaster",
- "Prosperous Innkeeper",
- "Grand Crescendo",
- "Halo Fountain",
- "Witness Protection",
- "Rabble Rousing"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Halfling Kindred)",
- "Rosie Cotton of South Lane - Synergy (Halfling Kindred)",
- "Samwise Gamgee - Synergy (Food Token)",
- "Farmer Cotton - Synergy (Food Token)",
- "Syr Ginger, the Meal Ender - Synergy (Food)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Citizen creatures into play with shared payoffs (e.g., Halfling Kindred and Food Token)."
- },
- {
- "id": "clash",
- "theme": "Clash",
- "synergies": [
- "Warrior Kindred",
- "Control",
- "Removal",
- "Stax",
- "Spells Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Marvo, Deep Operative",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Krenko, Mob Boss - Synergy (Warrior Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "example_cards": [
- "Marvo, Deep Operative",
- "Research the Deep",
- "Revive the Fallen",
- "Hoarder's Greed",
- "Broken Ambitions",
- "Scattering Stroke",
- "Captivating Glance",
- "Whirlpool Whelm"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Control)",
- "Ulamog, the Infinite Gyre - Synergy (Removal)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Clash leveraging synergies with Warrior Kindred and Control."
- },
- {
- "id": "cleave",
- "theme": "Cleave",
- "synergies": [
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Wash Away",
- "Dig Up",
- "Alchemist's Retrieval",
- "Alchemist's Gambit",
- "Winged Portent",
- "Fierce Retribution",
- "Path of Peril",
- "Lantern Flare"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Cleave leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "cleric-kindred",
- "theme": "Cleric Kindred",
- "synergies": [
- "Lifegain",
- "Life Matters",
- "Fox Kindred",
- "Kor Kindred",
- "Lifegain Triggers"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Vito, Thorn of the Dusk Rose",
- "Elas il-Kor, Sadistic Pilgrim",
- "Mangara, the Diplomat",
- "Yawgmoth, Thran Physician",
- "Mikaeus, the Unhallowed"
- ],
- "example_cards": [
- "Grand Abolisher",
- "Ramunap Excavator",
- "Vito, Thorn of the Dusk Rose",
- "Mother of Runes",
- "Soul Warden",
- "Elas il-Kor, Sadistic Pilgrim",
- "Archivist of Oghma",
- "Selfless Spirit"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Lifegain)",
- "Sheoldred, the Apocalypse - Synergy (Lifegain)",
- "Light-Paws, Emperor's Voice - Synergy (Fox Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Cleric creatures into play with shared payoffs (e.g., Lifegain and Life Matters)."
- },
- {
- "id": "cloak",
- "theme": "Cloak",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Etrata, Deadly Fugitive",
- "Vannifar, Evolved Enigma"
- ],
- "example_cards": [
- "Unexplained Absence",
- "Etrata, Deadly Fugitive",
- "Vannifar, Evolved Enigma",
- "Ransom Note",
- "Hide in Plain Sight",
- "Become Anonymous",
- "Cryptic Coat",
- "Veiled Ascension"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Cloak theme and its supporting synergies."
- },
- {
- "id": "clones",
- "theme": "Clones",
- "synergies": [
- "Myriad",
- "Populate",
- "Embalm",
- "Eternalize",
- "Shapeshifter Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Mondrak, Glory Dominus",
- "Kiki-Jiki, Mirror Breaker",
- "Sakashima of a Thousand Faces",
- "Feldon of the Third Path",
- "Adrix and Nev, Twincasters"
- ],
- "example_cards": [
- "Scute Swarm",
- "Doubling Season",
- "Phyrexian Metamorph",
- "Anointed Procession",
- "Mondrak, Glory Dominus",
- "Spark Double",
- "Helm of the Host",
- "Parallel Lives"
- ],
- "synergy_commanders": [
- "The Master, Multiplied - Synergy (Myriad)",
- "Trostani, Selesnya's Voice - Synergy (Populate)",
- "Cayth, Famed Mechanist - Synergy (Populate)",
- "Temmet, Vizier of Naktamun - Synergy (Embalm)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Clones leveraging synergies with Myriad and Populate."
- },
- {
- "id": "clown-kindred",
- "theme": "Clown Kindred",
- "synergies": [
- "Robot Kindred",
- "Artifacts Matter",
- "Tokens Matter",
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "The Jolly Balloon Man",
- "Pietra, Crafter of Clowns",
- "Codsworth, Handy Helper - Synergy (Robot Kindred)",
- "K-9, Mark I - Synergy (Robot Kindred)",
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist - Synergy (Robot Kindred)"
- ],
- "example_cards": [
- "The Jolly Balloon Man",
- "Celebr-8000",
- "Circuits Act",
- "Complaints Clerk",
- "Razorkin Hordecaller",
- "Vicious Clown",
- "Non-Human Cannonball",
- "One-Clown Band"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Mondrak, Glory Dominus - Synergy (Tokens Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Clown creatures into play with shared payoffs (e.g., Robot Kindred and Artifacts Matter)."
- },
- {
- "id": "clue-token",
- "theme": "Clue Token",
- "synergies": [
- "Investigate",
- "Detective Kindred",
- "Sacrifice to Draw",
- "Artifact Tokens",
- "Cantrips"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Lonis, Cryptozoologist",
- "Astrid Peth",
- "Piper Wright, Publick Reporter",
- "Teysa, Opulent Oligarch",
- "Martha Jones"
- ],
- "example_cards": [
- "Academy Manufactor",
- "Tireless Tracker",
- "Forensic Gadgeteer",
- "Tamiyo's Journal",
- "Ethereal Investigator",
- "Lonis, Cryptozoologist",
- "Wojek Investigator",
- "Disorder in the Court"
- ],
- "synergy_commanders": [
- "Tivit, Seller of Secrets - Synergy (Investigate)",
- "Kellan, Inquisitive Prodigy // Tail the Suspect - Synergy (Detective Kindred)",
- "Nelly Borca, Impulsive Accuser - Synergy (Detective Kindred)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice to Draw)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Investigate and Detective Kindred reinforce the plan."
- },
- {
- "id": "cockatrice-kindred",
- "theme": "Cockatrice Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_cards": [
- "Fleetfeather Cockatrice",
- "Cockatrice",
- "Deathgaze Cockatrice"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Cockatrice creatures into play with shared payoffs."
- },
- {
- "id": "cohort",
- "theme": "Cohort",
- "synergies": [
- "Ally Kindred",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Drana, Liberator of Malakir - Synergy (Ally Kindred)",
- "Mina and Denn, Wildborn - Synergy (Ally Kindred)",
- "Zada, Hedron Grinder - Synergy (Ally Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Munda's Vanguard",
- "Malakir Soothsayer",
- "Zada's Commando",
- "Drana's Chosen",
- "Akoum Flameseeker",
- "Stoneforge Acolyte",
- "Ondu War Cleric",
- "Spawnbinder Mage"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Cohort leveraging synergies with Ally Kindred and Little Fellas."
- },
- {
- "id": "collect-evidence",
- "theme": "Collect evidence",
- "synergies": [
- "Detective Kindred",
- "Mill",
- "Big Mana",
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Izoni, Center of the Web",
- "Kellan, Inquisitive Prodigy // Tail the Suspect - Synergy (Detective Kindred)",
- "Nelly Borca, Impulsive Accuser - Synergy (Detective Kindred)",
- "Piper Wright, Publick Reporter - Synergy (Detective Kindred)",
- "Syr Konrad, the Grim - Synergy (Mill)"
- ],
- "example_cards": [
- "Analyze the Pollen",
- "Forensic Researcher",
- "Axebane Ferox",
- "Detective's Phoenix",
- "Deadly Cover-Up",
- "Izoni, Center of the Web",
- "Extract a Confession",
- "Conspiracy Unraveler"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Etali, Primal Storm - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Collect evidence leveraging synergies with Detective Kindred and Mill."
- },
- {
- "id": "combat-matters",
- "theme": "Combat Matters",
- "synergies": [
- "Aggro",
- "Voltron",
- "+1/+1 Counters",
- "Auras",
- "Trample"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Toski, Bearer of Secrets",
- "Kutzil, Malamet Exemplar",
- "Sheoldred, the Apocalypse"
- ],
- "example_cards": [
- "Swiftfoot Boots",
- "Lightning Greaves",
- "Skullclamp",
- "Rhythm of the Wild",
- "Wild Growth",
- "Karn's Bastion",
- "Animate Dead",
- "Hardened Scales"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)",
- "Rishkar, Peema Renegade - Synergy (Voltron)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Combat Matters leveraging synergies with Aggro and Voltron."
- },
- {
- "id": "combat-tricks",
- "theme": "Combat Tricks",
- "synergies": [
- "Flash",
- "Strive",
- "Split second",
- "Bolster",
- "Overload"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Samut, Voice of Dissent",
- "Naru Meha, Master Wizard",
- "The Wandering Rescuer",
- "Ambrosia Whiteheart",
- "Deathleaper, Terror Weapon"
- ],
- "example_cards": [
- "Return of the Wildspeaker",
- "Boros Charm",
- "Akroma's Will",
- "Tyvar's Stand",
- "Tragic Slip",
- "Defile",
- "Dictate of Erebos",
- "Dismember"
- ],
- "synergy_commanders": [
- "Liberator, Urza's Battlethopter - Synergy (Flash)",
- "Jin-Gitaxias, Core Augur - Synergy (Flash)",
- "Malcolm, Alluring Scoundrel - Synergy (Flash)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Combat Tricks leveraging synergies with Flash and Strive."
- },
- {
- "id": "compleated",
- "theme": "Compleated",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Vraska, Betrayal's Sting",
- "Nissa, Ascended Animist",
- "Jace, the Perfected Mind",
- "Ajani, Sleeper Agent",
- "Tamiyo, Compleated Sage",
- "Lukka, Bound to Ruin",
- "Nahiri, the Unforgiving"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Compleated theme and its supporting synergies."
- },
- {
- "id": "conditional-draw",
- "theme": "Conditional Draw",
- "synergies": [
- "Max speed",
- "Start your engines!",
- "Blitz",
- "Clue Token",
- "Investigate"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Toski, Bearer of Secrets",
- "Kutzil, Malamet Exemplar",
- "Sram, Senior Edificer",
- "Selvala, Heart of the Wilds",
- "Mangara, the Diplomat"
- ],
- "example_cards": [
- "Rhystic Study",
- "Esper Sentinel",
- "The One Ring",
- "Mystic Remora",
- "Garruk's Uprising",
- "Beast Whisperer",
- "Idol of Oblivion",
- "Inspiring Call"
- ],
- "synergy_commanders": [
- "Mendicant Core, Guidelight - Synergy (Max speed)",
- "Vnwxt, Verbose Host - Synergy (Max speed)",
- "Zahur, Glory's Past - Synergy (Max speed)",
- "The Speed Demon - Synergy (Start your engines!)",
- "Hazoret, Godseeker - Synergy (Start your engines!)",
- "Jaxis, the Troublemaker - Synergy (Blitz)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Conditional Draw leveraging synergies with Max speed and Start your engines!."
- },
- {
- "id": "conjure",
- "theme": "Conjure",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Rusko, Clockmaker"
- ],
- "example_cards": [
- "Silvanus's Invoker",
- "Rusko, Clockmaker",
- "Oracle of the Alpha",
- "Sanguine Brushstroke",
- "Toralf's Disciple",
- "Sigardian Evangel"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Conjure theme and its supporting synergies."
- },
- {
- "id": "connive",
- "theme": "Connive",
- "synergies": [
- "Loot",
- "Rogue Kindred",
- "Discard Matters",
- "Outlaw Kindred",
- "+1/+1 Counters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Raffine, Scheming Seer",
- "Kamiz, Obscura Oculus",
- "Cyclonus, the Saboteur // Cyclonus, Cybertronian Fighter",
- "Toluz, Clever Conductor",
- "Norman Osborn // Green Goblin"
- ],
- "example_cards": [
- "Ledger Shredder",
- "Spymaster's Vault",
- "Lethal Scheme",
- "Raffine, Scheming Seer",
- "Body Launderer",
- "Security Bypass",
- "Change of Plans",
- "Copycrook"
- ],
- "synergy_commanders": [
- "Baral, Chief of Compliance - Synergy (Loot)",
- "The Locust God - Synergy (Loot)",
- "Malcolm, Alluring Scoundrel - Synergy (Loot)",
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)",
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Uses Connive looting + counters to sculpt hands, grow threats, and feed recursion lines. Synergies like Loot and Rogue Kindred reinforce the plan."
- },
- {
- "id": "conspire",
- "theme": "Conspire",
- "synergies": [
- "Spell Copy",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Jin-Gitaxias, Progress Tyrant - Synergy (Spell Copy)",
- "Kitsa, Otterball Elite - Synergy (Spell Copy)",
- "Krark, the Thumbless - Synergy (Spell Copy)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Rally the Galadhrim",
- "Gleeful Sabotage",
- "Mine Excavation",
- "Memory Sluice",
- "Disturbing Plot",
- "Ghastly Discovery",
- "Barkshell Blessing",
- "Traitor's Roar"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Conspire leveraging synergies with Spell Copy and Spells Matter."
- },
- {
- "id": "constellation",
- "theme": "Constellation",
- "synergies": [
- "Nymph Kindred",
- "Enchantments Matter",
- "Toughness Matters",
- "Little Fellas",
- "Reanimate"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Calix, Guided by Fate",
- "Eutropia the Twice-Favored",
- "Sythis, Harvest's Hand - Synergy (Nymph Kindred)",
- "Goldberry, River-Daughter - Synergy (Nymph Kindred)",
- "Kestia, the Cultivator - Synergy (Nymph Kindred)"
- ],
- "example_cards": [
- "Eidolon of Blossoms",
- "Setessan Champion",
- "Archon of Sun's Grace",
- "Doomwake Giant",
- "Grim Guardian",
- "Composer of Spring",
- "Calix, Guided by Fate",
- "Boon of the Spirit Realm"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Enchantments Matter)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Chains enchantment drops to trigger constellation loops in draw, drain, or scaling effects. Synergies like Nymph Kindred and Enchantments Matter reinforce the plan."
- },
- {
- "id": "construct-kindred",
- "theme": "Construct Kindred",
- "synergies": [
- "Prototype",
- "Unearth",
- "Artifacts Matter",
- "Artifact Tokens",
- "Scry"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Urza, Lord High Artificer",
- "Jan Jansen, Chaos Crafter",
- "Urza, Chief Artificer",
- "Traxos, Scourge of Kroog",
- "The Peregrine Dynamo"
- ],
- "example_cards": [
- "Urza's Saga",
- "Foundry Inspector",
- "Walking Ballista",
- "Myr Battlesphere",
- "Urza, Lord High Artificer",
- "Scrap Trawler",
- "Thought Monitor",
- "Noxious Gearhulk"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Construct creatures into play with shared payoffs (e.g., Prototype and Unearth)."
- },
- {
- "id": "control",
- "theme": "Control",
- "synergies": [
- "Daybound",
- "Nightbound",
- "Council's dilemma",
- "Soulshift",
- "Counterspells"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Lotho, Corrupt Shirriff",
- "Sheoldred, Whispering One",
- "Talrand, Sky Summoner",
- "Niv-Mizzet, Parun",
- "Mangara, the Diplomat"
- ],
- "example_cards": [
- "Counterspell",
- "Rhystic Study",
- "Cyclonic Rift",
- "An Offer You Can't Refuse",
- "Negate",
- "Arcane Denial",
- "Esper Sentinel",
- "Fierce Guardianship"
- ],
- "synergy_commanders": [
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge - Synergy (Daybound)",
- "Arlinn, the Pack's Hope // Arlinn, the Moon's Fury - Synergy (Daybound)",
- "Tivit, Seller of Secrets - Synergy (Council's dilemma)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Trades efficiently, accrues card advantage, and wins via inevitability once the board is stabilized. Synergies like Daybound and Nightbound reinforce the plan."
- },
- {
- "id": "converge",
- "theme": "Converge",
- "synergies": [
- "Spells Matter",
- "Spellslinger",
- "Big Mana"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Painful Truths",
- "Crystalline Crawler",
- "Bring to Light",
- "Prismatic Ending",
- "Radiant Flames",
- "Unified Front",
- "Sweep the Skies",
- "Woodland Wanderer"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Converge leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "convert",
- "theme": "Convert",
- "synergies": [
- "Living metal",
- "More Than Meets the Eye",
- "Eye Kindred",
- "Robot Kindred",
- "Vehicles"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader"
- ],
- "example_cards": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader",
- "Prowl, Stoic Strategist // Prowl, Pursuit Vehicle",
- "Goldbug, Humanity's Ally // Goldbug, Scrappy Scout",
- "Megatron, Tyrant // Megatron, Destructive Force"
- ],
- "synergy_commanders": [
- "Prowl, Stoic Strategist // Prowl, Pursuit Vehicle - Synergy (Eye Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Convert leveraging synergies with Living metal and More Than Meets the Eye."
- },
- {
- "id": "convoke",
- "theme": "Convoke",
- "synergies": [
- "Knight Kindred",
- "Big Mana",
- "Toolbox",
- "Combat Tricks",
- "Removal"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Bennie Bracks, Zoologist",
- "The Wandering Rescuer",
- "Hogaak, Arisen Necropolis",
- "Kasla, the Broken Halo",
- "Syr Konrad, the Grim - Synergy (Knight Kindred)"
- ],
- "example_cards": [
- "Chord of Calling",
- "Clever Concealment",
- "City on Fire",
- "Hour of Reckoning",
- "Hoarding Broodlord",
- "Lethal Scheme",
- "Bennie Bracks, Zoologist",
- "March of the Multitudes"
- ],
- "synergy_commanders": [
- "Adeline, Resplendent Cathar - Synergy (Knight Kindred)",
- "Danitha Capashen, Paragon - Synergy (Knight Kindred)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)",
- "Junji, the Midnight Sky - Synergy (Toolbox)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Converts creature presence into mana (Convoke) accelerating large or off-color spells. Synergies like Knight Kindred and Big Mana reinforce the plan."
- },
- {
- "id": "corpse-counters",
- "theme": "Corpse Counters",
- "synergies": [],
- "primary_color": "Black",
- "example_commanders": [
- "Isareth the Awakener"
- ],
- "example_cards": [
- "Crowded Crypt",
- "From the Catacombs",
- "Isareth the Awakener",
- "Scavenging Ghoul"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates corpse counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "corrupted",
- "theme": "Corrupted",
- "synergies": [
- "Poison Counters",
- "Infect",
- "Phyrexian Kindred",
- "Counters Matter",
- "Mill"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Ixhel, Scion of Atraxa",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Poison Counters)",
- "Skrelv, Defector Mite - Synergy (Poison Counters)",
- "Skithiryx, the Blight Dragon - Synergy (Poison Counters)",
- "Yawgmoth, Thran Physician - Synergy (Infect)"
- ],
- "example_cards": [
- "Skrelv's Hive",
- "Glistening Sphere",
- "Contaminant Grafter",
- "The Seedcore",
- "Ixhel, Scion of Atraxa",
- "Phyrexian Atlas",
- "Geth's Summons",
- "Glissa's Retriever"
- ],
- "synergy_commanders": [
- "Vorinclex, Monstrous Raider - Synergy (Infect)",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Corrupted leveraging synergies with Poison Counters and Infect."
- },
- {
- "id": "cost-reduction",
- "theme": "Cost Reduction",
- "synergies": [
- "Affinity",
- "Freerunning",
- "Waterbending",
- "Undaunted",
- "Leech Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Ghalta, Primal Hunger",
- "Emry, Lurker of the Loch",
- "Goreclaw, Terror of Qal Sisma",
- "Danitha Capashen, Paragon",
- "K'rrik, Son of Yawgmoth"
- ],
- "example_cards": [
- "Blasphemous Act",
- "Boseiju, Who Endures",
- "Otawara, Soaring City",
- "Herald's Horn",
- "Takenuma, Abandoned Mire",
- "The Great Henge",
- "Foundry Inspector",
- "Eiganjo, Seat of the Empire"
- ],
- "synergy_commanders": [
- "Urza, Chief Artificer - Synergy (Affinity)",
- "Nahiri, Forged in Fury - Synergy (Affinity)",
- "Achilles Davenport - Synergy (Freerunning)",
- "Ezio Auditore da Firenze - Synergy (Freerunning)",
- "Katara, Water Tribe's Hope - Synergy (Waterbending)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Cost Reduction leveraging synergies with Affinity and Freerunning."
- },
- {
- "id": "cost-scaling",
- "theme": "Cost Scaling",
- "synergies": [
- "Modal",
- "Spree",
- "Control",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "example_cards": [
- "Return the Favor",
- "Insatiable Avarice",
- "Great Train Heist",
- "Three Steps Ahead",
- "Requisition Raid",
- "Smuggler's Surprise",
- "Lively Dirge",
- "Final Showdown"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Cost Scaling leveraging synergies with Modal and Spree."
- },
- {
- "id": "councils-dilemma",
- "theme": "Council's dilemma",
- "synergies": [
- "Politics",
- "Control",
- "Stax",
- "Big Mana"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Tivit, Seller of Secrets",
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)",
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "example_cards": [
- "Expropriate",
- "Tivit, Seller of Secrets",
- "Selvala's Stampede",
- "Capital Punishment",
- "Travel Through Caradhras",
- "Messenger Jays",
- "Lieutenants of the Guard",
- "Orchard Elemental"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Control)",
- "Kutzil, Malamet Exemplar - Synergy (Stax)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Council's dilemma leveraging synergies with Politics and Control."
- },
- {
- "id": "counters-matter",
- "theme": "Counters Matter",
- "synergies": [
- "+1/+1 Counters",
- "Adapt",
- "Outlast",
- "Proliferate",
- "-1/-1 Counters"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Rishkar, Peema Renegade",
- "Krenko, Tin Street Kingpin",
- "Yawgmoth, Thran Physician",
- "Yahenni, Undying Partisan"
- ],
- "example_cards": [
- "The One Ring",
- "Mystic Remora",
- "Urza's Saga",
- "Gemstone Caverns",
- "Rhythm of the Wild",
- "Karn's Bastion",
- "Hardened Scales",
- "Everflowing Chalice"
- ],
- "synergy_commanders": [
- "Zegana, Utopian Speaker - Synergy (Adapt)",
- "Jetfire, Ingenious Scientist // Jetfire, Air Guardian - Synergy (Adapt)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "+1/+1 counters build across the board then get doubled, proliferated, or redistributed for exponential scaling. Synergies like Proliferate and +1/+1 Counters reinforce the plan."
- },
- {
- "id": "counterspells",
- "theme": "Counterspells",
- "synergies": [
- "Control",
- "Stax",
- "Interaction",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Boromir, Warden of the Tower",
- "Baral, Chief of Compliance",
- "Kozilek, the Great Distortion",
- "Jin-Gitaxias, Progress Tyrant",
- "Venser, Shaper Savant"
- ],
- "example_cards": [
- "Counterspell",
- "An Offer You Can't Refuse",
- "Negate",
- "Arcane Denial",
- "Fierce Guardianship",
- "Swan Song",
- "Mana Drain",
- "Force of Will"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Control)",
- "Sheoldred, Whispering One - Synergy (Control)",
- "Talrand, Sky Summoner - Synergy (Control)",
- "Kutzil, Malamet Exemplar - Synergy (Stax)",
- "Niv-Mizzet, Parun - Synergy (Stax)",
- "Syr Konrad, the Grim - Synergy (Interaction)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Counterspells leveraging synergies with Control and Stax."
- },
- {
- "id": "coven",
- "theme": "Coven",
- "synergies": [
- "Human Kindred",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Leinore, Autumn Sovereign",
- "Sigarda, Champion of Light",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Loran of the Third Path - Synergy (Human Kindred)"
- ],
- "example_cards": [
- "Augur of Autumn",
- "Leinore, Autumn Sovereign",
- "Redemption Choir",
- "Stalwart Pathlighter",
- "Ambitious Farmhand // Seasoned Cathar",
- "Sigarda, Champion of Light",
- "Duel for Dominance",
- "Contortionist Troupe"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Coven leveraging synergies with Human Kindred and Blink."
- },
- {
- "id": "coward-kindred",
- "theme": "Coward Kindred",
- "synergies": [],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Norin, Swift Survivalist"
- ],
- "example_cards": [
- "Reprobation",
- "Norin, Swift Survivalist",
- "Kargan Intimidator",
- "Boldwyr Intimidator",
- "Craven Hulk",
- "Scared Stiff"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Coward creatures into play with shared payoffs."
- },
- {
- "id": "coyote-kindred",
- "theme": "Coyote Kindred",
- "synergies": [],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_cards": [
- "Cunning Coyote",
- "Driftgloom Coyote"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Coyote creatures into play with shared payoffs."
- },
- {
- "id": "crab-kindred",
- "theme": "Crab Kindred",
- "synergies": [
- "Toughness Matters",
- "Mill",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Charix, the Raging Isle",
- "Red Death, Shipwrecker",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)"
- ],
- "example_cards": [
- "Ruin Crab",
- "Hedron Crab",
- "Charix, the Raging Isle",
- "Mirelurk Queen",
- "Uchuulon",
- "Red Death, Shipwrecker",
- "Crabomination",
- "Hard Evidence"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Crab creatures into play with shared payoffs (e.g., Toughness Matters and Mill)."
- },
- {
- "id": "craft",
- "theme": "Craft",
- "synergies": [
- "Graveyard Matters",
- "Transform",
- "Exile Matters",
- "Artifacts Matter",
- "Mill"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Tetzin, Gnome Champion // The Golden-Gear Colossus",
- "Throne of the Grim Captain // The Grim Captain",
- "Octavia, Living Thesis - Synergy (Graveyard Matters)",
- "Extus, Oriq Overlord // Awaken the Blood Avatar - Synergy (Graveyard Matters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)"
- ],
- "example_cards": [
- "Tithing Blade // Consuming Sepulcher",
- "The Enigma Jewel // Locus of Enlightenment",
- "Unstable Glyphbridge // Sandswirl Wanderglyph",
- "Altar of the Wretched // Wretched Bonemass",
- "Clay-Fired Bricks // Cosmium Kiln",
- "Braided Net // Braided Quipu",
- "Eye of Ojer Taq // Apex Observatory",
- "Master's Guide-Mural // Master's Manufactory"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)",
- "Etali, Primal Storm - Synergy (Exile Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Transforms / upgrades permanents via Craft, banking latent value until a timing pivot. Synergies like Graveyard Matters and Transform reinforce the plan."
- },
- {
- "id": "creature-tokens",
- "theme": "Creature Tokens",
- "synergies": [
- "Token Creation",
- "Populate",
- "Tokens Matter",
- "For Mirrodin!",
- "Endure"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Adeline, Resplendent Cathar",
- "Talrand, Sky Summoner",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Krenko, Tin Street Kingpin",
- "Sai, Master Thopterist"
- ],
- "example_cards": [
- "Beast Within",
- "Generous Gift",
- "Swan Song",
- "Urza's Saga",
- "Black Market Connections",
- "Pongify",
- "Stroke of Midnight",
- "Idol of Oblivion"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)",
- "Mondrak, Glory Dominus - Synergy (Token Creation)",
- "Lotho, Corrupt Shirriff - Synergy (Token Creation)",
- "Trostani, Selesnya's Voice - Synergy (Populate)",
- "Cayth, Famed Mechanist - Synergy (Populate)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Tokens Matter and Token Creation reinforce the plan."
- },
- {
- "id": "crew",
- "theme": "Crew",
- "synergies": [
- "Vehicles",
- "Artifacts Matter",
- "Treasure Token",
- "Trample",
- "Vigilance"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Shorikai, Genesis Engine",
- "The Indomitable",
- "Weatherlight",
- "Skysovereign, Consul Flagship",
- "Parhelion II"
- ],
- "example_cards": [
- "Hedge Shredder",
- "Smuggler's Copter",
- "Imposter Mech",
- "Shorikai, Genesis Engine",
- "The Indomitable",
- "Weatherlight",
- "Skysovereign, Consul Flagship",
- "Cultivator's Caravan"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Vehicles)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Lotho, Corrupt Shirriff - Synergy (Treasure Token)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Uses under-costed Vehicles and efficient crew bodies—turning transient artifacts into evasive, hard-to-wipe threats."
- },
- {
- "id": "crocodile-kindred",
- "theme": "Crocodile Kindred",
- "synergies": [
- "Counters Matter",
- "+1/+1 Counters",
- "Toughness Matters",
- "Voltron",
- "Big Mana"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "The Pride of Hull Clade",
- "Kalakscion, Hunger Tyrant",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "The Pride of Hull Clade",
- "Crocanura",
- "Kalakscion, Hunger Tyrant",
- "Ammit Eternal",
- "Injector Crocodile",
- "Baleful Ammit",
- "Scuttlegator",
- "Algae Gharial"
- ],
- "synergy_commanders": [
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Yahenni, Undying Partisan - Synergy (+1/+1 Counters)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Crocodile creatures into play with shared payoffs (e.g., Counters Matter and +1/+1 Counters)."
- },
- {
- "id": "cumulative-upkeep",
- "theme": "Cumulative upkeep",
- "synergies": [
- "Age Counters",
- "Counters Matter",
- "Enchantments Matter",
- "Trample",
- "Stax"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Morinfen",
- "Gallowbraid",
- "Tasha, the Witch Queen - Synergy (Age Counters)",
- "Cosima, God of the Voyage // The Omenkeel - Synergy (Age Counters)",
- "Mairsil, the Pretender - Synergy (Age Counters)"
- ],
- "example_cards": [
- "Mystic Remora",
- "Glacial Chasm",
- "Braid of Fire",
- "Phyrexian Soulgorger",
- "Wall of Shards",
- "Karplusan Minotaur",
- "Tombstone Stairwell",
- "Sheltering Ancient"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Cumulative upkeep leveraging synergies with Age Counters and Counters Matter."
- },
- {
- "id": "custodes-kindred",
- "theme": "Custodes Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_cards": [
- "Vexilus Praetor"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Custodes creatures into play with shared payoffs."
- },
- {
- "id": "cyberman-kindred",
- "theme": "Cyberman Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "The Cyber-Controller",
- "Missy",
- "Ashad, the Lone Cyberman"
- ],
- "example_cards": [
- "Cybermen Squadron",
- "Cyberman Patrol",
- "Cyber Conversion",
- "Cybership",
- "The Cyber-Controller",
- "Death in Heaven",
- "Missy",
- "Ashad, the Lone Cyberman"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Cyberman creatures into play with shared payoffs."
- },
- {
- "id": "cycling",
- "theme": "Cycling",
- "synergies": [
- "Landcycling",
- "Basic landcycling",
- "Plainscycling",
- "Mountaincycling",
- "Forestcycling"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "The Balrog of Moria",
- "Monstrosity of the Lake",
- "Yidaro, Wandering Monster",
- "Valor's Flagship",
- "Gavi, Nest Warden"
- ],
- "example_cards": [
- "Ash Barrens",
- "Jetmir's Garden",
- "Ketria Triome",
- "Spara's Headquarters",
- "Zagoth Triome",
- "Raffine's Tower",
- "Indatha Triome",
- "Xander's Lounge"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Cycling leveraging synergies with Landcycling and Basic landcycling."
- },
- {
- "id": "cyclops-kindred",
- "theme": "Cyclops Kindred",
- "synergies": [
- "Big Mana",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Aggro"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Okaun, Eye of Chaos",
- "Borborygmos Enraged",
- "Borborygmos and Fblthp",
- "Borborygmos",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Okaun, Eye of Chaos",
- "Borborygmos Enraged",
- "Crackling Cyclops",
- "Borborygmos and Fblthp",
- "Borborygmos",
- "Cyclops of Eternal Fury",
- "Bloodshot Cyclops",
- "Erratic Cyclops"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Cyclops creatures into play with shared payoffs (e.g., Big Mana and Blink)."
- },
- {
- "id": "dalek-kindred",
- "theme": "Dalek Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_commanders": [
- "The Dalek Emperor",
- "Cult of Skaro"
- ],
- "example_cards": [
- "Dalek Squadron",
- "Dalek Drone",
- "Doomsday Confluence",
- "The Dalek Emperor",
- "Exterminate!",
- "Cult of Skaro",
- "Ace's Baseball Bat"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dalek creatures into play with shared payoffs."
- },
- {
- "id": "dash",
- "theme": "Dash",
- "synergies": [
- "Orc Kindred",
- "Berserker Kindred",
- "Warrior Kindred",
- "Human Kindred",
- "Aggro"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Kolaghan, the Storm's Fury",
- "Zurgo Bellstriker",
- "Plargg and Nassari - Synergy (Orc Kindred)",
- "Cadira, Caller of the Small - Synergy (Orc Kindred)"
- ],
- "example_cards": [
- "Ragavan, Nimble Pilferer",
- "Flamerush Rider",
- "Kolaghan, the Storm's Fury",
- "Riders of Rohan",
- "Mardu Strike Leader",
- "Death-Greeter's Champion",
- "Mardu Shadowspear",
- "Zurgo Bellstriker"
- ],
- "synergy_commanders": [
- "Saruman, the White Hand - Synergy (Orc Kindred)",
- "Kardur, Doomscourge - Synergy (Berserker Kindred)",
- "Magda, Brazen Outlaw - Synergy (Berserker Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Dash leveraging synergies with Orc Kindred and Berserker Kindred."
- },
- {
- "id": "dauthi-kindred",
- "theme": "Dauthi Kindred",
- "synergies": [
- "Shadow",
- "Aggro",
- "Combat Matters",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "example_cards": [
- "Dauthi Voidwalker",
- "Dauthi Horror",
- "Dauthi Slayer",
- "Dauthi Trapper",
- "Dauthi Ghoul",
- "Dauthi Warlord",
- "Dauthi Cutthroat",
- "Dauthi Mercenary"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dauthi creatures into play with shared payoffs (e.g., Shadow and Aggro)."
- },
- {
- "id": "daybound",
- "theme": "Daybound",
- "synergies": [
- "Werewolf Kindred",
- "Control",
- "Stax",
- "Human Kindred",
- "Toughness Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge",
- "Vincent Valentine // Galian Beast - Synergy (Werewolf Kindred)",
- "Ulrich of the Krallenhorde // Ulrich, Uncontested Alpha - Synergy (Werewolf Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Control)",
- "Sheoldred, Whispering One - Synergy (Control)"
- ],
- "example_cards": [
- "Outland Liberator // Frenzied Trapbreaker",
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge",
- "Ill-Tempered Loner // Howlpack Avenger",
- "Avabruck Caretaker // Hollowhenge Huntmaster",
- "Tovolar's Huntmaster // Tovolar's Packleader",
- "Howlpack Piper // Wildsong Howler",
- "Kessig Naturalist // Lord of the Ulvenwald",
- "Arlinn, the Pack's Hope // Arlinn, the Moon's Fury"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Stax)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Daybound leveraging synergies with Werewolf Kindred and Control."
- },
- {
- "id": "deathtouch",
- "theme": "Deathtouch",
- "synergies": [
- "Basilisk Kindred",
- "Scorpion Kindred",
- "Gorgon Kindred",
- "Assassin Kindred",
- "Snake Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Sheoldred, the Apocalypse",
- "Elas il-Kor, Sadistic Pilgrim",
- "The Gitrog Monster",
- "Gonti, Lord of Luxury",
- "Glissa Sunslayer"
- ],
- "example_cards": [
- "Baleful Strix",
- "Sheoldred, the Apocalypse",
- "Elas il-Kor, Sadistic Pilgrim",
- "Wurmcoil Engine",
- "The Gitrog Monster",
- "Acidic Slime",
- "Grave Titan",
- "Bloodthirsty Conqueror"
- ],
- "synergy_commanders": [
- "Magda, the Hoardmaster - Synergy (Scorpion Kindred)",
- "Akul the Unrepentant - Synergy (Scorpion Kindred)",
- "Vraska, the Silencer - Synergy (Gorgon Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Deathtouch leveraging synergies with Basilisk Kindred and Scorpion Kindred."
- },
- {
- "id": "defender",
- "theme": "Defender",
- "synergies": [
- "Wall Kindred",
- "Egg Kindred",
- "Plant Kindred",
- "Toughness Matters",
- "Illusion Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "The Pride of Hull Clade",
- "Sokrates, Athenian Teacher",
- "Pramikon, Sky Rampart",
- "Errant, Street Artist",
- "Opal-Eye, Konda's Yojimbo"
- ],
- "example_cards": [
- "Crashing Drawbridge",
- "Wall of Omens",
- "Electrostatic Field",
- "Thermo-Alchemist",
- "Sylvan Caryatid",
- "Wall of Blossoms",
- "Tinder Wall",
- "Fog Bank"
- ],
- "synergy_commanders": [
- "Rammas Echor, Ancient Shield - Synergy (Wall Kindred)",
- "Teyo, Geometric Tactician - Synergy (Wall Kindred)",
- "Atla Palani, Nest Tender - Synergy (Egg Kindred)",
- "Bristly Bill, Spine Sower - Synergy (Plant Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Defender leveraging synergies with Wall Kindred and Egg Kindred."
- },
- {
- "id": "defense-counters",
- "theme": "Defense Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_cards": [
- "Portent Tracker",
- "Etched Host Doombringer"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates defense counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "delay-counters",
- "theme": "Delay Counters",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_cards": [
- "Delaying Shield",
- "Ertai's Meddling"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates delay counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "delirium",
- "theme": "Delirium",
- "synergies": [
- "Reanimate",
- "Mill",
- "Horror Kindred",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Ishkanah, Grafwidow",
- "The Swarmweaver",
- "Winter, Cynical Opportunist",
- "Winter, Misanthropic Guide",
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "example_cards": [
- "Shifting Woodland",
- "Dragon's Rage Channeler",
- "Demonic Counsel",
- "Fear of Missing Out",
- "Drag to the Roots",
- "Traverse the Ulvenwald",
- "Demolisher Spawn",
- "Ishkanah, Grafwidow"
- ],
- "synergy_commanders": [
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Six - Synergy (Reanimate)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Kozilek, Butcher of Truth - Synergy (Mill)",
- "Mondrak, Glory Dominus - Synergy (Horror Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Diversifies graveyard card types to unlock Delirium power thresholds. Synergies like Reanimate and Mill reinforce the plan."
- },
- {
- "id": "delve",
- "theme": "Delve",
- "synergies": [
- "Mill",
- "Big Mana",
- "Spells Matter",
- "Spellslinger",
- "Flying"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Tasigur, the Golden Fang",
- "Hogaak, Arisen Necropolis",
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Emry, Lurker of the Loch - Synergy (Mill)"
- ],
- "example_cards": [
- "Treasure Cruise",
- "Dig Through Time",
- "Temporal Trespass",
- "Afterlife from the Loam",
- "Tasigur, the Golden Fang",
- "Murderous Cut",
- "Sorcerous Squall",
- "Become Immense"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Exiles graveyard cards to pay for Delve spells, converting stocked yard into mana efficiency. Synergies like Mill and Big Mana reinforce the plan."
- },
- {
- "id": "demigod-kindred",
- "theme": "Demigod Kindred",
- "synergies": [
- "Enchantments Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Daxos, Blessed by the Sun",
- "Renata, Called to the Hunt",
- "Anikthea, Hand of Erebos",
- "Anax, Hardened in the Forge",
- "Callaphe, Beloved of the Sea"
- ],
- "example_cards": [
- "Daxos, Blessed by the Sun",
- "Renata, Called to the Hunt",
- "Anikthea, Hand of Erebos",
- "Anax, Hardened in the Forge",
- "Altar of the Pantheon",
- "Callaphe, Beloved of the Sea",
- "Invasion of Theros // Ephara, Ever-Sheltering",
- "Tymaret, Chosen from Death"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Enchantments Matter)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)",
- "Jaheira, Friend of the Forest - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Demigod creatures into play with shared payoffs (e.g., Enchantments Matter)."
- },
- {
- "id": "demon-kindred",
- "theme": "Demon Kindred",
- "synergies": [
- "Ogre Kindred",
- "Trample",
- "Flying",
- "Sacrifice Matters",
- "Aristocrats"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Kardur, Doomscourge",
- "Vilis, Broker of Blood",
- "Westvale Abbey // Ormendahl, Profane Prince",
- "Razaketh, the Foulblooded",
- "Varragoth, Bloodsky Sire"
- ],
- "example_cards": [
- "Bloodletter of Aclazotz",
- "Kardur, Doomscourge",
- "Vilis, Broker of Blood",
- "Rune-Scarred Demon",
- "Westvale Abbey // Ormendahl, Profane Prince",
- "Archfiend of Ifnir",
- "Harvester of Souls",
- "Razaketh, the Foulblooded"
- ],
- "synergy_commanders": [
- "Kazuul, Tyrant of the Cliffs - Synergy (Ogre Kindred)",
- "Heartless Hidetsugu - Synergy (Ogre Kindred)",
- "Ruric Thar, the Unbowed - Synergy (Ogre Kindred)",
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Niv-Mizzet, Parun - Synergy (Flying)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Demon creatures into play with shared payoffs (e.g., Ogre Kindred and Trample)."
- },
- {
- "id": "demonstrate",
- "theme": "Demonstrate",
- "synergies": [
- "Spell Copy",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Jin-Gitaxias, Progress Tyrant - Synergy (Spell Copy)",
- "Kitsa, Otterball Elite - Synergy (Spell Copy)",
- "Krark, the Thumbless - Synergy (Spell Copy)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Incarnation Technique",
- "Replication Technique",
- "Creative Technique",
- "Healing Technique",
- "Excavation Technique",
- "Transforming Flourish"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Demonstrate leveraging synergies with Spell Copy and Spells Matter."
- },
- {
- "id": "depletion-counters",
- "theme": "Depletion Counters",
- "synergies": [
- "Lands Matter",
- "Counters Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Azusa, Lost but Seeking - Synergy (Lands Matter)",
- "Tatyova, Benthic Druid - Synergy (Lands Matter)",
- "Sheoldred, Whispering One - Synergy (Lands Matter)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Sandstone Needle",
- "Saprazzan Skerry",
- "Peat Bog",
- "Hickory Woodlot",
- "Remote Farm",
- "Decree of Silence",
- "Force Bubble",
- "River Delta"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates depletion counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "descend",
- "theme": "Descend",
- "synergies": [
- "Reanimate",
- "Mill"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "The Ancient One",
- "Akawalli, the Seething Tower",
- "Uchbenbak, the Great Mistake",
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)"
- ],
- "example_cards": [
- "The Everflowing Well // The Myriad Pools",
- "The Ancient One",
- "Starving Revenant",
- "Bygone Marvels",
- "Akawalli, the Seething Tower",
- "Join the Dead",
- "Stinging Cave Crawler",
- "Wail of the Forgotten"
- ],
- "synergy_commanders": [
- "Six - Synergy (Reanimate)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Kozilek, Butcher of Truth - Synergy (Mill)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Descend leveraging synergies with Reanimate and Mill."
- },
- {
- "id": "deserter-kindred",
- "theme": "Deserter Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_cards": [
- "Kjeldoran Home Guard"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Deserter creatures into play with shared payoffs."
- },
- {
- "id": "detain",
- "theme": "Detain",
- "synergies": [
- "Stax",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lavinia of the Tenth",
- "Kutzil, Malamet Exemplar - Synergy (Stax)",
- "Lotho, Corrupt Shirriff - Synergy (Stax)",
- "Talrand, Sky Summoner - Synergy (Stax)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "example_cards": [
- "Lavinia of the Tenth",
- "Tax Collector",
- "Martial Law",
- "Azorius Arrester",
- "Lyev Skyknight",
- "Inaction Injunction",
- "Azorius Justiciar",
- "Archon of the Triumvirate"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Detain leveraging synergies with Stax and Blink."
- },
- {
- "id": "detective-kindred",
- "theme": "Detective Kindred",
- "synergies": [
- "Collect evidence",
- "Investigate",
- "Clue Token",
- "Disguise",
- "Sacrifice to Draw"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Kellan, Inquisitive Prodigy // Tail the Suspect",
- "Nelly Borca, Impulsive Accuser",
- "Piper Wright, Publick Reporter",
- "Mirko, Obsessive Theorist",
- "Sarah Jane Smith"
- ],
- "example_cards": [
- "Aftermath Analyst",
- "Forensic Gadgeteer",
- "Kellan, Inquisitive Prodigy // Tail the Suspect",
- "Wojek Investigator",
- "Nelly Borca, Impulsive Accuser",
- "Merchant of Truth",
- "Piper Wright, Publick Reporter",
- "Detective of the Month"
- ],
- "synergy_commanders": [
- "Izoni, Center of the Web - Synergy (Collect evidence)",
- "Tivit, Seller of Secrets - Synergy (Investigate)",
- "Lonis, Cryptozoologist - Synergy (Investigate)",
- "Astrid Peth - Synergy (Clue Token)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Detective creatures into play with shared payoffs (e.g., Collect evidence and Investigate)."
- },
- {
- "id": "dethrone",
- "theme": "Dethrone",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Marchesa, the Black Rose",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Scourge of the Throne",
- "Treasonous Ogre",
- "Marchesa, the Black Rose",
- "Park Heights Maverick",
- "Marchesa's Infiltrator",
- "Marchesa's Smuggler",
- "Grenzo's Cutthroat",
- "Marchesa's Emissary"
- ],
- "synergy_commanders": [
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Dethrone leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "devil-kindred",
- "theme": "Devil Kindred",
- "synergies": [
- "Pingers",
- "Haste",
- "Conditional Draw",
- "Sacrifice Matters",
- "Aristocrats"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Mahadi, Emporium Master",
- "Zurzoth, Chaos Rider",
- "Raphael, Fiendish Savior",
- "Rakdos, the Showstopper",
- "Asmodeus the Archfiend"
- ],
- "example_cards": [
- "Mayhem Devil",
- "Mahadi, Emporium Master",
- "Witty Roastmaster",
- "Devilish Valet",
- "Fiendish Duo",
- "Hellrider",
- "Pain Distributor",
- "Zurzoth, Chaos Rider"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Pingers)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Pingers)",
- "Niv-Mizzet, Parun - Synergy (Pingers)",
- "Aurelia, the Warleader - Synergy (Haste)",
- "Yahenni, Undying Partisan - Synergy (Haste)",
- "Toski, Bearer of Secrets - Synergy (Conditional Draw)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Devil creatures into play with shared payoffs (e.g., Pingers and Haste)."
- },
- {
- "id": "devoid",
- "theme": "Devoid",
- "synergies": [
- "Ingest",
- "Processor Kindred",
- "Scion Kindred",
- "Drone Kindred",
- "Eldrazi Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Ulalek, Fused Atrocity",
- "Kiora, the Rising Tide - Synergy (Scion Kindred)"
- ],
- "example_cards": [
- "Slip Through Space",
- "Sire of Stagnation",
- "Eldrazi Displacer",
- "Basking Broodscale",
- "Sowing Mycospawn",
- "Kozilek's Unsealing",
- "Sifter of Skulls",
- "Emrakul's Messenger"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Devoid leveraging synergies with Ingest and Processor Kindred."
- },
- {
- "id": "devotion-counters",
- "theme": "Devotion Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_cards": [
- "Pious Kitsune",
- "Bloodthirsty Ogre"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Concentrates colored pips to unlock Devotion payoffs and scalable static advantages."
- },
- {
- "id": "devour",
- "theme": "Devour",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Thromok the Insatiable",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Mycoloth",
- "Feasting Hobbit",
- "Ravenous Tyrannosaurus",
- "Bloodspore Thrinax",
- "Fell Beast of Mordor",
- "Thromok the Insatiable",
- "Skullmulcher",
- "Voracious Dragon"
- ],
- "synergy_commanders": [
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Devour leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "dinosaur-kindred",
- "theme": "Dinosaur Kindred",
- "synergies": [
- "Enrage",
- "Elder Kindred",
- "Fight",
- "Trample",
- "Ward"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Etali, Primal Storm",
- "Ghalta, Primal Hunger",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Nezahal, Primal Tide",
- "Invasion of Ikoria // Zilortha, Apex of Ikoria"
- ],
- "example_cards": [
- "Etali, Primal Storm",
- "Ghalta, Primal Hunger",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Wayward Swordtooth",
- "Nezahal, Primal Tide",
- "Topiary Stomper",
- "Invasion of Ikoria // Zilortha, Apex of Ikoria",
- "Ghalta, Stampede Tyrant"
- ],
- "synergy_commanders": [
- "Strong, the Brutish Thespian - Synergy (Enrage)",
- "Indoraptor, the Perfect Hybrid - Synergy (Enrage)",
- "Vrondiss, Rage of Ancients - Synergy (Enrage)",
- "Kogla, the Titan Ape - Synergy (Fight)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dinosaur creatures into play with shared payoffs (e.g., Enrage and Elder Kindred)."
- },
- {
- "id": "discard-matters",
- "theme": "Discard Matters",
- "synergies": [
- "Loot",
- "Wheels",
- "Hellbent",
- "Reanimate",
- "Cycling"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Solphim, Mayhem Dominus",
- "Yawgmoth, Thran Physician",
- "Nezahal, Primal Tide",
- "Baral, Chief of Compliance",
- "Kozilek, the Great Distortion"
- ],
- "example_cards": [
- "Faithless Looting",
- "Frantic Search",
- "Ash Barrens",
- "Big Score",
- "Thrill of Possibility",
- "Gamble",
- "Jetmir's Garden",
- "Ketria Triome"
- ],
- "synergy_commanders": [
- "The Locust God - Synergy (Loot)",
- "Malcolm, Alluring Scoundrel - Synergy (Loot)",
- "Braids, Arisen Nightmare - Synergy (Wheels)",
- "Loran of the Third Path - Synergy (Wheels)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Discard Matters leveraging synergies with Loot and Wheels."
- },
- {
- "id": "discover",
- "theme": "Discover",
- "synergies": [
- "Land Types Matter",
- "Exile Matters",
- "Topdeck",
- "Lands Matter",
- "Big Mana"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Pantlaza, Sun-Favored",
- "Caparocti Sunborn",
- "Ellie and Alan, Paleontologists",
- "Vorinclex // The Grand Evolution - Synergy (Land Types Matter)",
- "Karametra, God of Harvests - Synergy (Land Types Matter)"
- ],
- "example_cards": [
- "Chimil, the Inner Sun",
- "Brass's Tunnel-Grinder // Tecutlan, the Searing Rift",
- "Trumpeting Carnosaur",
- "Hit the Mother Lode",
- "Pantlaza, Sun-Favored",
- "Monstrous Vortex",
- "Hidden Nursery",
- "Hidden Volcano"
- ],
- "synergy_commanders": [
- "Titania, Nature's Force - Synergy (Land Types Matter)",
- "Etali, Primal Storm - Synergy (Exile Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Exile Matters)",
- "The Reality Chip - Synergy (Topdeck)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Leverages Discover to cheat spell mana values, chaining free cascade-like board development. Synergies like Land Types Matter and Exile Matters reinforce the plan."
- },
- {
- "id": "disguise",
- "theme": "Disguise",
- "synergies": [
- "Detective Kindred",
- "Flying",
- "+1/+1 Counters",
- "Lifegain",
- "Life Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Bayek of Siwa",
- "Arno Dorian",
- "Aveline de Grandpré",
- "Kellan, Inquisitive Prodigy // Tail the Suspect - Synergy (Detective Kindred)",
- "Nelly Borca, Impulsive Accuser - Synergy (Detective Kindred)"
- ],
- "example_cards": [
- "Bayek of Siwa",
- "Arno Dorian",
- "Hunted Bonebrute",
- "Branch of Vitu-Ghazi",
- "Experiment Twelve",
- "Printlifter Ooze",
- "Aveline de Grandpré",
- "Boltbender"
- ],
- "synergy_commanders": [
- "Piper Wright, Publick Reporter - Synergy (Detective Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Disguise leveraging synergies with Detective Kindred and Flying."
- },
- {
- "id": "disturb",
- "theme": "Disturb",
- "synergies": [
- "Transform",
- "Spirit Kindred",
- "Mill",
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Katilda, Dawnhart Martyr // Katilda's Rising Dawn",
- "Dennick, Pious Apprentice // Dennick, Pious Apparition",
- "Dorothea, Vengeful Victim // Dorothea's Retribution",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)"
- ],
- "example_cards": [
- "Lunarch Veteran // Luminous Phantom",
- "Malevolent Hermit // Benevolent Geist",
- "Mirrorhall Mimic // Ghastly Mimicry",
- "Katilda, Dawnhart Martyr // Katilda's Rising Dawn",
- "Mischievous Catgeist // Catlike Curiosity",
- "Faithbound Judge // Sinner's Judgment",
- "Twinblade Geist // Twinblade Invocation",
- "Dennick, Pious Apprentice // Dennick, Pious Apparition"
- ],
- "synergy_commanders": [
- "Veyran, Voice of Duality - Synergy (Transform)",
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Syr Konrad, the Grim - Synergy (Mill)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Disturb leveraging synergies with Transform and Spirit Kindred."
- },
- {
- "id": "divinity-counters",
- "theme": "Divinity Counters",
- "synergies": [
- "Protection",
- "Spirit Kindred",
- "Counters Matter",
- "Interaction",
- "Big Mana"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Myojin of Life's Web",
- "Myojin of Night's Reach",
- "Myojin of Seeing Winds",
- "Myojin of Cleansing Fire",
- "Myojin of Infinite Rage"
- ],
- "example_cards": [
- "Kindred Boon",
- "Myojin of Life's Web",
- "Myojin of Night's Reach",
- "Myojin of Seeing Winds",
- "That Which Was Taken",
- "Myojin of Cleansing Fire",
- "Myojin of Infinite Rage"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Protection)",
- "Purphoros, God of the Forge - Synergy (Protection)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Protection)",
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates divinity counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "djinn-kindred",
- "theme": "Djinn Kindred",
- "synergies": [
- "Prowess",
- "Monk Kindred",
- "Flying",
- "Toughness Matters",
- "Big Mana"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Elsha of the Infinite",
- "Elsha, Threefold Master",
- "Siani, Eye of the Storm",
- "Uvilda, Dean of Perfection // Nassari, Dean of Expression",
- "Inniaz, the Gale Force"
- ],
- "example_cards": [
- "Pinnacle Monk // Mystic Peak",
- "Haughty Djinn",
- "Emberwilde Captain",
- "Tidespout Tyrant",
- "Elsha of the Infinite",
- "Smirking Spelljacker",
- "Stratus Dancer",
- "Elsha, Threefold Master"
- ],
- "synergy_commanders": [
- "Kitsa, Otterball Elite - Synergy (Prowess)",
- "Bria, Riptide Rogue - Synergy (Prowess)",
- "Azusa, Lost but Seeking - Synergy (Monk Kindred)",
- "Narset, Enlightened Exile - Synergy (Monk Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Djinn creatures into play with shared payoffs (e.g., Prowess and Monk Kindred)."
- },
- {
- "id": "doctor-kindred",
- "theme": "Doctor Kindred",
- "synergies": [
- "Doctor's companion",
- "Sagas Matter",
- "Lore Counters",
- "Ore Counters",
- "Human Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "K-9, Mark I",
- "The Second Doctor",
- "The Thirteenth Doctor",
- "The Tenth Doctor",
- "The Ninth Doctor"
- ],
- "example_cards": [
- "K-9, Mark I",
- "The Second Doctor",
- "The Thirteenth Doctor",
- "The Tenth Doctor",
- "The Ninth Doctor",
- "The Sixth Doctor",
- "The Twelfth Doctor",
- "The War Doctor"
- ],
- "synergy_commanders": [
- "Barbara Wright - Synergy (Doctor's companion)",
- "Adric, Mathematical Genius - Synergy (Doctor's companion)",
- "Jhoira, Weatherlight Captain - Synergy (Sagas Matter)",
- "Teshar, Ancestor's Apostle - Synergy (Sagas Matter)",
- "Satsuki, the Living Lore - Synergy (Lore Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Doctor creatures into play with shared payoffs (e.g., Doctor's companion and Sagas Matter)."
- },
- {
- "id": "doctors-companion",
- "theme": "Doctor's companion",
- "synergies": [
- "Doctor Kindred",
- "Sagas Matter",
- "Human Kindred",
- "Little Fellas",
- "Card Draw"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "K-9, Mark I",
- "Barbara Wright",
- "Adric, Mathematical Genius",
- "Martha Jones",
- "Sarah Jane Smith"
- ],
- "example_cards": [
- "K-9, Mark I",
- "Barbara Wright",
- "Adric, Mathematical Genius",
- "Martha Jones",
- "Sarah Jane Smith",
- "Donna Noble",
- "Clara Oswald",
- "Tegan Jovanka"
- ],
- "synergy_commanders": [
- "The Second Doctor - Synergy (Doctor Kindred)",
- "The Thirteenth Doctor - Synergy (Doctor Kindred)",
- "Jhoira, Weatherlight Captain - Synergy (Sagas Matter)",
- "Teshar, Ancestor's Apostle - Synergy (Sagas Matter)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Doctor's companion leveraging synergies with Doctor Kindred and Sagas Matter."
- },
- {
- "id": "dog-kindred",
- "theme": "Dog Kindred",
- "synergies": [
- "Menace",
- "Elemental Kindred",
- "Scout Kindred",
- "First strike",
- "Phyrexian Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Phelia, Exuberant Shepherd",
- "K-9, Mark I",
- "Jinnie Fay, Jetmir's Second",
- "Yoshimaru, Ever Faithful",
- "Rin and Seri, Inseparable"
- ],
- "example_cards": [
- "Spirited Companion",
- "Loyal Warhound",
- "Enduring Courage",
- "Phelia, Exuberant Shepherd",
- "Selfless Savior",
- "Komainu Battle Armor",
- "K-9, Mark I",
- "Animal Sanctuary"
- ],
- "synergy_commanders": [
- "Junji, the Midnight Sky - Synergy (Menace)",
- "Kozilek, the Great Distortion - Synergy (Menace)",
- "Massacre Girl - Synergy (Menace)",
- "Ashaya, Soul of the Wild - Synergy (Elemental Kindred)",
- "Titania, Protector of Argoth - Synergy (Elemental Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Scout Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dog creatures into play with shared payoffs (e.g., Menace and Elemental Kindred)."
- },
- {
- "id": "domain",
- "theme": "Domain",
- "synergies": [
- "Lands Matter",
- "Ramp",
- "Topdeck",
- "Big Mana",
- "Spells Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Zar Ojanen, Scion of Efrava",
- "Radha, Coalition Warlord",
- "Nael, Avizoa Aeronaut",
- "Bortuk Bonerattle",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)"
- ],
- "example_cards": [
- "Scion of Draco",
- "The Weatherseed Treaty",
- "Collective Restraint",
- "Draco",
- "Leyline Binding",
- "Llanowar Greenwidow",
- "Briar Hydra",
- "Sphinx of Clear Skies"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Lands Matter)",
- "Sheoldred, Whispering One - Synergy (Lands Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Ramp)",
- "Selvala, Heart of the Wilds - Synergy (Ramp)",
- "The Reality Chip - Synergy (Topdeck)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Assembles multiple basic land types rapidly to scale Domain-based effects. Synergies like Lands Matter and Ramp reinforce the plan."
- },
- {
- "id": "doom-counters",
- "theme": "Doom Counters",
- "synergies": [],
- "primary_color": "Red",
- "example_cards": [
- "Lavabrink Floodgates",
- "Armageddon Clock",
- "Eye of Doom",
- "Imminent Doom"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates doom counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "double-strike",
- "theme": "Double strike",
- "synergies": [
- "Knight Kindred",
- "Warrior Kindred",
- "Aggro",
- "Combat Matters",
- "Trample"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Zetalpa, Primal Dawn",
- "God-Eternal Oketra",
- "Kellan, the Fae-Blooded // Birthright Boon",
- "Gimli of the Glittering Caves",
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist"
- ],
- "example_cards": [
- "Lizard Blades",
- "Zetalpa, Primal Dawn",
- "Bronze Guardian",
- "God-Eternal Oketra",
- "Angel of Destiny",
- "Kellan, the Fae-Blooded // Birthright Boon",
- "Gimli of the Glittering Caves",
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Knight Kindred)",
- "Adeline, Resplendent Cathar - Synergy (Knight Kindred)",
- "Danitha Capashen, Paragon - Synergy (Knight Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Double strike leveraging synergies with Knight Kindred and Warrior Kindred."
- },
- {
- "id": "dragon-kindred",
- "theme": "Dragon Kindred",
- "synergies": [
- "Behold",
- "Elder Kindred",
- "Megamorph",
- "Flying",
- "Backgrounds Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Niv-Mizzet, Parun",
- "Old Gnawbone",
- "Drakuseth, Maw of Flames",
- "Lathliss, Dragon Queen",
- "Junji, the Midnight Sky"
- ],
- "example_cards": [
- "Goldspan Dragon",
- "Terror of the Peaks",
- "Niv-Mizzet, Parun",
- "Ancient Copper Dragon",
- "Old Gnawbone",
- "Hellkite Tyrant",
- "Steel Hellkite",
- "Drakuseth, Maw of Flames"
- ],
- "synergy_commanders": [
- "Sarkhan, Dragon Ascendant - Synergy (Behold)",
- "Etali, Primal Storm - Synergy (Elder Kindred)",
- "Ghalta, Primal Hunger - Synergy (Elder Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dragon creatures into play with shared payoffs (e.g., Behold and Elder Kindred)."
- },
- {
- "id": "drake-kindred",
- "theme": "Drake Kindred",
- "synergies": [
- "Flying",
- "Phyrexian Kindred",
- "Cost Reduction",
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Talrand, Sky Summoner",
- "Alandra, Sky Dreamer",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)"
- ],
- "example_cards": [
- "Talrand, Sky Summoner",
- "Peregrine Drake",
- "Gilded Drake",
- "Volatile Stormdrake",
- "Thunderclap Drake",
- "Alandra, Sky Dreamer",
- "Shrieking Drake",
- "Loyal Drake"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)",
- "Sheoldred, the Apocalypse - Synergy (Phyrexian Kindred)",
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Drake creatures into play with shared payoffs (e.g., Flying and Phyrexian Kindred)."
- },
- {
- "id": "dreadnought-kindred",
- "theme": "Dreadnought Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Phyrexian Dreadnought",
- "Redemptor Dreadnought",
- "Helbrute",
- "Depth Charge Colossus"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dreadnought creatures into play with shared payoffs."
- },
- {
- "id": "dredge",
- "theme": "Dredge",
- "synergies": [
- "Unconditional Draw",
- "Reanimate",
- "Card Draw",
- "Mill",
- "Spells Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Tatyova, Benthic Druid - Synergy (Unconditional Draw)",
- "Yawgmoth, Thran Physician - Synergy (Unconditional Draw)",
- "Padeem, Consul of Innovation - Synergy (Unconditional Draw)",
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)"
- ],
- "example_cards": [
- "Life from the Loam",
- "Dakmor Salvage",
- "Golgari Grave-Troll",
- "Stinkweed Imp",
- "Golgari Thug",
- "Darkblast",
- "Shenanigans",
- "Shambling Shell"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Loads high-impact cards into the graveyard early and reanimates them for explosive tempo or combo loops. Synergies like Unconditional Draw and Reanimate reinforce the plan."
- },
- {
- "id": "drone-kindred",
- "theme": "Drone Kindred",
- "synergies": [
- "Ingest",
- "Spawn Kindred",
- "Devoid",
- "Scion Kindred",
- "Eldrazi Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Magnus the Red - Synergy (Spawn Kindred)",
- "Ulalek, Fused Atrocity - Synergy (Devoid)"
- ],
- "example_cards": [
- "Glaring Fleshraker",
- "It That Heralds the End",
- "Chittering Dispatcher",
- "Kaito, Dancing Shadow",
- "Herald of Kozilek",
- "Writhing Chrysalis",
- "Emrakul's Hatcher",
- "Catacomb Sifter"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Drone creatures into play with shared payoffs (e.g., Ingest and Spawn Kindred)."
- },
- {
- "id": "druid-kindred",
- "theme": "Druid Kindred",
- "synergies": [
- "Alliance",
- "Mana Dork",
- "Elf Kindred",
- "Ramp",
- "Treefolk Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Tatyova, Benthic Druid",
- "Rishkar, Peema Renegade",
- "Jaheira, Friend of the Forest",
- "Bristly Bill, Spine Sower",
- "Marwyn, the Nurturer"
- ],
- "example_cards": [
- "Llanowar Elves",
- "Elvish Mystic",
- "Beast Whisperer",
- "Fyndhorn Elves",
- "Bloom Tender",
- "Tatyova, Benthic Druid",
- "Evolution Sage",
- "Arbor Elf"
- ],
- "synergy_commanders": [
- "Galadriel, Light of Valinor - Synergy (Alliance)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Mana Dork)",
- "Selvala, Heart of the Wilds - Synergy (Mana Dork)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Druid creatures into play with shared payoffs (e.g., Alliance and Mana Dork)."
- },
- {
- "id": "dryad-kindred",
- "theme": "Dryad Kindred",
- "synergies": [
- "Forestwalk",
- "Landwalk",
- "Mana Dork",
- "Ramp",
- "Lands Matter"
- ],
- "primary_color": "Green",
- "example_commanders": [
- "Dina, Soul Steeper",
- "Trostani, Selesnya's Voice",
- "Trostani Discordant",
- "Zimone and Dina",
- "Trostani, Three Whispers"
- ],
- "example_cards": [
- "Dryad of the Ilysian Grove",
- "Sanctum Weaver",
- "Dryad Arbor",
- "Awaken the Woods",
- "Tendershoot Dryad",
- "Dina, Soul Steeper",
- "Trostani, Selesnya's Voice",
- "Nightshade Dryad"
- ],
- "synergy_commanders": [
- "Chatterfang, Squirrel General - Synergy (Forestwalk)",
- "Jedit Ojanen of Efrava - Synergy (Forestwalk)",
- "Mirri, Cat Warrior - Synergy (Forestwalk)",
- "Sheoldred, Whispering One - Synergy (Landwalk)",
- "Wrexial, the Risen Deep - Synergy (Landwalk)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Mana Dork)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dryad creatures into play with shared payoffs (e.g., Forestwalk and Landwalk)."
- },
- {
- "id": "dwarf-kindred",
- "theme": "Dwarf Kindred",
- "synergies": [
- "Servo Kindred",
- "Berserker Kindred",
- "Artificer Kindred",
- "Treasure",
- "Treasure Token"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Sram, Senior Edificer",
- "Torbran, Thane of Red Fell",
- "Magda, Brazen Outlaw",
- "Magda, the Hoardmaster",
- "Bruenor Battlehammer"
- ],
- "example_cards": [
- "Storm-Kiln Artist",
- "Sram, Senior Edificer",
- "Torbran, Thane of Red Fell",
- "Magda, Brazen Outlaw",
- "Erebor Flamesmith",
- "Magda, the Hoardmaster",
- "Bruenor Battlehammer",
- "Reyav, Master Smith"
- ],
- "synergy_commanders": [
- "Cayth, Famed Mechanist - Synergy (Servo Kindred)",
- "Saheeli, the Gifted - Synergy (Servo Kindred)",
- "Oviya Pashiri, Sage Lifecrafter - Synergy (Servo Kindred)",
- "Kardur, Doomscourge - Synergy (Berserker Kindred)",
- "Loran of the Third Path - Synergy (Artificer Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Dwarf creatures into play with shared payoffs (e.g., Servo Kindred and Berserker Kindred)."
- },
- {
- "id": "earthbend",
- "theme": "Earthbend",
- "synergies": [
- "Landfall",
- "Ally Kindred",
- "Lands Matter",
- "+1/+1 Counters",
- "Blink"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Toph, the First Metalbender",
- "Toph, the Blind Bandit",
- "Bumi, Eclectic Earthbender",
- "Haru, Hidden Talent",
- "Avatar Aang // Aang, Master of Elements"
- ],
- "example_cards": [
- "Toph, the First Metalbender",
- "Toph, the Blind Bandit",
- "Bumi, Eclectic Earthbender",
- "Earthbending Student",
- "Earthbending Lesson",
- "Haru, Hidden Talent",
- "Earth Rumble",
- "Badgermole"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Landfall)",
- "Aesi, Tyrant of Gyre Strait - Synergy (Landfall)",
- "Bristly Bill, Spine Sower - Synergy (Landfall)",
- "Drana, Liberator of Malakir - Synergy (Ally Kindred)",
- "Mina and Denn, Wildborn - Synergy (Ally Kindred)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Earthbend leveraging synergies with Landfall and Ally Kindred."
- },
- {
- "id": "echo",
- "theme": "Echo",
- "synergies": [
- "Haste",
- "Goblin Kindred",
- "Elemental Kindred",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Aurelia, the Warleader - Synergy (Haste)",
- "Yahenni, Undying Partisan - Synergy (Haste)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Haste)",
- "Krenko, Tin Street Kingpin - Synergy (Goblin Kindred)",
- "Krenko, Mob Boss - Synergy (Goblin Kindred)"
- ],
- "example_cards": [
- "Karmic Guide",
- "Mogg War Marshal",
- "Bone Shredder",
- "Deranged Hermit",
- "Extruder",
- "Yavimaya Granger",
- "Stingscourger",
- "Crater Hellion"
- ],
- "synergy_commanders": [
- "Ashaya, Soul of the Wild - Synergy (Elemental Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Echo leveraging synergies with Haste and Goblin Kindred."
- },
- {
- "id": "eerie",
- "theme": "Eerie",
- "synergies": [
- "Rooms Matter",
- "Enchantments Matter",
- "Toughness Matters",
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Victor, Valgavoth's Seneschal",
- "Marina Vendrell - Synergy (Rooms Matter)",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "example_cards": [
- "Entity Tracker",
- "Fear of Sleep Paralysis",
- "Ghostly Dancers",
- "Victor, Valgavoth's Seneschal",
- "Balemurk Leech",
- "Gremlin Tamer",
- "Optimistic Scavenger",
- "Scrabbling Skullcrab"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Eerie leveraging synergies with Rooms Matter and Enchantments Matter."
- },
- {
- "id": "efreet-kindred",
- "theme": "Efreet Kindred",
- "synergies": [
- "Flying",
- "Burn",
- "Interaction",
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Veyran, Voice of Duality",
- "Plargg and Nassari",
- "Yusri, Fortune's Flame",
- "Najal, the Storm Runner",
- "Uvilda, Dean of Perfection // Nassari, Dean of Expression"
- ],
- "example_cards": [
- "Veyran, Voice of Duality",
- "Plargg and Nassari",
- "Yusri, Fortune's Flame",
- "Najal, the Storm Runner",
- "Frenetic Efreet",
- "Efreet Flamepainter",
- "Uvilda, Dean of Perfection // Nassari, Dean of Expression",
- "Emissary of Grudges"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Syr Konrad, the Grim - Synergy (Burn)",
- "Braids, Arisen Nightmare - Synergy (Burn)",
- "Toski, Bearer of Secrets - Synergy (Interaction)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Efreet creatures into play with shared payoffs (e.g., Flying and Burn)."
- },
- {
- "id": "egg-kindred",
- "theme": "Egg Kindred",
- "synergies": [
- "Defender",
- "Sacrifice Matters",
- "Aristocrats",
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Atla Palani, Nest Tender",
- "The Pride of Hull Clade - Synergy (Defender)",
- "Sokrates, Athenian Teacher - Synergy (Defender)",
- "Pramikon, Sky Rampart - Synergy (Defender)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Nesting Dragon",
- "Palani's Hatcher",
- "Atla Palani, Nest Tender",
- "Dinosaur Egg",
- "Smoldering Egg // Ashmouth Dragon",
- "Mysterious Egg",
- "Dragon Egg",
- "Roc Egg"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Aristocrats)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Egg creatures into play with shared payoffs (e.g., Defender and Sacrifice Matters)."
- },
- {
- "id": "elder-kindred",
- "theme": "Elder Kindred",
- "synergies": [
- "Dinosaur Kindred",
- "Dragon Kindred",
- "Flying",
- "Big Mana",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Etali, Primal Storm",
- "Ghalta, Primal Hunger",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Nezahal, Primal Tide",
- "Ghalta, Stampede Tyrant"
- ],
- "example_cards": [
- "Etali, Primal Storm",
- "Ghalta, Primal Hunger",
- "Ancient Copper Dragon",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Nezahal, Primal Tide",
- "Ghalta, Stampede Tyrant",
- "Ancient Silver Dragon",
- "Uro, Titan of Nature's Wrath"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Dragon Kindred)",
- "Old Gnawbone - Synergy (Dragon Kindred)",
- "Avacyn, Angel of Hope - Synergy (Flying)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Elder creatures into play with shared payoffs (e.g., Dinosaur Kindred and Dragon Kindred)."
- },
- {
- "id": "eldrazi-kindred",
- "theme": "Eldrazi Kindred",
- "synergies": [
- "Ingest",
- "Processor Kindred",
- "Spawn Kindred",
- "Scion Kindred",
- "Drone Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Kozilek, Butcher of Truth",
- "Ulamog, the Infinite Gyre",
- "Ulamog, the Ceaseless Hunger",
- "Kozilek, the Great Distortion",
- "Emrakul, the Promised End"
- ],
- "example_cards": [
- "Idol of Oblivion",
- "Artisan of Kozilek",
- "Kozilek, Butcher of Truth",
- "Ulamog, the Infinite Gyre",
- "Ulamog, the Ceaseless Hunger",
- "It That Betrays",
- "Kozilek, the Great Distortion",
- "Void Winnower"
- ],
- "synergy_commanders": [
- "Magnus the Red - Synergy (Spawn Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Eldrazi creatures into play with shared payoffs (e.g., Ingest and Processor Kindred)."
- },
- {
- "id": "elemental-kindred",
- "theme": "Elemental Kindred",
- "synergies": [
- "Evoke",
- "Awaken",
- "Incarnation Kindred",
- "Wither",
- "Fear"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Ashaya, Soul of the Wild",
- "Titania, Protector of Argoth",
- "Kediss, Emberclaw Familiar",
- "Omnath, Locus of Rage",
- "Muldrotha, the Gravetide"
- ],
- "example_cards": [
- "Avenger of Zendikar",
- "Forgotten Ancient",
- "Mulldrifter",
- "Ancient Greenwarden",
- "Resculpt",
- "Young Pyromancer",
- "Destiny Spinner",
- "Xorn"
- ],
- "synergy_commanders": [
- "Idris, Soul of the TARDIS - Synergy (Incarnation Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Elemental creatures into play with shared payoffs (e.g., Evoke and Awaken)."
- },
- {
- "id": "elephant-kindred",
- "theme": "Elephant Kindred",
- "synergies": [
- "Trample",
- "Cleric Kindred",
- "Soldier Kindred",
- "Creature Tokens",
- "Blink"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Losheel, Clockwork Scholar",
- "Hamza, Guardian of Arashin",
- "Malcator, Purity Overseer",
- "Lulu, Loyal Hollyphant",
- "Quintorius, Loremaster"
- ],
- "example_cards": [
- "Generous Gift",
- "Terastodon",
- "Losheel, Clockwork Scholar",
- "Hamza, Guardian of Arashin",
- "Oliphaunt",
- "Thorn Mammoth",
- "Conclave Sledge-Captain",
- "Aggressive Mammoth"
- ],
- "synergy_commanders": [
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Ghalta, Stampede Tyrant - Synergy (Trample)",
- "Vito, Thorn of the Dusk Rose - Synergy (Cleric Kindred)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Cleric Kindred)",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Elephant creatures into play with shared payoffs (e.g., Trample and Cleric Kindred)."
- },
- {
- "id": "elf-kindred",
- "theme": "Elf Kindred",
- "synergies": [
- "Alliance",
- "Druid Kindred",
- "Ranger Kindred",
- "Archer Kindred",
- "Scout Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Selvala, Heart of the Wilds",
- "Rishkar, Peema Renegade",
- "Jaheira, Friend of the Forest",
- "Ayara, First of Locthwain",
- "Marwyn, the Nurturer"
- ],
- "example_cards": [
- "Llanowar Elves",
- "Elvish Mystic",
- "Tireless Provisioner",
- "Beast Whisperer",
- "Fyndhorn Elves",
- "Reclamation Sage",
- "Bloom Tender",
- "Evolution Sage"
- ],
- "synergy_commanders": [
- "Galadriel, Light of Valinor - Synergy (Alliance)",
- "Tatyova, Benthic Druid - Synergy (Druid Kindred)",
- "Halana and Alena, Partners - Synergy (Ranger Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Elf creatures into play with shared payoffs (e.g., Alliance and Druid Kindred)."
- },
- {
- "id": "elk-kindred",
- "theme": "Elk Kindred",
- "synergies": [
- "Lifegain",
- "Life Matters",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Jegantha, the Wellspring",
- "The Pride of Hull Clade",
- "Beza, the Bounding Spring",
- "Tatyova, Benthic Druid - Synergy (Lifegain)",
- "Sheoldred, the Apocalypse - Synergy (Lifegain)"
- ],
- "example_cards": [
- "Burnished Hart",
- "Kenrith's Transformation",
- "Enduring Vitality",
- "Oko, Thief of Crowns",
- "Jegantha, the Wellspring",
- "Dawnglade Regent",
- "The Pride of Hull Clade",
- "Beza, the Bounding Spring"
- ],
- "synergy_commanders": [
- "Vito, Thorn of the Dusk Rose - Synergy (Lifegain)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Life Matters)",
- "Mangara, the Diplomat - Synergy (Life Matters)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Elk creatures into play with shared payoffs (e.g., Lifegain and Life Matters)."
- },
- {
- "id": "embalm",
- "theme": "Embalm",
- "synergies": [
- "Clones",
- "Zombie Kindred",
- "Reanimate",
- "Warrior Kindred",
- "Mill"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Temmet, Vizier of Naktamun",
- "Mondrak, Glory Dominus - Synergy (Clones)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Sakashima of a Thousand Faces - Synergy (Clones)",
- "Neheb, the Eternal - Synergy (Zombie Kindred)"
- ],
- "example_cards": [
- "Vizier of Many Faces",
- "Angel of Sanctions",
- "Sacred Cat",
- "Aven Wind Guide",
- "Anointer Priest",
- "Honored Hydra",
- "Heart-Piercer Manticore",
- "Temmet, Vizier of Naktamun"
- ],
- "synergy_commanders": [
- "Mikaeus, the Unhallowed - Synergy (Zombie Kindred)",
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Embalm leveraging synergies with Clones and Zombie Kindred."
- },
- {
- "id": "emerge",
- "theme": "Emerge",
- "synergies": [
- "Eldrazi Kindred",
- "Big Mana",
- "Toughness Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Herigast, Erupting Nullkite",
- "Kozilek, Butcher of Truth - Synergy (Eldrazi Kindred)",
- "Ulamog, the Infinite Gyre - Synergy (Eldrazi Kindred)",
- "Ulamog, the Ceaseless Hunger - Synergy (Eldrazi Kindred)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Elder Deep-Fiend",
- "Herigast, Erupting Nullkite",
- "Crabomination",
- "Decimator of the Provinces",
- "Cresting Mosasaurus",
- "Adipose Offspring",
- "Vexing Scuttler",
- "Distended Mindbender"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Emerge leveraging synergies with Eldrazi Kindred and Big Mana."
- },
- {
- "id": "employee-kindred",
- "theme": "Employee Kindred",
- "synergies": [
- "Open an Attraction",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Token Creation"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Monoxa, Midway Manager",
- "Captain Rex Nebula",
- "Dee Kay, Finder of the Lost",
- "Truss, Chief Engineer",
- "Roxi, Publicist to the Stars"
- ],
- "example_cards": [
- "Night Shift of the Living Dead",
- "Deadbeat Attendant",
- "Discourtesy Clerk",
- "Monoxa, Midway Manager",
- "Quick Fixer",
- "Monitor Monitor",
- "Soul Swindler",
- "Complaints Clerk"
- ],
- "synergy_commanders": [
- "Myra the Magnificent - Synergy (Open an Attraction)",
- "The Most Dangerous Gamer - Synergy (Open an Attraction)",
- "Spinnerette, Arachnobat - Synergy (Open an Attraction)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Employee creatures into play with shared payoffs (e.g., Open an Attraction and Blink)."
- },
- {
- "id": "enchant",
- "theme": "Enchant",
- "synergies": [
- "Umbra armor",
- "Auras",
- "Enchantments Matter",
- "Voltron",
- "Goad"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Katilda, Dawnhart Martyr // Katilda's Rising Dawn",
- "Sram, Senior Edificer - Synergy (Auras)",
- "Kodama of the West Tree - Synergy (Auras)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)"
- ],
- "example_cards": [
- "Wild Growth",
- "Animate Dead",
- "Utopia Sprawl",
- "Darksteel Mutation",
- "Kenrith's Transformation",
- "All That Glitters",
- "Curiosity",
- "Rancor"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Stacks enchantment-based engines (cost reduction, constellation, aura recursion) for relentless value accrual. Synergies like Umbra armor and Auras reinforce the plan."
- },
- {
- "id": "enchantment-tokens",
- "theme": "Enchantment Tokens",
- "synergies": [
- "Role token",
- "Inspired",
- "Hero Kindred",
- "Equipment Matters",
- "Scry"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Heliod, God of the Sun",
- "Ellivere of the Wild Court",
- "Go-Shintai of Life's Origin",
- "Gylwain, Casting Director",
- "Daxos the Returned"
- ],
- "example_cards": [
- "Not Dead After All",
- "Court of Vantress",
- "Hammer of Purphoros",
- "Royal Treatment",
- "Witch's Mark",
- "Heliod, God of the Sun",
- "Charming Scoundrel",
- "Monstrous Rage"
- ],
- "synergy_commanders": [
- "Syr Armont, the Redeemer - Synergy (Role token)",
- "King Macar, the Gold-Cursed - Synergy (Inspired)",
- "Deadpool, Trading Card - Synergy (Hero Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Stacks enchantment-based engines (cost reduction, constellation, aura recursion) for relentless value accrual. Synergies like Role token and Inspired reinforce the plan."
- },
- {
- "id": "enchantments-matter",
- "theme": "Enchantments Matter",
- "synergies": [
- "Auras",
- "Constellation",
- "Card Draw",
- "Sagas Matter",
- "Lore Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sram, Senior Edificer",
- "Purphoros, God of the Forge",
- "Jaheira, Friend of the Forest",
- "Kodama of the West Tree",
- "Danitha Capashen, Paragon"
- ],
- "example_cards": [
- "Rhystic Study",
- "Smothering Tithe",
- "Mystic Remora",
- "Phyrexian Arena",
- "Garruk's Uprising",
- "Enlightened Tutor",
- "Urza's Saga",
- "Propaganda"
- ],
- "synergy_commanders": [
- "Calix, Guided by Fate - Synergy (Constellation)",
- "Eutropia the Twice-Favored - Synergy (Constellation)",
- "Braids, Arisen Nightmare - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Stacks enchantment-based engines (cost reduction, constellation, aura recursion) for relentless value accrual. Synergies like Auras and Constellation reinforce the plan."
- },
- {
- "id": "encore",
- "theme": "Encore",
- "synergies": [
- "Politics",
- "Pirate Kindred",
- "Outlaw Kindred",
- "Mill",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sliver Gravemother",
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)",
- "Ragavan, Nimble Pilferer - Synergy (Pirate Kindred)"
- ],
- "example_cards": [
- "Impulsive Pilferer",
- "Phyrexian Triniform",
- "Amphin Mutineer",
- "Angel of Indemnity",
- "Mist Dancer",
- "Rakshasa Debaser",
- "Sliver Gravemother",
- "Fathom Fleet Swordjack"
- ],
- "synergy_commanders": [
- "Captain Lannery Storm - Synergy (Pirate Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Encore leveraging synergies with Politics and Pirate Kindred."
- },
- {
- "id": "endure",
- "theme": "Endure",
- "synergies": [
- "Spirit Kindred",
- "Creature Tokens",
- "Soldier Kindred",
- "+1/+1 Counters",
- "Token Creation"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Anafenza, Unyielding Lineage",
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "example_cards": [
- "Warden of the Grove",
- "Anafenza, Unyielding Lineage",
- "Sinkhole Surveyor",
- "Fortress Kin-Guard",
- "Descendant of Storms",
- "Krumar Initiate",
- "Inspirited Vanguard",
- "Dusyut Earthcarver"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Creature Tokens)",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Endure leveraging synergies with Spirit Kindred and Creature Tokens."
- },
- {
- "id": "energy",
- "theme": "Energy",
- "synergies": [
- "Resource Engine",
- "Energy Counters",
- "Servo Kindred",
- "Vedalken Kindred",
- "Robot Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Dr. Madison Li",
- "Satya, Aetherflux Genius",
- "Liberty Prime, Recharged",
- "The Motherlode, Excavator",
- "Rex, Cyber-Hound"
- ],
- "example_cards": [
- "Guide of Souls",
- "Volatile Stormdrake",
- "Chthonian Nightmare",
- "Aether Hub",
- "Aetherworks Marvel",
- "Gonti's Aether Heart",
- "Solar Transformer",
- "Decoction Module"
- ],
- "synergy_commanders": [
- "Cayth, Famed Mechanist - Synergy (Servo Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Accumulates Energy counters as a parallel resource spent for tempo spikes, draw, or scalable removal. Synergies like Resource Engine and Energy Counters reinforce the plan."
- },
- {
- "id": "energy-counters",
- "theme": "Energy Counters",
- "synergies": [
- "Energy",
- "Resource Engine",
- "Servo Kindred",
- "Vedalken Kindred",
- "Artificer Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Dr. Madison Li",
- "Satya, Aetherflux Genius",
- "Liberty Prime, Recharged",
- "The Motherlode, Excavator",
- "Rex, Cyber-Hound"
- ],
- "example_cards": [
- "Guide of Souls",
- "Chthonian Nightmare",
- "Aether Hub",
- "Aetherworks Marvel",
- "Gonti's Aether Heart",
- "Solar Transformer",
- "Decoction Module",
- "Lightning Runner"
- ],
- "synergy_commanders": [
- "Cayth, Famed Mechanist - Synergy (Servo Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Accumulates Energy counters as a parallel resource spent for tempo spikes, draw, or scalable removal. Synergies like Energy and Resource Engine reinforce the plan."
- },
- {
- "id": "enlist",
- "theme": "Enlist",
- "synergies": [
- "Toughness Matters",
- "Aggro",
- "Combat Matters",
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Aradesh, the Founder",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "example_cards": [
- "Yavimaya Steelcrusher",
- "Aradesh, the Founder",
- "Guardian of New Benalia",
- "Keldon Flamesage",
- "Coalition Warbrute",
- "Argivian Cavalier",
- "Hexbane Tortoise",
- "Balduvian Berserker"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Enlist leveraging synergies with Toughness Matters and Aggro."
- },
- {
- "id": "enrage",
- "theme": "Enrage",
- "synergies": [
- "Dinosaur Kindred",
- "Big Mana",
- "Toughness Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Strong, the Brutish Thespian",
- "Indoraptor, the Perfect Hybrid",
- "Vrondiss, Rage of Ancients",
- "Etali, Primal Storm - Synergy (Dinosaur Kindred)",
- "Ghalta, Primal Hunger - Synergy (Dinosaur Kindred)"
- ],
- "example_cards": [
- "Apex Altisaur",
- "Ripjaw Raptor",
- "Ranging Raptors",
- "Polyraptor",
- "Silverclad Ferocidons",
- "Strong, the Brutish Thespian",
- "Bellowing Aegisaur",
- "Trapjaw Tyrant"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Dinosaur Kindred)",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Enrage leveraging synergies with Dinosaur Kindred and Big Mana."
- },
- {
- "id": "enter-the-battlefield",
- "theme": "Enter the Battlefield",
- "synergies": [
- "Blink",
- "Reanimate",
- "Token Creation",
- "Exploit",
- "Offspring"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Selvala, Heart of the Wilds",
- "Sheoldred, Whispering One",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Elesh Norn, Mother of Machines",
- "Kodama of the East Tree"
- ],
- "example_cards": [
- "Solemn Simulacrum",
- "The One Ring",
- "Eternal Witness",
- "Victimize",
- "Animate Dead",
- "Orcish Bowmasters",
- "Mithril Coat",
- "Gray Merchant of Asphodel"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Enter the Battlefield leveraging synergies with Blink and Reanimate."
- },
- {
- "id": "entwine",
- "theme": "Entwine",
- "synergies": [
- "Toolbox",
- "Combat Tricks",
- "Spells Matter",
- "Spellslinger",
- "Removal"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Junji, the Midnight Sky - Synergy (Toolbox)",
- "Koma, Cosmos Serpent - Synergy (Toolbox)",
- "Atsushi, the Blazing Sky - Synergy (Toolbox)",
- "Samut, Voice of Dissent - Synergy (Combat Tricks)",
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)"
- ],
- "example_cards": [
- "Tooth and Nail",
- "Savage Beating",
- "Goblin War Party",
- "Kaya's Guile",
- "Unbounded Potential",
- "Mirage Mockery",
- "Journey of Discovery",
- "Rude Awakening"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Entwine leveraging synergies with Toolbox and Combat Tricks."
- },
- {
- "id": "eon-counters",
- "theme": "Eon Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Out of the Tombs",
- "Magosi, the Waterveil"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates eon counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "epic",
- "theme": "Epic",
- "synergies": [
- "Stax",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Stax)",
- "Lotho, Corrupt Shirriff - Synergy (Stax)",
- "Talrand, Sky Summoner - Synergy (Stax)",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Eternal Dominion",
- "Enduring Ideal",
- "Endless Swarm",
- "Neverending Torment",
- "Undying Flames"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Epic leveraging synergies with Stax and Big Mana."
- },
- {
- "id": "equip",
- "theme": "Equip",
- "synergies": [
- "Job select",
- "For Mirrodin!",
- "Living weapon",
- "Equipment",
- "Germ Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Halvar, God of Battle // Sword of the Realms",
- "Kaldra Compleat - Synergy (Living weapon)"
- ],
- "example_cards": [
- "Swiftfoot Boots",
- "Lightning Greaves",
- "Skullclamp",
- "Mithril Coat",
- "Sword of the Animist",
- "Basilisk Collar",
- "Blackblade Reforged",
- "Whispersilk Cloak"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Equip leveraging synergies with Job select and For Mirrodin!."
- },
- {
- "id": "equipment",
- "theme": "Equipment",
- "synergies": [
- "Job select",
- "Reconfigure",
- "For Mirrodin!",
- "Living weapon",
- "Equip"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "The Reality Chip"
- ],
- "example_cards": [
- "Swiftfoot Boots",
- "Lightning Greaves",
- "Skullclamp",
- "Mithril Coat",
- "Sword of the Animist",
- "Basilisk Collar",
- "Blackblade Reforged",
- "Whispersilk Cloak"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Tutors and reuses equipment to stack stats/keywords onto resilient bodies for persistent pressure. Synergies like Job select and Reconfigure reinforce the plan."
- },
- {
- "id": "equipment-matters",
- "theme": "Equipment Matters",
- "synergies": [
- "Equipment",
- "Equip",
- "Role token",
- "Job select",
- "Reconfigure"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Sram, Senior Edificer",
- "Kodama of the West Tree",
- "Danitha Capashen, Paragon",
- "The Reality Chip",
- "Ardenn, Intrepid Archaeologist"
- ],
- "example_cards": [
- "Swiftfoot Boots",
- "Lightning Greaves",
- "Skullclamp",
- "Animate Dead",
- "Mithril Coat",
- "Sword of the Animist",
- "Basilisk Collar",
- "Blackblade Reforged"
- ],
- "synergy_commanders": [
- "Mithril Coat - Synergy (Equipment)",
- "Sword of the Animist - Synergy (Equipment)",
- "Halvar, God of Battle // Sword of the Realms - Synergy (Equip)",
- "Blackblade Reforged - Synergy (Equip)",
- "Ellivere of the Wild Court - Synergy (Role token)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Tutors and reuses equipment to stack stats/keywords onto resilient bodies for persistent pressure. Synergies like Equipment and Equip reinforce the plan."
- },
- {
- "id": "escalate",
- "theme": "Escalate",
- "synergies": [
- "Interaction",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Interaction)",
- "Toski, Bearer of Secrets - Synergy (Interaction)",
- "Purphoros, God of the Forge - Synergy (Interaction)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Collective Resistance",
- "Collective Effort",
- "Collective Defiance",
- "Collective Brutality",
- "Borrowed Hostility",
- "Blessed Alliance",
- "Savage Alliance",
- "Borrowed Grace"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Selects multiple modes on Escalate spells, trading mana/cards for flexible stacked effects. Synergies like Interaction and Spells Matter reinforce the plan."
- },
- {
- "id": "escape",
- "theme": "Escape",
- "synergies": [
- "Reanimate",
- "Mill",
- "+1/+1 Counters",
- "Voltron",
- "Counters Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Uro, Titan of Nature's Wrath",
- "Kroxa, Titan of Death's Hunger",
- "Phlage, Titan of Fire's Fury",
- "Polukranos, Unchained",
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "example_cards": [
- "Uro, Titan of Nature's Wrath",
- "Woe Strider",
- "Kroxa, Titan of Death's Hunger",
- "Bloodbraid Challenger",
- "From the Catacombs",
- "Sentinel's Eyes",
- "Cling to Dust",
- "Chainweb Aracnir"
- ],
- "synergy_commanders": [
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Six - Synergy (Reanimate)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Kozilek, Butcher of Truth - Synergy (Mill)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Escapes threats from the graveyard by exiling spent resources, generating recursive inevitability. Synergies like Reanimate and Mill reinforce the plan."
- },
- {
- "id": "eternalize",
- "theme": "Eternalize",
- "synergies": [
- "Clones",
- "Zombie Kindred",
- "Reanimate",
- "Mill",
- "Blink"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Mondrak, Glory Dominus - Synergy (Clones)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Sakashima of a Thousand Faces - Synergy (Clones)",
- "Neheb, the Eternal - Synergy (Zombie Kindred)",
- "Mikaeus, the Unhallowed - Synergy (Zombie Kindred)"
- ],
- "example_cards": [
- "Fanatic of Rhonas",
- "Timeless Witness",
- "Champion of Wits",
- "Adorned Pouncer",
- "Timeless Dragon",
- "Dreamstealer",
- "Earthshaker Khenra",
- "Sunscourge Champion"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Eternalize leveraging synergies with Clones and Zombie Kindred."
- },
- {
- "id": "evoke",
- "theme": "Evoke",
- "synergies": [
- "Incarnation Kindred",
- "Elemental Kindred",
- "Flash",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Idris, Soul of the TARDIS - Synergy (Incarnation Kindred)",
- "Ashaya, Soul of the Wild - Synergy (Elemental Kindred)",
- "Titania, Protector of Argoth - Synergy (Elemental Kindred)",
- "Liberator, Urza's Battlethopter - Synergy (Flash)"
- ],
- "example_cards": [
- "Mulldrifter",
- "Shriekmaw",
- "Endurance",
- "Solitude",
- "Reveillark",
- "Nulldrifter",
- "Fury",
- "Foundation Breaker"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Evoke leveraging synergies with Incarnation Kindred and Elemental Kindred."
- },
- {
- "id": "evolve",
- "theme": "Evolve",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Toughness Matters",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lonis, Genetics Expert",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Gyre Sage",
- "Pollywog Prodigy",
- "Fathom Mage",
- "Scurry Oak",
- "Dinosaur Egg",
- "Watchful Radstag",
- "Tyranid Prime",
- "Experiment One"
- ],
- "synergy_commanders": [
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Sequentially upgrades creatures with Evolve counters, then leverages accumulated stats or counter synergies. Synergies like +1/+1 Counters and Counters Matter reinforce the plan."
- },
- {
- "id": "exalted",
- "theme": "Exalted",
- "synergies": [
- "Human Kindred",
- "Aggro",
- "Combat Matters",
- "Little Fellas",
- "Toughness Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Rafiq of the Many",
- "Nefarox, Overlord of Grixis",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Loran of the Third Path - Synergy (Human Kindred)"
- ],
- "example_cards": [
- "Ignoble Hierarch",
- "Noble Hierarch",
- "Qasali Pridemage",
- "Cathedral of War",
- "Sublime Archangel",
- "Finest Hour",
- "Order of Sacred Dusk",
- "Rafiq of the Many"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Exalted leveraging synergies with Human Kindred and Aggro."
- },
- {
- "id": "exert",
- "theme": "Exert",
- "synergies": [
- "Jackal Kindred",
- "Warrior Kindred",
- "Human Kindred",
- "Little Fellas",
- "Aggro"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Themberchaud",
- "Anep, Vizier of Hazoret",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "example_cards": [
- "Combat Celebrant",
- "Glorybringer",
- "Hydra Trainer",
- "Champion of Rhonas",
- "Themberchaud",
- "Clockwork Droid",
- "Rohirrim Chargers",
- "Sandstorm Crasher"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Exert leveraging synergies with Jackal Kindred and Warrior Kindred."
- },
- {
- "id": "exhaust",
- "theme": "Exhaust",
- "synergies": [
- "Vehicles",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Redshift, Rocketeer Chief",
- "Loot, the Pathfinder",
- "Winter, Cursed Rider",
- "Sita Varma, Masked Racer",
- "Sram, Senior Edificer - Synergy (Vehicles)"
- ],
- "example_cards": [
- "Riverchurn Monument",
- "Skyserpent Seeker",
- "Peema Trailblazer",
- "Redshift, Rocketeer Chief",
- "Loot, the Pathfinder",
- "Mindspring Merfolk",
- "Boommobile",
- "Draconautics Engineer"
- ],
- "synergy_commanders": [
- "Shorikai, Genesis Engine - Synergy (Vehicles)",
- "The Indomitable - Synergy (Vehicles)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Exhaust leveraging synergies with Vehicles and +1/+1 Counters."
- },
- {
- "id": "exile-matters",
- "theme": "Exile Matters",
- "synergies": [
- "Impulse",
- "Suspend",
- "Foretell",
- "Warp",
- "Plot"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Urza, Lord High Artificer",
- "Atsushi, the Blazing Sky",
- "Laelia, the Blade Reforged"
- ],
- "example_cards": [
- "Jeska's Will",
- "Chrome Mox",
- "Professional Face-Breaker",
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Ephemerate",
- "Dispatch"
- ],
- "synergy_commanders": [
- "The Tenth Doctor - Synergy (Suspend)",
- "Jhoira of the Ghitu - Synergy (Suspend)",
- "Ranar the Ever-Watchful - Synergy (Foretell)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Exile Matters leveraging synergies with Impulse and Suspend."
- },
- {
- "id": "experience-counters",
- "theme": "Experience Counters",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Meren of Clan Nel Toth",
- "Otharri, Suns' Glory",
- "Minthara, Merciless Soul",
- "Ezuri, Claw of Progress",
- "Azlask, the Swelling Scourge"
- ],
- "example_cards": [
- "Meren of Clan Nel Toth",
- "Otharri, Suns' Glory",
- "Minthara, Merciless Soul",
- "Ezuri, Claw of Progress",
- "Azlask, the Swelling Scourge",
- "Mizzix of the Izmagnus",
- "Kelsien, the Plague",
- "Daxos the Returned"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds experience counters to scale commander-centric engines into exponential payoffs."
- },
- {
- "id": "exploit",
- "theme": "Exploit",
- "synergies": [
- "Zombie Kindred",
- "Sacrifice Matters",
- "Aristocrats",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sidisi, Undead Vizier",
- "Colonel Autumn",
- "Neheb, the Eternal - Synergy (Zombie Kindred)",
- "Mikaeus, the Unhallowed - Synergy (Zombie Kindred)",
- "Jadar, Ghoulcaller of Nephalia - Synergy (Zombie Kindred)"
- ],
- "example_cards": [
- "Sidisi, Undead Vizier",
- "Overcharged Amalgam",
- "Fell Stinger",
- "Colonel Autumn",
- "Repository Skaab",
- "Profaner of the Dead",
- "Rot-Tide Gargantua",
- "Sidisi's Faithful"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Aristocrats)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Sacrifices creatures on ETB (Exploit) converting fodder into removal, draw, or recursion leverage. Synergies like Zombie Kindred and Sacrifice Matters reinforce the plan."
- },
- {
- "id": "explore",
- "theme": "Explore",
- "synergies": [
- "Map Token",
- "Card Selection",
- "Scout Kindred",
- "Pirate Kindred",
- "Merfolk Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Hakbal of the Surging Soul",
- "Amalia Benavides Aguirre",
- "Nicanzil, Current Conductor",
- "Astrid Peth",
- "Francisco, Fowl Marauder"
- ],
- "example_cards": [
- "Get Lost",
- "Hakbal of the Surging Soul",
- "Path of Discovery",
- "Worldwalker Helm",
- "Fanatical Offering",
- "Amalia Benavides Aguirre",
- "Seasoned Dungeoneer",
- "Nicanzil, Current Conductor"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Scout Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Uses Explore triggers to smooth draws, grow creatures, and feed graveyard-adjacent engines. Synergies like Map Token and Card Selection reinforce the plan."
- },
- {
- "id": "extort",
- "theme": "Extort",
- "synergies": [
- "Pingers",
- "Burn",
- "Spells Matter",
- "Spellslinger",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Sorin of House Markov // Sorin, Ravenous Neonate",
- "Syr Konrad, the Grim - Synergy (Pingers)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Pingers)",
- "Niv-Mizzet, Parun - Synergy (Pingers)",
- "Braids, Arisen Nightmare - Synergy (Burn)"
- ],
- "example_cards": [
- "Blind Obedience",
- "Crypt Ghast",
- "Sorin of House Markov // Sorin, Ravenous Neonate",
- "Pontiff of Blight",
- "Life Insurance",
- "Thrull Parasite",
- "Tithe Drinker",
- "Basilica Screecher"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Burn)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Extort leveraging synergies with Pingers and Burn."
- },
- {
- "id": "eye-kindred",
- "theme": "Eye Kindred",
- "synergies": [
- "More Than Meets the Eye",
- "Convert",
- "Robot Kindred",
- "Flying",
- "Artifacts Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader"
- ],
- "example_cards": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Abhorrent Oculus",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader",
- "Eye of Duskmantle",
- "Prowl, Stoic Strategist // Prowl, Pursuit Vehicle"
- ],
- "synergy_commanders": [
- "Codsworth, Handy Helper - Synergy (Robot Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Eye creatures into play with shared payoffs (e.g., More Than Meets the Eye and Convert)."
- },
- {
- "id": "fabricate",
- "theme": "Fabricate",
- "synergies": [
- "Servo Kindred",
- "Artificer Kindred",
- "Artifact Tokens",
- "+1/+1 Counters",
- "Token Creation"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Cayth, Famed Mechanist",
- "Saheeli, the Gifted - Synergy (Servo Kindred)",
- "Oviya Pashiri, Sage Lifecrafter - Synergy (Servo Kindred)",
- "Loran of the Third Path - Synergy (Artificer Kindred)",
- "Sai, Master Thopterist - Synergy (Artificer Kindred)"
- ],
- "example_cards": [
- "Marionette Apprentice",
- "Marionette Master",
- "Angel of Invention",
- "Cayth, Famed Mechanist",
- "Cultivator of Blades",
- "Weaponcraft Enthusiast",
- "Accomplished Automaton",
- "Iron League Steed"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Fabricate leveraging synergies with Servo Kindred and Artificer Kindred."
- },
- {
- "id": "fade-counters",
- "theme": "Fade Counters",
- "synergies": [
- "Fading",
- "Counters Matter",
- "Enchantments Matter",
- "Interaction"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)"
- ],
- "example_cards": [
- "Tangle Wire",
- "Parallax Wave",
- "Saproling Burst",
- "Parallax Tide",
- "Parallax Dementia",
- "Parallax Nexus",
- "Blastoderm",
- "Jolting Merfolk"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates fade counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "fading",
- "theme": "Fading",
- "synergies": [
- "Fade Counters",
- "Counters Matter",
- "Enchantments Matter",
- "Interaction"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)"
- ],
- "example_cards": [
- "Tangle Wire",
- "Parallax Wave",
- "Saproling Burst",
- "Parallax Tide",
- "Parallax Dementia",
- "Parallax Nexus",
- "Blastoderm",
- "Jolting Merfolk"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Fading leveraging synergies with Fade Counters and Counters Matter."
- },
- {
- "id": "faerie-kindred",
- "theme": "Faerie Kindred",
- "synergies": [
- "Rogue Kindred",
- "Flying",
- "Outlaw Kindred",
- "Flash",
- "Wizard Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Rankle, Master of Pranks",
- "Talion, the Kindly Lord",
- "Kellan, the Fae-Blooded // Birthright Boon",
- "Obyra, Dreaming Duelist",
- "Alela, Cunning Conqueror"
- ],
- "example_cards": [
- "Faerie Mastermind",
- "Bitterblossom",
- "Rankle, Master of Pranks",
- "Talion, the Kindly Lord",
- "Glen Elendra Archmage",
- "Cloud of Faeries",
- "High Fae Trickster",
- "Ancient Gold Dragon"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)",
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Faerie creatures into play with shared payoffs (e.g., Rogue Kindred and Flying)."
- },
- {
- "id": "fateful-hour",
- "theme": "Fateful hour",
- "synergies": [
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Thraben Doomsayer",
- "Courageous Resolve",
- "Gather the Townsfolk",
- "Faith's Shield",
- "Spell Snuff",
- "Clinging Mists",
- "Break of Day",
- "Gavony Ironwright"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Fateful hour leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "fateseal",
- "theme": "Fateseal",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Mesmeric Sliver",
- "Spin into Myth"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Fateseal theme and its supporting synergies."
- },
- {
- "id": "fathomless-descent",
- "theme": "Fathomless descent",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Matzalantli, the Great Door // The Core",
- "Squirming Emergence",
- "Terror Tide",
- "Souls of the Lost",
- "Chupacabra Echo",
- "Song of Stupefaction"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Fathomless descent theme and its supporting synergies."
- },
- {
- "id": "fear",
- "theme": "Fear",
- "synergies": [
- "Horror Kindred",
- "Zombie Kindred",
- "Elemental Kindred",
- "Outlaw Kindred",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Wort, Boggart Auntie",
- "Commander Greven il-Vec",
- "Wraith, Vicious Vigilante",
- "Mondrak, Glory Dominus - Synergy (Horror Kindred)",
- "Solphim, Mayhem Dominus - Synergy (Horror Kindred)"
- ],
- "example_cards": [
- "Shriekmaw",
- "Dimir House Guard",
- "Avatar of Woe",
- "Shadowmage Infiltrator",
- "Guiltfeeder",
- "Ratcatcher",
- "Desecration Elemental",
- "Arcbound Fiend"
- ],
- "synergy_commanders": [
- "Zopandrel, Hunger Dominus - Synergy (Horror Kindred)",
- "Neheb, the Eternal - Synergy (Zombie Kindred)",
- "Mikaeus, the Unhallowed - Synergy (Zombie Kindred)",
- "Ashaya, Soul of the Wild - Synergy (Elemental Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Fear leveraging synergies with Horror Kindred and Zombie Kindred."
- },
- {
- "id": "ferocious",
- "theme": "Ferocious",
- "synergies": [
- "Big Mana",
- "Spells Matter",
- "Spellslinger",
- "Interaction"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Shamanic Revelation",
- "Fanatic of Rhonas",
- "Temur Battle Rage",
- "Stubborn Denial",
- "Whisperer of the Wilds",
- "Roar of Challenge",
- "Icy Blast",
- "Winds of Qal Sisma"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Ferocious leveraging synergies with Big Mana and Spells Matter."
- },
- {
- "id": "ferret-kindred",
- "theme": "Ferret Kindred",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Joven's Ferrets"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ferret creatures into play with shared payoffs."
- },
- {
- "id": "fight",
- "theme": "Fight",
- "synergies": [
- "Lore Counters",
- "Sagas Matter",
- "Ore Counters",
- "Dinosaur Kindred",
- "Burn"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Kogla, the Titan Ape",
- "Kogla and Yidaro",
- "Gargos, Vicious Watcher",
- "The Tarrasque",
- "Ayula, Queen Among Bears"
- ],
- "example_cards": [
- "Brash Taunter",
- "Bridgeworks Battle // Tanglespan Bridgeworks",
- "Kogla, the Titan Ape",
- "Ezuri's Predation",
- "Apex Altisaur",
- "Bushwhack",
- "Khalni Ambush // Khalni Territory",
- "Inscription of Abundance"
- ],
- "synergy_commanders": [
- "Satsuki, the Living Lore - Synergy (Lore Counters)",
- "Tom Bombadil - Synergy (Lore Counters)",
- "Clive, Ifrit's Dominant // Ifrit, Warden of Inferno - Synergy (Lore Counters)",
- "Jhoira, Weatherlight Captain - Synergy (Sagas Matter)",
- "Teshar, Ancestor's Apostle - Synergy (Sagas Matter)",
- "Vorinclex, Monstrous Raider - Synergy (Ore Counters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Fight leveraging synergies with Lore Counters and Sagas Matter."
- },
- {
- "id": "finality-counters",
- "theme": "Finality Counters",
- "synergies": [
- "Mill",
- "Counters Matter",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Kastral, the Windcrested",
- "Admiral Brass, Unsinkable",
- "Yuna, Hope of Spira",
- "Shilgengar, Sire of Famine",
- "Mirko, Obsessive Theorist"
- ],
- "example_cards": [
- "Tarrian's Journal // The Tomb of Aclazotz",
- "Meathook Massacre II",
- "Scavenger's Talent",
- "Intrepid Paleontologist",
- "Kastral, the Windcrested",
- "Osteomancer Adept",
- "Emperor of Bones",
- "Admiral Brass, Unsinkable"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Emry, Lurker of the Loch - Synergy (Mill)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates finality counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "firebending",
- "theme": "Firebending",
- "synergies": [
- "Mana Dork",
- "X Spells",
- "Ramp",
- "Human Kindred",
- "Aggro"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Fire Lord Zuko",
- "Zuko, Exiled Prince",
- "Avatar Aang // Aang, Master of Elements",
- "The Rise of Sozin // Fire Lord Sozin",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Mana Dork)"
- ],
- "example_cards": [
- "Fire Lord Zuko",
- "Zuko, Exiled Prince",
- "Avatar Aang // Aang, Master of Elements",
- "The Rise of Sozin // Fire Lord Sozin",
- "Fire Nation Attacks",
- "Fire Sages",
- "Loyal Fire Sage",
- "Rough Rhino Cavalry"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Mana Dork)",
- "Rishkar, Peema Renegade - Synergy (Mana Dork)",
- "Goreclaw, Terror of Qal Sisma - Synergy (X Spells)",
- "Danitha Capashen, Paragon - Synergy (X Spells)",
- "Azusa, Lost but Seeking - Synergy (Ramp)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Firebending leveraging synergies with Mana Dork and X Spells."
- },
- {
- "id": "first-strike",
- "theme": "First strike",
- "synergies": [
- "Banding",
- "Kithkin Kindred",
- "Knight Kindred",
- "Partner",
- "Minotaur Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Danitha Capashen, Paragon",
- "Gisela, Blade of Goldnight",
- "Drana, Liberator of Malakir",
- "Thalia, Heretic Cathar",
- "Urabrask // The Great Work"
- ],
- "example_cards": [
- "Knight of the White Orchid",
- "Danitha Capashen, Paragon",
- "Combustible Gearhulk",
- "Gisela, Blade of Goldnight",
- "Bonehoard Dracosaur",
- "Drana, Liberator of Malakir",
- "Thalia, Heretic Cathar",
- "Ocelot Pride"
- ],
- "synergy_commanders": [
- "Ayesha Tanaka - Synergy (Banding)",
- "Gaddock Teeg - Synergy (Kithkin Kindred)",
- "Brigid, Hero of Kinsbaile - Synergy (Kithkin Kindred)",
- "Syr Konrad, the Grim - Synergy (Knight Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around First strike leveraging synergies with Banding and Kithkin Kindred."
- },
- {
- "id": "fish-kindred",
- "theme": "Fish Kindred",
- "synergies": [
- "Gift",
- "Loot",
- "Stax",
- "Discard Matters",
- "Creature Tokens"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Eluge, the Shoreless Sea",
- "Beza, the Bounding Spring",
- "Morska, Undersea Sleuth",
- "Baral, Chief of Compliance - Synergy (Loot)",
- "The Locust God - Synergy (Loot)"
- ],
- "example_cards": [
- "Into the Flood Maw",
- "Fountainport",
- "Deepglow Skate",
- "Wavebreak Hippocamp",
- "Parting Gust",
- "Aboleth Spawn",
- "Eluge, the Shoreless Sea",
- "Tidal Barracuda"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Stax)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Fish creatures into play with shared payoffs (e.g., Gift and Loot)."
- },
- {
- "id": "flagbearer-kindred",
- "theme": "Flagbearer Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_cards": [
- "Standard Bearer",
- "Coalition Flag",
- "Coalition Honor Guard"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Flagbearer creatures into play with shared payoffs."
- },
- {
- "id": "flanking",
- "theme": "Flanking",
- "synergies": [
- "Knight Kindred",
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Sidar Kondo of Jamuraa",
- "Sidar Jabari",
- "Telim'Tor",
- "Syr Konrad, the Grim - Synergy (Knight Kindred)",
- "Adeline, Resplendent Cathar - Synergy (Knight Kindred)"
- ],
- "example_cards": [
- "Sidar Kondo of Jamuraa",
- "Pentarch Paladin",
- "Outrider en-Kor",
- "Knight of the Holy Nimbus",
- "Riftmarked Knight",
- "Knight of Sursi",
- "Benalish Cavalry",
- "Sidar Jabari"
- ],
- "synergy_commanders": [
- "Danitha Capashen, Paragon - Synergy (Knight Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Loran of the Third Path - Synergy (Human Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Flanking leveraging synergies with Knight Kindred and Human Kindred."
- },
- {
- "id": "flash",
- "theme": "Flash",
- "synergies": [
- "Evoke",
- "Combat Tricks",
- "Faerie Kindred",
- "Wolf Kindred",
- "Equip"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Liberator, Urza's Battlethopter",
- "Jin-Gitaxias, Core Augur",
- "Malcolm, Alluring Scoundrel",
- "Venser, Shaper Savant",
- "Phelia, Exuberant Shepherd"
- ],
- "example_cards": [
- "Orcish Bowmasters",
- "Mithril Coat",
- "Hullbreaker Horror",
- "Faerie Mastermind",
- "Opposition Agent",
- "Archivist of Oghma",
- "Dualcaster Mage",
- "Hydroelectric Specimen // Hydroelectric Laboratory"
- ],
- "synergy_commanders": [
- "Samut, Voice of Dissent - Synergy (Combat Tricks)",
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)",
- "Rankle, Master of Pranks - Synergy (Faerie Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Flash leveraging synergies with Evoke and Combat Tricks."
- },
- {
- "id": "flashback",
- "theme": "Flashback",
- "synergies": [
- "Reanimate",
- "Mill",
- "Spells Matter",
- "Spellslinger",
- "Clones"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Six - Synergy (Reanimate)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Kozilek, Butcher of Truth - Synergy (Mill)"
- ],
- "example_cards": [
- "Faithless Looting",
- "Sevinne's Reclamation",
- "Dread Return",
- "Strike It Rich",
- "Deep Analysis",
- "Past in Flames",
- "Seize the Day",
- "Army of the Damned"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Replays instants & sorceries from the graveyard (Flashback) for incremental spell velocity. Synergies like Reanimate and Mill reinforce the plan."
- },
- {
- "id": "flood-counters",
- "theme": "Flood Counters",
- "synergies": [],
- "primary_color": "Blue",
- "example_commanders": [
- "Eluge, the Shoreless Sea",
- "Xolatoyac, the Smiling Flood"
- ],
- "example_cards": [
- "Eluge, the Shoreless Sea",
- "Xolatoyac, the Smiling Flood",
- "Aquitect's Will",
- "The Flood of Mars",
- "Bounty of the Luxa",
- "Quicksilver Fountain"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates flood counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "flurry",
- "theme": "Flurry",
- "synergies": [
- "Monk Kindred",
- "Spells Matter",
- "Spellslinger",
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Taigam, Master Opportunist",
- "Shiko and Narset, Unified",
- "Azusa, Lost but Seeking - Synergy (Monk Kindred)",
- "Narset, Enlightened Exile - Synergy (Monk Kindred)",
- "Ishai, Ojutai Dragonspeaker - Synergy (Monk Kindred)"
- ],
- "example_cards": [
- "Cori-Steel Cutter",
- "Taigam, Master Opportunist",
- "Aligned Heart",
- "Shiko and Narset, Unified",
- "Devoted Duelist",
- "Wingblade Disciple",
- "Cori Mountain Stalwart",
- "Poised Practitioner"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Flurry leveraging synergies with Monk Kindred and Spells Matter."
- },
- {
- "id": "flying",
- "theme": "Flying",
- "synergies": [
- "Phoenix Kindred",
- "Archon Kindred",
- "Harpy Kindred",
- "Kirin Kindred",
- "Hippogriff Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Niv-Mizzet, Parun",
- "Old Gnawbone",
- "Avacyn, Angel of Hope",
- "Aurelia, the Warleader",
- "Drakuseth, Maw of Flames"
- ],
- "example_cards": [
- "Birds of Paradise",
- "Mirkwood Bats",
- "Ornithopter of Paradise",
- "Baleful Strix",
- "Faerie Mastermind",
- "Goldspan Dragon",
- "Welcoming Vampire",
- "Terror of the Peaks"
- ],
- "synergy_commanders": [
- "Otharri, Suns' Glory - Synergy (Phoenix Kindred)",
- "Joshua, Phoenix's Dominant // Phoenix, Warden of Fire - Synergy (Phoenix Kindred)",
- "Syrix, Carrier of the Flame - Synergy (Phoenix Kindred)",
- "Ezrim, Agency Chief - Synergy (Archon Kindred)",
- "Krond the Dawn-Clad - Synergy (Archon Kindred)",
- "Aphemia, the Cacophony - Synergy (Harpy Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Flying leveraging synergies with Phoenix Kindred and Archon Kindred."
- },
- {
- "id": "food",
- "theme": "Food",
- "synergies": [
- "Food Token",
- "Forage",
- "Halfling Kindred",
- "Squirrel Kindred",
- "Artifact Tokens"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Peregrin Took",
- "Rosie Cotton of South Lane",
- "Samwise Gamgee",
- "Syr Ginger, the Meal Ender",
- "Farmer Cotton"
- ],
- "example_cards": [
- "Tireless Provisioner",
- "Academy Manufactor",
- "Peregrin Took",
- "Gilded Goose",
- "The Shire",
- "Rosie Cotton of South Lane",
- "Gingerbrute",
- "Nuka-Cola Vending Machine"
- ],
- "synergy_commanders": [
- "Camellia, the Seedmiser - Synergy (Forage)",
- "Lotho, Corrupt Shirriff - Synergy (Halfling Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Creates Food tokens for life padding and sacrifice loops that translate into drain, draw, or recursion. Synergies like Food Token and Forage reinforce the plan."
- },
- {
- "id": "food-token",
- "theme": "Food Token",
- "synergies": [
- "Forage",
- "Food",
- "Halfling Kindred",
- "Squirrel Kindred",
- "Artifact Tokens"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Peregrin Took",
- "Rosie Cotton of South Lane",
- "Samwise Gamgee",
- "Farmer Cotton",
- "The Goose Mother"
- ],
- "example_cards": [
- "Tireless Provisioner",
- "Peregrin Took",
- "Gilded Goose",
- "The Shire",
- "Rosie Cotton of South Lane",
- "Nuka-Cola Vending Machine",
- "Oko, Thief of Crowns",
- "The Battle of Bywater"
- ],
- "synergy_commanders": [
- "Camellia, the Seedmiser - Synergy (Forage)",
- "Lotho, Corrupt Shirriff - Synergy (Halfling Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Forage and Food reinforce the plan."
- },
- {
- "id": "for-mirrodin",
- "theme": "For Mirrodin!",
- "synergies": [
- "Rebel Kindred",
- "Equip",
- "Equipment",
- "Equipment Matters",
- "Creature Tokens"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Neyali, Suns' Vanguard - Synergy (Rebel Kindred)",
- "Otharri, Suns' Glory - Synergy (Rebel Kindred)",
- "Lyse Hext - Synergy (Rebel Kindred)",
- "Halvar, God of Battle // Sword of the Realms - Synergy (Equip)",
- "Mithril Coat - Synergy (Equip)"
- ],
- "example_cards": [
- "Hexplate Wallbreaker",
- "Glimmer Lens",
- "Bladehold War-Whip",
- "Kemba's Banner",
- "Hexgold Halberd",
- "Dragonwing Glider",
- "Hexgold Hoverwings",
- "Blade of Shared Souls"
- ],
- "synergy_commanders": [
- "The Reality Chip - Synergy (Equipment)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around For Mirrodin! leveraging synergies with Rebel Kindred and Equip."
- },
- {
- "id": "forage",
- "theme": "Forage",
- "synergies": [
- "Food Token",
- "Food",
- "Lifegain",
- "Life Matters",
- "Mill"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Camellia, the Seedmiser",
- "Peregrin Took - Synergy (Food Token)",
- "Rosie Cotton of South Lane - Synergy (Food Token)",
- "Samwise Gamgee - Synergy (Food Token)",
- "Syr Ginger, the Meal Ender - Synergy (Food)"
- ],
- "example_cards": [
- "Camellia, the Seedmiser",
- "Thornvault Forager",
- "Feed the Cycle",
- "Curious Forager",
- "Corpseberry Cultivator",
- "Bushy Bodyguard",
- "Treetop Sentries"
- ],
- "synergy_commanders": [
- "Farmer Cotton - Synergy (Food)",
- "Tatyova, Benthic Druid - Synergy (Lifegain)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Forage leveraging synergies with Food Token and Food."
- },
- {
- "id": "forecast",
- "theme": "Forecast",
- "synergies": [
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Skyscribing",
- "Pride of the Clouds",
- "Sky Hussar",
- "Spirit en-Dal",
- "Piercing Rays",
- "Writ of Passage",
- "Govern the Guildless",
- "Proclamation of Rebirth"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Forecast leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "forestcycling",
- "theme": "Forestcycling",
- "synergies": [
- "Land Types Matter",
- "Cycling",
- "Loot",
- "Ramp",
- "Discard Matters"
- ],
- "primary_color": "Green",
- "example_commanders": [
- "Vorinclex // The Grand Evolution - Synergy (Land Types Matter)",
- "Karametra, God of Harvests - Synergy (Land Types Matter)",
- "Titania, Nature's Force - Synergy (Land Types Matter)",
- "The Balrog of Moria - Synergy (Cycling)",
- "Monstrosity of the Lake - Synergy (Cycling)"
- ],
- "example_cards": [
- "Generous Ent",
- "Elvish Aberration",
- "Nurturing Bristleback",
- "Timberland Ancient",
- "Slavering Branchsnapper",
- "Balamb T-Rexaur",
- "Valley Rannet",
- "Pale Recluse"
- ],
- "synergy_commanders": [
- "Baral, Chief of Compliance - Synergy (Loot)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Forestcycling leveraging synergies with Land Types Matter and Cycling."
- },
- {
- "id": "forestwalk",
- "theme": "Forestwalk",
- "synergies": [
- "Dryad Kindred",
- "Landwalk",
- "Cat Kindred",
- "Lands Matter",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Chatterfang, Squirrel General",
- "Jedit Ojanen of Efrava",
- "Mirri, Cat Warrior",
- "Chorus of the Conclave",
- "Dina, Soul Steeper - Synergy (Dryad Kindred)"
- ],
- "example_cards": [
- "Chatterfang, Squirrel General",
- "Yavimaya Dryad",
- "Jedit Ojanen of Efrava",
- "Zodiac Monkey",
- "Mirri, Cat Warrior",
- "Chorus of the Conclave",
- "Zodiac Rabbit",
- "Lynx"
- ],
- "synergy_commanders": [
- "Trostani, Selesnya's Voice - Synergy (Dryad Kindred)",
- "Trostani Discordant - Synergy (Dryad Kindred)",
- "Sheoldred, Whispering One - Synergy (Landwalk)",
- "Kutzil, Malamet Exemplar - Synergy (Cat Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Forestwalk leveraging synergies with Dryad Kindred and Landwalk."
- },
- {
- "id": "foretell",
- "theme": "Foretell",
- "synergies": [
- "Exile Matters",
- "Cleric Kindred",
- "Spells Matter",
- "Spellslinger",
- "Control"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Ranar the Ever-Watchful",
- "Bohn, Beguiling Balladeer",
- "Etali, Primal Storm - Synergy (Exile Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Exile Matters)",
- "Urza, Lord High Artificer - Synergy (Exile Matters)"
- ],
- "example_cards": [
- "Delayed Blast Fireball",
- "Ravenform",
- "Saw It Coming",
- "Mystic Reflection",
- "Behold the Multiverse",
- "Cosmic Intervention",
- "Spectral Deluge",
- "Alrund's Epiphany"
- ],
- "synergy_commanders": [
- "Vito, Thorn of the Dusk Rose - Synergy (Cleric Kindred)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Cleric Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Foretells spells early to smooth curve, conceal information, and discount impactful future turns. Synergies like Exile Matters and Cleric Kindred reinforce the plan."
- },
- {
- "id": "formidable",
- "theme": "Formidable",
- "synergies": [
- "Human Kindred",
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Surrak, the Hunt Caller",
- "Ultra Magnus, Tactician // Ultra Magnus, Armored Carrier",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Loran of the Third Path - Synergy (Human Kindred)"
- ],
- "example_cards": [
- "Gimli's Reckless Might",
- "Shaman of Forgotten Ways",
- "Surrak, the Hunt Caller",
- "Dragon-Scarred Bear",
- "Ultra Magnus, Tactician // Ultra Magnus, Armored Carrier",
- "Dragon Whisperer",
- "Stampeding Elk Herd",
- "Circle of Elders"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Formidable leveraging synergies with Human Kindred and Toughness Matters."
- },
- {
- "id": "fox-kindred",
- "theme": "Fox Kindred",
- "synergies": [
- "Bushido",
- "Samurai Kindred",
- "Cleric Kindred",
- "Lifegain",
- "Life Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Light-Paws, Emperor's Voice",
- "Pearl-Ear, Imperial Advisor",
- "Zirda, the Dawnwaker",
- "Rune-Tail, Kitsune Ascendant // Rune-Tail's Essence",
- "Eight-and-a-Half-Tails"
- ],
- "example_cards": [
- "Light-Paws, Emperor's Voice",
- "Pearl-Ear, Imperial Advisor",
- "Zirda, the Dawnwaker",
- "Inquisitive Glimmer",
- "The Restoration of Eiganjo // Architect of Restoration",
- "Filigree Familiar",
- "Werefox Bodyguard",
- "Rune-Tail, Kitsune Ascendant // Rune-Tail's Essence"
- ],
- "synergy_commanders": [
- "Toshiro Umezawa - Synergy (Bushido)",
- "Konda, Lord of Eiganjo - Synergy (Bushido)",
- "Sensei Golden-Tail - Synergy (Bushido)",
- "Isshin, Two Heavens as One - Synergy (Samurai Kindred)",
- "Goro-Goro, Disciple of Ryusei - Synergy (Samurai Kindred)",
- "Vito, Thorn of the Dusk Rose - Synergy (Cleric Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Fox creatures into play with shared payoffs (e.g., Bushido and Samurai Kindred)."
- },
- {
- "id": "fractal-kindred",
- "theme": "Fractal Kindred",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Esix, Fractal Bloom",
- "Zimone, All-Questioning",
- "Kianne, Dean of Substance // Imbraham, Dean of Theory",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Esix, Fractal Bloom",
- "Oversimplify",
- "Paradox Zone",
- "Emergent Sequence",
- "Kasmina, Enigma Sage",
- "Body of Research",
- "Zimone, All-Questioning",
- "Geometric Nexus"
- ],
- "synergy_commanders": [
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Fractal creatures into play with shared payoffs (e.g., +1/+1 Counters and Counters Matter)."
- },
- {
- "id": "freerunning",
- "theme": "Freerunning",
- "synergies": [
- "Assassin Kindred",
- "Cost Reduction",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Achilles Davenport",
- "Ezio Auditore da Firenze",
- "Jacob Frye",
- "Massacre Girl - Synergy (Assassin Kindred)",
- "Mari, the Killing Quill - Synergy (Assassin Kindred)"
- ],
- "example_cards": [
- "Overpowering Attack",
- "Eagle Vision",
- "Restart Sequence",
- "Viewpoint Synchronization",
- "Brotherhood Headquarters",
- "Achilles Davenport",
- "Chain Assassination",
- "Ezio Auditore da Firenze"
- ],
- "synergy_commanders": [
- "Massacre Girl, Known Killer - Synergy (Assassin Kindred)",
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)",
- "Emry, Lurker of the Loch - Synergy (Cost Reduction)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Freerunning leveraging synergies with Assassin Kindred and Cost Reduction."
- },
- {
- "id": "frog-kindred",
- "theme": "Frog Kindred",
- "synergies": [
- "Reach",
- "Beast Kindred",
- "Wizard Kindred",
- "+1/+1 Counters",
- "Blink"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "The Gitrog Monster",
- "Yargle and Multani",
- "Thalia and The Gitrog Monster",
- "The Gitrog, Ravenous Ride",
- "Glarb, Calamity's Augur"
- ],
- "example_cards": [
- "Rapid Hybridization",
- "The Gitrog Monster",
- "Spore Frog",
- "Pollywog Prodigy",
- "Amphibian Downpour",
- "Poison Dart Frog",
- "Dour Port-Mage",
- "Twenty-Toed Toad"
- ],
- "synergy_commanders": [
- "Six - Synergy (Reach)",
- "Kodama of the West Tree - Synergy (Reach)",
- "Kodama of the East Tree - Synergy (Reach)",
- "Loot, Exuberant Explorer - Synergy (Beast Kindred)",
- "Questing Beast - Synergy (Beast Kindred)",
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Frog creatures into play with shared payoffs (e.g., Reach and Beast Kindred)."
- },
- {
- "id": "fungus-counters",
- "theme": "Fungus Counters",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Sporogenesis",
- "Mindbender Spores"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates fungus counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "fungus-kindred",
- "theme": "Fungus Kindred",
- "synergies": [
- "Spore Counters",
- "Saproling Kindred",
- "Ore Counters",
- "Creature Tokens",
- "Beast Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Slimefoot, the Stowaway",
- "The Mycotyrant",
- "Xavier Sal, Infested Captain",
- "Slimefoot and Squee",
- "Ghave, Guru of Spores"
- ],
- "example_cards": [
- "Cankerbloom",
- "The Skullspore Nexus",
- "Corpsejack Menace",
- "Mycoloth",
- "Insidious Fungus",
- "Sporemound",
- "Sowing Mycospawn",
- "Slimefoot, the Stowaway"
- ],
- "synergy_commanders": [
- "Thelon of Havenwood - Synergy (Spore Counters)",
- "Nemata, Primeval Warden - Synergy (Saproling Kindred)",
- "Vorinclex, Monstrous Raider - Synergy (Ore Counters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Fungus creatures into play with shared payoffs (e.g., Spore Counters and Saproling Kindred)."
- },
- {
- "id": "fuse-counters",
- "theme": "Fuse Counters",
- "synergies": [],
- "primary_color": "Red",
- "example_cards": [
- "Goblin Bomb",
- "Bomb Squad",
- "Pumpkin Bombs",
- "Powder Keg",
- "Incendiary"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates fuse counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "gargoyle-kindred",
- "theme": "Gargoyle Kindred",
- "synergies": [
- "Flying",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Big Mana"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)"
- ],
- "example_cards": [
- "Wakestone Gargoyle",
- "Riddle Gate Gargoyle",
- "Vantress Gargoyle",
- "Stonecloaker",
- "Tyranid Harridan",
- "Cloister Gargoyle",
- "Gargoyle Flock",
- "Nullstone Gargoyle"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Gargoyle creatures into play with shared payoffs (e.g., Flying and Blink)."
- },
- {
- "id": "germ-kindred",
- "theme": "Germ Kindred",
- "synergies": [
- "Living weapon",
- "Equip",
- "Equipment",
- "Phyrexian Kindred",
- "Equipment Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Kaldra Compleat - Synergy (Living weapon)",
- "Bitterthorn, Nissa's Animus - Synergy (Living weapon)",
- "Halvar, God of Battle // Sword of the Realms - Synergy (Equip)",
- "Mithril Coat - Synergy (Equip)",
- "The Reality Chip - Synergy (Equipment)"
- ],
- "example_cards": [
- "Nettlecyst",
- "Bitterthorn, Nissa's Animus",
- "Bonehoard",
- "Batterskull",
- "Scytheclaw",
- "Batterbone",
- "Cranial Ram",
- "Lashwrithe"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Germ creatures into play with shared payoffs (e.g., Living weapon and Equip)."
- },
- {
- "id": "giant-kindred",
- "theme": "Giant Kindred",
- "synergies": [
- "Monstrosity",
- "Berserker Kindred",
- "Warrior Kindred",
- "Vigilance",
- "Trample"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Uro, Titan of Nature's Wrath",
- "Thryx, the Sudden Storm",
- "Bonny Pall, Clearcutter",
- "Kroxa, Titan of Death's Hunger",
- "Oloro, Ageless Ascetic"
- ],
- "example_cards": [
- "Sun Titan",
- "Grave Titan",
- "Uro, Titan of Nature's Wrath",
- "Doomwake Giant",
- "Archmage of Runes",
- "Beanstalk Giant // Fertile Footsteps",
- "Diregraf Colossus",
- "Tectonic Giant"
- ],
- "synergy_commanders": [
- "Maester Seymour - Synergy (Monstrosity)",
- "Polukranos, World Eater - Synergy (Monstrosity)",
- "Hythonia the Cruel - Synergy (Monstrosity)",
- "Kardur, Doomscourge - Synergy (Berserker Kindred)",
- "Magda, Brazen Outlaw - Synergy (Berserker Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Giant creatures into play with shared payoffs (e.g., Monstrosity and Berserker Kindred)."
- },
- {
- "id": "gift",
- "theme": "Gift",
- "synergies": [
- "Fish Kindred",
- "Unconditional Draw",
- "Cantrips",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Eluge, the Shoreless Sea - Synergy (Fish Kindred)",
- "Beza, the Bounding Spring - Synergy (Fish Kindred)",
- "Morska, Undersea Sleuth - Synergy (Fish Kindred)",
- "Tatyova, Benthic Druid - Synergy (Unconditional Draw)",
- "Yawgmoth, Thran Physician - Synergy (Unconditional Draw)"
- ],
- "example_cards": [
- "Dawn's Truce",
- "Into the Flood Maw",
- "Long River's Pull",
- "Parting Gust",
- "Starfall Invocation",
- "Wear Down",
- "Perch Protection",
- "Peerless Recycling"
- ],
- "synergy_commanders": [
- "Sythis, Harvest's Hand - Synergy (Cantrips)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Gift leveraging synergies with Fish Kindred and Unconditional Draw."
- },
- {
- "id": "gith-kindred",
- "theme": "Gith Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_commanders": [
- "Lae'zel, Vlaakith's Champion"
- ],
- "example_cards": [
- "Lae'zel, Vlaakith's Champion",
- "Githzerai Monk"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Gith creatures into play with shared payoffs."
- },
- {
- "id": "glimmer-kindred",
- "theme": "Glimmer Kindred",
- "synergies": [
- "Sacrifice Matters",
- "Aristocrats",
- "Enchantments Matter",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Aristocrats)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Aristocrats)"
- ],
- "example_cards": [
- "Enduring Vitality",
- "Enduring Innocence",
- "Enduring Curiosity",
- "Enduring Tenacity",
- "Enduring Courage",
- "Inquisitive Glimmer",
- "Soaring Lightbringer",
- "Grand Entryway // Elegant Rotunda"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Glimmer creatures into play with shared payoffs (e.g., Sacrifice Matters and Aristocrats)."
- },
- {
- "id": "gnoll-kindred",
- "theme": "Gnoll Kindred",
- "synergies": [],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Targ Nar, Demon-Fang Gnoll"
- ],
- "example_cards": [
- "Gnoll War Band",
- "Targ Nar, Demon-Fang Gnoll",
- "Gnoll Hunter"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Gnoll creatures into play with shared payoffs."
- },
- {
- "id": "gnome-kindred",
- "theme": "Gnome Kindred",
- "synergies": [
- "Artifact Tokens",
- "Creature Tokens",
- "Artifacts Matter",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Anim Pakal, Thousandth Moon",
- "Oswald Fiddlebender",
- "Jan Jansen, Chaos Crafter",
- "Minn, Wily Illusionist",
- "Tetzin, Gnome Champion // The Golden-Gear Colossus"
- ],
- "example_cards": [
- "Anim Pakal, Thousandth Moon",
- "Thousand Moons Smithy // Barracks of the Thousand",
- "Illustrious Wanderglyph",
- "Threefold Thunderhulk",
- "Deep Gnome Terramancer",
- "Oswald Fiddlebender",
- "Jan Jansen, Chaos Crafter",
- "Oltec Matterweaver"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)",
- "Lotho, Corrupt Shirriff - Synergy (Artifact Tokens)",
- "Peregrin Took - Synergy (Artifact Tokens)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)",
- "Talrand, Sky Summoner - Synergy (Creature Tokens)",
- "Loran of the Third Path - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Gnome creatures into play with shared payoffs (e.g., Artifact Tokens and Creature Tokens)."
- },
- {
- "id": "goad",
- "theme": "Goad",
- "synergies": [
- "Theft",
- "Rogue Kindred",
- "Enchant",
- "Artifact Tokens",
- "Auras"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Grenzo, Havoc Raiser",
- "Glóin, Dwarf Emissary",
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Karazikar, the Eye Tyrant",
- "Alela, Cunning Conqueror"
- ],
- "example_cards": [
- "Disrupt Decorum",
- "Shiny Impetus",
- "Grenzo, Havoc Raiser",
- "Vengeful Ancestor",
- "Taunt from the Rampart",
- "Bloodthirsty Blade",
- "Agitator Ant",
- "Spectacular Showdown"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Theft)",
- "Gonti, Lord of Luxury - Synergy (Theft)",
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)",
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Katilda, Dawnhart Martyr // Katilda's Rising Dawn - Synergy (Enchant)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Redirects combat outward by goading opponents’ creatures, destabilizing defenses while you build advantage. Synergies like Theft and Rogue Kindred reinforce the plan."
- },
- {
- "id": "goat-kindred",
- "theme": "Goat Kindred",
- "synergies": [
- "Beast Kindred",
- "+1/+1 Counters",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Flopsie, Bumi's Buddy",
- "Loot, Exuberant Explorer - Synergy (Beast Kindred)",
- "Questing Beast - Synergy (Beast Kindred)",
- "Kona, Rescue Beastie - Synergy (Beast Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Woe Strider",
- "Trading Post",
- "Animal Sanctuary",
- "Pathbreaker Ibex",
- "Contraband Livestock",
- "Clackbridge Troll",
- "Capricopian",
- "Springjack Pasture"
- ],
- "synergy_commanders": [
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Goat creatures into play with shared payoffs (e.g., Beast Kindred and +1/+1 Counters)."
- },
- {
- "id": "goblin-kindred",
- "theme": "Goblin Kindred",
- "synergies": [
- "Shaman Kindred",
- "Echo",
- "Haste",
- "Warrior Kindred",
- "Mutant Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Krenko, Tin Street Kingpin",
- "Kiki-Jiki, Mirror Breaker",
- "Krenko, Mob Boss",
- "Grenzo, Havoc Raiser",
- "Squee, the Immortal"
- ],
- "example_cards": [
- "Guttersnipe",
- "Goblin Anarchomancer",
- "Ignoble Hierarch",
- "Warren Soultrader",
- "Goblin Electromancer",
- "Krenko, Tin Street Kingpin",
- "Brash Taunter",
- "Coat of Arms"
- ],
- "synergy_commanders": [
- "Delina, Wild Mage - Synergy (Shaman Kindred)",
- "Meren of Clan Nel Toth - Synergy (Shaman Kindred)",
- "Aurelia, the Warleader - Synergy (Haste)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Goblin creatures into play with shared payoffs (e.g., Shaman Kindred and Echo)."
- },
- {
- "id": "god-kindred",
- "theme": "God Kindred",
- "synergies": [
- "Indestructible",
- "Protection",
- "Midrange",
- "Transform",
- "Exile Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Purphoros, God of the Forge",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Heliod, Sun-Crowned",
- "Xenagos, God of Revels"
- ],
- "example_cards": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Purphoros, God of the Forge",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "The World Tree",
- "Tyrite Sanctum",
- "Heliod, Sun-Crowned",
- "Xenagos, God of Revels",
- "Thassa, Deep-Dwelling"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Indestructible)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Indestructible)",
- "Boromir, Warden of the Tower - Synergy (Protection)",
- "Avacyn, Angel of Hope - Synergy (Protection)",
- "Rishkar, Peema Renegade - Synergy (Midrange)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of God creatures into play with shared payoffs (e.g., Indestructible and Protection)."
- },
- {
- "id": "gold-token",
- "theme": "Gold Token",
- "synergies": [
- "Artifact Tokens",
- "Token Creation",
- "Tokens Matter",
- "Artifacts Matter",
- "Aggro"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Goldberry, River-Daughter",
- "Golden Argosy",
- "King Macar, the Gold-Cursed",
- "Goldbug, Humanity's Ally // Goldbug, Scrappy Scout",
- "Tetzin, Gnome Champion // The Golden-Gear Colossus"
- ],
- "example_cards": [
- "Curse of Opulence",
- "Dragon's Hoard",
- "The Golden Throne",
- "Goldberry, River-Daughter",
- "The First Iroan Games",
- "Golden Argosy",
- "Golden Guardian // Gold-Forge Garrison",
- "King Macar, the Gold-Cursed"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)",
- "Lotho, Corrupt Shirriff - Synergy (Artifact Tokens)",
- "Peregrin Took - Synergy (Artifact Tokens)",
- "Mondrak, Glory Dominus - Synergy (Token Creation)",
- "Adeline, Resplendent Cathar - Synergy (Token Creation)",
- "Talrand, Sky Summoner - Synergy (Tokens Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Artifact Tokens and Token Creation reinforce the plan."
- },
- {
- "id": "golem-kindred",
- "theme": "Golem Kindred",
- "synergies": [
- "Artificer Kindred",
- "Artifact Tokens",
- "Phyrexian Kindred",
- "Artifacts Matter",
- "Creature Tokens"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Karn, Legacy Reforged",
- "Alibou, Ancient Witness",
- "General Ferrous Rokiric",
- "Armix, Filigree Thrasher",
- "Malcator, Purity Overseer"
- ],
- "example_cards": [
- "Solemn Simulacrum",
- "Roaming Throne",
- "Meteor Golem",
- "Blightsteel Colossus",
- "Gingerbrute",
- "Molten Gatekeeper",
- "Bronze Guardian",
- "Illustrious Wanderglyph"
- ],
- "synergy_commanders": [
- "Loran of the Third Path - Synergy (Artificer Kindred)",
- "Sai, Master Thopterist - Synergy (Artificer Kindred)",
- "Urza, Lord High Artificer - Synergy (Artificer Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)",
- "Lotho, Corrupt Shirriff - Synergy (Artifact Tokens)",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Golem creatures into play with shared payoffs (e.g., Artificer Kindred and Artifact Tokens)."
- },
- {
- "id": "gorgon-kindred",
- "theme": "Gorgon Kindred",
- "synergies": [
- "Deathtouch",
- "Removal",
- "Toughness Matters",
- "Stax",
- "Reanimate"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Vraska, the Silencer",
- "Aphelia, Viper Whisperer",
- "Damia, Sage of Stone",
- "Visara the Dreadful",
- "Hythonia the Cruel"
- ],
- "example_cards": [
- "Vraska, the Silencer",
- "Archetype of Finality",
- "Rattleback Apothecary",
- "Persuasive Interrogators",
- "Gorgon Recluse",
- "Aphelia, Viper Whisperer",
- "Damia, Sage of Stone",
- "Visara the Dreadful"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Deathtouch)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Deathtouch)",
- "The Gitrog Monster - Synergy (Deathtouch)",
- "Ulamog, the Infinite Gyre - Synergy (Removal)",
- "Zacama, Primal Calamity - Synergy (Removal)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Gorgon creatures into play with shared payoffs (e.g., Deathtouch and Removal)."
- },
- {
- "id": "graft",
- "theme": "Graft",
- "synergies": [
- "Mutant Kindred",
- "+1/+1 Counters",
- "Counters Matter",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Agent Frank Horrigan - Synergy (Mutant Kindred)",
- "The Wise Mothman - Synergy (Mutant Kindred)",
- "Deadpool, Trading Card - Synergy (Mutant Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Llanowar Reborn",
- "Plaxcaster Frogling",
- "Vigean Graftmage",
- "Cytoplast Manipulator",
- "Aquastrand Spider",
- "Cytoplast Root-Kin",
- "Sporeback Troll",
- "Novijen Sages"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Graft leveraging synergies with Mutant Kindred and +1/+1 Counters."
- },
- {
- "id": "grandeur",
- "theme": "Grandeur",
- "synergies": [],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Korlash, Heir to Blackblade",
- "Baru, Fist of Krosa",
- "Skoa, Embermage",
- "Oriss, Samite Guardian",
- "Linessa, Zephyr Mage"
- ],
- "example_cards": [
- "Korlash, Heir to Blackblade",
- "Baru, Fist of Krosa",
- "Skoa, Embermage",
- "Oriss, Samite Guardian",
- "Linessa, Zephyr Mage",
- "Tarox Bladewing"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Grandeur theme and its supporting synergies."
- },
- {
- "id": "gravestorm",
- "theme": "Gravestorm",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Follow the Bodies",
- "Bitter Ordeal"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds storm count with cheap spells & mana bursts, converting it into a lethal payoff turn."
- },
- {
- "id": "graveyard-matters",
- "theme": "Graveyard Matters",
- "synergies": [
- "Mill",
- "Unearth",
- "Surveil",
- "Reanimate",
- "Craft"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Octavia, Living Thesis",
- "Extus, Oriq Overlord // Awaken the Blood Avatar",
- "Tetzin, Gnome Champion // The Golden-Gear Colossus",
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)"
- ],
- "example_cards": [
- "Professor Onyx",
- "Tithing Blade // Consuming Sepulcher",
- "Octavia, Living Thesis",
- "The Enigma Jewel // Locus of Enlightenment",
- "Unstable Glyphbridge // Sandswirl Wanderglyph",
- "Altar of the Wretched // Wretched Bonemass",
- "Clay-Fired Bricks // Cosmium Kiln",
- "Eye of Ojer Taq // Apex Observatory"
- ],
- "synergy_commanders": [
- "Emry, Lurker of the Loch - Synergy (Mill)",
- "Glarb, Calamity's Augur - Synergy (Surveil)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Loads high-impact cards into the graveyard early and reanimates them for explosive tempo or combo loops. Synergies like Reanimate and Mill reinforce the plan."
- },
- {
- "id": "gremlin-kindred",
- "theme": "Gremlin Kindred",
- "synergies": [
- "Artifacts Matter",
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Gimbal, Gremlin Prodigy",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Lotho, Corrupt Shirriff - Synergy (Artifacts Matter)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Blisterspit Gremlin",
- "Barbflare Gremlin",
- "Irreverent Gremlin",
- "Flensermite",
- "Gimbal, Gremlin Prodigy",
- "Midnight Mayhem",
- "Razorkin Hordecaller",
- "Territorial Gorger"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Gremlin creatures into play with shared payoffs (e.g., Artifacts Matter and Little Fellas)."
- },
- {
- "id": "griffin-kindred",
- "theme": "Griffin Kindred",
- "synergies": [
- "Flying",
- "Vigilance",
- "Toughness Matters",
- "Little Fellas",
- "Big Mana"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Zeriam, Golden Wind",
- "Zuberi, Golden Feather",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)"
- ],
- "example_cards": [
- "Transcendent Envoy",
- "Bladegriff Prototype",
- "Misthollow Griffin",
- "Zeriam, Golden Wind",
- "Fearless Fledgling",
- "Mistmoon Griffin",
- "Griffin Protector",
- "Griffin Sentinel"
- ],
- "synergy_commanders": [
- "Loran of the Third Path - Synergy (Vigilance)",
- "Adeline, Resplendent Cathar - Synergy (Vigilance)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Griffin creatures into play with shared payoffs (e.g., Flying and Vigilance)."
- },
- {
- "id": "group-hug",
- "theme": "Group Hug",
- "synergies": [
- "Politics",
- "Card Draw"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accelerates the whole table (cards / mana / tokens) to shape politics, then pivots that shared growth into asymmetric advantage. Synergies like Politics and Card Draw reinforce the plan."
- },
- {
- "id": "growth-counters",
- "theme": "Growth Counters",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Simic Ascendancy",
- "Paradox Zone",
- "Malignant Growth",
- "Momentum"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates growth counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "guest-kindred",
- "theme": "Guest Kindred",
- "synergies": [
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "The Most Dangerous Gamer",
- "The Space Family Goblinson",
- "Ambassador Blorpityblorpboop",
- "Solaflora, Intergalactic Icon",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "example_cards": [
- "_____ Goblin",
- "\"Lifetime\" Pass Holder",
- "Line Cutter",
- "Vedalken Squirrel-Whacker",
- "The Most Dangerous Gamer",
- "Wicker Picker",
- "The Space Family Goblinson",
- "Dissatisfied Customer"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Blink)",
- "Elesh Norn, Mother of Machines - Synergy (Enter the Battlefield)",
- "Kodama of the East Tree - Synergy (Enter the Battlefield)",
- "Nezahal, Primal Tide - Synergy (Leave the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Guest creatures into play with shared payoffs (e.g., Blink and Enter the Battlefield)."
- },
- {
- "id": "hag-kindred",
- "theme": "Hag Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_cards": [
- "Fate Unraveler",
- "Sea Hag // Aquatic Ingress",
- "Desecrator Hag",
- "Gwyllion Hedge-Mage",
- "Nip Gwyllion",
- "Hag Hedge-Mage",
- "Stalker Hag",
- "Brine Hag"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hag creatures into play with shared payoffs."
- },
- {
- "id": "halfling-kindred",
- "theme": "Halfling Kindred",
- "synergies": [
- "Peasant Kindred",
- "Citizen Kindred",
- "Food Token",
- "Food",
- "Artifact Tokens"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Lotho, Corrupt Shirriff",
- "Peregrin Took",
- "Rosie Cotton of South Lane",
- "The Gaffer",
- "Samwise Gamgee"
- ],
- "example_cards": [
- "Delighted Halfling",
- "Lotho, Corrupt Shirriff",
- "Archivist of Oghma",
- "Peregrin Took",
- "Rosie Cotton of South Lane",
- "Prosperous Innkeeper",
- "The Gaffer",
- "Samwise Gamgee"
- ],
- "synergy_commanders": [
- "Ms. Bumbleflower - Synergy (Citizen Kindred)",
- "Farmer Cotton - Synergy (Food Token)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Halfling creatures into play with shared payoffs (e.g., Peasant Kindred and Citizen Kindred)."
- },
- {
- "id": "hamster-kindred",
- "theme": "Hamster Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_commanders": [
- "Minsc & Boo, Timeless Heroes",
- "Minsc, Beloved Ranger"
- ],
- "example_cards": [
- "Minsc & Boo, Timeless Heroes",
- "Rolling Hamsphere",
- "Sword of the Squeak",
- "Jolly Gerbils",
- "Minsc, Beloved Ranger"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hamster creatures into play with shared payoffs."
- },
- {
- "id": "harmonize",
- "theme": "Harmonize",
- "synergies": [
- "Mill",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Emry, Lurker of the Loch - Synergy (Mill)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Nature's Rhythm",
- "Wild Ride",
- "Zenith Festival",
- "Winternight Stories",
- "Roamer's Routine",
- "Unending Whisper",
- "Synchronized Charge",
- "Glacial Dragonhunt"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Harmonize leveraging synergies with Mill and Spells Matter."
- },
- {
- "id": "harpy-kindred",
- "theme": "Harpy Kindred",
- "synergies": [
- "Flying",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Aphemia, the Cacophony",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Abhorrent Overlord",
- "Mindwrack Harpy",
- "Summon: Primal Garuda",
- "Cavern Harpy",
- "Aphemia, the Cacophony",
- "Insatiable Harpy",
- "Ravenous Harpy",
- "Blood-Toll Harpy"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Harpy creatures into play with shared payoffs (e.g., Flying and Little Fellas)."
- },
- {
- "id": "haste",
- "theme": "Haste",
- "synergies": [
- "Hellion Kindred",
- "Phoenix Kindred",
- "Echo",
- "Barbarian Kindred",
- "Minotaur Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Aurelia, the Warleader",
- "Yahenni, Undying Partisan",
- "Kiki-Jiki, Mirror Breaker",
- "Captain Lannery Storm",
- "Vorinclex, Monstrous Raider"
- ],
- "example_cards": [
- "Anger",
- "Craterhoof Behemoth",
- "Goldspan Dragon",
- "Loyal Apprentice",
- "Aurelia, the Warleader",
- "Yahenni, Undying Partisan",
- "Kiki-Jiki, Mirror Breaker",
- "Captain Lannery Storm"
- ],
- "synergy_commanders": [
- "Obosh, the Preypiercer - Synergy (Hellion Kindred)",
- "Ulasht, the Hate Seed - Synergy (Hellion Kindred)",
- "Thromok the Insatiable - Synergy (Hellion Kindred)",
- "Otharri, Suns' Glory - Synergy (Phoenix Kindred)",
- "Joshua, Phoenix's Dominant // Phoenix, Warden of Fire - Synergy (Phoenix Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Haste leveraging synergies with Hellion Kindred and Phoenix Kindred."
- },
- {
- "id": "hatching-counters",
- "theme": "Hatching Counters",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "The Dragon-Kami Reborn // Dragon-Kami's Egg"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates hatching counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "hatchling-counters",
- "theme": "Hatchling Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Eumidian Hatchery",
- "Ludevic's Test Subject // Ludevic's Abomination",
- "Triassic Egg"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates hatchling counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "haunt",
- "theme": "Haunt",
- "synergies": [
- "Sacrifice Matters",
- "Aristocrats",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Aristocrats)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Aristocrats)"
- ],
- "example_cards": [
- "Blind Hunter",
- "Belfry Spirit",
- "Cry of Contrition",
- "Orzhov Pontiff",
- "Orzhov Euthanist",
- "Benediction of Moons",
- "Seize the Soul",
- "Absolver Thrull"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Haunt leveraging synergies with Sacrifice Matters and Aristocrats."
- },
- {
- "id": "healing-counters",
- "theme": "Healing Counters",
- "synergies": [],
- "primary_color": "White",
- "example_cards": [
- "Ursine Fylgja",
- "Fylgja"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates healing counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "hellbent",
- "theme": "Hellbent",
- "synergies": [
- "Draw Triggers",
- "Wheels",
- "Card Draw",
- "Burn"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Braids, Arisen Nightmare - Synergy (Draw Triggers)",
- "Loran of the Third Path - Synergy (Draw Triggers)",
- "Sheoldred, the Apocalypse - Synergy (Draw Triggers)",
- "Selvala, Heart of the Wilds - Synergy (Wheels)",
- "Niv-Mizzet, Parun - Synergy (Wheels)"
- ],
- "example_cards": [
- "Gibbering Descent",
- "Demonfire",
- "Infernal Tutor",
- "Keldon Megaliths",
- "Taste for Mayhem",
- "Tragic Fall",
- "Anthem of Rakdos",
- "Bladeback Sliver"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Hellbent leveraging synergies with Draw Triggers and Wheels."
- },
- {
- "id": "hellion-kindred",
- "theme": "Hellion Kindred",
- "synergies": [
- "Haste",
- "Trample",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Red",
- "example_commanders": [
- "Obosh, the Preypiercer",
- "Ulasht, the Hate Seed",
- "Thromok the Insatiable",
- "Aurelia, the Warleader - Synergy (Haste)",
- "Yahenni, Undying Partisan - Synergy (Haste)"
- ],
- "example_cards": [
- "Obosh, the Preypiercer",
- "Ulasht, the Hate Seed",
- "Embermaw Hellion",
- "Thromok the Insatiable",
- "Volcano Hellion",
- "Molten Monstrosity",
- "Crater Hellion",
- "Chandra's Firemaw"
- ],
- "synergy_commanders": [
- "Kiki-Jiki, Mirror Breaker - Synergy (Haste)",
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hellion creatures into play with shared payoffs (e.g., Haste and Trample)."
- },
- {
- "id": "hero-kindred",
- "theme": "Hero Kindred",
- "synergies": [
- "Web-slinging",
- "Job select",
- "Spider Kindred",
- "Role token",
- "Enchantment Tokens"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Deadpool, Trading Card",
- "Iron Man, Titan of Innovation",
- "G'raha Tia, Scion Reborn",
- "Storm, Force of Nature",
- "Wolverine, Best There Is"
- ],
- "example_cards": [
- "Deadpool, Trading Card",
- "Black Mage's Rod",
- "Dancer's Chakrams",
- "Zanarkand, Ancient Metropolis // Lasting Fayth",
- "Champions from Beyond",
- "Astrologian's Planisphere",
- "Iron Man, Titan of Innovation",
- "G'raha Tia, Scion Reborn"
- ],
- "synergy_commanders": [
- "Spider-Man, Brooklyn Visionary - Synergy (Web-slinging)",
- "Spider-Man India - Synergy (Web-slinging)",
- "Scarlet Spider, Ben Reilly - Synergy (Web-slinging)",
- "Arasta of the Endless Web - Synergy (Spider Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hero creatures into play with shared payoffs (e.g., Job select and Role token)."
- },
- {
- "id": "heroic",
- "theme": "Heroic",
- "synergies": [
- "Soldier Kindred",
- "Warrior Kindred",
- "Human Kindred",
- "+1/+1 Counters",
- "Wizard Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Rosnakht, Heir of Rohgahh",
- "Brigone, Soldier of Meletis",
- "Anax and Cymede",
- "Cleon, Merry Champion",
- "Anthousa, Setessan Hero"
- ],
- "example_cards": [
- "Hero of Iroas",
- "Sage of Hours",
- "Akroan Crusader",
- "Phalanx Leader",
- "Rosnakht, Heir of Rohgahh",
- "Brigone, Soldier of Meletis",
- "Battlefield Thaumaturge",
- "Triton Fortune Hunter"
- ],
- "synergy_commanders": [
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Odric, Lunarch Marshal - Synergy (Soldier Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Heroic leveraging synergies with Soldier Kindred and Warrior Kindred."
- },
- {
- "id": "hexproof",
- "theme": "Hexproof",
- "synergies": [
- "Hexproof from",
- "Protection",
- "Stax",
- "Interaction",
- "Beast Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "General Ferrous Rokiric",
- "Silumgar, the Drifting Death",
- "Lazav, Dimir Mastermind",
- "Elenda, Saint of Dusk",
- "Sigarda, Host of Herons"
- ],
- "example_cards": [
- "Lotus Field",
- "Valgavoth's Lair",
- "Sylvan Caryatid",
- "Volatile Stormdrake",
- "Invisible Stalker",
- "Slippery Bogbonder",
- "General Ferrous Rokiric",
- "Silumgar, the Drifting Death"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Guildpact - Synergy (Hexproof from)",
- "Toski, Bearer of Secrets - Synergy (Protection)",
- "Purphoros, God of the Forge - Synergy (Protection)",
- "Kutzil, Malamet Exemplar - Synergy (Stax)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Hexproof leveraging synergies with Hexproof from and Protection."
- },
- {
- "id": "hexproof-from",
- "theme": "Hexproof from",
- "synergies": [
- "Hexproof",
- "Protection",
- "Interaction"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "General Ferrous Rokiric",
- "Elenda, Saint of Dusk",
- "Niv-Mizzet, Guildpact",
- "Niv-Mizzet, Supreme",
- "Nevinyrral, Urborg Tyrant"
- ],
- "example_cards": [
- "Volatile Stormdrake",
- "General Ferrous Rokiric",
- "Breaker of Creation",
- "Elenda, Saint of Dusk",
- "Eradicator Valkyrie",
- "Sporeweb Weaver",
- "Niv-Mizzet, Guildpact",
- "Niv-Mizzet, Supreme"
- ],
- "synergy_commanders": [
- "Silumgar, the Drifting Death - Synergy (Hexproof)",
- "Lazav, Dimir Mastermind - Synergy (Hexproof)",
- "Toski, Bearer of Secrets - Synergy (Protection)",
- "Purphoros, God of the Forge - Synergy (Protection)",
- "Syr Konrad, the Grim - Synergy (Interaction)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Hexproof from leveraging synergies with Hexproof and Protection."
- },
- {
- "id": "hideaway",
- "theme": "Hideaway",
- "synergies": [
- "Topdeck",
- "Lands Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)",
- "Kinnan, Bonder Prodigy - Synergy (Topdeck)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)",
- "Tatyova, Benthic Druid - Synergy (Lands Matter)"
- ],
- "example_cards": [
- "Mosswort Bridge",
- "Windbrisk Heights",
- "Spinerock Knoll",
- "Cemetery Tampering",
- "Rabble Rousing",
- "Fight Rigging",
- "Evercoat Ursine",
- "Watcher for Tomorrow"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Hideaway leveraging synergies with Topdeck and Lands Matter."
- },
- {
- "id": "hippo-kindred",
- "theme": "Hippo Kindred",
- "synergies": [],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Keruga, the Macrosage",
- "Phelddagrif"
- ],
- "example_cards": [
- "Keruga, the Macrosage",
- "Mouth // Feed",
- "Phelddagrif",
- "Questing Phelddagrif",
- "Rampaging Hippo",
- "Defiant Greatmaw",
- "Pygmy Hippo",
- "Bull Hippo"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hippo creatures into play with shared payoffs."
- },
- {
- "id": "hippogriff-kindred",
- "theme": "Hippogriff Kindred",
- "synergies": [
- "Flying",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Hushwing Gryff",
- "Blessed Hippogriff // Tyr's Blessing",
- "Congregation Gryff",
- "Loyal Gryff",
- "Wretched Gryff",
- "Razor Hippogriff",
- "Soul-Guide Gryff",
- "Galedrifter // Waildrifter"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hippogriff creatures into play with shared payoffs (e.g., Flying and Little Fellas)."
- },
- {
- "id": "historics-matter",
- "theme": "Historics Matter",
- "synergies": [
- "Legends Matter",
- "Superfriends",
- "Backgrounds Matter",
- "Choose a background",
- "Doctor's companion"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Braids, Arisen Nightmare",
- "Azusa, Lost but Seeking"
- ],
- "example_cards": [
- "Urborg, Tomb of Yawgmoth",
- "Yavimaya, Cradle of Growth",
- "Boseiju, Who Endures",
- "The One Ring",
- "Otawara, Soaring City",
- "Delighted Halfling",
- "Nykthos, Shrine to Nyx",
- "Gemstone Caverns"
- ],
- "synergy_commanders": [
- "Daretti, Scrap Savant - Synergy (Superfriends)",
- "Freyalise, Llanowar's Fury - Synergy (Superfriends)",
- "Jaheira, Friend of the Forest - Synergy (Backgrounds Matter)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Casts a dense mix of artifacts, legendaries, and sagas to trigger Historic-matter payoffs repeatedly."
- },
- {
- "id": "hit-counters",
- "theme": "Hit Counters",
- "synergies": [],
- "primary_color": "Black",
- "example_commanders": [
- "Mari, the Killing Quill",
- "Etrata, the Silencer"
- ],
- "example_cards": [
- "Mari, the Killing Quill",
- "Ravenloft Adventurer",
- "Etrata, the Silencer"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates hit counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "homarid-kindred",
- "theme": "Homarid Kindred",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Deepmuck Desperado",
- "Homarid Explorer",
- "Homarid Shaman",
- "Viscerid Deepwalker",
- "Deep Spawn",
- "Viscerid Drone",
- "Homarid",
- "Homarid Warrior"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Homarid creatures into play with shared payoffs (e.g., Little Fellas)."
- },
- {
- "id": "homunculus-kindred",
- "theme": "Homunculus Kindred",
- "synergies": [
- "Little Fellas",
- "Toughness Matters",
- "Card Draw"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Fblthp, Lost on the Range",
- "Vnwxt, Verbose Host",
- "Fblthp, the Lost",
- "Zndrsplt, Eye of Wisdom",
- "Borborygmos and Fblthp"
- ],
- "example_cards": [
- "Homunculus Horde",
- "Fblthp, Lost on the Range",
- "Vnwxt, Verbose Host",
- "Fblthp, the Lost",
- "Curious Homunculus // Voracious Reader",
- "Filigree Attendant",
- "Riddlekeeper",
- "Zndrsplt, Eye of Wisdom"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Braids, Arisen Nightmare - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Homunculus creatures into play with shared payoffs (e.g., Little Fellas and Toughness Matters)."
- },
- {
- "id": "horror-kindred",
- "theme": "Horror Kindred",
- "synergies": [
- "Impending",
- "Fear",
- "Alien Kindred",
- "Nightmare Kindred",
- "Swampwalk"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Mondrak, Glory Dominus",
- "Solphim, Mayhem Dominus",
- "Zopandrel, Hunger Dominus",
- "The Gitrog Monster",
- "K'rrik, Son of Yawgmoth"
- ],
- "example_cards": [
- "Hullbreaker Horror",
- "Mondrak, Glory Dominus",
- "Psychosis Crawler",
- "Chasm Skulker",
- "Solphim, Mayhem Dominus",
- "Thrummingbird",
- "Ravenous Chupacabra",
- "Spellskite"
- ],
- "synergy_commanders": [
- "Wort, Boggart Auntie - Synergy (Fear)",
- "Commander Greven il-Vec - Synergy (Fear)",
- "Iraxxa, Empress of Mars - Synergy (Alien Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Horror creatures into play with shared payoffs (e.g., Impending and Fear)."
- },
- {
- "id": "horse-kindred",
- "theme": "Horse Kindred",
- "synergies": [
- "Saddle",
- "Mount Kindred",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Keleth, Sunmane Familiar",
- "Calamity, Galloping Inferno",
- "Bill the Pony",
- "Shadowfax, Lord of Horses",
- "Thurid, Mare of Destiny"
- ],
- "example_cards": [
- "Wavebreak Hippocamp",
- "The Spear of Leonidas",
- "Crested Sunmare",
- "Akroan Horse",
- "Keleth, Sunmane Familiar",
- "Calamity, Galloping Inferno",
- "Motivated Pony",
- "Caustic Bronco"
- ],
- "synergy_commanders": [
- "The Gitrog, Ravenous Ride - Synergy (Saddle)",
- "Fortune, Loyal Steed - Synergy (Saddle)",
- "Kolodin, Triumph Caster - Synergy (Mount Kindred)",
- "Miriam, Herd Whisperer - Synergy (Mount Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Horse creatures into play with shared payoffs (e.g., Saddle and Mount Kindred)."
- },
- {
- "id": "horsemanship",
- "theme": "Horsemanship",
- "synergies": [
- "Soldier Kindred",
- "Human Kindred",
- "Warrior Kindred",
- "Big Mana",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lu Xun, Scholar General",
- "Xiahou Dun, the One-Eyed",
- "Lu Bu, Master-at-Arms",
- "Guan Yu, Sainted Warrior",
- "Yuan Shao, the Indecisive"
- ],
- "example_cards": [
- "Herald of Hoofbeats",
- "Lu Xun, Scholar General",
- "Xiahou Dun, the One-Eyed",
- "Wu Scout",
- "Wei Scout",
- "Lu Bu, Master-at-Arms",
- "Wu Light Cavalry",
- "Guan Yu, Sainted Warrior"
- ],
- "synergy_commanders": [
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Odric, Lunarch Marshal - Synergy (Soldier Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Horsemanship leveraging synergies with Soldier Kindred and Human Kindred."
- },
- {
- "id": "hour-counters",
- "theme": "Hour Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Rusko, Clockmaker"
- ],
- "example_cards": [
- "Midnight Clock",
- "Midnight Oil",
- "Rusko, Clockmaker"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates hour counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "human-kindred",
- "theme": "Human Kindred",
- "synergies": [
- "Horsemanship",
- "Training",
- "Mystic Kindred",
- "Daybound",
- "Firebending"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Azusa, Lost but Seeking",
- "Loran of the Third Path",
- "Adeline, Resplendent Cathar",
- "Mangara, the Diplomat"
- ],
- "example_cards": [
- "Esper Sentinel",
- "Eternal Witness",
- "Stroke of Midnight",
- "Zulaport Cutthroat",
- "Syr Konrad, the Grim",
- "Professional Face-Breaker",
- "Grand Abolisher",
- "Pitiless Plunderer"
- ],
- "synergy_commanders": [
- "Lu Xun, Scholar General - Synergy (Horsemanship)",
- "Xiahou Dun, the One-Eyed - Synergy (Horsemanship)",
- "Lu Bu, Master-at-Arms - Synergy (Horsemanship)",
- "Torens, Fist of the Angels - Synergy (Training)",
- "Jenny Flint - Synergy (Training)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Human creatures into play with shared payoffs (e.g., Horsemanship and Training)."
- },
- {
- "id": "hydra-kindred",
- "theme": "Hydra Kindred",
- "synergies": [
- "X Spells",
- "Trample",
- "+1/+1 Counters",
- "Reach",
- "Counters Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "The Goose Mother",
- "Gargos, Vicious Watcher",
- "Zaxara, the Exemplary",
- "Progenitus",
- "Grakmaw, Skyclave Ravager"
- ],
- "example_cards": [
- "Managorger Hydra",
- "Apex Devastator",
- "Kalonian Hydra",
- "Mossborn Hydra",
- "Hydroid Krasis",
- "Goldvein Hydra",
- "Genesis Hydra",
- "Ulvenwald Hydra"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (X Spells)",
- "Goreclaw, Terror of Qal Sisma - Synergy (X Spells)",
- "Danitha Capashen, Paragon - Synergy (X Spells)",
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hydra creatures into play with shared payoffs (e.g., X Spells and Trample)."
- },
- {
- "id": "hyena-kindred",
- "theme": "Hyena Kindred",
- "synergies": [],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Yannik, Scavenging Sentinel"
- ],
- "example_cards": [
- "Yannik, Scavenging Sentinel",
- "Cackling Prowler",
- "Kuldotha Cackler",
- "Trusty Companion",
- "Hyena Pack",
- "Gibbering Hyenas"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Hyena creatures into play with shared payoffs."
- },
- {
- "id": "ice-counters",
- "theme": "Ice Counters",
- "synergies": [
- "Counters Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Dark Depths",
- "Thing in the Ice // Awoken Horror",
- "Draugr Necromancer",
- "Rimefeather Owl",
- "Rimescale Dragon",
- "Iceberg",
- "Woolly Razorback"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates ice counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "illusion-kindred",
- "theme": "Illusion Kindred",
- "synergies": [
- "Morph",
- "Wall Kindred",
- "Defender",
- "Flying",
- "Draw Triggers"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Meloku the Clouded Mirror",
- "Toothy, Imaginary Friend",
- "Kianne, Corrupted Memory",
- "Pol Jamaar, Illusionist",
- "Cromat"
- ],
- "example_cards": [
- "Spark Double",
- "Phantasmal Image",
- "Skyclave Apparition",
- "Murmuring Mystic",
- "Titan of Littjara",
- "Meloku the Clouded Mirror",
- "Toothy, Imaginary Friend",
- "Hover Barrier"
- ],
- "synergy_commanders": [
- "Akroma, Angel of Fury - Synergy (Morph)",
- "Pramikon, Sky Rampart - Synergy (Wall Kindred)",
- "Rammas Echor, Ancient Shield - Synergy (Wall Kindred)",
- "The Pride of Hull Clade - Synergy (Defender)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Illusion creatures into play with shared payoffs (e.g., Morph and Wall Kindred)."
- },
- {
- "id": "imp-kindred",
- "theme": "Imp Kindred",
- "synergies": [
- "Phyrexian Kindred",
- "Flying",
- "Discard Matters",
- "Little Fellas",
- "Burn"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Judith, Carnage Connoisseur",
- "Rakdos, the Showstopper",
- "Blim, Comedic Genius",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)",
- "Sheoldred, the Apocalypse - Synergy (Phyrexian Kindred)"
- ],
- "example_cards": [
- "Stinkweed Imp",
- "Skirge Familiar",
- "Judith, Carnage Connoisseur",
- "Rakdos, the Showstopper",
- "Putrid Imp",
- "Cadaver Imp",
- "Flesh-Eater Imp",
- "Kitchen Imp"
- ],
- "synergy_commanders": [
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Phyrexian Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Imp creatures into play with shared payoffs (e.g., Phyrexian Kindred and Flying)."
- },
- {
- "id": "impending",
- "theme": "Impending",
- "synergies": [
- "Avatar Kindred",
- "Time Counters",
- "Horror Kindred",
- "Counters Matter",
- "Enchantments Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Muldrotha, the Gravetide - Synergy (Avatar Kindred)",
- "Multani, Yavimaya's Avatar - Synergy (Avatar Kindred)",
- "Gishath, Sun's Avatar - Synergy (Avatar Kindred)",
- "Ojer Pakpatiq, Deepest Epoch // Temple of Cyclical Time - Synergy (Time Counters)",
- "The Tenth Doctor - Synergy (Time Counters)"
- ],
- "example_cards": [
- "Overlord of the Hauntwoods",
- "Overlord of the Balemurk",
- "Overlord of the Floodpits",
- "Overlord of the Mistmoors",
- "Overlord of the Boilerbilges"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Horror Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Impending leveraging synergies with Avatar Kindred and Time Counters."
- },
- {
- "id": "imprint",
- "theme": "Imprint",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Idris, Soul of the TARDIS"
- ],
- "example_cards": [
- "Chrome Mox",
- "Isochron Scepter",
- "Extraplanar Lens",
- "Mimic Vat",
- "Duplicant",
- "Semblance Anvil",
- "Ugin's Labyrinth",
- "River Song's Diary"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Imprint theme and its supporting synergies."
- },
- {
- "id": "improvise",
- "theme": "Improvise",
- "synergies": [
- "Artifacts Matter",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Lotho, Corrupt Shirriff - Synergy (Artifacts Matter)",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Kappa Cannoneer",
- "Whir of Invention",
- "Organic Extinction",
- "Bottle-Cap Blast",
- "Universal Surveillance",
- "Reverse Engineer",
- "Synth Infiltrator",
- "Saheeli's Directive"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Taps artifacts as pseudo-mana (Improvise) to deploy oversized non-artifact spells ahead of curve. Synergies like Artifacts Matter and Big Mana reinforce the plan."
- },
- {
- "id": "impulse",
- "theme": "Impulse",
- "synergies": [
- "Junk Tokens",
- "Junk Token",
- "Exile Matters",
- "Superfriends",
- "Treasure"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Urza, Lord High Artificer",
- "Atsushi, the Blazing Sky",
- "Laelia, the Blade Reforged"
- ],
- "example_cards": [
- "Jeska's Will",
- "Professional Face-Breaker",
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Urza, Lord High Artificer",
- "Light Up the Stage",
- "Bonehoard Dracosaur"
- ],
- "synergy_commanders": [
- "Rose, Cutthroat Raider - Synergy (Junk Tokens)",
- "Veronica, Dissident Scribe - Synergy (Junk Tokens)",
- "Dogmeat, Ever Loyal - Synergy (Junk Tokens)",
- "Commander Sofia Daguerre - Synergy (Junk Token)",
- "Duchess, Wayward Tavernkeep - Synergy (Junk Token)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Impulse leveraging synergies with Junk Tokens and Junk Token."
- },
- {
- "id": "incarnation-kindred",
- "theme": "Incarnation Kindred",
- "synergies": [
- "Evoke",
- "Elemental Kindred",
- "Reanimate",
- "Mill",
- "Big Mana"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Idris, Soul of the TARDIS",
- "Ashaya, Soul of the Wild - Synergy (Elemental Kindred)",
- "Titania, Protector of Argoth - Synergy (Elemental Kindred)",
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "example_cards": [
- "Anger",
- "Wonder",
- "Vigor",
- "Endurance",
- "Brawn",
- "Solitude",
- "Fury",
- "Filth"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Incarnation creatures into play with shared payoffs (e.g., Evoke and Elemental Kindred)."
- },
- {
- "id": "incubate",
- "theme": "Incubate",
- "synergies": [
- "Incubator Token",
- "Transform",
- "Phyrexian Kindred",
- "Artifact Tokens",
- "+1/+1 Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Brimaz, Blight of Oreskos",
- "Glissa, Herald of Predation",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)"
- ],
- "example_cards": [
- "Chrome Host Seedshark",
- "Sunfall",
- "Elesh Norn // The Argent Etchings",
- "Excise the Imperfect",
- "Brimaz, Blight of Oreskos",
- "Phyrexian Awakening",
- "Progenitor Exarch",
- "Essence of Orthodoxy"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Banks Incubator tokens then transforms them into delayed board presence & artifact synergy triggers. Synergies like Incubator Token and Transform reinforce the plan."
- },
- {
- "id": "incubator-token",
- "theme": "Incubator Token",
- "synergies": [
- "Incubate",
- "Transform",
- "Phyrexian Kindred",
- "Artifact Tokens",
- "+1/+1 Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Brimaz, Blight of Oreskos",
- "Glissa, Herald of Predation",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)"
- ],
- "example_cards": [
- "Chrome Host Seedshark",
- "Sunfall",
- "Elesh Norn // The Argent Etchings",
- "Excise the Imperfect",
- "Brimaz, Blight of Oreskos",
- "Phyrexian Awakening",
- "Progenitor Exarch",
- "Essence of Orthodoxy"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Incubate and Transform reinforce the plan."
- },
- {
- "id": "indestructible",
- "theme": "Indestructible",
- "synergies": [
- "God Kindred",
- "Protection",
- "Interaction",
- "Lifegain",
- "Life Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Toski, Bearer of Secrets",
- "Purphoros, God of the Forge",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Avacyn, Angel of Hope",
- "Heliod, Sun-Crowned"
- ],
- "example_cards": [
- "The One Ring",
- "Mithril Coat",
- "Darksteel Citadel",
- "Toski, Bearer of Secrets",
- "Purphoros, God of the Forge",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Brash Taunter",
- "Avacyn, Angel of Hope"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (God Kindred)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (God Kindred)",
- "Syr Konrad, the Grim - Synergy (Interaction)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Indestructible leveraging synergies with God Kindred and Protection."
- },
- {
- "id": "infect",
- "theme": "Infect",
- "synergies": [
- "Poison Counters",
- "Proliferate",
- "Toxic",
- "Corrupted",
- "Mite Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Yawgmoth, Thran Physician",
- "Skrelv, Defector Mite",
- "Vorinclex, Monstrous Raider",
- "Lae'zel, Vlaakith's Champion"
- ],
- "example_cards": [
- "Karn's Bastion",
- "Doubling Season",
- "Evolution Sage",
- "Cankerbloom",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Yawgmoth, Thran Physician",
- "Thrummingbird",
- "Tezzeret's Gambit"
- ],
- "synergy_commanders": [
- "Skithiryx, the Blight Dragon - Synergy (Poison Counters)",
- "Tekuthal, Inquiry Dominus - Synergy (Proliferate)",
- "Karumonix, the Rat King - Synergy (Toxic)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Leverages Infect/Toxic pressure and proliferate to accelerate poison win thresholds. Synergies like Poison Counters and Proliferate reinforce the plan."
- },
- {
- "id": "infection-counters",
- "theme": "Infection Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Genestealer Patriarch",
- "Festering Wound",
- "Diseased Vermin"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Leverages Infect/Toxic pressure and proliferate to accelerate poison win thresholds."
- },
- {
- "id": "ingest",
- "theme": "Ingest",
- "synergies": [
- "Drone Kindred",
- "Devoid",
- "Eldrazi Kindred",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Kaito, Dancing Shadow - Synergy (Drone Kindred)",
- "Ulalek, Fused Atrocity - Synergy (Devoid)",
- "Kozilek, Butcher of Truth - Synergy (Eldrazi Kindred)"
- ],
- "example_cards": [
- "Fathom Feeder",
- "Benthic Infiltrator",
- "Ruination Guide",
- "Vile Aggregate",
- "Salvage Drone",
- "Mist Intruder",
- "Dominator Drone",
- "Sludge Crawler"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Ingest leveraging synergies with Drone Kindred and Devoid."
- },
- {
- "id": "inkling-kindred",
- "theme": "Inkling Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Fain, the Broker",
- "Shadrix Silverquill",
- "Felisa, Fang of Silverquill"
- ],
- "example_cards": [
- "Inkshield",
- "Fain, the Broker",
- "Shadrix Silverquill",
- "Felisa, Fang of Silverquill",
- "Combat Calligrapher",
- "Blot Out the Sky",
- "Dramatic Finale",
- "Mascot Exhibition"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Inkling creatures into play with shared payoffs."
- },
- {
- "id": "insect-kindred",
- "theme": "Insect Kindred",
- "synergies": [
- "Landfall",
- "Poison Counters",
- "Druid Kindred",
- "Horror Kindred",
- "Time Counters"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "The Locust God",
- "Mazirek, Kraul Death Priest",
- "Old Rutstein",
- "The Wise Mothman",
- "Izoni, Thousand-Eyed"
- ],
- "example_cards": [
- "Scute Swarm",
- "Darksteel Mutation",
- "Haywire Mite",
- "Springheart Nantuko",
- "Swarmyard",
- "Luminous Broodmoth",
- "Hornet Queen",
- "The Locust God"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Landfall)",
- "Aesi, Tyrant of Gyre Strait - Synergy (Landfall)",
- "Bristly Bill, Spine Sower - Synergy (Landfall)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Poison Counters)",
- "Skrelv, Defector Mite - Synergy (Poison Counters)",
- "Rishkar, Peema Renegade - Synergy (Druid Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Insect creatures into play with shared payoffs (e.g., Landfall and Poison Counters)."
- },
- {
- "id": "inspired",
- "theme": "Inspired",
- "synergies": [
- "Enchantment Tokens",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter",
- "Toughness Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "King Macar, the Gold-Cursed",
- "Heliod, God of the Sun - Synergy (Enchantment Tokens)",
- "Ellivere of the Wild Court - Synergy (Enchantment Tokens)",
- "Go-Shintai of Life's Origin - Synergy (Enchantment Tokens)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "example_cards": [
- "King Macar, the Gold-Cursed",
- "Felhide Spiritbinder",
- "Daring Thief",
- "Arbiter of the Ideal",
- "Pain Seer",
- "Disciple of Deceit",
- "Siren of the Silent Song",
- "Oreskos Sun Guide"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Creature Tokens)",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Inspired leveraging synergies with Enchantment Tokens and Creature Tokens."
- },
- {
- "id": "interaction",
- "theme": "Interaction",
- "synergies": [
- "Removal",
- "Combat Tricks",
- "Protection",
- "Board Wipes",
- "Counterspells"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Toski, Bearer of Secrets",
- "Purphoros, God of the Forge",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Boromir, Warden of the Tower"
- ],
- "example_cards": [
- "Swords to Plowshares",
- "Path to Exile",
- "Counterspell",
- "Blasphemous Act",
- "Beast Within",
- "Bojuka Bog",
- "Heroic Intervention",
- "Cyclonic Rift"
- ],
- "synergy_commanders": [
- "Ulamog, the Infinite Gyre - Synergy (Removal)",
- "Zacama, Primal Calamity - Synergy (Removal)",
- "The Scarab God - Synergy (Removal)",
- "Samut, Voice of Dissent - Synergy (Combat Tricks)",
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Interaction leveraging synergies with Removal and Combat Tricks."
- },
- {
- "id": "intimidate",
- "theme": "Intimidate",
- "synergies": [
- "Zombie Kindred",
- "Reanimate",
- "Little Fellas",
- "Voltron",
- "Big Mana"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Mikaeus, the Unhallowed",
- "Geth, Lord of the Vault",
- "Elbrus, the Binding Blade // Withengar Unbound",
- "Vela the Night-Clad",
- "Neheb, the Eternal - Synergy (Zombie Kindred)"
- ],
- "example_cards": [
- "Mikaeus, the Unhallowed",
- "Sepulchral Primordial",
- "Bellowing Tanglewurm",
- "Geth, Lord of the Vault",
- "Immerwolf",
- "Elbrus, the Binding Blade // Withengar Unbound",
- "Vela the Night-Clad",
- "Krenko's Enforcer"
- ],
- "synergy_commanders": [
- "Jadar, Ghoulcaller of Nephalia - Synergy (Zombie Kindred)",
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Intimidate leveraging synergies with Zombie Kindred and Reanimate."
- },
- {
- "id": "investigate",
- "theme": "Investigate",
- "synergies": [
- "Clue Token",
- "Detective Kindred",
- "Sacrifice to Draw",
- "Artifact Tokens",
- "Cantrips"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Tivit, Seller of Secrets",
- "Lonis, Cryptozoologist",
- "Piper Wright, Publick Reporter",
- "Teysa, Opulent Oligarch",
- "Martha Jones"
- ],
- "example_cards": [
- "Tireless Tracker",
- "Forensic Gadgeteer",
- "Tamiyo's Journal",
- "Ethereal Investigator",
- "Tivit, Seller of Secrets",
- "Lonis, Cryptozoologist",
- "Kellan, Inquisitive Prodigy // Tail the Suspect",
- "Wojek Investigator"
- ],
- "synergy_commanders": [
- "Astrid Peth - Synergy (Clue Token)",
- "Kellan, Inquisitive Prodigy // Tail the Suspect - Synergy (Detective Kindred)",
- "Nelly Borca, Impulsive Accuser - Synergy (Detective Kindred)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice to Draw)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Banks Clue tokens for delayed card draw while fueling artifact & token synergies. Synergies like Clue Token and Detective Kindred reinforce the plan."
- },
- {
- "id": "islandcycling",
- "theme": "Islandcycling",
- "synergies": [
- "Landcycling",
- "Cycling",
- "Loot",
- "Ramp",
- "Discard Matters"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Monstrosity of the Lake",
- "The Balrog of Moria - Synergy (Cycling)",
- "Yidaro, Wandering Monster - Synergy (Cycling)",
- "Baral, Chief of Compliance - Synergy (Loot)"
- ],
- "example_cards": [
- "Lórien Revealed",
- "Monstrosity of the Lake",
- "Marauding Brinefang",
- "Tidal Terror",
- "Daggermaw Megalodon",
- "Jhessian Zombies",
- "Ice Flan",
- "Sanctum Plowbeast"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Islandcycling leveraging synergies with Landcycling and Cycling."
- },
- {
- "id": "islandwalk",
- "theme": "Islandwalk",
- "synergies": [
- "Landwalk",
- "Merfolk Kindred",
- "Lands Matter",
- "Little Fellas",
- "Toughness Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Wrexial, the Risen Deep",
- "Thada Adel, Acquisitor",
- "Adrestia",
- "Sygg, River Guide",
- "Sheoldred, Whispering One - Synergy (Landwalk)"
- ],
- "example_cards": [
- "Cold-Eyed Selkie",
- "Stormtide Leviathan",
- "Stonybrook Banneret",
- "Inkwell Leviathan",
- "Wrexial, the Risen Deep",
- "Thada Adel, Acquisitor",
- "The Flood of Mars",
- "Adrestia"
- ],
- "synergy_commanders": [
- "Chatterfang, Squirrel General - Synergy (Landwalk)",
- "Tatyova, Benthic Druid - Synergy (Merfolk Kindred)",
- "Emry, Lurker of the Loch - Synergy (Merfolk Kindred)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Islandwalk leveraging synergies with Landwalk and Merfolk Kindred."
- },
- {
- "id": "jackal-kindred",
- "theme": "Jackal Kindred",
- "synergies": [
- "Exert",
- "Zombie Kindred",
- "Warrior Kindred",
- "Reanimate",
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Anep, Vizier of Hazoret",
- "Themberchaud - Synergy (Exert)",
- "Neheb, the Eternal - Synergy (Zombie Kindred)",
- "Mikaeus, the Unhallowed - Synergy (Zombie Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "example_cards": [
- "Khenra Spellspear // Gitaxian Spellstalker",
- "Miasmic Mummy",
- "Champion of Rhonas",
- "Khenra Charioteer",
- "Tattered Mummy",
- "Dreadhorde Twins",
- "Wildfire Eternal",
- "Anep, Vizier of Hazoret"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Jackal creatures into play with shared payoffs (e.g., Exert and Zombie Kindred)."
- },
- {
- "id": "jellyfish-kindred",
- "theme": "Jellyfish Kindred",
- "synergies": [
- "Flying",
- "Toughness Matters",
- "Little Fellas",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "The Reality Chip",
- "Gluntch, the Bestower",
- "Mm'menon, the Right Hand",
- "Cynette, Jelly Drover",
- "Mm'menon, Uthros Exile"
- ],
- "example_cards": [
- "The Reality Chip",
- "Hydroid Krasis",
- "Flumph",
- "Gluntch, the Bestower",
- "Man-o'-War",
- "Guard Gomazoa",
- "Mm'menon, the Right Hand",
- "Cynette, Jelly Drover"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Jellyfish creatures into play with shared payoffs (e.g., Flying and Toughness Matters)."
- },
- {
- "id": "job-select",
- "theme": "Job select",
- "synergies": [
- "Hero Kindred",
- "Equip",
- "Equipment",
- "Equipment Matters",
- "Creature Tokens"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Deadpool, Trading Card - Synergy (Hero Kindred)",
- "Iron Man, Titan of Innovation - Synergy (Hero Kindred)",
- "G'raha Tia, Scion Reborn - Synergy (Hero Kindred)",
- "Halvar, God of Battle // Sword of the Realms - Synergy (Equip)",
- "Mithril Coat - Synergy (Equip)"
- ],
- "example_cards": [
- "Black Mage's Rod",
- "Dancer's Chakrams",
- "Astrologian's Planisphere",
- "Reaper's Scythe",
- "Machinist's Arsenal",
- "Blue Mage's Cane",
- "Samurai's Katana",
- "Summoner's Grimoire"
- ],
- "synergy_commanders": [
- "The Reality Chip - Synergy (Equipment)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Job select leveraging synergies with Hero Kindred and Equip."
- },
- {
- "id": "join-forces",
- "theme": "Join forces",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Minds Aglow",
- "Collective Voyage",
- "Alliance of Arms",
- "Mana-Charged Dragon",
- "Shared Trauma"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Join forces theme and its supporting synergies."
- },
- {
- "id": "judgment-counters",
- "theme": "Judgment Counters",
- "synergies": [],
- "primary_color": "White",
- "example_cards": [
- "Faithbound Judge // Sinner's Judgment"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates judgment counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "juggernaut-kindred",
- "theme": "Juggernaut Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Graaz, Unstoppable Juggernaut"
- ],
- "example_cards": [
- "Terisian Mindbreaker",
- "Darksteel Juggernaut",
- "Arcbound Crusher",
- "Graaz, Unstoppable Juggernaut",
- "Leveler",
- "Extruder",
- "Phyrexian Juggernaut",
- "Gruul War Plow"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Juggernaut creatures into play with shared payoffs."
- },
- {
- "id": "jump",
- "theme": "Jump",
- "synergies": [
- "Jump-start",
- "Mill",
- "Card Draw",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Cid, Freeflier Pilot",
- "Freya Crescent",
- "Kain, Traitorous Dragoon",
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)"
- ],
- "example_cards": [
- "Quasiduplicate",
- "Cid, Freeflier Pilot",
- "Chemister's Insight",
- "Radical Idea",
- "Risk Factor",
- "Freya Crescent",
- "Gravitic Punch",
- "Beacon Bolt"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Jump leveraging synergies with Jump-start and Mill."
- },
- {
- "id": "jump-start",
- "theme": "Jump-start",
- "synergies": [
- "Jump",
- "Mill",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Cid, Freeflier Pilot - Synergy (Jump)",
- "Freya Crescent - Synergy (Jump)",
- "Kain, Traitorous Dragoon - Synergy (Jump)",
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)"
- ],
- "example_cards": [
- "Quasiduplicate",
- "Chemister's Insight",
- "Radical Idea",
- "Risk Factor",
- "Gravitic Punch",
- "Beacon Bolt",
- "Dihada's Ploy",
- "Start the TARDIS"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Jump-start leveraging synergies with Jump and Mill."
- },
- {
- "id": "junk-token",
- "theme": "Junk Token",
- "synergies": [
- "Junk Tokens",
- "Impulse",
- "Artifact Tokens",
- "Exile Matters",
- "Token Creation"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Rose, Cutthroat Raider",
- "Veronica, Dissident Scribe",
- "Dogmeat, Ever Loyal",
- "Commander Sofia Daguerre",
- "Duchess, Wayward Tavernkeep"
- ],
- "example_cards": [
- "Rose, Cutthroat Raider",
- "Veronica, Dissident Scribe",
- "Mister Gutsy",
- "Dogmeat, Ever Loyal",
- "Junktown",
- "Junk Jet",
- "Crimson Caravaneer",
- "Commander Sofia Daguerre"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Impulse)",
- "Ragavan, Nimble Pilferer - Synergy (Impulse)",
- "Lotho, Corrupt Shirriff - Synergy (Artifact Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Junk Tokens and Impulse reinforce the plan."
- },
- {
- "id": "junk-tokens",
- "theme": "Junk Tokens",
- "synergies": [
- "Junk Token",
- "Impulse",
- "Artifact Tokens",
- "Exile Matters",
- "Token Creation"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Rose, Cutthroat Raider",
- "Veronica, Dissident Scribe",
- "Dogmeat, Ever Loyal",
- "Commander Sofia Daguerre",
- "Duchess, Wayward Tavernkeep"
- ],
- "example_cards": [
- "Rose, Cutthroat Raider",
- "Veronica, Dissident Scribe",
- "Mister Gutsy",
- "Dogmeat, Ever Loyal",
- "Junktown",
- "Junk Jet",
- "Crimson Caravaneer",
- "Commander Sofia Daguerre"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Impulse)",
- "Ragavan, Nimble Pilferer - Synergy (Impulse)",
- "Lotho, Corrupt Shirriff - Synergy (Artifact Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Junk Token and Impulse reinforce the plan."
- },
- {
- "id": "kavu-kindred",
- "theme": "Kavu Kindred",
- "synergies": [
- "Kicker",
- "+1/+1 Counters",
- "Soldier Kindred",
- "Lands Matter",
- "Counters Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Tannuk, Memorial Ensign",
- "Jared Carthalion",
- "Tannuk, Steadfast Second",
- "Slinn Voda, the Rising Deep - Synergy (Kicker)",
- "Tourach, Dread Cantor - Synergy (Kicker)"
- ],
- "example_cards": [
- "Defiler of Instinct",
- "Tannuk, Memorial Ensign",
- "Jared Carthalion",
- "Tannuk, Steadfast Second",
- "Flametongue Kavu",
- "Pygmy Kavu",
- "Thunderscape Familiar",
- "Flametongue Yearling"
- ],
- "synergy_commanders": [
- "Josu Vess, Lich Knight - Synergy (Kicker)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Kavu creatures into play with shared payoffs (e.g., Kicker and +1/+1 Counters)."
- },
- {
- "id": "ki-counters",
- "theme": "Ki Counters",
- "synergies": [
- "Spirit Kindred",
- "Counters Matter",
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Callow Jushi // Jaraku the Interloper",
- "Cunning Bandit // Azamuki, Treachery Incarnate",
- "Budoka Pupil // Ichiga, Who Topples Oaks",
- "Faithful Squire // Kaiso, Memory of Loyalty",
- "Hired Muscle // Scarmaker"
- ],
- "example_cards": [
- "Petalmane Baku",
- "Baku Altar",
- "Waxmane Baku",
- "Callow Jushi // Jaraku the Interloper",
- "Cunning Bandit // Azamuki, Treachery Incarnate",
- "Skullmane Baku",
- "Blademane Baku",
- "Budoka Pupil // Ichiga, Who Topples Oaks"
- ],
- "synergy_commanders": [
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates ki counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "kicker",
- "theme": "Kicker",
- "synergies": [
- "Kavu Kindred",
- "Merfolk Kindred",
- "+1/+1 Counters",
- "Removal",
- "Combat Tricks"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Slinn Voda, the Rising Deep",
- "Tourach, Dread Cantor",
- "Josu Vess, Lich Knight",
- "Verdeloth the Ancient",
- "Verix Bladewing"
- ],
- "example_cards": [
- "Rite of Replication",
- "Tear Asunder",
- "Maddening Cacophony",
- "Galadriel's Dismissal",
- "Thieving Skydiver",
- "Skyclave Relic",
- "Inscription of Abundance",
- "Sowing Mycospawn"
- ],
- "synergy_commanders": [
- "Tannuk, Memorial Ensign - Synergy (Kavu Kindred)",
- "Jared Carthalion - Synergy (Kavu Kindred)",
- "Tannuk, Steadfast Second - Synergy (Kavu Kindred)",
- "Tatyova, Benthic Druid - Synergy (Merfolk Kindred)",
- "Emry, Lurker of the Loch - Synergy (Merfolk Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Kicker / Multikicker spells scale flexibly—paying extra mana for amplified late-game impact. Synergies like Kavu Kindred and Merfolk Kindred reinforce the plan."
- },
- {
- "id": "kinship",
- "theme": "Kinship",
- "synergies": [
- "Shaman Kindred",
- "Topdeck",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Kiki-Jiki, Mirror Breaker - Synergy (Shaman Kindred)",
- "Delina, Wild Mage - Synergy (Shaman Kindred)",
- "Meren of Clan Nel Toth - Synergy (Shaman Kindred)",
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)"
- ],
- "example_cards": [
- "Wolf-Skull Shaman",
- "Leaf-Crowned Elder",
- "Sensation Gorger",
- "Nightshade Schemers",
- "Mudbutton Clanger",
- "Waterspout Weavers",
- "Ink Dissolver",
- "Squeaking Pie Grubfellows"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Kinship leveraging synergies with Shaman Kindred and Topdeck."
- },
- {
- "id": "kirin-kindred",
- "theme": "Kirin Kindred",
- "synergies": [
- "Spirit Kindred",
- "Flying",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Hinata, Dawn-Crowned",
- "Infernal Kirin",
- "Bounteous Kirin",
- "Celestial Kirin",
- "Skyfire Kirin"
- ],
- "example_cards": [
- "Cloudsteel Kirin",
- "Hinata, Dawn-Crowned",
- "Infernal Kirin",
- "Sunpearl Kirin",
- "Bounteous Kirin",
- "Celestial Kirin",
- "Skyfire Kirin",
- "Guardian Kirin"
- ],
- "synergy_commanders": [
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Kirin creatures into play with shared payoffs (e.g., Spirit Kindred and Flying)."
- },
- {
- "id": "kithkin-kindred",
- "theme": "Kithkin Kindred",
- "synergies": [
- "Soldier Kindred",
- "First strike",
- "Cleric Kindred",
- "Knight Kindred",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Gaddock Teeg",
- "Brigid, Hero of Kinsbaile",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Odric, Lunarch Marshal - Synergy (Soldier Kindred)"
- ],
- "example_cards": [
- "Kinsbaile Cavalier",
- "Preeminent Captain",
- "Gaddock Teeg",
- "Ballyrush Banneret",
- "Mistmeadow Witch",
- "Thistledown Liege",
- "Galepowder Mage",
- "Order of Whiteclay"
- ],
- "synergy_commanders": [
- "Danitha Capashen, Paragon - Synergy (First strike)",
- "Gisela, Blade of Goldnight - Synergy (First strike)",
- "Vito, Thorn of the Dusk Rose - Synergy (Cleric Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Kithkin creatures into play with shared payoffs (e.g., Soldier Kindred and First strike)."
- },
- {
- "id": "knight-kindred",
- "theme": "Knight Kindred",
- "synergies": [
- "Flanking",
- "Adamant",
- "First strike",
- "Double strike",
- "Kithkin Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Adeline, Resplendent Cathar",
- "Danitha Capashen, Paragon",
- "Elenda, the Dusk Rose",
- "Bartolomé del Presidio"
- ],
- "example_cards": [
- "Syr Konrad, the Grim",
- "Adeline, Resplendent Cathar",
- "Knight of the White Orchid",
- "Puresteel Paladin",
- "Danitha Capashen, Paragon",
- "Midnight Reaper",
- "Elenda, the Dusk Rose",
- "Moonshaker Cavalry"
- ],
- "synergy_commanders": [
- "Sidar Kondo of Jamuraa - Synergy (Flanking)",
- "Sidar Jabari - Synergy (Flanking)",
- "Telim'Tor - Synergy (Flanking)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Knight creatures into play with shared payoffs (e.g., Flanking and Adamant)."
- },
- {
- "id": "kobold-kindred",
- "theme": "Kobold Kindred",
- "synergies": [
- "Toughness Matters",
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "example_commanders": [
- "Rograkh, Son of Rohgahh",
- "Nogi, Draco-Zealot",
- "Prossh, Skyraider of Kher",
- "Rosnakht, Heir of Rohgahh",
- "Rohgahh, Kher Keep Overlord"
- ],
- "example_cards": [
- "Kher Keep",
- "Rograkh, Son of Rohgahh",
- "Minion of the Mighty",
- "Nogi, Draco-Zealot",
- "Prossh, Skyraider of Kher",
- "Taunting Kobold",
- "Crookshank Kobolds",
- "Crimson Kobolds"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Kobold creatures into play with shared payoffs (e.g., Toughness Matters and Little Fellas)."
- },
- {
- "id": "kor-kindred",
- "theme": "Kor Kindred",
- "synergies": [
- "Ally Kindred",
- "Scout Kindred",
- "Cleric Kindred",
- "Soldier Kindred",
- "Equipment Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Elas il-Kor, Sadistic Pilgrim",
- "Ardenn, Intrepid Archaeologist",
- "Akiri, Fearless Voyager",
- "Nahiri, Forged in Fury",
- "Ayli, Eternal Pilgrim"
- ],
- "example_cards": [
- "Elas il-Kor, Sadistic Pilgrim",
- "Skyclave Apparition",
- "Stoneforge Mystic",
- "Ondu Spiritdancer",
- "Giver of Runes",
- "Ardenn, Intrepid Archaeologist",
- "Kor Spiritdancer",
- "Akiri, Fearless Voyager"
- ],
- "synergy_commanders": [
- "Drana, Liberator of Malakir - Synergy (Ally Kindred)",
- "Mina and Denn, Wildborn - Synergy (Ally Kindred)",
- "Zada, Hedron Grinder - Synergy (Ally Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Scout Kindred)",
- "Delney, Streetwise Lookout - Synergy (Scout Kindred)",
- "Vito, Thorn of the Dusk Rose - Synergy (Cleric Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Kor creatures into play with shared payoffs (e.g., Ally Kindred and Scout Kindred)."
- },
- {
- "id": "kraken-kindred",
- "theme": "Kraken Kindred",
- "synergies": [
- "Draw Triggers",
- "Wheels",
- "Protection",
- "Creature Tokens",
- "Stax"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Arixmethes, Slumbering Isle",
- "Gyruda, Doom of Depths",
- "Tromokratis",
- "Wrexial, the Risen Deep",
- "Monstrosity of the Lake"
- ],
- "example_cards": [
- "Hullbreaker Horror",
- "Ominous Seas",
- "Arixmethes, Slumbering Isle",
- "Scourge of Fleets",
- "Nadir Kraken",
- "Spawning Kraken",
- "Gyruda, Doom of Depths",
- "Kiora Bests the Sea God"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Draw Triggers)",
- "Loran of the Third Path - Synergy (Draw Triggers)",
- "Sheoldred, the Apocalypse - Synergy (Draw Triggers)",
- "Selvala, Heart of the Wilds - Synergy (Wheels)",
- "Niv-Mizzet, Parun - Synergy (Wheels)",
- "Toski, Bearer of Secrets - Synergy (Protection)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Kraken creatures into play with shared payoffs (e.g., Draw Triggers and Wheels)."
- },
- {
- "id": "lamia-kindred",
- "theme": "Lamia Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Gravebreaker Lamia",
- "Thoughtrender Lamia"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Lamia creatures into play with shared payoffs."
- },
- {
- "id": "lammasu-kindred",
- "theme": "Lammasu Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_cards": [
- "Hunted Lammasu",
- "Absolving Lammasu",
- "Venerable Lammasu"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Lammasu creatures into play with shared payoffs."
- },
- {
- "id": "land-types-matter",
- "theme": "Land Types Matter",
- "synergies": [
- "Plainscycling",
- "Mountaincycling",
- "Forestcycling",
- "Swampcycling",
- "Discover"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Vorinclex // The Grand Evolution",
- "Karametra, God of Harvests",
- "Titania, Nature's Force",
- "Hazezon, Shaper of Sand",
- "Harold and Bob, First Numens"
- ],
- "example_cards": [
- "Farseek",
- "Nature's Lore",
- "Misty Rainforest",
- "Three Visits",
- "Flooded Strand",
- "Verdant Catacombs",
- "Bloodstained Mire",
- "Windswept Heath"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Land Types Matter leveraging synergies with Plainscycling and Mountaincycling."
- },
- {
- "id": "landcycling",
- "theme": "Landcycling",
- "synergies": [
- "Basic landcycling",
- "Islandcycling",
- "Cycling",
- "Loot",
- "Ramp"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Monstrosity of the Lake",
- "The Balrog of Moria - Synergy (Cycling)"
- ],
- "example_cards": [
- "Ash Barrens",
- "Lórien Revealed",
- "Monstrosity of the Lake",
- "Migratory Route",
- "Sojourner's Companion",
- "Sylvan Reclamation",
- "Ancient Excavation",
- "Orchard Strider"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Landcycling leveraging synergies with Basic landcycling and Islandcycling."
- },
- {
- "id": "landfall",
- "theme": "Landfall",
- "synergies": [
- "Lands Matter",
- "Ramp",
- "Token Creation",
- "Earthbend",
- "Quest Counters"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Tatyova, Benthic Druid",
- "Aesi, Tyrant of Gyre Strait",
- "Bristly Bill, Spine Sower",
- "Moraug, Fury of Akoum",
- "Omnath, Locus of Rage"
- ],
- "example_cards": [
- "Tireless Provisioner",
- "Scute Swarm",
- "Avenger of Zendikar",
- "Lotus Cobra",
- "Rampaging Baloths",
- "Tatyova, Benthic Druid",
- "Felidar Retreat",
- "Evolution Sage"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Lands Matter)",
- "Sheoldred, Whispering One - Synergy (Lands Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Ramp)",
- "Selvala, Heart of the Wilds - Synergy (Ramp)",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Abuses extra land drops and recursion to chain Landfall triggers and scale permanent-based payoffs. Synergies like Lands Matter and Ramp reinforce the plan."
- },
- {
- "id": "lands-matter",
- "theme": "Lands Matter",
- "synergies": [
- "Landfall",
- "Domain",
- "Land Tutors",
- "Land Types Matter",
- "Landwalk"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Azusa, Lost but Seeking",
- "Tatyova, Benthic Druid",
- "Sheoldred, Whispering One",
- "Six",
- "Kodama of the West Tree"
- ],
- "example_cards": [
- "Command Tower",
- "Exotic Orchard",
- "Reliquary Tower",
- "Path of Ancestry",
- "Path to Exile",
- "Evolving Wilds",
- "Cultivate",
- "Rogue's Passage"
- ],
- "synergy_commanders": [
- "Aesi, Tyrant of Gyre Strait - Synergy (Landfall)",
- "Bristly Bill, Spine Sower - Synergy (Landfall)",
- "Zar Ojanen, Scion of Efrava - Synergy (Domain)",
- "Radha, Coalition Warlord - Synergy (Domain)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Abuses extra land drops and recursion to chain Landfall triggers and scale permanent-based payoffs. Synergies like Landfall and Domain reinforce the plan."
- },
- {
- "id": "landwalk",
- "theme": "Landwalk",
- "synergies": [
- "Swampwalk",
- "Islandwalk",
- "Forestwalk",
- "Mountainwalk",
- "Wraith Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Sheoldred, Whispering One",
- "Chatterfang, Squirrel General",
- "Wrexial, the Risen Deep",
- "Thada Adel, Acquisitor",
- "Lord Windgrace"
- ],
- "example_cards": [
- "Sheoldred, Whispering One",
- "Chasm Skulker",
- "Trailblazer's Boots",
- "Chatterfang, Squirrel General",
- "Cold-Eyed Selkie",
- "Stormtide Leviathan",
- "Stonybrook Banneret",
- "Zombie Master"
- ],
- "synergy_commanders": [
- "Sol'kanar the Swamp King - Synergy (Swampwalk)",
- "Adrestia - Synergy (Islandwalk)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Landwalk leveraging synergies with Swampwalk and Islandwalk."
- },
- {
- "id": "learn",
- "theme": "Learn",
- "synergies": [
- "Discard Matters",
- "Unconditional Draw",
- "Card Draw",
- "Lifegain",
- "Life Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)",
- "Yawgmoth, Thran Physician - Synergy (Discard Matters)",
- "Nezahal, Primal Tide - Synergy (Discard Matters)",
- "Tatyova, Benthic Druid - Synergy (Unconditional Draw)",
- "Padeem, Consul of Innovation - Synergy (Unconditional Draw)"
- ],
- "example_cards": [
- "First Day of Class",
- "Eyetwitch",
- "Divide by Zero",
- "Sparring Regimen",
- "Poet's Quill",
- "Academic Dispute",
- "Field Trip",
- "Overgrown Arch"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Uses Learn to toolbox from side selections (or discard/draw) enhancing adaptability & consistency. Synergies like Discard Matters and Unconditional Draw reinforce the plan."
- },
- {
- "id": "leave-the-battlefield",
- "theme": "Leave the Battlefield",
- "synergies": [
- "Blink",
- "Enter the Battlefield",
- "Exploit",
- "Offspring",
- "Fabricate"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Selvala, Heart of the Wilds",
- "Sheoldred, Whispering One",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Elesh Norn, Mother of Machines",
- "Kodama of the East Tree"
- ],
- "example_cards": [
- "Solemn Simulacrum",
- "The One Ring",
- "Eternal Witness",
- "Victimize",
- "Animate Dead",
- "Orcish Bowmasters",
- "Mithril Coat",
- "Gray Merchant of Asphodel"
- ],
- "synergy_commanders": [
- "Sidisi, Undead Vizier - Synergy (Exploit)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Leave the Battlefield leveraging synergies with Blink and Enter the Battlefield."
- },
- {
- "id": "leech-kindred",
- "theme": "Leech Kindred",
- "synergies": [
- "Cost Reduction",
- "Lifegain",
- "Life Matters",
- "Little Fellas",
- "Big Mana"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Fumulus, the Infestation",
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)",
- "Emry, Lurker of the Loch - Synergy (Cost Reduction)",
- "Goreclaw, Terror of Qal Sisma - Synergy (Cost Reduction)",
- "Tatyova, Benthic Druid - Synergy (Lifegain)"
- ],
- "example_cards": [
- "Fumulus, the Infestation",
- "Balemurk Leech",
- "Curse of Leeches // Leeching Lurker",
- "Leech Gauntlet",
- "Squelching Leeches",
- "Festerleech",
- "Abundant Maw",
- "Monstrous War-Leech"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Lifegain)",
- "Vito, Thorn of the Dusk Rose - Synergy (Life Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Leech creatures into play with shared payoffs (e.g., Cost Reduction and Lifegain)."
- },
- {
- "id": "legends-matter",
- "theme": "Legends Matter",
- "synergies": [
- "Historics Matter",
- "Superfriends",
- "Backgrounds Matter",
- "Choose a background",
- "Doctor's companion"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Etali, Primal Storm",
- "Ragavan, Nimble Pilferer",
- "Braids, Arisen Nightmare",
- "Azusa, Lost but Seeking"
- ],
- "example_cards": [
- "Urborg, Tomb of Yawgmoth",
- "Yavimaya, Cradle of Growth",
- "Boseiju, Who Endures",
- "The One Ring",
- "Otawara, Soaring City",
- "Delighted Halfling",
- "Nykthos, Shrine to Nyx",
- "Gemstone Caverns"
- ],
- "synergy_commanders": [
- "Daretti, Scrap Savant - Synergy (Superfriends)",
- "Freyalise, Llanowar's Fury - Synergy (Superfriends)",
- "Jaheira, Friend of the Forest - Synergy (Backgrounds Matter)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Legends Matter leveraging synergies with Historics Matter and Superfriends."
- },
- {
- "id": "level-counters",
- "theme": "Level Counters",
- "synergies": [
- "Level Up",
- "Counters Matter",
- "Wizard Kindred",
- "Warrior Kindred",
- "Human Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)"
- ],
- "example_cards": [
- "Joraga Treespeaker",
- "Hexdrinker",
- "Coralhelm Commander",
- "Guul Draz Assassin",
- "Lighthouse Chronologist",
- "Kazandu Tuskcaller",
- "Enclave Cryptologist",
- "Echo Mage"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates level counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "level-up",
- "theme": "Level Up",
- "synergies": [
- "Level Counters",
- "Counters Matter",
- "Warrior Kindred",
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "example_cards": [
- "Joraga Treespeaker",
- "Hexdrinker",
- "Coralhelm Commander",
- "Guul Draz Assassin",
- "Lighthouse Chronologist",
- "Kazandu Tuskcaller",
- "Enclave Cryptologist",
- "Echo Mage"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Level Up leveraging synergies with Level Counters and Counters Matter."
- },
- {
- "id": "leviathan-kindred",
- "theme": "Leviathan Kindred",
- "synergies": [
- "Trample",
- "Big Mana",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Charix, the Raging Isle",
- "Slinn Voda, the Rising Deep",
- "Xyris, the Writhing Storm",
- "Sin, Unending Cataclysm",
- "Kiora, Sovereign of the Deep"
- ],
- "example_cards": [
- "Stormtide Leviathan",
- "Charix, the Raging Isle",
- "Spawning Kraken",
- "Nemesis of Reason",
- "Slinn Voda, the Rising Deep",
- "Xyris, the Writhing Storm",
- "Inkwell Leviathan",
- "Aethersquall Ancient"
- ],
- "synergy_commanders": [
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Ghalta, Stampede Tyrant - Synergy (Trample)",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Leviathan creatures into play with shared payoffs (e.g., Trample and Big Mana)."
- },
- {
- "id": "lhurgoyf-kindred",
- "theme": "Lhurgoyf Kindred",
- "synergies": [
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Disa the Restless",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Combat Matters)"
- ],
- "example_cards": [
- "Necrogoyf",
- "Barrowgoyf",
- "Mortivore",
- "Polygoyf",
- "Pyrogoyf",
- "Lhurgoyf",
- "Tarmogoyf Nest",
- "Disa the Restless"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Lhurgoyf creatures into play with shared payoffs (e.g., Aggro and Combat Matters)."
- },
- {
- "id": "licid-kindred",
- "theme": "Licid Kindred",
- "synergies": [
- "Equipment Matters",
- "Auras",
- "Artifacts Matter",
- "Enchantments Matter",
- "Voltron"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Sram, Senior Edificer - Synergy (Equipment Matters)",
- "Kodama of the West Tree - Synergy (Equipment Matters)",
- "Danitha Capashen, Paragon - Synergy (Equipment Matters)",
- "Ardenn, Intrepid Archaeologist - Synergy (Auras)",
- "Codsworth, Handy Helper - Synergy (Auras)"
- ],
- "example_cards": [
- "Tempting Licid",
- "Dominating Licid",
- "Transmogrifying Licid",
- "Nurturing Licid",
- "Convulsing Licid",
- "Enraging Licid",
- "Corrupting Licid",
- "Calming Licid"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Licid creatures into play with shared payoffs (e.g., Equipment Matters and Auras)."
- },
- {
- "id": "lieutenant",
- "theme": "Lieutenant",
- "synergies": [
- "Flying",
- "Aggro",
- "Combat Matters",
- "Big Mana"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)"
- ],
- "example_cards": [
- "Loyal Apprentice",
- "Thunderfoot Baloth",
- "Loyal Guardian",
- "Skyhunter Strike Force",
- "Siege-Gang Lieutenant",
- "Tyrant's Familiar",
- "Angelic Field Marshal",
- "Loyal Subordinate"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Lieutenant leveraging synergies with Flying and Aggro."
- },
- {
- "id": "life-matters",
- "theme": "Life Matters",
- "synergies": [
- "Lifegain",
- "Lifedrain",
- "Extort",
- "Cleric Kindred",
- "Lifelink"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Tatyova, Benthic Druid",
- "Sheoldred, the Apocalypse",
- "Vito, Thorn of the Dusk Rose",
- "Elas il-Kor, Sadistic Pilgrim",
- "Mangara, the Diplomat"
- ],
- "example_cards": [
- "Swords to Plowshares",
- "Blood Artist",
- "Tireless Provisioner",
- "Mirkwood Bats",
- "Zulaport Cutthroat",
- "Akroma's Will",
- "Gray Merchant of Asphodel",
- "The Great Henge"
- ],
- "synergy_commanders": [
- "Sorin of House Markov // Sorin, Ravenous Neonate - Synergy (Extort)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Life Matters leveraging synergies with Lifegain and Lifedrain."
- },
- {
- "id": "life-to-draw",
- "theme": "Life to Draw",
- "synergies": [
- "Card Draw",
- "Enchantments Matter"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Erebos, God of the Dead",
- "The Last Ride",
- "Braids, Arisen Nightmare - Synergy (Card Draw)",
- "Toski, Bearer of Secrets - Synergy (Card Draw)",
- "Loran of the Third Path - Synergy (Card Draw)"
- ],
- "example_cards": [
- "Staff of Compleation",
- "Greed",
- "Erebos, God of the Dead",
- "Lunar Convocation",
- "Underworld Connections",
- "Arguel's Blood Fast // Temple of Aclazotz",
- "Bonecache Overseer",
- "Unfulfilled Desires"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Enchantments Matter)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Life to Draw leveraging synergies with Card Draw and Enchantments Matter."
- },
- {
- "id": "lifegain",
- "theme": "Lifegain",
- "synergies": [
- "Life Matters",
- "Lifedrain",
- "Extort",
- "Cleric Kindred",
- "Lifelink"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Tatyova, Benthic Druid",
- "Sheoldred, the Apocalypse",
- "Vito, Thorn of the Dusk Rose",
- "Elas il-Kor, Sadistic Pilgrim",
- "Mangara, the Diplomat"
- ],
- "example_cards": [
- "Swords to Plowshares",
- "Blood Artist",
- "Tireless Provisioner",
- "Mirkwood Bats",
- "Zulaport Cutthroat",
- "Akroma's Will",
- "Gray Merchant of Asphodel",
- "The Great Henge"
- ],
- "synergy_commanders": [
- "Sorin of House Markov // Sorin, Ravenous Neonate - Synergy (Extort)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Turns repeat lifegain triggers into card draw, scaling bodies, or drain-based win pressure. Synergies like Life Matters and Lifedrain reinforce the plan."
- },
- {
- "id": "lifegain-triggers",
- "theme": "Lifegain Triggers",
- "synergies": [
- "Vampire Kindred",
- "Lifelink",
- "Lifegain",
- "Life Matters",
- "Cleric Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Vito, Thorn of the Dusk Rose",
- "Heliod, Sun-Crowned",
- "Dina, Soul Steeper",
- "Treebeard, Gracious Host",
- "Amalia Benavides Aguirre"
- ],
- "example_cards": [
- "Sanguine Bond",
- "Vito, Thorn of the Dusk Rose",
- "Alhammarret's Archive",
- "Well of Lost Dreams",
- "Heliod, Sun-Crowned",
- "Marauding Blight-Priest",
- "Enduring Tenacity",
- "Cleric Class"
- ],
- "synergy_commanders": [
- "Yahenni, Undying Partisan - Synergy (Vampire Kindred)",
- "Elenda, the Dusk Rose - Synergy (Vampire Kindred)",
- "Mangara, the Diplomat - Synergy (Lifelink)",
- "Danitha Capashen, Paragon - Synergy (Lifelink)",
- "Tatyova, Benthic Druid - Synergy (Lifegain)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Turns repeat lifegain triggers into card draw, scaling bodies, or drain-based win pressure. Synergies like Vampire Kindred and Lifelink reinforce the plan."
- },
- {
- "id": "lifelink",
- "theme": "Lifelink",
- "synergies": [
- "Lifegain Triggers",
- "Lifegain",
- "Life Matters",
- "Vampire Kindred",
- "Angel Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Vito, Thorn of the Dusk Rose",
- "Mangara, the Diplomat",
- "Danitha Capashen, Paragon",
- "Heliod, Sun-Crowned",
- "Elenda, the Dusk Rose"
- ],
- "example_cards": [
- "Akroma's Will",
- "Basilisk Collar",
- "Shadowspear",
- "Vault of the Archangel",
- "Vito, Thorn of the Dusk Rose",
- "Exquisite Blood",
- "Mangara, the Diplomat",
- "Whip of Erebos"
- ],
- "synergy_commanders": [
- "Dina, Soul Steeper - Synergy (Lifegain Triggers)",
- "Tatyova, Benthic Druid - Synergy (Lifegain)",
- "Sheoldred, the Apocalypse - Synergy (Lifegain)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Life Matters)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Lifelink leveraging synergies with Lifegain Triggers and Lifegain."
- },
- {
- "id": "lifeloss",
- "theme": "Lifeloss",
- "synergies": [
- "Lifeloss Triggers",
- "Bat Kindred",
- "Life Matters",
- "Lifegain",
- "Flying"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Vilis, Broker of Blood",
- "Ludevic, Necro-Alchemist",
- "Lich's Mastery - Synergy (Lifeloss Triggers)",
- "Aclazotz, Deepest Betrayal // Temple of the Dead - Synergy (Bat Kindred)",
- "Zoraline, Cosmos Caller - Synergy (Bat Kindred)"
- ],
- "example_cards": [
- "Vilis, Broker of Blood",
- "Lunar Convocation",
- "Essence Channeler",
- "Lich's Mastery",
- "Marina Vendrell's Grimoire",
- "Star Charter",
- "Starseer Mentor",
- "Starlit Soothsayer"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Life Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Channels symmetrical life loss into card flow, recursion, and inevitability drains. Synergies like Lifeloss Triggers and Bat Kindred reinforce the plan."
- },
- {
- "id": "lifeloss-triggers",
- "theme": "Lifeloss Triggers",
- "synergies": [
- "Lifeloss",
- "Bat Kindred",
- "Life Matters",
- "Lifegain",
- "Flying"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Vilis, Broker of Blood",
- "Ludevic, Necro-Alchemist",
- "Lich's Mastery - Synergy (Lifeloss)",
- "Aclazotz, Deepest Betrayal // Temple of the Dead - Synergy (Bat Kindred)",
- "Zoraline, Cosmos Caller - Synergy (Bat Kindred)"
- ],
- "example_cards": [
- "Vilis, Broker of Blood",
- "Lunar Convocation",
- "Essence Channeler",
- "Lich's Mastery",
- "Marina Vendrell's Grimoire",
- "Star Charter",
- "Starseer Mentor",
- "Starlit Soothsayer"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Life Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Channels symmetrical life loss into card flow, recursion, and inevitability drains. Synergies like Lifeloss and Bat Kindred reinforce the plan."
- },
- {
- "id": "little-fellas",
- "theme": "Little Fellas",
- "synergies": [
- "Banding",
- "Licid Kindred",
- "Spike Kindred",
- "Soltari Kindred",
- "Training"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Azusa, Lost but Seeking",
- "Toski, Bearer of Secrets",
- "Loran of the Third Path",
- "Lotho, Corrupt Shirriff"
- ],
- "example_cards": [
- "Solemn Simulacrum",
- "Birds of Paradise",
- "Llanowar Elves",
- "Esper Sentinel",
- "Eternal Witness",
- "Sakura-Tribe Elder",
- "Elvish Mystic",
- "Blood Artist"
- ],
- "synergy_commanders": [
- "Ayesha Tanaka - Synergy (Banding)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Little Fellas leveraging synergies with Banding and Licid Kindred."
- },
- {
- "id": "living-metal",
- "theme": "Living metal",
- "synergies": [
- "Convert",
- "Vehicles",
- "Artifacts Matter",
- "Toughness Matters",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader"
- ],
- "example_cards": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader",
- "Prowl, Stoic Strategist // Prowl, Pursuit Vehicle",
- "Goldbug, Humanity's Ally // Goldbug, Scrappy Scout",
- "Megatron, Tyrant // Megatron, Destructive Force"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Vehicles)",
- "Shorikai, Genesis Engine - Synergy (Vehicles)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Living metal leveraging synergies with Convert and Vehicles."
- },
- {
- "id": "living-weapon",
- "theme": "Living weapon",
- "synergies": [
- "Germ Kindred",
- "Equip",
- "Equipment",
- "Phyrexian Kindred",
- "Equipment Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Bitterthorn, Nissa's Animus - Synergy (Germ Kindred)",
- "Halvar, God of Battle // Sword of the Realms - Synergy (Equip)",
- "Mithril Coat - Synergy (Equip)",
- "The Reality Chip - Synergy (Equipment)"
- ],
- "example_cards": [
- "Nettlecyst",
- "Kaldra Compleat",
- "Bitterthorn, Nissa's Animus",
- "Bonehoard",
- "Batterskull",
- "Scytheclaw",
- "Batterbone",
- "Cranial Ram"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Living weapon leveraging synergies with Germ Kindred and Equip."
- },
- {
- "id": "lizard-kindred",
- "theme": "Lizard Kindred",
- "synergies": [
- "Menace",
- "Shaman Kindred",
- "Outlaw Kindred",
- "Haste",
- "Warrior Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Kediss, Emberclaw Familiar",
- "Rivaz of the Claw",
- "Laughing Jasper Flint",
- "Gev, Scaled Scorch",
- "Ognis, the Dragon's Lash"
- ],
- "example_cards": [
- "Rapid Hybridization",
- "Kediss, Emberclaw Familiar",
- "Lizard Blades",
- "Agate Instigator",
- "Rivaz of the Claw",
- "Basking Broodscale",
- "Party Thrasher",
- "Mudflat Village"
- ],
- "synergy_commanders": [
- "Junji, the Midnight Sky - Synergy (Menace)",
- "Kozilek, the Great Distortion - Synergy (Menace)",
- "Massacre Girl - Synergy (Menace)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Shaman Kindred)",
- "Delina, Wild Mage - Synergy (Shaman Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Lizard creatures into play with shared payoffs (e.g., Menace and Shaman Kindred)."
- },
- {
- "id": "loot",
- "theme": "Loot",
- "synergies": [
- "Card Draw",
- "Discard Matters",
- "Reanimate",
- "Cycling",
- "Connive"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Baral, Chief of Compliance",
- "The Locust God",
- "Malcolm, Alluring Scoundrel",
- "Shorikai, Genesis Engine",
- "Kitsa, Otterball Elite"
- ],
- "example_cards": [
- "Faithless Looting",
- "Frantic Search",
- "Ash Barrens",
- "Jetmir's Garden",
- "Ketria Triome",
- "Spara's Headquarters",
- "Zagoth Triome",
- "Raffine's Tower"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Card Draw)",
- "Toski, Bearer of Secrets - Synergy (Card Draw)",
- "Loran of the Third Path - Synergy (Card Draw)",
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)",
- "Yawgmoth, Thran Physician - Synergy (Discard Matters)",
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Loot leveraging synergies with Card Draw and Discard Matters."
- },
- {
- "id": "lore-counters",
- "theme": "Lore Counters",
- "synergies": [
- "Read Ahead",
- "Sagas Matter",
- "Ore Counters",
- "Doctor Kindred",
- "Fight"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Satsuki, the Living Lore",
- "Tom Bombadil",
- "Clive, Ifrit's Dominant // Ifrit, Warden of Inferno",
- "Barbara Wright",
- "Dion, Bahamut's Dominant // Bahamut, Warden of Light"
- ],
- "example_cards": [
- "Urza's Saga",
- "Binding the Old Gods",
- "Urabrask // The Great Work",
- "Sheoldred // The True Scriptures",
- "Fable of the Mirror-Breaker // Reflection of Kiki-Jiki",
- "The Eldest Reborn",
- "There and Back Again",
- "The Mending of Dominaria"
- ],
- "synergy_commanders": [
- "Jhoira, Weatherlight Captain - Synergy (Sagas Matter)",
- "Teshar, Ancestor's Apostle - Synergy (Sagas Matter)",
- "Vorinclex, Monstrous Raider - Synergy (Ore Counters)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Accumulates lore counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "loyalty-counters",
- "theme": "Loyalty Counters",
- "synergies": [
- "Superfriends",
- "Planeswalkers",
- "Super Friends",
- "Counters Matter",
- "Draw Triggers"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Jeska, Thrice Reborn",
- "Commodore Guff",
- "Mila, Crafty Companion // Lukka, Wayward Bonder",
- "Heart of Kiran",
- "Daretti, Scrap Savant - Synergy (Superfriends)"
- ],
- "example_cards": [
- "Spark Double",
- "Vraska, Betrayal's Sting",
- "Grist, the Hunger Tide",
- "Forge of Heroes",
- "Semester's End",
- "Brokers Ascendancy",
- "Elspeth Conquers Death",
- "Teferi, Temporal Pilgrim"
- ],
- "synergy_commanders": [
- "Freyalise, Llanowar's Fury - Synergy (Superfriends)",
- "Dihada, Binder of Wills - Synergy (Superfriends)",
- "Adeline, Resplendent Cathar - Synergy (Planeswalkers)",
- "Yawgmoth, Thran Physician - Synergy (Planeswalkers)",
- "Vorinclex, Monstrous Raider - Synergy (Super Friends)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Protects and reuses planeswalkers—amplifying loyalty via proliferate and recursion for inevitability. Synergies like Superfriends and Planeswalkers reinforce the plan."
- },
- {
- "id": "madness",
- "theme": "Madness",
- "synergies": [
- "Discard Matters",
- "Vampire Kindred",
- "Reanimate",
- "Mill",
- "Lifegain"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Emrakul, the World Anew",
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)",
- "Yawgmoth, Thran Physician - Synergy (Discard Matters)",
- "Nezahal, Primal Tide - Synergy (Discard Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Vampire Kindred)"
- ],
- "example_cards": [
- "Necrogoyf",
- "Emrakul, the World Anew",
- "Markov Baron",
- "Big Game Hunter",
- "Shadowgrange Archfiend",
- "Stensia Masquerade",
- "Curse of Fool's Wisdom",
- "Call to the Netherworld"
- ],
- "synergy_commanders": [
- "Yahenni, Undying Partisan - Synergy (Vampire Kindred)",
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Turns discard into mana-efficient Madness casts, leveraging looting & Blood token filtering. Synergies like Discard Matters and Vampire Kindred reinforce the plan."
- },
- {
- "id": "magecraft",
- "theme": "Magecraft",
- "synergies": [
- "Transform",
- "Wizard Kindred",
- "Human Kindred",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Veyran, Voice of Duality",
- "Ashling, Flame Dancer",
- "Octavia, Living Thesis",
- "Deekah, Fractal Theorist",
- "Jadzi, Oracle of Arcavios // Journey to the Oracle"
- ],
- "example_cards": [
- "Storm-Kiln Artist",
- "Archmage Emeritus",
- "Veyran, Voice of Duality",
- "Professor Onyx",
- "Ashling, Flame Dancer",
- "Sedgemoor Witch",
- "Witherbloom Apprentice",
- "Octavia, Living Thesis"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)",
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)",
- "Talrand, Sky Summoner - Synergy (Wizard Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Chains cheap instants & sorceries for velocity—converting triggers into scalable damage or card advantage before a finisher. Synergies like Transform and Wizard Kindred reinforce the plan."
- },
- {
- "id": "mana-dork",
- "theme": "Mana Dork",
- "synergies": [
- "Firebending",
- "Scion Kindred",
- "Spawn Kindred",
- "Ramp",
- "Myr Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Selvala, Heart of the Wilds",
- "Rishkar, Peema Renegade",
- "Jaheira, Friend of the Forest",
- "Urza, Lord High Artificer"
- ],
- "example_cards": [
- "Birds of Paradise",
- "Llanowar Elves",
- "Elvish Mystic",
- "Delighted Halfling",
- "Fyndhorn Elves",
- "Ornithopter of Paradise",
- "Kami of Whispered Hopes",
- "Simian Spirit Guide"
- ],
- "synergy_commanders": [
- "Fire Lord Zuko - Synergy (Firebending)",
- "Zuko, Exiled Prince - Synergy (Firebending)",
- "Avatar Aang // Aang, Master of Elements - Synergy (Firebending)",
- "Kiora, the Rising Tide - Synergy (Scion Kindred)",
- "Magnus the Red - Synergy (Spawn Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Mana Dork leveraging synergies with Firebending and Scion Kindred."
- },
- {
- "id": "mana-rock",
- "theme": "Mana Rock",
- "synergies": [
- "Myr Kindred",
- "Charge Counters",
- "Ramp",
- "Robot Kindred",
- "Mana Dork"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Codsworth, Handy Helper",
- "Karn, Legacy Reforged",
- "Ramos, Dragon Engine",
- "Roxanne, Starfall Savant",
- "Rose, Cutthroat Raider"
- ],
- "example_cards": [
- "Sol Ring",
- "Arcane Signet",
- "Fellwar Stone",
- "Thought Vessel",
- "Mind Stone",
- "Commander's Sphere",
- "Chromatic Lantern",
- "Talisman of Dominance"
- ],
- "synergy_commanders": [
- "Brudiclad, Telchor Engineer - Synergy (Myr Kindred)",
- "Urtet, Remnant of Memnarch - Synergy (Myr Kindred)",
- "Hearthhull, the Worldseed - Synergy (Charge Counters)",
- "Inspirit, Flagship Vessel - Synergy (Charge Counters)",
- "Azusa, Lost but Seeking - Synergy (Ramp)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Mana Rock leveraging synergies with Myr Kindred and Charge Counters."
- },
- {
- "id": "manifest",
- "theme": "Manifest",
- "synergies": [
- "Manifest dread",
- "Topdeck",
- "Equipment Matters",
- "Reanimate",
- "Mill"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Kozilek, the Broken Reality",
- "Zimone, Mystery Unraveler",
- "Omarthis, Ghostfire Initiate",
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)"
- ],
- "example_cards": [
- "Reality Shift",
- "Kozilek, the Broken Reality",
- "Scroll of Fate",
- "Ugin's Mastery",
- "Orochi Soul-Reaver",
- "Thieving Amalgam",
- "Whisperwood Elemental",
- "Primordial Mist"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Equipment Matters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Manifest leveraging synergies with Manifest dread and Topdeck."
- },
- {
- "id": "manifest-dread",
- "theme": "Manifest dread",
- "synergies": [
- "Manifest",
- "Topdeck",
- "Reanimate",
- "Mill",
- "+1/+1 Counters"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Zimone, Mystery Unraveler",
- "Kozilek, the Broken Reality - Synergy (Manifest)",
- "Omarthis, Ghostfire Initiate - Synergy (Manifest)",
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)"
- ],
- "example_cards": [
- "They Came from the Pipes",
- "Zimone, Mystery Unraveler",
- "Abhorrent Oculus",
- "Hauntwoods Shrieker",
- "Threats Around Every Corner",
- "Curator Beastie",
- "Moldering Gym // Weight Room",
- "Valgavoth's Onslaught"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Reanimate)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Manifest dread leveraging synergies with Manifest and Topdeck."
- },
- {
- "id": "manticore-kindred",
- "theme": "Manticore Kindred",
- "synergies": [
- "Burn",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Burn)",
- "Braids, Arisen Nightmare - Synergy (Burn)",
- "Lotho, Corrupt Shirriff - Synergy (Burn)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)"
- ],
- "example_cards": [
- "Chromanticore",
- "Conquering Manticore",
- "Heart-Piercer Manticore",
- "Invading Manticore",
- "Manticore",
- "Dreamstalker Manticore",
- "Manticore Eternal",
- "Mount Velus Manticore"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Manticore creatures into play with shared payoffs (e.g., Burn and Blink)."
- },
- {
- "id": "map-token",
- "theme": "Map Token",
- "synergies": [
- "Explore",
- "Card Selection",
- "Artifact Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Hakbal of the Surging Soul - Synergy (Explore)",
- "Amalia Benavides Aguirre - Synergy (Explore)",
- "Nicanzil, Current Conductor - Synergy (Explore)",
- "Astrid Peth - Synergy (Card Selection)",
- "Francisco, Fowl Marauder - Synergy (Card Selection)"
- ],
- "example_cards": [
- "Get Lost",
- "Treasure Map // Treasure Cove",
- "Pip-Boy 3000",
- "Worldwalker Helm",
- "Fanatical Offering",
- "Restless Anchorage",
- "Topography Tracker",
- "Spyglass Siren"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Explore and Card Selection reinforce the plan."
- },
- {
- "id": "max-speed",
- "theme": "Max speed",
- "synergies": [
- "Start your engines!",
- "Vehicles",
- "Scout Kindred",
- "Conditional Draw",
- "Burn"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Mendicant Core, Guidelight",
- "Vnwxt, Verbose Host",
- "Zahur, Glory's Past",
- "Far Fortune, End Boss",
- "The Speed Demon - Synergy (Start your engines!)"
- ],
- "example_cards": [
- "Muraganda Raceway",
- "Amonkhet Raceway",
- "Mendicant Core, Guidelight",
- "Avishkar Raceway",
- "Vnwxt, Verbose Host",
- "Howlsquad Heavy",
- "Racers' Scoreboard",
- "Starting Column"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Vehicles)",
- "Shorikai, Genesis Engine - Synergy (Vehicles)",
- "Selvala, Heart of the Wilds - Synergy (Scout Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Max speed leveraging synergies with Start your engines! and Vehicles."
- },
- {
- "id": "mayhem",
- "theme": "Mayhem",
- "synergies": [
- "Discard Matters",
- "Mill"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Chameleon, Master of Disguise",
- "Carnage, Crimson Chaos",
- "Ultimate Green Goblin",
- "Scarlet Spider, Kaine",
- "Swarm, Being of Bees"
- ],
- "example_cards": [
- "Chameleon, Master of Disguise",
- "Carnage, Crimson Chaos",
- "Ultimate Green Goblin",
- "Oscorp Industries",
- "Rocket-Powered Goblin Glider",
- "Prison Break",
- "Scarlet Spider, Kaine",
- "Electro's Bolt"
- ],
- "synergy_commanders": [
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)",
- "Yawgmoth, Thran Physician - Synergy (Discard Matters)",
- "Nezahal, Primal Tide - Synergy (Discard Matters)",
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Mayhem leveraging synergies with Discard Matters and Mill."
- },
- {
- "id": "megamorph",
- "theme": "Megamorph",
- "synergies": [
- "Dragon Kindred",
- "+1/+1 Counters",
- "Midrange",
- "Counters Matter",
- "Voltron"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Niv-Mizzet, Parun - Synergy (Dragon Kindred)",
- "Old Gnawbone - Synergy (Dragon Kindred)",
- "Drakuseth, Maw of Flames - Synergy (Dragon Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Den Protector",
- "Gudul Lurker",
- "Ainok Survivalist",
- "Deathmist Raptor",
- "Stratus Dancer",
- "Kadena's Silencer",
- "Silumgar Assassin",
- "Salt Road Ambushers"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Midrange)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Megamorph leveraging synergies with Dragon Kindred and +1/+1 Counters."
- },
- {
- "id": "meld",
- "theme": "Meld",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Gisela, the Broken Blade // Brisela, Voice of Nightmares",
- "Titania, Voice of Gaea // Titania, Gaea Incarnate",
- "Urza, Lord Protector // Urza, Planeswalker",
- "Mishra, Claimed by Gix // Mishra, Lost to Phyrexia",
- "Vanille, Cheerful l'Cie // Ragnarok, Divine Deliverance"
- ],
- "example_cards": [
- "Gisela, the Broken Blade // Brisela, Voice of Nightmares",
- "Hanweir Battlements // Hanweir, the Writhing Township",
- "Titania, Voice of Gaea // Titania, Gaea Incarnate",
- "Urza, Lord Protector // Urza, Planeswalker",
- "Mishra, Claimed by Gix // Mishra, Lost to Phyrexia",
- "Vanille, Cheerful l'Cie // Ragnarok, Divine Deliverance",
- "Graf Rats // Chittering Host"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Meld theme and its supporting synergies."
- },
- {
- "id": "melee",
- "theme": "Melee",
- "synergies": [
- "Politics",
- "Aggro",
- "Combat Matters",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Adriana, Captain of the Guard",
- "Wulfgar of Icewind Dale",
- "Tifa, Martial Artist",
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)"
- ],
- "example_cards": [
- "Skyhunter Strike Force",
- "Adriana, Captain of the Guard",
- "Wulfgar of Icewind Dale",
- "Tifa, Martial Artist",
- "Drogskol Reinforcements",
- "Grenzo's Ruffians",
- "Custodi Soulcaller",
- "Wings of the Guard"
- ],
- "synergy_commanders": [
- "Adeline, Resplendent Cathar - Synergy (Politics)",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Melee leveraging synergies with Politics and Aggro."
- },
- {
- "id": "menace",
- "theme": "Menace",
- "synergies": [
- "Warlock Kindred",
- "Blood Token",
- "Pirate Kindred",
- "Dog Kindred",
- "Werewolf Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Junji, the Midnight Sky",
- "Kozilek, the Great Distortion",
- "Massacre Girl",
- "Tergrid, God of Fright // Tergrid's Lantern",
- "Sheoldred // The True Scriptures"
- ],
- "example_cards": [
- "Professional Face-Breaker",
- "Noxious Gearhulk",
- "Junji, the Midnight Sky",
- "Kozilek, the Great Distortion",
- "Massacre Girl",
- "Tergrid, God of Fright // Tergrid's Lantern",
- "Sheoldred // The True Scriptures",
- "Stormfist Crusader"
- ],
- "synergy_commanders": [
- "Saryth, the Viper's Fang - Synergy (Warlock Kindred)",
- "Honest Rutstein - Synergy (Warlock Kindred)",
- "Breena, the Demagogue - Synergy (Warlock Kindred)",
- "Old Rutstein - Synergy (Blood Token)",
- "Kamber, the Plunderer - Synergy (Blood Token)",
- "Ragavan, Nimble Pilferer - Synergy (Pirate Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Menace leveraging synergies with Warlock Kindred and Blood Token."
- },
- {
- "id": "mentor",
- "theme": "Mentor",
- "synergies": [
- "Soldier Kindred",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Danny Pink",
- "Felisa, Fang of Silverquill",
- "Tajic, Legion's Edge",
- "Aurelia, Exemplar of Justice",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)"
- ],
- "example_cards": [
- "Legion Warboss",
- "Danny Pink",
- "Felisa, Fang of Silverquill",
- "Tributary Instructor",
- "Tajic, Legion's Edge",
- "Aurelia, Exemplar of Justice",
- "Truefire Captain",
- "Nyxborn Unicorn"
- ],
- "synergy_commanders": [
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Odric, Lunarch Marshal - Synergy (Soldier Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Mentor leveraging synergies with Soldier Kindred and +1/+1 Counters."
- },
- {
- "id": "mercenary-kindred",
- "theme": "Mercenary Kindred",
- "synergies": [
- "Outlaw Kindred",
- "Bracket:TutorNonland",
- "Horror Kindred",
- "Phyrexian Kindred",
- "Human Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Kellogg, Dangerous Mind",
- "Cloud, Midgar Mercenary",
- "Deadpool, Trading Card",
- "Rakdos, the Muscle",
- "The Infamous Cruelclaw"
- ],
- "example_cards": [
- "Black Market Connections",
- "Claim Jumper",
- "Kellogg, Dangerous Mind",
- "Doomed Necromancer",
- "Cloud, Midgar Mercenary",
- "Deadpool, Trading Card",
- "Rakdos, the Muscle",
- "The Infamous Cruelclaw"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)",
- "Invasion of Ikoria // Zilortha, Apex of Ikoria - Synergy (Bracket:TutorNonland)",
- "Magda, Brazen Outlaw - Synergy (Bracket:TutorNonland)",
- "Mondrak, Glory Dominus - Synergy (Horror Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mercenary creatures into play with shared payoffs (e.g., Outlaw Kindred and Bracket:TutorNonland)."
- },
- {
- "id": "merfolk-kindred",
- "theme": "Merfolk Kindred",
- "synergies": [
- "Islandwalk",
- "Explore",
- "Card Selection",
- "Wizard Kindred",
- "Landwalk"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Tatyova, Benthic Druid",
- "Emry, Lurker of the Loch",
- "Talrand, Sky Summoner",
- "Adrix and Nev, Twincasters",
- "Thrasios, Triton Hero"
- ],
- "example_cards": [
- "Thassa's Oracle",
- "Tatyova, Benthic Druid",
- "Emry, Lurker of the Loch",
- "Talrand, Sky Summoner",
- "Herald of Secret Streams",
- "World Shaper",
- "Adrix and Nev, Twincasters",
- "Kiora's Follower"
- ],
- "synergy_commanders": [
- "Wrexial, the Risen Deep - Synergy (Islandwalk)",
- "Thada Adel, Acquisitor - Synergy (Islandwalk)",
- "Adrestia - Synergy (Islandwalk)",
- "Hakbal of the Surging Soul - Synergy (Explore)",
- "Amalia Benavides Aguirre - Synergy (Explore)",
- "Nicanzil, Current Conductor - Synergy (Card Selection)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Merfolk creatures into play with shared payoffs (e.g., Islandwalk and Explore)."
- },
- {
- "id": "metalcraft",
- "theme": "Metalcraft",
- "synergies": [
- "Transform",
- "Artifacts Matter",
- "Human Kindred",
- "Flying",
- "Toughness Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Jor Kadeen, the Prevailer",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)",
- "Veyran, Voice of Duality - Synergy (Transform)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "example_cards": [
- "Mox Opal",
- "Dispatch",
- "Puresteel Paladin",
- "Urza's Workshop",
- "Molten Psyche",
- "Galvanic Blast",
- "Indomitable Archangel",
- "Stoic Rebuttal"
- ],
- "synergy_commanders": [
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Maintains ≥3 artifacts to turn on Metalcraft efficiencies and scaling bonuses. Synergies like Transform and Artifacts Matter reinforce the plan."
- },
- {
- "id": "metathran-kindred",
- "theme": "Metathran Kindred",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Metathran Soldier",
- "Stormscape Battlemage",
- "Metathran Transport",
- "Metathran Zombie",
- "Metathran Elite",
- "Metathran Aerostat",
- "Sky Weaver",
- "Living Airship"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Metathran creatures into play with shared payoffs (e.g., Little Fellas)."
- },
- {
- "id": "midrange",
- "theme": "Midrange",
- "synergies": [
- "Proliferate",
- "Support",
- "Blitz",
- "Infect",
- "-1/-1 Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Rishkar, Peema Renegade",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Yawgmoth, Thran Physician",
- "Shalai, Voice of Plenty",
- "Drana, Liberator of Malakir"
- ],
- "example_cards": [
- "Eternal Witness",
- "Karn's Bastion",
- "Avenger of Zendikar",
- "Malakir Rebirth // Malakir Mire",
- "Felidar Retreat",
- "Unbreakable Formation",
- "Evolution Sage",
- "Cathars' Crusade"
- ],
- "synergy_commanders": [
- "Tekuthal, Inquiry Dominus - Synergy (Proliferate)",
- "Atraxa, Praetors' Voice - Synergy (Proliferate)",
- "Jaxis, the Troublemaker - Synergy (Blitz)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Uses flexible value threats & interaction, pivoting between pressure and attrition based on table texture. Synergies like Proliferate and Support reinforce the plan."
- },
- {
- "id": "mill",
- "theme": "Mill",
- "synergies": [
- "Surveil",
- "Threshold",
- "Delirium",
- "Madness",
- "Delve"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Sheoldred, Whispering One",
- "Emry, Lurker of the Loch",
- "Six",
- "Kozilek, Butcher of Truth"
- ],
- "example_cards": [
- "Reanimate",
- "Eternal Witness",
- "Faithless Looting",
- "Victimize",
- "Mystic Sanctuary",
- "Buried Ruin",
- "Takenuma, Abandoned Mire",
- "Syr Konrad, the Grim"
- ],
- "synergy_commanders": [
- "Glarb, Calamity's Augur - Synergy (Surveil)",
- "Desmond Miles - Synergy (Surveil)",
- "Fandaniel, Telophoroi Ascian - Synergy (Surveil)",
- "Kiora, the Rising Tide - Synergy (Threshold)",
- "Ishkanah, Grafwidow - Synergy (Delirium)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Attacks libraries as a resource—looping self-mill or opponent mill into recursion and payoff engines. Synergies like Surveil and Threshold reinforce the plan."
- },
- {
- "id": "minion-kindred",
- "theme": "Minion Kindred",
- "synergies": [
- "Threshold",
- "Phyrexian Kindred",
- "Human Kindred",
- "Reanimate",
- "Sacrifice Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "K'rrik, Son of Yawgmoth",
- "Chainer, Nightmare Adept",
- "Xantcha, Sleeper Agent",
- "Chainer, Dementia Master",
- "Phage the Untouchable"
- ],
- "example_cards": [
- "K'rrik, Son of Yawgmoth",
- "Chainer, Nightmare Adept",
- "Xantcha, Sleeper Agent",
- "Chainer, Dementia Master",
- "Priest of Gix",
- "Phage the Untouchable",
- "Bone Shredder",
- "Braids, Cabal Minion"
- ],
- "synergy_commanders": [
- "Kiora, the Rising Tide - Synergy (Threshold)",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)",
- "Sheoldred, the Apocalypse - Synergy (Phyrexian Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Minion creatures into play with shared payoffs (e.g., Threshold and Phyrexian Kindred)."
- },
- {
- "id": "minotaur-kindred",
- "theme": "Minotaur Kindred",
- "synergies": [
- "Berserker Kindred",
- "Shaman Kindred",
- "Haste",
- "Warrior Kindred",
- "First strike"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Moraug, Fury of Akoum",
- "Neheb, the Eternal",
- "Neheb, Dreadhorde Champion",
- "Zedruu the Greathearted",
- "Gornog, the Red Reaper"
- ],
- "example_cards": [
- "Moraug, Fury of Akoum",
- "Neheb, the Eternal",
- "Glint-Horn Buccaneer",
- "Neheb, Dreadhorde Champion",
- "Fanatic of Mogis",
- "Boros Reckoner",
- "Etherium-Horn Sorcerer",
- "Zedruu the Greathearted"
- ],
- "synergy_commanders": [
- "Kardur, Doomscourge - Synergy (Berserker Kindred)",
- "Magda, Brazen Outlaw - Synergy (Berserker Kindred)",
- "Alexios, Deimos of Kosmos - Synergy (Berserker Kindred)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Shaman Kindred)",
- "Delina, Wild Mage - Synergy (Shaman Kindred)",
- "Aurelia, the Warleader - Synergy (Haste)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Minotaur creatures into play with shared payoffs (e.g., Berserker Kindred and Shaman Kindred)."
- },
- {
- "id": "miracle",
- "theme": "Miracle",
- "synergies": [
- "Topdeck",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)",
- "Kinnan, Bonder Prodigy - Synergy (Topdeck)",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Reforge the Soul",
- "Temporal Mastery",
- "Devastation Tide",
- "Metamorphosis Fanatic",
- "Redress Fate",
- "Entreat the Angels",
- "Terminus",
- "Zephyrim"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Manipulates topdecks / draw timing to exploit Miracle cost reductions on splashy spells. Synergies like Topdeck and Big Mana reinforce the plan."
- },
- {
- "id": "mite-kindred",
- "theme": "Mite Kindred",
- "synergies": [
- "Poison Counters",
- "Infect",
- "Phyrexian Kindred",
- "Artifact Tokens",
- "Creature Tokens"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Skrelv, Defector Mite",
- "Vishgraz, the Doomhive",
- "Ria Ivor, Bane of Bladehold",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Poison Counters)",
- "Skithiryx, the Blight Dragon - Synergy (Poison Counters)"
- ],
- "example_cards": [
- "Skrelv, Defector Mite",
- "White Sun's Twilight",
- "Skrelv's Hive",
- "Mirrex",
- "Crawling Chorus",
- "Vishgraz, the Doomhive",
- "Ria Ivor, Bane of Bladehold",
- "Infested Fleshcutter"
- ],
- "synergy_commanders": [
- "Yawgmoth, Thran Physician - Synergy (Infect)",
- "Vorinclex, Monstrous Raider - Synergy (Infect)",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mite creatures into play with shared payoffs (e.g., Poison Counters and Infect)."
- },
- {
- "id": "mobilize",
- "theme": "Mobilize",
- "synergies": [
- "Warrior Kindred",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter",
- "Toughness Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Zurgo Stormrender",
- "Zurgo, Thunder's Decree",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Krenko, Mob Boss - Synergy (Warrior Kindred)"
- ],
- "example_cards": [
- "Voice of Victory",
- "Zurgo Stormrender",
- "Avenger of the Fallen",
- "Bone-Cairn Butcher",
- "Zurgo, Thunder's Decree",
- "Venerated Stormsinger",
- "Stadium Headliner",
- "Dalkovan Packbeasts"
- ],
- "synergy_commanders": [
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)",
- "Talrand, Sky Summoner - Synergy (Creature Tokens)",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Mobilize leveraging synergies with Warrior Kindred and Creature Tokens."
- },
- {
- "id": "modal",
- "theme": "Modal",
- "synergies": [
- "Cost Scaling",
- "Spree",
- "Control",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "example_cards": [
- "Return the Favor",
- "Insatiable Avarice",
- "Great Train Heist",
- "Three Steps Ahead",
- "Requisition Raid",
- "Smuggler's Surprise",
- "Lively Dirge",
- "Final Showdown"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Modal leveraging synergies with Cost Scaling and Spree."
- },
- {
- "id": "modular",
- "theme": "Modular",
- "synergies": [
- "Sacrifice Matters",
- "Aristocrats",
- "+1/+1 Counters",
- "Artifacts Matter",
- "Counters Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Zabaz, the Glimmerwasp",
- "Blaster, Combat DJ // Blaster, Morale Booster",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Power Depot",
- "Arcbound Ravager",
- "Scrapyard Recombiner",
- "Arcbound Crusher",
- "Arcbound Reclaimer",
- "Arcbound Worker",
- "Arcbound Shikari",
- "Arcbound Stinger"
- ],
- "synergy_commanders": [
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Aristocrats)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Aristocrats)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Modular leveraging synergies with Sacrifice Matters and Aristocrats."
- },
- {
- "id": "mole-kindred",
- "theme": "Mole Kindred",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Anzrag, the Quake-Mole",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Anzrag, the Quake-Mole",
- "Three Tree Rootweaver",
- "Drillworks Mole",
- "Graf Mole",
- "Tunnel Tipster",
- "Pothole Mole",
- "Ravenous Gigamole",
- "Badgermole"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mole creatures into play with shared payoffs (e.g., Little Fellas)."
- },
- {
- "id": "monarch",
- "theme": "Monarch",
- "synergies": [
- "Politics",
- "Group Hug",
- "Card Draw",
- "Outlaw Kindred",
- "Soldier Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Queen Marchesa",
- "Aragorn, King of Gondor",
- "Éomer, King of Rohan",
- "Faramir, Steward of Gondor",
- "Starscream, Power Hungry // Starscream, Seeker Leader"
- ],
- "example_cards": [
- "Court of Grace",
- "Court of Garenbrig",
- "Regal Behemoth",
- "Court of Ambition",
- "Court of Cunning",
- "Queen Marchesa",
- "Court of Vantress",
- "Court of Ire"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)",
- "Toski, Bearer of Secrets - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Claims and defends the Monarch for sustained card draw with evasion & deterrents. Synergies like Politics and Group Hug reinforce the plan."
- },
- {
- "id": "monger-kindred",
- "theme": "Monger Kindred",
- "synergies": [
- "Politics"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)"
- ],
- "example_cards": [
- "Warmonger",
- "Wishmonger",
- "Squallmonger",
- "Scandalmonger",
- "Sailmonger"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Monger creatures into play with shared payoffs (e.g., Politics)."
- },
- {
- "id": "mongoose-kindred",
- "theme": "Mongoose Kindred",
- "synergies": [],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_cards": [
- "Nimble Mongoose",
- "Blurred Mongoose",
- "Karoo Meerkat",
- "Mongoose Lizard"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mongoose creatures into play with shared payoffs."
- },
- {
- "id": "monk-kindred",
- "theme": "Monk Kindred",
- "synergies": [
- "Flurry",
- "Prowess",
- "Djinn Kindred",
- "Human Kindred",
- "Midrange"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Azusa, Lost but Seeking",
- "Narset, Enlightened Exile",
- "Ishai, Ojutai Dragonspeaker",
- "Tifa Lockhart",
- "Elsha of the Infinite"
- ],
- "example_cards": [
- "Azusa, Lost but Seeking",
- "Avacyn's Pilgrim",
- "Pinnacle Monk // Mystic Peak",
- "Serra Ascendant",
- "Springheart Nantuko",
- "Third Path Iconoclast",
- "Jukai Naturalist",
- "Monastery Mentor"
- ],
- "synergy_commanders": [
- "Taigam, Master Opportunist - Synergy (Flurry)",
- "Shiko and Narset, Unified - Synergy (Flurry)",
- "Kitsa, Otterball Elite - Synergy (Prowess)",
- "Bria, Riptide Rogue - Synergy (Prowess)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Monk creatures into play with shared payoffs (e.g., Flurry and Prowess)."
- },
- {
- "id": "monkey-kindred",
- "theme": "Monkey Kindred",
- "synergies": [
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Kari Zev, Skyship Raider",
- "Baral and Kari Zev",
- "Kibo, Uktabi Prince",
- "Rashmi and Ragavan"
- ],
- "example_cards": [
- "Ragavan, Nimble Pilferer",
- "Kari Zev, Skyship Raider",
- "Baral and Kari Zev",
- "Kibo, Uktabi Prince",
- "Rashmi and Ragavan",
- "Scrounging Bandar",
- "Clockwork Percussionist",
- "Simian Sling"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Aggro)",
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Monkey creatures into play with shared payoffs (e.g., Little Fellas and Aggro)."
- },
- {
- "id": "monstrosity",
- "theme": "Monstrosity",
- "synergies": [
- "Giant Kindred",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Maester Seymour",
- "Polukranos, World Eater",
- "Hythonia the Cruel",
- "Uro, Titan of Nature's Wrath - Synergy (Giant Kindred)",
- "Thryx, the Sudden Storm - Synergy (Giant Kindred)"
- ],
- "example_cards": [
- "Giggling Skitterspike",
- "Hydra Broodmaster",
- "Death Kiss",
- "Alpha Deathclaw",
- "Maester Seymour",
- "Shipbreaker Kraken",
- "Colossus of Akros",
- "Fleecemane Lion"
- ],
- "synergy_commanders": [
- "Bonny Pall, Clearcutter - Synergy (Giant Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Monstrosity leveraging synergies with Giant Kindred and +1/+1 Counters."
- },
- {
- "id": "moonfolk-kindred",
- "theme": "Moonfolk Kindred",
- "synergies": [
- "Wizard Kindred",
- "Flying",
- "Toughness Matters",
- "Artifacts Matter",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Meloku the Clouded Mirror",
- "Kotori, Pilot Prodigy",
- "Katsumasa, the Animator",
- "Tamiyo, Inquisitive Student // Tamiyo, Seasoned Scholar",
- "Tameshi, Reality Architect"
- ],
- "example_cards": [
- "Research Thief",
- "Meloku the Clouded Mirror",
- "Kotori, Pilot Prodigy",
- "Katsumasa, the Animator",
- "Tamiyo, Inquisitive Student // Tamiyo, Seasoned Scholar",
- "Inventive Iteration // Living Breakthrough",
- "Tameshi, Reality Architect",
- "Oboro Breezecaller"
- ],
- "synergy_commanders": [
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)",
- "Talrand, Sky Summoner - Synergy (Wizard Kindred)",
- "Niv-Mizzet, Parun - Synergy (Wizard Kindred)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Moonfolk creatures into play with shared payoffs (e.g., Wizard Kindred and Flying)."
- },
- {
- "id": "morbid",
- "theme": "Morbid",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Token Creation",
- "Blink"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Tragic Slip",
- "Deathreap Ritual",
- "Grim Reaper's Sprint",
- "Vashta Nerada",
- "Séance Board",
- "Reaper from the Abyss",
- "Muster the Departed",
- "Malicious Affliction"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Morbid leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "more-than-meets-the-eye",
- "theme": "More Than Meets the Eye",
- "synergies": [
- "Convert",
- "Eye Kindred",
- "Robot Kindred",
- "Artifacts Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader"
- ],
- "example_cards": [
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Starscream, Power Hungry // Starscream, Seeker Leader",
- "Ratchet, Field Medic // Ratchet, Rescue Racer",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant",
- "Optimus Prime, Hero // Optimus Prime, Autobot Leader",
- "Prowl, Stoic Strategist // Prowl, Pursuit Vehicle",
- "Goldbug, Humanity's Ally // Goldbug, Scrappy Scout",
- "Megatron, Tyrant // Megatron, Destructive Force"
- ],
- "synergy_commanders": [
- "Codsworth, Handy Helper - Synergy (Robot Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around More Than Meets the Eye leveraging synergies with Convert and Eye Kindred."
- },
- {
- "id": "morph",
- "theme": "Morph",
- "synergies": [
- "Beast Kindred",
- "Illusion Kindred",
- "Wizard Kindred",
- "Cleric Kindred",
- "Bird Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Akroma, Angel of Fury",
- "Loot, Exuberant Explorer - Synergy (Beast Kindred)",
- "Questing Beast - Synergy (Beast Kindred)",
- "Kona, Rescue Beastie - Synergy (Beast Kindred)",
- "Meloku the Clouded Mirror - Synergy (Illusion Kindred)"
- ],
- "example_cards": [
- "Grim Haruspex",
- "Hooded Hydra",
- "Aphetto Alchemist",
- "Rattleclaw Mystic",
- "Gift of Doom",
- "Vesuvan Shapeshifter",
- "Zoetic Cavern",
- "Akroma, Angel of Fury"
- ],
- "synergy_commanders": [
- "Toothy, Imaginary Friend - Synergy (Illusion Kindred)",
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Morph leveraging synergies with Beast Kindred and Illusion Kindred."
- },
- {
- "id": "mount-kindred",
- "theme": "Mount Kindred",
- "synergies": [
- "Saddle",
- "Pilot Kindred",
- "Horse Kindred",
- "Vehicles",
- "Vigilance"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "The Gitrog, Ravenous Ride",
- "Calamity, Galloping Inferno",
- "Fortune, Loyal Steed",
- "Kolodin, Triumph Caster",
- "Miriam, Herd Whisperer"
- ],
- "example_cards": [
- "The Gitrog, Ravenous Ride",
- "Ornery Tumblewagg",
- "Calamity, Galloping Inferno",
- "Caustic Bronco",
- "Fortune, Loyal Steed",
- "Bulwark Ox",
- "District Mascot",
- "One Last Job"
- ],
- "synergy_commanders": [
- "Shorikai, Genesis Engine - Synergy (Pilot Kindred)",
- "Cid, Freeflier Pilot - Synergy (Pilot Kindred)",
- "Keleth, Sunmane Familiar - Synergy (Horse Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mount creatures into play with shared payoffs (e.g., Saddle and Pilot Kindred)."
- },
- {
- "id": "mountaincycling",
- "theme": "Mountaincycling",
- "synergies": [
- "Land Types Matter",
- "Cycling",
- "Loot",
- "Ramp",
- "Discard Matters"
- ],
- "primary_color": "Red",
- "example_commanders": [
- "Vorinclex // The Grand Evolution - Synergy (Land Types Matter)",
- "Karametra, God of Harvests - Synergy (Land Types Matter)",
- "Titania, Nature's Force - Synergy (Land Types Matter)",
- "The Balrog of Moria - Synergy (Cycling)",
- "Monstrosity of the Lake - Synergy (Cycling)"
- ],
- "example_cards": [
- "Oliphaunt",
- "Ruin Grinder",
- "Seismic Monstrosaur",
- "Bedhead Beastie",
- "Furnace Host Charger",
- "Valley Rannet",
- "Hill Gigas",
- "Igneous Pouncer"
- ],
- "synergy_commanders": [
- "Baral, Chief of Compliance - Synergy (Loot)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Mountaincycling leveraging synergies with Land Types Matter and Cycling."
- },
- {
- "id": "mountainwalk",
- "theme": "Mountainwalk",
- "synergies": [
- "Landwalk",
- "Lands Matter",
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Sheoldred, Whispering One - Synergy (Landwalk)",
- "Chatterfang, Squirrel General - Synergy (Landwalk)",
- "Wrexial, the Risen Deep - Synergy (Landwalk)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)",
- "Tatyova, Benthic Druid - Synergy (Lands Matter)"
- ],
- "example_cards": [
- "Dwarven Grunt",
- "Goblin Mountaineer",
- "Mountain Goat",
- "Goblins of the Flarg",
- "Canyon Wildcat",
- "Goblin Spelunkers",
- "Zodiac Dog",
- "Zodiac Goat"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Mountainwalk leveraging synergies with Landwalk and Lands Matter."
- },
- {
- "id": "mouse-kindred",
- "theme": "Mouse Kindred",
- "synergies": [
- "Valiant",
- "Soldier Kindred",
- "Little Fellas",
- "Counters Matter",
- "Toughness Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Arthur, Marigold Knight",
- "Mabel, Heir to Cragflame",
- "Tusk and Whiskers",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)"
- ],
- "example_cards": [
- "Sword of the Squeak",
- "Lupinflower Village",
- "Three Blind Mice",
- "Rockface Village",
- "Steelburr Champion",
- "Arthur, Marigold Knight",
- "Heartfire Hero",
- "Valley Flamecaller"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mouse creatures into play with shared payoffs (e.g., Valiant and Soldier Kindred)."
- },
- {
- "id": "multikicker",
- "theme": "Multikicker",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Zethi, Arcane Blademaster",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Everflowing Chalice",
- "Comet Storm",
- "Marshal's Anthem",
- "Joraga Warcaller",
- "Wolfbriar Elemental",
- "Zethi, Arcane Blademaster",
- "Strength of the Tajuru",
- "Bloodhusk Ritualist"
- ],
- "synergy_commanders": [
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Kicker / Multikicker spells scale flexibly—paying extra mana for amplified late-game impact. Synergies like +1/+1 Counters and Counters Matter reinforce the plan."
- },
- {
- "id": "multiple-copies",
- "theme": "Multiple Copies",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Lord of the Nazgûl",
- "Cid, Timeless Artificer",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Nazgûl",
- "Lord of the Nazgûl",
- "Nazgûl Battle-Mace",
- "Rat Colony",
- "Hare Apparent",
- "Slime Against Humanity",
- "Dragon's Approach",
- "Shadowborn Apostle"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Multiple Copies leveraging synergies with Little Fellas."
- },
- {
- "id": "mutant-kindred",
- "theme": "Mutant Kindred",
- "synergies": [
- "Graft",
- "Rad Counters",
- "Zombie Kindred",
- "Goblin Kindred",
- "+1/+1 Counters"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Agent Frank Horrigan",
- "The Wise Mothman",
- "Deadpool, Trading Card",
- "The Master, Transcendent",
- "Raul, Trouble Shooter"
- ],
- "example_cards": [
- "Evolution Witness",
- "Master Biomancer",
- "Rampaging Yao Guai",
- "Biomancer's Familiar",
- "Agent Frank Horrigan",
- "Feral Ghoul",
- "The Wise Mothman",
- "Tato Farmer"
- ],
- "synergy_commanders": [
- "Neheb, the Eternal - Synergy (Zombie Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mutant creatures into play with shared payoffs (e.g., Graft and Rad Counters)."
- },
- {
- "id": "mutate",
- "theme": "Mutate",
- "synergies": [
- "Beast Kindred",
- "Flying",
- "Toughness Matters",
- "Big Mana",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Nethroi, Apex of Death",
- "Brokkos, Apex of Forever",
- "Illuna, Apex of Wishes",
- "Otrimi, the Ever-Playful",
- "Vadrok, Apex of Thunder"
- ],
- "example_cards": [
- "Gemrazer",
- "Sea-Dasher Octopus",
- "Migratory Greathorn",
- "Nethroi, Apex of Death",
- "Sawtusk Demolisher",
- "Auspicious Starrix",
- "Dreamtail Heron",
- "Pouncing Shoreshark"
- ],
- "synergy_commanders": [
- "Loot, Exuberant Explorer - Synergy (Beast Kindred)",
- "Questing Beast - Synergy (Beast Kindred)",
- "Kona, Rescue Beastie - Synergy (Beast Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Stacks mutate layers to reuse mutate triggers and build a resilient evolving threat. Synergies like Beast Kindred and Flying reinforce the plan."
- },
- {
- "id": "myr-kindred",
- "theme": "Myr Kindred",
- "synergies": [
- "Mana Rock",
- "Mana Dork",
- "Ramp",
- "Artifacts Matter",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Brudiclad, Telchor Engineer",
- "Urtet, Remnant of Memnarch",
- "Codsworth, Handy Helper - Synergy (Mana Rock)",
- "Karn, Legacy Reforged - Synergy (Mana Rock)",
- "Ramos, Dragon Engine - Synergy (Mana Rock)"
- ],
- "example_cards": [
- "Palladium Myr",
- "Myr Battlesphere",
- "Myr Retriever",
- "Iron Myr",
- "Shimmer Myr",
- "Silver Myr",
- "Gold Myr",
- "Leaden Myr"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Mana Dork)",
- "Selvala, Heart of the Wilds - Synergy (Mana Dork)",
- "Azusa, Lost but Seeking - Synergy (Ramp)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Myr creatures into play with shared payoffs (e.g., Mana Rock and Mana Dork)."
- },
- {
- "id": "myriad",
- "theme": "Myriad",
- "synergies": [
- "Politics",
- "Clones",
- "Planeswalkers",
- "Super Friends",
- "Aggro"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "The Master, Multiplied",
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)",
- "Mondrak, Glory Dominus - Synergy (Clones)"
- ],
- "example_cards": [
- "Battle Angels of Tyr",
- "Scion of Calamity",
- "The Master, Multiplied",
- "Wizards of Thay",
- "Goldlust Triad",
- "Elturel Survivors",
- "Scurry of Squirrels",
- "Chittering Dispatcher"
- ],
- "synergy_commanders": [
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Yawgmoth, Thran Physician - Synergy (Planeswalkers)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Myriad leveraging synergies with Politics and Clones."
- },
- {
- "id": "mystic-kindred",
- "theme": "Mystic Kindred",
- "synergies": [
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Loran of the Third Path - Synergy (Human Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Mystic Enforcer",
- "Mystic Crusader",
- "Mystic Penitent",
- "Mystic Zealot",
- "Taoist Mystic",
- "Mystic Visionary",
- "Taoist Hermit"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Mystic creatures into play with shared payoffs (e.g., Human Kindred and Little Fellas)."
- },
- {
- "id": "nautilus-kindred",
- "theme": "Nautilus Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_cards": [
- "Hermitic Nautilus",
- "Monoist Circuit-Feeder",
- "Crystalline Nautilus",
- "Chambered Nautilus"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Nautilus creatures into play with shared payoffs."
- },
- {
- "id": "necron-kindred",
- "theme": "Necron Kindred",
- "synergies": [
- "Unearth",
- "Artifacts Matter",
- "Wizard Kindred",
- "Mill",
- "Blink"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Imotekh the Stormlord",
- "Illuminor Szeras",
- "Anrakyr the Traveller",
- "Trazyn the Infinite",
- "Szarekh, the Silent King"
- ],
- "example_cards": [
- "Biotransference",
- "Necron Deathmark",
- "Imotekh the Stormlord",
- "Illuminor Szeras",
- "Anrakyr the Traveller",
- "Chronomancer",
- "Skorpekh Lord",
- "Psychomancer"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Necron creatures into play with shared payoffs (e.g., Unearth and Artifacts Matter)."
- },
- {
- "id": "net-counters",
- "theme": "Net Counters",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Braided Net // Braided Quipu",
- "Magnetic Web",
- "Merseine"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates net counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "nightbound",
- "theme": "Nightbound",
- "synergies": [
- "Werewolf Kindred",
- "Control",
- "Stax",
- "Burn",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge",
- "Vincent Valentine // Galian Beast - Synergy (Werewolf Kindred)",
- "Ulrich of the Krallenhorde // Ulrich, Uncontested Alpha - Synergy (Werewolf Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Control)",
- "Sheoldred, Whispering One - Synergy (Control)"
- ],
- "example_cards": [
- "Outland Liberator // Frenzied Trapbreaker",
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge",
- "Ill-Tempered Loner // Howlpack Avenger",
- "Avabruck Caretaker // Hollowhenge Huntmaster",
- "Tovolar's Huntmaster // Tovolar's Packleader",
- "Howlpack Piper // Wildsong Howler",
- "Kessig Naturalist // Lord of the Ulvenwald",
- "Arlinn, the Pack's Hope // Arlinn, the Moon's Fury"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Stax)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Nightbound leveraging synergies with Werewolf Kindred and Control."
- },
- {
- "id": "nightmare-kindred",
- "theme": "Nightmare Kindred",
- "synergies": [
- "Horror Kindred",
- "Beast Kindred",
- "Draw Triggers",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Braids, Arisen Nightmare",
- "Lurrus of the Dream-Den",
- "Sephiroth, Fabled SOLDIER // Sephiroth, One-Winged Angel",
- "The Mindskinner",
- "Ovika, Enigma Goliath"
- ],
- "example_cards": [
- "Braids, Arisen Nightmare",
- "Doom Whisperer",
- "Dread Presence",
- "Lurrus of the Dream-Den",
- "Sephiroth, Fabled SOLDIER // Sephiroth, One-Winged Angel",
- "The Mindskinner",
- "Ovika, Enigma Goliath",
- "Ancient Cellarspawn"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Horror Kindred)",
- "Solphim, Mayhem Dominus - Synergy (Horror Kindred)",
- "Zopandrel, Hunger Dominus - Synergy (Horror Kindred)",
- "Loot, Exuberant Explorer - Synergy (Beast Kindred)",
- "Questing Beast - Synergy (Beast Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Nightmare creatures into play with shared payoffs (e.g., Horror Kindred and Beast Kindred)."
- },
- {
- "id": "nightstalker-kindred",
- "theme": "Nightstalker Kindred",
- "synergies": [
- "Little Fellas",
- "Big Mana"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Abyssal Nightstalker",
- "Urborg Panther",
- "Feral Shadow",
- "Breathstealer",
- "Shimian Night Stalker",
- "Predatory Nightstalker",
- "Prowling Nightstalker",
- "Nightstalker Engine"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Nightstalker creatures into play with shared payoffs (e.g., Little Fellas and Big Mana)."
- },
- {
- "id": "ninja-kindred",
- "theme": "Ninja Kindred",
- "synergies": [
- "Ninjutsu",
- "Rat Kindred",
- "Human Kindred",
- "Big Mana",
- "Aggro"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Nashi, Moon Sage's Scion",
- "Yuriko, the Tiger's Shadow",
- "Ink-Eyes, Servant of Oni",
- "Satoru, the Infiltrator",
- "Satoru Umezawa"
- ],
- "example_cards": [
- "Nashi, Moon Sage's Scion",
- "Fallen Shinobi",
- "Prosperous Thief",
- "Thousand-Faced Shadow",
- "Yuriko, the Tiger's Shadow",
- "Silver-Fur Master",
- "Silent-Blade Oni",
- "Ingenious Infiltrator"
- ],
- "synergy_commanders": [
- "Higure, the Still Wind - Synergy (Ninjutsu)",
- "Lord Skitter, Sewer King - Synergy (Rat Kindred)",
- "Marrow-Gnawer - Synergy (Rat Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ninja creatures into play with shared payoffs (e.g., Ninjutsu and Rat Kindred)."
- },
- {
- "id": "ninjutsu",
- "theme": "Ninjutsu",
- "synergies": [
- "Ninja Kindred",
- "Rat Kindred",
- "Big Mana",
- "Human Kindred",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Nashi, Moon Sage's Scion",
- "Ink-Eyes, Servant of Oni",
- "Higure, the Still Wind",
- "Yuffie, Materia Hunter",
- "Yuriko, the Tiger's Shadow - Synergy (Ninja Kindred)"
- ],
- "example_cards": [
- "Nashi, Moon Sage's Scion",
- "Fallen Shinobi",
- "Prosperous Thief",
- "Thousand-Faced Shadow",
- "Silver-Fur Master",
- "Silent-Blade Oni",
- "Ingenious Infiltrator",
- "Ink-Eyes, Servant of Oni"
- ],
- "synergy_commanders": [
- "Lord Skitter, Sewer King - Synergy (Rat Kindred)",
- "Marrow-Gnawer - Synergy (Rat Kindred)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Ninjutsu leveraging synergies with Ninja Kindred and Rat Kindred."
- },
- {
- "id": "noble-kindred",
- "theme": "Noble Kindred",
- "synergies": [
- "Vampire Kindred",
- "Lifelink",
- "Elf Kindred",
- "Human Kindred",
- "Lifegain"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Ayara, First of Locthwain",
- "Torbran, Thane of Red Fell",
- "Loot, Exuberant Explorer",
- "Talion, the Kindly Lord",
- "Arwen, Weaver of Hope"
- ],
- "example_cards": [
- "Ayara, First of Locthwain",
- "Torbran, Thane of Red Fell",
- "Loot, Exuberant Explorer",
- "Talion, the Kindly Lord",
- "Falkenrath Noble",
- "Arwen, Weaver of Hope",
- "Charming Prince",
- "Brago, King Eternal"
- ],
- "synergy_commanders": [
- "Vito, Thorn of the Dusk Rose - Synergy (Vampire Kindred)",
- "Yahenni, Undying Partisan - Synergy (Vampire Kindred)",
- "Elenda, the Dusk Rose - Synergy (Vampire Kindred)",
- "Mangara, the Diplomat - Synergy (Lifelink)",
- "Danitha Capashen, Paragon - Synergy (Lifelink)",
- "Selvala, Heart of the Wilds - Synergy (Elf Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Noble creatures into play with shared payoffs (e.g., Vampire Kindred and Lifelink)."
- },
- {
- "id": "nomad-kindred",
- "theme": "Nomad Kindred",
- "synergies": [
- "Threshold",
- "Human Kindred",
- "Reanimate",
- "Little Fellas",
- "Mill"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Pianna, Nomad Captain",
- "Kiora, the Rising Tide - Synergy (Threshold)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)"
- ],
- "example_cards": [
- "Weathered Wayfarer",
- "Tireless Tribe",
- "Nomad Mythmaker",
- "Nomads en-Kor",
- "Spurnmage Advocate",
- "Dwarven Nomad",
- "Avalanche Riders",
- "Pianna, Nomad Captain"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Nomad creatures into play with shared payoffs (e.g., Threshold and Human Kindred)."
- },
- {
- "id": "nymph-kindred",
- "theme": "Nymph Kindred",
- "synergies": [
- "Constellation",
- "Bestow",
- "Equipment Matters",
- "Enchantments Matter",
- "Auras"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Sythis, Harvest's Hand",
- "Goldberry, River-Daughter",
- "Kestia, the Cultivator",
- "Psemilla, Meletian Poet",
- "Calix, Guided by Fate - Synergy (Constellation)"
- ],
- "example_cards": [
- "Dryad of the Ilysian Grove",
- "Sythis, Harvest's Hand",
- "Alseid of Life's Bounty",
- "Goldberry, River-Daughter",
- "Naiad of Hidden Coves",
- "Lampad of Death's Vigil",
- "Kestia, the Cultivator",
- "Forgeborn Oreads"
- ],
- "synergy_commanders": [
- "Eutropia the Twice-Favored - Synergy (Constellation)",
- "Sram, Senior Edificer - Synergy (Equipment Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Nymph creatures into play with shared payoffs (e.g., Constellation and Bestow)."
- },
- {
- "id": "octopus-kindred",
- "theme": "Octopus Kindred",
- "synergies": [
- "Rogue Kindred",
- "Loot",
- "Outlaw Kindred",
- "Wizard Kindred",
- "Discard Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Kiora, the Rising Tide",
- "Queza, Augur of Agonies",
- "Octavia, Living Thesis",
- "Lorthos, the Tidemaker",
- "Marvo, Deep Operative"
- ],
- "example_cards": [
- "Spawning Kraken",
- "Sea-Dasher Octopus",
- "Kiora, the Rising Tide",
- "Queza, Augur of Agonies",
- "Octavia, Living Thesis",
- "Octomancer",
- "Omen Hawker",
- "Cephalid Facetaker"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)",
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Rankle, Master of Pranks - Synergy (Rogue Kindred)",
- "Baral, Chief of Compliance - Synergy (Loot)",
- "The Locust God - Synergy (Loot)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Octopus creatures into play with shared payoffs (e.g., Rogue Kindred and Loot)."
- },
- {
- "id": "offering",
- "theme": "Offering",
- "synergies": [
- "Spirit Kindred",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Patron of the Moon",
- "Patron of the Orochi",
- "Patron of the Nezumi",
- "Patron of the Kitsune",
- "Patron of the Akki"
- ],
- "example_cards": [
- "Blast-Furnace Hellkite",
- "Patron of the Moon",
- "Patron of the Orochi",
- "Patron of the Nezumi",
- "Patron of the Kitsune",
- "Patron of the Akki"
- ],
- "synergy_commanders": [
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Offering leveraging synergies with Spirit Kindred and Big Mana."
- },
- {
- "id": "offspring",
- "theme": "Offspring",
- "synergies": [
- "Pingers",
- "Outlaw Kindred",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Pingers)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Pingers)",
- "Niv-Mizzet, Parun - Synergy (Pingers)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)"
- ],
- "example_cards": [
- "Coruscation Mage",
- "Agate Instigator",
- "Starscape Cleric",
- "Iridescent Vinelasher",
- "Darkstar Augur",
- "Tender Wildguide",
- "Warren Warleader",
- "Prosperous Bandit"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Offspring leveraging synergies with Pingers and Outlaw Kindred."
- },
- {
- "id": "ogre-kindred",
- "theme": "Ogre Kindred",
- "synergies": [
- "Demon Kindred",
- "Warrior Kindred",
- "Shaman Kindred",
- "Rogue Kindred",
- "Outlaw Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Kazuul, Tyrant of the Cliffs",
- "Heartless Hidetsugu",
- "Ruric Thar, the Unbowed",
- "Obeka, Splitter of Seconds",
- "Obeka, Brute Chronologist"
- ],
- "example_cards": [
- "Ogre Slumlord",
- "Kazuul, Tyrant of the Cliffs",
- "Treasonous Ogre",
- "Heartless Hidetsugu",
- "Ogre Battledriver",
- "Hoarding Ogre",
- "Rose Room Treasurer",
- "Ruric Thar, the Unbowed"
- ],
- "synergy_commanders": [
- "Kardur, Doomscourge - Synergy (Demon Kindred)",
- "Vilis, Broker of Blood - Synergy (Demon Kindred)",
- "Westvale Abbey // Ormendahl, Profane Prince - Synergy (Demon Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Shaman Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ogre creatures into play with shared payoffs (e.g., Demon Kindred and Warrior Kindred)."
- },
- {
- "id": "oil-counters",
- "theme": "Oil Counters",
- "synergies": [
- "Phyrexian Kindred",
- "Counters Matter",
- "Artifacts Matter",
- "Warrior Kindred",
- "Wizard Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Migloz, Maze Crusher",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)",
- "Sheoldred, the Apocalypse - Synergy (Phyrexian Kindred)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Phyrexian Kindred)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Vat of Rebirth",
- "Urabrask's Forge",
- "Mindsplice Apparatus",
- "Armored Scrapgorger",
- "Mercurial Spelldancer",
- "Norn's Wellspring",
- "Archfiend of the Dross",
- "Sawblade Scamp"
- ],
- "synergy_commanders": [
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates oil counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "omen-counters",
- "theme": "Omen Counters",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_cards": [
- "Foreboding Statue // Forsaken Thresher",
- "Celestial Convergence",
- "Soulcipher Board // Cipherbound Spirit"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates omen counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "ooze-kindred",
- "theme": "Ooze Kindred",
- "synergies": [
- "Clones",
- "+1/+1 Counters",
- "Counters Matter",
- "Creature Tokens",
- "Voltron"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Felix Five-Boots",
- "The Mimeoplasm",
- "Aeve, Progenitor Ooze",
- "Vannifar, Evolved Enigma",
- "Prime Speaker Vannifar"
- ],
- "example_cards": [
- "Acidic Slime",
- "Scavenging Ooze",
- "Necrotic Ooze",
- "Green Slime",
- "Felix Five-Boots",
- "Uchuulon",
- "Ochre Jelly",
- "Slime Against Humanity"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Clones)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Sakashima of a Thousand Faces - Synergy (Clones)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ooze creatures into play with shared payoffs (e.g., Clones and +1/+1 Counters)."
- },
- {
- "id": "open-an-attraction",
- "theme": "Open an Attraction",
- "synergies": [
- "Employee Kindred",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Myra the Magnificent",
- "The Most Dangerous Gamer",
- "Spinnerette, Arachnobat",
- "Dee Kay, Finder of the Lost",
- "Monoxa, Midway Manager - Synergy (Employee Kindred)"
- ],
- "example_cards": [
- "\"Lifetime\" Pass Holder",
- "Deadbeat Attendant",
- "Discourtesy Clerk",
- "Command Performance",
- "Quick Fixer",
- "Monitor Monitor",
- "Myra the Magnificent",
- "Soul Swindler"
- ],
- "synergy_commanders": [
- "Captain Rex Nebula - Synergy (Employee Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Open an Attraction leveraging synergies with Employee Kindred and Blink."
- },
- {
- "id": "orb-kindred",
- "theme": "Orb Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Phantasmal Sphere"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Orb creatures into play with shared payoffs."
- },
- {
- "id": "orc-kindred",
- "theme": "Orc Kindred",
- "synergies": [
- "Army Kindred",
- "Amass",
- "Dash",
- "Pirate Kindred",
- "Treasure"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Plargg and Nassari",
- "Cadira, Caller of the Small",
- "Saruman, the White Hand",
- "Gothmog, Morgul Lieutenant",
- "Zurgo Stormrender"
- ],
- "example_cards": [
- "Orcish Bowmasters",
- "Wild-Magic Sorcerer",
- "Port Razer",
- "Plargg and Nassari",
- "Merciless Executioner",
- "Coercive Recruiter",
- "White Plume Adventurer",
- "Cadira, Caller of the Small"
- ],
- "synergy_commanders": [
- "Sauron, the Dark Lord - Synergy (Army Kindred)",
- "Sauron, Lord of the Rings - Synergy (Amass)",
- "Grishnákh, Brash Instigator - Synergy (Amass)",
- "Ragavan, Nimble Pilferer - Synergy (Dash)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Orc creatures into play with shared payoffs (e.g., Army Kindred and Amass)."
- },
- {
- "id": "ore-counters",
- "theme": "Ore Counters",
- "synergies": [
- "Lore Counters",
- "Spore Counters",
- "Read Ahead",
- "Sagas Matter",
- "Saproling Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Vorinclex, Monstrous Raider",
- "Lae'zel, Vlaakith's Champion",
- "Danny Pink",
- "Nils, Discipline Enforcer",
- "Goldberry, River-Daughter"
- ],
- "example_cards": [
- "Urza's Saga",
- "Doubling Season",
- "Innkeeper's Talent",
- "Vorinclex, Monstrous Raider",
- "Binding the Old Gods",
- "Lae'zel, Vlaakith's Champion",
- "Brass's Tunnel-Grinder // Tecutlan, the Searing Rift",
- "Urabrask // The Great Work"
- ],
- "synergy_commanders": [
- "Satsuki, the Living Lore - Synergy (Lore Counters)",
- "Tom Bombadil - Synergy (Lore Counters)",
- "Clive, Ifrit's Dominant // Ifrit, Warden of Inferno - Synergy (Lore Counters)",
- "Thelon of Havenwood - Synergy (Spore Counters)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Accumulates ore counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "orgg-kindred",
- "theme": "Orgg Kindred",
- "synergies": [],
- "primary_color": "Red",
- "example_cards": [
- "Soulgorger Orgg",
- "Butcher Orgg",
- "Trained Orgg",
- "Orgg"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Orgg creatures into play with shared payoffs."
- },
- {
- "id": "otter-kindred",
- "theme": "Otter Kindred",
- "synergies": [
- "Wizard Kindred",
- "Artifacts Matter",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Kitsa, Otterball Elite",
- "Bria, Riptide Rogue",
- "Alania, Divergent Storm",
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)",
- "Talrand, Sky Summoner - Synergy (Wizard Kindred)"
- ],
- "example_cards": [
- "Valley Floodcaller",
- "Coruscation Mage",
- "Stormcatch Mentor",
- "Kitsa, Otterball Elite",
- "Ral, Crackling Wit",
- "Bria, Riptide Rogue",
- "Splash Portal",
- "Lilypad Village"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Wizard Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Otter creatures into play with shared payoffs (e.g., Wizard Kindred and Artifacts Matter)."
- },
- {
- "id": "ouphe-kindred",
- "theme": "Ouphe Kindred",
- "synergies": [
- "Stax",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Stax)",
- "Lotho, Corrupt Shirriff - Synergy (Stax)",
- "Talrand, Sky Summoner - Synergy (Stax)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Collector Ouphe",
- "Knickknack Ouphe",
- "Kitchen Finks",
- "Dusk Urchins",
- "Spellwild Ouphe",
- "Gilder Bairn",
- "Glimmer Bairn",
- "Troublemaker Ouphe"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ouphe creatures into play with shared payoffs (e.g., Stax and Little Fellas)."
- },
- {
- "id": "outlast",
- "theme": "Outlast",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Toughness Matters",
- "Human Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Abzan Falconer",
- "Envoy of the Ancestors",
- "Abzan Battle Priest",
- "Tuskguard Captain",
- "Ainok Bond-Kin",
- "Longshot Squad",
- "Arcus Acolyte",
- "Mer-Ek Nightblade"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Outlast leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "outlaw-kindred",
- "theme": "Outlaw Kindred",
- "synergies": [
- "Warlock Kindred",
- "Pirate Kindred",
- "Rogue Kindred",
- "Assassin Kindred",
- "Mercenary Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Lotho, Corrupt Shirriff",
- "Captain Lannery Storm",
- "Saryth, the Viper's Fang",
- "Sakashima of a Thousand Faces"
- ],
- "example_cards": [
- "Zulaport Cutthroat",
- "Pitiless Plunderer",
- "Ragavan, Nimble Pilferer",
- "Morbid Opportunist",
- "Dauthi Voidwalker",
- "Faerie Mastermind",
- "Lotho, Corrupt Shirriff",
- "Opposition Agent"
- ],
- "synergy_commanders": [
- "Honest Rutstein - Synergy (Warlock Kindred)",
- "Breena, the Demagogue - Synergy (Warlock Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Outlaw creatures into play with shared payoffs (e.g., Warlock Kindred and Pirate Kindred)."
- },
- {
- "id": "overload",
- "theme": "Overload",
- "synergies": [
- "Combat Tricks",
- "Removal",
- "Spells Matter",
- "Spellslinger",
- "Interaction"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Samut, Voice of Dissent - Synergy (Combat Tricks)",
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)",
- "The Wandering Rescuer - Synergy (Combat Tricks)",
- "Ulamog, the Infinite Gyre - Synergy (Removal)",
- "Zacama, Primal Calamity - Synergy (Removal)"
- ],
- "example_cards": [
- "Cyclonic Rift",
- "Vandalblast",
- "Damn",
- "Mizzix's Mastery",
- "Winds of Abandon",
- "Eldritch Immunity",
- "Mizzium Mortars",
- "Spectacular Showdown"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Overloads modal spells into one-sided board impacts or mass disruption swings. Synergies like Combat Tricks and Removal reinforce the plan."
- },
- {
- "id": "ox-kindred",
- "theme": "Ox Kindred",
- "synergies": [
- "Token Creation",
- "Tokens Matter",
- "Toughness Matters",
- "Artifacts Matter",
- "Aggro"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Bonny Pall, Clearcutter",
- "Bruse Tarl, Roving Rancher",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)",
- "Mondrak, Glory Dominus - Synergy (Token Creation)",
- "Lotho, Corrupt Shirriff - Synergy (Token Creation)"
- ],
- "example_cards": [
- "Animal Sanctuary",
- "Restless Bivouac",
- "Bonny Pall, Clearcutter",
- "Bovine Intervention",
- "Contraband Livestock",
- "Transmogrifying Wand",
- "Summon: Kujata",
- "Dalkovan Packbeasts"
- ],
- "synergy_commanders": [
- "Adeline, Resplendent Cathar - Synergy (Tokens Matter)",
- "Talrand, Sky Summoner - Synergy (Tokens Matter)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ox creatures into play with shared payoffs (e.g., Token Creation and Tokens Matter)."
- },
- {
- "id": "oyster-kindred",
- "theme": "Oyster Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Giant Oyster"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Oyster creatures into play with shared payoffs."
- },
- {
- "id": "pack-tactics",
- "theme": "Pack tactics",
- "synergies": [
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Targ Nar, Demon-Fang Gnoll",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Combat Matters)"
- ],
- "example_cards": [
- "Battle Cry Goblin",
- "Minion of the Mighty",
- "Werewolf Pack Leader",
- "Targ Nar, Demon-Fang Gnoll",
- "Hobgoblin Captain",
- "Intrepid Outlander",
- "Gnoll Hunter",
- "Tiger-Tribe Hunter"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Pack tactics leveraging synergies with Aggro and Combat Matters."
- },
- {
- "id": "pangolin-kindred",
- "theme": "Pangolin Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_cards": [
- "Ridgescale Tusker",
- "Oreplate Pangolin",
- "Gloom Pangolin",
- "Prowling Pangolin",
- "Reckless Pangolin"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Pangolin creatures into play with shared payoffs."
- },
- {
- "id": "paradox",
- "theme": "Paradox",
- "synergies": [
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "The Thirteenth Doctor",
- "Iraxxa, Empress of Mars",
- "Osgood, Operation Double",
- "Graham O'Brien",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Flaming Tyrannosaurus",
- "The Thirteenth Doctor",
- "Iraxxa, Empress of Mars",
- "Surge of Brilliance",
- "Memory Worm",
- "Impending Flux",
- "Sisterhood of Karn",
- "Osgood, Operation Double"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Paradox leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "parley",
- "theme": "Parley",
- "synergies": [
- "Politics",
- "Draw Triggers",
- "Wheels",
- "Card Draw"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Selvala, Explorer Returned",
- "Phabine, Boss's Confidant",
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)"
- ],
- "example_cards": [
- "Selvala, Explorer Returned",
- "Storm Fleet Negotiator",
- "Phabine, Boss's Confidant",
- "Cutthroat Negotiator",
- "Innocuous Researcher",
- "Rousing of Souls",
- "Selvala's Charge",
- "Selvala's Enforcer"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Draw Triggers)",
- "Selvala, Heart of the Wilds - Synergy (Draw Triggers)",
- "Niv-Mizzet, Parun - Synergy (Wheels)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Parley leveraging synergies with Politics and Draw Triggers."
- },
- {
- "id": "partner",
- "theme": "Partner",
- "synergies": [
- "Partner with",
- "Performer Kindred",
- "Pirate Kindred",
- "Artificer Kindred",
- "Planeswalkers"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Kodama of the East Tree",
- "Sakashima of a Thousand Faces",
- "Kediss, Emberclaw Familiar",
- "Ardenn, Intrepid Archaeologist",
- "Thrasios, Triton Hero"
- ],
- "example_cards": [
- "Kodama of the East Tree",
- "Sakashima of a Thousand Faces",
- "Kediss, Emberclaw Familiar",
- "Ardenn, Intrepid Archaeologist",
- "Thrasios, Triton Hero",
- "Rograkh, Son of Rohgahh",
- "Malcolm, Keen-Eyed Navigator",
- "Prava of the Steel Legion"
- ],
- "synergy_commanders": [
- "Pippin, Warden of Isengard - Synergy (Partner with)",
- "Merry, Warden of Isengard - Synergy (Partner with)",
- "Pir, Imaginative Rascal - Synergy (Partner with)",
- "Magar of the Magic Strings - Synergy (Performer Kindred)",
- "Myra the Magnificent - Synergy (Performer Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Pirate Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Partner leveraging synergies with Partner with and Performer Kindred."
- },
- {
- "id": "partner-with",
- "theme": "Partner with",
- "synergies": [
- "Partner",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Conditional Draw"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Pippin, Warden of Isengard",
- "Merry, Warden of Isengard",
- "Pir, Imaginative Rascal",
- "Frodo, Adventurous Hobbit",
- "Toothy, Imaginary Friend"
- ],
- "example_cards": [
- "Pippin, Warden of Isengard",
- "Merry, Warden of Isengard",
- "Pir, Imaginative Rascal",
- "Frodo, Adventurous Hobbit",
- "Toothy, Imaginary Friend",
- "Brallin, Skyshark Rider",
- "Sam, Loyal Attendant",
- "Shabraz, the Skyshark"
- ],
- "synergy_commanders": [
- "Kodama of the East Tree - Synergy (Partner)",
- "Sakashima of a Thousand Faces - Synergy (Partner)",
- "Kediss, Emberclaw Familiar - Synergy (Partner)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Partner with leveraging synergies with Partner and Blink."
- },
- {
- "id": "peasant-kindred",
- "theme": "Peasant Kindred",
- "synergies": [
- "Halfling Kindred",
- "Food Token",
- "Food",
- "Ally Kindred",
- "Transform"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Rosie Cotton of South Lane",
- "The Gaffer",
- "Samwise Gamgee",
- "Thrakkus the Butcher",
- "Farmer Cotton"
- ],
- "example_cards": [
- "Rosie Cotton of South Lane",
- "The Gaffer",
- "Samwise Gamgee",
- "Thrakkus the Butcher",
- "Farmer Cotton",
- "Experimental Confectioner",
- "Old Rutstein",
- "Tato Farmer"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Halfling Kindred)",
- "Peregrin Took - Synergy (Halfling Kindred)",
- "Syr Ginger, the Meal Ender - Synergy (Food)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Peasant creatures into play with shared payoffs (e.g., Halfling Kindred and Food Token)."
- },
- {
- "id": "pegasus-kindred",
- "theme": "Pegasus Kindred",
- "synergies": [
- "Flying",
- "Little Fellas",
- "Toughness Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Thurid, Mare of Destiny",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Archon of Sun's Grace",
- "Starnheim Courser",
- "Storm Herd",
- "Vryn Wingmare",
- "Boreas Charger",
- "Pegasus Guardian // Rescue the Foal",
- "Cavalry Pegasus",
- "Thurid, Mare of Destiny"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Pegasus creatures into play with shared payoffs (e.g., Flying and Little Fellas)."
- },
- {
- "id": "performer-kindred",
- "theme": "Performer Kindred",
- "synergies": [
- "Partner",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Human Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Magar of the Magic Strings",
- "Myra the Magnificent",
- "Spinnerette, Arachnobat",
- "Gwen Stacy // Ghost-Spider",
- "Mary Jane Watson"
- ],
- "example_cards": [
- "Dancer's Chakrams",
- "Magar of the Magic Strings",
- "Myra the Magnificent",
- "Centaur of Attention",
- "Spinnerette, Arachnobat",
- "Atomwheel Acrobats",
- "Gwen Stacy // Ghost-Spider",
- "Chicken Troupe"
- ],
- "synergy_commanders": [
- "Kodama of the East Tree - Synergy (Partner)",
- "Sakashima of a Thousand Faces - Synergy (Partner)",
- "Kediss, Emberclaw Familiar - Synergy (Partner)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Performer creatures into play with shared payoffs (e.g., Partner and Blink)."
- },
- {
- "id": "persist",
- "theme": "Persist",
- "synergies": [
- "-1/-1 Counters",
- "Sacrifice Matters",
- "Aristocrats",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Yawgmoth, Thran Physician - Synergy (-1/-1 Counters)",
- "Vorinclex, Monstrous Raider - Synergy (-1/-1 Counters)",
- "Lae'zel, Vlaakith's Champion - Synergy (-1/-1 Counters)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Glen Elendra Archmage",
- "Puppeteer Clique",
- "Woodfall Primus",
- "River Kelpie",
- "Persistent Constrictor",
- "Murderous Redcap",
- "Putrid Goblin",
- "Lesser Masticore"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Aristocrats)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Persist leveraging synergies with -1/-1 Counters and Sacrifice Matters."
- },
- {
- "id": "pest-kindred",
- "theme": "Pest Kindred",
- "synergies": [
- "Sacrifice Matters",
- "Aristocrats",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Beledros Witherbloom",
- "Valentin, Dean of the Vein // Lisette, Dean of the Root",
- "Blex, Vexing Pest // Search for Blex",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Beledros Witherbloom",
- "Sedgemoor Witch",
- "Blight Mound",
- "Signal Pest",
- "Callous Bloodmage",
- "Valentin, Dean of the Vein // Lisette, Dean of the Root",
- "Blex, Vexing Pest // Search for Blex",
- "Nuisance Engine"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Aristocrats)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Aristocrats)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Pest creatures into play with shared payoffs (e.g., Sacrifice Matters and Aristocrats)."
- },
- {
- "id": "phasing",
- "theme": "Phasing",
- "synergies": [
- "Flying",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Taniwha",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Taniwha",
- "Teferi's Isle",
- "Katabatic Winds",
- "Shimmering Efreet",
- "Ertai's Familiar",
- "Merfolk Raiders",
- "Teferi's Imp",
- "Sandbar Crocodile"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Phasing leveraging synergies with Flying and Little Fellas."
- },
- {
- "id": "phoenix-kindred",
- "theme": "Phoenix Kindred",
- "synergies": [
- "Haste",
- "Flying",
- "Midrange",
- "Mill",
- "Blink"
- ],
- "primary_color": "Red",
- "example_commanders": [
- "Otharri, Suns' Glory",
- "Joshua, Phoenix's Dominant // Phoenix, Warden of Fire",
- "Syrix, Carrier of the Flame",
- "Aurelia, the Warleader - Synergy (Haste)",
- "Yahenni, Undying Partisan - Synergy (Haste)"
- ],
- "example_cards": [
- "Otharri, Suns' Glory",
- "Aurora Phoenix",
- "Phoenix Chick",
- "Jaya's Phoenix",
- "Joshua, Phoenix's Dominant // Phoenix, Warden of Fire",
- "Detective's Phoenix",
- "Flamewake Phoenix",
- "Everquill Phoenix"
- ],
- "synergy_commanders": [
- "Kiki-Jiki, Mirror Breaker - Synergy (Haste)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Rishkar, Peema Renegade - Synergy (Midrange)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Phoenix creatures into play with shared payoffs (e.g., Haste and Flying)."
- },
- {
- "id": "phyrexian-kindred",
- "theme": "Phyrexian Kindred",
- "synergies": [
- "Germ Kindred",
- "Carrier Kindred",
- "Living weapon",
- "Toxic",
- "Incubator Token"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Mondrak, Glory Dominus",
- "Sheoldred, the Apocalypse",
- "Elas il-Kor, Sadistic Pilgrim",
- "Sheoldred, Whispering One",
- "Elesh Norn, Grand Cenobite"
- ],
- "example_cards": [
- "Phyrexian Metamorph",
- "Mondrak, Glory Dominus",
- "Psychosis Crawler",
- "Sheoldred, the Apocalypse",
- "Massacre Wurm",
- "Elas il-Kor, Sadistic Pilgrim",
- "Cankerbloom",
- "Sheoldred, Whispering One"
- ],
- "synergy_commanders": [
- "Bitterthorn, Nissa's Animus - Synergy (Germ Kindred)",
- "Kaldra Compleat - Synergy (Living weapon)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Phyrexian creatures into play with shared payoffs (e.g., Germ Kindred and Carrier Kindred)."
- },
- {
- "id": "pillowfort",
- "theme": "Pillowfort",
- "synergies": [
- "Planeswalkers",
- "Super Friends",
- "Control",
- "Stax",
- "Pingers"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Baird, Steward of Argive",
- "Teysa, Envoy of Ghosts",
- "Sivitri, Dragon Master",
- "Isperia, Supreme Judge",
- "Thantis, the Warweaver"
- ],
- "example_cards": [
- "Propaganda",
- "Ghostly Prison",
- "Sphere of Safety",
- "Windborn Muse",
- "Inkshield",
- "Promise of Loyalty",
- "Silent Arbiter",
- "Crawlspace"
- ],
- "synergy_commanders": [
- "Adeline, Resplendent Cathar - Synergy (Planeswalkers)",
- "Yawgmoth, Thran Physician - Synergy (Planeswalkers)",
- "Vorinclex, Monstrous Raider - Synergy (Planeswalkers)",
- "Lae'zel, Vlaakith's Champion - Synergy (Super Friends)",
- "Tekuthal, Inquiry Dominus - Synergy (Super Friends)",
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Deploys deterrents and taxation effects to deflect aggression while assembling a protected win route. Synergies like Planeswalkers and Super Friends reinforce the plan."
- },
- {
- "id": "pilot-kindred",
- "theme": "Pilot Kindred",
- "synergies": [
- "Vehicles",
- "Mount Kindred",
- "Artifacts Matter",
- "Creature Tokens",
- "Token Creation"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Shorikai, Genesis Engine",
- "Cid, Freeflier Pilot",
- "Kotori, Pilot Prodigy",
- "Tannuk, Memorial Ensign",
- "Sazh Katzroy"
- ],
- "example_cards": [
- "Shorikai, Genesis Engine",
- "Mech Hangar",
- "Reckoner Bankbuster",
- "Cid, Freeflier Pilot",
- "Kotori, Pilot Prodigy",
- "Elvish Mariner",
- "Prodigy's Prototype",
- "Defend the Rider"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Vehicles)",
- "The Indomitable - Synergy (Vehicles)",
- "The Gitrog, Ravenous Ride - Synergy (Mount Kindred)",
- "Calamity, Galloping Inferno - Synergy (Mount Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Pilot creatures into play with shared payoffs (e.g., Vehicles and Mount Kindred)."
- },
- {
- "id": "pingers",
- "theme": "Pingers",
- "synergies": [
- "Extort",
- "Devil Kindred",
- "Offspring",
- "Burn",
- "Role token"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Elas il-Kor, Sadistic Pilgrim",
- "Niv-Mizzet, Parun",
- "Ayara, First of Locthwain",
- "Kardur, Doomscourge"
- ],
- "example_cards": [
- "Talisman of Dominance",
- "City of Brass",
- "Shivan Reef",
- "Caves of Koilos",
- "Talisman of Creativity",
- "Battlefield Forge",
- "Talisman of Indulgence",
- "Yavimaya Coast"
- ],
- "synergy_commanders": [
- "Sorin of House Markov // Sorin, Ravenous Neonate - Synergy (Extort)",
- "Mahadi, Emporium Master - Synergy (Devil Kindred)",
- "Zurzoth, Chaos Rider - Synergy (Devil Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Pingers leveraging synergies with Extort and Devil Kindred."
- },
- {
- "id": "pirate-kindred",
- "theme": "Pirate Kindred",
- "synergies": [
- "Siren Kindred",
- "Raid",
- "Encore",
- "Outlaw Kindred",
- "Explore"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Captain Lannery Storm",
- "Malcolm, Alluring Scoundrel",
- "Breeches, Eager Pillager",
- "Malcolm, Keen-Eyed Navigator"
- ],
- "example_cards": [
- "Pitiless Plunderer",
- "Ragavan, Nimble Pilferer",
- "Siren Stormtamer",
- "Captain Lannery Storm",
- "Hostage Taker",
- "Impulsive Pilferer",
- "Malcolm, Alluring Scoundrel",
- "Spectral Sailor"
- ],
- "synergy_commanders": [
- "Malcolm, the Eyes - Synergy (Siren Kindred)",
- "Alesha, Who Laughs at Fate - Synergy (Raid)",
- "Rose, Cutthroat Raider - Synergy (Raid)",
- "Sliver Gravemother - Synergy (Encore)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Pirate creatures into play with shared payoffs (e.g., Siren Kindred and Raid)."
- },
- {
- "id": "plague-counters",
- "theme": "Plague Counters",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Plague Boiler",
- "Traveling Plague",
- "Withering Hex"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates plague counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "plainscycling",
- "theme": "Plainscycling",
- "synergies": [
- "Land Types Matter",
- "Cycling",
- "Loot",
- "Ramp",
- "Discard Matters"
- ],
- "primary_color": "White",
- "example_commanders": [
- "Vorinclex // The Grand Evolution - Synergy (Land Types Matter)",
- "Karametra, God of Harvests - Synergy (Land Types Matter)",
- "Titania, Nature's Force - Synergy (Land Types Matter)",
- "The Balrog of Moria - Synergy (Cycling)",
- "Monstrosity of the Lake - Synergy (Cycling)"
- ],
- "example_cards": [
- "Angel of the Ruins",
- "Eagles of the North",
- "Timeless Dragon",
- "Eternal Dragon",
- "Soaring Sandwing",
- "Alabaster Host Intercessor",
- "Cloudbound Moogle",
- "Shepherding Spirits"
- ],
- "synergy_commanders": [
- "Baral, Chief of Compliance - Synergy (Loot)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Plainscycling leveraging synergies with Land Types Matter and Cycling."
- },
- {
- "id": "plainswalk",
- "theme": "Plainswalk",
- "synergies": [],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_cards": [
- "Zodiac Rooster",
- "Graceful Antelope",
- "Boggart Arsonists",
- "Righteous Avengers"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Plainswalk theme and its supporting synergies."
- },
- {
- "id": "planeswalkers",
- "theme": "Planeswalkers",
- "synergies": [
- "Proliferate",
- "Superfriends",
- "Super Friends",
- "Myriad",
- "Loyalty Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Adeline, Resplendent Cathar",
- "Yawgmoth, Thran Physician",
- "Vorinclex, Monstrous Raider",
- "Lae'zel, Vlaakith's Champion",
- "Tekuthal, Inquiry Dominus"
- ],
- "example_cards": [
- "Karn's Bastion",
- "Doubling Season",
- "Spark Double",
- "Evolution Sage",
- "Plaza of Heroes",
- "Adeline, Resplendent Cathar",
- "Minamo, School at Water's Edge",
- "Cankerbloom"
- ],
- "synergy_commanders": [
- "Atraxa, Praetors' Voice - Synergy (Proliferate)",
- "Daretti, Scrap Savant - Synergy (Superfriends)",
- "Freyalise, Llanowar's Fury - Synergy (Superfriends)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Protects and reuses planeswalkers—amplifying loyalty via proliferate and recursion for inevitability. Synergies like Proliferate and Superfriends reinforce the plan."
- },
- {
- "id": "plant-kindred",
- "theme": "Plant Kindred",
- "synergies": [
- "Defender",
- "Wall Kindred",
- "Landfall",
- "Reach",
- "Mana Dork"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Bristly Bill, Spine Sower",
- "The Necrobloom",
- "Phylath, World Sculptor",
- "Yuma, Proud Protector",
- "Grismold, the Dreadsower"
- ],
- "example_cards": [
- "Avenger of Zendikar",
- "Topiary Stomper",
- "Bristly Bill, Spine Sower",
- "Insidious Roots",
- "Cultivator Colossus",
- "Ilysian Caryatid",
- "Sylvan Caryatid",
- "Dowsing Dagger // Lost Vale"
- ],
- "synergy_commanders": [
- "The Pride of Hull Clade - Synergy (Defender)",
- "Sokrates, Athenian Teacher - Synergy (Defender)",
- "Pramikon, Sky Rampart - Synergy (Defender)",
- "Rammas Echor, Ancient Shield - Synergy (Wall Kindred)",
- "Teyo, Geometric Tactician - Synergy (Wall Kindred)",
- "Tatyova, Benthic Druid - Synergy (Landfall)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Plant creatures into play with shared payoffs (e.g., Defender and Wall Kindred)."
- },
- {
- "id": "plot",
- "theme": "Plot",
- "synergies": [
- "Exile Matters",
- "Rogue Kindred",
- "Outlaw Kindred",
- "Unconditional Draw",
- "Card Draw"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Doc Aurlock, Grizzled Genius",
- "Fblthp, Lost on the Range",
- "Lilah, Undefeated Slickshot",
- "Etali, Primal Storm - Synergy (Exile Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Exile Matters)"
- ],
- "example_cards": [
- "Aven Interrupter",
- "Railway Brawler",
- "Doc Aurlock, Grizzled Genius",
- "Outcaster Trailblazer",
- "Fblthp, Lost on the Range",
- "Lock and Load",
- "Highway Robbery",
- "Pitiless Carnage"
- ],
- "synergy_commanders": [
- "Urza, Lord High Artificer - Synergy (Exile Matters)",
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)",
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Plot leveraging synergies with Exile Matters and Rogue Kindred."
- },
- {
- "id": "poison-counters",
- "theme": "Poison Counters",
- "synergies": [
- "Toxic",
- "Corrupted",
- "Mite Kindred",
- "Infect",
- "Phyrexian Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Skrelv, Defector Mite",
- "Skithiryx, the Blight Dragon",
- "Fynn, the Fangbearer",
- "Karumonix, the Rat King"
- ],
- "example_cards": [
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Skrelv, Defector Mite",
- "Triumph of the Hordes",
- "Vraska, Betrayal's Sting",
- "White Sun's Twilight",
- "Skrelv's Hive",
- "Plague Myr",
- "Grafted Exoskeleton"
- ],
- "synergy_commanders": [
- "Ixhel, Scion of Atraxa - Synergy (Toxic)",
- "Vishgraz, the Doomhive - Synergy (Mite Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Leverages Infect/Toxic pressure and proliferate to accelerate poison win thresholds. Synergies like Toxic and Corrupted reinforce the plan."
- },
- {
- "id": "politics",
- "theme": "Politics",
- "synergies": [
- "Encore",
- "Melee",
- "Council's dilemma",
- "Tempting offer",
- "Monger Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Braids, Arisen Nightmare",
- "Loran of the Third Path",
- "Adeline, Resplendent Cathar",
- "Selvala, Explorer Returned",
- "Queen Marchesa"
- ],
- "example_cards": [
- "Braids, Arisen Nightmare",
- "Geier Reach Sanitarium",
- "Loran of the Third Path",
- "Faerie Mastermind",
- "Adeline, Resplendent Cathar",
- "Tempt with Discovery",
- "Blade of Selves",
- "Grasp of Fate"
- ],
- "synergy_commanders": [
- "Sliver Gravemother - Synergy (Encore)",
- "Adriana, Captain of the Guard - Synergy (Melee)",
- "Wulfgar of Icewind Dale - Synergy (Melee)",
- "Tivit, Seller of Secrets - Synergy (Council's dilemma)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Politics leveraging synergies with Encore and Melee."
- },
- {
- "id": "populate",
- "theme": "Populate",
- "synergies": [
- "Clones",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter",
- "Enchantments Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Trostani, Selesnya's Voice",
- "Cayth, Famed Mechanist",
- "Xavier Sal, Infested Captain",
- "Ghired, Conclave Exile",
- "Mondrak, Glory Dominus - Synergy (Clones)"
- ],
- "example_cards": [
- "Rootborn Defenses",
- "Sundering Growth",
- "Nesting Dovehawk",
- "Trostani, Selesnya's Voice",
- "Druid's Deliverance",
- "Determined Iteration",
- "Growing Ranks",
- "Cayth, Famed Mechanist"
- ],
- "synergy_commanders": [
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Sakashima of a Thousand Faces - Synergy (Clones)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)",
- "Talrand, Sky Summoner - Synergy (Creature Tokens)",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Populate leveraging synergies with Clones and Creature Tokens."
- },
- {
- "id": "porcupine-kindred",
- "theme": "Porcupine Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_cards": [
- "Quilled Charger",
- "Treacherous Trapezist"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Porcupine creatures into play with shared payoffs."
- },
- {
- "id": "possum-kindred",
- "theme": "Possum Kindred",
- "synergies": [],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_cards": [
- "Tender Wildguide",
- "Rambling Possum",
- "Brightfield Glider"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Possum creatures into play with shared payoffs."
- },
- {
- "id": "powerstone-token",
- "theme": "Powerstone Token",
- "synergies": [
- "Artifact Tokens",
- "Artificer Kindred",
- "Mana Dork",
- "Ramp",
- "Token Creation"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Ashnod, Flesh Mechanist",
- "Urza, Powerstone Prodigy",
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)",
- "Lotho, Corrupt Shirriff - Synergy (Artifact Tokens)",
- "Peregrin Took - Synergy (Artifact Tokens)"
- ],
- "example_cards": [
- "Cityscape Leveler",
- "Karn, Living Legacy",
- "Hall of Tagsin",
- "Terisiare's Devastation",
- "Visions of Phyrexia",
- "Slagstone Refinery",
- "Urza's Command",
- "Thran Spider"
- ],
- "synergy_commanders": [
- "Loran of the Third Path - Synergy (Artificer Kindred)",
- "Sai, Master Thopterist - Synergy (Artificer Kindred)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Mana Dork)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Artifact Tokens and Artificer Kindred reinforce the plan."
- },
- {
- "id": "praetor-kindred",
- "theme": "Praetor Kindred",
- "synergies": [
- "Phyrexian Kindred",
- "Transform",
- "Big Mana",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sheoldred, the Apocalypse",
- "Sheoldred, Whispering One",
- "Elesh Norn, Grand Cenobite",
- "Elesh Norn, Mother of Machines",
- "Vorinclex, Monstrous Raider"
- ],
- "example_cards": [
- "Sheoldred, the Apocalypse",
- "Sheoldred, Whispering One",
- "Elesh Norn, Grand Cenobite",
- "Elesh Norn, Mother of Machines",
- "Vorinclex, Monstrous Raider",
- "Urabrask // The Great Work",
- "Jin-Gitaxias, Progress Tyrant",
- "Sheoldred // The True Scriptures"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Phyrexian Kindred)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Transform)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Praetor creatures into play with shared payoffs (e.g., Phyrexian Kindred and Transform)."
- },
- {
- "id": "primarch-kindred",
- "theme": "Primarch Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_commanders": [
- "Magnus the Red",
- "Mortarion, Daemon Primarch"
- ],
- "example_cards": [
- "Magnus the Red",
- "Mortarion, Daemon Primarch"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Primarch creatures into play with shared payoffs."
- },
- {
- "id": "processor-kindred",
- "theme": "Processor Kindred",
- "synergies": [
- "Devoid",
- "Eldrazi Kindred",
- "Exile Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Ulalek, Fused Atrocity - Synergy (Devoid)",
- "Kozilek, Butcher of Truth - Synergy (Eldrazi Kindred)",
- "Ulamog, the Infinite Gyre - Synergy (Eldrazi Kindred)",
- "Etali, Primal Storm - Synergy (Exile Matters)"
- ],
- "example_cards": [
- "Ulamog's Nullifier",
- "Blight Herder",
- "Void Attendant",
- "Ulamog's Despoiler",
- "Ruin Processor",
- "Wasteland Strangler",
- "Ulamog's Reclaimer",
- "Mind Raker"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Processor creatures into play with shared payoffs (e.g., Devoid and Eldrazi Kindred)."
- },
- {
- "id": "proliferate",
- "theme": "Proliferate",
- "synergies": [
- "+1/+1 Counters",
- "Planeswalkers",
- "Counters Matter",
- "Infect",
- "-1/-1 Counters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Yawgmoth, Thran Physician",
- "Tekuthal, Inquiry Dominus",
- "Atraxa, Praetors' Voice",
- "Ezuri, Stalker of Spheres",
- "Agent Frank Horrigan"
- ],
- "example_cards": [
- "Karn's Bastion",
- "Evolution Sage",
- "Cankerbloom",
- "Yawgmoth, Thran Physician",
- "Thrummingbird",
- "Tezzeret's Gambit",
- "Inexorable Tide",
- "Flux Channeler"
- ],
- "synergy_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Adeline, Resplendent Cathar - Synergy (Planeswalkers)",
- "Vorinclex, Monstrous Raider - Synergy (Planeswalkers)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Multiplies diverse counters (e.g., +1/+1, loyalty, poison) to escalate board state and inevitability. Synergies like Counters Matter and +1/+1 Counters reinforce the plan."
- },
- {
- "id": "protection",
- "theme": "Protection",
- "synergies": [
- "Ward",
- "Hexproof",
- "Indestructible",
- "Shroud",
- "Divinity Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Toski, Bearer of Secrets",
- "Purphoros, God of the Forge",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Boromir, Warden of the Tower",
- "Avacyn, Angel of Hope"
- ],
- "example_cards": [
- "Heroic Intervention",
- "The One Ring",
- "Teferi's Protection",
- "Roaming Throne",
- "Boros Charm",
- "Flawless Maneuver",
- "Akroma's Will",
- "Mithril Coat"
- ],
- "synergy_commanders": [
- "Adrix and Nev, Twincasters - Synergy (Ward)",
- "Miirym, Sentinel Wyrm - Synergy (Ward)",
- "Ulamog, the Defiler - Synergy (Ward)",
- "General Ferrous Rokiric - Synergy (Hexproof)",
- "Silumgar, the Drifting Death - Synergy (Hexproof)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Protection leveraging synergies with Ward and Hexproof."
- },
- {
- "id": "prototype",
- "theme": "Prototype",
- "synergies": [
- "Construct Kindred",
- "Artifacts Matter",
- "Big Mana",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Urza, Lord High Artificer - Synergy (Construct Kindred)",
- "Jan Jansen, Chaos Crafter - Synergy (Construct Kindred)",
- "Urza, Chief Artificer - Synergy (Construct Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)"
- ],
- "example_cards": [
- "Steel Seraph",
- "Skitterbeam Battalion",
- "Hulking Metamorph",
- "Cradle Clearcutter",
- "Frogmyr Enforcer",
- "Phyrexian Fleshgorger",
- "Combat Thresher",
- "Rootwire Amalgam"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Prototype leveraging synergies with Construct Kindred and Artifacts Matter."
- },
- {
- "id": "provoke",
- "theme": "Provoke",
- "synergies": [
- "Aggro",
- "Combat Matters",
- "Big Mana"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Combat Matters)",
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "example_cards": [
- "Goblin Grappler",
- "Deftblade Elite",
- "Krosan Vorine",
- "Feral Throwback",
- "Brontotherium",
- "Crested Craghorn",
- "Swooping Talon",
- "Lowland Tracker"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Provoke leveraging synergies with Aggro and Combat Matters."
- },
- {
- "id": "prowess",
- "theme": "Prowess",
- "synergies": [
- "Spellslinger",
- "Noncreature Spells",
- "Monk Kindred",
- "Djinn Kindred",
- "Artifacts Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Kitsa, Otterball Elite",
- "Bria, Riptide Rogue",
- "Elsha of the Infinite",
- "Eris, Roar of the Storm",
- "Lyse Hext"
- ],
- "example_cards": [
- "Harmonic Prodigy",
- "Pinnacle Monk // Mystic Peak",
- "Stormcatch Mentor",
- "Monastery Mentor",
- "Kitsa, Otterball Elite",
- "Bria, Riptide Rogue",
- "Riptide Gearhulk",
- "Elsha of the Infinite"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spellslinger)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spellslinger)",
- "Talrand, Sky Summoner - Synergy (Spellslinger)",
- "Azusa, Lost but Seeking - Synergy (Monk Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Chains cheap instants & sorceries for velocity—converting triggers into scalable damage or card advantage before a finisher. Synergies like Spellslinger and Noncreature Spells reinforce the plan."
- },
- {
- "id": "prowl",
- "theme": "Prowl",
- "synergies": [
- "Rogue Kindred",
- "Outlaw Kindred",
- "Aggro",
- "Combat Matters",
- "Spells Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)",
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Rankle, Master of Pranks - Synergy (Rogue Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)"
- ],
- "example_cards": [
- "Notorious Throng",
- "Enigma Thief",
- "Stinkdrinker Bandit",
- "Knowledge Exploitation",
- "Latchkey Faerie",
- "Thieves' Fortune",
- "Earwig Squad",
- "Auntie's Snitch"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Enables Prowl cost reductions via tribe-based combat connections, accelerating tempo sequencing. Synergies like Rogue Kindred and Outlaw Kindred reinforce the plan."
- },
- {
- "id": "quest-counters",
- "theme": "Quest Counters",
- "synergies": [
- "Landfall",
- "Counters Matter",
- "Enchantments Matter",
- "Lands Matter",
- "Token Creation"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Yes Man, Personal Securitron",
- "Craig Boone, Novac Guard",
- "ED-E, Lonesome Eyebot",
- "Sierra, Nuka's Biggest Fan",
- "Overseer of Vault 76"
- ],
- "example_cards": [
- "Beastmaster Ascension",
- "Bloodchief Ascension",
- "Khalni Heart Expedition",
- "Luminarch Ascension",
- "Quest for Renewal",
- "Yes Man, Personal Securitron",
- "Quest for the Goblin Lord",
- "Craig Boone, Novac Guard"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Landfall)",
- "Aesi, Tyrant of Gyre Strait - Synergy (Landfall)",
- "Bristly Bill, Spine Sower - Synergy (Landfall)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates quest counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "rabbit-kindred",
- "theme": "Rabbit Kindred",
- "synergies": [
- "Warrior Kindred",
- "Creature Tokens",
- "Lands Matter",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Kwain, Itinerant Meddler",
- "Baylen, the Haymaker",
- "Cadira, Caller of the Small",
- "Preston, the Vanisher",
- "Ms. Bumbleflower"
- ],
- "example_cards": [
- "Claim Jumper",
- "Kwain, Itinerant Meddler",
- "Tempt with Bunnies",
- "Jacked Rabbit",
- "Baylen, the Haymaker",
- "Cadira, Caller of the Small",
- "Oakhollow Village",
- "Preston, the Vanisher"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Krenko, Mob Boss - Synergy (Warrior Kindred)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)",
- "Talrand, Sky Summoner - Synergy (Creature Tokens)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Rabbit creatures into play with shared payoffs (e.g., Warrior Kindred and Creature Tokens)."
- },
- {
- "id": "raccoon-kindred",
- "theme": "Raccoon Kindred",
- "synergies": [
- "Warrior Kindred",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Bello, Bard of the Brambles",
- "Muerra, Trash Tactician",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Krenko, Mob Boss - Synergy (Warrior Kindred)"
- ],
- "example_cards": [
- "Bramble Familiar // Fetch Quest",
- "Oakhollow Village",
- "Trailtracker Scout",
- "Bello, Bard of the Brambles",
- "Wandertale Mentor",
- "Prosperous Bandit",
- "Valley Mightcaller",
- "Rockface Village"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Raccoon creatures into play with shared payoffs (e.g., Warrior Kindred and Blink)."
- },
- {
- "id": "rad-counters",
- "theme": "Rad Counters",
- "synergies": [
- "Mutant Kindred",
- "Zombie Kindred",
- "Mill",
- "Counters Matter",
- "+1/+1 Counters"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "The Wise Mothman",
- "The Master, Transcendent",
- "Strong, the Brutish Thespian",
- "Harold and Bob, First Numens",
- "Agent Frank Horrigan - Synergy (Mutant Kindred)"
- ],
- "example_cards": [
- "Struggle for Project Purity",
- "Nuclear Fallout",
- "Feral Ghoul",
- "The Wise Mothman",
- "Tato Farmer",
- "Screeching Scorchbeast",
- "Mirelurk Queen",
- "Glowing One"
- ],
- "synergy_commanders": [
- "Deadpool, Trading Card - Synergy (Mutant Kindred)",
- "Neheb, the Eternal - Synergy (Zombie Kindred)",
- "Mikaeus, the Unhallowed - Synergy (Zombie Kindred)",
- "Syr Konrad, the Grim - Synergy (Mill)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates rad counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "radiance",
- "theme": "Radiance",
- "synergies": [
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Bathe in Light",
- "Brightflame",
- "Rally the Righteous",
- "Leave No Trace",
- "Wojek Embermage",
- "Surge of Zeal",
- "Cleansing Beam",
- "Incite Hysteria"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Radiance leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "raid",
- "theme": "Raid",
- "synergies": [
- "Pirate Kindred",
- "Outlaw Kindred",
- "Draw Triggers",
- "Wheels",
- "Warrior Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Alesha, Who Laughs at Fate",
- "Rose, Cutthroat Raider",
- "Lara Croft, Tomb Raider",
- "Ragavan, Nimble Pilferer - Synergy (Pirate Kindred)",
- "Captain Lannery Storm - Synergy (Pirate Kindred)"
- ],
- "example_cards": [
- "Alesha, Who Laughs at Fate",
- "Bloodsoaked Champion",
- "Rose, Cutthroat Raider",
- "Raiders' Wake",
- "Searslicer Goblin",
- "Wingmate Roc",
- "Perforating Artist",
- "Brazen Cannonade"
- ],
- "synergy_commanders": [
- "Malcolm, Alluring Scoundrel - Synergy (Pirate Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)",
- "Saryth, the Viper's Fang - Synergy (Outlaw Kindred)",
- "Braids, Arisen Nightmare - Synergy (Draw Triggers)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Raid leveraging synergies with Pirate Kindred and Outlaw Kindred."
- },
- {
- "id": "rally",
- "theme": "Rally",
- "synergies": [
- "Ally Kindred",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Munda, Ambush Leader",
- "Drana, Liberator of Malakir - Synergy (Ally Kindred)",
- "Mina and Denn, Wildborn - Synergy (Ally Kindred)",
- "Zada, Hedron Grinder - Synergy (Ally Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Hero of Goma Fada",
- "Kalastria Healer",
- "Lantern Scout",
- "Resolute Blademaster",
- "Chasm Guide",
- "Firemantle Mage",
- "Ondu Champion",
- "Kor Bladewhirl"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Rally leveraging synergies with Ally Kindred and Little Fellas."
- },
- {
- "id": "ramp",
- "theme": "Ramp",
- "synergies": [
- "Treasure Token",
- "Land Tutors",
- "Mana Dork",
- "Mana Rock",
- "Landcycling"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Azusa, Lost but Seeking",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Selvala, Heart of the Wilds",
- "Six",
- "Rishkar, Peema Renegade"
- ],
- "example_cards": [
- "Sol Ring",
- "Arcane Signet",
- "Evolving Wilds",
- "Fellwar Stone",
- "Cultivate",
- "Thought Vessel",
- "Myriad Landscape",
- "Farseek"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Treasure Token)",
- "Lotho, Corrupt Shirriff - Synergy (Treasure Token)",
- "Old Gnawbone - Synergy (Treasure Token)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Accelerates mana ahead of curve, then converts surplus into oversized threats or multi-spell bursts. Synergies like Treasure Token and Land Tutors reinforce the plan."
- },
- {
- "id": "rampage",
- "theme": "Rampage",
- "synergies": [
- "Big Mana"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Chromium",
- "Marhault Elsdragon",
- "Hunding Gjornersen",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Varchild's War-Riders",
- "Gorilla Berserkers",
- "Teeka's Dragon",
- "Chromium",
- "Craw Giant",
- "Wolverine Pack",
- "Marhault Elsdragon",
- "Aerathi Berserker"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accelerates mana ahead of curve, then converts surplus into oversized threats or multi-spell bursts. Synergies like Big Mana reinforce the plan."
- },
- {
- "id": "ranger-kindred",
- "theme": "Ranger Kindred",
- "synergies": [
- "Elf Kindred",
- "Scout Kindred",
- "Reach",
- "Ramp",
- "Lands Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Halana and Alena, Partners",
- "Cadira, Caller of the Small",
- "Erinis, Gloom Stalker",
- "Yuma, Proud Protector",
- "Wylie Duke, Atiin Hero"
- ],
- "example_cards": [
- "Ranger-Captain of Eos",
- "Halana and Alena, Partners",
- "Quirion Ranger",
- "Cadira, Caller of the Small",
- "Thornvault Forager",
- "Temur Battlecrier",
- "Verge Rangers",
- "Scryb Ranger"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Elf Kindred)",
- "Rishkar, Peema Renegade - Synergy (Elf Kindred)",
- "Jaheira, Friend of the Forest - Synergy (Elf Kindred)",
- "Delney, Streetwise Lookout - Synergy (Scout Kindred)",
- "Gwenna, Eyes of Gaea - Synergy (Scout Kindred)",
- "Six - Synergy (Reach)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Ranger creatures into play with shared payoffs (e.g., Elf Kindred and Scout Kindred)."
- },
- {
- "id": "rat-kindred",
- "theme": "Rat Kindred",
- "synergies": [
- "Ninjutsu",
- "Ninja Kindred",
- "Threshold",
- "Warlock Kindred",
- "Poison Counters"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Nashi, Moon Sage's Scion",
- "Lord Skitter, Sewer King",
- "Ink-Eyes, Servant of Oni",
- "Marrow-Gnawer",
- "Karumonix, the Rat King"
- ],
- "example_cards": [
- "Swarmyard",
- "Ogre Slumlord",
- "Song of Totentanz",
- "Nashi, Moon Sage's Scion",
- "Lord Skitter, Sewer King",
- "Blightbelly Rat",
- "Burglar Rat",
- "Silver-Fur Master"
- ],
- "synergy_commanders": [
- "Higure, the Still Wind - Synergy (Ninjutsu)",
- "Yuriko, the Tiger's Shadow - Synergy (Ninja Kindred)",
- "Satoru, the Infiltrator - Synergy (Ninja Kindred)",
- "Kiora, the Rising Tide - Synergy (Threshold)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Rat creatures into play with shared payoffs (e.g., Ninjutsu and Ninja Kindred)."
- },
- {
- "id": "ravenous",
- "theme": "Ravenous",
- "synergies": [
- "Tyranid Kindred",
- "X Spells",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Ghyrson Starn, Kelermorph - Synergy (Tyranid Kindred)",
- "Old One Eye - Synergy (Tyranid Kindred)",
- "Magus Lucea Kane - Synergy (Tyranid Kindred)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (X Spells)",
- "Goreclaw, Terror of Qal Sisma - Synergy (X Spells)"
- ],
- "example_cards": [
- "Jacked Rabbit",
- "Sporocyst",
- "Tyrant Guard",
- "Tervigon",
- "Aberrant",
- "Termagant Swarm",
- "Exocrine",
- "Zoanthrope"
- ],
- "synergy_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Ravenous leveraging synergies with Tyranid Kindred and X Spells."
- },
- {
- "id": "reach",
- "theme": "Reach",
- "synergies": [
- "Spider Kindred",
- "Archer Kindred",
- "Plant Kindred",
- "Ranger Kindred",
- "Frog Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Six",
- "Kodama of the West Tree",
- "Kodama of the East Tree",
- "Zopandrel, Hunger Dominus",
- "Invasion of Ikoria // Zilortha, Apex of Ikoria"
- ],
- "example_cards": [
- "Ancient Greenwarden",
- "Six",
- "Kodama of the West Tree",
- "Kodama of the East Tree",
- "Zopandrel, Hunger Dominus",
- "Invasion of Ikoria // Zilortha, Apex of Ikoria",
- "Arasta of the Endless Web",
- "Zacama, Primal Calamity"
- ],
- "synergy_commanders": [
- "Arasta of the Endless Web - Synergy (Spider Kindred)",
- "Shelob, Dread Weaver - Synergy (Spider Kindred)",
- "Shelob, Child of Ungoliant - Synergy (Spider Kindred)",
- "Legolas Greenleaf - Synergy (Archer Kindred)",
- "Finneas, Ace Archer - Synergy (Archer Kindred)",
- "Bristly Bill, Spine Sower - Synergy (Plant Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Reach leveraging synergies with Spider Kindred and Archer Kindred."
- },
- {
- "id": "read-ahead",
- "theme": "Read Ahead",
- "synergies": [
- "Lore Counters",
- "Sagas Matter",
- "Ore Counters",
- "Counters Matter",
- "Creature Tokens"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Satsuki, the Living Lore - Synergy (Lore Counters)",
- "Tom Bombadil - Synergy (Lore Counters)",
- "Clive, Ifrit's Dominant // Ifrit, Warden of Inferno - Synergy (Lore Counters)",
- "Jhoira, Weatherlight Captain - Synergy (Sagas Matter)",
- "Teshar, Ancestor's Apostle - Synergy (Sagas Matter)"
- ],
- "example_cards": [
- "The Cruelty of Gix",
- "The Weatherseed Treaty",
- "Love Song of Night and Day",
- "The Elder Dragon War",
- "The Phasing of Zhalfir",
- "The World Spell",
- "Braids's Frightful Return",
- "Urza Assembles the Titans"
- ],
- "synergy_commanders": [
- "Vorinclex, Monstrous Raider - Synergy (Ore Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Read Ahead leveraging synergies with Lore Counters and Sagas Matter."
- },
- {
- "id": "reanimate",
- "theme": "Reanimate",
- "synergies": [
- "Mill",
- "Enter the Battlefield",
- "Graveyard Matters",
- "Zombie Kindred",
- "Flashback"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Emry, Lurker of the Loch",
- "Six",
- "Kozilek, Butcher of Truth",
- "The Gitrog Monster"
- ],
- "example_cards": [
- "Reanimate",
- "Faithless Looting",
- "Victimize",
- "Takenuma, Abandoned Mire",
- "Animate Dead",
- "Syr Konrad, the Grim",
- "Gray Merchant of Asphodel",
- "Guardian Project"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Selvala, Heart of the Wilds - Synergy (Enter the Battlefield)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)",
- "Octavia, Living Thesis - Synergy (Graveyard Matters)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Loads high-impact cards into the graveyard early and reanimates them for explosive tempo or combo loops. Synergies like Mill and Graveyard Matters reinforce the plan."
- },
- {
- "id": "rebel-kindred",
- "theme": "Rebel Kindred",
- "synergies": [
- "For Mirrodin!",
- "Equip",
- "Equipment",
- "Bracket:TutorNonland",
- "Equipment Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Neyali, Suns' Vanguard",
- "Otharri, Suns' Glory",
- "Lyse Hext",
- "Firion, Wild Rose Warrior",
- "Jor Kadeen, First Goldwarden"
- ],
- "example_cards": [
- "Flesh Duplicate",
- "Neyali, Suns' Vanguard",
- "Hexplate Wallbreaker",
- "Otharri, Suns' Glory",
- "Big Game Hunter",
- "Glimmer Lens",
- "Bladehold War-Whip",
- "Children of Korlis"
- ],
- "synergy_commanders": [
- "Halvar, God of Battle // Sword of the Realms - Synergy (Equip)",
- "Mithril Coat - Synergy (Equip)",
- "The Reality Chip - Synergy (Equipment)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Rebel creatures into play with shared payoffs (e.g., For Mirrodin! and Equip)."
- },
- {
- "id": "rebound",
- "theme": "Rebound",
- "synergies": [
- "Exile Matters",
- "Spells Matter",
- "Spellslinger",
- "Interaction",
- "Big Mana"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Etali, Primal Storm - Synergy (Exile Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Exile Matters)",
- "Urza, Lord High Artificer - Synergy (Exile Matters)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Ephemerate",
- "Quantum Misalignment",
- "World at War",
- "Fevered Suspicion",
- "Transpose",
- "Into the Time Vortex",
- "Distortion Strike",
- "Terramorph"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Uses Rebound to double-cast value spells, banking a delayed second resolution. Synergies like Exile Matters and Spells Matter reinforce the plan."
- },
- {
- "id": "reconfigure",
- "theme": "Reconfigure",
- "synergies": [
- "Equipment",
- "Equipment Matters",
- "Artifacts Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "The Reality Chip",
- "Mithril Coat - Synergy (Equipment)",
- "Sword of the Animist - Synergy (Equipment)",
- "Sram, Senior Edificer - Synergy (Equipment Matters)",
- "Kodama of the West Tree - Synergy (Equipment Matters)"
- ],
- "example_cards": [
- "The Reality Chip",
- "Lizard Blades",
- "Lion Sash",
- "Komainu Battle Armor",
- "Rabbit Battery",
- "Cloudsteel Kirin",
- "Tanuki Transplanter",
- "Razorfield Ripper"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Reconfigure leveraging synergies with Equipment and Equipment Matters."
- },
- {
- "id": "recover",
- "theme": "Recover",
- "synergies": [
- "Reanimate",
- "Mill",
- "Interaction",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Six - Synergy (Reanimate)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Kozilek, Butcher of Truth - Synergy (Mill)"
- ],
- "example_cards": [
- "Garza's Assassin",
- "Grim Harvest",
- "Icefall",
- "Controvert",
- "Resize",
- "Sun's Bounty",
- "Krovikan Rot"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Interaction)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Recover leveraging synergies with Reanimate and Mill."
- },
- {
- "id": "reflection-kindred",
- "theme": "Reflection Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Alirios, Enraptured"
- ],
- "example_cards": [
- "Mirror Room // Fractured Realm",
- "Cryptolith Fragment // Aurora of Emrakul",
- "The Apprentice's Folly",
- "Alirios, Enraptured",
- "Spirit Mirror"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Reflection creatures into play with shared payoffs."
- },
- {
- "id": "reinforce",
- "theme": "Reinforce",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Wren's Run Hydra",
- "Brighthearth Banneret",
- "Break Ties",
- "Hunting Triad",
- "Fowl Strike",
- "Bannerhide Krushok",
- "Rustic Clachan",
- "Mosquito Guard"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Reinforce leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "removal",
- "theme": "Removal",
- "synergies": [
- "Soulshift",
- "Interaction",
- "Control",
- "Gift",
- "Replicate"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Ulamog, the Infinite Gyre",
- "Zacama, Primal Calamity",
- "The Scarab God",
- "Glissa Sunslayer",
- "Honest Rutstein"
- ],
- "example_cards": [
- "Swords to Plowshares",
- "Path to Exile",
- "Beast Within",
- "Bojuka Bog",
- "Cyclonic Rift",
- "Generous Gift",
- "Feed the Swarm",
- "Eternal Witness"
- ],
- "synergy_commanders": [
- "He Who Hungers - Synergy (Soulshift)",
- "Syr Konrad, the Grim - Synergy (Interaction)",
- "Toski, Bearer of Secrets - Synergy (Interaction)",
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Removal leveraging synergies with Soulshift and Interaction."
- },
- {
- "id": "renew",
- "theme": "Renew",
- "synergies": [
- "Mill",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Emry, Lurker of the Loch - Synergy (Mill)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Qarsi Revenant",
- "Kheru Goldkeeper",
- "Naga Fleshcrafter",
- "Rot-Curse Rakshasa",
- "Lasyd Prowler",
- "Sage of the Fang",
- "Champion of Dusan",
- "Alchemist's Assistant"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Renew leveraging synergies with Mill and +1/+1 Counters."
- },
- {
- "id": "renown",
- "theme": "Renown",
- "synergies": [
- "+1/+1 Counters",
- "Soldier Kindred",
- "Counters Matter",
- "Voltron",
- "Human Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)"
- ],
- "example_cards": [
- "Relic Seeker",
- "Constable of the Realm",
- "Scab-Clan Berserker",
- "Honored Hierarch",
- "Outland Colossus",
- "Goblin Glory Chaser",
- "Consul's Lieutenant",
- "Valeron Wardens"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Renown leveraging synergies with +1/+1 Counters and Soldier Kindred."
- },
- {
- "id": "replacement-draw",
- "theme": "Replacement Draw",
- "synergies": [
- "Card Draw"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Asmodeus the Archfiend",
- "Ormos, Archive Keeper",
- "Braids, Arisen Nightmare - Synergy (Card Draw)",
- "Toski, Bearer of Secrets - Synergy (Card Draw)",
- "Loran of the Third Path - Synergy (Card Draw)"
- ],
- "example_cards": [
- "Sylvan Library",
- "Alhammarret's Archive",
- "Jace, Wielder of Mysteries",
- "Notion Thief",
- "Alms Collector",
- "Izzet Generatorium",
- "Asmodeus the Archfiend",
- "Island Sanctuary"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Replacement Draw leveraging synergies with Card Draw."
- },
- {
- "id": "replicate",
- "theme": "Replicate",
- "synergies": [
- "Spell Copy",
- "Control",
- "Stax",
- "Removal",
- "Spells Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Jin-Gitaxias, Progress Tyrant - Synergy (Spell Copy)",
- "Kitsa, Otterball Elite - Synergy (Spell Copy)",
- "Krark, the Thumbless - Synergy (Spell Copy)",
- "Lotho, Corrupt Shirriff - Synergy (Control)",
- "Sheoldred, Whispering One - Synergy (Control)"
- ],
- "example_cards": [
- "Hatchery Sliver",
- "Mists of Lórien",
- "Shattering Spree",
- "Exterminate!",
- "Consign to Memory",
- "Psionic Ritual",
- "Lose Focus",
- "Gigadrowse"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Stax)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Replicate leveraging synergies with Spell Copy and Control."
- },
- {
- "id": "resource-engine",
- "theme": "Resource Engine",
- "synergies": [
- "Energy",
- "Energy Counters",
- "Servo Kindred",
- "Vedalken Kindred",
- "Robot Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Dr. Madison Li",
- "Satya, Aetherflux Genius",
- "Liberty Prime, Recharged",
- "The Motherlode, Excavator",
- "Rex, Cyber-Hound"
- ],
- "example_cards": [
- "Guide of Souls",
- "Volatile Stormdrake",
- "Chthonian Nightmare",
- "Aether Hub",
- "Aetherworks Marvel",
- "Gonti's Aether Heart",
- "Solar Transformer",
- "Decoction Module"
- ],
- "synergy_commanders": [
- "Cayth, Famed Mechanist - Synergy (Servo Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Resource Engine leveraging synergies with Energy and Energy Counters."
- },
- {
- "id": "retrace",
- "theme": "Retrace",
- "synergies": [
- "Mill",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Emry, Lurker of the Loch - Synergy (Mill)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Throes of Chaos",
- "Formless Genesis",
- "Embrace the Unknown",
- "Decaying Time Loop",
- "Reality Scramble",
- "Spitting Image",
- "Waves of Aggression",
- "Worm Harvest"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Turns dead land draws into fuel by recasting Retrace spells for attrition resilience. Synergies like Mill and Spells Matter reinforce the plan."
- },
- {
- "id": "revolt",
- "theme": "Revolt",
- "synergies": [
- "Warrior Kindred",
- "+1/+1 Counters",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)",
- "Chatterfang, Squirrel General - Synergy (Warrior Kindred)",
- "Krenko, Mob Boss - Synergy (Warrior Kindred)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Fatal Push",
- "Hidden Stockpile",
- "Call for Unity",
- "Aether Revolt",
- "Narnam Renegade",
- "Aid from the Cowl",
- "Solemn Recruit",
- "Renegade Rallier"
- ],
- "synergy_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Revolt leveraging synergies with Warrior Kindred and +1/+1 Counters."
- },
- {
- "id": "rhino-kindred",
- "theme": "Rhino Kindred",
- "synergies": [
- "Trample",
- "Soldier Kindred",
- "Warrior Kindred",
- "Creature Tokens",
- "Big Mana"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Mr. Orfeo, the Boulder",
- "Ghired, Conclave Exile",
- "Roon of the Hidden Realm",
- "Perrie, the Pulverizer",
- "Ghalta, Primal Hunger - Synergy (Trample)"
- ],
- "example_cards": [
- "Rhox Faithmender",
- "Loyal Guardian",
- "Railway Brawler",
- "Master of Ceremonies",
- "Titan of Industry",
- "Killer Service",
- "Vivien on the Hunt",
- "Mr. Orfeo, the Boulder"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Ghalta, Stampede Tyrant - Synergy (Trample)",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)",
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Rhino creatures into play with shared payoffs (e.g., Trample and Soldier Kindred)."
- },
- {
- "id": "rigger-kindred",
- "theme": "Rigger Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Moriok Rigger"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Rigger creatures into play with shared payoffs."
- },
- {
- "id": "riot",
- "theme": "Riot",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Spider-Punk",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Skarrgan Hellkite",
- "Arcbound Slasher",
- "Spider-Punk",
- "Ravager Wurm",
- "Gruul Spellbreaker",
- "Clamor Shaman",
- "Burning-Tree Vandal",
- "Wrecking Beast"
- ],
- "synergy_commanders": [
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Riot leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "ripple",
- "theme": "Ripple",
- "synergies": [
- "Topdeck"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)",
- "Kinnan, Bonder Prodigy - Synergy (Topdeck)"
- ],
- "example_cards": [
- "Surging Dementia",
- "Surging Flame",
- "Surging Might",
- "Surging Sentinels",
- "Surging Aether"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Ripple leveraging synergies with Topdeck."
- },
- {
- "id": "robot-kindred",
- "theme": "Robot Kindred",
- "synergies": [
- "More Than Meets the Eye",
- "Clown Kindred",
- "Convert",
- "Eye Kindred",
- "Warp"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Codsworth, Handy Helper",
- "K-9, Mark I",
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Yes Man, Personal Securitron",
- "Rose, Cutthroat Raider"
- ],
- "example_cards": [
- "Codsworth, Handy Helper",
- "K-9, Mark I",
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist",
- "Clown Car",
- "Securitron Squadron",
- "Voyager Quickwelder",
- "Yes Man, Personal Securitron",
- "Rose, Cutthroat Raider"
- ],
- "synergy_commanders": [
- "Starscream, Power Hungry // Starscream, Seeker Leader - Synergy (More Than Meets the Eye)",
- "Ratchet, Field Medic // Ratchet, Rescue Racer - Synergy (More Than Meets the Eye)",
- "The Jolly Balloon Man - Synergy (Clown Kindred)",
- "Pietra, Crafter of Clowns - Synergy (Clown Kindred)",
- "Blitzwing, Cruel Tormentor // Blitzwing, Adaptive Assailant - Synergy (Convert)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Robot creatures into play with shared payoffs (e.g., More Than Meets the Eye and Clown Kindred)."
- },
- {
- "id": "rogue-kindred",
- "theme": "Rogue Kindred",
- "synergies": [
- "Prowl",
- "Outlaw Kindred",
- "Connive",
- "Aetherborn Kindred",
- "Tiefling Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lotho, Corrupt Shirriff",
- "Sakashima of a Thousand Faces",
- "Rankle, Master of Pranks",
- "Tetsuko Umezawa, Fugitive",
- "Gonti, Lord of Luxury"
- ],
- "example_cards": [
- "Zulaport Cutthroat",
- "Morbid Opportunist",
- "Dauthi Voidwalker",
- "Faerie Mastermind",
- "Lotho, Corrupt Shirriff",
- "Opposition Agent",
- "Bitterblossom",
- "Grim Hireling"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Raffine, Scheming Seer - Synergy (Connive)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Rogue creatures into play with shared payoffs (e.g., Prowl and Outlaw Kindred)."
- },
- {
- "id": "role-token",
- "theme": "Role token",
- "synergies": [
- "Enchantment Tokens",
- "Hero Kindred",
- "Equipment Matters",
- "Auras",
- "Scry"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Ellivere of the Wild Court",
- "Gylwain, Casting Director",
- "Syr Armont, the Redeemer",
- "Heliod, God of the Sun - Synergy (Enchantment Tokens)",
- "Go-Shintai of Life's Origin - Synergy (Enchantment Tokens)"
- ],
- "example_cards": [
- "Not Dead After All",
- "Royal Treatment",
- "Witch's Mark",
- "Charming Scoundrel",
- "Monstrous Rage",
- "Ellivere of the Wild Court",
- "Lord Skitter's Blessing",
- "Asinine Antics"
- ],
- "synergy_commanders": [
- "Deadpool, Trading Card - Synergy (Hero Kindred)",
- "Iron Man, Titan of Innovation - Synergy (Hero Kindred)",
- "Sram, Senior Edificer - Synergy (Equipment Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Enchantment Tokens and Hero Kindred reinforce the plan."
- },
- {
- "id": "roll-to-visit-your-attractions",
- "theme": "Roll to Visit Your Attractions",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "\"Lifetime\" Pass Holder",
- "Command Performance",
- "Line Cutter"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Roll to Visit Your Attractions theme and its supporting synergies."
- },
- {
- "id": "rooms-matter",
- "theme": "Rooms Matter",
- "synergies": [
- "Eerie",
- "Enchantments Matter",
- "Big Mana",
- "Pingers",
- "Spirit Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Victor, Valgavoth's Seneschal",
- "Marina Vendrell",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Dazzling Theater // Prop Room",
- "Walk-In Closet // Forgotten Cellar",
- "Funeral Room // Awakening Hall",
- "Entity Tracker",
- "Dollmaker's Shop // Porcelain Gallery",
- "Mirror Room // Fractured Realm",
- "Unholy Annex // Ritual Chamber",
- "Charred Foyer // Warped Space"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Rooms Matter leveraging synergies with Eerie and Enchantments Matter."
- },
- {
- "id": "sacrifice-matters",
- "theme": "Sacrifice Matters",
- "synergies": [
- "Persist",
- "Modular",
- "Zubera Kindred",
- "Aristocrats",
- "Blitz"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Syr Konrad, the Grim",
- "Braids, Arisen Nightmare",
- "Sheoldred, the Apocalypse",
- "Elas il-Kor, Sadistic Pilgrim",
- "Ojer Taq, Deepest Foundation // Temple of Civilization"
- ],
- "example_cards": [
- "Solemn Simulacrum",
- "Skullclamp",
- "Ashnod's Altar",
- "Victimize",
- "Blood Artist",
- "Village Rites",
- "Zulaport Cutthroat",
- "Syr Konrad, the Grim"
- ],
- "synergy_commanders": [
- "Zabaz, the Glimmerwasp - Synergy (Modular)",
- "Blaster, Combat DJ // Blaster, Morale Booster - Synergy (Modular)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Leverages sacrifice outlets and death triggers to grind incremental value and drain opponents. Synergies like Persist and Modular reinforce the plan."
- },
- {
- "id": "sacrifice-to-draw",
- "theme": "Sacrifice to Draw",
- "synergies": [
- "Clue Token",
- "Investigate",
- "Blood Token",
- "Detective Kindred",
- "Artifact Tokens"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Braids, Arisen Nightmare",
- "Peregrin Took",
- "Ayara, First of Locthwain",
- "Sai, Master Thopterist",
- "Toxrill, the Corrosive"
- ],
- "example_cards": [
- "Mind Stone",
- "Commander's Sphere",
- "Deadly Dispute",
- "Village Rites",
- "Braids, Arisen Nightmare",
- "Hedron Archive",
- "Demand Answers",
- "Tireless Tracker"
- ],
- "synergy_commanders": [
- "Lonis, Cryptozoologist - Synergy (Clue Token)",
- "Astrid Peth - Synergy (Clue Token)",
- "Piper Wright, Publick Reporter - Synergy (Clue Token)",
- "Tivit, Seller of Secrets - Synergy (Investigate)",
- "Teysa, Opulent Oligarch - Synergy (Investigate)",
- "Old Rutstein - Synergy (Blood Token)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Leverages sacrifice outlets and death triggers to grind incremental value and drain opponents. Synergies like Clue Token and Investigate reinforce the plan."
- },
- {
- "id": "saddle",
- "theme": "Saddle",
- "synergies": [
- "Mount Kindred",
- "Horse Kindred",
- "Aggro",
- "Combat Matters",
- "+1/+1 Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "The Gitrog, Ravenous Ride",
- "Calamity, Galloping Inferno",
- "Fortune, Loyal Steed",
- "Lagorin, Soul of Alacria",
- "Keleth, Sunmane Familiar - Synergy (Horse Kindred)"
- ],
- "example_cards": [
- "The Gitrog, Ravenous Ride",
- "Ornery Tumblewagg",
- "Calamity, Galloping Inferno",
- "Caustic Bronco",
- "Fortune, Loyal Steed",
- "Bulwark Ox",
- "District Mascot",
- "Guardian Sunmare"
- ],
- "synergy_commanders": [
- "Bill the Pony - Synergy (Horse Kindred)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Saddle leveraging synergies with Mount Kindred and Horse Kindred."
- },
- {
- "id": "sagas-matter",
- "theme": "Sagas Matter",
- "synergies": [
- "Lore Counters",
- "Read Ahead",
- "Ore Counters",
- "Doctor Kindred",
- "Doctor's companion"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Jhoira, Weatherlight Captain",
- "Teshar, Ancestor's Apostle",
- "Samwise Gamgee",
- "Weatherlight",
- "Glóin, Dwarf Emissary"
- ],
- "example_cards": [
- "Urza's Saga",
- "Jhoira's Familiar",
- "Jhoira, Weatherlight Captain",
- "Excalibur, Sword of Eden",
- "Binding the Old Gods",
- "Urabrask // The Great Work",
- "Sheoldred // The True Scriptures",
- "Fable of the Mirror-Breaker // Reflection of Kiki-Jiki"
- ],
- "synergy_commanders": [
- "Satsuki, the Living Lore - Synergy (Lore Counters)",
- "Tom Bombadil - Synergy (Lore Counters)",
- "Clive, Ifrit's Dominant // Ifrit, Warden of Inferno - Synergy (Lore Counters)",
- "Vorinclex, Monstrous Raider - Synergy (Ore Counters)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Loops and resets Sagas to repeatedly harvest chapter-based value sequences. Synergies like Lore Counters and Read Ahead reinforce the plan."
- },
- {
- "id": "salamander-kindred",
- "theme": "Salamander Kindred",
- "synergies": [
- "Little Fellas",
- "Mill",
- "Counters Matter",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Xolatoyac, the Smiling Flood",
- "Gor Muldrak, Amphinologist",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Amphin Mutineer",
- "Xolatoyac, the Smiling Flood",
- "Gudul Lurker",
- "Sojourner's Companion",
- "Gor Muldrak, Amphinologist",
- "Archmage's Newt",
- "Pteramander",
- "The Sea Devils"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Salamander creatures into play with shared payoffs (e.g., Little Fellas and Mill)."
- },
- {
- "id": "samurai-kindred",
- "theme": "Samurai Kindred",
- "synergies": [
- "Bushido",
- "Fox Kindred",
- "Equipment Matters",
- "Human Kindred",
- "Vigilance"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Isshin, Two Heavens as One",
- "Goro-Goro, Disciple of Ryusei",
- "Godo, Bandit Warlord",
- "Chishiro, the Shattered Blade",
- "Raiyuu, Storm's Edge"
- ],
- "example_cards": [
- "The Eternal Wanderer",
- "Isshin, Two Heavens as One",
- "Goro-Goro, Disciple of Ryusei",
- "Godo, Bandit Warlord",
- "Akki Battle Squad",
- "Summon: Yojimbo",
- "Chishiro, the Shattered Blade",
- "The Wandering Emperor"
- ],
- "synergy_commanders": [
- "Toshiro Umezawa - Synergy (Bushido)",
- "Konda, Lord of Eiganjo - Synergy (Bushido)",
- "Sensei Golden-Tail - Synergy (Bushido)",
- "Light-Paws, Emperor's Voice - Synergy (Fox Kindred)",
- "Pearl-Ear, Imperial Advisor - Synergy (Fox Kindred)",
- "Sram, Senior Edificer - Synergy (Equipment Matters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Samurai creatures into play with shared payoffs (e.g., Bushido and Fox Kindred)."
- },
- {
- "id": "sand-kindred",
- "theme": "Sand Kindred",
- "synergies": [],
- "primary_color": "Green",
- "example_commanders": [
- "Hazezon Tamar",
- "Sandman, Shifting Scoundrel"
- ],
- "example_cards": [
- "Desert Warfare",
- "Dune-Brood Nephilim",
- "Hazezon Tamar",
- "Sandman, Shifting Scoundrel"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Sand creatures into play with shared payoffs."
- },
- {
- "id": "saproling-kindred",
- "theme": "Saproling Kindred",
- "synergies": [
- "Spore Counters",
- "Fungus Kindred",
- "Ore Counters",
- "Creature Tokens",
- "Token Creation"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Nemata, Primeval Warden",
- "Slimefoot, the Stowaway",
- "Verdeloth the Ancient",
- "Slimefoot and Squee",
- "Shroofus Sproutsire"
- ],
- "example_cards": [
- "Tendershoot Dryad",
- "Artifact Mutation",
- "Mycoloth",
- "Aura Mutation",
- "Sporemound",
- "Nemata, Primeval Warden",
- "Slimefoot, the Stowaway",
- "Verdant Force"
- ],
- "synergy_commanders": [
- "Thelon of Havenwood - Synergy (Spore Counters)",
- "The Mycotyrant - Synergy (Fungus Kindred)",
- "Vorinclex, Monstrous Raider - Synergy (Ore Counters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Saproling creatures into play with shared payoffs (e.g., Spore Counters and Fungus Kindred)."
- },
- {
- "id": "satyr-kindred",
- "theme": "Satyr Kindred",
- "synergies": [
- "Ramp",
- "Lands Matter",
- "Sacrifice Matters",
- "Aristocrats",
- "Little Fellas"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Anax, Hardened in the Forge",
- "Gallia of the Endless Dance",
- "Azusa, Lost but Seeking - Synergy (Ramp)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Ramp)",
- "Selvala, Heart of the Wilds - Synergy (Ramp)"
- ],
- "example_cards": [
- "Satyr Wayfinder",
- "Satyr Enchanter",
- "Composer of Spring",
- "Gruff Triplets",
- "Xenagos, the Reveler",
- "Tanglespan Lookout",
- "Anax, Hardened in the Forge",
- "Nessian Wanderer"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Lands Matter)",
- "Sheoldred, Whispering One - Synergy (Lands Matter)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Satyr creatures into play with shared payoffs (e.g., Ramp and Lands Matter)."
- },
- {
- "id": "scarecrow-kindred",
- "theme": "Scarecrow Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Rendmaw, Creaking Nest",
- "The Swarmweaver",
- "Reaper King"
- ],
- "example_cards": [
- "Scaretiller",
- "Pili-Pala",
- "Rendmaw, Creaking Nest",
- "The Swarmweaver",
- "Painter's Servant",
- "Scarecrone",
- "Scuttlemutt",
- "Osseous Sticktwister"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Scarecrow creatures into play with shared payoffs."
- },
- {
- "id": "scavenge",
- "theme": "Scavenge",
- "synergies": [
- "+1/+1 Counters",
- "Mill",
- "Counters Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)"
- ],
- "example_cards": [
- "Boneyard Mycodrax",
- "Dodgy Jalopy",
- "Deadbridge Goliath",
- "Golgari Decoy",
- "Slitherhead",
- "Dreg Mangler",
- "Bannerhide Krushok",
- "Sewer Shambler"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Scavenge leveraging synergies with +1/+1 Counters and Mill."
- },
- {
- "id": "scientist-kindred",
- "theme": "Scientist Kindred",
- "synergies": [
- "Toughness Matters",
- "Human Kindred",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Dr. Madison Li",
- "Shaun, Father of Synths",
- "Davros, Dalek Creator",
- "Professor Hojo",
- "James, Wandering Dad // Follow Him"
- ],
- "example_cards": [
- "Dr. Madison Li",
- "Shaun, Father of Synths",
- "Davros, Dalek Creator",
- "Professor Hojo",
- "James, Wandering Dad // Follow Him",
- "Ian Malcolm, Chaotician",
- "Owen Grady, Raptor Trainer",
- "Ian Chesterton"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Vito, Thorn of the Dusk Rose - Synergy (Toughness Matters)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Loran of the Third Path - Synergy (Human Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Scientist creatures into play with shared payoffs (e.g., Toughness Matters and Human Kindred)."
- },
- {
- "id": "scion-kindred",
- "theme": "Scion Kindred",
- "synergies": [
- "Devoid",
- "Eldrazi Kindred",
- "Drone Kindred",
- "Mana Dork",
- "Ramp"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Kiora, the Rising Tide",
- "Ulalek, Fused Atrocity - Synergy (Devoid)",
- "Kozilek, Butcher of Truth - Synergy (Eldrazi Kindred)",
- "Ulamog, the Infinite Gyre - Synergy (Eldrazi Kindred)",
- "Kaito, Dancing Shadow - Synergy (Drone Kindred)"
- ],
- "example_cards": [
- "Warping Wail",
- "Sifter of Skulls",
- "Spawnbed Protector",
- "Eldrazi Confluence",
- "Spawning Bed",
- "From Beyond",
- "Kiora, the Rising Tide",
- "Drowner of Hope"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Scion creatures into play with shared payoffs (e.g., Devoid and Eldrazi Kindred)."
- },
- {
- "id": "scorpion-kindred",
- "theme": "Scorpion Kindred",
- "synergies": [
- "Deathtouch",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Magda, the Hoardmaster",
- "Akul the Unrepentant",
- "Scorpion, Seething Striker",
- "Sheoldred, the Apocalypse - Synergy (Deathtouch)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Deathtouch)"
- ],
- "example_cards": [
- "Magda, the Hoardmaster",
- "Tlincalli Hunter // Retrieve Prey",
- "Fell Stinger",
- "Serrated Scorpion",
- "Sedge Scorpion",
- "Dross Scorpion",
- "Akul the Unrepentant",
- "Toxic Scorpion"
- ],
- "synergy_commanders": [
- "The Gitrog Monster - Synergy (Deathtouch)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Scorpion creatures into play with shared payoffs (e.g., Deathtouch and Blink)."
- },
- {
- "id": "scout-kindred",
- "theme": "Scout Kindred",
- "synergies": [
- "Explore",
- "Card Selection",
- "Max speed",
- "Start your engines!",
- "Ranger Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Selvala, Heart of the Wilds",
- "Delney, Streetwise Lookout",
- "Gwenna, Eyes of Gaea",
- "Ardenn, Intrepid Archaeologist",
- "Nissa, Resurgent Animist"
- ],
- "example_cards": [
- "Tireless Provisioner",
- "Selvala, Heart of the Wilds",
- "Wood Elves",
- "Tireless Tracker",
- "Delney, Streetwise Lookout",
- "Gwenna, Eyes of Gaea",
- "Ardenn, Intrepid Archaeologist",
- "Nissa, Resurgent Animist"
- ],
- "synergy_commanders": [
- "Hakbal of the Surging Soul - Synergy (Explore)",
- "Amalia Benavides Aguirre - Synergy (Explore)",
- "Nicanzil, Current Conductor - Synergy (Explore)",
- "Astrid Peth - Synergy (Card Selection)",
- "Francisco, Fowl Marauder - Synergy (Card Selection)",
- "Mendicant Core, Guidelight - Synergy (Max speed)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Scout creatures into play with shared payoffs (e.g., Explore and Card Selection)."
- },
- {
- "id": "scream-counters",
- "theme": "Scream Counters",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Endless Scream",
- "All Hallow's Eve"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates scream counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "scry",
- "theme": "Scry",
- "synergies": [
- "Topdeck",
- "Role token",
- "Enchantment Tokens",
- "Sphinx Kindred",
- "Construct Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "The Scarab God",
- "Thassa, God of the Sea",
- "Thrasios, Triton Hero",
- "Yenna, Redtooth Regent",
- "Syr Ginger, the Meal Ender"
- ],
- "example_cards": [
- "Path of Ancestry",
- "Preordain",
- "Opt",
- "Viscera Seer",
- "Temple of Epiphany",
- "Temple of Silence",
- "Temple of Mystery",
- "Temple of Triumph"
- ],
- "synergy_commanders": [
- "The Reality Chip - Synergy (Topdeck)",
- "Loot, Exuberant Explorer - Synergy (Topdeck)",
- "Kinnan, Bonder Prodigy - Synergy (Topdeck)",
- "Ellivere of the Wild Court - Synergy (Role token)",
- "Gylwain, Casting Director - Synergy (Role token)",
- "Heliod, God of the Sun - Synergy (Enchantment Tokens)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Scry leveraging synergies with Topdeck and Role token."
- },
- {
- "id": "sculpture-kindred",
- "theme": "Sculpture Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_cards": [
- "Doomed Artisan"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Sculpture creatures into play with shared payoffs."
- },
- {
- "id": "secret-council",
- "theme": "Secret council",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Círdan the Shipwright",
- "Elrond of the White Council"
- ],
- "example_cards": [
- "Mob Verdict",
- "Círdan the Shipwright",
- "Trap the Trespassers",
- "Elrond of the White Council",
- "Truth or Consequences"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Secret council theme and its supporting synergies."
- },
- {
- "id": "serf-kindred",
- "theme": "Serf Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Sengir Autocrat"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Serf creatures into play with shared payoffs."
- },
- {
- "id": "serpent-kindred",
- "theme": "Serpent Kindred",
- "synergies": [
- "Cycling",
- "Cost Reduction",
- "Stax",
- "Loot",
- "Big Mana"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Aesi, Tyrant of Gyre Strait",
- "Koma, Cosmos Serpent",
- "Koma, World-Eater",
- "Yorion, Sky Nomad",
- "Xolatoyac, the Smiling Flood"
- ],
- "example_cards": [
- "Aesi, Tyrant of Gyre Strait",
- "Koma, Cosmos Serpent",
- "Junk Winder",
- "Koma, World-Eater",
- "Spawning Kraken",
- "Yorion, Sky Nomad",
- "Benthic Anomaly",
- "Xolatoyac, the Smiling Flood"
- ],
- "synergy_commanders": [
- "The Balrog of Moria - Synergy (Cycling)",
- "Monstrosity of the Lake - Synergy (Cycling)",
- "Yidaro, Wandering Monster - Synergy (Cycling)",
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)",
- "Emry, Lurker of the Loch - Synergy (Cost Reduction)",
- "Kutzil, Malamet Exemplar - Synergy (Stax)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Serpent creatures into play with shared payoffs (e.g., Cycling and Cost Reduction)."
- },
- {
- "id": "servo-kindred",
- "theme": "Servo Kindred",
- "synergies": [
- "Fabricate",
- "Artificer Kindred",
- "Energy Counters",
- "Energy",
- "Resource Engine"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Cayth, Famed Mechanist",
- "Saheeli, the Gifted",
- "Oviya Pashiri, Sage Lifecrafter",
- "Loran of the Third Path - Synergy (Artificer Kindred)",
- "Sai, Master Thopterist - Synergy (Artificer Kindred)"
- ],
- "example_cards": [
- "Marionette Apprentice",
- "Marionette Master",
- "Saheeli, Sublime Artificer",
- "Animation Module",
- "Angel of Invention",
- "Cayth, Famed Mechanist",
- "Retrofitter Foundry",
- "Hidden Stockpile"
- ],
- "synergy_commanders": [
- "Dr. Madison Li - Synergy (Energy Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Servo creatures into play with shared payoffs (e.g., Fabricate and Artificer Kindred)."
- },
- {
- "id": "shade-kindred",
- "theme": "Shade Kindred",
- "synergies": [
- "Little Fellas",
- "Flying",
- "Toughness Matters",
- "Counters Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Ihsan's Shade",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Niv-Mizzet, Parun - Synergy (Flying)"
- ],
- "example_cards": [
- "Nirkana Revenant",
- "Accursed Duneyard",
- "Author of Shadows",
- "Skyclave Shade",
- "Misery's Shadow",
- "Liliana's Shade",
- "Evernight Shade",
- "Chilling Shade"
- ],
- "synergy_commanders": [
- "Old Gnawbone - Synergy (Flying)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Shade creatures into play with shared payoffs (e.g., Little Fellas and Flying)."
- },
- {
- "id": "shadow",
- "theme": "Shadow",
- "synergies": [
- "Dauthi Kindred",
- "Soltari Kindred",
- "Thalakos Kindred",
- "Soldier Kindred",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_cards": [
- "Dauthi Voidwalker",
- "Nether Traitor",
- "Vashta Nerada",
- "Looter il-Kor",
- "Stronghold Rats",
- "Dauthi Horror",
- "Dauthi Slayer",
- "Soltari Visionary"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Shadow leveraging synergies with Dauthi Kindred and Soltari Kindred."
- },
- {
- "id": "shaman-kindred",
- "theme": "Shaman Kindred",
- "synergies": [
- "Kinship",
- "Minotaur Kindred",
- "Troll Kindred",
- "Treefolk Kindred",
- "Ogre Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Kiki-Jiki, Mirror Breaker",
- "Delina, Wild Mage",
- "Meren of Clan Nel Toth",
- "Juri, Master of the Revue",
- "Sarkhan, Soul Aflame"
- ],
- "example_cards": [
- "Eternal Witness",
- "Sakura-Tribe Elder",
- "Storm-Kiln Artist",
- "Reclamation Sage",
- "Guttersnipe",
- "Goblin Anarchomancer",
- "Oracle of Mul Daya",
- "Deathrite Shaman"
- ],
- "synergy_commanders": [
- "Moraug, Fury of Akoum - Synergy (Minotaur Kindred)",
- "Neheb, the Eternal - Synergy (Minotaur Kindred)",
- "Gyome, Master Chef - Synergy (Troll Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Shaman creatures into play with shared payoffs (e.g., Kinship and Minotaur Kindred)."
- },
- {
- "id": "shapeshifter-kindred",
- "theme": "Shapeshifter Kindred",
- "synergies": [
- "Changeling",
- "Clones",
- "Flash",
- "Little Fellas",
- "Outlaw Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Morophon, the Boundless",
- "Omo, Queen of Vesuva",
- "Orvar, the All-Form",
- "Moritte of the Frost",
- "Lazav, Dimir Mastermind"
- ],
- "example_cards": [
- "Black Market Connections",
- "Phyrexian Metamorph",
- "Maskwood Nexus",
- "Realmwalker",
- "Changeling Outcast",
- "Mirror Entity",
- "Taurean Mauler",
- "Metallic Mimic"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Clones)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Liberator, Urza's Battlethopter - Synergy (Flash)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Shapeshifter creatures into play with shared payoffs (e.g., Changeling and Clones)."
- },
- {
- "id": "shark-kindred",
- "theme": "Shark Kindred",
- "synergies": [
- "Stax",
- "Toughness Matters",
- "Interaction",
- "Big Mana",
- "Aggro"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Brallin, Skyshark Rider",
- "Shabraz, the Skyshark",
- "Captain Howler, Sea Scourge",
- "Kutzil, Malamet Exemplar - Synergy (Stax)",
- "Lotho, Corrupt Shirriff - Synergy (Stax)"
- ],
- "example_cards": [
- "Chrome Host Seedshark",
- "Restless Reef",
- "Brallin, Skyshark Rider",
- "Shabraz, the Skyshark",
- "Pouncing Shoreshark",
- "Marauding Mako",
- "Captain Howler, Sea Scourge",
- "Fisher's Talent"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Stax)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)",
- "Syr Konrad, the Grim - Synergy (Interaction)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Shark creatures into play with shared payoffs (e.g., Stax and Toughness Matters)."
- },
- {
- "id": "sheep-kindred",
- "theme": "Sheep Kindred",
- "synergies": [],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_cards": [
- "Enduring Innocence",
- "Nyx-Fleece Ram",
- "Gatebreaker Ram",
- "Bridled Bighorn",
- "Ovinomancer",
- "Baaallerina",
- "Rustspore Ram"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Sheep creatures into play with shared payoffs."
- },
- {
- "id": "shield-counters",
- "theme": "Shield Counters",
- "synergies": [
- "Soldier Kindred",
- "Counters Matter",
- "Lifegain",
- "Life Matters",
- "Blink"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Falco Spara, Pactweaver",
- "Kros, Defense Contractor",
- "Rigo, Streetwise Mentor",
- "Perrie, the Pulverizer",
- "Boromir, Warden of the Tower - Synergy (Soldier Kindred)"
- ],
- "example_cards": [
- "Diamond City",
- "Titan of Industry",
- "Elspeth Resplendent",
- "Singer of Swift Rivers",
- "Undercover Operative",
- "Summon: Magus Sisters",
- "Protection Magic",
- "Falco Spara, Pactweaver"
- ],
- "synergy_commanders": [
- "Anim Pakal, Thousandth Moon - Synergy (Soldier Kindred)",
- "Odric, Lunarch Marshal - Synergy (Soldier Kindred)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Tatyova, Benthic Druid - Synergy (Lifegain)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Applies shield counters to insulate threats and create lopsided removal trades. Synergies like Soldier Kindred and Counters Matter reinforce the plan."
- },
- {
- "id": "shrines-matter",
- "theme": "Shrines Matter",
- "synergies": [
- "Enchantments Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Go-Shintai of Life's Origin",
- "Go-Shintai of Shared Purpose",
- "Go-Shintai of Hidden Cruelty",
- "Go-Shintai of Ancient Wars",
- "Go-Shintai of Boundless Vigor"
- ],
- "example_cards": [
- "Sanctum of Stone Fangs",
- "Honden of Infinite Rage",
- "Go-Shintai of Life's Origin",
- "Honden of Seeing Winds",
- "Sanctum of Fruitful Harvest",
- "Sanctum of Calm Waters",
- "Honden of Night's Reach",
- "Go-Shintai of Shared Purpose"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Enchantments Matter)",
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)",
- "Jaheira, Friend of the Forest - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates Shrines whose upkeep triggers scale multiplicatively into inevitability. Synergies like Enchantments Matter reinforce the plan."
- },
- {
- "id": "shroud",
- "theme": "Shroud",
- "synergies": [
- "Protection",
- "Interaction",
- "Toughness Matters",
- "Big Mana",
- "Counters Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Multani, Maro-Sorcerer",
- "Kodama of the North Tree",
- "Autumn Willow",
- "Toski, Bearer of Secrets - Synergy (Protection)",
- "Purphoros, God of the Forge - Synergy (Protection)"
- ],
- "example_cards": [
- "Argothian Enchantress",
- "Wall of Denial",
- "Helix Pinnacle",
- "Inkwell Leviathan",
- "Diplomatic Immunity",
- "Simic Sky Swallower",
- "Multani, Maro-Sorcerer",
- "Neurok Commando"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Protection)",
- "Syr Konrad, the Grim - Synergy (Interaction)",
- "Boromir, Warden of the Tower - Synergy (Interaction)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Shroud leveraging synergies with Protection and Interaction."
- },
- {
- "id": "siren-kindred",
- "theme": "Siren Kindred",
- "synergies": [
- "Pirate Kindred",
- "Outlaw Kindred",
- "Flying",
- "Artifacts Matter",
- "Toughness Matters"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Malcolm, Alluring Scoundrel",
- "Malcolm, Keen-Eyed Navigator",
- "Malcolm, the Eyes",
- "Maeve, Insidious Singer",
- "Ragavan, Nimble Pilferer - Synergy (Pirate Kindred)"
- ],
- "example_cards": [
- "Siren Stormtamer",
- "Malcolm, Alluring Scoundrel",
- "Malcolm, Keen-Eyed Navigator",
- "Spyglass Siren",
- "Storm Fleet Negotiator",
- "Malcolm, the Eyes",
- "Zephyr Singer",
- "Oaken Siren"
- ],
- "synergy_commanders": [
- "Captain Lannery Storm - Synergy (Pirate Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)",
- "Saryth, the Viper's Fang - Synergy (Outlaw Kindred)",
- "Niv-Mizzet, Parun - Synergy (Flying)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Siren creatures into play with shared payoffs (e.g., Pirate Kindred and Outlaw Kindred)."
- },
- {
- "id": "skeleton-kindred",
- "theme": "Skeleton Kindred",
- "synergies": [
- "Outlaw Kindred",
- "Exile Matters",
- "Mill",
- "Warrior Kindred",
- "Blink"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Skithiryx, the Blight Dragon",
- "Tinybones, the Pickpocket",
- "Tinybones, Bauble Burglar",
- "Tinybones, Trinket Thief",
- "Bladewing, Deathless Tyrant"
- ],
- "example_cards": [
- "Reassembling Skeleton",
- "Golgari Grave-Troll",
- "Skithiryx, the Blight Dragon",
- "Tinybones, the Pickpocket",
- "Eaten by Piranhas",
- "Forsaken Miner",
- "Accursed Duneyard",
- "Tinybones, Bauble Burglar"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)",
- "Etali, Primal Storm - Synergy (Exile Matters)",
- "Urza, Lord High Artificer - Synergy (Exile Matters)",
- "Syr Konrad, the Grim - Synergy (Mill)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Skeleton creatures into play with shared payoffs (e.g., Outlaw Kindred and Exile Matters)."
- },
- {
- "id": "skulk",
- "theme": "Skulk",
- "synergies": [
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Gollum, Obsessed Stalker",
- "Gregor, Shrewd Magistrate",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Forgotten Creation",
- "Ingenious Prodigy",
- "Gollum, Obsessed Stalker",
- "Wharf Infiltrator",
- "Vampire Cutthroat",
- "Time Beetle",
- "Rancid Rats",
- "Cybermat"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Aggro)",
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Skulk leveraging synergies with Little Fellas and Aggro."
- },
- {
- "id": "skunk-kindred",
- "theme": "Skunk Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Downwind Ambusher"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Skunk creatures into play with shared payoffs."
- },
- {
- "id": "slime-counters",
- "theme": "Slime Counters",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Toxrill, the Corrosive"
- ],
- "example_cards": [
- "Toxrill, the Corrosive",
- "Sludge Monster",
- "Gutter Grime"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates slime counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "slith-kindred",
- "theme": "Slith Kindred",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Arcbound Slith",
- "Etched Slith",
- "Hexgold Slith",
- "Slith Ascendant",
- "Slith Strider",
- "Slith Firewalker",
- "Slith Predator",
- "Slith Bloodletter"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Slith creatures into play with shared payoffs (e.g., +1/+1 Counters and Counters Matter)."
- },
- {
- "id": "sliver-kindred",
- "theme": "Sliver Kindred",
- "synergies": [
- "Little Fellas",
- "Pingers"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Sliver Hivelord",
- "The First Sliver",
- "Sliver Legion",
- "Sliver Overlord",
- "Sliver Gravemother"
- ],
- "example_cards": [
- "Gemhide Sliver",
- "Manaweft Sliver",
- "Cloudshredder Sliver",
- "Sliver Hivelord",
- "Harmonic Sliver",
- "Galerider Sliver",
- "Shifting Sliver",
- "Diffusion Sliver"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Syr Konrad, the Grim - Synergy (Pingers)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Pingers)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Sliver creatures into play with shared payoffs (e.g., Little Fellas and Pingers)."
- },
- {
- "id": "sloth-kindred",
- "theme": "Sloth Kindred",
- "synergies": [],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_cards": [
- "Arboreal Grazer",
- "Lumbering Megasloth",
- "Complaints Clerk",
- "Unswerving Sloth",
- "Hungry Megasloth",
- "Relic Sloth",
- "Aardvark Sloth"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Sloth creatures into play with shared payoffs."
- },
- {
- "id": "slug-kindred",
- "theme": "Slug Kindred",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Toxrill, the Corrosive",
- "Fumulus, the Infestation",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Toxrill, the Corrosive",
- "Fumulus, the Infestation",
- "Thermopod",
- "Morkrut Necropod",
- "Molder Slug",
- "Gluttonous Slug",
- "Catacomb Slug",
- "Giant Slug"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Slug creatures into play with shared payoffs (e.g., Little Fellas)."
- },
- {
- "id": "snail-kindred",
- "theme": "Snail Kindred",
- "synergies": [],
- "primary_color": "Black",
- "example_commanders": [
- "Wick, the Whorled Mind"
- ],
- "example_cards": [
- "Wick, the Whorled Mind",
- "Skullcap Snail"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Snail creatures into play with shared payoffs."
- },
- {
- "id": "snake-kindred",
- "theme": "Snake Kindred",
- "synergies": [
- "Swampwalk",
- "Deathtouch",
- "Archer Kindred",
- "Poison Counters",
- "Shaman Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Shigeki, Jukai Visionary",
- "Sidisi, Undead Vizier",
- "Imoti, Celebrant of Bounty",
- "Sidisi, Brood Tyrant",
- "Lonis, Cryptozoologist"
- ],
- "example_cards": [
- "Sakura-Tribe Elder",
- "Lotus Cobra",
- "Ramunap Excavator",
- "Ohran Frostfang",
- "Fanatic of Rhonas",
- "Ophiomancer",
- "Coiling Oracle",
- "Enduring Tenacity"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Swampwalk)",
- "Wrexial, the Risen Deep - Synergy (Swampwalk)",
- "Sol'kanar the Swamp King - Synergy (Swampwalk)",
- "Sheoldred, the Apocalypse - Synergy (Deathtouch)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Deathtouch)",
- "Legolas Greenleaf - Synergy (Archer Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Snake creatures into play with shared payoffs (e.g., Swampwalk and Deathtouch)."
- },
- {
- "id": "soldier-kindred",
- "theme": "Soldier Kindred",
- "synergies": [
- "Horsemanship",
- "Battalion",
- "Mentor",
- "Endure",
- "Banding"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Boromir, Warden of the Tower",
- "Anim Pakal, Thousandth Moon",
- "Odric, Lunarch Marshal",
- "Myrel, Shield of Argive",
- "Thalia, Heretic Cathar"
- ],
- "example_cards": [
- "Esper Sentinel",
- "Bastion of Remembrance",
- "Mentor of the Meek",
- "Elspeth, Sun's Champion",
- "Ranger-Captain of Eos",
- "Boromir, Warden of the Tower",
- "Bastion Protector",
- "Charismatic Conqueror"
- ],
- "synergy_commanders": [
- "Lu Xun, Scholar General - Synergy (Horsemanship)",
- "Xiahou Dun, the One-Eyed - Synergy (Horsemanship)",
- "Lu Bu, Master-at-Arms - Synergy (Horsemanship)",
- "Paladin Elizabeth Taggerdy - Synergy (Battalion)",
- "Sentinel Sarah Lyons - Synergy (Battalion)",
- "Danny Pink - Synergy (Mentor)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Soldier creatures into play with shared payoffs (e.g., Horsemanship and Battalion)."
- },
- {
- "id": "soltari-kindred",
- "theme": "Soltari Kindred",
- "synergies": [
- "Shadow",
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "White",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Etali, Primal Storm - Synergy (Aggro)"
- ],
- "example_cards": [
- "Soltari Visionary",
- "Soltari Foot Soldier",
- "Soltari Champion",
- "Soltari Trooper",
- "Soltari Monk",
- "Soltari Priest",
- "Soltari Lancer",
- "Soltari Guerrillas"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Soltari creatures into play with shared payoffs (e.g., Shadow and Little Fellas)."
- },
- {
- "id": "soul-counters",
- "theme": "Soul Counters",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Séance Board",
- "Ravenous Amulet",
- "Reaper's Scythe",
- "Netherborn Altar",
- "Hostile Hostel // Creeping Inn",
- "Malefic Scythe",
- "Obscura Ascendancy"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates soul counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "soulbond",
- "theme": "Soulbond",
- "synergies": [
- "Human Kindred",
- "Little Fellas",
- "Toughness Matters",
- "Big Mana"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Donna Noble",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Loran of the Third Path - Synergy (Human Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Deadeye Navigator",
- "Tandem Lookout",
- "Mirage Phalanx",
- "Wingcrafter",
- "Breathkeeper Seraph",
- "Doom Weaver",
- "Silverblade Paladin",
- "Thundering Mightmare"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Little Fellas)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Soulbond leveraging synergies with Human Kindred and Little Fellas."
- },
- {
- "id": "soulshift",
- "theme": "Soulshift",
- "synergies": [
- "Spirit Kindred",
- "Control",
- "Removal",
- "Mill",
- "Interaction"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "He Who Hungers",
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "example_cards": [
- "Thief of Hope",
- "He Who Hungers",
- "Elder Pine of Jukai",
- "Harbinger of Spring",
- "Forked-Branch Garami",
- "Promised Kannushi",
- "Pus Kami",
- "Body of Jukai"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Control)",
- "Ulamog, the Infinite Gyre - Synergy (Removal)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Soulshift leveraging synergies with Spirit Kindred and Control."
- },
- {
- "id": "spawn-kindred",
- "theme": "Spawn Kindred",
- "synergies": [
- "Eldrazi Kindred",
- "Drone Kindred",
- "Devoid",
- "Mana Dork",
- "Ramp"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Magnus the Red",
- "Kozilek, Butcher of Truth - Synergy (Eldrazi Kindred)",
- "Ulamog, the Infinite Gyre - Synergy (Eldrazi Kindred)",
- "Ulamog, the Ceaseless Hunger - Synergy (Eldrazi Kindred)",
- "Kaito, Dancing Shadow - Synergy (Drone Kindred)"
- ],
- "example_cards": [
- "Glaring Fleshraker",
- "Awakening Zone",
- "Pawn of Ulamog",
- "Basking Broodscale",
- "Kozilek's Command",
- "Kozilek's Unsealing",
- "Glimpse the Impossible",
- "Emrakul's Messenger"
- ],
- "synergy_commanders": [
- "Ulalek, Fused Atrocity - Synergy (Devoid)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Spawn creatures into play with shared payoffs (e.g., Eldrazi Kindred and Drone Kindred)."
- },
- {
- "id": "spectacle",
- "theme": "Spectacle",
- "synergies": [
- "Burn",
- "Aggro",
- "Combat Matters",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Burn)",
- "Braids, Arisen Nightmare - Synergy (Burn)",
- "Lotho, Corrupt Shirriff - Synergy (Burn)",
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)"
- ],
- "example_cards": [
- "Light Up the Stage",
- "Body Count",
- "Skewer the Critics",
- "Spawn of Mayhem",
- "Dead Revels",
- "Rix Maadi Reveler",
- "Drill Bit",
- "Blade Juggler"
- ],
- "synergy_commanders": [
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Spectacle leveraging synergies with Burn and Aggro."
- },
- {
- "id": "specter-kindred",
- "theme": "Specter Kindred",
- "synergies": [
- "Draw Triggers",
- "Wheels",
- "Flying",
- "Card Draw",
- "Burn"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Urgoros, the Empty One",
- "Braids, Arisen Nightmare - Synergy (Draw Triggers)",
- "Loran of the Third Path - Synergy (Draw Triggers)",
- "Sheoldred, the Apocalypse - Synergy (Draw Triggers)",
- "Selvala, Heart of the Wilds - Synergy (Wheels)"
- ],
- "example_cards": [
- "Thief of Sanity",
- "Accursed Duneyard",
- "Fell Specter",
- "Nightveil Specter",
- "Hypnotic Specter",
- "Liliana's Specter",
- "Whispering Specter",
- "Hollow Marauder"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Wheels)",
- "Old Gnawbone - Synergy (Flying)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Specter creatures into play with shared payoffs (e.g., Draw Triggers and Wheels)."
- },
- {
- "id": "spell-copy",
- "theme": "Spell Copy",
- "synergies": [
- "Storm",
- "Replicate",
- "Casualty",
- "Demonstrate",
- "Conspire"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Jin-Gitaxias, Progress Tyrant",
- "Kitsa, Otterball Elite",
- "Krark, the Thumbless",
- "Zada, Hedron Grinder",
- "Stella Lee, Wild Card"
- ],
- "example_cards": [
- "Flusterstorm",
- "Strionic Resonator",
- "Reflections of Littjara",
- "Dualcaster Mage",
- "Grapeshot",
- "Mizzix's Mastery",
- "Brain Freeze",
- "Narset's Reversal"
- ],
- "synergy_commanders": [
- "Aeve, Progenitor Ooze - Synergy (Storm)",
- "Storm, Force of Nature - Synergy (Storm)",
- "Ral, Crackling Wit - Synergy (Storm)",
- "Ob Nixilis, the Adversary - Synergy (Casualty)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Builds around Spell Copy leveraging synergies with Storm and Replicate."
- },
- {
- "id": "spell-mastery",
- "theme": "Spell mastery",
- "synergies": [
- "Reanimate",
- "Mill",
- "Spells Matter",
- "Spellslinger",
- "Interaction"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Six - Synergy (Reanimate)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Kozilek, Butcher of Truth - Synergy (Mill)"
- ],
- "example_cards": [
- "Nissa's Pilgrimage",
- "Animist's Awakening",
- "Dark Petition",
- "Olórin's Searing Light",
- "Talent of the Telepath",
- "Dark Dabbling",
- "Ravaging Blaze",
- "Calculated Dismissal"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Spell mastery leveraging synergies with Reanimate and Mill."
- },
- {
- "id": "spells-matter",
- "theme": "Spells Matter",
- "synergies": [
- "Spellslinger",
- "Cantrips",
- "Counterspells",
- "Spell Copy",
- "Flashback"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Lotho, Corrupt Shirriff",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Talrand, Sky Summoner",
- "Niv-Mizzet, Parun",
- "Mangara, the Diplomat"
- ],
- "example_cards": [
- "Swords to Plowshares",
- "Path to Exile",
- "Counterspell",
- "Cultivate",
- "Farseek",
- "Blasphemous Act",
- "Beast Within",
- "Mind Stone"
- ],
- "synergy_commanders": [
- "Sythis, Harvest's Hand - Synergy (Cantrips)",
- "Kwain, Itinerant Meddler - Synergy (Cantrips)",
- "Boromir, Warden of the Tower - Synergy (Counterspells)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Chains cheap instants & sorceries for velocity—converting triggers into scalable damage or card advantage before a finisher. Synergies like Spellslinger and Cantrips reinforce the plan."
- },
- {
- "id": "spellshaper-kindred",
- "theme": "Spellshaper Kindred",
- "synergies": [
- "Discard Matters",
- "Human Kindred",
- "Little Fellas",
- "Ramp",
- "Removal"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Jaya Ballard, Task Mage",
- "Jolrael, Empress of Beasts",
- "Mageta the Lion",
- "Alexi, Zephyr Mage",
- "Greel, Mind Raker"
- ],
- "example_cards": [
- "Dreamscape Artist",
- "Bog Witch",
- "Invasion of Mercadia // Kyren Flamewright",
- "Undertaker",
- "Llanowar Mentor",
- "Jaya Ballard, Task Mage",
- "Jolrael, Empress of Beasts",
- "Greenseeker"
- ],
- "synergy_commanders": [
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)",
- "Yawgmoth, Thran Physician - Synergy (Discard Matters)",
- "Nezahal, Primal Tide - Synergy (Discard Matters)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Spellshaper creatures into play with shared payoffs (e.g., Discard Matters and Human Kindred)."
- },
- {
- "id": "spellslinger",
- "theme": "Spellslinger",
- "synergies": [
- "Spells Matter",
- "Prowess",
- "Noncreature Spells",
- "Cantrips",
- "Counterspells"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Lotho, Corrupt Shirriff",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Talrand, Sky Summoner",
- "Niv-Mizzet, Parun",
- "Mangara, the Diplomat"
- ],
- "example_cards": [
- "Swords to Plowshares",
- "Path to Exile",
- "Counterspell",
- "Cultivate",
- "Farseek",
- "Blasphemous Act",
- "Beast Within",
- "Mind Stone"
- ],
- "synergy_commanders": [
- "Kitsa, Otterball Elite - Synergy (Prowess)",
- "Bria, Riptide Rogue - Synergy (Prowess)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Chains cheap instants & sorceries for velocity—converting triggers into scalable damage or card advantage before a finisher. Synergies like Spells Matter and Prowess reinforce the plan."
- },
- {
- "id": "sphinx-kindred",
- "theme": "Sphinx Kindred",
- "synergies": [
- "Scry",
- "Flying",
- "Topdeck",
- "Conditional Draw",
- "Draw Triggers"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Tivit, Seller of Secrets",
- "Raffine, Scheming Seer",
- "Elenda and Azor",
- "Sharuum the Hegemon",
- "Medomai the Ageless"
- ],
- "example_cards": [
- "Consecrated Sphinx",
- "Sphinx of the Second Sun",
- "Sharding Sphinx",
- "Tivit, Seller of Secrets",
- "Sandstone Oracle",
- "Defiler of Dreams",
- "Raffine, Scheming Seer",
- "Dazzling Sphinx"
- ],
- "synergy_commanders": [
- "The Scarab God - Synergy (Scry)",
- "Thassa, God of the Sea - Synergy (Scry)",
- "Thrasios, Triton Hero - Synergy (Scry)",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "The Reality Chip - Synergy (Topdeck)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Sphinx creatures into play with shared payoffs (e.g., Scry and Flying)."
- },
- {
- "id": "spider-kindred",
- "theme": "Spider Kindred",
- "synergies": [
- "Web-slinging",
- "Hero Kindred",
- "Reach",
- "Deathtouch",
- "Toughness Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Arasta of the Endless Web",
- "Shelob, Dread Weaver",
- "Shelob, Child of Ungoliant",
- "Ishkanah, Grafwidow",
- "Izoni, Center of the Web"
- ],
- "example_cards": [
- "Arasta of the Endless Web",
- "Swarmyard",
- "Nyx Weaver",
- "Arachnogenesis",
- "Twitching Doll",
- "Swarmyard Massacre",
- "Canoptek Spyder",
- "Sweet-Gum Recluse"
- ],
- "synergy_commanders": [
- "Spider-Man, Brooklyn Visionary - Synergy (Web-slinging)",
- "Spider-Man India - Synergy (Web-slinging)",
- "Scarlet Spider, Ben Reilly - Synergy (Web-slinging)",
- "Deadpool, Trading Card - Synergy (Hero Kindred)",
- "Iron Man, Titan of Innovation - Synergy (Hero Kindred)",
- "Six - Synergy (Reach)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Spider creatures into play with shared payoffs (e.g., Reach and Deathtouch)."
- },
- {
- "id": "spike-kindred",
- "theme": "Spike Kindred",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Spike Feeder",
- "Spike Weaver",
- "Spike Cannibal",
- "Spike Drone",
- "Spike Rogue",
- "Spike Breeder",
- "Spike Tiller",
- "Spike Worker"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Spike creatures into play with shared payoffs (e.g., +1/+1 Counters and Counters Matter)."
- },
- {
- "id": "spirit-kindred",
- "theme": "Spirit Kindred",
- "synergies": [
- "Soulshift",
- "Ki Counters",
- "Endure",
- "Afterlife",
- "Zubera Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Kodama of the West Tree",
- "Kodama of the East Tree",
- "Junji, the Midnight Sky",
- "Miirym, Sentinel Wyrm",
- "Atsushi, the Blazing Sky"
- ],
- "example_cards": [
- "Seedborn Muse",
- "Kami of Whispered Hopes",
- "Simian Spirit Guide",
- "Crypt Ghast",
- "Forbidden Orchard",
- "Selfless Spirit",
- "Eidolon of Blossoms",
- "Sokenzan, Crucible of Defiance"
- ],
- "synergy_commanders": [
- "He Who Hungers - Synergy (Soulshift)",
- "Callow Jushi // Jaraku the Interloper - Synergy (Ki Counters)",
- "Cunning Bandit // Azamuki, Treachery Incarnate - Synergy (Ki Counters)",
- "Anafenza, Unyielding Lineage - Synergy (Endure)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Spirit creatures into play with shared payoffs (e.g., Soulshift and Ki Counters)."
- },
- {
- "id": "splice",
- "theme": "Splice",
- "synergies": [
- "Spells Matter",
- "Spellslinger",
- "Removal",
- "Interaction"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Desperate Ritual",
- "Goryo's Vengeance",
- "Fell Beast's Shriek",
- "Veil of Secrecy",
- "Blessed Breath",
- "Overblaze",
- "Reweave",
- "Shifting Borders"
- ],
- "synergy_commanders": [
- "Ulamog, the Infinite Gyre - Synergy (Removal)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Splice leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "split-second",
- "theme": "Split second",
- "synergies": [
- "Stax",
- "Combat Tricks",
- "Interaction",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Stax)",
- "Lotho, Corrupt Shirriff - Synergy (Stax)",
- "Talrand, Sky Summoner - Synergy (Stax)",
- "Samut, Voice of Dissent - Synergy (Combat Tricks)",
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)"
- ],
- "example_cards": [
- "Krosan Grip",
- "Legolas's Quick Reflexes",
- "Sudden Spoiling",
- "Angel's Grace",
- "Inventory Management",
- "Siege Smash",
- "V.A.T.S.",
- "Trickbind"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Interaction)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Split second leveraging synergies with Stax and Combat Tricks."
- },
- {
- "id": "sponge-kindred",
- "theme": "Sponge Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Thought Sponge",
- "Walking Sponge"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Sponge creatures into play with shared payoffs."
- },
- {
- "id": "spore-counters",
- "theme": "Spore Counters",
- "synergies": [
- "Fungus Kindred",
- "Saproling Kindred",
- "Ore Counters",
- "Creature Tokens",
- "Token Creation"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Thelon of Havenwood",
- "Slimefoot, the Stowaway - Synergy (Fungus Kindred)",
- "The Mycotyrant - Synergy (Fungus Kindred)",
- "Xavier Sal, Infested Captain - Synergy (Fungus Kindred)",
- "Nemata, Primeval Warden - Synergy (Saproling Kindred)"
- ],
- "example_cards": [
- "Utopia Mycon",
- "Deathspore Thallid",
- "Psychotrope Thallid",
- "Sporesower Thallid",
- "Sporoloth Ancient",
- "Thallid",
- "Thallid Shell-Dweller",
- "Thallid Germinator"
- ],
- "synergy_commanders": [
- "Verdeloth the Ancient - Synergy (Saproling Kindred)",
- "Vorinclex, Monstrous Raider - Synergy (Ore Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates spore counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "spree",
- "theme": "Spree",
- "synergies": [
- "Cost Scaling",
- "Modal",
- "Control",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Control)"
- ],
- "example_cards": [
- "Return the Favor",
- "Insatiable Avarice",
- "Great Train Heist",
- "Three Steps Ahead",
- "Requisition Raid",
- "Smuggler's Surprise",
- "Lively Dirge",
- "Final Showdown"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Spree leveraging synergies with Cost Scaling and Modal."
- },
- {
- "id": "squad",
- "theme": "Squad",
- "synergies": [
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Human Kindred",
- "Tokens Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Blink)",
- "Elesh Norn, Mother of Machines - Synergy (Enter the Battlefield)",
- "Kodama of the East Tree - Synergy (Enter the Battlefield)"
- ],
- "example_cards": [
- "Galadhrim Brigade",
- "Securitron Squadron",
- "Ultramarines Honour Guard",
- "Sicarian Infiltrator",
- "Space Marine Devastator",
- "Vanguard Suppressor",
- "Wasteland Raider",
- "Powder Ganger"
- ],
- "synergy_commanders": [
- "Nezahal, Primal Tide - Synergy (Leave the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Squad leveraging synergies with Blink and Enter the Battlefield."
- },
- {
- "id": "squid-kindred",
- "theme": "Squid Kindred",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Chasm Skulker",
- "Oneirophage",
- "Cephalopod Sentry",
- "Coral Barrier",
- "Skyclave Squid",
- "Sand Squid",
- "Gulf Squid",
- "Fylamarid"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Squid creatures into play with shared payoffs (e.g., Little Fellas)."
- },
- {
- "id": "squirrel-kindred",
- "theme": "Squirrel Kindred",
- "synergies": [
- "Food Token",
- "Food",
- "Warlock Kindred",
- "Tokens Matter",
- "Token Creation"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Toski, Bearer of Secrets",
- "Chatterfang, Squirrel General",
- "Camellia, the Seedmiser",
- "Hazel of the Rootbloom",
- "The Odd Acorn Gang"
- ],
- "example_cards": [
- "Toski, Bearer of Secrets",
- "Chatterfang, Squirrel General",
- "Swarmyard",
- "Scurry Oak",
- "Swarmyard Massacre",
- "Ravenous Squirrel",
- "Hazel's Brewmaster",
- "Valley Rotcaller"
- ],
- "synergy_commanders": [
- "Peregrin Took - Synergy (Food Token)",
- "Rosie Cotton of South Lane - Synergy (Food Token)",
- "Samwise Gamgee - Synergy (Food Token)",
- "Syr Ginger, the Meal Ender - Synergy (Food)",
- "Farmer Cotton - Synergy (Food)",
- "Saryth, the Viper's Fang - Synergy (Warlock Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Squirrel creatures into play with shared payoffs (e.g., Food Token and Food)."
- },
- {
- "id": "starfish-kindred",
- "theme": "Starfish Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Plagon, Lord of the Beach"
- ],
- "example_cards": [
- "Sinister Starfish",
- "Sigiled Starfish",
- "Plagon, Lord of the Beach",
- "Spiny Starfish",
- "Purple Pentapus"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Starfish creatures into play with shared payoffs."
- },
- {
- "id": "start-your-engines",
- "theme": "Start your engines!",
- "synergies": [
- "Max speed",
- "Vehicles",
- "Scout Kindred",
- "Conditional Draw",
- "Burn"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Mendicant Core, Guidelight",
- "Vnwxt, Verbose Host",
- "The Speed Demon",
- "Hazoret, Godseeker",
- "Zahur, Glory's Past"
- ],
- "example_cards": [
- "Muraganda Raceway",
- "Amonkhet Raceway",
- "Mendicant Core, Guidelight",
- "Avishkar Raceway",
- "Vnwxt, Verbose Host",
- "Howlsquad Heavy",
- "The Speed Demon",
- "Racers' Scoreboard"
- ],
- "synergy_commanders": [
- "Sram, Senior Edificer - Synergy (Vehicles)",
- "Shorikai, Genesis Engine - Synergy (Vehicles)",
- "Selvala, Heart of the Wilds - Synergy (Scout Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Start your engines! leveraging synergies with Max speed and Vehicles."
- },
- {
- "id": "stash-counters",
- "theme": "Stash Counters",
- "synergies": [],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Tinybones, Bauble Burglar"
- ],
- "example_cards": [
- "Glittering Stockpile",
- "Tinybones, Bauble Burglar",
- "Hoarder's Overflow"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates stash counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "station",
- "theme": "Station",
- "synergies": [
- "Charge Counters",
- "Flying",
- "Artifacts Matter",
- "Counters Matter",
- "Lands Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Hearthhull, the Worldseed",
- "Inspirit, Flagship Vessel",
- "Dawnsire, Sunstar Dreadnought",
- "The Seriema",
- "Infinite Guideline Station"
- ],
- "example_cards": [
- "Exploration Broodship",
- "Evendo, Waking Haven",
- "Uthros, Titanic Godcore",
- "Uthros Research Craft",
- "The Eternity Elevator",
- "Adagia, Windswept Bastion",
- "Susur Secundi, Void Altar",
- "Hearthhull, the Worldseed"
- ],
- "synergy_commanders": [
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Station leveraging synergies with Charge Counters and Flying."
- },
- {
- "id": "stax",
- "theme": "Stax",
- "synergies": [
- "Taxing Effects",
- "Hatebears",
- "Split second",
- "Detain",
- "Epic"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Kutzil, Malamet Exemplar",
- "Lotho, Corrupt Shirriff",
- "Talrand, Sky Summoner",
- "Niv-Mizzet, Parun",
- "Elesh Norn, Grand Cenobite"
- ],
- "example_cards": [
- "Exotic Orchard",
- "Swiftfoot Boots",
- "Fellwar Stone",
- "Counterspell",
- "Rhystic Study",
- "Cyclonic Rift",
- "An Offer You Can't Refuse",
- "Negate"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Applies asymmetric resource denial (tax, tap, sacrifice, lock pieces) to throttle opponents while advancing a resilient engine. Synergies like Taxing Effects and Hatebears reinforce the plan."
- },
- {
- "id": "storage-counters",
- "theme": "Storage Counters",
- "synergies": [
- "Age Counters",
- "Lands Matter",
- "Counters Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Tasha, the Witch Queen - Synergy (Age Counters)",
- "Cosima, God of the Voyage // The Omenkeel - Synergy (Age Counters)",
- "Mairsil, the Pretender - Synergy (Age Counters)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)",
- "Tatyova, Benthic Druid - Synergy (Lands Matter)"
- ],
- "example_cards": [
- "Crucible of the Spirit Dragon",
- "Mage-Ring Network",
- "Molten Slagheap",
- "Dreadship Reef",
- "Calciform Pools",
- "Saltcrusted Steppe",
- "Fungal Reaches",
- "Bottomless Vault"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates storage counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "storm",
- "theme": "Storm",
- "synergies": [
- "Spellslinger",
- "Rituals",
- "Copy Spells",
- "Spell Copy",
- "Control"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Aeve, Progenitor Ooze",
- "Storm, Force of Nature",
- "Lotho, Corrupt Shirriff - Synergy (Spellslinger)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spellslinger)",
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Flusterstorm",
- "Grapeshot",
- "Brain Freeze",
- "Amphibian Downpour",
- "Empty the Warrens",
- "Radstorm",
- "Ral, Crackling Wit",
- "Chatterstorm"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds storm count with cheap spells & mana bursts, converting it into a lethal payoff turn. Synergies like Spellslinger and Rituals reinforce the plan."
- },
- {
- "id": "strive",
- "theme": "Strive",
- "synergies": [
- "Combat Tricks",
- "Spells Matter",
- "Spellslinger",
- "Interaction"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Samut, Voice of Dissent - Synergy (Combat Tricks)",
- "Naru Meha, Master Wizard - Synergy (Combat Tricks)",
- "The Wandering Rescuer - Synergy (Combat Tricks)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Twinflame",
- "Call the Coppercoats",
- "Solidarity of Heroes",
- "Launch the Fleet",
- "Setessan Tactics",
- "Ajani's Presence",
- "Harness by Force",
- "Consign to Dust"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Strive leveraging synergies with Combat Tricks and Spells Matter."
- },
- {
- "id": "stun-counters",
- "theme": "Stun Counters",
- "synergies": [
- "Counters Matter",
- "Stax",
- "Wizard Kindred",
- "Blink",
- "Enter the Battlefield"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Monstrosity of the Lake",
- "The Watcher in the Water",
- "Lulu, Stern Guardian",
- "Sharae of Numbing Depths",
- "The Beast, Deathless Prince"
- ],
- "example_cards": [
- "Unstoppable Slasher",
- "Mjölnir, Storm Hammer",
- "Fear of Sleep Paralysis",
- "Scroll of Isildur",
- "Pugnacious Hammerskull",
- "Monstrosity of the Lake",
- "The Watcher in the Water",
- "Summon: Valefor"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)",
- "Kutzil, Malamet Exemplar - Synergy (Stax)",
- "Lotho, Corrupt Shirriff - Synergy (Stax)",
- "Emry, Lurker of the Loch - Synergy (Wizard Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Accumulates stun counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "super-friends",
- "theme": "Super Friends",
- "synergies": [
- "Planeswalkers",
- "Superfriends",
- "Proliferate",
- "Myriad",
- "Loyalty Counters"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Adeline, Resplendent Cathar",
- "Yawgmoth, Thran Physician",
- "Vorinclex, Monstrous Raider",
- "Lae'zel, Vlaakith's Champion",
- "Tekuthal, Inquiry Dominus"
- ],
- "example_cards": [
- "Karn's Bastion",
- "Doubling Season",
- "Spark Double",
- "Evolution Sage",
- "Plaza of Heroes",
- "Adeline, Resplendent Cathar",
- "Minamo, School at Water's Edge",
- "Cankerbloom"
- ],
- "synergy_commanders": [
- "Daretti, Scrap Savant - Synergy (Superfriends)",
- "Freyalise, Llanowar's Fury - Synergy (Superfriends)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Super Friends leveraging synergies with Planeswalkers and Superfriends."
- },
- {
- "id": "superfriends",
- "theme": "Superfriends",
- "synergies": [
- "Planeswalkers",
- "Proliferate",
- "Token Creation",
- "Loyalty Counters",
- "Super Friends"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Daretti, Scrap Savant",
- "Freyalise, Llanowar's Fury",
- "Dihada, Binder of Wills",
- "Tevesh Szat, Doom of Fools",
- "Minsc & Boo, Timeless Heroes"
- ],
- "example_cards": [
- "Elspeth, Sun's Champion",
- "Narset, Parter of Veils",
- "Liliana, Dreadhorde General",
- "Ugin, the Ineffable",
- "Jace, Wielder of Mysteries",
- "Teferi, Time Raveler",
- "Chandra, Torch of Defiance",
- "Ugin, the Spirit Dragon"
- ],
- "synergy_commanders": [
- "Adeline, Resplendent Cathar - Synergy (Planeswalkers)",
- "Yawgmoth, Thran Physician - Synergy (Planeswalkers)",
- "Vorinclex, Monstrous Raider - Synergy (Planeswalkers)",
- "Tekuthal, Inquiry Dominus - Synergy (Proliferate)",
- "Atraxa, Praetors' Voice - Synergy (Proliferate)",
- "Ragavan, Nimble Pilferer - Synergy (Token Creation)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Protects and reuses planeswalkers—amplifying loyalty via proliferate and recursion for inevitability. Synergies like Planeswalkers and Proliferate reinforce the plan."
- },
- {
- "id": "support",
- "theme": "Support",
- "synergies": [
- "Midrange",
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (Midrange)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Midrange)",
- "Yawgmoth, Thran Physician - Synergy (Midrange)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yahenni, Undying Partisan - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Together Forever",
- "Generous Patron",
- "Blitzball Stadium",
- "Skyboon Evangelist",
- "Aerie Auxiliary",
- "Gladehart Cavalry",
- "Captured by Lagacs",
- "Shoulder to Shoulder"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Support leveraging synergies with Midrange and +1/+1 Counters."
- },
- {
- "id": "surge",
- "theme": "Surge",
- "synergies": [
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Crush of Tentacles",
- "Fall of the Titans",
- "Reckless Bushwhacker",
- "Overwhelming Denial",
- "Comparative Analysis",
- "Goblin Freerunner",
- "Grip of the Roil",
- "Tyrant of Valakut"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Surge leveraging synergies with Big Mana and Spells Matter."
- },
- {
- "id": "surrakar-kindred",
- "theme": "Surrakar Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Surrakar Spellblade",
- "Surrakar Marauder",
- "Surrakar Banisher",
- "Shoreline Salvager"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Surrakar creatures into play with shared payoffs."
- },
- {
- "id": "surveil",
- "theme": "Surveil",
- "synergies": [
- "Mill",
- "Reanimate",
- "Graveyard Matters",
- "Topdeck",
- "Menace"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Glarb, Calamity's Augur",
- "Desmond Miles",
- "Fandaniel, Telophoroi Ascian",
- "Aminatou, Veil Piercer",
- "Victor, Valgavoth's Seneschal"
- ],
- "example_cards": [
- "Consider",
- "Undercity Sewers",
- "Underground Mortuary",
- "Hedge Maze",
- "Shadowy Backstreet",
- "Raucous Theater",
- "Commercial District",
- "Thundering Falls"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Mill)",
- "Sheoldred, Whispering One - Synergy (Mill)",
- "Emry, Lurker of the Loch - Synergy (Mill)",
- "Six - Synergy (Reanimate)",
- "Kozilek, Butcher of Truth - Synergy (Reanimate)",
- "Octavia, Living Thesis - Synergy (Graveyard Matters)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Continuously filters with Surveil to sculpt draws, fuel recursion, and enable graveyard synergies. Synergies like Mill and Reanimate reinforce the plan."
- },
- {
- "id": "survival",
- "theme": "Survival",
- "synergies": [
- "Survivor Kindred",
- "Human Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Kona, Rescue Beastie",
- "Rip, Spawn Hunter",
- "Varchild, Betrayer of Kjeldor - Synergy (Survivor Kindred)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)"
- ],
- "example_cards": [
- "Kona, Rescue Beastie",
- "Reluctant Role Model",
- "Cynical Loner",
- "Rip, Spawn Hunter",
- "House Cartographer",
- "Glimmer Seeker",
- "Defiant Survivor",
- "Savior of the Small"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Survival leveraging synergies with Survivor Kindred and Human Kindred."
- },
- {
- "id": "survivor-kindred",
- "theme": "Survivor Kindred",
- "synergies": [
- "Survival",
- "Human Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Kona, Rescue Beastie",
- "Varchild, Betrayer of Kjeldor",
- "Rip, Spawn Hunter",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)"
- ],
- "example_cards": [
- "Kona, Rescue Beastie",
- "Reluctant Role Model",
- "Varchild, Betrayer of Kjeldor",
- "Cynical Loner",
- "Rip, Spawn Hunter",
- "Varchild's War-Riders",
- "House Cartographer",
- "Glimmer Seeker"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Survivor creatures into play with shared payoffs (e.g., Survival and Human Kindred)."
- },
- {
- "id": "suspect",
- "theme": "Suspect",
- "synergies": [
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Agrus Kos, Spirit of Justice",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Blink)",
- "Elesh Norn, Mother of Machines - Synergy (Enter the Battlefield)"
- ],
- "example_cards": [
- "Barbed Servitor",
- "Case of the Stashed Skeleton",
- "Agrus Kos, Spirit of Justice",
- "Presumed Dead",
- "Frantic Scapegoat",
- "Caught Red-Handed",
- "It Doesn't Add Up",
- "Repeat Offender"
- ],
- "synergy_commanders": [
- "Kodama of the East Tree - Synergy (Enter the Battlefield)",
- "Nezahal, Primal Tide - Synergy (Leave the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Suspect leveraging synergies with Blink and Enter the Battlefield."
- },
- {
- "id": "suspend",
- "theme": "Suspend",
- "synergies": [
- "Time Travel",
- "Time Counters",
- "Exile Matters",
- "Counters Matter",
- "Toolbox"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "The Tenth Doctor",
- "Jhoira of the Ghitu",
- "Taigam, Master Opportunist",
- "The Eleventh Doctor",
- "Amy Pond"
- ],
- "example_cards": [
- "Search for Tomorrow",
- "Profane Tutor",
- "Delay",
- "Sol Talisman",
- "Resurgent Belief",
- "Rousing Refrain",
- "Inevitable Betrayal",
- "Ancestral Vision"
- ],
- "synergy_commanders": [
- "Ojer Pakpatiq, Deepest Epoch // Temple of Cyclical Time - Synergy (Time Counters)",
- "Etali, Primal Storm - Synergy (Exile Matters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Suspends spells early to pay off delayed powerful effects at discounted timing. Synergies like Time Travel and Time Counters reinforce the plan."
- },
- {
- "id": "swampcycling",
- "theme": "Swampcycling",
- "synergies": [
- "Land Types Matter",
- "Cycling",
- "Loot",
- "Ramp",
- "Discard Matters"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Vorinclex // The Grand Evolution - Synergy (Land Types Matter)",
- "Karametra, God of Harvests - Synergy (Land Types Matter)",
- "Titania, Nature's Force - Synergy (Land Types Matter)",
- "The Balrog of Moria - Synergy (Cycling)",
- "Monstrosity of the Lake - Synergy (Cycling)"
- ],
- "example_cards": [
- "Troll of Khazad-dûm",
- "Twisted Abomination",
- "Malboro",
- "Rampaging Spiketail",
- "Gloomfang Mauler",
- "Spectral Snatcher",
- "Injector Crocodile",
- "Jhessian Zombies"
- ],
- "synergy_commanders": [
- "Baral, Chief of Compliance - Synergy (Loot)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Swampcycling leveraging synergies with Land Types Matter and Cycling."
- },
- {
- "id": "swampwalk",
- "theme": "Swampwalk",
- "synergies": [
- "Wraith Kindred",
- "Landwalk",
- "Snake Kindred",
- "Lands Matter",
- "Horror Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Sheoldred, Whispering One",
- "Wrexial, the Risen Deep",
- "Sol'kanar the Swamp King",
- "Witch-king of Angmar - Synergy (Wraith Kindred)",
- "Lord of the Nazgûl - Synergy (Wraith Kindred)"
- ],
- "example_cards": [
- "Sheoldred, Whispering One",
- "Wrexial, the Risen Deep",
- "Filth",
- "Street Wraith",
- "Mire Boa",
- "Quag Vampires",
- "Sol'kanar the Swamp King",
- "Marsh Boa"
- ],
- "synergy_commanders": [
- "Sauron, the Necromancer - Synergy (Wraith Kindred)",
- "Chatterfang, Squirrel General - Synergy (Landwalk)",
- "Shigeki, Jukai Visionary - Synergy (Snake Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Swampwalk leveraging synergies with Wraith Kindred and Landwalk."
- },
- {
- "id": "sweep",
- "theme": "Sweep",
- "synergies": [],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_cards": [
- "Barrel Down Sokenzan",
- "Charge Across the Araba",
- "Sink into Takenuma",
- "Plow Through Reito"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Sweep theme and its supporting synergies."
- },
- {
- "id": "synth-kindred",
- "theme": "Synth Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Paladin Danse, Steel Maverick",
- "Nick Valentine, Private Eye"
- ],
- "example_cards": [
- "Paladin Danse, Steel Maverick",
- "Synth Eradicator",
- "Synth Infiltrator",
- "Nick Valentine, Private Eye"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Synth creatures into play with shared payoffs."
- },
- {
- "id": "tempting-offer",
- "theme": "Tempting offer",
- "synergies": [
- "Politics",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Red",
- "secondary_color": "White",
- "example_commanders": [
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)"
- ],
- "example_cards": [
- "Tempt with Discovery",
- "Tempt with Bunnies",
- "Tempt with Vengeance",
- "Tempt with Mayhem",
- "Tempt with Reflections",
- "Tempt with Immortality",
- "Tempt with Glory"
- ],
- "synergy_commanders": [
- "Talrand, Sky Summoner - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Tempting offer leveraging synergies with Politics and Spells Matter."
- },
- {
- "id": "tentacle-kindred",
- "theme": "Tentacle Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "example_commanders": [
- "The Watcher in the Water"
- ],
- "example_cards": [
- "Nadir Kraken",
- "The Watcher in the Water"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Tentacle creatures into play with shared payoffs."
- },
- {
- "id": "thalakos-kindred",
- "theme": "Thalakos Kindred",
- "synergies": [
- "Shadow",
- "Aggro",
- "Combat Matters",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Combat Matters)"
- ],
- "example_cards": [
- "Thalakos Seer",
- "Thalakos Deceiver",
- "Thalakos Sentry",
- "Thalakos Drifters",
- "Thalakos Scout",
- "Thalakos Dreamsower",
- "Thalakos Mistfolk"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Thalakos creatures into play with shared payoffs (e.g., Shadow and Aggro)."
- },
- {
- "id": "theft",
- "theme": "Theft",
- "synergies": [
- "Goad",
- "Sacrifice to Draw",
- "Sacrifice Matters",
- "Treasure Token",
- "Aristocrats"
- ],
- "primary_color": "Red",
- "secondary_color": "Blue",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Gonti, Lord of Luxury",
- "Grenzo, Havoc Raiser",
- "Emrakul, the Promised End",
- "Gix, Yawgmoth Praetor"
- ],
- "example_cards": [
- "Deadly Dispute",
- "Village Rites",
- "Crop Rotation",
- "Harrow",
- "Diabolic Intent",
- "Ragavan, Nimble Pilferer",
- "Demand Answers",
- "Corrupted Conviction"
- ],
- "synergy_commanders": [
- "Glóin, Dwarf Emissary - Synergy (Goad)",
- "Slicer, Hired Muscle // Slicer, High-Speed Antagonist - Synergy (Goad)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice to Draw)",
- "Peregrin Took - Synergy (Sacrifice to Draw)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Acquires opponents’ permanents temporarily or permanently to convert their resources into board control. Synergies like Goad and Sacrifice to Draw reinforce the plan."
- },
- {
- "id": "thopter-kindred",
- "theme": "Thopter Kindred",
- "synergies": [
- "Artificer Kindred",
- "Artifact Tokens",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Liberator, Urza's Battlethopter",
- "Hope of Ghirapur",
- "Breya, Etherium Shaper",
- "Pia Nalaar, Consul of Revival",
- "Pia and Kiran Nalaar"
- ],
- "example_cards": [
- "Ornithopter of Paradise",
- "Loyal Apprentice",
- "Ornithopter",
- "Liberator, Urza's Battlethopter",
- "Hangarback Walker",
- "Whirler Rogue",
- "Gold-Forged Thopteryx",
- "Efficient Construction"
- ],
- "synergy_commanders": [
- "Loran of the Third Path - Synergy (Artificer Kindred)",
- "Sai, Master Thopterist - Synergy (Artificer Kindred)",
- "Urza, Lord High Artificer - Synergy (Artificer Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Artifact Tokens)",
- "Lotho, Corrupt Shirriff - Synergy (Artifact Tokens)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Thopter creatures into play with shared payoffs (e.g., Artificer Kindred and Artifact Tokens)."
- },
- {
- "id": "threshold",
- "theme": "Threshold",
- "synergies": [
- "Nomad Kindred",
- "Minion Kindred",
- "Rat Kindred",
- "Reanimate",
- "Mill"
- ],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Kiora, the Rising Tide",
- "Pianna, Nomad Captain - Synergy (Nomad Kindred)",
- "K'rrik, Son of Yawgmoth - Synergy (Minion Kindred)",
- "Chainer, Nightmare Adept - Synergy (Minion Kindred)",
- "Nashi, Moon Sage's Scion - Synergy (Rat Kindred)"
- ],
- "example_cards": [
- "Cabal Ritual",
- "Cephalid Coliseum",
- "Stitch Together",
- "Shoreline Looter",
- "Kiora, the Rising Tide",
- "Far Wanderings",
- "Barbarian Ring",
- "Cabal Pit"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Fills the graveyard quickly to meet Threshold counts and upgrade spell/creature efficiencies. Synergies like Nomad Kindred and Minion Kindred reinforce the plan."
- },
- {
- "id": "thrull-kindred",
- "theme": "Thrull Kindred",
- "synergies": [
- "Sacrifice Matters",
- "Aristocrats",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "White",
- "example_commanders": [
- "Tevesh Szat, Doom of Fools",
- "Endrek Sahr, Master Breeder",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Blood Pet",
- "Tevesh Szat, Doom of Fools",
- "Endrek Sahr, Master Breeder",
- "Szat's Will",
- "Thrull Parasite",
- "Doorkeeper Thrull",
- "Basal Thrull",
- "Soul Exchange"
- ],
- "synergy_commanders": [
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Aristocrats)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Aristocrats)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Thrull creatures into play with shared payoffs (e.g., Sacrifice Matters and Aristocrats)."
- },
- {
- "id": "tide-counters",
- "theme": "Tide Counters",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Homarid",
- "Tidal Influence"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates tide counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "tiefling-kindred",
- "theme": "Tiefling Kindred",
- "synergies": [
- "Rogue Kindred",
- "Outlaw Kindred",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Karlach, Fury of Avernus",
- "Prosper, Tome-Bound",
- "Casal, Lurkwood Pathfinder // Casal, Pathbreaker Owlbear",
- "Zevlor, Elturel Exile",
- "Farideh, Devil's Chosen"
- ],
- "example_cards": [
- "Grim Hireling",
- "Karlach, Fury of Avernus",
- "Prosper, Tome-Bound",
- "Elturel Survivors",
- "Hoard Robber",
- "Guildsworn Prowler",
- "Passageway Seer",
- "Death-Priest of Myrkul"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Rogue Kindred)",
- "Sakashima of a Thousand Faces - Synergy (Rogue Kindred)",
- "Rankle, Master of Pranks - Synergy (Rogue Kindred)",
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Tiefling creatures into play with shared payoffs (e.g., Rogue Kindred and Outlaw Kindred)."
- },
- {
- "id": "time-counters",
- "theme": "Time Counters",
- "synergies": [
- "Vanishing",
- "Time Travel",
- "Impending",
- "Suspend",
- "Exile Matters"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Ojer Pakpatiq, Deepest Epoch // Temple of Cyclical Time",
- "The Tenth Doctor",
- "Jhoira of the Ghitu",
- "The War Doctor",
- "Taigam, Master Opportunist"
- ],
- "example_cards": [
- "Search for Tomorrow",
- "Profane Tutor",
- "Delay",
- "As Foretold",
- "Dreamtide Whale",
- "Sol Talisman",
- "Resurgent Belief",
- "Overlord of the Hauntwoods"
- ],
- "synergy_commanders": [
- "Idris, Soul of the TARDIS - Synergy (Vanishing)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Accumulates time counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "time-travel",
- "theme": "Time Travel",
- "synergies": [
- "Time Counters",
- "Suspend",
- "Exile Matters",
- "Counters Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "The Tenth Doctor",
- "Ojer Pakpatiq, Deepest Epoch // Temple of Cyclical Time - Synergy (Time Counters)",
- "Jhoira of the Ghitu - Synergy (Time Counters)",
- "Taigam, Master Opportunist - Synergy (Suspend)",
- "The Eleventh Doctor - Synergy (Suspend)"
- ],
- "example_cards": [
- "The Tenth Doctor",
- "Wibbly-wobbly, Timey-wimey",
- "Time Beetle",
- "Rotating Fireplace",
- "The Parting of the Ways",
- "All of History, All at Once",
- "The Wedding of River Song",
- "The Girl in the Fireplace"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Exile Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Time Travel leveraging synergies with Time Counters and Suspend."
- },
- {
- "id": "token-creation",
- "theme": "Token Creation",
- "synergies": [
- "Creature Tokens",
- "Populate",
- "Tokens Matter",
- "Artifact Tokens",
- "Treasure"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Mondrak, Glory Dominus",
- "Lotho, Corrupt Shirriff",
- "Adeline, Resplendent Cathar",
- "Talrand, Sky Summoner"
- ],
- "example_cards": [
- "Beast Within",
- "An Offer You Can't Refuse",
- "Generous Gift",
- "Smothering Tithe",
- "Swan Song",
- "Urza's Saga",
- "Deadly Dispute",
- "Black Market Connections"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Creature Tokens)",
- "Trostani, Selesnya's Voice - Synergy (Populate)",
- "Cayth, Famed Mechanist - Synergy (Populate)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Tokens Matter and Creature Tokens reinforce the plan."
- },
- {
- "id": "token-modification",
- "theme": "Token Modification",
- "synergies": [
- "Clones",
- "Planeswalkers",
- "Super Friends",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Mondrak, Glory Dominus",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Peregrin Took",
- "Vorinclex, Monstrous Raider",
- "Chatterfang, Squirrel General"
- ],
- "example_cards": [
- "Doubling Season",
- "Anointed Procession",
- "Mondrak, Glory Dominus",
- "Parallel Lives",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Peregrin Took",
- "Xorn",
- "Innkeeper's Talent"
- ],
- "synergy_commanders": [
- "Kiki-Jiki, Mirror Breaker - Synergy (Clones)",
- "Sakashima of a Thousand Faces - Synergy (Clones)",
- "Adeline, Resplendent Cathar - Synergy (Planeswalkers)",
- "Yawgmoth, Thran Physician - Synergy (Planeswalkers)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Clones and Planeswalkers reinforce the plan."
- },
- {
- "id": "tokens-matter",
- "theme": "Tokens Matter",
- "synergies": [
- "Token Creation",
- "Creature Tokens",
- "Populate",
- "Artifact Tokens",
- "Treasure"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Mondrak, Glory Dominus",
- "Lotho, Corrupt Shirriff",
- "Adeline, Resplendent Cathar",
- "Talrand, Sky Summoner"
- ],
- "example_cards": [
- "Beast Within",
- "An Offer You Can't Refuse",
- "Generous Gift",
- "Smothering Tithe",
- "Swan Song",
- "Urza's Saga",
- "Deadly Dispute",
- "Black Market Connections"
- ],
- "synergy_commanders": [
- "Trostani, Selesnya's Voice - Synergy (Populate)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Token Creation and Creature Tokens reinforce the plan."
- },
- {
- "id": "toolbox",
- "theme": "Toolbox",
- "synergies": [
- "Entwine",
- "Bracket:TutorNonland",
- "Proliferate",
- "Citizen Kindred",
- "Removal"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Junji, the Midnight Sky",
- "Koma, Cosmos Serpent",
- "Atsushi, the Blazing Sky",
- "Ghalta and Mavren",
- "Grenzo, Havoc Raiser"
- ],
- "example_cards": [
- "Urza's Saga",
- "Worldly Tutor",
- "Abrade",
- "Return of the Wildspeaker",
- "Boros Charm",
- "Crop Rotation",
- "Inventors' Fair",
- "Rakdos Charm"
- ],
- "synergy_commanders": [
- "Invasion of Ikoria // Zilortha, Apex of Ikoria - Synergy (Bracket:TutorNonland)",
- "Magda, Brazen Outlaw - Synergy (Bracket:TutorNonland)",
- "Yawgmoth, Thran Physician - Synergy (Proliferate)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Toolbox leveraging synergies with Entwine and Bracket:TutorNonland."
- },
- {
- "id": "topdeck",
- "theme": "Topdeck",
- "synergies": [
- "Scry",
- "Surveil",
- "Miracle",
- "Hideaway",
- "Kinship"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "The Reality Chip",
- "Loot, Exuberant Explorer",
- "Kinnan, Bonder Prodigy",
- "Shigeki, Jukai Visionary",
- "Gonti, Lord of Luxury"
- ],
- "example_cards": [
- "Path of Ancestry",
- "Brainstorm",
- "Vampiric Tutor",
- "Herald's Horn",
- "Ponder",
- "Mystic Sanctuary",
- "Mosswort Bridge",
- "Preordain"
- ],
- "synergy_commanders": [
- "The Scarab God - Synergy (Scry)",
- "Thassa, God of the Sea - Synergy (Scry)",
- "Thrasios, Triton Hero - Synergy (Scry)",
- "Glarb, Calamity's Augur - Synergy (Surveil)",
- "Desmond Miles - Synergy (Surveil)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Topdeck leveraging synergies with Scry and Surveil."
- },
- {
- "id": "toughness-matters",
- "theme": "Toughness Matters",
- "synergies": [
- "Defender",
- "Egg Kindred",
- "Wall Kindred",
- "Atog Kindred",
- "Kobold Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Azusa, Lost but Seeking",
- "Sheoldred, the Apocalypse",
- "Vito, Thorn of the Dusk Rose",
- "Selvala, Heart of the Wilds",
- "Emry, Lurker of the Loch"
- ],
- "example_cards": [
- "Birds of Paradise",
- "Blood Artist",
- "Delighted Halfling",
- "Beast Whisperer",
- "Mirkwood Bats",
- "Ornithopter of Paradise",
- "Gray Merchant of Asphodel",
- "Professional Face-Breaker"
- ],
- "synergy_commanders": [
- "The Pride of Hull Clade - Synergy (Defender)",
- "Sokrates, Athenian Teacher - Synergy (Defender)",
- "Pramikon, Sky Rampart - Synergy (Defender)",
- "Atla Palani, Nest Tender - Synergy (Egg Kindred)",
- "Rammas Echor, Ancient Shield - Synergy (Wall Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Toughness Matters leveraging synergies with Defender and Egg Kindred."
- },
- {
- "id": "toxic",
- "theme": "Toxic",
- "synergies": [
- "Poison Counters",
- "Infect",
- "Phyrexian Kindred",
- "Counters Matter",
- "Artifacts Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Skrelv, Defector Mite",
- "Karumonix, the Rat King",
- "Ixhel, Scion of Atraxa",
- "Vishgraz, the Doomhive",
- "Venser, Corpse Puppet"
- ],
- "example_cards": [
- "Skrelv, Defector Mite",
- "Myr Convert",
- "Bloated Contaminator",
- "Blightbelly Rat",
- "Tyrranax Rex",
- "Venerated Rotpriest",
- "Contaminant Grafter",
- "Karumonix, the Rat King"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Poison Counters)",
- "Skithiryx, the Blight Dragon - Synergy (Poison Counters)",
- "Yawgmoth, Thran Physician - Synergy (Infect)",
- "Vorinclex, Monstrous Raider - Synergy (Infect)",
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Leverages Infect/Toxic pressure and proliferate to accelerate poison win thresholds. Synergies like Poison Counters and Infect reinforce the plan."
- },
- {
- "id": "toy-kindred",
- "theme": "Toy Kindred",
- "synergies": [
- "Artifacts Matter",
- "Little Fellas"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Marvin, Murderous Mimic",
- "Arabella, Abandoned Doll",
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Lotho, Corrupt Shirriff - Synergy (Artifacts Matter)"
- ],
- "example_cards": [
- "Marvin, Murderous Mimic",
- "Twitching Doll",
- "Arabella, Abandoned Doll",
- "Giggling Skitterspike",
- "Dollmaker's Shop // Porcelain Gallery",
- "Unable to Scream",
- "Splitskin Doll",
- "Clockwork Percussionist"
- ],
- "synergy_commanders": [
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Toy creatures into play with shared payoffs (e.g., Artifacts Matter and Little Fellas)."
- },
- {
- "id": "training",
- "theme": "Training",
- "synergies": [
- "+1/+1 Counters",
- "Human Kindred",
- "Counters Matter",
- "Voltron",
- "Toughness Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Torens, Fist of the Angels",
- "Jenny Flint",
- "Vikya, Scorching Stalwart",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Torens, Fist of the Angels",
- "Hopeful Initiate",
- "Jenny Flint",
- "Savior of Ollenbock",
- "Vikya, Scorching Stalwart",
- "Cloaked Cadet",
- "Parish-Blade Trainee",
- "Apprentice Sharpshooter"
- ],
- "synergy_commanders": [
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Syr Konrad, the Grim - Synergy (Human Kindred)",
- "Azusa, Lost but Seeking - Synergy (Human Kindred)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Training leveraging synergies with +1/+1 Counters and Human Kindred."
- },
- {
- "id": "trample",
- "theme": "Trample",
- "synergies": [
- "Rhino Kindred",
- "Wurm Kindred",
- "Hydra Kindred",
- "Hellion Kindred",
- "Leviathan Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Ghalta, Primal Hunger",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Ghalta, Stampede Tyrant",
- "Vorinclex, Monstrous Raider",
- "Atarka, World Render"
- ],
- "example_cards": [
- "Rampaging Baloths",
- "Ghalta, Primal Hunger",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Hellkite Tyrant",
- "Managorger Hydra",
- "Nyxbloom Ancient",
- "Ghalta, Stampede Tyrant",
- "Vorinclex, Monstrous Raider"
- ],
- "synergy_commanders": [
- "Mr. Orfeo, the Boulder - Synergy (Rhino Kindred)",
- "Ghired, Conclave Exile - Synergy (Rhino Kindred)",
- "Roon of the Hidden Realm - Synergy (Rhino Kindred)",
- "Grothama, All-Devouring - Synergy (Wurm Kindred)",
- "Baru, Fist of Krosa - Synergy (Wurm Kindred)",
- "The Goose Mother - Synergy (Hydra Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Accelerates mana ahead of curve, then converts surplus into oversized threats or multi-spell bursts. Synergies like Rhino Kindred and Wurm Kindred reinforce the plan."
- },
- {
- "id": "transform",
- "theme": "Transform",
- "synergies": [
- "Incubator Token",
- "Incubate",
- "Metalcraft",
- "Craft",
- "Battles Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Veyran, Voice of Duality",
- "Ojer Axonil, Deepest Might // Temple of Power",
- "Urabrask // The Great Work"
- ],
- "example_cards": [
- "Mox Opal",
- "Storm-Kiln Artist",
- "Archmage Emeritus",
- "Dispatch",
- "Growing Rites of Itlimoc // Itlimoc, Cradle of the Sun",
- "Etali, Primal Conqueror // Etali, Primal Sickness",
- "Puresteel Paladin",
- "Ojer Taq, Deepest Foundation // Temple of Civilization"
- ],
- "synergy_commanders": [
- "Brimaz, Blight of Oreskos - Synergy (Incubator Token)",
- "Glissa, Herald of Predation - Synergy (Incubator Token)",
- "Jor Kadeen, the Prevailer - Synergy (Metalcraft)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Transform leveraging synergies with Incubator Token and Incubate."
- },
- {
- "id": "transmute",
- "theme": "Transmute",
- "synergies": [
- "Bracket:TutorNonland",
- "Toughness Matters",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Invasion of Ikoria // Zilortha, Apex of Ikoria - Synergy (Bracket:TutorNonland)",
- "Magda, Brazen Outlaw - Synergy (Bracket:TutorNonland)",
- "Razaketh, the Foulblooded - Synergy (Bracket:TutorNonland)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)",
- "Sheoldred, the Apocalypse - Synergy (Toughness Matters)"
- ],
- "example_cards": [
- "Muddle the Mixture",
- "Drift of Phantasms",
- "Tolaria West",
- "Dimir Infiltrator",
- "Dimir House Guard",
- "Perplex",
- "Dizzy Spell",
- "Shred Memory"
- ],
- "synergy_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Transmute leveraging synergies with Bracket:TutorNonland and Toughness Matters."
- },
- {
- "id": "treasure",
- "theme": "Treasure",
- "synergies": [
- "Artifact Tokens",
- "Sacrifice",
- "Combo",
- "Tokens",
- "Treasure Token"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Lotho, Corrupt Shirriff",
- "Old Gnawbone",
- "Captain Lannery Storm",
- "Mahadi, Emporium Master"
- ],
- "example_cards": [
- "An Offer You Can't Refuse",
- "Smothering Tithe",
- "Deadly Dispute",
- "Black Market Connections",
- "Tireless Provisioner",
- "Big Score",
- "Professional Face-Breaker",
- "Storm-Kiln Artist"
- ],
- "synergy_commanders": [
- "Peregrin Took - Synergy (Artifact Tokens)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Produces Treasure tokens as flexible ramp & combo fuel enabling explosive payoff turns. Synergies like Artifact Tokens and Sacrifice reinforce the plan."
- },
- {
- "id": "treasure-token",
- "theme": "Treasure Token",
- "synergies": [
- "Sacrifice Matters",
- "Ramp",
- "Artifacts Matter",
- "Treasure",
- "Artifact Tokens"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Ragavan, Nimble Pilferer",
- "Lotho, Corrupt Shirriff",
- "Old Gnawbone",
- "Captain Lannery Storm",
- "Mahadi, Emporium Master"
- ],
- "example_cards": [
- "An Offer You Can't Refuse",
- "Smothering Tithe",
- "Deadly Dispute",
- "Black Market Connections",
- "Big Score",
- "Professional Face-Breaker",
- "Storm-Kiln Artist",
- "Pitiless Plunderer"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)",
- "Azusa, Lost but Seeking - Synergy (Ramp)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Ramp)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Goes wide with creature tokens then converts mass into damage, draw, drain, or sacrifice engines. Synergies like Sacrifice Matters and Artifacts Matter reinforce the plan."
- },
- {
- "id": "treefolk-kindred",
- "theme": "Treefolk Kindred",
- "synergies": [
- "Druid Kindred",
- "Shaman Kindred",
- "Reach",
- "Land Types Matter",
- "Trample"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Six",
- "Yedora, Grave Gardener",
- "Treebeard, Gracious Host",
- "Nemata, Primeval Warden",
- "Doran, the Siege Tower"
- ],
- "example_cards": [
- "Faeburrow Elder",
- "Six",
- "Lignify",
- "Wrenn and Seven",
- "Scurry Oak",
- "Murmuring Bosk",
- "Yedora, Grave Gardener",
- "Woodfall Primus"
- ],
- "synergy_commanders": [
- "Tatyova, Benthic Druid - Synergy (Druid Kindred)",
- "Rishkar, Peema Renegade - Synergy (Druid Kindred)",
- "Jaheira, Friend of the Forest - Synergy (Druid Kindred)",
- "Kiki-Jiki, Mirror Breaker - Synergy (Shaman Kindred)",
- "Delina, Wild Mage - Synergy (Shaman Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Treefolk creatures into play with shared payoffs (e.g., Druid Kindred and Reach)."
- },
- {
- "id": "tribute",
- "theme": "Tribute",
- "synergies": [
- "+1/+1 Counters",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield",
- "Counters Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)",
- "Selvala, Heart of the Wilds - Synergy (Blink)",
- "Sheoldred, Whispering One - Synergy (Blink)"
- ],
- "example_cards": [
- "Nessian Wilds Ravager",
- "Oracle of Bones",
- "Flame-Wreathed Phoenix",
- "Pharagax Giant",
- "Snake of the Golden Grove",
- "Fanatic of Xenagos",
- "Siren of the Fanged Coast",
- "Nessian Demolok"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Enter the Battlefield)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Tribute leveraging synergies with +1/+1 Counters and Blink."
- },
- {
- "id": "trilobite-kindred",
- "theme": "Trilobite Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_cards": [
- "Cryptic Trilobite",
- "Drownyard Lurker",
- "Scuttling Sliver",
- "Shore Keeper",
- "Electryte"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Trilobite creatures into play with shared payoffs."
- },
- {
- "id": "troll-kindred",
- "theme": "Troll Kindred",
- "synergies": [
- "Shaman Kindred",
- "Trample",
- "Warrior Kindred",
- "Protection",
- "+1/+1 Counters"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Gyome, Master Chef",
- "Svella, Ice Shaper",
- "Thrun, Breaker of Silence",
- "Grismold, the Dreadsower",
- "Varolz, the Scar-Striped"
- ],
- "example_cards": [
- "Golgari Grave-Troll",
- "Guardian Augmenter",
- "Troll of Khazad-dûm",
- "Clackbridge Troll",
- "Gyome, Master Chef",
- "Svella, Ice Shaper",
- "Thrun, Breaker of Silence",
- "Feasting Troll King"
- ],
- "synergy_commanders": [
- "Kiki-Jiki, Mirror Breaker - Synergy (Shaman Kindred)",
- "Delina, Wild Mage - Synergy (Shaman Kindred)",
- "Meren of Clan Nel Toth - Synergy (Shaman Kindred)",
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Troll creatures into play with shared payoffs (e.g., Shaman Kindred and Trample)."
- },
- {
- "id": "turtle-kindred",
- "theme": "Turtle Kindred",
- "synergies": [
- "Ward",
- "Protection",
- "Toughness Matters",
- "Stax",
- "Interaction"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Kogla and Yidaro",
- "The Pride of Hull Clade",
- "Archelos, Lagoon Mystic",
- "Yidaro, Wandering Monster",
- "Gorex, the Tombshell"
- ],
- "example_cards": [
- "Kappa Cannoneer",
- "Kogla and Yidaro",
- "Steelbane Hydra",
- "Blossoming Tortoise",
- "Colossal Skyturtle",
- "Fecund Greenshell",
- "Bedrock Tortoise",
- "Snapping Voidcraw"
- ],
- "synergy_commanders": [
- "Adrix and Nev, Twincasters - Synergy (Ward)",
- "Miirym, Sentinel Wyrm - Synergy (Ward)",
- "Ulamog, the Defiler - Synergy (Ward)",
- "Toski, Bearer of Secrets - Synergy (Protection)",
- "Purphoros, God of the Forge - Synergy (Protection)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Turtle creatures into play with shared payoffs (e.g., Ward and Protection)."
- },
- {
- "id": "tyranid-kindred",
- "theme": "Tyranid Kindred",
- "synergies": [
- "Ravenous",
- "X Spells",
- "Ramp",
- "+1/+1 Counters",
- "Counters Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Ghyrson Starn, Kelermorph",
- "Old One Eye",
- "Magus Lucea Kane",
- "The Red Terror",
- "Deathleaper, Terror Weapon"
- ],
- "example_cards": [
- "Biophagus",
- "Ghyrson Starn, Kelermorph",
- "Atalan Jackal",
- "Sporocyst",
- "Nexos",
- "Tyrant Guard",
- "Tervigon",
- "Aberrant"
- ],
- "synergy_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (X Spells)",
- "Goreclaw, Terror of Qal Sisma - Synergy (X Spells)",
- "Azusa, Lost but Seeking - Synergy (Ramp)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Tyranid creatures into play with shared payoffs (e.g., Ravenous and X Spells)."
- },
- {
- "id": "umbra-armor",
- "theme": "Umbra armor",
- "synergies": [
- "Enchant",
- "Auras",
- "Enchantments Matter",
- "Voltron",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Blue",
- "example_commanders": [
- "Katilda, Dawnhart Martyr // Katilda's Rising Dawn - Synergy (Enchant)",
- "Journey to Eternity // Atzal, Cave of Eternity - Synergy (Enchant)",
- "On Serra's Wings - Synergy (Enchant)",
- "Sram, Senior Edificer - Synergy (Auras)",
- "Kodama of the West Tree - Synergy (Auras)"
- ],
- "example_cards": [
- "Bear Umbra",
- "Snake Umbra",
- "Hyena Umbra",
- "Lion Umbra",
- "Spider Umbra",
- "Eel Umbra",
- "Boar Umbra",
- "Felidar Umbra"
- ],
- "synergy_commanders": [
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Umbra armor leveraging synergies with Enchant and Auras."
- },
- {
- "id": "unconditional-draw",
- "theme": "Unconditional Draw",
- "synergies": [
- "Dredge",
- "Learn",
- "Blitz",
- "Cantrips",
- "Gift"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Tatyova, Benthic Druid",
- "Yawgmoth, Thran Physician",
- "Padeem, Consul of Innovation",
- "The Gitrog Monster",
- "Losheel, Clockwork Scholar"
- ],
- "example_cards": [
- "Skullclamp",
- "Brainstorm",
- "War Room",
- "Ponder",
- "Black Market Connections",
- "Growth Spiral",
- "Big Score",
- "Preordain"
- ],
- "synergy_commanders": [
- "Jaxis, the Troublemaker - Synergy (Blitz)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around Unconditional Draw leveraging synergies with Dredge and Learn."
- },
- {
- "id": "undaunted",
- "theme": "Undaunted",
- "synergies": [
- "Politics",
- "Cost Reduction",
- "Big Mana",
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Braids, Arisen Nightmare - Synergy (Politics)",
- "Loran of the Third Path - Synergy (Politics)",
- "Adeline, Resplendent Cathar - Synergy (Politics)",
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)",
- "Emry, Lurker of the Loch - Synergy (Cost Reduction)"
- ],
- "example_cards": [
- "Curtains' Call",
- "Divergent Transformations",
- "Coastal Breach",
- "Sublime Exhalation",
- "Seeds of Renewal",
- "Elspeth's Devotee"
- ],
- "synergy_commanders": [
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Undaunted leveraging synergies with Politics and Cost Reduction."
- },
- {
- "id": "undergrowth",
- "theme": "Undergrowth",
- "synergies": [
- "Reanimate",
- "Mill",
- "Blink",
- "Enter the Battlefield",
- "Leave the Battlefield"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Izoni, Thousand-Eyed",
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Six - Synergy (Reanimate)",
- "Sheoldred, Whispering One - Synergy (Mill)"
- ],
- "example_cards": [
- "Izoni, Thousand-Eyed",
- "Mausoleum Secrets",
- "Hatchery Spider",
- "Lotleth Giant",
- "Kraul Harpooner",
- "Molderhulk",
- "Kraul Foragers",
- "Rhizome Lurcher"
- ],
- "synergy_commanders": [
- "Kozilek, Butcher of Truth - Synergy (Mill)",
- "Selvala, Heart of the Wilds - Synergy (Blink)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Undergrowth leveraging synergies with Reanimate and Mill."
- },
- {
- "id": "undying",
- "theme": "Undying",
- "synergies": [
- "Sacrifice Matters",
- "Aristocrats",
- "+1/+1 Counters",
- "Zombie Kindred",
- "Counters Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Hancock, Ghoulish Mayor",
- "Witch-king, Sky Scourge",
- "Nardole, Resourceful Cyborg",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Gleeful Arsonist",
- "Flayer of the Hatebound",
- "Hancock, Ghoulish Mayor",
- "Young Wolf",
- "Butcher Ghoul",
- "Geralf's Messenger",
- "Pyreheart Wolf",
- "Witch-king, Sky Scourge"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Aristocrats)",
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Aristocrats)",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Undying leveraging synergies with Sacrifice Matters and Aristocrats."
- },
- {
- "id": "unearth",
- "theme": "Unearth",
- "synergies": [
- "Reanimate",
- "Graveyard Matters",
- "Necron Kindred",
- "Construct Kindred",
- "Mill"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Syr Konrad, the Grim - Synergy (Reanimate)",
- "Emry, Lurker of the Loch - Synergy (Reanimate)",
- "Six - Synergy (Reanimate)",
- "Octavia, Living Thesis - Synergy (Graveyard Matters)",
- "Extus, Oriq Overlord // Awaken the Blood Avatar - Synergy (Graveyard Matters)"
- ],
- "example_cards": [
- "Molten Gatekeeper",
- "Cityscape Leveler",
- "Priest of Fell Rites",
- "Perennial Behemoth",
- "Terisian Mindbreaker",
- "Fatestitcher",
- "Chronomancer",
- "Canoptek Tomb Sentinel"
- ],
- "synergy_commanders": [
- "Imotekh the Stormlord - Synergy (Necron Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Unearth leveraging synergies with Reanimate and Graveyard Matters."
- },
- {
- "id": "unicorn-kindred",
- "theme": "Unicorn Kindred",
- "synergies": [
- "Lifegain",
- "Life Matters",
- "Toughness Matters",
- "Little Fellas",
- "Enchantments Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Emiel the Blessed",
- "Lathiel, the Bounteous Dawn",
- "Thurid, Mare of Destiny",
- "Tatyova, Benthic Druid - Synergy (Lifegain)",
- "Sheoldred, the Apocalypse - Synergy (Lifegain)"
- ],
- "example_cards": [
- "Emiel the Blessed",
- "Good-Fortune Unicorn",
- "Lathiel, the Bounteous Dawn",
- "Summon: Ixion",
- "Blessed Sanctuary",
- "Regal Bunnicorn",
- "Loyal Unicorn",
- "Celestial Unicorn"
- ],
- "synergy_commanders": [
- "Vito, Thorn of the Dusk Rose - Synergy (Lifegain)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Life Matters)",
- "Mangara, the Diplomat - Synergy (Life Matters)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Unicorn creatures into play with shared payoffs (e.g., Lifegain and Life Matters)."
- },
- {
- "id": "unleash",
- "theme": "Unleash",
- "synergies": [
- "+1/+1 Counters",
- "Counters Matter",
- "Voltron",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Tesak, Judith's Hellhound",
- "Exava, Rakdos Blood Witch",
- "Rishkar, Peema Renegade - Synergy (+1/+1 Counters)",
- "Krenko, Tin Street Kingpin - Synergy (+1/+1 Counters)",
- "Yawgmoth, Thran Physician - Synergy (+1/+1 Counters)"
- ],
- "example_cards": [
- "Tesak, Judith's Hellhound",
- "Thrill-Kill Assassin",
- "Exava, Rakdos Blood Witch",
- "Rakdos Cackler",
- "Chaos Imps",
- "Grim Roustabout",
- "Carnival Hellsteed",
- "Hellhole Flailer"
- ],
- "synergy_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Yahenni, Undying Partisan - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Voltron)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Unleash leveraging synergies with +1/+1 Counters and Counters Matter."
- },
- {
- "id": "valiant",
- "theme": "Valiant",
- "synergies": [
- "Mouse Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Red",
- "example_commanders": [
- "Arthur, Marigold Knight - Synergy (Mouse Kindred)",
- "Mabel, Heir to Cragflame - Synergy (Mouse Kindred)",
- "Tusk and Whiskers - Synergy (Mouse Kindred)"
- ],
- "example_cards": [
- "Heartfire Hero",
- "Emberheart Challenger",
- "Whiskervale Forerunner",
- "Nettle Guard",
- "Seedglaive Mentor",
- "Flowerfoot Swordmaster",
- "Whiskerquill Scribe",
- "Mouse Trapper"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Valiant leveraging synergies with Mouse Kindred."
- },
- {
- "id": "vampire-kindred",
- "theme": "Vampire Kindred",
- "synergies": [
- "Blood Token",
- "Lifegain Triggers",
- "Madness",
- "Noble Kindred",
- "Lifegain"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Vito, Thorn of the Dusk Rose",
- "Yahenni, Undying Partisan",
- "Elenda, the Dusk Rose",
- "Drana, Liberator of Malakir",
- "Ghalta and Mavren"
- ],
- "example_cards": [
- "Blood Artist",
- "Viscera Seer",
- "Welcoming Vampire",
- "Vito, Thorn of the Dusk Rose",
- "Cruel Celebrant",
- "Bloodletter of Aclazotz",
- "Yahenni, Undying Partisan",
- "Twilight Prophet"
- ],
- "synergy_commanders": [
- "Old Rutstein - Synergy (Blood Token)",
- "Kamber, the Plunderer - Synergy (Blood Token)",
- "Strefan, Maurer Progenitor - Synergy (Blood Token)",
- "Heliod, Sun-Crowned - Synergy (Lifegain Triggers)",
- "Emrakul, the World Anew - Synergy (Madness)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Vampire creatures into play with shared payoffs (e.g., Blood Token and Lifegain Triggers)."
- },
- {
- "id": "vanishing",
- "theme": "Vanishing",
- "synergies": [
- "Time Counters",
- "Counters Matter",
- "Enchantments Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Idris, Soul of the TARDIS",
- "Ojer Pakpatiq, Deepest Epoch // Temple of Cyclical Time - Synergy (Time Counters)",
- "The Tenth Doctor - Synergy (Time Counters)",
- "Jhoira of the Ghitu - Synergy (Time Counters)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Dreamtide Whale",
- "Deep Forest Hermit",
- "Out of Time",
- "Four Knocks",
- "Reality Acid",
- "Regenerations Restored",
- "Chronozoa",
- "Crack in Time"
- ],
- "synergy_commanders": [
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Vanishing leveraging synergies with Time Counters and Counters Matter."
- },
- {
- "id": "varmint-kindred",
- "theme": "Varmint Kindred",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_cards": [
- "Thieving Varmint",
- "Voracious Varmint"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Varmint creatures into play with shared payoffs."
- },
- {
- "id": "vedalken-kindred",
- "theme": "Vedalken Kindred",
- "synergies": [
- "Artificer Kindred",
- "Energy Counters",
- "Energy",
- "Resource Engine",
- "Wizard Kindred"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Padeem, Consul of Innovation",
- "Unctus, Grand Metatect",
- "Troyan, Gutsy Explorer",
- "Morska, Undersea Sleuth",
- "Nin, the Pain Artist"
- ],
- "example_cards": [
- "Etherium Sculptor",
- "Padeem, Consul of Innovation",
- "Forensic Gadgeteer",
- "Jace's Archivist",
- "Master of Etherium",
- "Ingenious Infiltrator",
- "Vedalken Archmage",
- "Unctus, Grand Metatect"
- ],
- "synergy_commanders": [
- "Loran of the Third Path - Synergy (Artificer Kindred)",
- "Sai, Master Thopterist - Synergy (Artificer Kindred)",
- "Urza, Lord High Artificer - Synergy (Artificer Kindred)",
- "Dr. Madison Li - Synergy (Energy Counters)",
- "Satya, Aetherflux Genius - Synergy (Energy Counters)",
- "Liberty Prime, Recharged - Synergy (Energy)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Vedalken creatures into play with shared payoffs (e.g., Artificer Kindred and Energy Counters)."
- },
- {
- "id": "vehicles",
- "theme": "Vehicles",
- "synergies": [
- "Artifacts Matter",
- "Crew",
- "Pilot Kindred",
- "Living metal",
- "Convert"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Sram, Senior Edificer",
- "Shorikai, Genesis Engine",
- "The Indomitable",
- "Weatherlight",
- "Skysovereign, Consul Flagship"
- ],
- "example_cards": [
- "Sram, Senior Edificer",
- "Hedge Shredder",
- "Smuggler's Copter",
- "Imposter Mech",
- "Shorikai, Genesis Engine",
- "The Indomitable",
- "Weatherlight",
- "Skysovereign, Consul Flagship"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Artifacts Matter)",
- "Loran of the Third Path - Synergy (Artifacts Matter)",
- "Lotho, Corrupt Shirriff - Synergy (Artifacts Matter)",
- "Cid, Freeflier Pilot - Synergy (Pilot Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Leverages efficient Vehicles and crew bodies to field evasive, sweep-resilient threats. Synergies like Artifacts Matter and Crew reinforce the plan."
- },
- {
- "id": "venture-into-the-dungeon",
- "theme": "Venture into the dungeon",
- "synergies": [
- "Aggro",
- "Combat Matters",
- "Artifacts Matter",
- "Toughness Matters"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Acererak the Archlich",
- "Nadaar, Selfless Paladin",
- "Sefris of the Hidden Ways",
- "Barrowin of Clan Undurr",
- "Varis, Silverymoon Ranger"
- ],
- "example_cards": [
- "Acererak the Archlich",
- "Thorough Investigation",
- "Nadaar, Selfless Paladin",
- "Radiant Solar",
- "Midnight Pathlighter",
- "Dungeon Map",
- "Yuan-Ti Malison",
- "Triumphant Adventurer"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Aggro)",
- "Ragavan, Nimble Pilferer - Synergy (Aggro)",
- "Toski, Bearer of Secrets - Synergy (Aggro)",
- "Kutzil, Malamet Exemplar - Synergy (Combat Matters)",
- "Sheoldred, the Apocalypse - Synergy (Combat Matters)",
- "Loran of the Third Path - Synergy (Artifacts Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Repeats Venture into the Dungeon steps to layer incremental room rewards into compounding advantage. Synergies like Aggro and Combat Matters reinforce the plan."
- },
- {
- "id": "verse-counters",
- "theme": "Verse Counters",
- "synergies": [
- "Counters Matter",
- "Enchantments Matter"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Yisan, the Wanderer Bard",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)",
- "Sram, Senior Edificer - Synergy (Enchantments Matter)"
- ],
- "example_cards": [
- "Yisan, the Wanderer Bard",
- "Aria of Flame",
- "Lost Isle Calling",
- "Vile Requiem",
- "Lilting Refrain",
- "Rumbling Crescendo",
- "Recantation",
- "Midsummer Revel"
- ],
- "synergy_commanders": [
- "Purphoros, God of the Forge - Synergy (Enchantments Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates verse counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "vigilance",
- "theme": "Vigilance",
- "synergies": [
- "Angel Kindred",
- "Mount Kindred",
- "Griffin Kindred",
- "Crew",
- "Cat Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Loran of the Third Path",
- "Adeline, Resplendent Cathar",
- "Elesh Norn, Grand Cenobite",
- "Boromir, Warden of the Tower",
- "Ojer Taq, Deepest Foundation // Temple of Civilization"
- ],
- "example_cards": [
- "Sun Titan",
- "Loran of the Third Path",
- "Adeline, Resplendent Cathar",
- "Faeburrow Elder",
- "Elesh Norn, Grand Cenobite",
- "Boromir, Warden of the Tower",
- "Ojer Taq, Deepest Foundation // Temple of Civilization",
- "Enduring Vitality"
- ],
- "synergy_commanders": [
- "Avacyn, Angel of Hope - Synergy (Angel Kindred)",
- "Aurelia, the Warleader - Synergy (Angel Kindred)",
- "Gisela, Blade of Goldnight - Synergy (Angel Kindred)",
- "The Gitrog, Ravenous Ride - Synergy (Mount Kindred)",
- "Calamity, Galloping Inferno - Synergy (Mount Kindred)",
- "Zeriam, Golden Wind - Synergy (Griffin Kindred)"
- ],
- "popularity_bucket": "Common",
- "editorial_quality": "draft",
- "description": "Builds around Vigilance leveraging synergies with Angel Kindred and Mount Kindred."
- },
- {
- "id": "void",
- "theme": "Void",
- "synergies": [
- "Warp",
- "Exile Matters",
- "Card Draw",
- "Burn",
- "Aggro"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Alpharael, Stonechosen",
- "Haliya, Guided by Light - Synergy (Warp)",
- "Tannuk, Steadfast Second - Synergy (Warp)",
- "Etali, Primal Storm - Synergy (Exile Matters)",
- "Ragavan, Nimble Pilferer - Synergy (Exile Matters)"
- ],
- "example_cards": [
- "Elegy Acolyte",
- "Decode Transmissions",
- "Alpharael, Stonechosen",
- "Chorale of the Void",
- "Hymn of the Faller",
- "Tragic Trajectory",
- "Interceptor Mechan",
- "Hylderblade"
- ],
- "synergy_commanders": [
- "Braids, Arisen Nightmare - Synergy (Card Draw)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Void leveraging synergies with Warp and Exile Matters."
- },
- {
- "id": "void-counters",
- "theme": "Void Counters",
- "synergies": [],
- "primary_color": "Black",
- "example_cards": [
- "Dauthi Voidwalker",
- "Sphere of Annihilation"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates void counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "voltron",
- "theme": "Voltron",
- "synergies": [
- "Equipment Matters",
- "Auras",
- "Double Strike",
- "+1/+1 Counters",
- "Equipment"
- ],
- "primary_color": "Green",
- "secondary_color": "White",
- "example_commanders": [
- "Sram, Senior Edificer",
- "Rishkar, Peema Renegade",
- "Krenko, Tin Street Kingpin",
- "Kodama of the West Tree",
- "Danitha Capashen, Paragon"
- ],
- "example_cards": [
- "Swiftfoot Boots",
- "Lightning Greaves",
- "Skullclamp",
- "Rhythm of the Wild",
- "Wild Growth",
- "Karn's Bastion",
- "Animate Dead",
- "Hardened Scales"
- ],
- "synergy_commanders": [
- "Ardenn, Intrepid Archaeologist - Synergy (Auras)",
- "Codsworth, Handy Helper - Synergy (Auras)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Stacks auras, equipment, and protection on a single threat to push commander damage with layered resilience. Synergies like Equipment Matters and Auras reinforce the plan."
- },
- {
- "id": "wall-kindred",
- "theme": "Wall Kindred",
- "synergies": [
- "Defender",
- "Plant Kindred",
- "Illusion Kindred",
- "Toughness Matters",
- "Stax"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Pramikon, Sky Rampart",
- "The Pride of Hull Clade - Synergy (Defender)",
- "Sokrates, Athenian Teacher - Synergy (Defender)",
- "Bristly Bill, Spine Sower - Synergy (Plant Kindred)",
- "The Necrobloom - Synergy (Plant Kindred)"
- ],
- "example_cards": [
- "Crashing Drawbridge",
- "Wall of Omens",
- "Electrostatic Field",
- "Wall of Blossoms",
- "Tinder Wall",
- "Fog Bank",
- "Overgrown Battlement",
- "Weathered Sentinels"
- ],
- "synergy_commanders": [
- "Meloku the Clouded Mirror - Synergy (Illusion Kindred)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Wall creatures into play with shared payoffs (e.g., Defender and Plant Kindred)."
- },
- {
- "id": "ward",
- "theme": "Ward",
- "synergies": [
- "Turtle Kindred",
- "Protection",
- "Dinosaur Kindred",
- "Dragon Kindred",
- "Interaction"
- ],
- "primary_color": "Blue",
- "secondary_color": "Green",
- "example_commanders": [
- "Adrix and Nev, Twincasters",
- "Miirym, Sentinel Wyrm",
- "Ulamog, the Defiler",
- "Valgavoth, Terror Eater",
- "Sovereign Okinec Ahau"
- ],
- "example_cards": [
- "Roaming Throne",
- "Kappa Cannoneer",
- "Adrix and Nev, Twincasters",
- "Miirym, Sentinel Wyrm",
- "Bronze Guardian",
- "Hulking Raptor",
- "Ulamog, the Defiler",
- "Valgavoth, Terror Eater"
- ],
- "synergy_commanders": [
- "Kogla and Yidaro - Synergy (Turtle Kindred)",
- "The Pride of Hull Clade - Synergy (Turtle Kindred)",
- "Archelos, Lagoon Mystic - Synergy (Turtle Kindred)",
- "Toski, Bearer of Secrets - Synergy (Protection)",
- "Purphoros, God of the Forge - Synergy (Protection)",
- "Etali, Primal Storm - Synergy (Dinosaur Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Ward leveraging synergies with Turtle Kindred and Protection."
- },
- {
- "id": "warlock-kindred",
- "theme": "Warlock Kindred",
- "synergies": [
- "Outlaw Kindred",
- "Squirrel Kindred",
- "Rat Kindred",
- "Food Token",
- "Food"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Saryth, the Viper's Fang",
- "Honest Rutstein",
- "Breena, the Demagogue",
- "Prosper, Tome-Bound",
- "Rivaz of the Claw"
- ],
- "example_cards": [
- "Witch Enchanter // Witch-Blessed Meadow",
- "Saryth, the Viper's Fang",
- "Honest Rutstein",
- "Vile Entomber",
- "Breena, the Demagogue",
- "Prosper, Tome-Bound",
- "Rivaz of the Claw",
- "Vengeful Bloodwitch"
- ],
- "synergy_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Outlaw Kindred)",
- "Lotho, Corrupt Shirriff - Synergy (Outlaw Kindred)",
- "Captain Lannery Storm - Synergy (Outlaw Kindred)",
- "Toski, Bearer of Secrets - Synergy (Squirrel Kindred)",
- "Chatterfang, Squirrel General - Synergy (Squirrel Kindred)",
- "Nashi, Moon Sage's Scion - Synergy (Rat Kindred)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Warlock creatures into play with shared payoffs (e.g., Outlaw Kindred and Squirrel Kindred)."
- },
- {
- "id": "warp",
- "theme": "Warp",
- "synergies": [
- "Void",
- "Robot Kindred",
- "Exile Matters",
- "Draw Triggers",
- "Wheels"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Haliya, Guided by Light",
- "Tannuk, Steadfast Second",
- "Alpharael, Stonechosen",
- "Codsworth, Handy Helper - Synergy (Robot Kindred)",
- "K-9, Mark I - Synergy (Robot Kindred)"
- ],
- "example_cards": [
- "Weftstalker Ardent",
- "Exalted Sunborn",
- "Haliya, Guided by Light",
- "Zoanthrope",
- "Starfield Vocalist",
- "Anticausal Vestige",
- "Loading Zone",
- "Mightform Harmonizer"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Exile Matters)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Builds around Warp leveraging synergies with Void and Robot Kindred."
- },
- {
- "id": "warrior-kindred",
- "theme": "Warrior Kindred",
- "synergies": [
- "Mobilize",
- "Exert",
- "Astartes Kindred",
- "Blitz",
- "Jackal Kindred"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Kutzil, Malamet Exemplar",
- "Chatterfang, Squirrel General",
- "Krenko, Mob Boss",
- "Moraug, Fury of Akoum",
- "Neheb, the Eternal"
- ],
- "example_cards": [
- "Professional Face-Breaker",
- "Kutzil, Malamet Exemplar",
- "Champion of Lambholt",
- "Accursed Marauder",
- "Fleshbag Marauder",
- "Reassembling Skeleton",
- "Setessan Champion",
- "Nadier's Nightblade"
- ],
- "synergy_commanders": [
- "Zurgo Stormrender - Synergy (Mobilize)",
- "Zurgo, Thunder's Decree - Synergy (Mobilize)",
- "Themberchaud - Synergy (Exert)",
- "Anep, Vizier of Hazoret - Synergy (Exert)",
- "Khârn the Betrayer - Synergy (Astartes Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Warrior creatures into play with shared payoffs (e.g., Mobilize and Exert)."
- },
- {
- "id": "waterbending",
- "theme": "Waterbending",
- "synergies": [
- "Cost Reduction",
- "Card Draw",
- "Big Mana"
- ],
- "primary_color": "Blue",
- "secondary_color": "White",
- "example_commanders": [
- "Katara, Water Tribe's Hope",
- "Yue, the Moon Spirit",
- "Avatar Aang // Aang, Master of Elements",
- "Katara, Bending Prodigy",
- "Ghalta, Primal Hunger - Synergy (Cost Reduction)"
- ],
- "example_cards": [
- "Katara, Water Tribe's Hope",
- "Yue, the Moon Spirit",
- "Avatar Aang // Aang, Master of Elements",
- "Aang's Iceberg",
- "Katara, Bending Prodigy",
- "Waterbending Lesson",
- "Water Whip",
- "Watery Grasp"
- ],
- "synergy_commanders": [
- "Emry, Lurker of the Loch - Synergy (Cost Reduction)",
- "Goreclaw, Terror of Qal Sisma - Synergy (Cost Reduction)",
- "Braids, Arisen Nightmare - Synergy (Card Draw)",
- "Toski, Bearer of Secrets - Synergy (Card Draw)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Waterbending leveraging synergies with Cost Reduction and Card Draw."
- },
- {
- "id": "weasel-kindred",
- "theme": "Weasel Kindred",
- "synergies": [],
- "primary_color": "White",
- "example_commanders": [
- "The Infamous Cruelclaw"
- ],
- "example_cards": [
- "The Infamous Cruelclaw",
- "Brightblade Stoat"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Weasel creatures into play with shared payoffs."
- },
- {
- "id": "web-slinging",
- "theme": "Web-slinging",
- "synergies": [
- "Hero Kindred",
- "Spider Kindred"
- ],
- "primary_color": "White",
- "secondary_color": "Green",
- "example_commanders": [
- "Spider-Man, Brooklyn Visionary",
- "Spider-Man India",
- "Scarlet Spider, Ben Reilly",
- "Spider-Man, Web-Slinger",
- "Silk, Web Weaver"
- ],
- "example_cards": [
- "Spider-Man, Brooklyn Visionary",
- "Spider-Sense",
- "Spider-Man India",
- "Scarlet Spider, Ben Reilly",
- "Spider-Man, Web-Slinger",
- "Silk, Web Weaver",
- "Spider-UK",
- "Spiders-Man, Heroic Horde"
- ],
- "synergy_commanders": [
- "Deadpool, Trading Card - Synergy (Hero Kindred)",
- "Iron Man, Titan of Innovation - Synergy (Hero Kindred)",
- "G'raha Tia, Scion Reborn - Synergy (Hero Kindred)",
- "Arasta of the Endless Web - Synergy (Spider Kindred)",
- "Shelob, Dread Weaver - Synergy (Spider Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Web-slinging leveraging synergies with Hero Kindred and Spider Kindred."
- },
- {
- "id": "weird-kindred",
- "theme": "Weird Kindred",
- "synergies": [],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Melek, Izzet Paragon",
- "Melek, Reforged Researcher"
- ],
- "example_cards": [
- "Hydroelectric Specimen // Hydroelectric Laboratory",
- "Melek, Izzet Paragon",
- "Gelectrode",
- "Melek, Reforged Researcher",
- "Experimental Overload",
- "Nothic",
- "Spellgorger Weird",
- "Steamcore Scholar"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Weird creatures into play with shared payoffs."
- },
- {
- "id": "werewolf-kindred",
- "theme": "Werewolf Kindred",
- "synergies": [
- "Daybound",
- "Nightbound",
- "Transform",
- "Wolf Kindred",
- "Eldrazi Kindred"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge",
- "Vincent Valentine // Galian Beast",
- "Ulrich of the Krallenhorde // Ulrich, Uncontested Alpha",
- "Arlinn, the Pack's Hope // Arlinn, the Moon's Fury - Synergy (Daybound)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Transform)"
- ],
- "example_cards": [
- "Howling Moon",
- "Hollowhenge Overlord",
- "Outland Liberator // Frenzied Trapbreaker",
- "Duskwatch Recruiter // Krallenhorde Howler",
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge",
- "Ill-Tempered Loner // Howlpack Avenger",
- "Vincent Valentine // Galian Beast",
- "Avabruck Caretaker // Hollowhenge Huntmaster"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Werewolf creatures into play with shared payoffs (e.g., Daybound and Nightbound)."
- },
- {
- "id": "whale-kindred",
- "theme": "Whale Kindred",
- "synergies": [
- "Flying",
- "Big Mana",
- "Toughness Matters",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Blue",
- "example_commanders": [
- "Ukkima, Stalking Shadow",
- "Niv-Mizzet, Parun - Synergy (Flying)",
- "Old Gnawbone - Synergy (Flying)",
- "Avacyn, Angel of Hope - Synergy (Flying)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Dreamtide Whale",
- "Reef Worm",
- "Star Whale",
- "Aethertide Whale",
- "Horned Loch-Whale // Lagoon Breach",
- "Ukkima, Stalking Shadow",
- "Colossal Whale",
- "Great Whale"
- ],
- "synergy_commanders": [
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Azusa, Lost but Seeking - Synergy (Toughness Matters)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Whale creatures into play with shared payoffs (e.g., Flying and Big Mana)."
- },
- {
- "id": "wheels",
- "theme": "Wheels",
- "synergies": [
- "Discard Matters",
- "Card Draw",
- "Spellslinger",
- "Draw Triggers",
- "Hellbent"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Braids, Arisen Nightmare",
- "Loran of the Third Path",
- "Sheoldred, the Apocalypse",
- "Selvala, Heart of the Wilds",
- "Niv-Mizzet, Parun"
- ],
- "example_cards": [
- "Reliquary Tower",
- "Thought Vessel",
- "Solemn Simulacrum",
- "Rhystic Study",
- "Smothering Tithe",
- "Arcane Denial",
- "Mystic Remora",
- "Phyrexian Arena"
- ],
- "synergy_commanders": [
- "Solphim, Mayhem Dominus - Synergy (Discard Matters)",
- "Yawgmoth, Thran Physician - Synergy (Discard Matters)",
- "Nezahal, Primal Tide - Synergy (Discard Matters)",
- "Toski, Bearer of Secrets - Synergy (Card Draw)",
- "Lotho, Corrupt Shirriff - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Loops mass draw/discard effects to refill, disrupt sculpted hands, and weaponize symmetrical replacement triggers. Synergies like Discard Matters and Card Draw reinforce the plan."
- },
- {
- "id": "will-of-the-planeswalkers",
- "theme": "Will of the Planeswalkers",
- "synergies": [
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)",
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Path of the Pyromancer",
- "Path of the Animist",
- "Path of the Ghosthunter",
- "Path of the Schemer",
- "Path of the Enigma"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Protects and reuses planeswalkers—amplifying loyalty via proliferate and recursion for inevitability. Synergies like Spells Matter and Spellslinger reinforce the plan."
- },
- {
- "id": "will-of-the-council",
- "theme": "Will of the council",
- "synergies": [
- "Spells Matter",
- "Spellslinger"
- ],
- "primary_color": "White",
- "secondary_color": "Black",
- "example_commanders": [
- "Galadriel, Elven-Queen",
- "Lotho, Corrupt Shirriff - Synergy (Spells Matter)",
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty - Synergy (Spells Matter)",
- "Talrand, Sky Summoner - Synergy (Spells Matter)",
- "Niv-Mizzet, Parun - Synergy (Spellslinger)"
- ],
- "example_cards": [
- "Council's Judgment",
- "Plea for Power",
- "Split Decision",
- "Sail into the West",
- "Magister of Worth",
- "Coercive Portal",
- "Tyrant's Choice",
- "Galadriel, Elven-Queen"
- ],
- "synergy_commanders": [
- "Mangara, the Diplomat - Synergy (Spellslinger)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Will of the council leveraging synergies with Spells Matter and Spellslinger."
- },
- {
- "id": "wind-counters",
- "theme": "Wind Counters",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Freyalise's Winds",
- "Cyclone"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates wind counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "wish-counters",
- "theme": "Wish Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_cards": [
- "Wishclaw Talisman",
- "Ring of Three Wishes",
- "Djinn of Wishes"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates wish counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "wither",
- "theme": "Wither",
- "synergies": [
- "-1/-1 Counters",
- "Elemental Kindred",
- "Warrior Kindred",
- "Burn",
- "Counters Matter"
- ],
- "primary_color": "Black",
- "secondary_color": "Red",
- "example_commanders": [
- "Yawgmoth, Thran Physician - Synergy (-1/-1 Counters)",
- "Vorinclex, Monstrous Raider - Synergy (-1/-1 Counters)",
- "Lae'zel, Vlaakith's Champion - Synergy (-1/-1 Counters)",
- "Ashaya, Soul of the Wild - Synergy (Elemental Kindred)",
- "Titania, Protector of Argoth - Synergy (Elemental Kindred)"
- ],
- "example_cards": [
- "Necroskitter",
- "Midnight Banshee",
- "Stigma Lasher",
- "Kulrath Knight",
- "Lockjaw Snapper",
- "Juvenile Gloomwidow",
- "Hateflayer",
- "Needle Specter"
- ],
- "synergy_commanders": [
- "Kutzil, Malamet Exemplar - Synergy (Warrior Kindred)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around Wither leveraging synergies with -1/-1 Counters and Elemental Kindred."
- },
- {
- "id": "wizard-kindred",
- "theme": "Wizard Kindred",
- "synergies": [
- "Moonfolk Kindred",
- "Vedalken Kindred",
- "Otter Kindred",
- "Magecraft",
- "Merfolk Kindred"
- ],
- "primary_color": "Blue",
- "secondary_color": "Black",
- "example_commanders": [
- "Emry, Lurker of the Loch",
- "Talrand, Sky Summoner",
- "Niv-Mizzet, Parun",
- "Veyran, Voice of Duality",
- "Baral, Chief of Compliance"
- ],
- "example_cards": [
- "Viscera Seer",
- "Archmage Emeritus",
- "Thassa's Oracle",
- "Drannith Magistrate",
- "Warren Soultrader",
- "Laboratory Maniac",
- "Dualcaster Mage",
- "Emry, Lurker of the Loch"
- ],
- "synergy_commanders": [
- "Meloku the Clouded Mirror - Synergy (Moonfolk Kindred)",
- "Kotori, Pilot Prodigy - Synergy (Moonfolk Kindred)",
- "Katsumasa, the Animator - Synergy (Moonfolk Kindred)",
- "Padeem, Consul of Innovation - Synergy (Vedalken Kindred)",
- "Unctus, Grand Metatect - Synergy (Vedalken Kindred)",
- "Kitsa, Otterball Elite - Synergy (Otter Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Wizard creatures into play with shared payoffs (e.g., Moonfolk Kindred and Vedalken Kindred)."
- },
- {
- "id": "wizardcycling",
- "theme": "Wizardcycling",
- "synergies": [],
- "primary_color": "Blue",
- "example_cards": [
- "Step Through",
- "Vedalken Aethermage"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Builds around the Wizardcycling theme and its supporting synergies."
- },
- {
- "id": "wolf-kindred",
- "theme": "Wolf Kindred",
- "synergies": [
- "Werewolf Kindred",
- "Flash",
- "Creature Tokens",
- "Token Creation",
- "Tokens Matter"
- ],
- "primary_color": "Green",
- "secondary_color": "Red",
- "example_commanders": [
- "Anara, Wolvid Familiar",
- "Wildsear, Scouring Maw",
- "Voja, Jaws of the Conclave",
- "Tovolar, Dire Overlord // Tovolar, the Midnight Scourge",
- "Ukkima, Stalking Shadow"
- ],
- "example_cards": [
- "Garruk, Cursed Huntsman",
- "Sword of Body and Mind",
- "Anara, Wolvid Familiar",
- "Wildsear, Scouring Maw",
- "Summon: Fenrir",
- "Cemetery Prowler",
- "Howling Moon",
- "Hollowhenge Overlord"
- ],
- "synergy_commanders": [
- "Vincent Valentine // Galian Beast - Synergy (Werewolf Kindred)",
- "Ulrich of the Krallenhorde // Ulrich, Uncontested Alpha - Synergy (Werewolf Kindred)",
- "Liberator, Urza's Battlethopter - Synergy (Flash)",
- "Jin-Gitaxias, Core Augur - Synergy (Flash)",
- "Adeline, Resplendent Cathar - Synergy (Creature Tokens)"
- ],
- "popularity_bucket": "Uncommon",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Wolf creatures into play with shared payoffs (e.g., Werewolf Kindred and Flash)."
- },
- {
- "id": "wolverine-kindred",
- "theme": "Wolverine Kindred",
- "synergies": [
- "Little Fellas"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)",
- "Azusa, Lost but Seeking - Synergy (Little Fellas)",
- "Toski, Bearer of Secrets - Synergy (Little Fellas)"
- ],
- "example_cards": [
- "Hivespine Wolverine",
- "Karplusan Wolverine",
- "Irascible Wolverine",
- "War-Trained Slasher",
- "Spelleater Wolverine",
- "Wolverine Pack",
- "Bloodhaze Wolverine",
- "Deepwood Wolverine"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Wolverine creatures into play with shared payoffs (e.g., Little Fellas)."
- },
- {
- "id": "wombat-kindred",
- "theme": "Wombat Kindred",
- "synergies": [],
- "primary_color": "Green",
- "example_cards": [
- "Cursed Wombat",
- "Rabid Wombat"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Wombat creatures into play with shared payoffs."
- },
- {
- "id": "worm-kindred",
- "theme": "Worm Kindred",
- "synergies": [
- "Sacrifice Matters",
- "Aristocrats",
- "Little Fellas",
- "Aggro",
- "Combat Matters"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Fumulus, the Infestation",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)",
- "Sheoldred, the Apocalypse - Synergy (Sacrifice Matters)",
- "Elas il-Kor, Sadistic Pilgrim - Synergy (Aristocrats)"
- ],
- "example_cards": [
- "Reef Worm",
- "Creakwood Liege",
- "Fumulus, the Infestation",
- "Memory Worm",
- "Wriggling Grub",
- "Cryptic Annelid",
- "Purple Worm",
- "Skullslither Worm"
- ],
- "synergy_commanders": [
- "Ojer Taq, Deepest Foundation // Temple of Civilization - Synergy (Aristocrats)",
- "Ragavan, Nimble Pilferer - Synergy (Little Fellas)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Worm creatures into play with shared payoffs (e.g., Sacrifice Matters and Aristocrats)."
- },
- {
- "id": "wraith-kindred",
- "theme": "Wraith Kindred",
- "synergies": [
- "Swampwalk",
- "Landwalk",
- "Lands Matter",
- "Big Mana"
- ],
- "primary_color": "Black",
- "example_commanders": [
- "Witch-king of Angmar",
- "Lord of the Nazgûl",
- "Sauron, the Necromancer",
- "Witch-king, Bringer of Ruin",
- "Witch-king, Sky Scourge"
- ],
- "example_cards": [
- "Minas Morgul, Dark Fortress",
- "Witch-king of Angmar",
- "Nazgûl",
- "Lord of the Nazgûl",
- "Accursed Duneyard",
- "In the Darkness Bind Them",
- "Street Wraith",
- "Sauron, the Necromancer"
- ],
- "synergy_commanders": [
- "Sheoldred, Whispering One - Synergy (Swampwalk)",
- "Wrexial, the Risen Deep - Synergy (Swampwalk)",
- "Sol'kanar the Swamp King - Synergy (Swampwalk)",
- "Chatterfang, Squirrel General - Synergy (Landwalk)",
- "Thada Adel, Acquisitor - Synergy (Landwalk)",
- "Azusa, Lost but Seeking - Synergy (Lands Matter)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Wraith creatures into play with shared payoffs (e.g., Swampwalk and Landwalk)."
- },
- {
- "id": "wurm-kindred",
- "theme": "Wurm Kindred",
- "synergies": [
- "Trample",
- "Phyrexian Kindred",
- "Big Mana",
- "+1/+1 Counters",
- "Aggro"
- ],
- "primary_color": "Green",
- "secondary_color": "Black",
- "example_commanders": [
- "Grothama, All-Devouring",
- "Baru, Fist of Krosa",
- "Ghalta, Primal Hunger - Synergy (Trample)",
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Trample)",
- "Ghalta, Stampede Tyrant - Synergy (Trample)"
- ],
- "example_cards": [
- "Massacre Wurm",
- "Wurmcoil Engine",
- "Defiler of Vigor",
- "Garruk, Primal Hunter",
- "Sandwurm Convergence",
- "Worldspine Wurm",
- "Quilled Greatwurm",
- "Impervious Greatwurm"
- ],
- "synergy_commanders": [
- "Mondrak, Glory Dominus - Synergy (Phyrexian Kindred)",
- "Sheoldred, the Apocalypse - Synergy (Phyrexian Kindred)",
- "Syr Konrad, the Grim - Synergy (Big Mana)"
- ],
- "popularity_bucket": "Niche",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Wurm creatures into play with shared payoffs (e.g., Trample and Phyrexian Kindred)."
- },
- {
- "id": "x-spells",
- "theme": "X Spells",
- "synergies": [
- "Ravenous",
- "Firebending",
- "Hydra Kindred",
- "Tyranid Kindred",
- "Cost Reduction"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Birgi, God of Storytelling // Harnfel, Horn of Bounty",
- "Goreclaw, Terror of Qal Sisma",
- "Danitha Capashen, Paragon",
- "Baral, Chief of Compliance",
- "Mikaeus, the Lunarch"
- ],
- "example_cards": [
- "Herald's Horn",
- "Foundry Inspector",
- "Finale of Devastation",
- "Jet Medallion",
- "Urza's Incubator",
- "Exsanguinate",
- "Ruby Medallion",
- "Etherium Sculptor"
- ],
- "synergy_commanders": [
- "Fire Lord Zuko - Synergy (Firebending)",
- "Zuko, Exiled Prince - Synergy (Firebending)",
- "The Goose Mother - Synergy (Hydra Kindred)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Builds around X Spells leveraging synergies with Ravenous and Firebending."
- },
- {
- "id": "yeti-kindred",
- "theme": "Yeti Kindred",
- "synergies": [
- "Big Mana"
- ],
- "primary_color": "Red",
- "secondary_color": "Green",
- "example_commanders": [
- "Umaro, Raging Yeti",
- "Isu the Abominable",
- "Syr Konrad, the Grim - Synergy (Big Mana)",
- "Etali, Primal Storm - Synergy (Big Mana)",
- "Tatyova, Benthic Druid - Synergy (Big Mana)"
- ],
- "example_cards": [
- "Umaro, Raging Yeti",
- "Frostpeak Yeti",
- "Isu the Abominable",
- "Cragsmasher Yeti",
- "Summit Intimidator",
- "Sylvan Yeti",
- "Drelnoch",
- "Stalking Yeti"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Yeti creatures into play with shared payoffs (e.g., Big Mana)."
- },
- {
- "id": "zombie-kindred",
- "theme": "Zombie Kindred",
- "synergies": [
- "Embalm",
- "Eternalize",
- "Afflict",
- "Exploit",
- "Army Kindred"
- ],
- "primary_color": "Black",
- "secondary_color": "Blue",
- "example_commanders": [
- "Neheb, the Eternal",
- "Mikaeus, the Unhallowed",
- "Jadar, Ghoulcaller of Nephalia",
- "Glissa Sunslayer",
- "Jarad, Golgari Lich Lord"
- ],
- "example_cards": [
- "Gray Merchant of Asphodel",
- "Field of the Dead",
- "Carrion Feeder",
- "Fanatic of Rhonas",
- "Warren Soultrader",
- "Accursed Marauder",
- "Stitcher's Supplier",
- "Fleshbag Marauder"
- ],
- "synergy_commanders": [
- "Temmet, Vizier of Naktamun - Synergy (Embalm)"
- ],
- "popularity_bucket": "Very Common",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Zombie creatures into play with shared payoffs (e.g., Embalm and Eternalize)."
- },
- {
- "id": "zubera-kindred",
- "theme": "Zubera Kindred",
- "synergies": [
- "Spirit Kindred",
- "Sacrifice Matters",
- "Aristocrats",
- "Toughness Matters",
- "Little Fellas"
- ],
- "primary_color": "Blue",
- "secondary_color": "Red",
- "example_commanders": [
- "Kodama of the West Tree - Synergy (Spirit Kindred)",
- "Kodama of the East Tree - Synergy (Spirit Kindred)",
- "Junji, the Midnight Sky - Synergy (Spirit Kindred)",
- "Syr Konrad, the Grim - Synergy (Sacrifice Matters)",
- "Braids, Arisen Nightmare - Synergy (Sacrifice Matters)"
- ],
- "example_cards": [
- "Floating-Dream Zubera",
- "Ashen-Skin Zubera",
- "Dripping-Tongue Zubera",
- "Ember-Fist Zubera",
- "Silent-Chant Zubera",
- "Rushing-Tide Zubera",
- "Burning-Eye Zubera"
- ],
- "synergy_commanders": [
- "Sheoldred, the Apocalypse - Synergy (Aristocrats)"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Focuses on getting a high number of Zubera creatures into play with shared payoffs (e.g., Spirit Kindred and Sacrifice Matters)."
- },
- {
- "id": "plus0-plus1-counters",
- "theme": "\\+0/\\+1 Counters",
- "synergies": [
- "Counters Matter"
- ],
- "primary_color": "White",
- "secondary_color": "Blue",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Dwarven Armorer",
- "Wall of Resistance",
- "Necropolis",
- "Coral Reef",
- "Scars of the Veteran",
- "Living Armor",
- "Sacred Boon"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates \\+0/\\+1 counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "plus1-plus0-counters",
- "theme": "\\+1/\\+0 Counters",
- "synergies": [
- "Counters Matter"
- ],
- "primary_color": "Red",
- "secondary_color": "Black",
- "example_commanders": [
- "Etali, Primal Conqueror // Etali, Primal Sickness - Synergy (Counters Matter)",
- "Rishkar, Peema Renegade - Synergy (Counters Matter)",
- "Krenko, Tin Street Kingpin - Synergy (Counters Matter)"
- ],
- "example_cards": [
- "Dwarven Armorer",
- "Lightning Serpent",
- "Clockwork Steed",
- "Ebon Praetor",
- "Clockwork Beast",
- "Clockwork Avian",
- "Consuming Ferocity",
- "Clockwork Swarm"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates \\+1/\\+0 counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- },
- {
- "id": "plus2-plus2-counters",
- "theme": "\\+2/\\+2 Counters",
- "synergies": [],
- "primary_color": "Black",
- "secondary_color": "Green",
- "example_commanders": [
- "Baron Sengir"
- ],
- "example_cards": [
- "Soul Exchange",
- "Baron Sengir",
- "Dwarven Armory",
- "Tin-Wing Chimera",
- "Brass-Talon Chimera",
- "Fungus Elemental",
- "Iron-Heart Chimera",
- "Lead-Belly Chimera"
- ],
- "popularity_bucket": "Rare",
- "editorial_quality": "draft",
- "description": "Accumulates \\+2/\\+2 counters to unlock scaling payoffs, removal triggers, or delayed value conversions."
- }
- ],
- "frequencies_by_base_color": {
- "white": {
- "Aggro": 1341,
- "Artifacts Matter": 704,
- "Combat Matters": 1341,
- "Equip": 55,
- "Equipment": 57,
- "Equipment Matters": 212,
- "Voltron": 934,
- "Big Mana": 1013,
- "Bird Kindred": 163,
- "Blink": 739,
- "Enter the Battlefield": 739,
- "Flying": 687,
- "Guest Kindred": 3,
- "Leave the Battlefield": 743,
- "Life Matters": 1103,
- "Lifegain": 1102,
- "Little Fellas": 1699,
- "Toughness Matters": 911,
- "Mill": 395,
- "Spells Matter": 1157,
- "Spellslinger": 1157,
- "Auras": 372,
- "Enchantments Matter": 957,
- "Cantrips": 88,
- "Card Draw": 309,
- "Combat Tricks": 215,
- "Interaction": 1063,
- "Unconditional Draw": 133,
- "Cost Reduction": 68,
- "Flash": 112,
- "Scry": 60,
- "Topdeck": 141,
- "Waterbending": 1,
- "Ally Kindred": 48,
- "Avatar Kindred": 24,
- "Historics Matter": 361,
- "Human Kindred": 1148,
- "Legends Matter": 361,
- "Vigilance": 258,
- "Airbending": 4,
- "Counters Matter": 679,
- "Creature Tokens": 499,
- "Exile Matters": 109,
- "Experience Counters": 1,
- "Token Creation": 581,
- "Tokens Matter": 590,
- "Lifelink": 230,
- "Beast Kindred": 30,
- "Sloth Kindred": 3,
- "Lands Matter": 169,
- "Gargoyle Kindred": 11,
- "Protection": 334,
- "Griffin Kindred": 43,
- "Cleric Kindred": 368,
- "Backgrounds Matter": 11,
- "Choose a background": 5,
- "Soldier Kindred": 634,
- "Warrior Kindred": 155,
- "Control": 222,
- "Toolbox": 91,
- "Removal": 408,
- "Aristocrats": 155,
- "Haunt": 4,
- "Sacrifice Matters": 155,
- "Thrull Kindred": 2,
- "Lammasu Kindred": 3,
- "Stax": 450,
- "+1/+1 Counters": 462,
- "Spirit Kindred": 224,
- "X Spells": 60,
- "Cat Kindred": 133,
- "Entwine": 6,
- "Bolster": 13,
- "Outlast": 7,
- "Enchant": 271,
- "Bracket:TutorNonland": 58,
- "Knight Kindred": 238,
- "Battle Cry": 5,
- "Burn": 215,
- "Survival": 5,
- "Survivor Kindred": 5,
- "Artifact Tokens": 134,
- "Charge Counters": 11,
- "Clones": 40,
- "Station": 5,
- "Vampire Kindred": 36,
- "Gnome Kindred": 14,
- "Angel Kindred": 219,
- "Theft": 11,
- "Planeswalkers": 78,
- "Politics": 54,
- "Super Friends": 78,
- "Alien Kindred": 2,
- "Emerge": 1,
- "Board Wipes": 143,
- "Landfall": 19,
- "Double strike": 41,
- "Eternalize": 4,
- "Reanimate": 188,
- "Zombie Kindred": 28,
- "First strike": 129,
- "Scout Kindred": 54,
- "Construct Kindred": 15,
- "Convoke": 25,
- "Vehicles": 65,
- "Dwarf Kindred": 45,
- "Crew": 19,
- "Ramp": 70,
- "Elephant Kindred": 31,
- "Performer Kindred": 7,
- "Midrange": 103,
- "Support": 7,
- "Lifegain Triggers": 36,
- "Hero Kindred": 24,
- "Stun Counters": 5,
- "Take 59 Flights of Stairs": 1,
- "Take the Elevator": 1,
- "Pilot Kindred": 18,
- "Artificer Kindred": 49,
- "Energy": 21,
- "Energy Counters": 20,
- "Resource Engine": 21,
- "Servo Kindred": 11,
- "Dog Kindred": 35,
- "Defender": 59,
- "Giant Kindred": 41,
- "Wall Kindred": 44,
- "Goblin Kindred": 3,
- "Revolt": 6,
- "Lore Counters": 40,
- "Ore Counters": 46,
- "Sagas Matter": 56,
- "Superfriends": 33,
- "Loyalty Counters": 10,
- "Strive": 4,
- "Exalted": 8,
- "Heroic": 14,
- "Cycling": 67,
- "Discard Matters": 109,
- "Loot": 71,
- "Haste": 1,
- "Trample": 15,
- "Partner": 17,
- "Dragon Kindred": 27,
- "Land Types Matter": 40,
- "Phyrexian Kindred": 64,
- "Plainscycling": 10,
- "Samurai Kindred": 39,
- "Kirin Kindred": 7,
- "Leech Kindred": 1,
- "Wizard Kindred": 80,
- "Reach": 8,
- "Mount Kindred": 18,
- "Monk Kindred": 52,
- "Flurry": 3,
- "Elf Kindred": 17,
- "Partner with": 7,
- "Assassin Kindred": 4,
- "Outlaw Kindred": 27,
- "Warp": 8,
- "Buyback": 9,
- "Join forces": 1,
- "Rogue Kindred": 21,
- "Draw Triggers": 34,
- "Replacement Draw": 2,
- "Wheels": 39,
- "Nymph Kindred": 4,
- "Coven": 10,
- "Peasant Kindred": 19,
- "Transform": 70,
- "Kithkin Kindred": 53,
- "Rebel Kindred": 51,
- "Endure": 3,
- "Flashback": 16,
- "Mana Rock": 16,
- "Elder Kindred": 3,
- "Faerie Kindred": 8,
- "Delirium": 10,
- "Encore": 4,
- "Fabricate": 4,
- "Embalm": 6,
- "Split second": 2,
- "Devoid": 2,
- "Eldrazi Kindred": 8,
- "Lieutenant": 4,
- "Advisor Kindred": 31,
- "Affinity": 8,
- "Citizen Kindred": 26,
- "Conditional Draw": 57,
- "Mercenary Kindred": 14,
- "-1/-1 Counters": 27,
- "Clue Token": 22,
- "Investigate": 20,
- "Sacrifice to Draw": 26,
- "Infect": 35,
- "Poison Counters": 24,
- "Toxic": 7,
- "Pillowfort": 21,
- "Token Modification": 9,
- "Multikicker": 3,
- "Corrupted": 5,
- "Food": 25,
- "Food Token": 20,
- "Bushido": 20,
- "Spider Kindred": 7,
- "Web-slinging": 3,
- "Enlist": 5,
- "Archer Kindred": 17,
- "Pegasus Kindred": 24,
- "Modular": 3,
- "Assembly-Worker Kindred": 2,
- "Arrow Counters": 1,
- "Halfling Kindred": 12,
- "Archon Kindred": 15,
- "Monarch": 10,
- "Constellation": 8,
- "Bargain": 2,
- "Fox Kindred": 37,
- "Kor Kindred": 77,
- "Metalcraft": 9,
- "Kicker": 18,
- "Adamant": 3,
- "Oil Counters": 3,
- "Orc Kindred": 6,
- "Bracket:MassLandDenial": 14,
- "Dinosaur Kindred": 29,
- "Sliver Kindred": 21,
- "Armadillo Kindred": 1,
- "Ward": 13,
- "Horse Kindred": 11,
- "Celebration": 5,
- "Mouse Kindred": 13,
- "Addendum": 5,
- "Rebound": 9,
- "Domain": 6,
- "Noble Kindred": 23,
- "Bard Kindred": 5,
- "Clown Kindred": 5,
- "Robot Kindred": 25,
- "Spell Copy": 10,
- "Storm": 3,
- "Brand-new Sky": 1,
- "Card Selection": 7,
- "Explore": 7,
- "Eye Kindred": 4,
- "Suspend": 16,
- "Time Counters": 25,
- "Incubator Token": 12,
- "Shadow": 11,
- "Atog Kindred": 1,
- "Disguise": 7,
- "Gold Counters": 1,
- "Gold Token": 4,
- "Prototype": 3,
- "Indestructible": 11,
- "Counterspells": 22,
- "Plot": 4,
- "Morph": 23,
- "Vanishing": 6,
- "Megamorph": 5,
- "Threshold": 19,
- "Amplify": 2,
- "Spellshaper Kindred": 10,
- "Changeling": 9,
- "Shapeshifter Kindred": 9,
- "Boast": 4,
- "Detain": 5,
- "Wind Walk": 1,
- "Miracle": 6,
- "Doctor Kindred": 10,
- "Doctor's companion": 8,
- "History Teacher": 1,
- "Thopter Kindred": 3,
- "Ox Kindred": 13,
- "Extort": 4,
- "Pingers": 19,
- "Mite Kindred": 7,
- "Radiance": 4,
- "Myriad": 5,
- "Treasure": 11,
- "Treasure Token": 13,
- "Ability": 1,
- "Attack": 1,
- "Item": 1,
- "Magic": 1,
- "Finality Counters": 2,
- "Lure the Unwary": 1,
- "Insect Kindred": 6,
- "Bat Kindred": 11,
- "Enrage": 3,
- "Disturb": 10,
- "Flanking": 15,
- "Banding": 19,
- "Unicorn Kindred": 25,
- "Druid Kindred": 6,
- "Enchantment Tokens": 13,
- "Role token": 7,
- "Elemental Kindred": 33,
- "Elk Kindred": 8,
- "Fish Kindred": 2,
- "Mentor": 5,
- "Golem Kindred": 12,
- "Ninja Kindred": 1,
- "Ninjutsu": 1,
- "Escalate": 3,
- "Splice": 5,
- "Hippogriff Kindred": 6,
- "Backup": 6,
- "Shield Counters": 9,
- "Blessing Counters": 1,
- "Nomad Kindred": 19,
- "Channel": 6,
- "Battalion": 6,
- "Alliance": 3,
- "Saddle": 10,
- "Rabbit Kindred": 19,
- "Fateful hour": 6,
- "Reinforce": 5,
- "Soulbond": 4,
- "Sheep Kindred": 3,
- "Weasel Kindred": 1,
- "Possum Kindred": 1,
- "Assist": 4,
- "Horror Kindred": 14,
- "Shroud": 1,
- "Unity Counters": 1,
- "Licid Kindred": 2,
- "Camel Kindred": 5,
- "Warlock Kindred": 5,
- "Lhurgoyf Kindred": 1,
- "Devour": 1,
- "Goat Kindred": 8,
- "Level Counters": 8,
- "Level Up": 7,
- "Cases Matter": 4,
- "Detective Kindred": 17,
- "Bestow": 11,
- "Omen Counters": 1,
- "Healing Tears": 1,
- "Retrace": 1,
- "Champion": 2,
- "Sweep": 2,
- "Collection Counters": 1,
- "Ogre Kindred": 2,
- "Jump": 1,
- "Craft": 4,
- "Graveyard Matters": 4,
- "Magecraft": 3,
- "Landwalk": 6,
- "Mountainwalk": 2,
- "Venture into the dungeon": 10,
- "Ranger Kindred": 7,
- "Reconfigure": 3,
- "Flagbearer Kindred": 3,
- "Mana Dork": 8,
- "Surveil": 4,
- "Age Counters": 15,
- "Cumulative upkeep": 13,
- "Hideaway": 3,
- "Inkling Kindred": 1,
- "Crash Landing": 1,
- "Impulse": 3,
- "Junk Token": 1,
- "Junk Tokens": 2,
- "Employee Kindred": 4,
- "Open an Attraction": 2,
- "Renown": 8,
- "Boar Kindred": 2,
- "Foretell": 12,
- "Will of the council": 3,
- "Homunculus Kindred": 2,
- "Strife Counters": 1,
- "Gift": 6,
- "Mutate": 4,
- "Eerie": 3,
- "Rooms Matter": 13,
- "Melee": 4,
- "Mobilize": 3,
- "Job select": 5,
- "Hope Counters": 1,
- "Evoke": 7,
- "Demigod Kindred": 1,
- "Chimera Kindred": 1,
- "Mold Earth": 1,
- "Fade Counters": 2,
- "Fading": 2,
- "Astartes Kindred": 6,
- "Provoke": 3,
- "God Kindred": 11,
- "Delay Counters": 1,
- "Exert": 7,
- "Dragonfire Dive": 1,
- "Jackal Kindred": 1,
- "Freerunning": 1,
- "Intervention Counters": 1,
- "Toy Kindred": 4,
- "Sculpture Kindred": 1,
- "Prowess": 5,
- "Gae Bolg": 1,
- "Bracket:GameChanger": 6,
- "Coyote Kindred": 1,
- "Aftermath": 1,
- "Fear": 1,
- "Umbra armor": 4,
- "Wurm Kindred": 2,
- "Praetor Kindred": 3,
- "Incubate": 10,
- "Undaunted": 2,
- "Escape": 2,
- "Awaken": 4,
- "Epic": 1,
- "Glimmer Kindred": 4,
- "Lifeloss": 6,
- "Lifeloss Triggers": 6,
- "Demonstrate": 1,
- "Imprint": 1,
- "Populate": 8,
- "Judgment Counters": 2,
- "Rhino Kindred": 12,
- "Ki Counters": 3,
- "Swampwalk": 2,
- "Hunger Counters": 1,
- "Nightmare Kindred": 5,
- "Cleave": 1,
- "Proliferate": 9,
- "Cost Scaling": 5,
- "Modal": 5,
- "Spree": 5,
- "Offspring": 4,
- "Valiant": 4,
- "Jellyfish Kindred": 1,
- "Depletion Counters": 2,
- "Storage Counters": 2,
- "Madness": 2,
- "Healing Counters": 2,
- "The Allagan Eye": 1,
- "Squad": 5,
- "Map Token": 1,
- "Spell mastery": 3,
- "Meld": 1,
- "Gith Kindred": 2,
- "Psychic Defense": 1,
- "Basic landcycling": 2,
- "Landcycling": 2,
- "For Mirrodin!": 5,
- "Incarnation Kindred": 5,
- "Shrines Matter": 4,
- "Inspired": 2,
- "Myr Kindred": 4,
- "Antelope Kindred": 3,
- "Plainswalk": 2,
- "Powerstone Token": 4,
- "Demon Kindred": 3,
- "Rites of Banishment": 1,
- "Training": 5,
- "Horsemanship": 7,
- "Snake Kindred": 1,
- "Manifest": 6,
- "Learn": 4,
- "Hare Apparent": 1,
- "Multiple Copies": 2,
- "Merfolk Kindred": 6,
- "Squirrel Kindred": 2,
- "Task Counters": 1,
- "Echo": 3,
- "Rally": 5,
- "Slith Kindred": 2,
- "Discover": 1,
- "Hoofprint Counters": 1,
- "Monstrosity": 4,
- "Soulshift": 5,
- "Science Teacher": 1,
- "Scientist Kindred": 2,
- "Javelin Counters": 1,
- "Credit Counters": 1,
- "Protection Fighting Style": 1,
- "Tiefling Kindred": 1,
- "Connive": 2,
- "Ascend": 6,
- "Duty Counters": 1,
- "Goad": 5,
- "Afterlife": 5,
- "Treefolk Kindred": 3,
- "Valor Counters": 1,
- "Battles Matter": 3,
- "-1/-0 Counters": 1,
- "Ravenous": 1,
- "Hamster Kindred": 1,
- "Divinity Counters": 2,
- "Djinn Kindred": 2,
- "Efreet Kindred": 1,
- "Persist": 2,
- "Kinship": 2,
- "-0/-1 Counters": 1,
- "Deserter Kindred": 1,
- "Hexproof": 2,
- "Hexproof from": 1,
- "Adapt": 1,
- "Centaur Kindred": 5,
- "Max speed": 6,
- "Start your engines!": 6,
- "Council's dilemma": 1,
- "Chroma": 2,
- "Aegis Counters": 1,
- "Read Ahead": 2,
- "Quest Counters": 6,
- "Machina": 1,
- "Reprieve Counters": 1,
- "Germ Kindred": 1,
- "Living weapon": 1,
- "Raid": 3,
- "Conspire": 1,
- "Cohort": 4,
- "Morbid": 1,
- "Saproling Kindred": 2,
- "Spore Counters": 2,
- "Mystic Kindred": 4,
- "Incarnation Counters": 1,
- "Clash": 5,
- "Improvise": 1,
- "Grandeur": 1,
- "Tribute": 1,
- "Carrion Counters": 1,
- "Behold": 1,
- "Impending": 1,
- "First Contact": 1,
- "Synth Kindred": 1,
- "Forecast": 5,
- "Fungus Kindred": 1,
- "Will of the Planeswalkers": 1,
- "Offering": 1,
- "Sphinx Kindred": 1,
- "Skeleton Kindred": 2,
- "Devotion Counters": 1,
- "Unearth": 5,
- "Converge": 2,
- "Vow Counters": 1,
- "Convert": 4,
- "More Than Meets the Eye": 2,
- "Living metal": 2,
- "Study Counters": 1,
- "Isolation Counters": 1,
- "Coward Kindred": 1,
- "Natural Shelter": 1,
- "Cura": 1,
- "Curaga": 1,
- "Cure": 1,
- "Egg Kindred": 1,
- "Bad Wolf": 1,
- "Wolf Kindred": 2,
- "Parley": 1,
- "\\+0/\\+1 Counters": 3,
- "Keen Sight": 1,
- "Training Counters": 1,
- "Verse Counters": 2,
- "Shade Kindred": 1,
- "Shaman Kindred": 1,
- "The Nuka-Cola Challenge": 1,
- "Blood Token": 1,
- "Conjure": 1,
- "Zubera Kindred": 1,
- "Illusion Kindred": 2,
- "Werewolf Kindred": 1,
- "Otter Kindred": 1,
- "Soltari Kindred": 9,
- "Echo Counters": 1,
- "Feather Counters": 1,
- "Grav-cannon": 1,
- "Concealed Position": 1,
- "Intimidate": 1,
- "Reflection Kindred": 1,
- "Story Counters": 1,
- "Mutant Kindred": 1,
- "Overload": 2,
- "Harpy Kindred": 1,
- "Recover": 1,
- "Ripple": 1,
- "Brave Heart": 1,
- "Tempest Hawk": 1,
- "Tempting offer": 2,
- "Collect evidence": 1,
- "Enlightened Counters": 1,
- "Time Travel": 2,
- "Crushing Teeth": 1,
- "Currency Counters": 1,
- "Trap Counters": 1,
- "Companion": 1,
- "Praesidium Protectiva": 1,
- "Hyena Kindred": 1,
- "Cloak": 2,
- "Manifest dread": 1,
- "Bear Kindred": 1,
- "Blessing of Light": 1,
- "Aegis of the Emperor": 1,
- "Custodes Kindred": 1,
- "Berserker Kindred": 1,
- "Invitation Counters": 1,
- "Look to the Stars": 1,
- "Monger Kindred": 1,
- "Ice Counters": 1,
- "Wild Card": 1,
- "Call for Aid": 1,
- "Stall for Time": 1,
- "Pray for Protection": 1,
- "Strike a Deal": 1
- },
- "blue": {
- "Blink": 576,
- "Enter the Battlefield": 576,
- "Guest Kindred": 3,
- "Human Kindred": 551,
- "Leave the Battlefield": 576,
- "Little Fellas": 1445,
- "Outlaw Kindred": 218,
- "Rogue Kindred": 150,
- "Casualty": 5,
- "Spell Copy": 80,
- "Spells Matter": 1745,
- "Spellslinger": 1745,
- "Topdeck": 420,
- "Bird Kindred": 149,
- "Flying": 779,
- "Toughness Matters": 917,
- "Aggro": 904,
- "Aristocrats": 119,
- "Auras": 348,
- "Combat Matters": 904,
- "Enchant": 305,
- "Enchantments Matter": 747,
- "Midrange": 54,
- "Sacrifice Matters": 110,
- "Theft": 115,
- "Voltron": 601,
- "Big Mana": 1256,
- "Elf Kindred": 11,
- "Mill": 578,
- "Reanimate": 498,
- "Shaman Kindred": 11,
- "Insect Kindred": 9,
- "Transform": 69,
- "Horror Kindred": 49,
- "Eye Kindred": 3,
- "Manifest": 14,
- "Manifest dread": 9,
- "Control": 670,
- "Counterspells": 350,
- "Interaction": 902,
- "Stax": 919,
- "Fish Kindred": 44,
- "Flash": 170,
- "Probing Telepathy": 1,
- "Protection": 158,
- "Ward": 39,
- "Threshold": 9,
- "Historics Matter": 301,
- "Legends Matter": 301,
- "Noble Kindred": 13,
- "Octopus Kindred": 44,
- "Removal": 249,
- "Creature Tokens": 194,
- "Devoid": 34,
- "Eldrazi Kindred": 42,
- "Ramp": 88,
- "Scion Kindred": 6,
- "Token Creation": 273,
- "Tokens Matter": 275,
- "+1/+1 Counters": 224,
- "Counters Matter": 482,
- "Drake Kindred": 75,
- "Kicker": 29,
- "Card Draw": 1055,
- "Discard Matters": 327,
- "Loot": 247,
- "Wizard Kindred": 532,
- "Cost Reduction": 144,
- "Artifacts Matter": 632,
- "Equipment Matters": 91,
- "Lands Matter": 198,
- "Conditional Draw": 195,
- "Defender": 69,
- "Draw Triggers": 171,
- "Wall Kindred": 41,
- "Wheels": 211,
- "Artifact Tokens": 107,
- "Thopter Kindred": 17,
- "Cantrips": 193,
- "Unconditional Draw": 451,
- "Board Wipes": 56,
- "Bracket:MassLandDenial": 8,
- "Equipment": 25,
- "Reconfigure": 3,
- "Charge Counters": 12,
- "Illusion Kindred": 104,
- "Raid": 8,
- "Artificer Kindred": 59,
- "Doctor Kindred": 9,
- "Doctor's companion": 6,
- "Ultimate Sacrifice": 1,
- "Drone Kindred": 22,
- "Zombie Kindred": 83,
- "Turtle Kindred": 21,
- "Avatar Kindred": 14,
- "Exile Matters": 143,
- "Suspend": 24,
- "Time Counters": 33,
- "Impulse": 11,
- "Soldier Kindred": 83,
- "Combat Tricks": 132,
- "Strive": 4,
- "Cleric Kindred": 24,
- "Enchantment Tokens": 11,
- "Inspired": 5,
- "Life Matters": 38,
- "Lifegain": 38,
- "Beast Kindred": 47,
- "Elemental Kindred": 110,
- "Toolbox": 70,
- "Energy": 24,
- "Energy Counters": 22,
- "Resource Engine": 24,
- "Vehicles": 45,
- "Sacrifice to Draw": 76,
- "Politics": 43,
- "Servo Kindred": 1,
- "Vedalken Kindred": 55,
- "Burn": 79,
- "Max speed": 4,
- "Start your engines!": 4,
- "Scry": 140,
- "X Spells": 110,
- "Shapeshifter Kindred": 58,
- "Evoke": 6,
- "Leviathan Kindred": 21,
- "Whale Kindred": 17,
- "Detective Kindred": 20,
- "Sphinx Kindred": 61,
- "Renew": 3,
- "Advisor Kindred": 32,
- "Merfolk Kindred": 216,
- "Robot Kindred": 20,
- "Stun Counters": 46,
- "Cleave": 4,
- "Spellshaper Kindred": 11,
- "Reflection Kindred": 2,
- "Storm": 9,
- "Time Travel": 3,
- "Domain": 6,
- "Siren Kindred": 20,
- "Backgrounds Matter": 13,
- "Choose a background": 7,
- "Halfling Kindred": 1,
- "Partner": 18,
- "Partner with": 9,
- "Vigilance": 50,
- "Bracket:ExtraTurn": 30,
- "Foretell": 13,
- "God Kindred": 8,
- "Flashback": 28,
- "Changeling": 9,
- "Frog Kindred": 20,
- "Salamander Kindred": 8,
- "Encore": 4,
- "Pirate Kindred": 68,
- "Warrior Kindred": 44,
- "Treasure": 13,
- "Treasure Token": 15,
- "Lore Counters": 25,
- "Ore Counters": 30,
- "Sagas Matter": 33,
- "Age Counters": 27,
- "Cumulative upkeep": 20,
- "Bracket:TutorNonland": 61,
- "Crab Kindred": 35,
- "Dragon Kindred": 45,
- "Elder Kindred": 4,
- "Hexproof": 21,
- "Faerie Kindred": 82,
- "Mana Dork": 47,
- "Morph": 43,
- "Pingers": 23,
- "Flood Counters": 3,
- "Manifestation Counters": 1,
- "Clones": 145,
- "Cipher": 7,
- "Prototype": 4,
- "Learn": 4,
- "Aura Swap": 1,
- "Mutate": 5,
- "Monarch": 8,
- "Quest Counters": 4,
- "Magecraft": 4,
- "Giant Kindred": 18,
- "Mount Kindred": 2,
- "Saddle": 1,
- "Metalcraft": 8,
- "Addendum": 3,
- "Heroic": 10,
- "Convoke": 11,
- "Angel Kindred": 3,
- "Spirit Kindred": 152,
- "Nightmare Kindred": 17,
- "Role token": 6,
- "Infect": 34,
- "Poison Counters": 9,
- "Equip": 21,
- "Affinity": 20,
- "Incubate": 4,
- "Incubator Token": 4,
- "Phyrexian Kindred": 51,
- "Project Image": 1,
- "Hero Kindred": 7,
- "Job select": 4,
- "Shark Kindred": 10,
- "Oil Counters": 12,
- "Alien Kindred": 8,
- "Planeswalkers": 72,
- "Super Friends": 72,
- "Amass": 13,
- "Army Kindred": 13,
- "Embalm": 5,
- "Scout Kindred": 29,
- "Cycling": 74,
- "Jellyfish Kindred": 21,
- "Rat Kindred": 8,
- "Performer Kindred": 8,
- "Sheep Kindred": 2,
- "Disturb": 10,
- "Peasant Kindred": 3,
- "Griffin Kindred": 3,
- "Beeble Kindred": 3,
- "Venture into the dungeon": 7,
- "Improvise": 8,
- "Cloak": 2,
- "Collect evidence": 5,
- "Trample": 16,
- "Megamorph": 9,
- "Serpent Kindred": 46,
- "Islandwalk": 21,
- "Landwalk": 39,
- "Adapt": 5,
- "Mutant Kindred": 18,
- "Ingest": 4,
- "Crew": 22,
- "Kraken Kindred": 30,
- "Horse Kindred": 8,
- "Egg Kindred": 2,
- "-1/-1 Counters": 39,
- "For Mirrodin!": 1,
- "Rebel Kindred": 2,
- "Rebound": 9,
- "Support": 2,
- "Mana Rock": 22,
- "Overload": 6,
- "Haste": 2,
- "Homunculus Kindred": 22,
- "Rooms Matter": 17,
- "Card Selection": 10,
- "Explore": 10,
- "Map Token": 5,
- "Unearth": 6,
- "Craft": 6,
- "Net Counters": 2,
- "Djinn Kindred": 35,
- "Phasing": 10,
- "Converge": 4,
- "Hag Kindred": 2,
- "Corrupted": 2,
- "Clash": 7,
- "Madness": 7,
- "Shield Counters": 4,
- "Myriad": 2,
- "Snake Kindred": 25,
- "Assassin Kindred": 7,
- "Disguise": 4,
- "Landfall": 16,
- "Shroud": 8,
- "Spell mastery": 4,
- "Demigod Kindred": 1,
- "Ki Counters": 3,
- "Surveil": 52,
- "Buyback": 9,
- "Cases Matter": 3,
- "Clue Token": 30,
- "Investigate": 30,
- "Knight Kindred": 19,
- "Shred Counters": 1,
- "Dog Kindred": 7,
- "Nautilus Kindred": 3,
- "Mayhem": 1,
- "Eternalize": 3,
- "Level Counters": 9,
- "Connive": 11,
- "Squid Kindred": 7,
- "Jump": 5,
- "Jump-start": 5,
- "Monstrosity": 4,
- "Cat Kindred": 8,
- "Atog Kindred": 2,
- "Vanishing": 4,
- "Gnome Kindred": 4,
- "Evolve": 5,
- "Kirin Kindred": 1,
- "Fade Counters": 3,
- "Fading": 3,
- "Awaken": 5,
- "Undaunted": 1,
- "Kavu Kindred": 2,
- "Golem Kindred": 5,
- "Warp": 7,
- "Lhurgoyf Kindred": 1,
- "Pillowfort": 4,
- "Construct Kindred": 18,
- "Open an Attraction": 3,
- "Roll to Visit Your Attractions": 1,
- "Aftermath": 1,
- "Surge": 6,
- "Bracket:GameChanger": 14,
- "Replicate": 10,
- "Splice": 9,
- "Proliferate": 23,
- "Recover": 1,
- "Land Types Matter": 20,
- "Polyp Counters": 1,
- "\\+0/\\+1 Counters": 1,
- "Level Up": 7,
- "Ally Kindred": 16,
- "Goblin Kindred": 2,
- "Orc Kindred": 8,
- "Voyage Counters": 1,
- "Descend": 5,
- "Ninja Kindred": 18,
- "Ninjutsu": 12,
- "Goad": 9,
- "Umbra armor": 4,
- "Dinosaur Kindred": 7,
- "Emerge": 6,
- "Worm Kindred": 2,
- "Processor Kindred": 4,
- "Bestow": 7,
- "Prowess": 29,
- "Boar Kindred": 1,
- "Cyberman Kindred": 1,
- "Graft": 4,
- "Islandcycling": 8,
- "Landcycling": 10,
- "Mentor": 1,
- "Otter Kindred": 11,
- "Soulbond": 7,
- "Depletion Counters": 2,
- "Homarid Kindred": 8,
- "Mercenary Kindred": 2,
- "Skeleton Kindred": 3,
- "Dreadnought Kindred": 1,
- "Ascend": 7,
- "Miracle": 3,
- "Sliver Kindred": 16,
- "Delve": 10,
- "Bargain": 5,
- "Warlock Kindred": 8,
- "Behold": 1,
- "Avoidance": 1,
- "Exploit": 8,
- "Transmute": 6,
- "Plot": 10,
- "Wish Counters": 1,
- "Scientist Kindred": 7,
- "Licid Kindred": 3,
- "Token Modification": 3,
- "Incubation Counters": 1,
- "Entwine": 5,
- "Yeti Kindred": 2,
- "Shadow": 9,
- "Spawn Kindred": 5,
- "Trilobite Kindred": 3,
- "Freerunning": 2,
- "Tiefling Kindred": 2,
- "Two-Headed Coin": 1,
- "Monk Kindred": 20,
- "Pilot Kindred": 7,
- "Multikicker": 3,
- "Glimmer Kindred": 2,
- "Vortex Counters": 1,
- "Prowl": 5,
- "Eerie": 6,
- "Delay Counters": 1,
- "Druid Kindred": 3,
- "-0/-1 Counters": 1,
- "Epic": 1,
- "Afflict": 2,
- "Citizen Kindred": 8,
- "Council's dilemma": 2,
- "Offspring": 3,
- "Waterbending": 8,
- "Zubera Kindred": 2,
- "Moonfolk Kindred": 25,
- "Skulk": 8,
- "Gravestorm": 1,
- "Ferocious": 3,
- "Cascade": 3,
- "Delirium": 6,
- "Read Ahead": 2,
- "Wurm Kindred": 2,
- "Exalted": 2,
- "Hippogriff Kindred": 3,
- "Assist": 4,
- "Neurotraumal Rod": 1,
- "Tyranid Kindred": 2,
- "Children of the Cult": 1,
- "Genestealer's Kiss": 1,
- "Infection Counters": 1,
- "Powerstone Token": 6,
- "Undying": 4,
- "Conspire": 1,
- "Channel": 8,
- "Oyster Kindred": 1,
- "Elephant Kindred": 1,
- "Retrace": 2,
- "Persist": 2,
- "Escape": 4,
- "Shrines Matter": 3,
- "Gold Token": 1,
- "Nymph Kindred": 4,
- "Forecast": 3,
- "Crocodile Kindred": 3,
- "Aberrant Tinkering": 1,
- "Germ Kindred": 1,
- "Samurai Kindred": 1,
- "Incarnation Kindred": 3,
- "Fetch Counters": 1,
- "Efreet Kindred": 4,
- "Horsemanship": 7,
- "Demon Kindred": 2,
- "Discover": 3,
- "Tide Counters": 2,
- "Camarid Kindred": 1,
- "Weird Kindred": 4,
- "Ooze Kindred": 2,
- "Blizzaga": 1,
- "Blizzara": 1,
- "Blizzard": 1,
- "Ice Counters": 3,
- "Lizard Kindred": 5,
- "Ceremorphosis": 1,
- "First strike": 3,
- "Split second": 5,
- "Detain": 3,
- "Kor Kindred": 2,
- "Kinship": 2,
- "Fractal Kindred": 2,
- "Gift": 4,
- "Battles Matter": 4,
- "Graveyard Matters": 5,
- "Superfriends": 32,
- "Loyalty Counters": 7,
- "Compleated": 1,
- "Replacement Draw": 3,
- "Cost Scaling": 5,
- "Modal": 5,
- "Spree": 5,
- "Come Fly With Me": 1,
- "Convert": 2,
- "More Than Meets the Eye": 1,
- "Living metal": 1,
- "Praetor Kindred": 3,
- "Confounding Clouds": 1,
- "Affirmative": 1,
- "Negative": 1,
- "Experience Counters": 1,
- "Exhaust": 6,
- "Indestructible": 3,
- "Homunculus Servant": 1,
- "Kithkin Kindred": 1,
- "Flanking": 1,
- "Minotaur Kindred": 1,
- "Ingenuity Counters": 1,
- "Treasure Counters": 1,
- "Verse Counters": 3,
- "Grandeur": 1,
- "Architect of Deception": 1,
- "Lieutenant": 2,
- "Hatchling Counters": 1,
- "Werewolf Kindred": 1,
- "Wolf Kindred": 1,
- "Spider Kindred": 3,
- "Eon Counters": 1,
- "Dethrone": 2,
- "Lifegain Triggers": 1,
- "Lifeloss": 1,
- "Lifeloss Triggers": 1,
- "Woman Who Walked the Earth": 1,
- "Basic landcycling": 2,
- "Fateseal": 2,
- "Rabbit Kindred": 2,
- "Metathran Kindred": 5,
- "Hour Counters": 1,
- "Join forces": 1,
- "Rad Counters": 3,
- "Myr Kindred": 4,
- "Champion": 3,
- "Bard Kindred": 2,
- "Employee Kindred": 2,
- "Music Counters": 1,
- "Divinity Counters": 1,
- "Tentacle Kindred": 2,
- "Synth Kindred": 2,
- "Bigby's Hand": 1,
- "Fox Kindred": 1,
- "Annihilator": 1,
- "Sonic Booster": 1,
- "Foreshadow Counters": 1,
- "Conjure": 1,
- "Paradox": 2,
- "Impending": 1,
- "Will of the Planeswalkers": 1,
- "Offering": 1,
- "Chimera Kindred": 4,
- "Multiple Copies": 1,
- "Persistent Petitioners": 1,
- "Reach": 1,
- "Bear Kindred": 1,
- "Orb Kindred": 1,
- "Imprint": 1,
- "Will of the council": 2,
- "Ape Kindred": 1,
- "Page Counters": 1,
- "Constellation": 6,
- "Blue Magic": 1,
- "Ranger Kindred": 3,
- "Echo": 1,
- "Demonstrate": 1,
- "Dwarf Kindred": 1,
- "Hagneia": 1,
- "Backup": 1,
- "Monger Kindred": 1,
- "Storage Counters": 2,
- "Chroma": 1,
- "Leech Kindred": 1,
- "Scorpion Kindred": 1,
- "Troll Kindred": 1,
- "Lifelink": 1,
- "Hideaway": 3,
- "Benediction of the Omnissiah": 1,
- "Squad": 2,
- "Starfish Kindred": 2,
- "Tribute": 1,
- "Psychic Abomination": 1,
- "Slith Kindred": 1,
- "Slime Counters": 1,
- "Elk Kindred": 2,
- "Fathomless descent": 1,
- "Omen Counters": 1,
- "Squirrel Kindred": 1,
- "Station": 5,
- "Fateful hour": 1,
- "Web-slinging": 1,
- "Gargoyle Kindred": 2,
- "Wizardcycling": 2,
- "Parley": 1,
- "Scarecrow Kindred": 1,
- "Food": 4,
- "Food Token": 4,
- "Ripple": 1,
- "Surrakar Kindred": 2,
- "Blood Token": 1,
- "Flurry": 2,
- "Plant Kindred": 2,
- "Imp Kindred": 1,
- "Hourglass Counters": 1,
- "Tempting offer": 1,
- "Juggernaut Kindred": 1,
- "Thalakos Kindred": 7,
- "Water Always Wins": 1,
- "Knowledge Counters": 1,
- "Sponge Kindred": 2,
- "Minion Kindred": 1,
- "Parallel Universe": 1,
- "Rejection Counters": 1,
- "Secret council": 1,
- "Porcupine Kindred": 1,
- "Adamant": 3,
- "Sleight of Hand": 1,
- "Toy Kindred": 1,
- "Toxic": 1,
- "Harmonize": 3,
- "Possession Counters": 1,
- "Astartes Kindred": 1,
- "Suppressing Fire": 1,
- "Sleep Counters": 1,
- "Hexproof from": 1,
- "Menace": 1,
- "Gust of Wind": 1,
- "Coin Counters": 1,
- "Archer Kindred": 1,
- "Hive Mind": 1,
- "Body-print": 1
- },
- "black": {
- "Blink": 763,
- "Enter the Battlefield": 763,
- "Guest Kindred": 6,
- "Leave the Battlefield": 763,
- "Little Fellas": 1365,
- "Mill": 987,
- "Open an Attraction": 5,
- "Reanimate": 988,
- "Roll to Visit Your Attractions": 2,
- "Zombie Kindred": 498,
- "Alien Kindred": 6,
- "Child Kindred": 1,
- "Life Matters": 849,
- "Lifegain": 846,
- "Lifelink": 167,
- "Big Mana": 1226,
- "Spells Matter": 1380,
- "Spellslinger": 1380,
- "X Spells": 82,
- "Aggro": 1223,
- "Aristocrats": 661,
- "Combat Matters": 1223,
- "First strike": 19,
- "Sacrifice Matters": 657,
- "Toughness Matters": 544,
- "Creature Tokens": 304,
- "Demon Kindred": 166,
- "Flying": 482,
- "Harpy Kindred": 11,
- "Token Creation": 420,
- "Tokens Matter": 421,
- "Combat Tricks": 174,
- "Interaction": 878,
- "Midrange": 70,
- "Horror Kindred": 184,
- "Basic landcycling": 2,
- "Burn": 908,
- "Card Draw": 644,
- "Cycling": 48,
- "Discard Matters": 230,
- "Landcycling": 2,
- "Lands Matter": 194,
- "Loot": 78,
- "Ramp": 60,
- "Eldrazi Kindred": 31,
- "Emerge": 3,
- "Leech Kindred": 13,
- "Board Wipes": 133,
- "Clones": 16,
- "Nightmare Kindred": 43,
- "Outlaw Kindred": 373,
- "Warlock Kindred": 72,
- "Assassin Kindred": 84,
- "Human Kindred": 477,
- "Nightstalker Kindred": 12,
- "Draw Triggers": 281,
- "Wheels": 299,
- "Stax": 246,
- "Trample": 54,
- "Specter Kindred": 21,
- "Centaur Kindred": 3,
- "Protection": 95,
- "Warrior Kindred": 168,
- "Intimidate": 13,
- "Spirit Kindred": 146,
- "Artifacts Matter": 438,
- "Control": 218,
- "Cost Reduction": 69,
- "Equipment Matters": 83,
- "Shaman Kindred": 61,
- "Transform": 76,
- "Voltron": 653,
- "Auras": 239,
- "Enchant": 207,
- "Enchantments Matter": 606,
- "Pingers": 234,
- "Historics Matter": 340,
- "Legends Matter": 340,
- "Politics": 54,
- "Venture into the dungeon": 6,
- "Wizard Kindred": 114,
- "+1/+1 Counters": 381,
- "Counters Matter": 638,
- "Deathtouch": 138,
- "Dragon Kindred": 30,
- "Megamorph": 4,
- "Bat Kindred": 39,
- "Conditional Draw": 80,
- "God Kindred": 12,
- "Cleric Kindred": 121,
- "Vampire Kindred": 274,
- "Rogue Kindred": 180,
- "Flash": 54,
- "Phyrexian Kindred": 165,
- "Shapeshifter Kindred": 11,
- "Bracket:GameChanger": 11,
- "Topdeck": 171,
- "Crocodile Kindred": 12,
- "Druid Kindred": 6,
- "Renew": 4,
- "Artifact Tokens": 136,
- "Artificer Kindred": 17,
- "Energy": 8,
- "Energy Counters": 8,
- "Resource Engine": 8,
- "Servo Kindred": 8,
- "Aetherborn Kindred": 17,
- "Unconditional Draw": 159,
- "Delve": 13,
- "Ally Kindred": 17,
- "Lizard Kindred": 13,
- "Ogre Kindred": 35,
- "Sacrifice to Draw": 86,
- "Constellation": 6,
- "Removal": 482,
- "Mercenary Kindred": 43,
- "Heroic": 4,
- "Backgrounds Matter": 12,
- "Hero Kindred": 5,
- "Menace": 136,
- "Soldier Kindred": 60,
- "Theft": 95,
- "Eye Kindred": 9,
- "Toolbox": 77,
- "Djinn Kindred": 5,
- "Haste": 30,
- "Monkey Kindred": 2,
- "Dash": 7,
- "Orc Kindred": 33,
- "Exile Matters": 124,
- "Scream Counters": 2,
- "Disguise": 4,
- "Madness": 29,
- "Void": 10,
- "Ward": 17,
- "Warp": 14,
- "Skeleton Kindred": 66,
- "Charge Counters": 9,
- "Mana Rock": 12,
- "Craft": 6,
- "Graveyard Matters": 5,
- "Fabricate": 5,
- "Construct Kindred": 10,
- "Insect Kindred": 79,
- "-1/-1 Counters": 89,
- "Afflict": 4,
- "Elder Kindred": 6,
- "Angel Kindred": 10,
- "Pirate Kindred": 31,
- "Corrupted": 7,
- "Infect": 59,
- "Poison Counters": 48,
- "Lord of the Pyrrhian Legions": 1,
- "Necron Kindred": 25,
- "Beast Kindred": 37,
- "Frog Kindred": 8,
- "Landwalk": 40,
- "Swampwalk": 25,
- "Morph": 24,
- "Bird Kindred": 33,
- "Cantrips": 82,
- "Surveil": 42,
- "Modular": 1,
- "Gorgon Kindred": 18,
- "Unearth": 19,
- "Oil Counters": 3,
- "Archon Kindred": 1,
- "Backup": 4,
- "Endurant": 1,
- "Squad": 3,
- "Noble Kindred": 31,
- "Starscourge": 1,
- "Blood Token": 31,
- "Life to Draw": 8,
- "Planeswalkers": 58,
- "Super Friends": 58,
- "Golem Kindred": 5,
- "Partner": 17,
- "Thrull Kindred": 22,
- "\\+1/\\+2 Counters": 1,
- "Flashback": 22,
- "Knight Kindred": 74,
- "Rat Kindred": 97,
- "Zubera Kindred": 1,
- "Elemental Kindred": 36,
- "Superfriends": 26,
- "Powerstone Token": 4,
- "Devil Kindred": 3,
- "Replacement Draw": 3,
- "Goblin Kindred": 45,
- "Prowl": 5,
- "Shade Kindred": 32,
- "Avatar Kindred": 19,
- "Fear": 31,
- "Mobilize": 3,
- "Bracket:TutorNonland": 88,
- "Elf Kindred": 42,
- "Azra Kindred": 5,
- "Ninja Kindred": 17,
- "Ninjutsu": 13,
- "Bargain": 5,
- "Pilot Kindred": 4,
- "Vehicles": 29,
- "Food": 31,
- "Food Token": 30,
- "Scorpion Kindred": 9,
- "Beholder Kindred": 4,
- "Bestow": 8,
- "Eerie": 2,
- "Rooms Matter": 14,
- "Dwarf Kindred": 4,
- "Minion Kindred": 38,
- "Daybound": 4,
- "Werewolf Kindred": 10,
- "Nightbound": 4,
- "Dog Kindred": 17,
- "Myriad": 2,
- "Amass": 19,
- "Indestructible": 9,
- "Suspect": 5,
- "Wurm Kindred": 9,
- "\\+2/\\+2 Counters": 2,
- "Defender": 27,
- "Wall Kindred": 20,
- "Faerie Kindred": 30,
- "Lhurgoyf Kindred": 4,
- "Mana Dork": 28,
- "Sliver Kindred": 15,
- "Extort": 5,
- "Detective Kindred": 6,
- "Improvise": 4,
- "Devoid": 31,
- "Citizen Kindred": 7,
- "Raid": 10,
- "Entwine": 6,
- "Rebel Kindred": 6,
- "Toxic": 7,
- "Threshold": 25,
- "Will of the council": 2,
- "Gravestorm": 1,
- "Spell Copy": 15,
- "Storm": 3,
- "Horse Kindred": 9,
- "Cat Kindred": 16,
- "Land Types Matter": 36,
- "Equip": 32,
- "Equipment": 35,
- "Job select": 4,
- "Buy Information": 1,
- "Hire a Mercenary": 1,
- "Sell Contraband": 1,
- "Treasure": 48,
- "Treasure Token": 50,
- "Treefolk Kindred": 6,
- "Plot": 5,
- "Spectacle": 5,
- "Reconfigure": 3,
- "Partner with": 7,
- "Metalcraft": 1,
- "Army Kindred": 17,
- "Imp Kindred": 36,
- "Pest Kindred": 4,
- "Giant Kindred": 20,
- "Incubate": 8,
- "Incubator Token": 8,
- "Proliferate": 10,
- "Convert": 4,
- "More Than Meets the Eye": 2,
- "Robot Kindred": 7,
- "Living metal": 2,
- "Mutant Kindred": 12,
- "Rad Counters": 6,
- "Kicker": 26,
- "Counterspells": 7,
- "Pillowfort": 4,
- "Lifegain Triggers": 20,
- "Assist": 3,
- "Quest Counters": 5,
- "Landfall": 16,
- "Multikicker": 2,
- "Bloodthirst": 4,
- "Berserker Kindred": 23,
- "Devotion Counters": 1,
- "Connive": 7,
- "Clash": 5,
- "Serpent Kindred": 1,
- "Wraith Kindred": 11,
- "Spellshaper Kindred": 11,
- "Forestwalk": 1,
- "Champion": 1,
- "Ore Counters": 30,
- "Echo": 2,
- "Bard Kindred": 1,
- "Squirrel Kindred": 11,
- "Fungus Kindred": 12,
- "Scavenge": 4,
- "Scry": 27,
- "Escalate": 2,
- "Age Counters": 12,
- "Storage Counters": 2,
- "Archer Kindred": 6,
- "Bounty Counters": 2,
- "Lore Counters": 27,
- "Read Ahead": 2,
- "Sagas Matter": 29,
- "Transmute": 5,
- "Bracket:MassLandDenial": 4,
- "Overload": 2,
- "Encore": 5,
- "Freerunning": 6,
- "Buyback": 9,
- "Choose a background": 6,
- "Tunnel Snakes Rule!": 1,
- "Undying": 8,
- "Flanking": 4,
- "Changeling": 8,
- "Horsemanship": 7,
- "Council's dilemma": 1,
- "Crab Kindred": 3,
- "Scion Kindred": 4,
- "Crew": 10,
- "Wolf Kindred": 3,
- "Cases Matter": 2,
- "Kor Kindred": 1,
- "Fish Kindred": 4,
- "Slug Kindred": 5,
- "Adamant": 3,
- "Mount Kindred": 2,
- "Saddle": 1,
- "Snake Kindred": 31,
- "Behold": 1,
- "Nymph Kindred": 3,
- "Mutate": 5,
- "Hideaway": 2,
- "Animate Chains": 1,
- "Finality Counters": 10,
- "Suspend": 11,
- "Time Counters": 14,
- "Escape": 10,
- "Atomic Transmutation": 1,
- "Fathomless descent": 3,
- "Wither": 6,
- "Goat Kindred": 3,
- "Troll Kindred": 3,
- "Gift": 4,
- "Convoke": 12,
- "Enchantment Tokens": 10,
- "Role token": 8,
- "Loyalty Counters": 7,
- "Rebound": 3,
- "Ooze Kindred": 8,
- "Spawn Kindred": 4,
- "Advisor Kindred": 8,
- "Licid Kindred": 2,
- "Monarch": 9,
- "Disturb": 1,
- "Soulshift": 9,
- "Corpse Counters": 4,
- "Strive": 2,
- "Haunt": 4,
- "Drone Kindred": 13,
- "Ingest": 3,
- "Spite Counters": 1,
- "Minotaur Kindred": 14,
- "Bushido": 6,
- "Samurai Kindred": 9,
- "Undaunted": 1,
- "Casualty": 6,
- "Hellbent": 11,
- "Survival": 1,
- "Survivor Kindred": 1,
- "Earthbend": 1,
- "Dredge": 6,
- "Dalek Kindred": 4,
- "Exterminate!": 1,
- "Spell mastery": 4,
- "Chaosbringer": 1,
- "Offspring": 4,
- "Dauthi Kindred": 11,
- "Shadow": 15,
- "Jackal Kindred": 5,
- "Void Counters": 2,
- "Unleash": 4,
- "Employee Kindred": 6,
- "Card Selection": 10,
- "Explore": 10,
- "Collect evidence": 3,
- "Plot Counters": 1,
- "Vanishing": 2,
- "Worm Kindred": 7,
- "Cyberman Kindred": 1,
- "Tiefling Kindred": 6,
- "Saproling Kindred": 4,
- "Cockatrice Kindred": 1,
- "Spore Counters": 1,
- "Afterlife": 3,
- "Lieutenant": 2,
- "Delirium": 15,
- "Affinity": 3,
- "Despair Counters": 1,
- "Peasant Kindred": 6,
- "Bear Kindred": 1,
- "Verse Counters": 2,
- "Satyr Kindred": 2,
- "Infection Counters": 2,
- "Outlast": 2,
- "Conspire": 1,
- "Reach": 2,
- "Soulbond": 1,
- "Spider Kindred": 6,
- "Junk Token": 1,
- "Skunk Kindred": 1,
- "Domain": 7,
- "Cohort": 3,
- "Ice Counters": 1,
- "Boast": 4,
- "Incarnation Kindred": 3,
- "Cleave": 2,
- "Foretell": 9,
- "Adapt": 4,
- "Eternalize": 1,
- "Germ Kindred": 2,
- "Living weapon": 2,
- "Ascend": 5,
- "Ouphe Kindred": 1,
- "Exalted": 5,
- "Cumulative upkeep": 10,
- "Drake Kindred": 6,
- "-2/-2 Counters": 1,
- "Praetor Kindred": 6,
- "\\+1/\\+0 Counters": 1,
- "Descend": 4,
- "Elephant Kindred": 2,
- "Amplify": 3,
- "Glimmer Kindred": 2,
- "Miracle": 2,
- "Station": 4,
- "Hexproof": 5,
- "Hexproof from": 2,
- "Fox Kindred": 1,
- "Defense Counters": 1,
- "Slith Kindred": 2,
- "Salamander Kindred": 3,
- "Hatchling Counters": 1,
- "Replicate": 1,
- "Split second": 5,
- "Cyclops Kindred": 3,
- "Goad": 5,
- "Learn": 3,
- "Inkling Kindred": 2,
- "Map Token": 1,
- "Skulk": 5,
- "Revolt": 3,
- "Hag Kindred": 1,
- "Devour": 3,
- "Forage": 1,
- "Exploit": 12,
- "Flesh Flayer": 1,
- "Gremlin Kindred": 2,
- "Transfigure": 1,
- " Blood Counters": 1,
- "Investigate": 8,
- "Inspired": 5,
- "Clue Token": 7,
- "\\+0/\\+2 Counters": 1,
- "Recover": 3,
- "Max speed": 6,
- "Start your engines!": 8,
- "Manifest": 7,
- "Death Ray": 1,
- "Disintegration Ray": 1,
- "Vigilance": 1,
- "Channel": 3,
- "Gold Token": 2,
- "Blitz": 4,
- "Impulse": 4,
- "Illusion Kindred": 2,
- "Pangolin Kindred": 2,
- "Swampcycling": 7,
- "Evolve": 1,
- "Shrines Matter": 3,
- "Halfling Kindred": 8,
- "Lifeloss": 8,
- "Lifeloss Triggers": 8,
- "Turtle Kindred": 2,
- "Prototype": 2,
- "Splice": 4,
- "Meld": 1,
- "Lamia Kindred": 2,
- "Scout Kindred": 9,
- "Performer Kindred": 2,
- "Reverberating Summons": 1,
- "-0/-2 Counters": 2,
- "Evoke": 5,
- "Dinosaur Kindred": 8,
- "Merfolk Kindred": 5,
- "Morbid": 9,
- "Level Counters": 4,
- "Level Up": 4,
- "Ritual Counters": 1,
- "Multi-threat Eliminator": 1,
- "Discover": 2,
- "Ki Counters": 3,
- "Boar Kindred": 3,
- "Exhaust": 1,
- "Soul Counters": 4,
- "Monstrosity": 3,
- "Secrets of the Soul": 1,
- "Grand Strategist": 1,
- "Phaeron": 1,
- "Demonstrate": 1,
- "Kirin Kindred": 1,
- "Manifest dread": 2,
- "Cost Scaling": 4,
- "Modal": 4,
- "Spree": 4,
- "Body Thief": 1,
- "Devour Intellect": 1,
- "Battles Matter": 4,
- "Efreet Kindred": 1,
- "Jump": 1,
- "Rally": 1,
- "Rabbit Kindred": 1,
- "Endure": 4,
- "Grandeur": 1,
- "-0/-1 Counters": 3,
- "Monk Kindred": 1,
- "Hippo Kindred": 1,
- "Myr Kindred": 2,
- "Persist": 4,
- "Enmitic Exterminator": 1,
- "Undergrowth": 4,
- "Guardian Protocols": 1,
- "Mannequin Counters": 1,
- "Bad Breath": 1,
- "Plant Kindred": 2,
- "Manticore Kindred": 1,
- "Hit Counters": 2,
- "Cipher": 5,
- "Hour Counters": 1,
- "Processor Kindred": 2,
- "Awaken": 3,
- "Mold Harvest": 1,
- "Nautilus Kindred": 1,
- "Rigger Kindred": 1,
- "Astartes Kindred": 4,
- "Primarch Kindred": 1,
- "Primarch of the Death Guard": 1,
- "Divinity Counters": 1,
- "Psychic Blades": 1,
- "Feeding Counters": 1,
- "Multiple Copies": 4,
- "Nazgûl": 1,
- "Atog Kindred": 1,
- "Synaptic Disintegrator": 1,
- "Relentless March": 1,
- "Aftermath": 1,
- "Epic": 1,
- "Kinship": 2,
- "Revival Counters": 1,
- "Mutsunokami": 1,
- "Weird Insight": 1,
- "Weird Kindred": 1,
- "Scarecrow Kindred": 3,
- "Eon Counters": 1,
- "Impending": 1,
- "Toy Kindred": 2,
- "Converge": 2,
- "Fade Counters": 3,
- "Fading": 3,
- "Will of the Planeswalkers": 1,
- "Offering": 1,
- "Depletion Counters": 1,
- "Carrier Kindred": 5,
- "Rot Fly": 1,
- "Dynastic Advisor": 1,
- "Curse of the Walking Pox": 1,
- "Executioner Round": 1,
- "Hyperfrag Round": 1,
- "Mayhem": 3,
- "Magecraft": 2,
- "Populate": 1,
- "Harbinger of Despair": 1,
- "Octopus Kindred": 2,
- "Starfish Kindred": 2,
- "Kithkin Kindred": 1,
- "Rat Colony": 1,
- "Retrace": 2,
- "Mole Kindred": 1,
- "Relentless Rats": 1,
- "Decayed": 1,
- "Kraken Kindred": 1,
- "Blight Counters": 1,
- "Phalanx Commander": 1,
- "Blood Chalice": 1,
- "Conjure": 1,
- "Elite Troops": 1,
- "Monger Kindred": 1,
- "Coward Kindred": 1,
- "Serf Kindred": 1,
- "Super Nova": 1,
- "Shadowborn Apostle": 1,
- "C'tan Kindred": 2,
- "Drain Life": 1,
- "Matter Absorption": 1,
- "Spear of the Void Dragon": 1,
- "Join forces": 1,
- "Surrakar Kindred": 2,
- "Tribute": 1,
- "Ape Kindred": 2,
- "Sweep": 1,
- "Hyperphase Threshers": 1,
- "Command Protocols": 1,
- "Snail Kindred": 1,
- "Cascade": 1,
- "Jolly Gutpipes": 1,
- "Spike Kindred": 1,
- "Mite Kindred": 1,
- "Blood Drain": 1,
- "Ripple": 1,
- "My Will Be Done": 1,
- "The Seven-fold Chant": 1,
- "Bracket:ExtraTurn": 1,
- "Tempting offer": 1,
- "Prey Counters": 1,
- "Firebending": 1,
- "Necrodermis Counters": 1,
- "Varmint Kindred": 1,
- "Consume Anomaly": 1,
- "Stash Counters": 1,
- "Pegasus Kindred": 1,
- "Chef's Knife": 1,
- "Stun Counters": 2,
- "Plague Counters": 2,
- "Prismatic Gallery": 1,
- "Dynastic Codes": 1,
- "Targeting Relay": 1,
- "Demigod Kindred": 1,
- "Horrific Symbiosis": 1,
- "Chroma": 1,
- "Barbarian Kindred": 2,
- "Rat Tail": 1,
- "Devourer of Souls": 1,
- "Spiked Retribution": 1,
- "Death Gigas": 1,
- "Galian Beast": 1,
- "Hellmasker": 1,
- "Deal with the Black Guardian": 1,
- "Doctor Kindred": 1,
- "Doctor's companion": 1,
- "Compleated": 1,
- "Toxic Spores": 1,
- "Wish Counters": 1,
- "Camel Kindred": 1,
- "Petrification Counters": 1,
- "My First Friend": 1,
- "Burning Chains": 1
- },
- "red": {
- "Burn": 1557,
- "Enchantments Matter": 578,
- "Blink": 454,
- "Enter the Battlefield": 454,
- "Goblin Kindred": 394,
- "Guest Kindred": 4,
- "Leave the Battlefield": 454,
- "Little Fellas": 1260,
- "Mana Dork": 58,
- "Ramp": 99,
- "Spells Matter": 1540,
- "Spellslinger": 1540,
- "Aggro": 1421,
- "Combat Matters": 1421,
- "Combat Tricks": 159,
- "Discard Matters": 305,
- "Interaction": 653,
- "Madness": 18,
- "Mill": 341,
- "Reanimate": 262,
- "Flashback": 45,
- "Artifacts Matter": 699,
- "Exile Matters": 254,
- "Human Kindred": 562,
- "Impulse": 144,
- "Monk Kindred": 19,
- "Prowess": 20,
- "Removal": 211,
- "Toolbox": 87,
- "Card Draw": 352,
- "Learn": 5,
- "Unconditional Draw": 155,
- "Intimidate": 5,
- "Warrior Kindred": 363,
- "Cantrips": 79,
- "Draw Triggers": 54,
- "Heavy Rock Cutter": 1,
- "Tyranid Kindred": 4,
- "Wheels": 58,
- "+1/+1 Counters": 249,
- "Counters Matter": 436,
- "Renown": 5,
- "Voltron": 539,
- "Auras": 196,
- "Enchant": 159,
- "Goad": 29,
- "Rad Counters": 2,
- "Big Mana": 1245,
- "Stax": 333,
- "Theft": 130,
- "Lands Matter": 251,
- "Control": 154,
- "Historics Matter": 315,
- "Legends Matter": 315,
- "Spirit Kindred": 71,
- "Clash": 5,
- "Minotaur Kindred": 73,
- "Pilot Kindred": 10,
- "Vehicles": 36,
- "Berserker Kindred": 88,
- "Rampage": 4,
- "Toughness Matters": 474,
- "Beast Kindred": 88,
- "Artifact Tokens": 176,
- "Artificer Kindred": 51,
- "Creature Tokens": 265,
- "Energy": 29,
- "Energy Counters": 26,
- "First strike": 96,
- "Resource Engine": 29,
- "Servo Kindred": 1,
- "Token Creation": 417,
- "Tokens Matter": 423,
- "Defender": 35,
- "Reach": 46,
- "Wall Kindred": 29,
- "Aetherborn Kindred": 1,
- "Revolt": 1,
- "Pingers": 345,
- "Outlaw Kindred": 164,
- "Rogue Kindred": 95,
- "Transform": 76,
- "Werewolf Kindred": 63,
- "Board Wipes": 264,
- "Lizard Kindred": 85,
- "Offspring": 5,
- "Sacrifice to Draw": 38,
- "Insect Kindred": 19,
- "Exert": 11,
- "Haste": 332,
- "Aristocrats": 200,
- "Sacrifice Matters": 194,
- "Zombie Kindred": 16,
- "Dog Kindred": 36,
- "Morph": 24,
- "Scout Kindred": 29,
- "Bird Kindred": 15,
- "Flying": 237,
- "Equipment Matters": 143,
- "Samurai Kindred": 20,
- "Shaman Kindred": 177,
- "Protection": 31,
- "Conditional Draw": 42,
- "Phyrexian Kindred": 44,
- "Ally Kindred": 19,
- "Giant Kindred": 88,
- "Landfall": 26,
- "Phoenix Kindred": 33,
- "Cohort": 2,
- "Elemental Kindred": 216,
- "Dragon Kindred": 187,
- "Trample": 189,
- "Heroic": 8,
- "Soldier Kindred": 93,
- "Angel Kindred": 3,
- "Life Matters": 92,
- "Lifegain": 92,
- "Otter Kindred": 7,
- "Wizard Kindred": 95,
- "Treasure": 109,
- "Treasure Token": 111,
- "Partner": 17,
- "-1/-1 Counters": 26,
- "Infect": 7,
- "Ore Counters": 33,
- "Planeswalkers": 67,
- "Super Friends": 67,
- "Vampire Kindred": 55,
- "X Spells": 135,
- "Land Types Matter": 31,
- "Backgrounds Matter": 13,
- "Choose a background": 7,
- "Cleric Kindred": 13,
- "Dwarf Kindred": 66,
- "Dinosaur Kindred": 60,
- "Topdeck": 123,
- "Cost Reduction": 80,
- "Doctor Kindred": 6,
- "Doctor's companion": 6,
- "Partner with": 8,
- "Suspend": 20,
- "Time Counters": 24,
- "Demigod Kindred": 1,
- "Satyr Kindred": 14,
- "Elder Kindred": 2,
- "Fade Counters": 1,
- "Fading": 1,
- "Hydra Kindred": 6,
- "Kavu Kindred": 28,
- "Jackal Kindred": 13,
- "Incarnation Kindred": 3,
- "Pirate Kindred": 53,
- "Citizen Kindred": 14,
- "Bracket:MassLandDenial": 29,
- "Spellshaper Kindred": 12,
- "Ox Kindred": 7,
- "Cat Kindred": 31,
- "Modular": 3,
- "Riot": 6,
- "Menace": 91,
- "Verse Counters": 3,
- "Orc Kindred": 48,
- "Boast": 7,
- "Raid": 16,
- "Blood Token": 32,
- "Loot": 78,
- "Politics": 53,
- "Counterspells": 9,
- "Unearth": 11,
- "Midrange": 29,
- "Magecraft": 2,
- "Flash": 30,
- "Astartes Kindred": 5,
- "Demon Kindred": 15,
- "Ruinous Ascension": 1,
- "Amass": 11,
- "Army Kindred": 10,
- "Robot Kindred": 21,
- "Wolf Kindred": 19,
- "Efreet Kindred": 13,
- "Megamorph": 5,
- "Formidable": 5,
- "Ogre Kindred": 72,
- "Atog Kindred": 2,
- "Casualty": 3,
- "Spell Copy": 68,
- "Advisor Kindred": 6,
- "Devil Kindred": 46,
- "Cascade": 15,
- "Rebel Kindred": 13,
- "Echo": 23,
- "Nomad Kindred": 6,
- "Avatar Kindred": 9,
- "Oil Counters": 13,
- "Azra Kindred": 1,
- "Elf Kindred": 3,
- "Barbarian Kindred": 34,
- "Enlist": 4,
- "Kor Kindred": 1,
- "\\+1/\\+0 Counters": 4,
- "Daybound": 12,
- "Nightbound": 12,
- "Horsemanship": 6,
- "Landwalk": 27,
- "Threshold": 12,
- "Equip": 52,
- "Equipment": 58,
- "For Mirrodin!": 5,
- "Entwine": 6,
- "Sliver Kindred": 20,
- "Gremlin Kindred": 12,
- "Mentor": 4,
- "Ferocious": 6,
- "Devoid": 25,
- "Eldrazi Kindred": 26,
- "Sweep": 1,
- "Gargoyle Kindred": 2,
- "Goat Kindred": 7,
- "Pack tactics": 4,
- "Basic landcycling": 2,
- "Cycling": 58,
- "Landcycling": 2,
- "Bushido": 8,
- "Enchantment Tokens": 11,
- "Role token": 8,
- "Mountaincycling": 9,
- "Horror Kindred": 13,
- "Celebration": 5,
- "Wurm Kindred": 4,
- "Scorching Ray": 1,
- "God Kindred": 9,
- "Metalcraft": 6,
- "Hellbent": 7,
- "Ki Counters": 3,
- "Changeling": 5,
- "Boar Kindred": 14,
- "Double strike": 32,
- "Offering": 2,
- "Flanking": 6,
- "Knight Kindred": 54,
- "Blow Up": 1,
- "Strive": 4,
- "Construct Kindred": 13,
- "Prototype": 4,
- "Fight": 16,
- "Bloodthirst": 8,
- "Crown of Madness": 1,
- "Delirium": 12,
- "Devastating Charge": 1,
- "Unleash": 5,
- "Ooze Kindred": 4,
- "Wolverine Kindred": 7,
- "Cyclops Kindred": 24,
- "Gift": 4,
- "Death Counters": 1,
- "Plainswalk": 1,
- "Scarecrow Kindred": 1,
- "Faerie Kindred": 2,
- "Assassin Kindred": 12,
- "Awaken": 1,
- "Coward Kindred": 4,
- "Disguise": 6,
- "Scry": 31,
- "Fuse Counters": 4,
- "Battalion": 5,
- "Miracle": 3,
- "Lore Counters": 29,
- "Sagas Matter": 31,
- "Crew": 13,
- "Exhaust": 7,
- "Escalate": 3,
- "Golem Kindred": 12,
- "Improvise": 5,
- "Surge": 5,
- "Ranger Kindred": 1,
- "Age Counters": 10,
- "Cumulative upkeep": 7,
- "Shark Kindred": 3,
- "Mouse Kindred": 9,
- "Indestructible": 6,
- "Discover": 9,
- "Card Selection": 2,
- "Explore": 1,
- "Raccoon Kindred": 10,
- "Kicker": 27,
- "Thopter Kindred": 8,
- "Reinforce": 1,
- "Level Counters": 3,
- "Level Up": 3,
- "Mercenary Kindred": 16,
- "Plot": 9,
- "Morbid": 4,
- "Reconfigure": 6,
- "Spawn Kindred": 5,
- "Clones": 40,
- "Conspire": 1,
- "Convoke": 8,
- "Zubera Kindred": 2,
- "Max speed": 6,
- "Start your engines!": 8,
- "Orgg Kindred": 4,
- "Proliferate": 2,
- "Horse Kindred": 6,
- "Mount Kindred": 9,
- "Saddle": 5,
- "Devour": 5,
- "Hellion Kindred": 17,
- "Shield Counters": 1,
- "Drake Kindred": 7,
- "Mountainwalk": 14,
- "Mana Rock": 18,
- "Employee Kindred": 6,
- "Cases Matter": 2,
- "Cost Scaling": 4,
- "Modal": 4,
- "Spree": 4,
- "Suspect": 4,
- "Rev Counters": 1,
- "Luck Counters": 1,
- "Superfriends": 39,
- "Loyalty Counters": 6,
- "Bracket:TutorNonland": 24,
- "Champion": 3,
- "Shapeshifter Kindred": 5,
- "Harmonize": 3,
- "Imp Kindred": 2,
- "Lord of Chaos": 1,
- "Fury Counters": 1,
- "Peasant Kindred": 6,
- "Rat Kindred": 8,
- "Rooms Matter": 11,
- "Rally": 3,
- "Affinity": 11,
- "Salamander Kindred": 4,
- "Pillowfort": 3,
- "Clown Kindred": 8,
- "Radiance": 4,
- "Noble Kindred": 13,
- "Monkey Kindred": 6,
- "Toy Kindred": 3,
- "Mutate": 3,
- "Encore": 4,
- "Domain": 6,
- "Multikicker": 4,
- "Manticore Kindred": 9,
- "Treefolk Kindred": 1,
- "Licid Kindred": 2,
- "Flurry": 3,
- "Monarch": 6,
- "Time Travel": 2,
- "Storm": 14,
- "Backup": 7,
- "Yeti Kindred": 9,
- "Demonstrate": 2,
- "Provoke": 2,
- "Bard Kindred": 10,
- "Junk Token": 7,
- "Junk Tokens": 7,
- "Kobold Kindred": 12,
- "Foretell": 9,
- "Coyote Kindred": 1,
- "Gold Token": 2,
- "Hero Kindred": 11,
- "Gift of Chaos": 1,
- "Warlock Kindred": 9,
- "Beholder Kindred": 1,
- "Monstrosity": 7,
- "Dash": 12,
- "Charge Counters": 17,
- "Station": 4,
- "Retrace": 5,
- "Bracket:GameChanger": 4,
- "Melee": 2,
- "Descent Counters": 1,
- "Desertwalk": 1,
- "Splice": 7,
- "Bestow": 6,
- "Collect evidence": 2,
- "Populate": 2,
- "Lhurgoyf Kindred": 3,
- "Performer Kindred": 6,
- "Alliance": 4,
- "Gnome Kindred": 3,
- "Craft": 6,
- "Graveyard Matters": 5,
- "Jump": 5,
- "Jump-start": 4,
- "Undaunted": 1,
- "Soulbond": 5,
- "Egg Kindred": 4,
- "Elk Kindred": 1,
- "Dragon's Approach": 1,
- "Multiple Copies": 2,
- "Surveil": 2,
- "Hunters for Hire": 1,
- "Quest Counters": 5,
- "\\+0/\\+1 Counters": 1,
- "\\+2/\\+2 Counters": 1,
- "Ward": 3,
- "Storage Counters": 2,
- "Overload": 8,
- "Eternalize": 1,
- "Drone Kindred": 10,
- "Mayhem": 3,
- "Trilobite Kindred": 1,
- "Myriad": 6,
- "Tiefling Kindred": 4,
- "Adamant": 3,
- "Valiant": 3,
- "Djinn Kindred": 7,
- "Glimmer Kindred": 1,
- "Dethrone": 4,
- "Escape": 5,
- "Powerstone Token": 5,
- "Bio-plasmic Barrage": 1,
- "Ravenous": 1,
- "Cloak": 1,
- "Spell mastery": 3,
- "Druid Kindred": 2,
- "Rebound": 5,
- "Archer Kindred": 15,
- "Poison Counters": 3,
- "Buyback": 7,
- "Evoke": 6,
- "Nightmare Kindred": 8,
- "Inspired": 3,
- "Detective Kindred": 6,
- "Ape Kindred": 7,
- "Manifest": 4,
- "Chroma": 3,
- "Bracket:ExtraTurn": 3,
- "Enthralling Performance": 1,
- "Fira": 1,
- "Firaga": 1,
- "Fire": 1,
- "Firebending": 5,
- "Snake Kindred": 1,
- "Blaze Counters": 2,
- "Flame Counters": 1,
- "Tribute": 4,
- "Skeleton Kindred": 2,
- "Mutant Kindred": 9,
- "Paradox": 4,
- "Undying": 6,
- "Food": 2,
- "Food Token": 2,
- "Constellation": 1,
- "Nymph Kindred": 3,
- "Enrage": 5,
- "Frog Kindred": 1,
- "Myr Kindred": 2,
- "Afflict": 4,
- "Warp": 11,
- "Incubate": 3,
- "Incubator Token": 3,
- "Persist": 2,
- "Finality Counters": 1,
- "Channel": 7,
- "Spider Kindred": 7,
- "Stash Counters": 2,
- "Gnoll Kindred": 1,
- "Shrines Matter": 3,
- "Open an Attraction": 2,
- "Exalted": 1,
- "Islandwalk": 1,
- "Battle Cry": 5,
- "Troll Kindred": 3,
- "Meld": 1,
- "Aim Counters": 1,
- "Wither": 6,
- "Embalm": 1,
- "Pressure Counters": 1,
- "Locus of Slaanesh": 1,
- "Emerge": 1,
- "Annihilator": 1,
- "Slivercycling": 1,
- "Hyena Kindred": 2,
- "Recover": 1,
- "Doom Counters": 2,
- "Aftermath": 2,
- "Exploit": 1,
- "Eerie": 1,
- "Clue Token": 3,
- "Investigate": 3,
- "Vicious Mockery": 1,
- "Imprint": 1,
- "Battles Matter": 5,
- "Alien Kindred": 3,
- "Blitz": 8,
- "Converge": 2,
- "Void": 3,
- "Symphony of Pain": 1,
- "Vanishing": 2,
- "Berzerker": 1,
- "Sigil of Corruption": 1,
- "The Betrayer": 1,
- "Venture into the dungeon": 2,
- "Amplify": 1,
- "Frenzied Rampage": 1,
- "Rhino Kindred": 2,
- "Forestwalk": 1,
- "Serpent Kindred": 2,
- "Assist": 2,
- "Spectacle": 3,
- "Loud Ruckus": 1,
- "Lieutenant": 3,
- "Scorpion Kindred": 2,
- "Stun Counters": 1,
- "Delve": 1,
- "Join forces": 1,
- "Illusion Kindred": 1,
- "Detonate": 1,
- "Disarm": 1,
- "Worm Kindred": 2,
- "Mine Counters": 1,
- "Juggernaut Kindred": 1,
- "Secret council": 1,
- "Behold": 2,
- "Freerunning": 2,
- "Mongoose Kindred": 1,
- "Kinship": 3,
- "Divinity Counters": 1,
- "Banding": 1,
- "Sonic Blaster": 1,
- "Elephant Kindred": 2,
- "Pangolin Kindred": 1,
- "Impending": 1,
- "Will of the Planeswalkers": 1,
- "Squad": 2,
- "Support": 1,
- "Plant Kindred": 2,
- "Selfie Shot": 1,
- "Bloodrush": 6,
- "Replicate": 4,
- "Porcupine Kindred": 1,
- "Rabbit Kindred": 1,
- "Weird Kindred": 2,
- "Bargain": 3,
- "Fish Kindred": 2,
- "Job select": 3,
- "Ice Counters": 1,
- "Shell Counters": 1,
- "Badger Kindred": 2,
- "Wage Counters": 1,
- "Leech Kindred": 1,
- "Murasame": 1,
- "Depletion Counters": 1,
- "Bio-Plasmic Scream": 1,
- "Family Gathering": 1,
- "Family gathering": 1,
- "Allure of Slaanesh": 1,
- "Fire Cross": 1,
- "Seven Dwarves": 1,
- "Dredge": 1,
- "Mobilize": 3,
- "Temporal Foresight": 1,
- "Double Overdrive": 1,
- "Split second": 4,
- "Grandeur": 2,
- "Kirin Kindred": 1,
- "Convert": 2,
- "Eye Kindred": 1,
- "More Than Meets the Eye": 1,
- "Living metal": 1,
- "Slith Kindred": 1,
- "Ember Counters": 1,
- "Hideaway": 1,
- "Mantle of Inspiration": 1,
- "Ascend": 2,
- "Ripple": 1,
- "Synth Kindred": 1,
- "Vigilance": 2,
- "Tempting offer": 2,
- "Read Ahead": 2,
- "Advanced Species": 1,
- "Summon": 1,
- "Slug Kindred": 1,
- "Thundaga": 1,
- "Thundara": 1,
- "Thunder": 1,
- "Manifest dread": 2,
- "Conjure": 1,
- "Contested Counters": 1,
- "Epic": 1,
- "Praetor Kindred": 3,
- "Survivor Kindred": 2,
- "Ingest": 1,
- "Chimera Kindred": 1,
- "Monger Kindred": 1,
- "Child Kindred": 1,
- "Centaur Kindred": 1,
- "Token Modification": 1,
- "Turtle Kindred": 1,
- "Bribe the Guards": 1,
- "Threaten the Merchant": 1,
- "Ninja Kindred": 1,
- "Ninjutsu": 1
- },
- "green": {
- "+1/+1 Counters": 789,
- "Aggro": 1515,
- "Alien Kindred": 8,
- "Big Mana": 1372,
- "Blink": 579,
- "Combat Matters": 1515,
- "Counters Matter": 994,
- "Dinosaur Kindred": 88,
- "Enter the Battlefield": 579,
- "Leave the Battlefield": 579,
- "Trample": 343,
- "Voltron": 1040,
- "Creature Tokens": 424,
- "Enchantments Matter": 670,
- "Goblin Kindred": 5,
- "Human Kindred": 381,
- "Merfolk Kindred": 29,
- "Token Creation": 525,
- "Tokens Matter": 534,
- "Artifacts Matter": 456,
- "Heavy Power Hammer": 1,
- "Interaction": 667,
- "Little Fellas": 1387,
- "Mutant Kindred": 27,
- "Ravenous": 7,
- "Removal": 251,
- "Tyranid Kindred": 16,
- "X Spells": 119,
- "-1/-1 Counters": 66,
- "Age Counters": 19,
- "Cumulative upkeep": 15,
- "Elemental Kindred": 159,
- "Card Draw": 353,
- "Lands Matter": 615,
- "Topdeck": 259,
- "Unconditional Draw": 153,
- "Auras": 244,
- "Cantrips": 74,
- "Enchant": 191,
- "Spells Matter": 1138,
- "Spellslinger": 1138,
- "Dog Kindred": 30,
- "Shaman Kindred": 117,
- "Life Matters": 348,
- "Lifegain": 348,
- "Lifelink": 5,
- "Warrior Kindred": 262,
- "Combat Tricks": 178,
- "Druid Kindred": 254,
- "Elf Kindred": 406,
- "Mana Dork": 199,
- "Ramp": 511,
- "Toughness Matters": 672,
- "Doctor Kindred": 6,
- "Doctor's companion": 5,
- "Fight": 74,
- "Historics Matter": 268,
- "Legends Matter": 268,
- "Nitro-9": 1,
- "Rebel Kindred": 3,
- "Equipment Matters": 80,
- "Reach": 220,
- "Spider Kindred": 75,
- "Deathtouch": 55,
- "Ooze Kindred": 33,
- "Backgrounds Matter": 11,
- "Cost Reduction": 73,
- "Dragon Kindred": 29,
- "Flashback": 31,
- "Mill": 521,
- "Reanimate": 332,
- "Squirrel Kindred": 33,
- "Echo": 13,
- "Insect Kindred": 120,
- "Beast Kindred": 267,
- "Evolve": 9,
- "Lizard Kindred": 29,
- "Infect": 64,
- "Midrange": 91,
- "Phyrexian Kindred": 71,
- "Planeswalkers": 69,
- "Proliferate": 21,
- "Super Friends": 69,
- "Toolbox": 128,
- "Vigilance": 91,
- "Burn": 218,
- "Archer Kindred": 50,
- "Megamorph": 8,
- "Aristocrats": 183,
- "Ouphe Kindred": 14,
- "Persist": 2,
- "Sacrifice Matters": 165,
- "Artifact Tokens": 112,
- "Artificer Kindred": 19,
- "Energy": 19,
- "Energy Counters": 19,
- "Resource Engine": 19,
- "Servo Kindred": 6,
- "Flash": 63,
- "Cat Kindred": 69,
- "Spell Copy": 11,
- "Storm": 5,
- "Exhaust": 7,
- "Detective Kindred": 9,
- "Bargain": 5,
- "Knight Kindred": 18,
- "Lifegain Triggers": 6,
- "Elephant Kindred": 43,
- "Cycling": 52,
- "Discard Matters": 86,
- "Loot": 52,
- "Vehicles": 25,
- "Revolt": 6,
- "Scout Kindred": 97,
- "Stax": 283,
- "Protection": 195,
- "Faerie Kindred": 13,
- "Soldier Kindred": 37,
- "Mount Kindred": 14,
- "Saddle": 9,
- "Troll Kindred": 29,
- "Crocodile Kindred": 11,
- "Shroud": 21,
- "Brushwagg Kindred": 4,
- "Exile Matters": 89,
- "Outlaw Kindred": 31,
- "Plant Kindred": 76,
- "Plot": 8,
- "Warlock Kindred": 5,
- "Employee Kindred": 5,
- "Kavu Kindred": 14,
- "Bear Kindred": 48,
- "Control": 169,
- "Politics": 42,
- "Treefolk Kindred": 87,
- "Barbarian Kindred": 2,
- "Snake Kindred": 92,
- "Wolf Kindred": 82,
- "Junk Token": 3,
- "Landwalk": 58,
- "Swampwalk": 10,
- "Bracket:TutorNonland": 66,
- "Collect evidence": 6,
- "Partner": 14,
- "Treasure": 26,
- "Treasure Token": 25,
- "Turtle Kindred": 12,
- "Ward": 26,
- "Elder Kindred": 3,
- "Flying": 49,
- "Mana Rock": 16,
- "Convoke": 19,
- "Ape Kindred": 26,
- "Spell mastery": 3,
- "Avatar Kindred": 16,
- "Cascade": 4,
- "Heroic": 6,
- "Rooms Matter": 9,
- "Frog Kindred": 26,
- "Threshold": 22,
- "Enrage": 10,
- "Chimera Kindred": 4,
- "Hydra Kindred": 45,
- "Training": 3,
- "Graft": 7,
- "Board Wipes": 53,
- "Channel": 11,
- "Spirit Kindred": 103,
- "Manifest": 16,
- "Giant Kindred": 29,
- "Monstrosity": 10,
- "Clones": 42,
- "Populate": 6,
- "Sloth Kindred": 3,
- "Hexproof": 34,
- "Defender": 40,
- "Boar Kindred": 31,
- "Landfall": 68,
- "Conditional Draw": 85,
- "Powerstone Token": 2,
- "Wurm Kindred": 81,
- "Superfriends": 28,
- "Werewolf Kindred": 75,
- "Oil Counters": 8,
- "Madness": 2,
- "Scry": 26,
- "Noble Kindred": 12,
- "Monk Kindred": 27,
- "Formidable": 8,
- "Charge Counters": 10,
- "Station": 5,
- "Performer Kindred": 10,
- "Alliance": 5,
- "Ranger Kindred": 33,
- "Coven": 7,
- "Aurochs Kindred": 4,
- "Elk Kindred": 23,
- "Mutate": 5,
- "Daybound": 13,
- "Nightbound": 13,
- "Counterspells": 9,
- "Dryad Kindred": 38,
- "Eldrazi Kindred": 38,
- "Spawn Kindred": 12,
- "Haste": 38,
- "Legendary landwalk": 1,
- "Lore Counters": 31,
- "Ore Counters": 52,
- "Sagas Matter": 33,
- "Transform": 75,
- "Delirium": 17,
- "Badger Kindred": 8,
- "Earthbend": 8,
- "Mole Kindred": 6,
- "Dwarf Kindred": 3,
- "Food": 58,
- "Food Token": 55,
- "Raccoon Kindred": 13,
- "Forestcycling": 8,
- "Land Types Matter": 58,
- "Kicker": 39,
- "Stun Counters": 2,
- "Finality Counters": 3,
- "Reinforce": 5,
- "Scavenge": 7,
- "Pingers": 22,
- "Equip": 27,
- "Equipment": 29,
- "Hero Kindred": 8,
- "Job select": 2,
- "Berserker Kindred": 8,
- "Enlist": 3,
- "Affinity": 2,
- "Bird Kindred": 22,
- "Grandeur": 1,
- "Manifest dread": 11,
- "Adapt": 8,
- "Devoid": 22,
- "Capybara Kindred": 1,
- "Descend": 4,
- "Shark Kindred": 1,
- "Blood Token": 11,
- "Bloodthirst": 7,
- "Draw Triggers": 52,
- "Foretell": 7,
- "Wheels": 53,
- "Centaur Kindred": 54,
- "Theft": 15,
- "Umbra armor": 6,
- "Level Counters": 4,
- "Level Up": 4,
- "Ally Kindred": 19,
- "Quest Counters": 4,
- "Delve": 2,
- "Intimidate": 2,
- "Genomic Enhancement": 1,
- "Wizard Kindred": 22,
- "Morph": 26,
- "Drone Kindred": 13,
- "Scion Kindred": 7,
- "Exert": 6,
- "Jackal Kindred": 5,
- "Fade Counters": 5,
- "Fading": 5,
- "Miracle": 2,
- "Poison Counters": 39,
- "Incubate": 4,
- "Incubator Token": 4,
- "Toxic": 12,
- "Devour": 6,
- "Scorpion Kindred": 4,
- "Guest Kindred": 3,
- "Ticket Counters": 1,
- "Mongoose Kindred": 3,
- "Soulshift": 12,
- "Bestow": 9,
- "Satyr Kindred": 17,
- "Golem Kindred": 13,
- "Prototype": 6,
- "Kirin Kindred": 1,
- "Saproling Kindred": 49,
- "Halfling Kindred": 8,
- "Peasant Kindred": 9,
- "Incarnation Kindred": 4,
- "Impulse": 2,
- "Junk Tokens": 2,
- "Domain": 18,
- "Clue Token": 16,
- "Investigate": 16,
- "Sacrifice to Draw": 31,
- "Evoke": 5,
- "Rhino Kindred": 35,
- "Provoke": 3,
- "Sliver Kindred": 18,
- "Warp": 8,
- "Brood Telepathy": 1,
- "Cleric Kindred": 23,
- "Ki Counters": 3,
- "Hippo Kindred": 5,
- "Islandwalk": 7,
- "Forage": 4,
- "Offspring": 4,
- "Bolster": 8,
- "Hyena Kindred": 2,
- "Morbid": 12,
- "Rogue Kindred": 25,
- "Blitz": 4,
- "Citizen Kindred": 26,
- "Myriad": 5,
- "Fungus Kindred": 47,
- "Amplify": 3,
- "Crew": 9,
- "Goat Kindred": 3,
- "Metalcraft": 3,
- "Gnome Kindred": 2,
- "Wall Kindred": 21,
- "Tiefling Kindred": 1,
- "Cases Matter": 2,
- "Forestwalk": 21,
- "Survival": 5,
- "Survivor Kindred": 5,
- "Partner with": 5,
- "Card Selection": 18,
- "Explore": 18,
- "Escape": 3,
- "Changeling": 11,
- "Shapeshifter Kindred": 12,
- "Renew": 4,
- "Champion": 3,
- "Assist": 2,
- "Acorn Counters": 1,
- "Bracket:MassLandDenial": 6,
- "Backup": 6,
- "Natural Recovery": 1,
- "Proclamator Hailer": 1,
- "Fateful hour": 2,
- "Gathered Swarm": 1,
- "Cockatrice Kindred": 1,
- "Pupa Counters": 1,
- "Ninja Kindred": 4,
- "Ninjutsu": 3,
- "Worm Kindred": 2,
- "Escalate": 1,
- "Join forces": 1,
- "Germ Kindred": 2,
- "Living weapon": 2,
- "Strive": 5,
- "Open an Attraction": 3,
- "Bard Kindred": 9,
- "Constellation": 11,
- "Buyback": 5,
- "Pest Kindred": 3,
- "Corrupted": 5,
- "Discover": 5,
- "Myr Kindred": 1,
- "Exalted": 2,
- "Monarch": 5,
- "Suspend": 12,
- "Time Counters": 14,
- "Rampage": 3,
- "Bracket:GameChanger": 8,
- "Fabricate": 4,
- "Disguise": 7,
- "Horror Kindred": 28,
- "Enchantment Tokens": 8,
- "Role token": 5,
- "Wind Counters": 2,
- "Basilisk Kindred": 11,
- "Cost Scaling": 3,
- "Modal": 3,
- "Spree": 3,
- "Spellshaper Kindred": 11,
- "Vanishing": 3,
- "Emerge": 3,
- "Surveil": 9,
- "Wolverine Kindred": 4,
- "Pilot Kindred": 4,
- "Sand Kindred": 2,
- "Immune": 1,
- "Egg Kindred": 2,
- "Soulbond": 8,
- "Robot Kindred": 5,
- "Token Modification": 7,
- "Magecraft": 2,
- "Zubera Kindred": 1,
- "Rabbit Kindred": 10,
- "Pillowfort": 6,
- "Nymph Kindred": 4,
- "Nonbasic landwalk": 1,
- "Choose a background": 6,
- "Endure": 3,
- "Awaken": 1,
- "Fish Kindred": 2,
- "Advisor Kindred": 11,
- "Venture into the dungeon": 6,
- "First strike": 5,
- "Spore Counters": 15,
- "Antelope Kindred": 7,
- "Fractal Kindred": 4,
- "Epic": 1,
- "Glimmer Kindred": 1,
- "Djinn Kindred": 3,
- "Hideaway": 3,
- "Shield Counters": 5,
- "Leviathan Kindred": 2,
- "Eternalize": 3,
- "Ferocious": 10,
- "Zombie Kindred": 11,
- "Melee": 2,
- "Overload": 2,
- "Nightmare Kindred": 1,
- "Fox Kindred": 2,
- "Learn": 3,
- "Encore": 1,
- "Salamander Kindred": 2,
- "Ogre Kindred": 3,
- "Clash": 6,
- "Drake Kindred": 3,
- "Entwine": 7,
- "Atog Kindred": 1,
- "Retrace": 3,
- "Mercenary Kindred": 3,
- "\\+2/\\+2 Counters": 1,
- "Squad": 1,
- "Adamant": 3,
- "Hexproof from": 2,
- "Loyalty Counters": 3,
- "Sheep Kindred": 1,
- "Support": 7,
- "Beaver Kindred": 1,
- "Conspire": 1,
- "Converge": 4,
- "Mountainwalk": 1,
- "Rad Counters": 4,
- "Multikicker": 4,
- "Gnoll Kindred": 1,
- "Pack tactics": 3,
- "Shrines Matter": 3,
- "God Kindred": 6,
- "Ox Kindred": 5,
- "Dredge": 5,
- "Skeleton Kindred": 1,
- "Undergrowth": 6,
- "Paradox": 2,
- "Crab Kindred": 1,
- "Riot": 3,
- "Kithkin Kindred": 3,
- "Slime Counters": 1,
- "Devouring Monster": 1,
- "Rapacious Hunger": 1,
- "Replicate": 1,
- "Demonstrate": 1,
- "Samurai Kindred": 5,
- "Tower Counters": 1,
- "Mite Kindred": 1,
- "Depletion Counters": 1,
- "Cloak": 1,
- "Frenzied Metabolism": 1,
- "Titanic": 1,
- "Storage Counters": 2,
- "Renown": 6,
- "Embalm": 1,
- "Boast": 1,
- "Endless Swarm": 1,
- "Undying": 4,
- "Rat Kindred": 1,
- "Efreet Kindred": 2,
- "Indestructible": 9,
- "Parley": 3,
- "Harmony Counters": 1,
- "Orc Kindred": 1,
- "Battles Matter": 5,
- "Bushido": 2,
- "Leech Kindred": 2,
- "Craft": 3,
- "Graveyard Matters": 2,
- "Flanking": 1,
- "Ferret Kindred": 1,
- "10,000 Needles": 1,
- "Wither": 3,
- "Yeti Kindred": 3,
- "Phasing": 1,
- "Splice": 4,
- "Assassin Kindred": 2,
- "Split second": 4,
- "Horsemanship": 1,
- "Kinship": 3,
- "Lhurgoyf Kindred": 5,
- "Pheromone Trail": 1,
- "Awakening Counters": 1,
- "Construct Kindred": 6,
- "Vitality Counters": 1,
- "Outlast": 2,
- "Gift": 4,
- "Max speed": 1,
- "Start your engines!": 2,
- "Lieutenant": 2,
- "Unearth": 3,
- "Verse Counters": 3,
- "Fungus Counters": 2,
- "Slug Kindred": 2,
- "Growth Counters": 2,
- "Horse Kindred": 9,
- "Aftermath": 1,
- "Infesting Spores": 1,
- "Divinity Counters": 1,
- "Harmonize": 3,
- "Tribute": 3,
- "Strategic Coordinator": 1,
- "Compleated": 1,
- "Unicorn Kindred": 2,
- "Nomad Kindred": 1,
- "Licid Kindred": 2,
- "Fast Healing": 1,
- "Council's dilemma": 3,
- "Basic landcycling": 3,
- "Landcycling": 3,
- "Impending": 1,
- "Mama's Coming": 1,
- "Dethrone": 1,
- "Will of the Planeswalkers": 1,
- "Offering": 1,
- "Inspired": 2,
- "Chroma": 2,
- "Behold": 1,
- "Defense Counters": 1,
- "Goad": 1,
- "Rebound": 3,
- "Ribbon Counters": 1,
- "Scientist Kindred": 2,
- "Vanguard Species": 1,
- "Camel Kindred": 1,
- "Wombat Kindred": 1,
- "Possum Kindred": 2,
- "Pangolin Kindred": 2,
- "Demigod Kindred": 1,
- "Recover": 1,
- "Bloodrush": 4,
- "Hag Kindred": 1,
- "Monkey Kindred": 4,
- "Undaunted": 1,
- "Bracket:ExtraTurn": 1,
- "Map Token": 2,
- "Conjure": 1,
- "Conjure Elemental": 1,
- "Multiple Copies": 1,
- "Slime Against Humanity": 1,
- "Slith Kindred": 1,
- "Animal May-Ham": 1,
- "Web-slinging": 2,
- "Spike Kindred": 10,
- "Armadillo Kindred": 1,
- "Spore Chimney": 1,
- "Monger Kindred": 1,
- "Mouse Kindred": 1,
- "Supply Counters": 1,
- "Abraxas": 1,
- "Ripple": 1,
- "Replacement Draw": 1,
- "For Mirrodin!": 1,
- "Rally": 2,
- "Reconfigure": 2,
- "Mystic Kindred": 2,
- "Knickknack Counters": 1,
- "Tempting offer": 1,
- "Ascend": 2,
- "Death Frenzy": 1,
- "Hatching Counters": 2,
- "Gold Token": 1,
- "Read Ahead": 2,
- "Bear Witness": 1,
- "Final Heaven": 1,
- "Meteor Strikes": 1,
- "Somersault": 1,
- "Banding": 1,
- "Meld": 1,
- "Velocity Counters": 1,
- "Hypertoxic Miasma": 1,
- "Dash": 1,
- "Mentor": 1,
- "Nest Counters": 1,
- "Toy Kindred": 1,
- "Shieldwall": 1,
- "Freerunning": 1,
- "Menace": 1,
- "Processor Kindred": 1,
- "Varmint Kindred": 1,
- "Praetor Kindred": 3,
- "-0/-1 Counters": 1,
- "Scarecrow Kindred": 1,
- "Gather Your Courage": 1,
- "Run and Hide": 1,
- "Plainswalk": 1
- }
- },
- "generated_from": "merge (analytics + curated YAML + whitelist)",
- "metadata_info": {
- "mode": "merge",
- "generated_at": "2025-09-30T05:56:13",
- "curated_yaml_files": 736,
- "synergy_cap": 5,
- "inference": "pmi",
- "version": "phase-b-merge-v1",
- "catalog_hash": "9e6e5499f3b39f4664f656b9b58f2d8228c4ef75a34041a14c330a8eb31564ba"
- },
- "description_fallback_summary": null
-}
\ No newline at end of file
diff --git a/config/themes/theme_popularity_metrics.json b/config/themes/theme_popularity_metrics.json
deleted file mode 100644
index 9f30e55..0000000
--- a/config/themes/theme_popularity_metrics.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "generated_at": "2025-09-18T11:59:36",
- "bucket_counts": {
- "Very Common": 61,
- "Rare": 485,
- "Common": 38,
- "Niche": 100,
- "Uncommon": 49
- },
- "total_themes": 733
-}
\ No newline at end of file
diff --git a/docker-compose.yml b/docker-compose.yml
index ab68bdb..8cf7fce 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -92,7 +92,7 @@ services:
# WEB_THEME_FILTER_PREWARM: "0"
WEB_AUTO_ENFORCE: "0" # 1=auto-run compliance export after builds
WEB_CUSTOM_EXPORT_BASE: "" # Optional: custom base dir for deck export artifacts
- APP_VERSION: "2.3.1" # Displayed version label (set per release/tag)
+ APP_VERSION: "2.3.2" # Displayed version label (set per release/tag)
# ------------------------------------------------------------------
# Misc / Land Selection (Step 7) Environment Tuning
diff --git a/dockerhub-docker-compose.yml b/dockerhub-docker-compose.yml
index dad58ff..bb46ecc 100644
--- a/dockerhub-docker-compose.yml
+++ b/dockerhub-docker-compose.yml
@@ -73,7 +73,7 @@ services:
# WEB_THEME_FILTER_PREWARM: "0"
WEB_AUTO_ENFORCE: "0" # 1=auto compliance JSON export after builds
WEB_CUSTOM_EXPORT_BASE: "" # Optional export base override
- APP_VERSION: "v2.3.1" # Displayed in footer/health
+ APP_VERSION: "v2.3.2" # Displayed in footer/health
# ------------------------------------------------------------------
# Misc Land Selection Tuning (Step 7)
diff --git a/docs/releases/v2.3.2.md b/docs/releases/v2.3.2.md
new file mode 100644
index 0000000..9c7141c
--- /dev/null
+++ b/docs/releases/v2.3.2.md
@@ -0,0 +1,9 @@
+# MTG Python Deckbuilder v2.3.2
+
+## Summary
+- Theme catalog pagination buttons now re-run HTMX processing after fragment fetches so “Next” works reliably in the picker and simple catalog views.
+- Docker entrypoint seeds default theme catalog configuration files into volume-backed deployments, keeping Docker Hub images ready out of the box.
+
+## Fixed
+- Theme catalog Next pagination button now reprocesses HTMX fragments after manual fetches, restoring navigation controls in theme picker and simple catalog modes.
+- Docker entrypoint seeds default `config/themes` YAML files (synergy pairs, clusters, whitelist, etc.) into mounted volumes so Docker Hub deployments have the expected baseline data.
diff --git a/entrypoint.sh b/entrypoint.sh
index 4fe1f65..7be665a 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -4,7 +4,7 @@ set -e
# Seed default config files into /app/config if missing (handles first-run with mounted volume)
seed_defaults() {
# Ensure base config directory exists
- mkdir -p /app/config /app/config/card_lists
+ mkdir -p /app/config /app/config/card_lists /app/config/themes
# Copy from baked-in defaults if targets are missing
if [ -d "/.defaults/config" ]; then
@@ -20,6 +20,21 @@ seed_defaults() {
[ -f "/app/config/card_lists/$base" ] || cp "$f" "/app/config/card_lists/$base" 2>/dev/null || true
done
fi
+ # Seed theme catalog defaults (e.g., synergy pairs, clusters, whitelist)
+ if [ -d "/.defaults/config/themes" ]; then
+ for f in /.defaults/config/themes/*; do
+ [ -e "$f" ] || continue
+ base=$(basename "$f")
+ dest="/app/config/themes/$base"
+ if [ -d "$f" ]; then
+ if [ ! -d "$dest" ]; then
+ cp -r "$f" "$dest" 2>/dev/null || true
+ fi
+ else
+ [ -f "$dest" ] || cp "$f" "$dest" 2>/dev/null || true
+ fi
+ done
+ fi
fi
}
diff --git a/pyproject.toml b/pyproject.toml
index 4698b8d..5d9c0d3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mtg-deckbuilder"
-version = "2.3.1"
+version = "2.3.2"
description = "A command-line tool for building and analyzing Magic: The Gathering decks"
readme = "README.md"
license = {file = "LICENSE"}